Trace number 1806833

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

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-260-100.cnf
MD5SUM37a9ba5ea74ccd08102ca2000f5e8920
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 variables260
Number of clauses624
Sum of the clauses size1560
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2520
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5104
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 |     624     1560 |     187       0        0     nan |  0.000 % |
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 260   #clauses: 624   #literals: 1560
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.00	done !
0.00/0.00	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:  260                                                  |
0.00/0.01	|  Number of clauses:    624                                                  |
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 |     260      624     1560 |      208        0    nan |  0.000 % |
0.00/0.01	|       103 |     260      624     1560 |      228      103     42 |  0.001 % |
0.00/0.01	|       253 |     260      624     1560 |      251      253     38 |  0.001 % |
0.00/0.02	|       478 |     260      624     1560 |      276      352     36 |  0.001 % |
0.00/0.03	|       815 |     260      624     1560 |      304      334     33 |  0.001 % |
0.00/0.04	|      1321 |     260      624     1560 |      334      305     29 |  0.001 % |
0.00/0.06	|      2080 |     260      624     1560 |      368      274     26 |  0.001 % |
0.00/0.09	|      3219 |     260      624     1560 |      405      265     21 |  0.001 % |
0.00/0.14	|      4928 |     260      624     1560 |      445      472     32 |  0.001 % |
0.00/0.20	|      7495 |     260      624     1560 |      490      411     29 |  0.001 % |
0.00/0.31	|     11340 |     260      624     1560 |      539      489     33 |  0.001 % |
0.00/0.48	|     17106 |     260      624     1560 |      593      325     21 |  0.001 % |
0.00/0.74	|     25755 |     260      624     1560 |      652      478     26 |  0.001 % |
1.08/1.13	|     38730 |     260      624     1560 |      718      602     33 |  0.001 % |
1.78/1.80	|     58193 |     260      624     1560 |      789      434     23 |  0.001 % |
2.78/2.85	|     87385 |     260      624     1560 |      868      809     32 |  0.001 % |
4.38/4.47	|    131175 |     260      624     1560 |      955      891     37 |  0.001 % |
6.88/6.99	|    196862 |     260      624     1560 |     1051     1045     36 |  0.001 % |
10.78/10.84	|    295388 |     260      624     1560 |     1156      888     35 |  0.001 % |
16.77/16.83	|    443179 |     260      624     1560 |     1272      826     34 |  0.001 % |
25.97/26.09	|    664863 |     260      624     1560 |     1399     1302     41 |  0.001 % |
40.37/40.47	|    997389 |     260      624     1560 |     1539     1504     41 |  0.001 % |
62.36/62.41	|   1496177 |     260      624     1560 |     1693     1038     36 |  0.001 % |
96.95/97.08	|   2244361 |     260      624     1560 |     1862     1401     43 |  0.001 % |
151.03/151.17	|   3366635 |     260      624     1560 |     2048     1222     38 |  0.001 % |
232.91/233.03	|   5050047 |     260      624     1560 |     2253     1197     37 |  0.001 % |
363.89/364.00	|   7575166 |     260      624     1560 |     2478     1809     42 |  0.001 % |
569.13/569.34	|  11362841 |     260      624     1560 |     2726     1422     44 |  0.001 % |
882.75/883.09	|  17044353 |     260      624     1560 |     2999     1771     44 |  0.001 % |
1200.06/1200.40	HOME/run.sh: line 54: 18334 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-1806833-1242152630/watcher-1806833-1242152630 -o /tmp/evaluation-result-1806833-1242152630/solver-1806833-1242152630 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806833-1242152630.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.99 3/65 18330
/proc/meminfo: memFree=1423288/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243296122 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 238 197 169 0 51 0
[pid=18331] ppid=18330 vsize=688 CPUtime=0
/proc/18331/stat : 18331 (SatElite) R 18330 18330 17924 0 -1 4194304 124 0 0 0 0 0 0 0 19 0 1 0 243296122 704512 107 1992294400 134512640 135031949 4294956224 18446744073709551615 134587857 0 0 4096 3 0 0 0 17 1 0 0
/proc/18331/statm: 172 107 68 126 0 43 0

[startup+0.0675351 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 18330
/proc/meminfo: memFree=1423288/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101538 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 18330
/proc/meminfo: memFree=1423288/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301561 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 18330
/proc/meminfo: memFree=1423288/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701606 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 18330
/proc/meminfo: memFree=1423288/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.5017 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1422624/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=2148 CPUtime=1.48
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 197 0 0 0 148 0 0 0 25 0 1 0 243296123 2199552 181 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 537 181 76 170 0 365 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7508

[startup+3.10288 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1422432/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=2272 CPUtime=3.08
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 213 0 0 0 308 0 0 0 25 0 1 0 243296123 2326528 197 1992294400 134512640 135212939 4294956240 18446744073709551615 134529675 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 568 197 76 170 0 396 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7632

[startup+6.30124 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1422176/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=2400 CPUtime=6.28
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 241 0 0 0 628 0 0 0 25 0 1 0 243296123 2457600 225 1992294400 134512640 135212939 4294956240 18446744073709551615 134536594 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 600 225 76 170 0 428 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7760

[startup+12.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1421920/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=2528 CPUtime=12.68
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 283 0 0 0 1268 0 0 0 25 0 1 0 243296123 2588672 267 1992294400 134512640 135212939 4294956240 18446744073709551615 134527326 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 632 267 76 170 0 460 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7888

[startup+25.5014 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1421792/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=2660 CPUtime=25.47
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 314 0 0 0 2547 0 0 0 25 0 1 0 243296123 2723840 298 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 665 298 76 170 0 493 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8020

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1421472/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=2924 CPUtime=51.06
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 379 0 0 0 5106 0 0 0 25 0 1 0 243296123 2994176 363 1992294400 134512640 135212939 4294956240 18446744073709551615 134543699 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 731 363 76 170 0 559 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8284

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1421088/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=3320 CPUtime=102.25
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 464 0 0 0 10225 0 0 0 25 0 1 0 243296123 3399680 448 1992294400 134512640 135212939 4294956240 18446744073709551615 134534897 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 830 448 76 170 0 658 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8680

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1420896/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=3448 CPUtime=162.23
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 515 0 0 0 16223 0 0 0 25 0 1 0 243296123 3530752 499 1992294400 134512640 135212939 4294956240 18446744073709551615 134535736 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 862 499 76 170 0 690 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8808

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1420704/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=3568 CPUtime=222.21
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 550 0 0 0 22221 0 0 0 25 0 1 0 243296123 3653632 534 1992294400 134512640 135212939 4294956240 18446744073709551615 134526709 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 892 534 76 170 0 720 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 8928

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1420512/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=3832 CPUtime=282.21
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 597 0 0 0 28220 1 0 0 25 0 1 0 243296123 3923968 581 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 958 581 76 170 0 786 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 9192

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1420320/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=3964 CPUtime=342.19
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 632 0 0 0 34218 1 0 0 25 0 1 0 243296123 4059136 616 1992294400 134512640 135212939 4294956240 18446744073709551615 134536987 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 991 616 76 170 0 819 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 9324

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1420192/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4096 CPUtime=402.17
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 661 0 0 0 40216 1 0 0 25 0 1 0 243296123 4194304 645 1992294400 134512640 135212939 4294956240 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1024 645 76 170 0 852 0
Current children cumulated CPU time (s) 402.17

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

/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4096 CPUtime=462.16
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 679 0 0 0 46215 1 0 0 25 0 1 0 243296123 4194304 663 1992294400 134512640 135212939 4294956240 18446744073709551615 134537041 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1024 663 76 170 0 852 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 9456

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1420064/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4188 CPUtime=522.14
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 691 0 0 0 52213 1 0 0 25 0 1 0 243296123 4288512 675 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1047 675 76 170 0 875 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 9548

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1419936/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4188 CPUtime=582.12
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 712 0 0 0 58211 1 0 0 25 0 1 0 243296123 4288512 696 1992294400 134512640 135212939 4294956240 18446744073709551615 134526704 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1047 696 76 170 0 875 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 9548

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1419872/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4320 CPUtime=642.11
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 738 0 0 0 64210 1 0 0 25 0 1 0 243296123 4423680 722 1992294400 134512640 135212939 4294956240 18446744073709551615 134536094 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1080 722 76 170 0 908 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 9680

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1419808/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4320 CPUtime=702.09
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 746 0 0 0 70208 1 0 0 25 0 1 0 243296123 4423680 730 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1080 730 76 170 0 908 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 9680

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1419744/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4452 CPUtime=762.07
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 761 0 0 0 76206 1 0 0 25 0 1 0 243296123 4558848 745 1992294400 134512640 135212939 4294956240 18446744073709551615 134530163 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1113 745 76 170 0 941 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 9812

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1419680/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4452 CPUtime=822.05
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 768 0 0 0 82204 1 0 0 25 0 1 0 243296123 4558848 752 1992294400 134512640 135212939 4294956240 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1113 752 76 170 0 941 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 9812

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1419616/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4584 CPUtime=882.05
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 782 0 0 0 88203 2 0 0 25 0 1 0 243296123 4694016 766 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1146 766 76 170 0 974 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 9944

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1419552/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4584 CPUtime=942.03
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 806 0 0 0 94201 2 0 0 25 0 1 0 243296123 4694016 790 1992294400 134512640 135212939 4294956240 18446744073709551615 134536594 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1146 790 76 170 0 974 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 9944

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1419488/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4708 CPUtime=1002.01
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 820 0 0 0 100199 2 0 0 25 0 1 0 243296123 4820992 804 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1177 804 76 170 0 1005 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 10068

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18334
/proc/meminfo: memFree=1419424/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4708 CPUtime=1061.99
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 835 0 0 0 106197 2 0 0 25 0 1 0 243296123 4820992 819 1992294400 134512640 135212939 4294956240 18446744073709551615 134536238 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1177 819 76 170 0 1005 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 10068

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18336
/proc/meminfo: memFree=1419232/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4840 CPUtime=1121.97
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 865 0 0 0 112195 2 0 0 25 0 1 0 243296123 4956160 849 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1210 849 76 170 0 1038 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 10200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18336
/proc/meminfo: memFree=1419232/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4840 CPUtime=1181.96
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 874 0 0 0 118194 2 0 0 25 0 1 0 243296123 4956160 858 1992294400 134512640 135212939 4294956240 18446744073709551615 134529559 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1210 858 76 170 0 1038 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 10200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 18336
/proc/meminfo: memFree=1419232/2055920 swapFree=4159988/4192956
[pid=18330] ppid=18328 vsize=5360 CPUtime=0
/proc/18330/stat : 18330 (run.sh) S 18328 18330 17924 0 -1 4194304 343 291 0 0 0 0 0 0 16 0 1 0 243296122 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18330/statm: 1340 241 197 169 0 51 0
[pid=18334] ppid=18330 vsize=4840 CPUtime=1200.06
/proc/18334/stat : 18334 (minisat) R 18330 18330 17924 0 -1 4194304 874 0 0 0 120004 2 0 0 25 0 1 0 243296123 4956160 858 1992294400 134512640 135212939 4294956240 18446744073709551615 134534604 0 0 4096 3 0 0 0 17 1 0 0
/proc/18334/statm: 1210 858 76 170 0 1038 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 10200

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.41
CPU time (s): 1200.08
CPU user time (s): 1200.05
CPU system time (s): 0.032994
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 10200

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

runsolver used 1.07984 second user time and 3.2975 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-12 20:23:50
IDJOB=1806833
IDBENCH=71112
IDSOLVER=648
FILE ID=node32/1806833-1242152630
PBS_JOBID= 9289689
Free space on /tmp= 66000 MiB

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

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

MD5SUM BENCH= 37a9ba5ea74ccd08102ca2000f5e8920
RANDOM SEED=1357719637

node32.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.216
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.216
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:       1423768 kB
Buffers:         67668 kB
Cached:         475752 kB
SwapCached:      26556 kB
Active:         105028 kB
Inactive:       466384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423768 kB
SwapTotal:     4192956 kB
SwapFree:      4159988 kB
Dirty:            1412 kB
Writeback:           0 kB
Mapped:          14236 kB
Slab:            46500 kB
Committed_AS:   910672 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65996 MiB
End job on node32 at 2009-05-12 20:43:50