Trace number 1806461

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

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-2.sat05-2264.reshuffled-07.cnf
MD5SUM0a790b16b30661bee32dad474c146a58
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 variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
Number of clauses of size 40
Number of clauses of size 50
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 |    1120     3360 |     335       0        0     nan |  0.000 % |
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 280   #clauses: 1120   #literals: 3360
0.00/0.01	c CPU time:   0.001999 s
0.00/0.01	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:  280                                                  |
0.00/0.01	|  Number of clauses:    1120                                                 |
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 |     280     1120     3360 |      373        0    nan |  0.000 % |
0.00/0.01	|       101 |     280     1120     3360 |      410      101     29 |  0.001 % |
0.00/0.02	|       252 |     280     1120     3360 |      451      252     29 |  0.001 % |
0.00/0.02	|       477 |     280     1120     3360 |      496      477     23 |  0.001 % |
0.00/0.04	|       814 |     280     1120     3360 |      546      532     27 |  0.001 % |
0.00/0.07	|      1321 |     280     1120     3360 |      601      433     22 |  0.001 % |
0.00/0.10	|      2081 |     280     1120     3360 |      661      540     22 |  0.001 % |
0.00/0.15	|      3221 |     280     1120     3360 |      727      590     22 |  0.001 % |
0.00/0.24	|      4931 |     280     1120     3360 |      800      747     28 |  0.001 % |
0.00/0.36	|      7493 |     280     1120     3360 |      880      741     22 |  0.001 % |
0.00/0.55	|     11337 |     280     1120     3360 |      968      888     26 |  0.001 % |
0.00/0.85	|     17103 |     280     1120     3360 |     1065      590     16 |  0.001 % |
1.18/1.29	|     25752 |     280     1120     3360 |     1171      932     18 |  0.001 % |
1.88/1.98	|     38727 |     280     1120     3360 |     1288     1177     22 |  0.001 % |
3.08/3.10	|     58188 |     280     1120     3360 |     1417      734     17 |  0.001 % |
4.58/4.64	|     87380 |     280     1120     3360 |     1559      903     17 |  0.001 % |
7.07/7.10	|    131169 |     280     1120     3360 |     1715      841     19 |  0.001 % |
10.88/10.93	|    196855 |     280     1120     3360 |     1887     1021     18 |  0.001 % |
16.17/16.20	|    295382 |     280     1120     3360 |     2075     1867     19 |  0.001 % |
25.07/25.13	|    443172 |     280     1120     3360 |     2283     1107     18 |  0.001 % |
38.87/38.98	|    664855 |     280     1120     3360 |     2511     1781     22 |  0.001 % |
61.26/61.31	|    997381 |     280     1120     3360 |     2762     2309     22 |  0.001 % |
95.15/95.25	|   1496169 |     280     1120     3360 |     3039     1843     21 |  0.001 % |
150.43/150.54	|   2244351 |     280     1120     3360 |     3342     3043     24 |  0.001 % |
231.22/231.33	|   3366625 |     280     1120     3360 |     3677     2240     20 |  0.001 % |
352.28/352.42	|   5050036 |     280     1120     3360 |     4044     2761     19 |  0.001 % |
544.74/545.00	|   7575152 |     280     1120     3360 |     4449     2508     21 |  0.003 % |
857.35/857.66	|  11362827 |     280     1120     3360 |     4894     3711     20 |  0.001 % |
1200.07/1200.40	HOME/run.sh: line 55: 14532 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-1806461-1242149656/watcher-1806461-1242149656 -o /tmp/evaluation-result-1806461-1242149656/solver-1806461-1242149656 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806461-1242149656.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.98 0.99 3/64 14528
/proc/meminfo: memFree=1672160/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) R 14526 14528 14246 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 242993488 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 258939087519 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14528/statm: 1340 236 195 169 0 51 0
[pid=14529] ppid=14528 vsize=1604 CPUtime=0
/proc/14529/stat : 14529 (revival) R 14528 14528 14246 0 -1 4194304 156 0 0 0 0 0 0 0 18 0 1 50000 242993488 1642496 122 1992294400 134512640 134537284 4294956368 18446744073709551615 134531072 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14529/statm: 401 122 84 6 0 39 0

[startup+0.02048 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14528
/proc/meminfo: memFree=1672160/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101484 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14528
/proc/meminfo: memFree=1672160/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301503 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14528
/proc/meminfo: memFree=1672160/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701544 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14528
/proc/meminfo: memFree=1672160/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50163 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1671440/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=2152 CPUtime=1.48
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 199 0 0 0 148 0 0 0 25 0 1 0 242993489 2203648 183 1992294400 134512640 135212939 4294956240 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 538 183 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7512

[startup+3.10179 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1671248/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=2284 CPUtime=3.08
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 220 0 0 0 308 0 0 0 25 0 1 0 242993489 2338816 204 1992294400 134512640 135212939 4294956240 18446744073709551615 134526630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 571 204 76 170 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7644

[startup+6.30111 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1670992/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=2416 CPUtime=6.28
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 251 0 0 0 628 0 0 0 25 0 1 0 242993489 2473984 235 1992294400 134512640 135212939 4294956240 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 604 235 76 170 0 432 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7776

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1670800/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=2548 CPUtime=12.67
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 282 0 0 0 1267 0 0 0 25 0 1 0 242993489 2609152 266 1992294400 134512640 135212939 4294956240 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 637 266 76 170 0 465 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 7908

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1670608/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=2680 CPUtime=25.47
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 322 0 0 0 2547 0 0 0 25 0 1 0 242993489 2744320 306 1992294400 134512640 135212939 4294956240 18446744073709551615 134526636 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 670 306 76 170 0 498 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8040

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1670160/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=3076 CPUtime=51.06
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 419 0 0 0 5106 0 0 0 25 0 1 0 242993489 3149824 403 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 769 403 76 170 0 597 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8436

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1669776/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=3468 CPUtime=102.25
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 509 0 0 0 10225 0 0 0 25 0 1 0 242993489 3551232 493 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 867 493 76 170 0 695 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 8828

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1669392/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=3736 CPUtime=162.23
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 597 0 0 0 16223 0 0 0 25 0 1 0 242993489 3825664 581 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 934 581 76 170 0 762 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9096

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1669264/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=3868 CPUtime=222.22
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 626 0 0 0 22221 1 0 0 25 0 1 0 242993489 3960832 610 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 967 610 76 170 0 795 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9228

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1669072/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=4000 CPUtime=282.2
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 661 0 0 0 28219 1 0 0 25 0 1 0 242993489 4096000 645 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1000 645 76 170 0 828 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9360

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1668944/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=4140 CPUtime=342.18
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 683 0 0 0 34217 1 0 0 25 0 1 0 242993489 4239360 667 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1035 667 76 170 0 863 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 9500

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14532
/proc/meminfo: memFree=1668752/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=4276 CPUtime=402.17
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 728 0 0 0 40216 1 0 0 25 0 1 0 242993489 4378624 712 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1069 712 76 170 0 897 0
Current children cumulated CPU time (s) 402.17

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

/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=4520 CPUtime=462.15
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 789 0 0 0 46214 1 0 0 25 0 1 0 242993489 4628480 773 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1130 773 76 170 0 958 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 9880

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1668304/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=4656 CPUtime=522.13
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 818 0 0 0 52212 1 0 0 25 0 1 0 242993489 4767744 802 1992294400 134512640 135212939 4294956240 18446744073709551615 134526655 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1164 802 76 170 0 992 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 10016

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1668240/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=4788 CPUtime=582.13
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 845 0 0 0 58211 2 0 0 25 0 1 0 242993489 4902912 829 1992294400 134512640 135212939 4294956240 18446744073709551615 134526525 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1197 829 76 170 0 1025 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 10148

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1668048/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=4916 CPUtime=642.11
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 879 0 0 0 64209 2 0 0 25 0 1 0 242993489 5033984 863 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1229 863 76 170 0 1057 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 10276

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667984/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=4916 CPUtime=702.09
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 895 0 0 0 70207 2 0 0 25 0 1 0 242993489 5033984 879 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1229 879 76 170 0 1057 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 10276

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667920/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=5056 CPUtime=762.08
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 913 0 0 0 76206 2 0 0 25 0 1 0 242993489 5177344 897 1992294400 134512640 135212939 4294956240 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1264 897 76 170 0 1092 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 10416

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667856/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=5056 CPUtime=822.06
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 916 0 0 0 82204 2 0 0 25 0 1 0 242993489 5177344 900 1992294400 134512640 135212939 4294956240 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1264 900 76 170 0 1092 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 10416

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667792/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=5056 CPUtime=882.04
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 932 0 0 0 88202 2 0 0 25 0 1 0 242993489 5177344 916 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1264 916 76 170 0 1092 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 10416

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667600/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=5192 CPUtime=942.03
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 962 0 0 0 94200 3 0 0 25 0 1 0 242993489 5316608 946 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1298 946 76 170 0 1126 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 10552

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667472/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=5328 CPUtime=1002.02
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 988 0 0 0 100199 3 0 0 25 0 1 0 242993489 5455872 972 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1332 972 76 170 0 1160 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 10688

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667408/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=5464 CPUtime=1062
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 1006 0 0 0 106197 3 0 0 25 0 1 0 242993489 5595136 990 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1366 990 76 170 0 1194 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 10824

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667344/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=5464 CPUtime=1121.99
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 1023 0 0 0 112196 3 0 0 25 0 1 0 242993489 5595136 1007 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1366 1007 76 170 0 1194 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 10824

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667344/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=5464 CPUtime=1181.97
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 1023 0 0 0 118194 3 0 0 25 0 1 0 242993489 5595136 1007 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1366 1007 76 170 0 1194 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 10824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 14534
/proc/meminfo: memFree=1667280/2055920 swapFree=4179768/4192956
[pid=14528] ppid=14526 vsize=5360 CPUtime=0
/proc/14528/stat : 14528 (run.sh) S 14526 14528 14246 0 -1 4194304 341 303 0 0 0 0 0 0 16 0 1 0 242993488 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14528/statm: 1340 241 197 169 0 51 0
[pid=14532] ppid=14528 vsize=5464 CPUtime=1200.07
/proc/14532/stat : 14532 (minisat) R 14528 14528 14246 0 -1 4194304 1027 0 0 0 120004 3 0 0 25 0 1 0 242993489 5595136 1011 1992294400 134512640 135212939 4294956240 18446744073709551615 134530415 0 0 4096 3 0 0 0 17 1 0 0
/proc/14532/statm: 1366 1011 76 170 0 1194 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 10824

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.1
CPU user time (s): 1200.05
CPU system time (s): 0.046992
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 10824

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

runsolver used 1.38979 second user time and 2.98355 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-12 19:34:16
IDJOB=1806461
IDBENCH=24739
IDSOLVER=647
FILE ID=node45/1806461-1242149656
PBS_JOBID= 9289678
Free space on /tmp= 66212 MiB

SOLVER NAME= SatElite + ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-2.sat05-2264.reshuffled-07.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806461-1242149656/watcher-1806461-1242149656 -o /tmp/evaluation-result-1806461-1242149656/solver-1806461-1242149656 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806461-1242149656.cnf HOME

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

MD5SUM BENCH= 0a790b16b30661bee32dad474c146a58
RANDOM SEED=1879172810

node45.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.231
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.231
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:       1672640 kB
Buffers:         45072 kB
Cached:         255884 kB
SwapCached:       6948 kB
Active:          67196 kB
Inactive:       242076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1672640 kB
SwapTotal:     4192956 kB
SwapFree:      4179768 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          13992 kB
Slab:            60032 kB
Committed_AS:   870760 kB
PageTables:       1376 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= 66208 MiB
End job on node45 at 2009-05-12 19:54:17