Trace number 1806875

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

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 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.000999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c SatElite is done !
0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
0.00/0.00	#LEARNT CLAUSES 0
0.00/0.01	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.07	|      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.16	|      4932 |     300      720     1800 |      514      410     34 |  0.001 % |
0.00/0.24	|      7495 |     300      720     1800 |      565      530     38 |  0.001 % |
0.00/0.36	|     11339 |     300      720     1800 |      622      444     31 |  0.001 % |
0.00/0.56	|     17107 |     300      720     1800 |      684      717     40 |  0.001 % |
0.00/0.88	|     25756 |     300      720     1800 |      753      709     39 |  0.001 % |
1.28/1.37	|     38730 |     300      720     1800 |      828      675     36 |  0.001 % |
2.09/2.11	|     58191 |     300      720     1800 |      911      628     34 |  0.001 % |
3.19/3.29	|     87383 |     300      720     1800 |     1002      795     38 |  0.001 % |
4.98/5.09	|    131175 |     300      720     1800 |     1102      692     38 |  0.001 % |
7.78/7.86	|    196860 |     300      720     1800 |     1213     1035     41 |  0.001 % |
12.18/12.22	|    295386 |     300      720     1800 |     1334     1288     45 |  0.001 % |
18.98/19.06	|    443176 |     300      720     1800 |     1467     1281     43 |  0.001 % |
29.37/29.50	|    664860 |     300      720     1800 |     1614     1355     46 |  0.001 % |
45.57/45.66	|    997388 |     300      720     1800 |     1776     1183     45 |  0.001 % |
70.96/71.04	|   1496176 |     300      720     1800 |     1953     1318     45 |  0.001 % |
109.75/109.88	|   2244359 |     300      720     1800 |     2149     1230     44 |  0.001 % |
170.43/170.56	|   3366633 |     300      720     1800 |     2363     1542     43 |  0.001 % |
262.41/262.57	|   5050044 |     300      720     1800 |     2600     1658     47 |  0.001 % |
409.08/409.28	|   7575160 |     300      720     1800 |     2860     1807     45 |  0.001 % |
634.81/635.01	|  11362838 |     300      720     1800 |     3146     2644     50 |  0.001 % |
985.90/986.29	|  17044350 |     300      720     1800 |     3461     3050     50 |  0.001 % |
1200.04/1200.40	HOME/run.sh: line 54: 12687 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-1806875-1242153302/watcher-1806875-1242153302 -o /tmp/evaluation-result-1806875-1242153302/solver-1806875-1242153302 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806875-1242153302.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.99 0.97 0.96 3/64 12683
/proc/meminfo: memFree=1030416/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) R 12681 12683 12305 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 243363515 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 255236565663 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12683/statm: 1340 237 196 169 0 51 0
[pid=12684] ppid=12683 vsize=688 CPUtime=0
/proc/12684/stat : 12684 (SatElite) R 12683 12683 12305 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 243363515 704512 109 1992294400 134512640 135031949 4294956224 18446744073709551615 134768038 0 0 4096 3 0 0 0 17 0 0 0
/proc/12684/statm: 172 109 68 126 0 43 0

[startup+0.031249 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 12683
/proc/meminfo: memFree=1030416/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101251 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 12683
/proc/meminfo: memFree=1030416/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301269 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 12683
/proc/meminfo: memFree=1030416/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701306 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 12683
/proc/meminfo: memFree=1030416/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50139 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 12687
/proc/meminfo: memFree=1029632/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=2284 CPUtime=1.48
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 209 0 0 0 148 0 0 0 25 0 1 0 243363516 2338816 193 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 571 193 76 170 0 399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7644

[startup+3.10154 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 12687
/proc/meminfo: memFree=1029440/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=2284 CPUtime=3.08
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 235 0 0 0 308 0 0 0 25 0 1 0 243363516 2338816 219 1992294400 134512640 135212939 4294956240 18446744073709551615 134539602 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 571 219 76 170 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7644

[startup+6.30185 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 12687
/proc/meminfo: memFree=1029184/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=2416 CPUtime=6.28
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 270 0 0 0 628 0 0 0 25 0 1 0 243363516 2473984 254 1992294400 134512640 135212939 4294956240 18446744073709551615 134536398 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 604 254 76 170 0 432 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7776

[startup+12.7025 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 12687
/proc/meminfo: memFree=1028928/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=2680 CPUtime=12.68
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 314 0 0 0 1268 0 0 0 25 0 1 0 243363516 2744320 298 1992294400 134512640 135212939 4294956240 18446744073709551615 134527127 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 670 298 76 170 0 498 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 8040

[startup+25.5017 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 12687
/proc/meminfo: memFree=1028672/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=2936 CPUtime=25.48
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 376 0 0 0 2548 0 0 0 25 0 1 0 243363516 3006464 360 1992294400 134512640 135212939 4294956240 18446744073709551615 134536120 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 734 360 76 170 0 562 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8296

[startup+51.1012 s]
/proc/loadavg: 0.99 0.97 0.96 2/66 12687
/proc/meminfo: memFree=1028288/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=3188 CPUtime=51.07
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 456 0 0 0 5107 0 0 0 25 0 1 0 243363516 3264512 440 1992294400 134512640 135212939 4294956240 18446744073709551615 134538797 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 797 440 76 170 0 625 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 8548

[startup+102.305 s]
/proc/loadavg: 1.07 0.99 0.96 2/66 12687
/proc/meminfo: memFree=1027968/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=3440 CPUtime=102.25
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 526 0 0 0 10225 0 0 0 25 0 1 0 243363516 3522560 510 1992294400 134512640 135212939 4294956240 18446744073709551615 134536541 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 860 510 76 170 0 688 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8800

[startup+162.302 s]
/proc/loadavg: 1.02 0.99 0.96 2/66 12687
/proc/meminfo: memFree=1027648/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=3824 CPUtime=162.23
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 598 0 0 0 16223 0 0 0 25 0 1 0 243363516 3915776 582 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 956 582 76 170 0 784 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9184

[startup+222.302 s]
/proc/loadavg: 1.01 0.99 0.96 2/66 12687
/proc/meminfo: memFree=1027456/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=3956 CPUtime=222.22
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 650 0 0 0 22221 1 0 0 25 0 1 0 243363516 4050944 634 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 989 634 76 170 0 817 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9316

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12687
/proc/meminfo: memFree=1027200/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=4188 CPUtime=282.2
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 703 0 0 0 28219 1 0 0 25 0 1 0 243363516 4288512 687 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1047 687 76 170 0 875 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9548

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12687
/proc/meminfo: memFree=1027072/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=4316 CPUtime=342.18
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 733 0 0 0 34217 1 0 0 25 0 1 0 243363516 4419584 717 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1079 717 76 170 0 907 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 9676

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1026944/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=4448 CPUtime=402.16
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 752 0 0 0 40215 1 0 0 25 0 1 0 243363516 4554752 736 1992294400 134512640 135212939 4294956240 18446744073709551615 134543496 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1112 736 76 170 0 940 0
Current children cumulated CPU time (s) 402.16

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

/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=4580 CPUtime=462.15
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 796 0 0 0 46213 2 0 0 25 0 1 0 243363516 4689920 780 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1145 780 76 170 0 973 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 9940

[startup+522.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1026688/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=4712 CPUtime=522.13
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 820 0 0 0 52211 2 0 0 25 0 1 0 243363516 4825088 804 1992294400 134512640 135212939 4294956240 18446744073709551615 134536571 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1178 804 76 170 0 1006 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 10072

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1026624/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=4712 CPUtime=582.12
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 836 0 0 0 58210 2 0 0 25 0 1 0 243363516 4825088 820 1992294400 134512640 135212939 4294956240 18446744073709551615 134535808 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1178 820 76 170 0 1006 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 10072

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1026496/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=4844 CPUtime=642.11
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 872 0 0 0 64208 3 0 0 25 0 1 0 243363516 4960256 856 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1211 856 76 170 0 1039 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 10204

[startup+702.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1026368/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5108 CPUtime=702.09
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 911 0 0 0 70206 3 0 0 25 0 1 0 243363516 5230592 895 1992294400 134512640 135212939 4294956240 18446744073709551615 134529332 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1277 895 76 170 0 1105 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 10468

[startup+762.305 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1026240/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5108 CPUtime=762.07
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 934 0 0 0 76204 3 0 0 25 0 1 0 243363516 5230592 918 1992294400 134512640 135212939 4294956240 18446744073709551615 134526569 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1277 918 76 170 0 1105 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 10468

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1026176/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5240 CPUtime=822.05
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 960 0 0 0 82202 3 0 0 25 0 1 0 243363516 5365760 944 1992294400 134512640 135212939 4294956240 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1310 944 76 170 0 1138 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 10600

[startup+882.302 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1026112/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5240 CPUtime=882.03
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 967 0 0 0 88199 4 0 0 25 0 1 0 243363516 5365760 951 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1310 951 76 170 0 1138 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 10600

[startup+942.301 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1026048/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5240 CPUtime=942.01
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 974 0 0 0 94197 4 0 0 25 0 1 0 243363516 5365760 958 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1310 958 76 170 0 1138 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 10600

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1025984/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5372 CPUtime=1001.99
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 1002 0 0 0 100195 4 0 0 25 0 1 0 243363516 5500928 986 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1343 986 76 170 0 1171 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 10732

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1025920/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5504 CPUtime=1061.98
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 1025 0 0 0 106193 5 0 0 25 0 1 0 243363516 5636096 1009 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1376 1009 76 170 0 1204 0
Current children cumulated CPU time (s) 1061.98
Current children cumulated vsize (KiB) 10864

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1025856/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5504 CPUtime=1121.97
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 1039 0 0 0 112192 5 0 0 25 0 1 0 243363516 5636096 1023 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1376 1023 76 170 0 1204 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 10864

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1025792/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5636 CPUtime=1181.95
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 1053 0 0 0 118190 5 0 0 25 0 1 0 243363516 5771264 1037 1992294400 134512640 135212939 4294956240 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1409 1037 76 170 0 1237 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 10996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.96 2/66 12689
/proc/meminfo: memFree=1025792/2055920 swapFree=4180940/4192956
[pid=12683] ppid=12681 vsize=5360 CPUtime=0
/proc/12683/stat : 12683 (run.sh) S 12681 12683 12305 0 -1 4194304 343 295 0 0 0 0 0 0 16 0 1 0 243363515 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12683/statm: 1340 241 197 169 0 51 0
[pid=12687] ppid=12683 vsize=5636 CPUtime=1200.04
/proc/12687/stat : 12687 (minisat) R 12683 12683 12305 0 -1 4194304 1056 0 0 0 119999 5 0 0 25 0 1 0 243363516 5771264 1040 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 1 0 0
/proc/12687/statm: 1409 1040 76 170 0 1237 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 10996

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1200.41
CPU time (s): 1200.07
CPU user time (s): 1200.01
CPU system time (s): 0.058991
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 10996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.01
system time used= 0.058991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1709
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= 10
involuntary context switches= 1640

runsolver used 1.2938 second user time and 3.08553 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-12 20:35:02
IDJOB=1806875
IDBENCH=71121
IDSOLVER=648
FILE ID=node19/1806875-1242153302
PBS_JOBID= 9289702
Free space on /tmp= 66108 MiB

SOLVER NAME= ReVivAl 0.23 + SatElite 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-1806875-1242153302/watcher-1806875-1242153302 -o /tmp/evaluation-result-1806875-1242153302/solver-1806875-1242153302 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806875-1242153302.cnf HOME

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

MD5SUM BENCH= cda4bb923e6fa0cab57f8920411a2abd
RANDOM SEED=1589722705

node19.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.236
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.236
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:       1030896 kB
Buffers:         80876 kB
Cached:         846324 kB
SwapCached:       5760 kB
Active:         335848 kB
Inactive:       599092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1030896 kB
SwapTotal:     4192956 kB
SwapFree:      4180940 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          13460 kB
Slab:            76084 kB
Committed_AS:   889004 kB
PageTables:       1452 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= 66104 MiB
End job on node19 at 2009-05-12 20:55:03