Trace number 3265665

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
synit_sat 2011-03-03UNSAT 604.787 604.769

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark455.087
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.01	c Find Units :         35
0.00/0.01	c Find Invs  :         21
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 42
0.00/0.02	c UnDirect to Direct Gate: 13
0.00/0.02	c Forced Direct Gate: 13 Unuse unDirect Gate: 21
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 13 Undef Var: 2690
0.00/0.02	c After covering, Total Root: 13 Leaf: 35
0.00/0.02	c Variable( cover/uncovered/unused ): 48 2655 0
0.00/0.02	c Unit Clauses: 35
0.00/0.02	c Binary Clauses( cover/uncovered ): 26 465
0.00/0.02	c Clauses( cover/uncovered ): 0 17245
0.00/0.02	c Total Clauses( cover/uncovered ): 61 17710 0.343256%
0.00/0.02	c Covered Ands: 0 Invs: 13 Xors: 0 Ites: 0
0.05/0.06	c Uncover Clauses avg size: 7.01824 max size: 13
0.05/0.06	c Final circuit: i/l/o/s    2661       0   16330     57113
0.05/0.06	c cover rate 0.343256
0.05/0.06	c rocky end  0.05 total 0.05
0.09/0.16	c covering time  0.1 total 0.15
604.71/604.73	c solve time  604.59 total 604.74
604.71/604.73	s UNSATISFIABLE 

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265665-1303579702/watcher-3265665-1303579702 -o /tmp/evaluation-result-3265665-1303579702/solver-3265665-1303579702 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3265665-1303579702.cnf 1245249737 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.12 3.80 3.81 4/184 17503
/proc/meminfo: memFree=13870288/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=30684 CPUtime=0 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 2097 0 0 0 0 0 0 0 21 0 1 0 548200874 31420416 2032 33554432000 4194304 4947581 140735320321248 18446744073709551615 251367243531 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 7671 2043 365 184 0 2546 0

[startup+0.0594899 s]
/proc/loadavg: 3.12 3.80 3.81 4/184 17503
/proc/meminfo: memFree=13870288/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=36312 CPUtime=0.05 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 3595 0 0 0 5 0 0 0 21 0 1 0 548200874 37183488 3530 33554432000 4194304 4947581 140735320321248 18446744073709551615 4760608 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 9078 3531 385 184 0 3953 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36312

[startup+0.100472 s]
/proc/loadavg: 3.12 3.80 3.81 4/184 17503
/proc/meminfo: memFree=13870288/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=45188 CPUtime=0.09 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 5992 0 0 0 9 0 0 0 21 0 1 0 548200874 46272512 5927 33554432000 4194304 4947581 140735320321248 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 11297 5929 410 184 0 6172 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45188

[startup+0.300437 s]
/proc/loadavg: 3.12 3.80 3.81 4/184 17503
/proc/meminfo: memFree=13870288/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=70324 CPUtime=0.29 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 10389 0 0 0 28 1 0 0 22 0 1 0 548200874 72011776 10324 33554432000 4194304 4947581 140735320321248 18446744073709551615 4398572 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 17581 10324 434 184 0 12456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70324

[startup+0.700361 s]
/proc/loadavg: 3.12 3.80 3.81 4/184 17503
/proc/meminfo: memFree=13870288/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=77492 CPUtime=0.69 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 11973 0 0 0 68 1 0 0 23 0 1 0 548200874 79351808 11908 33554432000 4194304 4947581 140735320321248 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 19373 11909 438 184 0 14248 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77492

[startup+1.50021 s]
/proc/loadavg: 3.12 3.80 3.81 5/190 17514
/proc/meminfo: memFree=13703840/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=97960 CPUtime=1.48 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 15266 0 0 0 147 1 0 0 25 0 1 0 548200874 100311040 15201 33554432000 4194304 4947581 140735320321248 18446744073709551615 4350696 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 24490 15201 461 184 0 19365 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 97960

[startup+3.10092 s]
/proc/loadavg: 3.19 3.81 3.81 5/190 17514
/proc/meminfo: memFree=13680652/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=125232 CPUtime=3.09 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 19273 0 0 0 307 2 0 0 25 0 1 0 548200874 128237568 19208 33554432000 4194304 4947581 140735320321248 18446744073709551615 251367243257 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 31308 19208 471 184 0 26183 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125232

[startup+6.30032 s]
/proc/loadavg: 3.19 3.81 3.81 5/190 17514
/proc/meminfo: memFree=13623872/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=134580 CPUtime=6.29 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 20037 0 0 0 627 2 0 0 25 0 1 0 548200874 137809920 19972 33554432000 4194304 4947581 140735320321248 18446744073709551615 4398566 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 33645 19972 471 184 0 28520 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 134580

[startup+12.7011 s]
/proc/loadavg: 3.25 3.81 3.81 5/190 17542
/proc/meminfo: memFree=13580236/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=143912 CPUtime=12.69 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 22930 0 0 0 1267 2 0 0 25 0 1 0 548200874 147365888 22865 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 35978 22865 472 184 0 30853 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 143912

[startup+25.5008 s]
/proc/loadavg: 3.49 3.83 3.82 5/190 17542
/proc/meminfo: memFree=13533864/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=174220 CPUtime=25.49 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 26178 0 0 0 2546 3 0 0 25 0 1 0 548200874 178401280 26110 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 43555 26110 472 184 0 38430 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 174220

[startup+51.101 s]
/proc/loadavg: 3.66 3.85 3.82 5/190 17542
/proc/meminfo: memFree=13487572/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=174220 CPUtime=51.09 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 28707 0 0 0 5106 3 0 0 25 0 1 0 548200874 178401280 28638 33554432000 4194304 4947581 140735320321248 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 43555 28638 472 184 0 38430 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 174220

[startup+102.307 s]
/proc/loadavg: 3.86 3.87 3.83 5/190 17544
/proc/meminfo: memFree=13431140/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=174220 CPUtime=102.3 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 30701 0 0 0 10226 4 0 0 25 0 1 0 548200874 178401280 30627 33554432000 4194304 4947581 140735320321248 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 43555 30627 472 184 0 38430 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 174220

[startup+162.3 s]
/proc/loadavg: 4.00 3.90 3.84 5/190 17546
/proc/meminfo: memFree=13349160/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=197256 CPUtime=162.3 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 36922 0 0 0 16225 5 0 0 25 0 1 0 548200874 201990144 36820 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 49314 36820 472 184 0 44189 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 197256

[startup+222.3 s]
/proc/loadavg: 4.00 3.92 3.84 5/190 17547
/proc/meminfo: memFree=13330408/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=209092 CPUtime=222.3 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 38261 0 0 0 22225 5 0 0 25 0 1 0 548200874 214110208 38159 33554432000 4194304 4947581 140735320321248 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 52273 38159 472 184 0 47148 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 209092

[startup+282.3 s]
/proc/loadavg: 4.04 3.94 3.85 5/190 17549
/proc/meminfo: memFree=13282656/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=209092 CPUtime=282.3 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 40436 0 0 0 28225 5 0 0 25 0 1 0 548200874 214110208 40287 33554432000 4194304 4947581 140735320321248 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 52273 40287 482 184 0 47148 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 209092

[startup+342.301 s]
/proc/loadavg: 4.01 3.95 3.86 5/190 17550
/proc/meminfo: memFree=13267632/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=209092 CPUtime=342.3 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 40886 0 0 0 34225 5 0 0 25 0 1 0 548200874 214110208 40737 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 52273 40737 482 184 0 47148 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 209092

[startup+402.301 s]
/proc/loadavg: 4.00 3.96 3.87 5/190 17552
/proc/meminfo: memFree=13254596/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=209092 CPUtime=402.31 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 45378 0 0 0 40224 7 0 0 25 0 1 0 548200874 214110208 43329 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 52273 43329 480 184 0 47148 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 209092

[startup+462.301 s]
/proc/loadavg: 4.00 3.96 3.87 5/190 17554
/proc/meminfo: memFree=13241444/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=222000 CPUtime=462.31 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 47986 0 0 0 46223 8 0 0 25 0 1 0 548200874 227328000 45937 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 55500 45937 480 184 0 50375 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 222000

[startup+522.301 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 17555
/proc/meminfo: memFree=13216132/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=222000 CPUtime=522.31 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 48187 0 0 0 52223 8 0 0 25 0 1 0 548200874 227328000 46138 33554432000 4194304 4947581 140735320321248 18446744073709551615 4401204 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 55500 46138 480 184 0 50375 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 222000

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 17557
/proc/meminfo: memFree=13194540/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=235308 CPUtime=582.31 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 49671 0 0 0 58223 8 0 0 25 0 1 0 548200874 240955392 47617 33554432000 4194304 4947581 140735320321248 18446744073709551615 4401200 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 58827 47617 475 184 0 53702 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 235308

Solver just ended. Dumping a history of the last processes samples

[startup+588.701 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 17557
/proc/meminfo: memFree=13187472/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=235308 CPUtime=588.71 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 49687 0 0 0 58863 8 0 0 25 0 1 0 548200874 240955392 47633 33554432000 4194304 4947581 140735320321248 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 58827 47633 475 184 0 53702 0
Current children cumulated CPU time (s) 588.71
Current children cumulated vsize (KiB) 235308

[startup+595.107 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 17557
/proc/meminfo: memFree=13174444/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=235308 CPUtime=595.11 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 49914 0 0 0 59503 8 0 0 25 0 1 0 548200874 240955392 47860 33554432000 4194304 4947581 140735320321248 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 58827 47860 475 184 0 53702 0
Current children cumulated CPU time (s) 595.11
Current children cumulated vsize (KiB) 235308

[startup+601.501 s]
/proc/loadavg: 4.00 3.97 3.88 5/190 17557
/proc/meminfo: memFree=13168492/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=235308 CPUtime=601.51 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 50022 0 0 0 60143 8 0 0 25 0 1 0 548200874 240955392 47968 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 58827 47968 475 184 0 53702 0
Current children cumulated CPU time (s) 601.51
Current children cumulated vsize (KiB) 235308

[startup+603.101 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17557
/proc/meminfo: memFree=13168244/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=235308 CPUtime=603.11 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 50026 0 0 0 60303 8 0 0 25 0 1 0 548200874 240955392 47972 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 58827 47972 475 184 0 53702 0
Current children cumulated CPU time (s) 603.11
Current children cumulated vsize (KiB) 235308

[startup+603.907 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17557
/proc/meminfo: memFree=13167872/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=235308 CPUtime=603.91 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 50028 0 0 0 60383 8 0 0 25 0 1 0 548200874 240955392 47974 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 58827 47974 475 184 0 53702 0
Current children cumulated CPU time (s) 603.91
Current children cumulated vsize (KiB) 235308

[startup+604.301 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17557
/proc/meminfo: memFree=13167872/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=235308 CPUtime=604.31 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 50029 0 0 0 60423 8 0 0 25 0 1 0 548200874 240955392 47975 33554432000 4194304 4947581 140735320321248 18446744073709551615 4399405 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 58827 47975 475 184 0 53702 0
Current children cumulated CPU time (s) 604.31
Current children cumulated vsize (KiB) 235308

[startup+604.701 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17557
/proc/meminfo: memFree=13167872/32950928 swapFree=67111528/67111528
[pid=17503] ppid=17501 vsize=235308 CPUtime=604.71 cores=1,3
/proc/17503/stat : 17503 (synit_sat) R 17501 17503 17453 0 -1 4202496 50030 0 0 0 60463 8 0 0 25 0 1 0 548200874 240955392 47976 33554432000 4194304 4947581 140735320321248 18446744073709551615 4400036 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17503/statm: 58827 47976 475 184 0 53702 0
Current children cumulated CPU time (s) 604.71
Current children cumulated vsize (KiB) 235308

Child status: 0
Real time (s): 604.769
CPU time (s): 604.787
CPU user time (s): 604.689
CPU system time (s): 0.097985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 235308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 604.689
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50035
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 1288

runsolver used 0.944856 second user time and 2.35464 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-23 19:28:22
IDJOB=3265665
IDBENCH=85799
IDSOLVER=1571
FILE ID=node113/3265665-1303579702
RUNJOBID= node113-1303579702-17473
PBS_JOBID= 13150344
Free space on /tmp= 70788 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-icl005.shuffled-as.sat05-3826.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265665-1303579702/watcher-3265665-1303579702 -o /tmp/evaluation-result-3265665-1303579702/solver-3265665-1303579702 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3265665-1303579702.cnf 1245249737

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=1245249737

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13870568 kB
Buffers:       1840568 kB
Cached:       16523416 kB
SwapCached:          0 kB
Active:       10627356 kB
Inactive:      7863400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13870568 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9620 kB
Writeback:           0 kB
AnonPages:      126488 kB
Mapped:          15484 kB
Slab:           522764 kB
PageTables:       5392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   305468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70784 MiB
End job on node113 at 2011-04-23 19:38:27