Trace number 1796319

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.07 1200.42

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
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 variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

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:  106701                                               |
0.00/0.00	|  Number of clauses:    374254                                               |
0.39/0.41	|  Parsing time:         0.38         s                                       |
5.09/5.16	============================[ Search Statistics ]==============================
5.09/5.16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.09/5.16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.09/5.16	===============================================================================
5.09/5.16	|         0 |   26639   205137   852281 |    68379        0    nan |  0.000 % |
5.29/5.37	|       100 |   26639   205137   852281 |    75216      100     11 |  0.225 % |
5.59/5.63	|       251 |   26639   205137   852281 |    82738      251     19 |  0.225 % |
5.79/5.89	|       476 |   26639   205137   852281 |    91012      476     18 |  0.225 % |
6.49/6.54	|       816 |   26639   205137   852281 |   100113      816     25 |  0.225 % |
7.28/7.35	|      1322 |   26639   205137   852281 |   110125     1322     24 |  0.225 % |
8.69/8.79	|      2081 |   26639   205137   852281 |   121137     2081     27 |  0.225 % |
9.98/10.10	|      3220 |   26639   205137   852281 |   133251     3220     24 |  0.225 % |
13.28/13.36	|      4928 |   26639   205137   852281 |   146576     4928     30 |  0.225 % |
18.18/18.23	|      7491 |   26639   205137   852281 |   161234     7491     34 |  0.225 % |
25.48/25.55	|     11335 |   26639   205137   852281 |   177357    11335     30 |  0.225 % |
37.08/37.12	|     17103 |   26639   205137   852281 |   195093    17103     29 |  0.225 % |
54.88/54.90	|     25752 |   26639   205137   852281 |   214602    25752     31 |  0.225 % |
82.37/82.42	|     38727 |   26639   205137   852281 |   236062    38727     31 |  0.225 % |
121.55/121.67	|     58188 |   26639   205137   852281 |   259669    58188     33 |  0.225 % |
202.92/203.05	|     87380 |   26639   205137   852281 |   285636    87380     35 |  0.225 % |
329.89/330.03	|    131170 |   26639   205137   852281 |   314199   131170     37 |  0.225 % |
526.64/526.90	|    196854 |   26639   205137   852281 |   345619   196854     36 |  0.225 % |
859.43/859.79	|    295380 |   26639   205137   852281 |   380181   295380     36 |  0.225 % |

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-1796319-1242074231/watcher-1796319-1242074231 -o /tmp/evaluation-result-1796319-1242074231/solver-1796319-1242074231 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796319-1242074231.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 11640
/proc/meminfo: memFree=1117808/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=2212 CPUtime=0
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 437 0 0 0 0 0 0 0 18 0 1 0 235450305 2265088 422 1992294400 134512640 135243866 4294956256 18446744073709551615 134573608 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 553 422 65 178 0 373 0

[startup+0.0414801 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11640
/proc/meminfo: memFree=1117808/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=5328 CPUtime=0.03
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 1185 0 0 0 3 0 0 0 18 0 1 0 235450305 5455872 1170 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 1332 1171 65 178 0 1152 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5328

[startup+0.101483 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11640
/proc/meminfo: memFree=1117808/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=10376 CPUtime=0.09
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 2335 0 0 0 8 1 0 0 18 0 1 0 235450305 10625024 2321 1992294400 134512640 135243866 4294956256 18446744073709551615 134527563 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 2594 2322 65 178 0 2414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10376

[startup+0.301507 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11640
/proc/meminfo: memFree=1117808/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=27032 CPUtime=0.29
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 6143 0 0 0 27 2 0 0 19 0 1 0 235450305 27680768 6128 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 6758 6129 65 178 0 6578 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27032

[startup+0.701551 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 11640
/proc/meminfo: memFree=1117808/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=43536 CPUtime=0.69
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 9793 0 0 0 65 4 0 0 22 0 1 0 235450305 44580864 9778 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 10884 9779 80 178 0 10704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43536

[startup+1.50264 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11641
/proc/meminfo: memFree=1070248/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=64856 CPUtime=1.49
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 14994 0 0 0 143 6 0 0 25 0 1 0 235450305 66412544 14979 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 16214 14979 80 178 0 16034 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64856

[startup+3.10182 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 11641
/proc/meminfo: memFree=1051368/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=76420 CPUtime=3.09
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 18033 0 0 0 302 7 0 0 25 0 1 0 235450305 78254080 18018 1992294400 134512640 135243866 4294956256 18446744073709551615 134525084 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 19105 18019 80 178 0 18925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76420

[startup+6.30117 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 11641
/proc/meminfo: memFree=1050352/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=70140 CPUtime=6.29
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 19412 0 0 0 621 8 0 0 25 0 1 0 235450305 71823360 16762 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 17535 16762 87 178 0 17355 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70140

[startup+12.7019 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 11641
/proc/meminfo: memFree=1050480/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=70140 CPUtime=12.68
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 19412 0 0 0 1260 8 0 0 25 0 1 0 235450305 71823360 16762 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 17535 16762 87 178 0 17355 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70140

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11641
/proc/meminfo: memFree=1050544/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=70140 CPUtime=25.48
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 19412 0 0 0 2540 8 0 0 25 0 1 0 235450305 71823360 16762 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 17535 16762 87 178 0 17355 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 70140

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11641
/proc/meminfo: memFree=1050672/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=70312 CPUtime=51.07
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 19429 0 0 0 5098 9 0 0 25 0 1 0 235450305 71999488 16779 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 17578 16779 87 178 0 17398 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 70312

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11641
/proc/meminfo: memFree=1050544/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=70484 CPUtime=102.26
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 19494 0 0 0 10217 9 0 0 25 0 1 0 235450305 72175616 16836 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 17621 16836 87 178 0 17441 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 70484

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11641
/proc/meminfo: memFree=1050416/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=70604 CPUtime=162.24
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 19518 0 0 0 16215 9 0 0 25 0 1 0 235450305 72298496 16860 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 17651 16860 87 178 0 17471 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 70604

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11641
/proc/meminfo: memFree=1050352/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=70784 CPUtime=222.22
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 19537 0 0 0 22213 9 0 0 25 0 1 0 235450305 72482816 16879 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 17696 16879 87 178 0 17516 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 70784

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11641
/proc/meminfo: memFree=1049904/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=71180 CPUtime=282.21
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 19639 0 0 0 28211 10 0 0 25 0 1 0 235450305 72888320 16981 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 17795 16981 87 178 0 17615 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 71180

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1046576/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=74268 CPUtime=342.19
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 20436 0 0 0 34208 11 0 0 25 0 1 0 235450305 76050432 17778 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 18567 17778 87 178 0 18387 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 74268

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1044080/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=77044 CPUtime=402.16
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 21078 0 0 0 40205 11 0 0 25 0 1 0 235450305 78893056 18420 1992294400 134512640 135243866 4294956256 18446744073709551615 134565684 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 19261 18420 87 178 0 19081 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 77044

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1040816/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=80160 CPUtime=462.15
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 21868 0 0 0 46203 12 0 0 25 0 1 0 235450305 82083840 19210 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 20040 19210 87 178 0 19860 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 80160

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1037552/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=83536 CPUtime=522.14
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 22707 0 0 0 52200 14 0 0 25 0 1 0 235450305 85540864 20049 1992294400 134512640 135243866 4294956256 18446744073709551615 134555740 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 20884 20049 87 178 0 20704 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 83536

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1033904/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=87464 CPUtime=582.12
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 23601 0 0 0 58197 15 0 0 25 0 1 0 235450305 89563136 20943 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 21866 20943 87 178 0 21686 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 87464

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1030000/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=91316 CPUtime=642.1
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 24571 0 0 0 64194 16 0 0 25 0 1 0 235450305 93507584 21913 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 22829 21913 87 178 0 22649 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 91316

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1026928/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=94324 CPUtime=702.08
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 25340 0 0 0 70191 17 0 0 25 0 1 0 235450305 96587776 22682 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 23581 22682 87 178 0 23401 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 94324

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1023920/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=97296 CPUtime=762.07
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 26082 0 0 0 76188 19 0 0 25 0 1 0 235450305 99631104 23424 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 24324 23424 87 178 0 24144 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 97296

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1020912/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=100356 CPUtime=822.04
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 26867 0 0 0 82185 19 0 0 25 0 1 0 235450305 102764544 24209 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 25089 24209 87 178 0 24909 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 100356

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1017904/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=103224 CPUtime=882.03
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 27575 0 0 0 88182 21 0 0 25 0 1 0 235450305 105701376 24917 1992294400 134512640 135243866 4294956256 18446744073709551615 134556120 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 25806 24917 87 178 0 25626 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 103224

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1014640/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=107000 CPUtime=942.01
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 28392 0 0 0 94178 23 0 0 25 0 1 0 235450305 109568000 25734 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 26750 25734 87 178 0 26570 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 107000

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1011760/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=109828 CPUtime=1002
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 29114 0 0 0 100176 24 0 0 25 0 1 0 235450305 112463872 26456 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 27457 26456 87 178 0 27277 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 109828

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1008624/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=112900 CPUtime=1061.97
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 29892 0 0 0 106173 24 0 0 25 0 1 0 235450305 115609600 27234 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 28225 27234 87 178 0 28045 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 112900

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1005040/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=116528 CPUtime=1121.96
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 30786 0 0 0 112171 25 0 0 25 0 1 0 235450305 119324672 28128 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 29132 28128 87 178 0 28952 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 116528

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1002160/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=119336 CPUtime=1181.94
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 31500 0 0 0 118168 26 0 0 25 0 1 0 235450305 122200064 28842 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 29834 28842 87 178 0 29654 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 119336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11643
/proc/meminfo: memFree=1001392/2055920 swapFree=4180664/4192956
[pid=11640] ppid=11638 vsize=120064 CPUtime=1200.05
/proc/11640/stat : 11640 (minisat_static) R 11638 11640 11509 0 -1 4194304 31702 0 0 0 119978 27 0 0 25 0 1 0 235450305 122945536 29044 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/11640/statm: 30016 29044 87 178 0 29836 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 120064

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.42
CPU time (s): 1200.07
CPU user time (s): 1199.78
CPU system time (s): 0.290955
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 120064

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

runsolver used 0.91986 second user time and 2.6276 second system time

The end

Launcher Data

Begin job on node59 at 2009-05-11 22:37:11
IDJOB=1796319
IDBENCH=20406
IDSOLVER=568
FILE ID=node59/1796319-1242074231
PBS_JOBID= 9277623
Free space on /tmp= 66284 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796319-1242074231/watcher-1796319-1242074231 -o /tmp/evaluation-result-1796319-1242074231/solver-1796319-1242074231 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796319-1242074231.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=1039721680

node59.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.240
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.240
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:       1118224 kB
Buffers:         73124 kB
Cached:         770288 kB
SwapCached:       6724 kB
Active:         186456 kB
Inactive:       667084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1118224 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            7132 kB
Writeback:           0 kB
Mapped:          15092 kB
Slab:            70044 kB
Committed_AS:   831912 kB
PageTables:       1472 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= 66284 MiB
End job on node59 at 2009-05-11 22:57:14