Trace number 1589767

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
minisat2-simp 070721? (TO) 1200.14 1200.58

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  200308                                               |
0.00/0.00	|  Number of clauses:    598619                                               |
0.59/0.65	|  Parsing time:         0.58         s                                       |
8.59/8.63	============================[ Search Statistics ]==============================
8.59/8.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.59/8.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.59/8.63	===============================================================================
8.59/8.63	|         0 |   76300   341819  1778825 |   113939        0    nan |  0.000 % |
9.08/9.11	|       100 |   76300   341819  1778825 |   125333      100    111 |  0.009 % |
10.58/10.63	|       250 |   76300   341819  1778825 |   137866      250    152 |  0.009 % |
10.88/10.92	|       477 |   76300   341819  1778825 |   151653      477    142 |  0.009 % |
11.48/11.55	|       817 |   76300   341819  1778825 |   166819      817    150 |  0.009 % |
12.68/12.79	|      1323 |   76300   341819  1778825 |   183500     1323    113 |  0.009 % |
15.08/15.16	|      2082 |   76300   341819  1778825 |   201851     2082    125 |  0.009 % |
16.38/16.44	|      3222 |   76300   341819  1778825 |   222036     3222    113 |  0.009 % |
19.58/19.62	|      4930 |   76300   341819  1778825 |   244239     4930    145 |  0.009 % |
23.68/23.72	|      7492 |   76300   341819  1778825 |   268663     7492    145 |  0.009 % |
31.58/31.65	|     11336 |   76300   341819  1778825 |   295530    11336    158 |  0.009 % |
41.77/41.83	|     17102 |   76300   341819  1778825 |   325083    17102    147 |  0.009 % |
56.56/56.67	|     25751 |   76300   341819  1778825 |   357591    25751    132 |  0.009 % |
73.45/73.53	|     38726 |   76300   341819  1778825 |   393350    38726    156 |  0.009 % |
147.22/147.35	|     58205 |   76300   341819  1778825 |   432685    58205    163 |  0.009 % |
190.81/190.91	|     87397 |   76300   341819  1778825 |   475954    87397    155 |  0.009 % |
317.47/317.64	|    131187 |   76300   341819  1778825 |   523549   131187    171 |  0.009 % |
498.50/498.74	|    196871 |   76300   341819  1778825 |   575904   196871    178 |  0.009 % |
865.57/865.93	|    295397 |   76300   341819  1778825 |   633495   295397    219 |  0.009 % |

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-1589767-1239108189/watcher-1589767-1239108189 -o /tmp/evaluation-result-1589767-1239108189/solver-1589767-1239108189 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589767-1239108189.cnf 

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


[startup+0 s]
/proc/loadavg: 1.10 1.03 1.01 3/64 19767
/proc/meminfo: memFree=829328/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=2364 CPUtime=0
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 475 0 0 0 0 0 0 0 18 0 1 0 1183484012 2420736 460 1992294400 134512640 135243866 4294956256 18446744073709551615 134743096 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 591 461 65 178 0 411 0

[startup+0.106037 s]
/proc/loadavg: 1.10 1.03 1.01 3/64 19767
/proc/meminfo: memFree=829328/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=11992 CPUtime=0.09
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 2602 0 0 0 8 1 0 0 18 0 1 0 1183484012 12279808 2587 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 2998 2588 65 178 0 2818 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11992

[startup+0.201054 s]
/proc/loadavg: 1.10 1.03 1.01 3/64 19767
/proc/meminfo: memFree=829328/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=20864 CPUtime=0.19
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 4565 0 0 0 17 2 0 0 18 0 1 0 1183484012 21364736 4550 1992294400 134512640 135243866 4294956256 18446744073709551615 134748151 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 5216 4551 65 178 0 5036 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20864

[startup+0.301073 s]
/proc/loadavg: 1.10 1.03 1.01 3/64 19767
/proc/meminfo: memFree=829328/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=30212 CPUtime=0.29
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 6629 0 0 0 26 3 0 0 19 0 1 0 1183484012 30937088 6614 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 7553 6618 65 178 0 7373 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30212

[startup+0.701154 s]
/proc/loadavg: 1.10 1.03 1.01 3/64 19767
/proc/meminfo: memFree=829328/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=56996 CPUtime=0.69
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 13566 0 0 0 62 7 0 0 23 0 1 0 1183484012 58363904 13551 1992294400 134512640 135243866 4294956256 18446744073709551615 134535382 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 14249 13551 79 178 0 14069 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56996

[startup+1.50131 s]
/proc/loadavg: 1.09 1.03 1.01 2/65 19768
/proc/meminfo: memFree=764808/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=80900 CPUtime=1.49
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 19704 0 0 0 139 10 0 0 25 0 1 0 1183484012 82841600 19689 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 20225 19689 80 178 0 20045 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80900

[startup+3.10163 s]
/proc/loadavg: 1.09 1.03 1.01 2/65 19768
/proc/meminfo: memFree=730888/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=124180 CPUtime=3.08
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 30463 0 0 0 294 14 0 0 25 0 1 0 1183484012 127160320 30448 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 31045 30449 80 178 0 30865 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 124180

[startup+6.30127 s]
/proc/loadavg: 1.09 1.03 1.01 2/65 19768
/proc/meminfo: memFree=705096/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=128188 CPUtime=6.29
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 31513 0 0 0 614 15 0 0 25 0 1 0 1183484012 131264512 31498 1992294400 134512640 135243866 4294956256 18446744073709551615 134541930 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 32047 31498 80 178 0 31867 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 128188

[startup+12.7015 s]
/proc/loadavg: 1.07 1.03 1.01 2/65 19768
/proc/meminfo: memFree=712264/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=119760 CPUtime=12.68
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 32348 0 0 0 1253 15 0 0 25 0 1 0 1183484012 122634240 29523 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 29940 29523 87 178 0 29760 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 119760

[startup+25.5011 s]
/proc/loadavg: 1.06 1.03 1.01 2/65 19768
/proc/meminfo: memFree=712264/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=119760 CPUtime=25.48
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 32348 0 0 0 2533 15 0 0 25 0 1 0 1183484012 122634240 29523 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 29940 29523 87 178 0 29760 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 119760

[startup+51.1012 s]
/proc/loadavg: 1.04 1.02 1.00 2/65 19768
/proc/meminfo: memFree=712264/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=119760 CPUtime=51.06
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 32349 0 0 0 5090 16 0 0 25 0 1 0 1183484012 122634240 29524 1992294400 134512640 135243866 4294956256 18446744073709551615 134556089 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 29940 29524 87 178 0 29760 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 119760

[startup+102.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 19768
/proc/meminfo: memFree=701640/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=130592 CPUtime=102.25
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 35029 0 0 0 10206 19 0 0 25 0 1 0 1183484012 133726208 32204 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 32648 32204 87 178 0 32468 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 130592

[startup+162.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 19768
/proc/meminfo: memFree=688968/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=143572 CPUtime=162.22
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 38239 0 0 0 16201 21 0 0 25 0 1 0 1183484012 147017728 35414 1992294400 134512640 135243866 4294956256 18446744073709551615 134556170 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 35893 35414 87 178 0 35713 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 143572

[startup+222.305 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 19768
/proc/meminfo: memFree=673032/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=159396 CPUtime=222.2
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 42159 0 0 0 22195 25 0 0 25 0 1 0 1183484012 163221504 39334 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 39849 39334 87 178 0 39669 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 159396

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=656328/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=176252 CPUtime=282.17
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 46381 0 0 0 28188 29 0 0 25 0 1 0 1183484012 180482048 43556 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 44063 43556 87 178 0 43883 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 176252

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=636680/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=195872 CPUtime=342.16
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 51234 0 0 0 34182 34 0 0 25 0 1 0 1183484012 200572928 48409 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 48968 48409 87 178 0 48788 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 195872

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=616008/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=217204 CPUtime=402.14
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 56442 0 0 0 40175 39 0 0 25 0 1 0 1183484012 222416896 53617 1992294400 134512640 135243866 4294956256 18446744073709551615 134559487 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 54301 53617 87 178 0 54121 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 217204

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=597256/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=235784 CPUtime=462.12
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 61038 0 0 0 46168 44 0 0 25 0 1 0 1183484012 241442816 58213 1992294400 134512640 135243866 4294956256 18446744073709551615 134555635 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 58946 58213 87 178 0 58766 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 235784

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=580808/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=252548 CPUtime=522.09
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 65221 0 0 0 52162 47 0 0 25 0 1 0 1183484012 258609152 62396 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 63137 62396 87 178 0 62957 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 252548

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=563592/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=269988 CPUtime=582.08
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 69487 0 0 0 58156 52 0 0 25 0 1 0 1183484012 276467712 66662 1992294400 134512640 135243866 4294956256 18446744073709551615 134565331 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 67497 66662 87 178 0 67317 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 269988

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=542152/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=291516 CPUtime=642.05
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 74870 0 0 0 64148 57 0 0 25 0 1 0 1183484012 298512384 72045 1992294400 134512640 135243866 4294956256 18446744073709551615 134556167 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 72879 72045 87 178 0 72699 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 291516

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=521096/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=312376 CPUtime=702.03
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 80099 0 0 0 70141 62 0 0 25 0 1 0 1183484012 319873024 77274 1992294400 134512640 135243866 4294956256 18446744073709551615 134558496 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 78094 77274 87 178 0 77914 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 312376

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=501128/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=331948 CPUtime=762.02
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 85022 0 0 0 76135 67 0 0 25 0 1 0 1183484012 339914752 82197 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 82987 82197 87 178 0 82807 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 331948

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=481224/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=352096 CPUtime=821.99
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 90029 0 0 0 82127 72 0 0 25 0 1 0 1183484012 360546304 87204 1992294400 134512640 135243866 4294956256 18446744073709551615 134558479 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 88024 87204 87 178 0 87844 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 352096

[startup+882.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=466056/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=367012 CPUtime=881.97
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 93774 0 0 0 88122 75 0 0 25 0 1 0 1183484012 375820288 90949 1992294400 134512640 135243866 4294956256 18446744073709551615 134555792 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 91753 90949 87 178 0 91573 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 367012

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=457800/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=375540 CPUtime=941.95
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 95889 0 0 0 94117 78 0 0 25 0 1 0 1183484012 384552960 93064 1992294400 134512640 135243866 4294956256 18446744073709551615 134558464 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 93885 93064 87 178 0 93705 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 375540

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=444808/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=388912 CPUtime=1001.93
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 99077 0 0 0 100111 82 0 0 25 0 1 0 1183484012 398245888 96252 1992294400 134512640 135243866 4294956256 18446744073709551615 134559487 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 97228 96252 87 178 0 97048 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 388912

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19770
/proc/meminfo: memFree=427144/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=406468 CPUtime=1061.9
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 103484 0 0 0 106105 85 0 0 25 0 1 0 1183484012 416223232 100659 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 101617 100659 87 178 0 101437 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 406468

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19776
/proc/meminfo: memFree=412040/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=421384 CPUtime=1121.88
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 107253 0 0 0 112098 90 0 0 25 0 1 0 1183484012 431497216 104428 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 105346 104428 87 178 0 105166 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 421384

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19776
/proc/meminfo: memFree=400584/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=432880 CPUtime=1181.85
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 110147 0 0 0 118092 93 0 0 25 0 1 0 1183484012 443269120 107322 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 108220 107322 87 178 0 108040 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 432880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 19776
/proc/meminfo: memFree=396616/2055920 swapFree=4175804/4192956
[pid=19767] ppid=19765 vsize=436576 CPUtime=1200.06
/proc/19767/stat : 19767 (minisat_static) R 19765 19767 19539 0 -1 4194304 111071 0 0 0 119912 94 0 0 25 0 1 0 1183484012 447053824 108246 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/19767/statm: 109144 108246 87 178 0 108964 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 436576

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.58
CPU time (s): 1200.14
CPU user time (s): 1199.12
CPU system time (s): 1.01584
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 436576

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

runsolver used 1.22081 second user time and 2.73358 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-07 14:43:10
IDJOB=1589767
IDBENCH=70808
IDSOLVER=568
FILE ID=node33/1589767-1239108189
PBS_JOBID= 9110805
Free space on /tmp= 66464 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589767-1239108189/watcher-1589767-1239108189 -o /tmp/evaluation-result-1589767-1239108189/solver-1589767-1239108189 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589767-1239108189.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1534882965

node33.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.266
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.266
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:        830832 kB
Buffers:         79412 kB
Cached:        1051524 kB
SwapCached:      11396 kB
Active:         181576 kB
Inactive:       962364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        830832 kB
SwapTotal:     4192956 kB
SwapFree:      4175804 kB
Dirty:           11444 kB
Writeback:           0 kB
Mapped:          18164 kB
Slab:            67108 kB
Committed_AS:  3587988 kB
PageTables:       1400 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= 66464 MiB
End job on node33 at 2009-04-07 15:03:13