Trace number 1718108

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
VARSAT-industrial 2009-03-22? (TO) 1200.08 1200.51

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.13.unsat.cnf
MD5SUM8ca1246723b65c8e0ae1eddb535ce13f
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 variables2010
Number of clauses6802
Sum of the clauses size17668
Maximum clause length25
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22961
Number of clauses of size 33733
Number of clauses of size 443
Number of clauses of size 546
Number of clauses of size over 516

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  2010                                                 |
0.00/0.00	c |  Number of clauses:    6802                                                 |
0.00/0.01	c |  Parsing time:         0.01         s                                       |
0.00/0.01	c |  Timeout:              43200 s
0.00/0.01	c |  Random Seed:          624315511.000000
0.00/0.01	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.01	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.01	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.01	c |                                                                             |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	c ===============================================================================
0.00/0.02	c |         0 |    1372     5687    16873 |     1895        0    nan |  0.000 % |
0.00/0.04	c |       101 |    1372     5687    16873 |     2085      101     25 |  0.149 % |
0.00/0.05	c |       251 |    1371     5687    16873 |     2293      250     22 |  0.249 % |
0.05/0.07	c |       477 |    1370     5678    16851 |     2523      476     25 |  0.249 % |
0.05/0.10	c |       815 |    1370     5678    16851 |     2775      814     21 |  0.249 % |
0.09/0.14	c |      1323 |    1370     5678    16851 |     3052     1322     24 |  0.249 % |
0.19/0.20	c |      2082 |    1370     5678    16851 |     3358     2081     31 |  0.249 % |
0.29/0.32	c |      3221 |    1370     5678    16851 |     3694     3220     34 |  0.249 % |
0.49/0.52	c |      4929 |    1370     5678    16851 |     4063     2834     34 |  0.249 % |
0.69/0.72	c |      7491 |    1367     5674    16835 |     4469     2940     33 |  0.399 % |
1.19/1.21	c |     11335 |    1367     5665    16806 |     4916     4081     51 |  0.398 % |
1.79/1.89	c |     17102 |    1367     5665    16806 |     5408     3996     42 |  0.398 % |
3.29/3.33	c |     25752 |    1367     5665    16806 |     5949     3798     44 |  0.398 % |
5.09/5.16	c |     38726 |    1364     5651    16771 |     6544     3657     32 |  0.547 % |
8.19/8.23	c |     58190 |    1364     5651    16771 |     7198     6053     26 |  0.547 % |
13.08/13.12	c |     87383 |    1364     5651    16771 |     7918     4239     24 |  0.547 % |
21.79/21.81	c |    131172 |    1364     5651    16771 |     8710     5783     33 |  0.547 % |
34.28/34.38	c |    196857 |    1364     5651    16771 |     9581     5731     43 |  0.547 % |
58.87/58.94	c |    295383 |    1364     5651    16771 |    10539     8460     43 |  0.547 % |
87.66/87.76	c |    443173 |    1364     5651    16771 |    11593     6632     39 |  0.547 % |
139.04/139.13	c |    664856 |    1364     5651    16771 |    12753     9103     50 |  0.547 % |
224.11/224.23	c |    997382 |    1364     5651    16771 |    14028     8341     43 |  0.547 % |
366.56/366.76	c |   1496171 |    1364     5651    16771 |    15431    11802     38 |  0.547 % |
610.18/610.47	c |   2244353 |    1364     5651    16771 |    16974    12358     47 |  0.547 % |
949.05/949.46	c |   3366627 |    1364     5651    16771 |    18671    14267     52 |  0.547 % |

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-1718108-1240633618/watcher-1718108-1240633618 -o /tmp/evaluation-result-1718108-1240633618/solver-1718108-1240633618 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=624315511 HOME/instance-1718108-1240633618.cnf 

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18394
/proc/meminfo: memFree=1837552/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=2744 CPUtime=0
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 329 0 0 0 0 0 0 0 18 0 1 0 91395050 2809856 314 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 686 315 87 221 0 462 0

[startup+0.0567681 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18394
/proc/meminfo: memFree=1837552/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=3860 CPUtime=0.05
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 640 0 0 0 5 0 0 0 18 0 1 0 91395050 3952640 590 1992294400 4194304 5102648 548682068784 18446744073709551615 4525127 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 965 590 112 221 0 741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3860

[startup+0.102777 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18394
/proc/meminfo: memFree=1837552/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=3860 CPUtime=0.09
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 640 0 0 0 9 0 0 0 18 0 1 0 91395050 3952640 590 1992294400 4194304 5102648 548682068784 18446744073709551615 4525127 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 965 590 112 221 0 741 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3860

[startup+0.301811 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18394
/proc/meminfo: memFree=1837552/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=4124 CPUtime=0.29
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 712 0 0 0 29 0 0 0 19 0 1 0 91395050 4222976 662 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 1031 662 112 221 0 807 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4124

[startup+0.701881 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 18394
/proc/meminfo: memFree=1837552/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=4520 CPUtime=0.69
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 828 0 0 0 69 0 0 0 22 0 1 0 91395050 4628480 778 1992294400 4194304 5102648 548682068784 18446744073709551615 4255044 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 1130 778 112 221 0 906 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4520

[startup+1.50202 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1834472/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=5316 CPUtime=1.49
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 998 0 0 0 149 0 0 0 25 0 1 0 91395050 5443584 948 1992294400 4194304 5102648 548682068784 18446744073709551615 4249105 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 1329 948 112 221 0 1105 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5316

[startup+3.1013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1833960/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=5580 CPUtime=3.09
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 1076 0 0 0 309 0 0 0 25 0 1 0 91395050 5713920 1026 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 1395 1026 112 221 0 1171 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5580

[startup+6.30187 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1833320/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=5844 CPUtime=6.29
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 1149 0 0 0 629 0 0 0 25 0 1 0 91395050 5984256 1099 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 1461 1099 112 221 0 1237 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5844

[startup+12.702 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1832552/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=6664 CPUtime=12.68
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 1343 0 0 0 1268 0 0 0 25 0 1 0 91395050 6823936 1293 1992294400 4194304 5102648 548682068784 18446744073709551615 4250206 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 1666 1293 112 221 0 1442 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6664

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1831336/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=7852 CPUtime=25.49
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 1646 0 0 0 2548 1 0 0 25 0 1 0 91395050 8040448 1596 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 1963 1596 112 221 0 1739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 7852

[startup+51.1018 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1830184/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=8912 CPUtime=51.07
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 1925 0 0 0 5106 1 0 0 25 0 1 0 91395050 9125888 1875 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 2228 1875 112 221 0 2004 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8912

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1828904/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=10372 CPUtime=102.26
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 2251 0 0 0 10224 2 0 0 25 0 1 0 91395050 10620928 2201 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 2593 2201 112 221 0 2369 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 10372

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1827560/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=11692 CPUtime=162.23
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 2593 0 0 0 16221 2 0 0 25 0 1 0 91395050 11972608 2543 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 2923 2543 112 221 0 2699 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 11692

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1826536/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=12616 CPUtime=222.21
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 2823 0 0 0 22219 2 0 0 25 0 1 0 91395050 12918784 2773 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3154 2773 112 221 0 2930 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 12616

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1826536/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=12616 CPUtime=282.19
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 2827 0 0 0 28217 2 0 0 25 0 1 0 91395050 12918784 2777 1992294400 4194304 5102648 548682068784 18446744073709551615 4249675 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3154 2777 112 221 0 2930 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 12616

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1825576/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=13540 CPUtime=342.16
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3056 0 0 0 34214 2 0 0 25 0 1 0 91395050 13864960 3006 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3385 3006 112 221 0 3161 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 13540

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1825512/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=13540 CPUtime=402.15
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3077 0 0 0 40212 3 0 0 25 0 1 0 91395050 13864960 3027 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3385 3027 112 221 0 3161 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 13540

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1824680/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=14332 CPUtime=462.13
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3277 0 0 0 46210 3 0 0 25 0 1 0 91395050 14675968 3227 1992294400 4194304 5102648 548682068784 18446744073709551615 4255843 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3583 3227 112 221 0 3359 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 14332

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1824168/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=14860 CPUtime=522.11
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3391 0 0 0 52208 3 0 0 25 0 1 0 91395050 15216640 3341 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3715 3341 112 221 0 3491 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 14860

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18395
/proc/meminfo: memFree=1824168/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=14860 CPUtime=582.08
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3392 0 0 0 58205 3 0 0 25 0 1 0 91395050 15216640 3342 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3715 3342 112 221 0 3491 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 14860

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1823592/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=15136 CPUtime=642.06
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3459 0 0 0 64203 3 0 0 25 0 1 0 91395050 15499264 3409 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3784 3409 112 221 0 3560 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 15136

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1823528/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=15288 CPUtime=702.04
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3488 0 0 0 70201 3 0 0 25 0 1 0 91395050 15654912 3438 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3822 3438 112 221 0 3598 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 15288

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1823400/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=15432 CPUtime=762.02
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3519 0 0 0 76199 3 0 0 25 0 1 0 91395050 15802368 3469 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 3858 3469 112 221 0 3634 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 15432

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1822568/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=16356 CPUtime=822
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3750 0 0 0 82196 4 0 0 25 0 1 0 91395050 16748544 3700 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 4089 3700 112 221 0 3865 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 16356

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1821864/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=17016 CPUtime=881.98
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3937 0 0 0 88194 4 0 0 25 0 1 0 91395050 17424384 3887 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 4254 3887 112 221 0 4030 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 17016

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1821864/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=17016 CPUtime=941.96
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 3937 0 0 0 94192 4 0 0 25 0 1 0 91395050 17424384 3887 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 4254 3887 112 221 0 4030 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 17016

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1820968/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=18024 CPUtime=1001.93
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 4149 0 0 0 100189 4 0 0 25 0 1 0 91395050 18456576 4099 1992294400 4194304 5102648 548682068784 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 4506 4099 112 221 0 4282 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 18024

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1820648/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=18288 CPUtime=1061.91
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 4231 0 0 0 106187 4 0 0 25 0 1 0 91395050 18726912 4181 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 4572 4181 112 221 0 4348 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 18288

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1819624/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=19376 CPUtime=1121.9
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 4491 0 0 0 112185 5 0 0 25 0 1 0 91395050 19841024 4441 1992294400 4194304 5102648 548682068784 18446744073709551615 4249961 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 4844 4441 112 221 0 4620 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 19376

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1819304/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=19640 CPUtime=1181.87
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 4554 0 0 0 118182 5 0 0 25 0 1 0 91395050 20111360 4504 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 4910 4504 112 221 0 4686 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 19640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1819304/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=19640 CPUtime=1200.07
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 4554 0 0 0 120002 5 0 0 25 0 1 0 91395050 20111360 4504 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 4910 4504 112 221 0 4686 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 19640

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: 0.99 0.98 0.99 2/65 18397
/proc/meminfo: memFree=1819304/2055920 swapFree=4191900/4192956
[pid=18394] ppid=18392 vsize=19640 CPUtime=1200.07
/proc/18394/stat : 18394 (varsat-industri) R 18392 18394 18357 0 -1 4194304 4554 0 0 0 120002 5 0 0 25 0 1 0 91395050 20111360 4504 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/18394/statm: 4910 4504 112 221 0 4686 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 19640

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1200.03
CPU system time (s): 0.055991
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 19640

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

runsolver used 1.15982 second user time and 2.14567 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-25 06:26:58
IDJOB=1718108
IDBENCH=20470
IDSOLVER=538
FILE ID=node18/1718108-1240633618
PBS_JOBID= 9186406
Free space on /tmp= 66148 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.13.unsat.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718108-1240633618/watcher-1718108-1240633618 -o /tmp/evaluation-result-1718108-1240633618/solver-1718108-1240633618 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=624315511 HOME/instance-1718108-1240633618.cnf

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

MD5SUM BENCH= 8ca1246723b65c8e0ae1eddb535ce13f
RANDOM SEED=624315511

node18.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.280
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.280
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:       1838032 kB
Buffers:         17056 kB
Cached:         132012 kB
SwapCached:        260 kB
Active:          13384 kB
Inactive:       148904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1838032 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1248 kB
Writeback:           0 kB
Mapped:          21652 kB
Slab:            41688 kB
Committed_AS:   327068 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= 66144 MiB
End job on node18 at 2009-04-25 06:47:00