Trace number 1717743

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
VARSAT-crafted 2009-03-22? (TO) 1200.14 1200.78

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h14-sat.cnf
MD5SUM7cc30e40be8c690e76c3fb158623be61
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables508177
Number of clauses1529045
Sum of the clauses size3568287
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 21019705
Number of clauses of size 3505422
Number of clauses of size 42413
Number of clauses of size 519
Number of clauses of size over 5155

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  509512                                               |
0.00/0.00	c |  Number of clauses:    1529045                                              |
2.08/2.12	c |  Parsing time:         1.76         s                                       |
2.08/2.12	c |  Timeout:              43200 s
2.08/2.12	c |  Random Seed:          1247948951.000000
2.08/2.12	c |  Heuristic:            EMBP-G, threshold 0.800                              |
2.08/2.12	c |  Branching Rule:       default (solution-guided)                            |
2.08/2.12	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
2.08/2.12	c |                                                                             |
38.55/38.69	c ============================[ Search Statistics ]==============================
38.55/38.69	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
38.55/38.69	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
38.55/38.69	c ===============================================================================
38.55/38.69	c |         0 |  131809   828250  2831437 |   276083        0    nan |  0.000 % |
43.34/43.41	c |       102 |  131809   828250  2831437 |   303691      102     21 |  0.261 % |
48.14/48.21	c |       252 |  131808   828250  2831437 |   334060      250     17 |  0.262 % |
53.43/53.56	c |       478 |  131807   828250  2831437 |   367466      476     14 |  0.262 % |
60.63/60.75	c |       815 |  131807   828250  2831437 |   404213      813     15 |  0.262 % |
69.03/69.14	c |      1321 |  131805   827668  2829868 |   444634     1286     13 |  0.262 % |
80.51/80.65	c |      2080 |  131804   826995  2827437 |   489098     1836     20 |  0.262 % |
97.40/97.58	c |      3219 |  131804   826995  2827437 |   538008     2975     64 |  0.262 % |
118.49/118.66	c |      4928 |  131803   826972  2827351 |   591809     4667     50 |  0.262 % |
157.28/157.48	c |      7491 |  131802   826947  2827256 |   650990     7208     69 |  0.263 % |
197.66/197.83	c |     11336 |  131802   826947  2827256 |   716089    11053     65 |  0.263 % |
272.32/272.58	c |     17102 |  131799   825944  2824217 |   787697    16798     85 |  0.263 % |
394.66/394.97	c |     25752 |  131793   821894  2810922 |   866467    25442     88 |  0.264 % |
564.77/565.17	c |     38727 |  131786   819226  2802383 |   953114    38177     79 |  0.266 % |
800.84/801.34	c |     58190 |  131778   815040  2789112 |  1048425    57576     73 |  0.267 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1717743-1240630023/watcher-1717743-1240630023 -o /tmp/evaluation-result-1717743-1240630023/solver-1717743-1240630023 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=1247948951 HOME/instance-1717743-1240630023.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15363
/proc/meminfo: memFree=1383744/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=6132 CPUtime=0
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 882 0 0 0 0 0 0 0 18 0 1 0 91028707 6279168 867 1992294400 4194304 5102648 548682068768 18446744073709551615 4200710 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 1533 874 78 221 0 1309 0

[startup+0.0485829 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15363
/proc/meminfo: memFree=1383744/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=31312 CPUtime=0.04
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 7671 0 0 0 1 3 0 0 18 0 1 0 91028707 32063488 7656 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 7828 7657 87 221 0 7604 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 31312

[startup+0.101592 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15363
/proc/meminfo: memFree=1383744/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=39896 CPUtime=0.09
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 9564 0 0 0 5 4 0 0 18 0 1 0 91028707 40853504 9549 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 9974 9550 87 221 0 9750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39896

[startup+0.301627 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15363
/proc/meminfo: memFree=1383744/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=66984 CPUtime=0.29
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 16011 0 0 0 21 8 0 0 19 0 1 0 91028707 68591616 15996 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 16746 15997 87 221 0 16522 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66984

[startup+0.701713 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15363
/proc/meminfo: memFree=1383744/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=118672 CPUtime=0.69
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 27191 0 0 0 56 13 0 0 23 0 1 0 91028707 121520128 27176 1992294400 4194304 5102648 548682068768 18446744073709551615 4279976 0 0 4096 3 0 0 0 17 1 0 0
/proc/15363/statm: 29668 27176 87 221 0 29444 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118672

[startup+1.50185 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=1244024/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=225524 CPUtime=1.49
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 50199 0 0 0 123 26 0 0 25 0 1 0 91028707 230936576 50184 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 56381 50187 87 221 0 56157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 225524

[startup+3.10114 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=1110584/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=308992 CPUtime=3.08
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 71317 0 0 0 272 36 0 0 25 0 1 0 91028707 316407808 71302 1992294400 4194304 5102648 548682068768 18446744073709551615 4280008 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 77248 71302 99 221 0 77024 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 308992

[startup+6.30172 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=1074168/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=345808 CPUtime=6.28
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 79642 0 0 0 587 41 0 0 25 0 1 0 91028707 354107392 79627 1992294400 4194304 5102648 548682068768 18446744073709551615 4226123 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 86452 79627 99 221 0 86228 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 345808

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=1011832/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=399444 CPUtime=12.68
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 94344 0 0 0 1219 49 0 0 25 0 1 0 91028707 409030656 94329 1992294400 4194304 5102648 548682068768 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 99861 94329 100 221 0 99637 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 399444

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=919928/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=498956 CPUtime=25.48
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 116366 0 0 0 2485 63 0 0 25 0 1 0 91028707 510930944 116351 1992294400 4194304 5102648 548682068768 18446744073709551615 4225955 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 124739 116351 100 221 0 124515 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 498956

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=930296/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472184 CPUtime=51.04
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129117 0 0 0 5033 71 0 0 25 0 1 0 91028707 483516416 113252 1992294400 4194304 5102648 548682068768 18446744073709551615 4213716 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118046 113252 115 221 0 117822 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 472184

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929976/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472820 CPUtime=102.21
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129192 0 0 0 10150 71 0 0 25 0 1 0 91028707 484167680 113327 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118205 113327 115 221 0 117981 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 472820

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929912/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472820 CPUtime=162.18
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129236 0 0 0 16146 72 0 0 25 0 1 0 91028707 484167680 113371 1992294400 4194304 5102648 548682068768 18446744073709551615 4249116 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118205 113371 115 221 0 117981 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 472820

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929784/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472820 CPUtime=222.15
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129265 0 0 0 22143 72 0 0 25 0 1 0 91028707 484167680 113400 1992294400 4194304 5102648 548682068768 18446744073709551615 4250037 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118205 113400 115 221 0 117981 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 472820

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929720/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472820 CPUtime=282.12
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129286 0 0 0 28140 72 0 0 25 0 1 0 91028707 484167680 113421 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118205 113421 115 221 0 117981 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 472820

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929656/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472820 CPUtime=342.09
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129306 0 0 0 34137 72 0 0 25 0 1 0 91028707 484167680 113441 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118205 113441 115 221 0 117981 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 472820

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929592/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472820 CPUtime=402.05
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129331 0 0 0 40133 72 0 0 25 0 1 0 91028707 484167680 113466 1992294400 4194304 5102648 548682068768 18446744073709551615 4250234 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118205 113466 115 221 0 117981 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 472820

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929464/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472820 CPUtime=462.02
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129357 0 0 0 46130 72 0 0 25 0 1 0 91028707 484167680 113492 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118205 113492 115 221 0 117981 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 472820

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929400/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472820 CPUtime=521.99
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129377 0 0 0 52127 72 0 0 25 0 1 0 91028707 484167680 113512 1992294400 4194304 5102648 548682068768 18446744073709551615 4249888 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118205 113512 115 221 0 117981 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 472820

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929272/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=472820 CPUtime=581.96
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129403 0 0 0 58124 72 0 0 25 0 1 0 91028707 484167680 113538 1992294400 4194304 5102648 548682068768 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118205 113538 115 221 0 117981 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 472820

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15364
/proc/meminfo: memFree=929144/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=473412 CPUtime=641.93
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129431 0 0 0 64121 72 0 0 25 0 1 0 91028707 484773888 113566 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118353 113566 115 221 0 118129 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 473412

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=928696/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=473412 CPUtime=701.9
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129449 0 0 0 70118 72 0 0 25 0 1 0 91028707 484773888 113584 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118353 113584 115 221 0 118129 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 473412

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=928696/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=473412 CPUtime=761.87
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129469 0 0 0 76115 72 0 0 25 0 1 0 91028707 484773888 113604 1992294400 4194304 5102648 548682068768 18446744073709551615 4244275 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118353 113604 115 221 0 118129 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 473412

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=928824/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=473412 CPUtime=821.83
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129512 0 0 0 82111 72 0 0 25 0 1 0 91028707 484773888 113647 1992294400 4194304 5102648 548682068768 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118353 113647 115 221 0 118129 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 473412

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=928056/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=474276 CPUtime=881.81
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129722 0 0 0 88108 73 0 0 25 0 1 0 91028707 485658624 113857 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118569 113857 115 221 0 118345 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 474276

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=927992/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=474276 CPUtime=941.78
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129730 0 0 0 94105 73 0 0 25 0 1 0 91028707 485658624 113865 1992294400 4194304 5102648 548682068768 18446744073709551615 4249691 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118569 113865 115 221 0 118345 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 474276

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=927096/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=475108 CPUtime=1001.75
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 129955 0 0 0 100102 73 0 0 25 0 1 0 91028707 486510592 114090 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118777 114090 115 221 0 118553 0
Current children cumulated CPU time (s) 1001.75
Current children cumulated vsize (KiB) 475108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=926264/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=475940 CPUtime=1061.72
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 130161 0 0 0 106099 73 0 0 25 0 1 0 91028707 487362560 114296 1992294400 4194304 5102648 548682068768 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 118985 114296 115 221 0 118761 0
Current children cumulated CPU time (s) 1061.72
Current children cumulated vsize (KiB) 475940

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=925368/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=476880 CPUtime=1121.68
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 130388 0 0 0 112095 73 0 0 25 0 1 0 91028707 488325120 114523 1992294400 4194304 5102648 548682068768 18446744073709551615 4250197 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 119220 114523 115 221 0 118996 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 476880

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=924216/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=477992 CPUtime=1181.66
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 130677 0 0 0 118092 74 0 0 25 0 1 0 91028707 489463808 114812 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 119498 114812 115 221 0 119274 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 477992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=924024/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=478256 CPUtime=1200.06
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 130730 0 0 0 119932 74 0 0 25 0 1 0 91028707 489734144 114865 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 119564 114865 115 221 0 119340 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 478256

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 15366
/proc/meminfo: memFree=924024/2055920 swapFree=4181432/4192956
[pid=15363] ppid=15361 vsize=478256 CPUtime=1200.06
/proc/15363/stat : 15363 (varsat-crafted_) R 15361 15363 14549 0 -1 4194304 130730 0 0 0 119932 74 0 0 25 0 1 0 91028707 489734144 114865 1992294400 4194304 5102648 548682068768 18446744073709551615 4249748 0 0 4096 3 0 0 0 17 0 0 0
/proc/15363/statm: 119564 114865 115 221 0 119340 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 478256

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.78
CPU time (s): 1200.14
CPU user time (s): 1199.32
CPU system time (s): 0.814876
CPU usage (%): 99.9467
Max. virtual memory (cumulated for all children) (KiB): 547784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.32
system time used= 0.814876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130730
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= 2
involuntary context switches= 4006

runsolver used 1.07484 second user time and 3.3025 second system time

The end

Launcher Data

Begin job on node67 at 2009-04-25 05:27:05
IDJOB=1717743
IDBENCH=20423
IDSOLVER=537
FILE ID=node67/1717743-1240630023
PBS_JOBID= 9186382
Free space on /tmp= 66276 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717743-1240630023/watcher-1717743-1240630023 -o /tmp/evaluation-result-1717743-1240630023/solver-1717743-1240630023 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=1247948951 HOME/instance-1717743-1240630023.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=1247948951

node67.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1384232 kB
Buffers:         73912 kB
Cached:         518116 kB
SwapCached:       6304 kB
Active:         218992 kB
Inactive:       381876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1384232 kB
SwapTotal:     4192956 kB
SwapFree:      4181432 kB
Dirty:           28556 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            56828 kB
Committed_AS:   309488 kB
PageTables:       1436 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66276 MiB
End job on node67 at 2009-04-25 05:47:08