Trace number 1805862

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
IUT_BMB_SIM 1.0? (TO) 1200.07 1200.61

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
MD5SUM378c3c007a4c6e49e4da1e6f32094183
Bench CategoryCRAFTED (crafted 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 variables1192
Number of clauses14506
Sum of the clauses size43816
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314208
Number of clauses of size 4298
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.09/0.11	This is MiniSat 2.0 beta
0.09/0.11	WARNING: for repeatability, setting FPU to use double precision
0.09/0.11	============================[ Problem Statistics ]=============================
0.09/0.11	|                                                                             |
0.09/0.11	|  Number of variables:  1192                                                 |
0.09/0.11	|  Number of clauses:    14506                                                |
0.09/0.12	|  Parsing time:         0.01         s                                       |
0.09/0.12	============================[ Search Statistics ]==============================
0.09/0.12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.12	===============================================================================
0.09/0.12	|         0 |    1192    14506    43816 |     4835        0    nan |  0.000 % |
0.09/0.13	|       100 |    1192    14506    43816 |     5318      100      8 |  0.000 % |
0.09/0.13	|       250 |    1192    14506    43816 |     5850      250      8 |  0.000 % |
0.09/0.15	|       476 |    1192    14506    43816 |     6435      476     12 |  0.000 % |
0.09/0.17	|       813 |    1192    14506    43816 |     7079      813     13 |  0.000 % |
0.10/0.23	|      1320 |    1192    14506    43816 |     7787     1320     16 |  0.000 % |
0.10/0.32	|      2080 |    1192    14506    43816 |     8566     2080     18 |  0.000 % |
0.10/0.48	|      3219 |    1192    14506    43816 |     9422     3219     20 |  0.000 % |
0.10/0.73	|      4928 |    1192    14506    43816 |    10364     4928     22 |  0.000 % |
1.18/1.25	|      7492 |    1192    14506    43816 |    11401     7492     26 |  0.000 % |
2.07/2.13	|     11336 |    1192    14506    43816 |    12541    11336     27 |  0.000 % |
3.47/3.54	|     17102 |    1192    14506    43816 |    13795    10754     25 |  0.000 % |
5.27/5.40	|     25752 |    1192    14506    43816 |    15175    12416     28 |  0.000 % |
8.37/8.46	|     38729 |    1192    14506    43816 |    16692    10107     29 |  0.000 % |
13.67/13.79	|     58191 |    1192    14506    43816 |    18362    12714     26 |  0.000 % |
23.46/23.58	|     87384 |    1192    14506    43816 |    20198    14168     26 |  0.000 % |
40.44/40.54	|    131173 |    1192    14506    43816 |    22218    17238     27 |  0.000 % |
66.94/67.09	|    196859 |    1192    14506    43816 |    24440    15874     32 |  0.000 % |
107.22/107.35	|    295386 |    1192    14506    43816 |    26884    16121     34 |  0.000 % |
176.20/176.39	|    443176 |    1192    14506    43816 |    29572    15300     29 |  0.000 % |
284.94/285.16	|    664859 |    1192    14506    43816 |    32529    28381     36 |  0.000 % |
472.86/473.17	|    997384 |    1192    14506    43816 |    35782    28929     25 |  0.000 % |
748.34/748.76	|   1496173 |    1192    14506    43816 |    39360    28579     28 |  0.000 % |
1200.04/1200.61	c cannot read from file

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-1805862-1242142306/watcher-1805862-1242142306 -o /tmp/evaluation-result-1805862-1242142306/solver-1805862-1242142306 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1805862-1242142306.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.77 0.35 0.76 3/64 5009
/proc/meminfo: memFree=1232936/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=1592 CPUtime=0
/proc/5009/stat : 5009 (IUT_BMB_SIM) R 5007 5009 4943 0 -1 4194304 224 0 0 0 0 0 0 0 18 0 1 0 242263994 1630208 207 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/5009/statm: 398 207 97 274 0 121 0

[startup+0.076654 s]
/proc/loadavg: 0.77 0.35 0.76 3/64 5009
/proc/meminfo: memFree=1232936/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.07
/proc/5009/stat : 5009 (IUT_BMB_SIM) R 5007 5009 4943 0 -1 4194304 379 0 0 0 5 2 0 0 18 0 1 0 242263994 2306048 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/5009/statm: 563 362 99 274 0 286 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2252

[startup+0.101655 s]
/proc/loadavg: 0.77 0.35 0.76 3/64 5009
/proc/meminfo: memFree=1232936/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.09
/proc/5009/stat : 5009 (IUT_BMB_SIM) R 5007 5009 4943 0 -1 4194304 379 0 0 0 6 3 0 0 18 0 1 0 242263994 2306048 362 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/5009/statm: 563 362 99 274 0 286 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2252

[startup+0.301674 s]
/proc/loadavg: 0.77 0.35 0.76 3/64 5009
/proc/meminfo: memFree=1232936/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2252

[startup+0.70171 s]
/proc/loadavg: 0.77 0.35 0.76 3/64 5009
/proc/meminfo: memFree=1232936/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2252

[startup+1.50178 s]
/proc/loadavg: 0.77 0.35 0.76 2/66 5011
/proc/meminfo: memFree=1229784/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=3748 CPUtime=1.38
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 867 0 0 0 138 0 0 0 25 0 1 0 242264006 3837952 617 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 1 0 0
/proc/5011/statm: 937 617 76 170 0 765 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 6000

[startup+3.10291 s]
/proc/loadavg: 0.77 0.35 0.76 2/66 5011
/proc/meminfo: memFree=1228888/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=4408 CPUtime=2.97
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 1021 0 0 0 297 0 0 0 25 0 1 0 242264006 4513792 771 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 1102 771 76 170 0 930 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 6660

[startup+6.30119 s]
/proc/loadavg: 0.79 0.36 0.76 2/66 5011
/proc/meminfo: memFree=1228312/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=4940 CPUtime=6.17
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 1170 0 0 0 617 0 0 0 25 0 1 0 242264006 5058560 920 1992294400 134512640 135212939 4294956320 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 1235 920 76 170 0 1063 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7192

[startup+12.7017 s]
/proc/loadavg: 0.81 0.37 0.76 2/66 5011
/proc/meminfo: memFree=1227496/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=5336 CPUtime=12.57
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 1265 0 0 0 1257 0 0 0 25 0 1 0 242264006 5464064 1015 1992294400 134512640 135212939 4294956320 18446744073709551615 134526652 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 1334 1015 76 170 0 1162 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7588

[startup+25.5018 s]
/proc/loadavg: 0.85 0.40 0.76 2/66 5011
/proc/meminfo: memFree=1227112/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=5916 CPUtime=25.36
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 1391 0 0 0 2536 0 0 0 25 0 1 0 242264006 6057984 1141 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 1479 1141 76 170 0 1307 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 8168

[startup+51.1011 s]
/proc/loadavg: 0.90 0.44 0.77 2/66 5011
/proc/meminfo: memFree=1225960/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=7244 CPUtime=50.94
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 1738 0 0 0 5093 1 0 0 25 0 1 0 242264006 7417856 1488 1992294400 134512640 135212939 4294956320 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 1811 1488 76 170 0 1639 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 9496

[startup+102.306 s]
/proc/loadavg: 0.95 0.53 0.78 2/66 5011
/proc/meminfo: memFree=1224552/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=8308 CPUtime=102.12
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 2009 0 0 0 10211 1 0 0 25 0 1 0 242264006 8507392 1759 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 2077 1759 76 170 0 1905 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 10560

[startup+162.302 s]
/proc/loadavg: 0.98 0.61 0.79 2/66 5011
/proc/meminfo: memFree=1223720/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=9120 CPUtime=162.11
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 2212 0 0 0 16209 2 0 0 25 0 1 0 242264006 9338880 1962 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 2280 1962 76 170 0 2108 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 11372

[startup+222.302 s]
/proc/loadavg: 0.99 0.68 0.80 2/66 5011
/proc/meminfo: memFree=1223464/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=9416 CPUtime=222.07
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 2279 0 0 0 22205 2 0 0 25 0 1 0 242264006 9641984 2029 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 2354 2029 76 170 0 2182 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 11668

[startup+282.301 s]
/proc/loadavg: 0.99 0.74 0.81 2/66 5011
/proc/meminfo: memFree=1222504/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=10516 CPUtime=282.04
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 2519 0 0 0 28202 2 0 0 25 0 1 0 242264006 10768384 2269 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 2629 2269 76 170 0 2457 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 12768

[startup+342.301 s]
/proc/loadavg: 0.99 0.78 0.82 2/66 5011
/proc/meminfo: memFree=1221352/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=11732 CPUtime=342.01
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 2822 0 0 0 34199 2 0 0 25 0 1 0 242264006 12013568 2572 1992294400 134512640 135212939 4294956320 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 2933 2572 76 170 0 2761 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 13984

[startup+402.302 s]
/proc/loadavg: 1.06 0.83 0.83 2/66 5011
/proc/meminfo: memFree=1221096/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=11864 CPUtime=401.98
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 2882 0 0 0 40196 2 0 0 25 0 1 0 242264006 12148736 2632 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 2966 2632 76 170 0 2794 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 14116

[startup+462.302 s]

################
# More data... #
################

/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=12164 CPUtime=461.96
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 2935 0 0 0 46194 2 0 0 25 0 1 0 242264006 12455936 2685 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3041 2685 76 170 0 2869 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 14416

[startup+522.301 s]
/proc/loadavg: 1.05 0.91 0.85 2/66 5011
/proc/meminfo: memFree=1220712/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=12312 CPUtime=521.94
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 2985 0 0 0 52191 3 0 0 25 0 1 0 242264006 12607488 2735 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3078 2735 76 170 0 2906 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 14564

[startup+582.301 s]
/proc/loadavg: 1.02 0.92 0.86 2/66 5013
/proc/meminfo: memFree=1219944/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=13008 CPUtime=581.91
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3156 0 0 0 58188 3 0 0 25 0 1 0 242264006 13320192 2906 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3252 2906 76 170 0 3080 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 15260

[startup+642.302 s]
/proc/loadavg: 1.00 0.93 0.87 2/66 5013
/proc/meminfo: memFree=1219752/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=13308 CPUtime=641.89
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3208 0 0 0 64186 3 0 0 25 0 1 0 242264006 13627392 2958 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3327 2958 76 170 0 3155 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 15560

[startup+702.302 s]
/proc/loadavg: 1.00 0.94 0.87 2/66 5013
/proc/meminfo: memFree=1219560/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=13440 CPUtime=701.86
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3243 0 0 0 70183 3 0 0 25 0 1 0 242264006 13762560 2993 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3360 2993 76 170 0 3188 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 15692

[startup+762.307 s]
/proc/loadavg: 1.00 0.95 0.88 2/66 5013
/proc/meminfo: memFree=1219432/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=13628 CPUtime=761.83
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3291 0 0 0 76180 3 0 0 25 0 1 0 242264006 13955072 3041 1992294400 134512640 135212939 4294956320 18446744073709551615 134538885 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3407 3041 76 170 0 3235 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 15880

[startup+822.301 s]
/proc/loadavg: 1.00 0.96 0.88 2/66 5013
/proc/meminfo: memFree=1218280/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=14892 CPUtime=821.79
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3580 0 0 0 82176 3 0 0 25 0 1 0 242264006 15249408 3330 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3723 3330 76 170 0 3551 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 17144

[startup+882.301 s]
/proc/loadavg: 1.00 0.96 0.89 2/66 5013
/proc/meminfo: memFree=1218216/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=14892 CPUtime=881.77
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3594 0 0 0 88174 3 0 0 25 0 1 0 242264006 15249408 3344 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3723 3344 76 170 0 3551 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 17144

[startup+942.302 s]
/proc/loadavg: 1.00 0.97 0.90 2/66 5013
/proc/meminfo: memFree=1218024/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=15148 CPUtime=941.75
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3657 0 0 0 94171 4 0 0 25 0 1 0 242264006 15511552 3407 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3787 3407 76 170 0 3615 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 17400

[startup+1002.3 s]
/proc/loadavg: 1.00 0.97 0.90 2/66 5013
/proc/meminfo: memFree=1217768/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=15432 CPUtime=1001.72
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3719 0 0 0 100168 4 0 0 25 0 1 0 242264006 15802368 3469 1992294400 134512640 135212939 4294956320 18446744073709551615 134538795 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3858 3469 76 170 0 3686 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 17684

[startup+1062.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 5013
/proc/meminfo: memFree=1217512/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=15716 CPUtime=1061.7
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3788 0 0 0 106166 4 0 0 25 0 1 0 242264006 16093184 3538 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3929 3538 76 170 0 3757 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 17968

[startup+1122.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 5013
/proc/meminfo: memFree=1217384/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=15880 CPUtime=1121.66
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3815 0 0 0 112162 4 0 0 25 0 1 0 242264006 16261120 3565 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 3970 3565 76 170 0 3798 0
Current children cumulated CPU time (s) 1121.76
Current children cumulated vsize (KiB) 18132

[startup+1182.3 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 5013
/proc/meminfo: memFree=1217064/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=16176 CPUtime=1181.64
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3890 0 0 0 118160 4 0 0 25 0 1 0 242264006 16564224 3640 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 4044 3640 76 170 0 3872 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 18428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 0.97 0.91 2/66 5013
/proc/meminfo: memFree=1217064/2055920 swapFree=4180008/4192956
[pid=5009] ppid=5007 vsize=2252 CPUtime=0.1
/proc/5009/stat : 5009 (IUT_BMB_SIM) S 5007 5009 4943 0 -1 4194304 386 0 0 0 6 4 0 0 18 0 1 0 242263994 2306048 368 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/5009/statm: 563 368 105 274 0 286 0
[pid=5011] ppid=5009 vsize=16176 CPUtime=1199.94
/proc/5011/stat : 5011 (minisat) R 5009 5009 4943 0 -1 4194304 3890 0 0 0 119990 4 0 0 25 0 1 0 242264006 16564224 3640 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5011/statm: 4044 3640 76 170 0 3872 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 18428

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1200.61
CPU time (s): 1200.07
CPU user time (s): 1199.98
CPU system time (s): 0.096985
CPU usage (%): 99.9551
Max. virtual memory (cumulated for all children) (KiB): 18428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.98
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4455
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= 6
involuntary context switches= 3249

runsolver used 0.935857 second user time and 3.43848 second system time

The end

Launcher Data

Begin job on node15 at 2009-05-12 17:31:46
IDJOB=1805862
IDBENCH=24612
IDSOLVER=650
FILE ID=node15/1805862-1242142306
PBS_JOBID= 9289706
Free space on /tmp= 66072 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n1200-d0.00-s1875077647.sat05-530.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805862-1242142306/watcher-1805862-1242142306 -o /tmp/evaluation-result-1805862-1242142306/solver-1805862-1242142306 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1805862-1242142306.cnf HOME

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

MD5SUM BENCH= 378c3c007a4c6e49e4da1e6f32094183
RANDOM SEED=1232293360

node15.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.220
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	: 5931.00
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.220
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:       1233416 kB
Buffers:         75012 kB
Cached:         663584 kB
SwapCached:       6752 kB
Active:         105676 kB
Inactive:       641764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1233416 kB
SwapTotal:     4192956 kB
SwapFree:      4180008 kB
Dirty:            2364 kB
Writeback:           0 kB
Mapped:          14532 kB
Slab:            60976 kB
Committed_AS:   853052 kB
PageTables:       1464 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= 66068 MiB
End job on node15 at 2009-05-12 17:51:46