Trace number 1806874

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
SatElite + ReVivAl 0.23 2009-03-18? (TO) 1200.03 1200.51

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-300-100.cnf
MD5SUMcda4bb923e6fa0cab57f8920411a2abd
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 variables300
Number of clauses720
Sum of the clauses size1800
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2600
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5120
Number of clauses of size over 50

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.00	done !
0.00/0.00	c Now, SatElite...
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     720     1800 |     215       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 300   #clauses: 720   #literals: 1800
0.00/0.00	c CPU time:   0.001999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c SatElite is done !
0.00/0.01	c Calling MINISAT
0.00/0.01	This is MiniSat 2.0 beta
0.00/0.01	WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	============================[ Problem Statistics ]=============================
0.00/0.01	|                                                                             |
0.00/0.01	|  Number of variables:  300                                                  |
0.00/0.01	|  Number of clauses:    720                                                  |
0.00/0.01	|  Parsing time:         0.00         s                                       |
0.00/0.01	============================[ Search Statistics ]==============================
0.00/0.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	===============================================================================
0.00/0.01	|         0 |     300      720     1800 |      240        0    nan |  0.000 % |
0.00/0.01	|       102 |     300      720     1800 |      264      102     45 |  0.001 % |
0.00/0.01	|       256 |     300      720     1800 |      290      256     43 |  0.001 % |
0.00/0.02	|       482 |     300      720     1800 |      319      300     35 |  0.001 % |
0.00/0.03	|       820 |     300      720     1800 |      351      223     27 |  0.001 % |
0.00/0.04	|      1326 |     300      720     1800 |      386      268     29 |  0.001 % |
0.00/0.06	|      2085 |     300      720     1800 |      425      294     26 |  0.001 % |
0.00/0.10	|      3224 |     300      720     1800 |      467      412     32 |  0.001 % |
0.00/0.15	|      4932 |     300      720     1800 |      514      410     34 |  0.001 % |
0.00/0.22	|      7495 |     300      720     1800 |      565      530     38 |  0.001 % |
0.00/0.34	|     11339 |     300      720     1800 |      622      444     31 |  0.001 % |
0.00/0.53	|     17107 |     300      720     1800 |      684      717     40 |  0.001 % |
0.00/0.82	|     25756 |     300      720     1800 |      753      709     39 |  0.001 % |
1.18/1.27	|     38730 |     300      720     1800 |      828      675     36 |  0.001 % |
1.88/1.97	|     58191 |     300      720     1800 |      911      628     34 |  0.001 % |
2.98/3.07	|     87383 |     300      720     1800 |     1002      795     38 |  0.001 % |
4.68/4.76	|    131175 |     300      720     1800 |     1102      692     38 |  0.001 % |
7.28/7.36	|    196860 |     300      720     1800 |     1213     1035     41 |  0.001 % |
11.38/11.44	|    295386 |     300      720     1800 |     1334     1288     45 |  0.001 % |
17.68/17.80	|    443176 |     300      720     1800 |     1467     1281     43 |  0.001 % |
27.48/27.55	|    664860 |     300      720     1800 |     1614     1355     46 |  0.001 % |
42.57/42.60	|    997388 |     300      720     1800 |     1776     1183     45 |  0.001 % |
66.36/66.46	|   1496176 |     300      720     1800 |     1953     1318     45 |  0.001 % |
102.64/102.77	|   2244359 |     300      720     1800 |     2149     1230     44 |  0.001 % |
159.22/159.32	|   3366633 |     300      720     1800 |     2363     1542     43 |  0.001 % |
244.89/245.04	|   5050044 |     300      720     1800 |     2600     1658     47 |  0.001 % |
381.54/381.79	|   7575160 |     300      720     1800 |     2860     1807     45 |  0.001 % |
592.05/592.32	|  11362838 |     300      720     1800 |     3146     2644     50 |  0.001 % |
919.71/920.10	|  17044350 |     300      720     1800 |     3461     3050     50 |  0.001 % |
1200.00/1200.50	HOME/run.sh: line 55: 26869 Terminated              $MINISAT $TMP_2 ${TMPDIR}/$TMP.result "$@"

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-1806874-1242153297/watcher-1806874-1242153297 -o /tmp/evaluation-result-1806874-1242153297/solver-1806874-1242153297 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806874-1242153297.cnf HOME 

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.99 0.99 3/65 26865
/proc/meminfo: memFree=1704656/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) R 26863 26865 26393 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243357411 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 250968861343 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26865/statm: 1340 236 195 169 0 51 0
[pid=26866] ppid=26865 vsize=1616 CPUtime=0
/proc/26866/stat : 26866 (revival) R 26865 26865 26393 0 -1 4194304 165 0 0 0 0 0 0 0 18 0 1 50000 243357411 1654784 131 1992294400 134512640 134537284 4294956368 18446744073709551615 12393584 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26866/statm: 404 131 95 6 0 42 0

[startup+0.0650769 s]
/proc/loadavg: 0.92 0.99 0.99 3/65 26865
/proc/meminfo: memFree=1704656/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.102079 s]
/proc/loadavg: 0.92 0.99 0.99 3/65 26865
/proc/meminfo: memFree=1704656/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301099 s]
/proc/loadavg: 0.92 0.99 0.99 3/65 26865
/proc/meminfo: memFree=1704656/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.702137 s]
/proc/loadavg: 0.92 0.99 0.99 3/65 26865
/proc/meminfo: memFree=1704656/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50121 s]
/proc/loadavg: 0.92 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1703872/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=2284 CPUtime=1.48
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 211 0 0 0 148 0 0 0 25 0 1 0 243357412 2338816 195 1992294400 134512640 135212939 4294956240 18446744073709551615 134536250 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 571 195 76 170 0 399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7644

[startup+3.10137 s]
/proc/loadavg: 0.92 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1703680/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=2284 CPUtime=3.08
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 236 0 0 0 308 0 0 0 25 0 1 0 243357412 2338816 220 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 571 220 76 170 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7644

[startup+6.30168 s]
/proc/loadavg: 0.93 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1703424/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=2544 CPUtime=6.28
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 278 0 0 0 628 0 0 0 25 0 1 0 243357412 2605056 262 1992294400 134512640 135212939 4294956240 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 636 262 76 170 0 464 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7904

[startup+12.7013 s]
/proc/loadavg: 0.93 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1703168/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=2676 CPUtime=12.68
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 325 0 0 0 1268 0 0 0 25 0 1 0 243357412 2740224 309 1992294400 134512640 135212939 4294956240 18446744073709551615 134536082 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 669 309 76 170 0 497 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8036

[startup+25.5016 s]
/proc/loadavg: 0.95 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1702912/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=2940 CPUtime=25.48
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 377 0 0 0 2548 0 0 0 25 0 1 0 243357412 3010560 361 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 735 361 76 170 0 563 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8300

[startup+51.101 s]
/proc/loadavg: 0.96 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1702592/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=3200 CPUtime=51.06
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 465 0 0 0 5106 0 0 0 25 0 1 0 243357412 3276800 449 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 800 449 76 170 0 628 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8560

[startup+102.307 s]
/proc/loadavg: 0.98 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1702144/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=3588 CPUtime=102.25
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 532 0 0 0 10225 0 0 0 25 0 1 0 243357412 3674112 516 1992294400 134512640 135212939 4294956240 18446744073709551615 134538887 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 897 516 76 170 0 725 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8948

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1701888/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=3840 CPUtime=162.22
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 610 0 0 0 16222 0 0 0 25 0 1 0 243357412 3932160 594 1992294400 134512640 135212939 4294956240 18446744073709551615 134536997 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 960 594 76 170 0 788 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 9200

[startup+222.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1701632/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=4104 CPUtime=222.2
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 660 0 0 0 22220 0 0 0 25 0 1 0 243357412 4202496 644 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1026 644 76 170 0 854 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 9464

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1701376/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=4244 CPUtime=282.17
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 719 0 0 0 28217 0 0 0 25 0 1 0 243357412 4345856 703 1992294400 134512640 135212939 4294956240 18446744073709551615 134526759 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1061 703 76 170 0 889 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 9604

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1701312/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=4360 CPUtime=342.15
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 737 0 0 0 34215 0 0 0 25 0 1 0 243357412 4464640 721 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1090 721 76 170 0 918 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 9720

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26869
/proc/meminfo: memFree=1701120/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=4492 CPUtime=402.13
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 776 0 0 0 40213 0 0 0 25 0 1 0 243357412 4599808 760 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1123 760 76 170 0 951 0
Current children cumulated CPU time (s) 402.13

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

/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=4728 CPUtime=522.08
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 827 0 0 0 52207 1 0 0 25 0 1 0 243357412 4841472 811 1992294400 134512640 135212939 4294956240 18446744073709551615 134526627 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1182 811 76 170 0 1010 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 10088

[startup+582.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1700736/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=4728 CPUtime=582.06
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 846 0 0 0 58205 1 0 0 25 0 1 0 243357412 4841472 830 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1182 830 76 170 0 1010 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 10088

[startup+642.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1700480/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=4996 CPUtime=642.03
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 899 0 0 0 64202 1 0 0 25 0 1 0 243357412 5115904 883 1992294400 134512640 135212939 4294956240 18446744073709551615 134526769 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1249 883 76 170 0 1077 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 10356

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1700288/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5128 CPUtime=702.01
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 932 0 0 0 70200 1 0 0 25 0 1 0 243357412 5251072 916 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1282 916 76 170 0 1110 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 10488

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1700160/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5260 CPUtime=761.99
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 956 0 0 0 76198 1 0 0 25 0 1 0 243357412 5386240 940 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1315 940 76 170 0 1143 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 10620

[startup+822.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1700032/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5260 CPUtime=821.95
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 972 0 0 0 82194 1 0 0 25 0 1 0 243357412 5386240 956 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1315 956 76 170 0 1143 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 10620

[startup+882.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1699968/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5260 CPUtime=881.92
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 981 0 0 0 88191 1 0 0 25 0 1 0 243357412 5386240 965 1992294400 134512640 135212939 4294956240 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1315 965 76 170 0 1143 0
Current children cumulated CPU time (s) 881.92
Current children cumulated vsize (KiB) 10620

[startup+942.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1699776/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5532 CPUtime=941.9
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 1028 0 0 0 94189 1 0 0 25 0 1 0 243357412 5664768 1012 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1383 1012 76 170 0 1211 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 10892

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1699648/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5664 CPUtime=1001.87
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 1054 0 0 0 100186 1 0 0 25 0 1 0 243357412 5799936 1038 1992294400 134512640 135212939 4294956240 18446744073709551615 134538879 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1416 1038 76 170 0 1244 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 11024

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1699648/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5664 CPUtime=1061.85
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 1058 0 0 0 106184 1 0 0 25 0 1 0 243357412 5799936 1042 1992294400 134512640 135212939 4294956240 18446744073709551615 134526741 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1416 1042 76 170 0 1244 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 11024

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1699520/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5796 CPUtime=1121.83
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 1082 0 0 0 112182 1 0 0 25 0 1 0 243357412 5935104 1066 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1449 1066 76 170 0 1277 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 11156

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1699520/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5796 CPUtime=1181.8
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 1089 0 0 0 118179 1 0 0 25 0 1 0 243357412 5935104 1073 1992294400 134512640 135212939 4294956240 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1449 1073 76 170 0 1277 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 11156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1699520/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5796 CPUtime=1200
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 1093 0 0 0 119999 1 0 0 25 0 1 0 243357412 5935104 1077 1992294400 134512640 135212939 4294956240 18446744073709551615 134536944 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1449 1077 76 170 0 1277 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 11156

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.99 0.99 2/67 26871
/proc/meminfo: memFree=1699520/2055920 swapFree=4179792/4192956
[pid=26865] ppid=26863 vsize=5360 CPUtime=0
/proc/26865/stat : 26865 (run.sh) S 26863 26865 26393 0 -1 4194304 341 293 0 0 0 0 0 0 16 0 1 0 243357411 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26865/statm: 1340 241 197 169 0 51 0
[pid=26869] ppid=26865 vsize=5796 CPUtime=1200
/proc/26869/stat : 26869 (minisat) R 26865 26865 26393 0 -1 4194304 1093 0 0 0 119999 1 0 0 25 0 1 0 243357412 5935104 1077 1992294400 134512640 135212939 4294956240 18446744073709551615 134536944 0 0 4096 3 0 0 0 17 0 0 0
/proc/26869/statm: 1449 1077 76 170 0 1277 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 11156

Child status: 143
Real time (s): 1200.51
CPU time (s): 1200.03
CPU user time (s): 1200
CPU system time (s): 0.025996
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 11156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1743
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= 9
involuntary context switches= 2861

runsolver used 0.950855 second user time and 3.42648 second system time

The end

Launcher Data

Begin job on node56 at 2009-05-12 20:34:57
IDJOB=1806874
IDBENCH=71121
IDSOLVER=647
FILE ID=node56/1806874-1242153297
PBS_JOBID= 9289668
Free space on /tmp= 102976 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-300-100.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806874-1242153297/watcher-1806874-1242153297 -o /tmp/evaluation-result-1806874-1242153297/solver-1806874-1242153297 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806874-1242153297.cnf HOME

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

MD5SUM BENCH= cda4bb923e6fa0cab57f8920411a2abd
RANDOM SEED=1087741219

node56.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.218
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.218
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:       1705200 kB
Buffers:         45324 kB
Cached:         229696 kB
SwapCached:       7316 kB
Active:          75860 kB
Inactive:       208444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705200 kB
SwapTotal:     4192956 kB
SwapFree:      4179792 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:          14544 kB
Slab:            52432 kB
Committed_AS:   809036 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= 102972 MiB
End job on node56 at 2009-05-12 20:54:57