Trace number 1796369

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.1 1200.55

General information on the benchmark

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

Solver Data

0.00/0.00	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:  509512                                               |
0.00/0.00	|  Number of clauses:    1529045                                              |
1.69/1.70	|  Parsing time:         1.51         s                                       |
22.28/22.40	============================[ Search Statistics ]==============================
22.28/22.40	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.28/22.40	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.28/22.40	===============================================================================
22.28/22.40	|         0 |  131809   828250  2831437 |   276083        0    nan |  0.000 % |
23.48/23.50	|       101 |  131809   828250  2831437 |   303691      101     17 |  0.261 % |
25.08/25.19	|       251 |  131806   828250  2831437 |   334060      248     15 |  0.262 % |
31.38/31.47	|       476 |  131805   828250  2831437 |   367466      472    221 |  0.262 % |
34.28/34.34	|       813 |  131804   826375  2825670 |   404213      802    144 |  0.262 % |
39.37/39.43	|      1320 |  131802   824209  2818658 |   444634     1308     98 |  0.263 % |
46.17/46.25	|      2079 |  131801   824209  2818658 |   489098     2066     74 |  0.263 % |
54.76/54.81	|      3218 |  131801   824204  2818642 |   538008     3192     53 |  0.263 % |
72.76/72.86	|      4926 |  131799   823651  2816996 |   591809     4898     53 |  0.263 % |
97.04/97.14	|      7488 |  131795   821660  2810592 |   650990     7434     48 |  0.264 % |
138.62/138.75	|     11333 |  131794   821627  2810460 |   716089    11260     45 |  0.264 % |
190.40/190.58	|     17099 |  131790   820410  2806421 |   787697    16972     54 |  0.265 % |
287.97/288.11	|     25748 |  131785   817002  2794928 |   866467    25616     48 |  0.266 % |
462.70/462.90	|     38723 |  131776   811292  2777393 |   953114    38582     51 |  0.268 % |
756.40/756.72	|     58186 |  131770   809868  2772855 |  1048425    57958     52 |  0.269 % |

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-1796369-1242075154/watcher-1796369-1242075154 -o /tmp/evaluation-result-1796369-1242075154/solver-1796369-1242075154 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796369-1242075154.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9851
/proc/meminfo: memFree=1273400/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=2356 CPUtime=0
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 472 0 0 0 0 0 0 0 18 0 1 0 235549632 2412544 457 1992294400 134512640 135243866 4294956256 18446744073709551615 134553517 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 589 457 65 178 0 409 0

[startup+0.0549051 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9851
/proc/meminfo: memFree=1273400/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=7624 CPUtime=0.05
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 1629 0 0 0 4 1 0 0 18 0 1 0 235549632 7806976 1614 1992294400 134512640 135243866 4294956256 18446744073709551615 134553730 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 1906 1616 65 178 0 1726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7624

[startup+0.101912 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9851
/proc/meminfo: memFree=1273400/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=11724 CPUtime=0.09
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 2607 0 0 0 8 1 0 0 18 0 1 0 235549632 12005376 2592 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 2931 2592 65 178 0 2751 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11724

[startup+0.301946 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9851
/proc/meminfo: memFree=1273400/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=29860 CPUtime=0.29
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 6703 0 0 0 26 3 0 0 19 0 1 0 235549632 30576640 6688 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 7465 6688 65 178 0 7285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29860

[startup+0.702016 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 9851
/proc/meminfo: memFree=1273400/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=64268 CPUtime=0.69
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 14014 0 0 0 62 7 0 0 22 0 1 0 235549632 65810432 13999 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 16067 14000 65 178 0 15887 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64268

[startup+1.50116 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9852
/proc/meminfo: memFree=1193712/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=124692 CPUtime=1.49
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 29732 0 0 0 133 16 0 0 25 0 1 0 235549632 127684608 29717 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 31173 29717 65 178 0 30993 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 124692

[startup+3.10144 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 9852
/proc/meminfo: memFree=1136176/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=168180 CPUtime=3.08
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 37306 0 0 0 288 20 0 0 25 0 1 0 235549632 172216320 37291 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 42045 37291 80 178 0 41865 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 168180

[startup+6.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1097584/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=201780 CPUtime=6.29
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 46339 0 0 0 604 25 0 0 25 0 1 0 235549632 206622720 46324 1992294400 134512640 135243866 4294956256 18446744073709551615 134550816 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 50445 46324 80 178 0 50265 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 201780

[startup+12.7011 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1037040/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=263068 CPUtime=12.69
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 60455 0 0 0 1236 33 0 0 25 0 1 0 235549632 269381632 60440 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 65767 60440 80 178 0 65587 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263068

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1027384/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259524 CPUtime=25.48
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69589 0 0 0 2509 39 0 0 25 0 1 0 235549632 265752576 61477 1992294400 134512640 135243866 4294956256 18446744073709551615 134565702 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64881 61477 87 178 0 64701 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 259524

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1027384/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259524 CPUtime=51.07
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69600 0 0 0 5068 39 0 0 25 0 1 0 235549632 265752576 61488 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64881 61488 87 178 0 64701 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 259524

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1027320/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259524 CPUtime=102.24
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69607 0 0 0 10185 39 0 0 25 0 1 0 235549632 265752576 61495 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64881 61495 87 178 0 64701 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 259524

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1027192/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259524 CPUtime=162.21
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69608 0 0 0 16182 39 0 0 25 0 1 0 235549632 265752576 61496 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64881 61496 87 178 0 64701 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 259524

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1027384/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259524 CPUtime=222.18
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69611 0 0 0 22179 39 0 0 25 0 1 0 235549632 265752576 61499 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64881 61499 87 178 0 64701 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 259524

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1027320/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259524 CPUtime=282.16
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69615 0 0 0 28177 39 0 0 25 0 1 0 235549632 265752576 61503 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64881 61503 87 178 0 64701 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 259524

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1027256/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259524 CPUtime=342.15
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69627 0 0 0 34175 40 0 0 25 0 1 0 235549632 265752576 61515 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64881 61515 87 178 0 64701 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 259524

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1027256/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259524 CPUtime=402.12
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69633 0 0 0 40172 40 0 0 25 0 1 0 235549632 265752576 61521 1992294400 134512640 135243866 4294956256 18446744073709551615 134555671 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64881 61521 87 178 0 64701 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 259524

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9852
/proc/meminfo: memFree=1027192/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259524 CPUtime=462.1
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69636 0 0 0 46170 40 0 0 25 0 1 0 235549632 265752576 61524 1992294400 134512640 135243866 4294956256 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64881 61524 87 178 0 64701 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 259524

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1027000/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259768 CPUtime=522.08
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69680 0 0 0 52168 40 0 0 25 0 1 0 235549632 266002432 61568 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64942 61568 87 178 0 64762 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 259768

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1027000/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259768 CPUtime=582.06
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69686 0 0 0 58166 40 0 0 25 0 1 0 235549632 266002432 61574 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64942 61574 87 178 0 64762 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 259768

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026936/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259768 CPUtime=642.04
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69694 0 0 0 64164 40 0 0 25 0 1 0 235549632 266002432 61582 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64942 61582 87 178 0 64762 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 259768

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026808/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259768 CPUtime=702.01
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69714 0 0 0 70161 40 0 0 25 0 1 0 235549632 266002432 61602 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64942 61602 87 178 0 64762 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 259768

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026744/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259768 CPUtime=762
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69735 0 0 0 76159 41 0 0 25 0 1 0 235549632 266002432 61623 1992294400 134512640 135243866 4294956256 18446744073709551615 134565361 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64942 61623 87 178 0 64762 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 259768

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026680/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259888 CPUtime=821.98
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69750 0 0 0 82157 41 0 0 25 0 1 0 235549632 266125312 61638 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64972 61638 87 178 0 64792 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 259888

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026552/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259888 CPUtime=881.95
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69768 0 0 0 88154 41 0 0 25 0 1 0 235549632 266125312 61656 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64972 61656 87 178 0 64792 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 259888

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026552/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259888 CPUtime=941.93
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69773 0 0 0 94152 41 0 0 25 0 1 0 235549632 266125312 61661 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64972 61661 87 178 0 64792 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 259888

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026488/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259888 CPUtime=1001.91
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69779 0 0 0 100150 41 0 0 25 0 1 0 235549632 266125312 61667 1992294400 134512640 135243866 4294956256 18446744073709551615 134555895 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64972 61667 87 178 0 64792 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 259888

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026488/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259888 CPUtime=1061.89
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69794 0 0 0 106148 41 0 0 25 0 1 0 235549632 266125312 61682 1992294400 134512640 135243866 4294956256 18446744073709551615 134565613 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64972 61682 87 178 0 64792 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 259888

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026360/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259888 CPUtime=1121.86
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69818 0 0 0 112145 41 0 0 25 0 1 0 235549632 266125312 61706 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64972 61706 87 178 0 64792 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 259888

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026360/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259888 CPUtime=1181.84
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69829 0 0 0 118143 41 0 0 25 0 1 0 235549632 266125312 61717 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64972 61717 87 178 0 64792 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 259888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026296/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259888 CPUtime=1200.05
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69835 0 0 0 119963 42 0 0 25 0 1 0 235549632 266125312 61723 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64972 61723 87 178 0 64792 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 259888

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9858
/proc/meminfo: memFree=1026296/2055920 swapFree=4180812/4192956
[pid=9851] ppid=9849 vsize=259888 CPUtime=1200.05
/proc/9851/stat : 9851 (minisat_static) R 9849 9851 9663 0 -1 4194304 69835 0 0 0 119963 42 0 0 25 0 1 0 235549632 266125312 61723 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9851/statm: 64972 61723 87 178 0 64792 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 259888

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.1
CPU user time (s): 1199.63
CPU system time (s): 0.462929
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 298020

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

runsolver used 0.845871 second user time and 2.55061 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-11 22:52:37
IDJOB=1796369
IDBENCH=20423
IDSOLVER=568
FILE ID=node4/1796369-1242075154
PBS_JOBID= 9277594
Free space on /tmp= 66232 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h14-sat.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796369-1242075154/watcher-1796369-1242075154 -o /tmp/evaluation-result-1796369-1242075154/solver-1796369-1242075154 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796369-1242075154.cnf

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

MD5SUM BENCH= 7cc30e40be8c690e76c3fb158623be61
RANDOM SEED=417877358

node4.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.265
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.265
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:       1273880 kB
Buffers:         59168 kB
Cached:         649424 kB
SwapCached:       5952 kB
Active:         184604 kB
Inactive:       531884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273880 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:           28360 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            51480 kB
Committed_AS:   958064 kB
PageTables:       1468 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= 66232 MiB
End job on node4 at 2009-05-11 23:12:39