Trace number 1786222

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) 5000.02 5001.51

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-250-100.cnf
MD5SUM327600404ca46d59d12ad4e7ba1e4999
Bench CategoryCRAFTED (crafted 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 variables250
Number of clauses600
Sum of the clauses size1500
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2500
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  250                                                  |
0.00/0.00	c |  Number of clauses:    600                                                  |
0.00/0.00	c |  Parsing time:         0.00         s                                       |
0.00/0.00	c |  Timeout:              43200 s
0.00/0.00	c |  Random Seed:          1769625160.000000
0.00/0.00	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.00	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.00	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/0.00	c |                                                                             |
0.00/0.00	c ============================[ Search Statistics ]==============================
0.00/0.00	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.00	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.00	c ===============================================================================
0.00/0.00	c |         0 |     250      600     1500 |      200        0    nan |  0.000 % |
0.00/0.00	c |       101 |     250      600     1500 |      220      101     38 |  0.002 % |
0.00/0.01	c |       252 |     250      600     1500 |      242      252     36 |  0.002 % |
0.00/0.01	c |       477 |     250      600     1500 |      266      206     28 |  0.002 % |
0.00/0.02	c |       816 |     250      600     1500 |      292      205     23 |  0.002 % |
0.00/0.03	c |      1322 |     250      600     1500 |      322      340     29 |  0.002 % |
0.03/0.05	c |      2082 |     250      600     1500 |      354      294     28 |  0.002 % |
0.03/0.08	c |      3221 |     250      600     1500 |      389      333     29 |  0.002 % |
0.09/0.12	c |      4929 |     250      600     1500 |      428      408     30 |  0.002 % |
0.09/0.18	c |      7492 |     250      600     1500 |      471      416     28 |  0.002 % |
0.19/0.28	c |     11338 |     250      600     1500 |      518      461     28 |  0.002 % |
0.39/0.44	c |     17106 |     250      600     1500 |      570      547     33 |  0.002 % |
0.59/0.68	c |     25755 |     250      600     1500 |      627      664     37 |  0.002 % |
0.99/1.04	c |     38731 |     250      600     1500 |      690      557     30 |  0.002 % |
1.59/1.62	c |     58192 |     250      600     1500 |      759      511     27 |  0.002 % |
2.49/2.50	c |     87386 |     250      600     1500 |      835      818     32 |  0.002 % |
3.79/3.86	c |    131176 |     250      600     1500 |      918      730     34 |  0.002 % |
5.89/5.98	c |    196860 |     250      600     1500 |     1010      801     35 |  0.002 % |
9.19/9.29	c |    295388 |     250      600     1500 |     1111      918     36 |  0.002 % |
14.19/14.30	c |    443177 |     250      600     1500 |     1223     1171     37 |  0.002 % |
21.99/22.05	c |    664860 |     250      600     1500 |     1345     1183     35 |  0.002 % |
34.28/34.36	c |    997386 |     250      600     1500 |     1480      916     36 |  0.002 % |
53.17/53.21	c |   1496174 |     250      600     1500 |     1628     1527     40 |  0.002 % |
82.66/82.78	c |   2244356 |     250      600     1500 |     1790     1329     36 |  0.002 % |
128.35/128.47	c |   3366631 |     250      600     1500 |     1969      969     33 |  0.002 % |
199.73/199.84	c |   5050045 |     250      600     1500 |     2166     1979     44 |  0.002 % |
310.39/310.54	c |   7575161 |     250      600     1500 |     2383     1427     39 |  0.002 % |
482.24/482.43	c |  11362838 |     250      600     1500 |     2621     1524     38 |  0.002 % |
754.96/755.20	c |  17044351 |     250      600     1500 |     2884     2370     39 |  0.002 % |
1175.05/1175.45	c |  25566621 |     250      600     1500 |     3172     2827     43 |  0.002 % |
1837.75/1838.37	c |  38350025 |     250      600     1500 |     3489     2230     43 |  0.002 % |
2872.13/2873.03	c |  57525132 |     250      600     1500 |     3838     2902     43 |  0.002 % |
4473.06/4474.42	c |  86287790 |     250      600     1500 |     4222     3721     44 |  0.002 % |

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-1786222-1241951195/watcher-1786222-1241951195 -o /tmp/evaluation-result-1786222-1241951195/solver-1786222-1241951195 -C 5000 -W 6000 -M 1800 HOME/varsat-industrial_static -seed=1769625160 HOME/instance-1786222-1241951195.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.99 0.97 0.98 2/64 8422
/proc/meminfo: memFree=1828640/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=2284 CPUtime=0
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 152 0 0 0 0 0 0 0 22 0 1 0 223148334 2338816 137 1992294400 4194304 5102648 548682068784 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 571 137 87 221 0 347 0

[startup+0.038319 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 8422
/proc/meminfo: memFree=1828640/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=2280 CPUtime=0.03
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 195 0 0 0 3 0 0 0 22 0 1 0 223148334 2334720 180 1992294400 4194304 5102648 548682068784 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 570 180 110 221 0 346 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2280

[startup+0.101326 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 8422
/proc/meminfo: memFree=1828640/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=2412 CPUtime=0.09
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 211 0 0 0 9 0 0 0 22 0 1 0 223148334 2469888 196 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 603 196 110 221 0 379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2412

[startup+0.301349 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 8422
/proc/meminfo: memFree=1828640/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=2412 CPUtime=0.29
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 230 0 0 0 29 0 0 0 24 0 1 0 223148334 2469888 215 1992294400 4194304 5102648 548682068784 18446744073709551615 4249984 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 603 215 110 221 0 379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2412

[startup+0.701395 s]
/proc/loadavg: 0.99 0.97 0.98 2/64 8422
/proc/meminfo: memFree=1828640/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=2544 CPUtime=0.69
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 256 0 0 0 69 0 0 0 25 0 1 0 223148334 2605056 241 1992294400 4194304 5102648 548682068784 18446744073709551615 4249858 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 636 241 110 221 0 412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2544

[startup+1.50149 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1828056/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=2676 CPUtime=1.49
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 280 0 0 0 149 0 0 0 25 0 1 0 223148334 2740224 265 1992294400 4194304 5102648 548682068784 18446744073709551615 4254501 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 669 265 110 221 0 445 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2676

[startup+3.10168 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1827800/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=2808 CPUtime=3.09
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 324 0 0 0 309 0 0 0 25 0 1 0 223148334 2875392 309 1992294400 4194304 5102648 548682068784 18446744073709551615 4225633 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 702 309 110 221 0 478 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2808

[startup+6.30105 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1827480/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=3072 CPUtime=6.29
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 371 0 0 0 629 0 0 0 25 0 1 0 223148334 3145728 356 1992294400 4194304 5102648 548682068784 18446744073709551615 4250181 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 768 356 110 221 0 544 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3072

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1827168/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=3336 CPUtime=12.69
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 443 0 0 0 1269 0 0 0 25 0 1 0 223148334 3416064 428 1992294400 4194304 5102648 548682068784 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 834 428 110 221 0 610 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3336

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1826784/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=3604 CPUtime=25.48
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 537 0 0 0 2548 0 0 0 25 0 1 0 223148334 3690496 522 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 901 522 110 221 0 677 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3604

[startup+51.1023 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1826336/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=4140 CPUtime=51.07
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 645 0 0 0 5107 0 0 0 25 0 1 0 223148334 4239360 630 1992294400 4194304 5102648 548682068784 18446744073709551615 4254945 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1035 630 110 221 0 811 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4140

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1825696/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=4812 CPUtime=102.26
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 807 0 0 0 10226 0 0 0 25 0 1 0 223148334 4927488 792 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1203 792 110 221 0 979 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4812

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1825312/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=5088 CPUtime=162.24
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 884 0 0 0 16224 0 0 0 25 0 1 0 223148334 5210112 869 1992294400 4194304 5102648 548682068784 18446744073709551615 4255087 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1272 869 110 221 0 1048 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 5088

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1824992/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=5356 CPUtime=222.22
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 962 0 0 0 22222 0 0 0 25 0 1 0 223148334 5484544 947 1992294400 4194304 5102648 548682068784 18446744073709551615 4255060 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1339 947 110 221 0 1115 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 5356

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1824736/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=5632 CPUtime=282.2
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1021 0 0 0 28220 0 0 0 25 0 1 0 223148334 5767168 1006 1992294400 4194304 5102648 548682068784 18446744073709551615 4249402 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1408 1006 110 221 0 1184 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 5632

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1824352/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=5912 CPUtime=342.18
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1111 0 0 0 34218 0 0 0 25 0 1 0 223148334 6053888 1096 1992294400 4194304 5102648 548682068784 18446744073709551615 4250276 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1478 1096 110 221 0 1254 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 5912

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1824032/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=6184 CPUtime=402.17
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1176 0 0 0 40217 0 0 0 25 0 1 0 223148334 6332416 1161 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1546 1161 110 221 0 1322 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 6184

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1823968/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=6324 CPUtime=462.15
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1195 0 0 0 46215 0 0 0 25 0 1 0 223148334 6475776 1180 1992294400 4194304 5102648 548682068784 18446744073709551615 4254232 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1581 1180 110 221 0 1357 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 6324

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1823712/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=6460 CPUtime=522.13
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1244 0 0 0 52213 0 0 0 25 0 1 0 223148334 6615040 1229 1992294400 4194304 5102648 548682068784 18446744073709551615 4249105 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1615 1229 110 221 0 1391 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 6460

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1823584/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=6592 CPUtime=582.11
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1264 0 0 0 58211 0 0 0 25 0 1 0 223148334 6750208 1249 1992294400 4194304 5102648 548682068784 18446744073709551615 4249860 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1648 1249 110 221 0 1424 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 6592

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8423
/proc/meminfo: memFree=1823520/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=6592 CPUtime=642.1
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1274 0 0 0 64210 0 0 0 25 0 1 0 223148334 6750208 1259 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 1648 1259 110 221 0 1424 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 6592

[startup+702.302 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8431
/proc/meminfo: memFree=1820128/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=9632 CPUtime=4061.08
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1990 0 0 0 406107 1 0 0 25 0 1 0 223148334 9863168 1975 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2408 1975 110 221 0 2184 0
Current children cumulated CPU time (s) 4061.08
Current children cumulated vsize (KiB) 9632

[startup+4122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8431
/proc/meminfo: memFree=1820128/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=9632 CPUtime=4121.06
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1996 0 0 0 412105 1 0 0 25 0 1 0 223148334 9863168 1981 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2408 1981 110 221 0 2184 0
Current children cumulated CPU time (s) 4121.06
Current children cumulated vsize (KiB) 9632

[startup+4182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8431
/proc/meminfo: memFree=1820064/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=9632 CPUtime=4181.04
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 1996 0 0 0 418103 1 0 0 25 0 1 0 223148334 9863168 1981 1992294400 4194304 5102648 548682068784 18446744073709551615 4254971 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2408 1981 110 221 0 2184 0
Current children cumulated CPU time (s) 4181.04
Current children cumulated vsize (KiB) 9632

[startup+4242.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8431
/proc/meminfo: memFree=1820000/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=9772 CPUtime=4241.02
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2014 0 0 0 424101 1 0 0 25 0 1 0 223148334 10006528 1999 1992294400 4194304 5102648 548682068784 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2443 1999 110 221 0 2219 0
Current children cumulated CPU time (s) 4241.02
Current children cumulated vsize (KiB) 9772

[startup+4302.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8431
/proc/meminfo: memFree=1819936/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=9772 CPUtime=4301.01
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2014 0 0 0 430100 1 0 0 25 0 1 0 223148334 10006528 1999 1992294400 4194304 5102648 548682068784 18446744073709551615 4249180 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2443 1999 110 221 0 2219 0
Current children cumulated CPU time (s) 4301.01
Current children cumulated vsize (KiB) 9772

[startup+4362.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8431
/proc/meminfo: memFree=1820000/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=9772 CPUtime=4360.99
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2014 0 0 0 436098 1 0 0 25 0 1 0 223148334 10006528 1999 1992294400 4194304 5102648 548682068784 18446744073709551615 4255922 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2443 1999 110 221 0 2219 0
Current children cumulated CPU time (s) 4360.99
Current children cumulated vsize (KiB) 9772

[startup+4422.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8431
/proc/meminfo: memFree=1820000/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=9772 CPUtime=4420.97
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2014 0 0 0 442096 1 0 0 25 0 1 0 223148334 10006528 1999 1992294400 4194304 5102648 548682068784 18446744073709551615 4250201 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2443 1999 110 221 0 2219 0
Current children cumulated CPU time (s) 4420.97
Current children cumulated vsize (KiB) 9772

[startup+4482.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8431
/proc/meminfo: memFree=1819936/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=9772 CPUtime=4480.95
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2015 0 0 0 448094 1 0 0 25 0 1 0 223148334 10006528 2000 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2443 2000 110 221 0 2219 0
Current children cumulated CPU time (s) 4480.95
Current children cumulated vsize (KiB) 9772

[startup+4542.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819744/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10052 CPUtime=4540.94
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2069 0 0 0 454093 1 0 0 25 0 1 0 223148334 10293248 2054 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2513 2054 110 221 0 2289 0
Current children cumulated CPU time (s) 4540.94
Current children cumulated vsize (KiB) 10052

[startup+4602.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819616/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10052 CPUtime=4600.92
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2082 0 0 0 460091 1 0 0 25 0 1 0 223148334 10293248 2067 1992294400 4194304 5102648 548682068784 18446744073709551615 4250391 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2513 2067 110 221 0 2289 0
Current children cumulated CPU time (s) 4600.92
Current children cumulated vsize (KiB) 10052

[startup+4662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819616/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10052 CPUtime=4660.9
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2095 0 0 0 466089 1 0 0 25 0 1 0 223148334 10293248 2080 1992294400 4194304 5102648 548682068784 18446744073709551615 4249064 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2513 2080 110 221 0 2289 0
Current children cumulated CPU time (s) 4660.9
Current children cumulated vsize (KiB) 10052

[startup+4722.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819616/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10052 CPUtime=4720.89
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2096 0 0 0 472088 1 0 0 25 0 1 0 223148334 10293248 2081 1992294400 4194304 5102648 548682068784 18446744073709551615 4249357 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2513 2081 110 221 0 2289 0
Current children cumulated CPU time (s) 4720.89
Current children cumulated vsize (KiB) 10052

[startup+4782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819488/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10192 CPUtime=4780.87
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2128 0 0 0 478086 1 0 0 25 0 1 0 223148334 10436608 2113 1992294400 4194304 5102648 548682068784 18446744073709551615 4249862 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2548 2113 110 221 0 2324 0
Current children cumulated CPU time (s) 4780.87
Current children cumulated vsize (KiB) 10192

[startup+4842.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819424/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10336 CPUtime=4840.85
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2134 0 0 0 484084 1 0 0 25 0 1 0 223148334 10584064 2119 1992294400 4194304 5102648 548682068784 18446744073709551615 4249872 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2584 2119 110 221 0 2360 0
Current children cumulated CPU time (s) 4840.85
Current children cumulated vsize (KiB) 10336

[startup+4902.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819360/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10336 CPUtime=4900.83
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2150 0 0 0 490082 1 0 0 25 0 1 0 223148334 10584064 2135 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2584 2135 110 221 0 2360 0
Current children cumulated CPU time (s) 4900.83
Current children cumulated vsize (KiB) 10336

[startup+4962.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819232/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10476 CPUtime=4960.81
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2168 0 0 0 496080 1 0 0 25 0 1 0 223148334 10727424 2153 1992294400 4194304 5102648 548682068784 18446744073709551615 4254824 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2619 2153 110 221 0 2395 0
Current children cumulated CPU time (s) 4960.81
Current children cumulated vsize (KiB) 10476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819104/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10616 CPUtime=5000
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2192 0 0 0 499999 1 0 0 25 0 1 0 223148334 10870784 2177 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2654 2177 110 221 0 2430 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 10616

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

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

[startup+5001.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 8433
/proc/meminfo: memFree=1819104/2055920 swapFree=4179956/4192956
[pid=8422] ppid=8420 vsize=10616 CPUtime=5000
/proc/8422/stat : 8422 (varsat-industri) R 8420 8422 8303 0 -1 4194304 2192 0 0 0 499999 1 0 0 25 0 1 0 223148334 10870784 2177 1992294400 4194304 5102648 548682068784 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/8422/statm: 2654 2177 110 221 0 2430 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 10616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5001.51
CPU time (s): 5000.02
CPU user time (s): 5000
CPU system time (s): 0.019996
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 10616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000
system time used= 0.019996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2192
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= 1
involuntary context switches= 8939

runsolver used 5.04723 second user time and 8.65068 second system time

The end

Launcher Data

Begin job on node75 at 2009-05-10 12:26:35
IDJOB=1786222
IDBENCH=71788
IDSOLVER=641
FILE ID=node75/1786222-1241951195
PBS_JOBID= 9265026
Free space on /tmp= 66284 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-250-100.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1786222-1241951195/watcher-1786222-1241951195 -o /tmp/evaluation-result-1786222-1241951195/solver-1786222-1241951195 -C 5000 -W 6000 -M 1800  HOME/varsat-industrial_static -seed=1769625160 HOME/instance-1786222-1241951195.cnf

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

MD5SUM BENCH= 327600404ca46d59d12ad4e7ba1e4999
RANDOM SEED=1769625160

node75.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1829120 kB
Buffers:         54156 kB
Cached:         121164 kB
SwapCached:       7260 kB
Active:         112184 kB
Inactive:        72356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829120 kB
SwapTotal:     4192956 kB
SwapFree:      4179956 kB
Dirty:            1036 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            28156 kB
Committed_AS:   602500 kB
PageTables:       1416 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 node75 at 2009-05-10 13:49:58