Trace number 1738025

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.07 1200.46

General information on the benchmark

NameCRAFTED/parity-games/
instance_n9_i9_pp.cnf
MD5SUM3e04f934e4f74a8e89587f6c1327f77e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark99.8978
Satisfiable
(Un)Satisfiability was proved
Number of variables33867
Number of clauses454832
Sum of the clauses size1512036
Maximum clause length72
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 270326
Number of clauses of size 3228663
Number of clauses of size 4122769
Number of clauses of size 525920
Number of clauses of size over 57154

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.39/0.45	c |  Number of variables:         33867                                         |
0.39/0.45	c |  Number of clauses:          454832                                         |
0.39/0.45	c |  Parse time:                   0.41 s                                       |
2.69/2.75	c |  Simplification time:          2.28 s                                       |
2.69/2.75	c |                                                                             |
2.69/2.75	c ============================[ Search Statistics ]==============================
2.69/2.75	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.69/2.75	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.69/2.75	c ===============================================================================
2.69/2.76	c |       100 |   21475   400596  1480316 |   146885      100     11 |  2.153 % |
2.79/2.81	c |       250 |   21475   400596  1480316 |   161573      250     16 |  2.153 % |
2.79/2.84	c |       475 |   21475   400596  1480316 |   177731      475     19 |  2.153 % |
2.79/2.89	c |       812 |   21475   400596  1480316 |   195504      812     19 |  2.153 % |
2.89/2.98	c |      1318 |   21475   400596  1480316 |   215054     1318     22 |  2.153 % |
2.99/3.09	c |      2077 |   21475   400596  1480316 |   236560     2077     22 |  2.153 % |
3.29/3.32	c |      3216 |   21475   400596  1480316 |   260216     3216     25 |  2.153 % |
3.59/3.65	c |      4924 |   21475   400596  1480316 |   286237     4924     25 |  2.153 % |
3.98/4.05	c |      7486 |   21475   400596  1480316 |   314861     7486     27 |  2.153 % |
4.59/4.70	c |     11330 |   21475   400596  1480316 |   346347    11330     27 |  2.153 % |
5.59/5.68	c |     17096 |   21475   400596  1480316 |   380982    17096     28 |  2.153 % |
7.38/7.43	c |     25745 |   21475   400596  1480316 |   419080    25745     31 |  2.153 % |
9.79/9.85	c |     38719 |   21475   400596  1480316 |   460988    38719     33 |  2.153 % |
15.58/15.66	c |     58180 |   21475   400596  1480316 |   507087    58180     42 |  2.153 % |
23.09/23.16	c |     87372 |   21475   400596  1480316 |   557796    87372     42 |  2.153 % |
36.98/37.08	c |    131161 |   21475   400596  1480316 |   613575   131161     45 |  2.153 % |
63.47/63.50	c |    196845 |   21475   400596  1480316 |   674933   196845     48 |  2.153 % |
108.66/108.78	c |    295371 |   21475   400596  1480316 |   742426   295371     51 |  2.153 % |
211.12/211.26	c |    443160 |   21475   400596  1480316 |   816669   443160     58 |  2.153 % |
424.06/424.20	c |    664843 |   21475   400596  1480316 |   898336   664843     66 |  2.153 % |
754.15/754.40	c |    997368 |   21475   400596  1480316 |   988170   164075     61 |  2.153 % |
1156.61/1157.06	c |   1496156 |   21475   400596  1480316 |  1086987   662863     75 |  2.153 % |

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-1738025-1240835160/watcher-1738025-1240835160 -o /tmp/evaluation-result-1738025-1240835160/solver-1738025-1240835160 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1738025-1240835160.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: 0.92 0.98 0.96 3/64 8338
/proc/meminfo: memFree=1545016/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=8188 CPUtime=0
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 512 0 0 0 0 0 0 0 18 0 1 0 111544501 8384512 497 1992294400 4194304 5092341 548682068848 18446744073709551615 4515648 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 2047 504 63 219 0 1825 0

[startup+0.100496 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 8338
/proc/meminfo: memFree=1545016/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=15628 CPUtime=0.08
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 2853 0 0 0 8 0 0 0 18 0 1 0 111544501 16003072 2709 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 3907 2710 63 219 0 3685 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15628

[startup+0.201509 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 8338
/proc/meminfo: memFree=1545016/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=20888 CPUtime=0.19
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 4966 0 0 0 17 2 0 0 18 0 1 0 111544501 21389312 4595 1992294400 4194304 5092341 548682068848 18446744073709551615 4494759 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 5222 4596 63 219 0 5000 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20888

[startup+0.301524 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 8338
/proc/meminfo: memFree=1545016/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=27988 CPUtime=0.29
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 6825 0 0 0 27 2 0 0 19 0 1 0 111544501 28659712 6251 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 6997 6251 63 219 0 6775 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27988

[startup+0.701583 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 8338
/proc/meminfo: memFree=1545016/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=38972 CPUtime=0.69
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 9689 0 0 0 65 4 0 0 22 0 1 0 111544501 39907328 8811 1992294400 4194304 5092341 548682068848 18446744073709551615 4216928 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 9743 8811 87 219 0 9521 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38972

[startup+1.5017 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 8339
/proc/meminfo: memFree=1508080/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=48576 CPUtime=1.49
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 11030 0 0 0 144 5 0 0 25 0 1 0 111544501 49741824 10152 1992294400 4194304 5092341 548682068848 18446744073709551615 4223570 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 12144 10152 87 219 0 11922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48576

[startup+3.10193 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 8339
/proc/meminfo: memFree=1504432/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=36244 CPUtime=3.09
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 13006 0 0 0 303 6 0 0 25 0 1 0 111544501 37113856 8496 1992294400 4194304 5092341 548682068848 18446744073709551615 4242075 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 9061 8496 102 219 0 8839 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36244

[startup+6.3014 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 8339
/proc/meminfo: memFree=1509360/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=40136 CPUtime=6.29
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 13587 0 0 0 622 7 0 0 25 0 1 0 111544501 41099264 9077 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 10034 9077 102 219 0 9812 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40136

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.96 2/65 8339
/proc/meminfo: memFree=1503856/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=45976 CPUtime=12.69
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 14919 0 0 0 1260 9 0 0 25 0 1 0 111544501 47079424 10409 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 11494 10409 102 219 0 11272 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45976

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.96 2/65 8339
/proc/meminfo: memFree=1494384/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=54736 CPUtime=25.48
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 17217 0 0 0 2537 11 0 0 25 0 1 0 111544501 56049664 12707 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 13684 12707 102 219 0 13462 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54736

[startup+51.102 s]
/proc/loadavg: 1.04 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1477360/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=70376 CPUtime=51.07
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 21498 0 0 0 5091 16 0 0 25 0 1 0 111544501 72065024 16988 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 17594 16988 102 219 0 17372 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70376

[startup+102.301 s]
/proc/loadavg: 1.01 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1442864/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=126336 CPUtime=102.26
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 30040 0 0 0 10201 25 0 0 25 0 1 0 111544501 129368064 25530 1992294400 4194304 5092341 548682068848 18446744073709551615 4241511 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 31584 25530 102 219 0 31362 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 126336

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1412272/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=176328 CPUtime=162.24
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 37811 0 0 0 16190 34 0 0 25 0 1 0 111544501 180559872 33301 1992294400 4194304 5092341 548682068848 18446744073709551615 4248576 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 44082 33301 102 219 0 43860 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 176328

[startup+222.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1382000/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=180124 CPUtime=222.22
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 45248 0 0 0 22181 41 0 0 25 0 1 0 111544501 184446976 40738 1992294400 4194304 5092341 548682068848 18446744073709551615 4248627 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 45031 40738 102 219 0 44809 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 180124

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1352752/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=250980 CPUtime=282.2
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 52565 0 0 0 28173 47 0 0 25 0 1 0 111544501 257003520 48055 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 62745 48055 102 219 0 62523 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 250980

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1331568/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=255032 CPUtime=342.18
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 57812 0 0 0 34165 53 0 0 25 0 1 0 111544501 261152768 53302 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 63758 53302 102 219 0 63536 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 255032

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1309936/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=258516 CPUtime=402.16
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 63230 0 0 0 40156 60 0 0 25 0 1 0 111544501 264720384 58720 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 64629 58720 102 219 0 64407 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 258516

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1290672/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=261976 CPUtime=462.14
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 68025 0 0 0 46147 67 0 0 25 0 1 0 111544501 268263424 63515 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 65494 63515 102 219 0 65272 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 261976

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1267696/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=365848 CPUtime=522.12
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 73769 0 0 0 52138 74 0 0 25 0 1 0 111544501 374628352 69259 1992294400 4194304 5092341 548682068848 18446744073709551615 4240665 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 91462 69259 102 219 0 91240 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 365848

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1250480/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=368504 CPUtime=582.1
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 78052 0 0 0 58130 80 0 0 25 0 1 0 111544501 377348096 73542 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 92126 73542 102 219 0 91904 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 368504

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1233392/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=370840 CPUtime=642.09
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 82343 0 0 0 64124 85 0 0 25 0 1 0 111544501 379740160 77833 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 92710 77833 102 219 0 92488 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 370840

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8339
/proc/meminfo: memFree=1217264/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=373604 CPUtime=702.07
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 86351 0 0 0 70117 90 0 0 25 0 1 0 111544501 382570496 81841 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 93401 81841 102 219 0 93179 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 373604

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1392944/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=162616 CPUtime=762.05
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 106542 0 0 0 76098 107 0 0 25 0 1 0 111544501 166518784 37855 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 40654 37855 102 219 0 40432 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 162616

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1355056/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=236520 CPUtime=822.02
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 116107 0 0 0 82085 117 0 0 25 0 1 0 111544501 242196480 47420 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 59130 47420 102 219 0 58908 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 236520

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1328176/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=236520 CPUtime=882
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 122746 0 0 0 88075 125 0 0 25 0 1 0 111544501 242196480 54059 1992294400 4194304 5092341 548682068848 18446744073709551615 4249211 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 59130 54059 102 219 0 58908 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 236520

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1305136/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=303032 CPUtime=941.98
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 128548 0 0 0 94068 130 0 0 25 0 1 0 111544501 310304768 59861 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 75758 59861 102 219 0 75536 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 303032

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1283888/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=303032 CPUtime=1001.97
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 133814 0 0 0 100060 137 0 0 25 0 1 0 111544501 310304768 65127 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 75758 65127 102 219 0 75536 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 303032

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1264752/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=303032 CPUtime=1061.94
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 138639 0 0 0 106051 143 0 0 25 0 1 0 111544501 310304768 69952 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 75758 69952 102 219 0 75536 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 303032

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1248880/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=303032 CPUtime=1121.93
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 142565 0 0 0 112045 148 0 0 25 0 1 0 111544501 310304768 73878 1992294400 4194304 5092341 548682068848 18446744073709551615 4241422 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 75758 73878 102 219 0 75536 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 303032

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1234928/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=402800 CPUtime=1181.91
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 146138 0 0 0 118038 153 0 0 25 0 1 0 111544501 412467200 77451 1992294400 4194304 5092341 548682068848 18446744073709551615 4240957 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 100700 77451 102 219 0 100478 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 402800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1230384/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=402800 CPUtime=1200
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 147185 0 0 0 119845 155 0 0 25 0 1 0 111544501 412467200 78498 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 100700 78498 102 219 0 100478 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 402800

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 8341
/proc/meminfo: memFree=1230384/2055920 swapFree=4181452/4192956
[pid=8338] ppid=8336 vsize=402800 CPUtime=1200
/proc/8338/stat : 8338 (minisat) R 8336 8338 8209 0 -1 4194304 147185 0 0 0 119845 155 0 0 25 0 1 0 111544501 412467200 78498 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/8338/statm: 100700 78498 102 219 0 100478 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 402800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.07
CPU user time (s): 1198.46
CPU system time (s): 1.60776
CPU usage (%): 99.9676
Max. virtual memory (cumulated for all children) (KiB): 402800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.46
system time used= 1.60776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147185
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= 2605

runsolver used 0.878866 second user time and 2.6236 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-27 14:26:01
IDJOB=1738025
IDBENCH=71799
IDSOLVER=546
FILE ID=node39/1738025-1240835160
PBS_JOBID= 9187552
Free space on /tmp= 66336 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n9_i9_pp.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1738025-1240835160/watcher-1738025-1240835160 -o /tmp/evaluation-result-1738025-1240835160/solver-1738025-1240835160 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1738025-1240835160.cnf

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

MD5SUM BENCH= 3e04f934e4f74a8e89587f6c1327f77e
RANDOM SEED=987583726

node39.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.281
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.281
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:       1545432 kB
Buffers:         68632 kB
Cached:         377732 kB
SwapCached:       6312 kB
Active:         258576 kB
Inactive:       196696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1545432 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:           11056 kB
Writeback:           0 kB
Mapped:          13584 kB
Slab:            41280 kB
Committed_AS:   532032 kB
PageTables:       1380 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= 66336 MiB
End job on node39 at 2009-04-27 14:46:03