Trace number 1515100

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S1211704640-033.cnf
MD5SUM8ef5d3e404e3cdd2967f89ed54f9c238
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark784.556
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
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:  100                                                  |
0.00/0.00	c |  Number of clauses:    2130                                                 |
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:          1292789519.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.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     100     2130    10650 |      710        0    nan |  0.000 % |
0.00/0.01	c |       101 |     100     2130    10650 |      781      101     21 |  0.010 % |
0.00/0.02	c |       252 |     100     2130    10650 |      859      252     21 |  0.010 % |
0.00/0.03	c |       477 |     100     2130    10650 |      945      477     21 |  0.010 % |
0.00/0.04	c |       814 |     100     2130    10650 |     1039      814     21 |  0.010 % |
0.00/0.06	c |      1321 |     100     2130    10650 |     1143      791     20 |  0.010 % |
0.08/0.08	c |      2080 |     100     2130    10650 |     1257      969     20 |  0.010 % |
0.09/0.12	c |      3220 |     100     2130    10650 |     1383      831     19 |  0.010 % |
0.09/0.17	c |      4928 |     100     2130    10650 |     1521     1127     20 |  0.010 % |
0.19/0.26	c |      7490 |     100     2130    10650 |     1674     1378     18 |  0.010 % |
0.29/0.39	c |     11335 |     100     2130    10650 |     1841      977     18 |  0.010 % |
0.49/0.58	c |     17101 |     100     2130    10650 |     2025     1139     19 |  0.010 % |
0.79/0.87	c |     25752 |     100     2130    10650 |     2228     1583     19 |  0.010 % |
1.29/1.33	c |     38726 |     100     2130    10650 |     2451     2138     20 |  0.010 % |
2.00/2.04	c |     58189 |     100     2130    10650 |     2696     1786     20 |  0.010 % |
3.09/3.15	c |     87382 |     100     2130    10650 |     2965     2394     20 |  0.010 % |
4.79/4.83	c |    131171 |     100     2130    10650 |     3262     2766     21 |  0.010 % |
7.39/7.47	c |    196857 |     100     2130    10650 |     3588     2685     20 |  0.010 % |
11.49/11.54	c |    295385 |     100     2130    10650 |     3947     3555     21 |  0.010 % |
17.88/17.91	c |    443176 |     100     2130    10650 |     4342     2319     19 |  0.010 % |
27.68/27.74	c |    664859 |     100     2130    10650 |     4776     3384     20 |  0.010 % |
43.17/43.21	c |    997384 |     100     2130    10650 |     5254     4491     20 |  0.010 % |
67.67/67.78	c |   1496173 |     100     2130    10650 |     5779     4252     20 |  0.010 % |
105.56/105.64	c |   2244355 |     100     2130    10650 |     6357     3560     19 |  0.010 % |
165.84/165.94	c |   3366631 |     100     2130    10650 |     6993     5853     21 |  0.010 % |
261.22/261.35	c |   5050042 |     100     2130    10650 |     7692     4752     19 |  0.010 % |
412.58/412.72	c |   7575159 |     100     2130    10650 |     8461     6386     20 |  0.010 % |
653.51/653.73	c |  11362834 |     100     2130    10650 |     9308     5035     20 |  0.010 % |
1033.90/1034.26	c |  17044346 |     100     2130    10650 |    10238     7686     19 |  0.010 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1515100-1238249537/watcher-1515100-1238249537 -o /tmp/evaluation-result-1515100-1238249537/solver-1515100-1238249537 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=1292789519 HOME/instance-1515100-1238249537.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.99 0.98 0.99 3/80 849
/proc/meminfo: memFree=1839572/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=2544 CPUtime=0
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 253 0 0 0 0 0 0 0 20 0 1 0 1097617396 2605056 238 1992294400 4194304 5102648 548682068784 18446744073709551615 4273033 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 636 238 98 221 0 412 0

[startup+0.086056 s]
/proc/loadavg: 0.99 0.98 0.99 3/80 849
/proc/meminfo: memFree=1839572/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=2544 CPUtime=0.08
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 276 0 0 0 8 0 0 0 20 0 1 0 1097617396 2605056 261 1992294400 4194304 5102648 548682068784 18446744073709551615 4254625 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 636 261 110 221 0 412 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2544

[startup+0.101056 s]
/proc/loadavg: 0.99 0.98 0.99 3/80 849
/proc/meminfo: memFree=1839572/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=2676 CPUtime=0.09
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 283 0 0 0 9 0 0 0 20 0 1 0 1097617396 2740224 268 1992294400 4194304 5102648 548682068784 18446744073709551615 4262631 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 669 268 110 221 0 445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2676

[startup+0.301077 s]
/proc/loadavg: 0.99 0.98 0.99 3/80 849
/proc/meminfo: memFree=1839572/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=2812 CPUtime=0.29
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 316 0 0 0 29 0 0 0 22 0 1 0 1097617396 2879488 301 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 703 301 110 221 0 479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2812

[startup+0.701118 s]
/proc/loadavg: 0.99 0.98 0.99 3/80 849
/proc/meminfo: memFree=1839572/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=2944 CPUtime=0.69
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 358 0 0 0 69 0 0 0 25 0 1 0 1097617396 3014656 343 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 736 343 110 221 0 512 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2944

[startup+1.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1838476/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=3080 CPUtime=1.49
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 403 0 0 0 149 0 0 0 25 0 1 0 1097617396 3153920 388 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 770 388 110 221 0 546 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3080

[startup+3.10137 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1838092/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=3344 CPUtime=3.09
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 454 0 0 0 309 0 0 0 25 0 1 0 1097617396 3424256 439 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 836 439 110 221 0 612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3344

[startup+6.3017 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1837708/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=3608 CPUtime=6.29
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 533 0 0 0 629 0 0 0 25 0 1 0 1097617396 3694592 518 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 902 518 110 221 0 678 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3608

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1837196/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=4008 CPUtime=12.69
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 614 0 0 0 1269 0 0 0 25 0 1 0 1097617396 4104192 599 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1002 599 110 221 0 778 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4008

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1836812/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=4276 CPUtime=25.48
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 709 0 0 0 2548 0 0 0 25 0 1 0 1097617396 4378624 694 1992294400 4194304 5102648 548682068784 18446744073709551615 4227872 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1069 694 110 221 0 845 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4276

[startup+51.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1836236/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=4828 CPUtime=51.07
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 846 0 0 0 5107 0 0 0 25 0 1 0 1097617396 4943872 831 1992294400 4194304 5102648 548682068784 18446744073709551615 4249728 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1207 831 110 221 0 983 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4828

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1835532/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=5556 CPUtime=102.26
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 991 0 0 0 10226 0 0 0 25 0 1 0 1097617396 5689344 976 1992294400 4194304 5102648 548682068784 18446744073709551615 4249791 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1389 976 110 221 0 1165 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 5556

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1834956/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=6108 CPUtime=162.24
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1127 0 0 0 16224 0 0 0 25 0 1 0 1097617396 6254592 1112 1992294400 4194304 5102648 548682068784 18446744073709551615 4249772 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1527 1112 110 221 0 1303 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 6108

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1834508/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=6528 CPUtime=222.23
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1238 0 0 0 22222 1 0 0 25 0 1 0 1097617396 6684672 1223 1992294400 4194304 5102648 548682068784 18446744073709551615 4255955 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1632 1223 110 221 0 1408 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 6528

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1834380/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=6672 CPUtime=282.21
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1259 0 0 0 28220 1 0 0 25 0 1 0 1097617396 6832128 1244 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1668 1244 110 221 0 1444 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 6672

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1834252/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=6812 CPUtime=342.19
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1296 0 0 0 34218 1 0 0 25 0 1 0 1097617396 6975488 1281 1992294400 4194304 5102648 548682068784 18446744073709551615 4249843 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1703 1281 110 221 0 1479 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 6812

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1834124/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=6812 CPUtime=402.18
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1318 0 0 0 40217 1 0 0 25 0 1 0 1097617396 6975488 1303 1992294400 4194304 5102648 548682068784 18446744073709551615 4249884 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1703 1303 110 221 0 1479 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 6812

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1833996/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=7016 CPUtime=462.16
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1344 0 0 0 46215 1 0 0 25 0 1 0 1097617396 7184384 1329 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1754 1329 110 221 0 1530 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 7016

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1833676/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=7324 CPUtime=522.14
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1413 0 0 0 52213 1 0 0 25 0 1 0 1097617396 7499776 1398 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1831 1398 110 221 0 1607 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 7324

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1833548/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=7496 CPUtime=582.13
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1443 0 0 0 58212 1 0 0 25 0 1 0 1097617396 7675904 1428 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1874 1428 110 221 0 1650 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 7496

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1833356/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=7664 CPUtime=642.12
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1478 0 0 0 64211 1 0 0 25 0 1 0 1097617396 7847936 1463 1992294400 4194304 5102648 548682068784 18446744073709551615 4249867 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1916 1463 110 221 0 1692 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 7664

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1833164/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=7832 CPUtime=702.09
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1518 0 0 0 70208 1 0 0 25 0 1 0 1097617396 8019968 1503 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 1958 1503 110 221 0 1734 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 7832

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1832780/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=8168 CPUtime=762.08
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1596 0 0 0 76207 1 0 0 25 0 1 0 1097617396 8364032 1581 1992294400 4194304 5102648 548682068784 18446744073709551615 4250291 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 2042 1581 110 221 0 1818 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 8168

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1832460/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=8504 CPUtime=822.06
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1669 0 0 0 82205 1 0 0 25 0 1 0 1097617396 8708096 1654 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 2126 1654 110 221 0 1902 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 8504

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1832396/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=8504 CPUtime=882.04
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1683 0 0 0 88203 1 0 0 25 0 1 0 1097617396 8708096 1668 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 2126 1668 110 221 0 1902 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 8504

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1832140/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=8844 CPUtime=942.02
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1735 0 0 0 94201 1 0 0 25 0 1 0 1097617396 9056256 1720 1992294400 4194304 5102648 548682068784 18446744073709551615 4249797 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 2211 1720 110 221 0 1987 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 8844

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1832140/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=8844 CPUtime=1002.01
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1744 0 0 0 100200 1 0 0 25 0 1 0 1097617396 9056256 1729 1992294400 4194304 5102648 548682068784 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 2211 1729 110 221 0 1987 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 8844

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1831948/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=9012 CPUtime=1061.99
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1775 0 0 0 106198 1 0 0 25 0 1 0 1097617396 9228288 1760 1992294400 4194304 5102648 548682068784 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 2253 1760 110 221 0 2029 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 9012

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1831756/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=9180 CPUtime=1121.97
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1823 0 0 0 112196 1 0 0 25 0 1 0 1097617396 9400320 1808 1992294400 4194304 5102648 548682068784 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 2295 1808 110 221 0 2071 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 9180

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1831692/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=9180 CPUtime=1181.96
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1845 0 0 0 118195 1 0 0 25 0 1 0 1097617396 9400320 1830 1992294400 4194304 5102648 548682068784 18446744073709551615 4249945 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 2295 1830 110 221 0 2071 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 9180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/81 850
/proc/meminfo: memFree=1831564/2055920 swapFree=4163576/4192956
[pid=849] ppid=847 vsize=9348 CPUtime=1200.06
/proc/849/stat : 849 (varsat-industri) R 847 849 457 0 -1 4194304 1874 0 0 0 120005 1 0 0 25 0 1 0 1097617396 9572352 1859 1992294400 4194304 5102648 548682068784 18446744073709551615 4249783 0 0 4096 3 0 0 0 17 1 0 0
/proc/849/statm: 2337 1859 110 221 0 2113 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 9348

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.41
CPU time (s): 1200.07
CPU user time (s): 1200.05
CPU system time (s): 0.014997
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 9348

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

runsolver used 1.54476 second user time and 3.9484 second system time

The end

Launcher Data

Begin job on node90 at 2009-03-28 15:12:17
IDJOB=1515100
IDBENCH=70401
IDSOLVER=538
FILE ID=node90/1515100-1238249537
PBS_JOBID= 9060695
Free space on /tmp= 66456 MiB

SOLVER NAME= VARSAT-industrial 2009-03-22
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S1211704640-033.cnf
COMMAND LINE= HOME/varsat-industrial_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1515100-1238249537/watcher-1515100-1238249537 -o /tmp/evaluation-result-1515100-1238249537/solver-1515100-1238249537 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-industrial_static -seed=1292789519 HOME/instance-1515100-1238249537.cnf

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

MD5SUM BENCH= 8ef5d3e404e3cdd2967f89ed54f9c238
RANDOM SEED=1292789519

node90.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.234
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.234
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:       1839988 kB
Buffers:         43272 kB
Cached:         101196 kB
SwapCached:      18936 kB
Active:         107608 kB
Inactive:        57336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839988 kB
SwapTotal:     4192956 kB
SwapFree:      4163576 kB
Dirty:            1060 kB
Writeback:           0 kB
Mapped:          25708 kB
Slab:            35244 kB
Committed_AS:  2501904 kB
PageTables:       2668 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= 66456 MiB
End job on node90 at 2009-03-28 15:32:20