Trace number 1796334

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.11 1200.64

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
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 variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

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:  361125                                               |
0.00/0.00	|  Number of clauses:    1254773                                              |
1.39/1.40	|  Parsing time:         1.25         s                                       |
25.18/25.30	============================[ Search Statistics ]==============================
25.18/25.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
25.18/25.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
25.18/25.30	===============================================================================
25.18/25.30	|         0 |   89426   689968  2998838 |   229989        0    nan |  0.000 % |
25.88/25.97	|       100 |   89426   689968  2998838 |   252988      100      9 |  0.116 % |
26.78/26.85	|       250 |   89426   689968  2998838 |   278287      250     20 |  0.116 % |
27.58/27.60	|       475 |   89426   689968  2998838 |   306115      475     20 |  0.116 % |
29.18/29.27	|       812 |   89426   689968  2998838 |   336727      812     33 |  0.116 % |
31.68/31.70	|      1318 |   89426   689968  2998838 |   370400     1318     30 |  0.116 % |
34.67/34.76	|      2078 |   89426   689968  2998838 |   407440     2078     35 |  0.116 % |
39.27/39.35	|      3217 |   89426   689968  2998838 |   448184     3217     35 |  0.116 % |
48.77/48.85	|      4925 |   89426   689968  2998838 |   493002     4925     39 |  0.116 % |
64.36/64.49	|      7488 |   89426   689968  2998838 |   542302     7488     39 |  0.116 % |
77.65/77.77	|     11332 |   89426   689968  2998838 |   596533    11332     38 |  0.116 % |
109.23/109.35	|     17099 |   89426   689968  2998838 |   656186    17099     47 |  0.116 % |
149.51/149.67	|     25748 |   89426   689968  2998838 |   721805    25748     49 |  0.116 % |
234.97/235.12	|     38723 |   89426   689968  2998838 |   793985    38723     47 |  0.116 % |
317.83/318.03	|     58184 |   89426   689968  2998838 |   873384    58184     49 |  0.116 % |
474.76/475.05	|     87377 |   89426   689968  2998838 |   960722    87377     49 |  0.116 % |
715.66/716.01	|    131168 |   89426   689968  2998838 |  1056794   131168     49 |  0.116 % |
1146.29/1146.86	|    196852 |   89426   689968  2998838 |  1162474   196852     50 |  0.116 % |

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-1796334-1242074318/watcher-1796334-1242074318 -o /tmp/evaluation-result-1796334-1242074318/solver-1796334-1242074318 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796334-1242074318.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: 1.01 1.02 1.00 3/64 27911
/proc/meminfo: memFree=1132912/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=2356 CPUtime=0
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 469 0 0 0 0 0 0 0 18 0 1 0 235457997 2412544 454 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 589 454 65 178 0 409 0

[startup+0.015466 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 27911
/proc/meminfo: memFree=1132912/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=3284 CPUtime=0.01
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 689 0 0 0 1 0 0 0 18 0 1 0 235457997 3362816 674 1992294400 134512640 135243866 4294956256 18446744073709551615 134553583 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 821 674 65 178 0 641 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3284

[startup+0.101473 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 27911
/proc/meminfo: memFree=1132912/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=10688 CPUtime=0.09
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 2442 0 0 0 9 0 0 0 18 0 1 0 235457997 10944512 2427 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 2672 2427 65 178 0 2492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10688

[startup+0.301492 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 27911
/proc/meminfo: memFree=1132912/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=28140 CPUtime=0.29
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 6488 0 0 0 27 2 0 0 19 0 1 0 235457997 28815360 6473 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 7035 6473 65 178 0 6855 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28140

[startup+0.701533 s]
/proc/loadavg: 1.01 1.02 1.00 3/64 27911
/proc/meminfo: memFree=1132912/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=60296 CPUtime=0.69
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 14089 0 0 0 63 6 0 0 23 0 1 0 235457997 61743104 14074 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 15074 14074 65 178 0 14894 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 60296

[startup+1.50161 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 27912
/proc/meminfo: memFree=1053736/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=121852 CPUtime=1.49
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 26766 0 0 0 135 14 0 0 25 0 1 0 235457997 124776448 26751 1992294400 134512640 135243866 4294956256 18446744073709551615 134535407 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 30463 26751 79 178 0 30283 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121852

[startup+3.10177 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 27912
/proc/meminfo: memFree=1014504/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=157984 CPUtime=3.09
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 36253 0 0 0 291 18 0 0 25 0 1 0 235457997 161775616 36238 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 39496 36239 80 178 0 39316 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 157984

[startup+6.30209 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 27912
/proc/meminfo: memFree=934888/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=227996 CPUtime=6.29
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 53071 0 0 0 602 27 0 0 25 0 1 0 235457997 233467904 53056 1992294400 134512640 135243866 4294956256 18446744073709551615 134573130 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 56999 53056 80 178 0 56819 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 227996

[startup+12.7017 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27912
/proc/meminfo: memFree=889320/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=263228 CPUtime=12.69
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 60957 0 0 0 1238 31 0 0 25 0 1 0 235457997 269545472 60942 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 65807 60942 80 178 0 65627 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263228

[startup+25.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27912
/proc/meminfo: memFree=867240/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=235648 CPUtime=25.48
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 66934 0 0 0 2514 34 0 0 25 0 1 0 235457997 241303552 56182 1992294400 134512640 135243866 4294956256 18446744073709551615 134746161 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 58912 56182 83 178 0 58732 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 235648

[startup+51.1015 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 27912
/proc/meminfo: memFree=907816/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=235892 CPUtime=51.07
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67034 0 0 0 5073 34 0 0 25 0 1 0 235457997 241553408 56282 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 58973 56282 87 178 0 58793 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 235892

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 27912
/proc/meminfo: memFree=907816/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=235892 CPUtime=102.24
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67035 0 0 0 10190 34 0 0 25 0 1 0 235457997 241553408 56283 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 58973 56283 87 178 0 58793 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 235892

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 27912
/proc/meminfo: memFree=907752/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=235892 CPUtime=162.2
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67035 0 0 0 16186 34 0 0 25 0 1 0 235457997 241553408 56283 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 58973 56283 87 178 0 58793 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 235892

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=907688/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=235892 CPUtime=222.17
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67035 0 0 0 22183 34 0 0 25 0 1 0 235457997 241553408 56283 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 58973 56283 87 178 0 58793 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 235892

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=907688/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=236252 CPUtime=282.14
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67085 0 0 0 28180 34 0 0 25 0 1 0 235457997 241922048 56333 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59063 56333 87 178 0 58883 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 236252

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=907688/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=236252 CPUtime=342.12
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67097 0 0 0 34178 34 0 0 25 0 1 0 235457997 241922048 56345 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59063 56345 87 178 0 58883 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 236252

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=907688/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=236252 CPUtime=402.09
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67107 0 0 0 40175 34 0 0 25 0 1 0 235457997 241922048 56355 1992294400 134512640 135243866 4294956256 18446744073709551615 134555908 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59063 56355 87 178 0 58883 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 236252

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=907624/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=236252 CPUtime=462.06
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67118 0 0 0 46172 34 0 0 25 0 1 0 235457997 241922048 56366 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59063 56366 87 178 0 58883 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 236252

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=907240/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=236796 CPUtime=522.04
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67221 0 0 0 52170 34 0 0 25 0 1 0 235457997 242479104 56469 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59199 56469 87 178 0 59019 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 236796

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=907240/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=236796 CPUtime=582.01
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67232 0 0 0 58167 34 0 0 25 0 1 0 235457997 242479104 56480 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59199 56480 87 178 0 59019 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 236796

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=907176/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=236796 CPUtime=641.99
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67244 0 0 0 64165 34 0 0 25 0 1 0 235457997 242479104 56492 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59199 56492 87 178 0 59019 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 236796

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906984/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=236796 CPUtime=701.96
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67254 0 0 0 70162 34 0 0 25 0 1 0 235457997 242479104 56502 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59199 56502 87 178 0 59019 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 236796

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906984/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=236796 CPUtime=761.94
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67264 0 0 0 76160 34 0 0 25 0 1 0 235457997 242479104 56512 1992294400 134512640 135243866 4294956256 18446744073709551615 134565151 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59199 56512 87 178 0 59019 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 236796

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906984/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=237064 CPUtime=821.91
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67272 0 0 0 82157 34 0 0 25 0 1 0 235457997 242753536 56520 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59266 56520 87 178 0 59086 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 237064

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906920/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=237064 CPUtime=881.89
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67283 0 0 0 88155 34 0 0 25 0 1 0 235457997 242753536 56531 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59266 56531 87 178 0 59086 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 237064

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906920/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=237064 CPUtime=941.86
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67293 0 0 0 94152 34 0 0 25 0 1 0 235457997 242753536 56541 1992294400 134512640 135243866 4294956256 18446744073709551615 134555621 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59266 56541 87 178 0 59086 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 237064

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906920/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=237064 CPUtime=1001.84
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67303 0 0 0 100150 34 0 0 25 0 1 0 235457997 242753536 56551 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59266 56551 87 178 0 59086 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 237064

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906856/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=237064 CPUtime=1061.81
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67318 0 0 0 106147 34 0 0 25 0 1 0 235457997 242753536 56566 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59266 56566 87 178 0 59086 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 237064

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906792/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=237064 CPUtime=1121.79
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67332 0 0 0 112144 35 0 0 25 0 1 0 235457997 242753536 56580 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59266 56580 87 178 0 59086 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 237064

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906728/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=237064 CPUtime=1181.77
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67347 0 0 0 118142 35 0 0 25 0 1 0 235457997 242753536 56595 1992294400 134512640 135243866 4294956256 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59266 56595 87 178 0 59086 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 237064



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 27914
/proc/meminfo: memFree=906728/2055920 swapFree=4180208/4192956
[pid=27911] ppid=27909 vsize=237064 CPUtime=1200.07
/proc/27911/stat : 27911 (minisat_static) R 27909 27911 27807 0 -1 4194304 67351 0 0 0 119972 35 0 0 25 0 1 0 235457997 242753536 56599 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 0 0 0
/proc/27911/statm: 59266 56599 87 178 0 59086 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 237064

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.64
CPU time (s): 1200.11
CPU user time (s): 1199.73
CPU system time (s): 0.387941
CPU usage (%): 99.9561
Max. virtual memory (cumulated for all children) (KiB): 295544

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

runsolver used 1.11083 second user time and 3.2695 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-11 22:38:40
IDJOB=1796334
IDBENCH=20410
IDSOLVER=568
FILE ID=node70/1796334-1242074318
PBS_JOBID= 9277648
Free space on /tmp= 66316 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796334-1242074318/watcher-1796334-1242074318 -o /tmp/evaluation-result-1796334-1242074318/solver-1796334-1242074318 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796334-1242074318.cnf

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

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=1007927766

node70.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.213
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.213
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:       1133328 kB
Buffers:         74436 kB
Cached:         756180 kB
SwapCached:       7008 kB
Active:         185700 kB
Inactive:       653908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1133328 kB
SwapTotal:     4192956 kB
SwapFree:      4180208 kB
Dirty:           23556 kB
Writeback:           0 kB
Mapped:          14028 kB
Slab:            68968 kB
Committed_AS:   746920 kB
PageTables:       1372 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= 66312 MiB
End job on node70 at 2009-05-11 22:58:42