Trace number 1729267

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
MXC 2009-03-10? (TO) 1200.1 1200.41

General information on the benchmark

Namecrafted/Hard/contest03/others/
hwb-n28-01-S136611085.sat05-491.reshuffled-07.cnf
MD5SUM8f639a3496db30a888324b756894fb43
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 variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

21.28/21.32	c starting MXC with:
21.28/21.32	c cnf_path = HOME/instance-1729267-1240747250.cnf
21.28/21.32	c restart_strategy = auto
21.28/21.32	c sign_strategy = cached
21.28/21.32	c use_preprocessing = -1
21.28/21.32	c output_implicant = 1
21.28/21.32	c timeout_seconds = 0
21.28/21.32	c running SatELite... done
21.28/21.32	c 56 vars eliminated
21.28/21.32	c received 0 units and 786 clauses from SatELite
21.28/21.32	c 55 assignments made, starting to guess now
21.28/21.32	c ===================================[MXC]=====================================
21.28/21.32	c | Conflicts |                Clause Statistics                   |   Vars   |
21.28/21.32	c |           |    CARD     BIN      O3+      L3+   L3+Lim  Lit/CL |          |
21.28/21.32	c =============================================================================
21.28/21.32	c |         0 |       0       8      778        0        0     nan |      184 |
21.28/21.32	c |       100 |       0       8      778      100     1050    19.4 |      129 |
21.28/21.32	c |       210 |       0       8      778      210     1105    18.6 |      129 |
21.28/21.32	c |       441 |       0       8      778      441     1220    18.0 |      129 |
21.28/21.32	c |       805 |       0       8      778      805     1402    20.4 |      129 |
21.28/21.32	c |      1315 |       0       8      778     1315     1609    21.3 |      129 |
21.28/21.32	c |      1986 |       0       8      778     1149     1754    21.2 |      129 |
21.28/21.32	c |      2834 |       0       8      778     1063     1894    20.2 |      129 |
21.28/21.32	c |      3876 |       0       8      778     1095     2031    18.0 |      129 |
21.28/21.32	c |      5132 |       0       9      778     1279     2163    18.8 |      129 |
21.28/21.32	c |      6623 |       0       9      778     1646     2292    19.6 |      129 |
21.28/21.32	c |      8373 |       0       9      778     2225     2419    20.8 |      129 |
21.28/21.32	c |     10408 |       0       9      778     1799     2543    19.1 |      129 |
21.28/21.32	c |     12756 |       0      10      778     1529     2665    18.7 |      129 |
21.28/21.32	c |     15449 |       0      10      778     1475     2786    17.8 |      129 |
21.28/21.32	c |     18521 |       0      11      778     1680     2906    18.6 |      129 |
21.28/21.32	c |     22010 |       0      11      778     2199     3025    19.1 |      129 |
21.28/21.32	c |     25958 |       0      11      778     3076     3144    20.1 |      129 |
21.28/21.32	c |     30411 |       0      11      778     2754     3262    19.4 |      129 |
21.28/21.32	c |     35419 |       0      11      778     2793     3381    19.2 |      129 |
21.28/21.32	c |     41038 |       0      11      778     3269     3499    21.1 |      129 |
21.28/21.32	c |     47329 |       0      11      778     2458     3618    18.6 |      129 |
21.28/21.32	c |     54360 |       0      11      778     2131     3737    19.9 |      129 |
21.28/21.32	c |     62205 |       0      11      778     2374     3857    18.9 |      129 |
21.28/21.32	c |     70945 |       0      11      778     3287     3978    18.2 |      129 |
21.28/21.32	c |     80669 |       0      12      778     2932     4099    19.1 |      129 |
21.28/21.32	c |     91476 |       0      12      778     3351     4222    17.7 |      129 |
21.28/21.32	c |    103474 |       0      12      778     2499     4346    16.2 |      129 |
21.28/21.32	c |    116782 |       0      12      778     2575     4471    16.8 |      129 |
21.28/21.32	c |    131532 |       0      12      778     3730     4597    16.5 |      129 |
21.28/21.32	c |    147868 |       0      12      778     3784     4726    17.0 |      129 |
21.28/21.32	c |    165948 |       0      12      778     2714     4855    16.9 |      129 |
21.28/21.32	c |    185947 |       0      12      778     3033     4987    16.6 |      129 |
21.28/21.32	c |    208057 |       0      12      778     4962     5120    18.5 |      129 |
21.28/21.32	c |    232489 |       0      12      778     3504     5255    16.5 |      129 |
21.28/21.32	c |    259475 |       0      12      778     3901     5393    16.7 |      129 |
21.28/21.32	c |    289271 |       0      12      778     3688     5532    17.0 |      129 |
21.28/21.32	c |    322158 |       0      12      778     2978     5674    17.1 |      129 |
21.28/21.32	c |    358445 |       0      12      778     4814     5818    17.5 |      129 |
21.28/21.32	c |    398472 |       0      12      778     3653     5965    16.7 |      129 |
21.28/21.32	c |    442613 |       0      12      778     5579     6114    17.1 |      129 |
21.28/21.32	c |    491279 |       0      12      778     4803     6265    17.5 |      129 |
21.28/21.32	c |    544923 |       0      12      778     4606   

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-1729267-1240747250/watcher-1729267-1240747250 -o /tmp/evaluation-result-1729267-1240747250/solver-1729267-1240747250 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/mxc-sat09 -i HOME/instance-1729267-1240747250.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.99 0.98 0.99 3/64 23601
/proc/meminfo: memFree=1330864/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=976 CPUtime=0
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 117 0 0 0 0 0 0 0 18 0 1 0 102758374 999424 103 1992294400 134512640 135192793 4294956224 18446744073709551615 134567659 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 244 103 56 166 0 75 0

[startup+0.071096 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23601
/proc/meminfo: memFree=1330864/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=1372 CPUtime=0.06
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 252 0 0 0 6 0 0 0 18 0 1 0 102758374 1404928 238 1992294400 134512640 135192793 4294956224 18446744073709551615 134533789 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 343 238 73 166 0 174 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1372

[startup+0.101099 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23601
/proc/meminfo: memFree=1330864/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=1372 CPUtime=0.09
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 259 0 0 0 9 0 0 0 18 0 1 0 102758374 1404928 245 1992294400 134512640 135192793 4294956224 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 343 245 73 166 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1372

[startup+0.301118 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23601
/proc/meminfo: memFree=1330864/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=1636 CPUtime=0.29
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 306 0 0 0 29 0 0 0 19 0 1 0 102758374 1675264 292 1992294400 134512640 135192793 4294956224 18446744073709551615 134551700 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 409 292 73 166 0 240 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1636

[startup+0.70116 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 23601
/proc/meminfo: memFree=1330864/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=1768 CPUtime=0.69
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 352 0 0 0 69 0 0 0 22 0 1 0 102758374 1810432 338 1992294400 134512640 135192793 4294956224 18446744073709551615 134550733 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 442 338 73 166 0 273 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1768

[startup+1.50124 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23602
/proc/meminfo: memFree=1329640/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=2032 CPUtime=1.49
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 412 0 0 0 149 0 0 0 25 0 1 0 102758374 2080768 398 1992294400 134512640 135192793 4294956224 18446744073709551615 134550883 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 508 398 73 166 0 339 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2032

[startup+3.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23602
/proc/meminfo: memFree=1329256/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=2296 CPUtime=3.09
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 481 0 0 0 309 0 0 0 25 0 1 0 102758374 2351104 467 1992294400 134512640 135192793 4294956224 18446744073709551615 134534173 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 574 467 73 166 0 405 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2296

[startup+6.30173 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23602
/proc/meminfo: memFree=1328616/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=2840 CPUtime=6.29
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 595 0 0 0 629 0 0 0 25 0 1 0 102758374 2908160 581 1992294400 134512640 135192793 4294956224 18446744073709551615 134552462 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 710 581 73 166 0 541 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2840

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1327904/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=3268 CPUtime=12.68
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 707 0 0 0 1268 0 0 0 25 0 1 0 102758374 3346432 693 1992294400 134512640 135192793 4294956224 18446744073709551615 134533834 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 817 693 73 166 0 648 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3268

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1327144/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=4336 CPUtime=25.48
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 912 0 0 0 2548 0 0 0 25 0 1 0 102758374 4440064 898 1992294400 134512640 135192793 4294956224 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 1084 898 73 166 0 915 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4336

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1326184/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=5364 CPUtime=51.07
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 1160 0 0 0 5107 0 0 0 25 0 1 0 102758374 5492736 1146 1992294400 134512640 135192793 4294956224 18446744073709551615 134533831 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 1341 1146 73 166 0 1172 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 5364

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1324776/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=6884 CPUtime=102.27
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 1489 0 0 0 10226 1 0 0 25 0 1 0 102758374 7049216 1475 1992294400 134512640 135192793 4294956224 18446744073709551615 134533920 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 1721 1475 73 166 0 1552 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 6884

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1323624/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=8004 CPUtime=162.24
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 1775 0 0 0 16223 1 0 0 25 0 1 0 102758374 8196096 1761 1992294400 134512640 135192793 4294956224 18446744073709551615 134534215 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 2001 1761 73 166 0 1832 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8004

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1322472/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=9592 CPUtime=222.23
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 2069 0 0 0 22222 1 0 0 25 0 1 0 102758374 9822208 2055 1992294400 134512640 135192793 4294956224 18446744073709551615 134549692 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 2398 2055 73 166 0 2229 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 9592

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1321576/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=10648 CPUtime=282.21
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 2283 0 0 0 28220 1 0 0 25 0 1 0 102758374 10903552 2269 1992294400 134512640 135192793 4294956224 18446744073709551615 134551646 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 2662 2269 73 166 0 2493 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 10648

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1321192/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=10968 CPUtime=342.2
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 2377 0 0 0 34218 2 0 0 25 0 1 0 102758374 11231232 2363 1992294400 134512640 135192793 4294956224 18446744073709551615 134533792 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 2742 2363 73 166 0 2573 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 10968

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1320872/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=11596 CPUtime=402.19
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 2477 0 0 0 40217 2 0 0 25 0 1 0 102758374 11874304 2463 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 2899 2463 73 166 0 2730 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 11596

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1320168/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=12336 CPUtime=462.17
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 2649 0 0 0 46215 2 0 0 25 0 1 0 102758374 12632064 2635 1992294400 134512640 135192793 4294956224 18446744073709551615 134533892 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3084 2635 73 166 0 2915 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 12336

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1319400/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=13224 CPUtime=522.15
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 2845 0 0 0 52213 2 0 0 25 0 1 0 102758374 13541376 2831 1992294400 134512640 135192793 4294956224 18446744073709551615 134534131 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3306 2831 73 166 0 3137 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 13224

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1318824/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=13892 CPUtime=582.13
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 2993 0 0 0 58211 2 0 0 25 0 1 0 102758374 14225408 2979 1992294400 134512640 135192793 4294956224 18446744073709551615 134533917 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3473 2979 73 166 0 3304 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 13892

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1318632/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=13892 CPUtime=642.13
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3032 0 0 0 64210 3 0 0 25 0 1 0 102758374 14225408 3018 1992294400 134512640 135192793 4294956224 18446744073709551615 134551161 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3473 3018 73 166 0 3304 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 13892

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1318120/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=14468 CPUtime=702.11
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3159 0 0 0 70208 3 0 0 25 0 1 0 102758374 14815232 3145 1992294400 134512640 135192793 4294956224 18446744073709551615 134533227 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3617 3145 73 166 0 3448 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 14468

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1317992/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=14660 CPUtime=762.1
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3192 0 0 0 76207 3 0 0 25 0 1 0 102758374 15011840 3178 1992294400 134512640 135192793 4294956224 18446744073709551615 134533842 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3665 3178 73 166 0 3496 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 14660

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1317416/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=15232 CPUtime=822.08
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3337 0 0 0 82205 3 0 0 25 0 1 0 102758374 15597568 3323 1992294400 134512640 135192793 4294956224 18446744073709551615 134534224 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3808 3323 73 166 0 3639 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 15232

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23608
/proc/meminfo: memFree=1317032/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=15584 CPUtime=882.06
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3428 0 0 0 88203 3 0 0 25 0 1 0 102758374 15958016 3414 1992294400 134512640 135192793 4294956224 18446744073709551615 134549763 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3896 3414 73 166 0 3727 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 15584

[startup+942.302 s]
/proc/loadavg: 1.05 1.00 0.99 2/65 23608
/proc/meminfo: memFree=1316712/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=15776 CPUtime=942.04
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3495 0 0 0 94201 3 0 0 25 0 1 0 102758374 16154624 3481 1992294400 134512640 135192793 4294956224 18446744073709551615 134550733 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3944 3481 73 166 0 3775 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 15776

[startup+1002.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 23608
/proc/meminfo: memFree=1316520/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=15932 CPUtime=1002.03
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3543 0 0 0 100200 3 0 0 25 0 1 0 102758374 16314368 3529 1992294400 134512640 135192793 4294956224 18446744073709551615 134551480 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 3983 3529 73 166 0 3814 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 15932

[startup+1062.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 23608
/proc/meminfo: memFree=1316456/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=16124 CPUtime=1062.02
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3573 0 0 0 106198 4 0 0 25 0 1 0 102758374 16510976 3559 1992294400 134512640 135192793 4294956224 18446744073709551615 134549681 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 4031 3559 73 166 0 3862 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 16124

[startup+1122.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 23608
/proc/meminfo: memFree=1316200/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=16316 CPUtime=1122
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3634 0 0 0 112196 4 0 0 25 0 1 0 102758374 16707584 3620 1992294400 134512640 135192793 4294956224 18446744073709551615 134534283 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 4079 3620 73 166 0 3910 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 16316

[startup+1182.3 s]
/proc/loadavg: 1.06 1.04 1.00 2/65 23608
/proc/meminfo: memFree=1316008/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=16448 CPUtime=1181.99
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3668 0 0 0 118195 4 0 0 25 0 1 0 102758374 16842752 3654 1992294400 134512640 135192793 4294956224 18446744073709551615 134551982 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 4112 3654 73 166 0 3943 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 16448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 23608
/proc/meminfo: memFree=1316008/2055920 swapFree=4180248/4192956
[pid=23601] ppid=23599 vsize=16448 CPUtime=1200.09
/proc/23601/stat : 23601 (mxc-sat09) R 23599 23601 23536 0 -1 4194304 3675 0 0 0 120005 4 0 0 25 0 1 0 102758374 16842752 3661 1992294400 134512640 135192793 4294956224 18446744073709551615 134534158 0 0 4096 0 0 0 0 17 1 0 0
/proc/23601/statm: 4112 3661 73 166 0 3943 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 16448

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.1
CPU user time (s): 1200.05
CPU system time (s): 0.047992
CPU usage (%): 99.9743
Max. virtual memory (cumulated for all children) (KiB): 16448

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

runsolver used 0.771882 second user time and 2.6016 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-26 14:00:50
IDJOB=1729267
IDBENCH=24699
IDSOLVER=504
FILE ID=node17/1729267-1240747250
PBS_JOBID= 9187060
Free space on /tmp= 66136 MiB

SOLVER NAME= MXC 2009-03-10
BENCH NAME= SAT07/crafted/Hard/contest03/others/hwb-n28-01-S136611085.sat05-491.reshuffled-07.cnf
COMMAND LINE= HOME/mxc-sat09 -i BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729267-1240747250/watcher-1729267-1240747250 -o /tmp/evaluation-result-1729267-1240747250/solver-1729267-1240747250 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/mxc-sat09 -i HOME/instance-1729267-1240747250.cnf

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

MD5SUM BENCH= 8f639a3496db30a888324b756894fb43
RANDOM SEED=112050609

node17.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.234
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.234
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:       1331280 kB
Buffers:         70724 kB
Cached:         591220 kB
SwapCached:       7584 kB
Active:         315952 kB
Inactive:       355948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1331280 kB
SwapTotal:     4192956 kB
SwapFree:      4180248 kB
Dirty:             712 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            38640 kB
Committed_AS:   381420 kB
PageTables:       1452 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= 66136 MiB
End job on node17 at 2009-04-26 14:20:52