Trace number 1806462

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.61

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 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.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 280   #clauses: 1120   #literals: 3360
0.00/0.00	c CPU time:   0.003999 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.01	#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:  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.06	|      1321 |     280     1120     3360 |      601      433     22 |  0.001 % |
0.00/0.09	|      2081 |     280     1120     3360 |      661      540     22 |  0.001 % |
0.00/0.14	|      3221 |     280     1120     3360 |      727      590     22 |  0.001 % |
0.00/0.22	|      4931 |     280     1120     3360 |      800      747     28 |  0.001 % |
0.00/0.33	|      7493 |     280     1120     3360 |      880      741     22 |  0.001 % |
0.00/0.52	|     11337 |     280     1120     3360 |      968      888     26 |  0.001 % |
0.00/0.79	|     17103 |     280     1120     3360 |     1065      590     16 |  0.001 % |
1.18/1.20	|     25752 |     280     1120     3360 |     1171      932     18 |  0.001 % |
1.78/1.85	|     38727 |     280     1120     3360 |     1288     1177     22 |  0.001 % |
2.78/2.89	|     58188 |     280     1120     3360 |     1417      734     17 |  0.001 % |
4.28/4.34	|     87380 |     280     1120     3360 |     1559      903     17 |  0.001 % |
6.58/6.65	|    131169 |     280     1120     3360 |     1715      841     19 |  0.001 % |
10.18/10.24	|    196855 |     280     1120     3360 |     1887     1021     18 |  0.001 % |
15.08/15.14	|    295382 |     280     1120     3360 |     2075     1867     19 |  0.001 % |
23.37/23.47	|    443172 |     280     1120     3360 |     2283     1107     18 |  0.001 % |
36.36/36.41	|    664855 |     280     1120     3360 |     2511     1781     22 |  0.001 % |
57.16/57.24	|    997381 |     280     1120     3360 |     2762     2309     22 |  0.001 % |
88.94/89.01	|   1496169 |     280     1120     3360 |     3039     1843     21 |  0.001 % |
140.31/140.48	|   2244351 |     280     1120     3360 |     3342     3043     24 |  0.001 % |
215.68/215.87	|   3366625 |     280     1120     3360 |     3677     2240     20 |  0.001 % |
328.73/328.93	|   5050036 |     280     1120     3360 |     4044     2761     19 |  0.001 % |
508.26/508.59	|   7575152 |     280     1120     3360 |     4449     2508     21 |  0.003 % |
799.54/799.98	|  11362827 |     280     1120     3360 |     4894     3711     20 |  0.001 % |
1200.05/1200.60	HOME/run.sh: line 54: 22057 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-1806462-1242149657/watcher-1806462-1242149657 -o /tmp/evaluation-result-1806462-1242149657/solver-1806462-1242149657 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806462-1242149657.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.91 0.97 0.90 3/65 22053
/proc/meminfo: memFree=1325488/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 288 0 0 0 0 0 0 0 20 0 1 0 242994842 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 238 197 169 0 51 0
[pid=22054] ppid=22053 vsize=820 CPUtime=0
/proc/22054/stat : 22054 (SatElite) R 22053 22053 21735 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 242994843 839680 115 1992294400 134512640 135031949 4294956224 18446744073709551615 134768038 0 0 4096 3 0 0 0 17 0 0 0
/proc/22054/statm: 205 115 68 126 0 76 0

[startup+0.0597099 s]
/proc/loadavg: 0.91 0.97 0.90 3/65 22053
/proc/meminfo: memFree=1325488/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101713 s]
/proc/loadavg: 0.91 0.97 0.90 3/65 22053
/proc/meminfo: memFree=1325488/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301735 s]
/proc/loadavg: 0.91 0.97 0.90 3/65 22053
/proc/meminfo: memFree=1325488/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.70178 s]
/proc/loadavg: 0.91 0.97 0.90 3/65 22053
/proc/meminfo: memFree=1325488/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50187 s]
/proc/loadavg: 0.91 0.97 0.90 2/67 22057
/proc/meminfo: memFree=1324768/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=2152 CPUtime=1.48
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 201 0 0 0 148 0 0 0 25 0 1 0 242994844 2203648 185 1992294400 134512640 135212939 4294956240 18446744073709551615 134527008 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 538 185 76 170 0 366 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 7512

[startup+3.10105 s]
/proc/loadavg: 0.91 0.97 0.90 2/67 22057
/proc/meminfo: memFree=1324640/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=2284 CPUtime=3.08
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 230 0 0 0 308 0 0 0 25 0 1 0 242994844 2338816 214 1992294400 134512640 135212939 4294956240 18446744073709551615 134537416 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 571 214 76 170 0 399 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7644

[startup+6.30142 s]
/proc/loadavg: 0.92 0.97 0.90 2/67 22057
/proc/meminfo: memFree=1324384/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=2416 CPUtime=6.28
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 253 0 0 0 628 0 0 0 25 0 1 0 242994844 2473984 237 1992294400 134512640 135212939 4294956240 18446744073709551615 134526633 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 604 237 76 170 0 432 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7776

[startup+12.7011 s]
/proc/loadavg: 0.93 0.97 0.90 2/67 22057
/proc/meminfo: memFree=1324192/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=2548 CPUtime=12.68
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 283 0 0 0 1268 0 0 0 25 0 1 0 242994844 2609152 267 1992294400 134512640 135212939 4294956240 18446744073709551615 134526704 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 637 267 76 170 0 465 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7908

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.91 2/67 22057
/proc/meminfo: memFree=1324000/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=2812 CPUtime=25.47
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 340 0 0 0 2547 0 0 0 25 0 1 0 242994844 2879488 324 1992294400 134512640 135212939 4294956240 18446744073709551615 134536989 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 703 324 76 170 0 531 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 8172

[startup+51.1015 s]
/proc/loadavg: 0.96 0.97 0.91 2/67 22057
/proc/meminfo: memFree=1323744/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=3072 CPUtime=51.06
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 419 0 0 0 5106 0 0 0 25 0 1 0 242994844 3145728 403 1992294400 134512640 135212939 4294956240 18446744073709551615 134536550 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 768 403 76 170 0 596 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 8432

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.91 2/67 22057
/proc/meminfo: memFree=1323168/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=3464 CPUtime=102.24
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 519 0 0 0 10224 0 0 0 25 0 1 0 242994844 3547136 503 1992294400 134512640 135212939 4294956240 18446744073709551615 134526820 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 866 503 76 170 0 694 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 8824

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22057
/proc/meminfo: memFree=1322848/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=3868 CPUtime=162.21
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 603 0 0 0 16221 0 0 0 25 0 1 0 242994844 3960832 587 1992294400 134512640 135212939 4294956240 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 967 587 76 170 0 795 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 9228

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22057
/proc/meminfo: memFree=1322720/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=4000 CPUtime=222.18
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 643 0 0 0 22218 0 0 0 25 0 1 0 242994844 4096000 627 1992294400 134512640 135212939 4294956240 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1000 627 76 170 0 828 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 9360

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22057
/proc/meminfo: memFree=1322656/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=4000 CPUtime=282.15
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 666 0 0 0 28215 0 0 0 25 0 1 0 242994844 4096000 650 1992294400 134512640 135212939 4294956240 18446744073709551615 134529354 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1000 650 76 170 0 828 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 9360

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22057
/proc/meminfo: memFree=1322528/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=4264 CPUtime=342.13
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 708 0 0 0 34213 0 0 0 25 0 1 0 242994844 4366336 692 1992294400 134512640 135212939 4294956240 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1066 692 76 170 0 894 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 9624

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22057
/proc/meminfo: memFree=1322336/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=4404 CPUtime=402.11
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 753 0 0 0 40210 1 0 0 25 0 1 0 242994844 4509696 737 1992294400 134512640 135212939 4294956240 18446744073709551615 134537414 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1101 737 76 170 0 929 0
Current children cumulated CPU time (s) 402.11

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

/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=4652 CPUtime=462.09
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 817 0 0 0 46208 1 0 0 25 0 1 0 242994844 4763648 801 1992294400 134512640 135212939 4294956240 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1163 801 76 170 0 991 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 10012

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321824/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=4652 CPUtime=522.06
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 831 0 0 0 52205 1 0 0 25 0 1 0 242994844 4763648 815 1992294400 134512640 135212939 4294956240 18446744073709551615 134526785 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1163 815 76 170 0 991 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 10012

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321696/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=4928 CPUtime=582.03
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 873 0 0 0 58202 1 0 0 25 0 1 0 242994844 5046272 857 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1232 857 76 170 0 1060 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 10288

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321632/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=4928 CPUtime=642.01
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 890 0 0 0 64200 1 0 0 25 0 1 0 242994844 5046272 874 1992294400 134512640 135212939 4294956240 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1232 874 76 170 0 1060 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 10288

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321504/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5064 CPUtime=701.98
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 902 0 0 0 70197 1 0 0 25 0 1 0 242994844 5185536 886 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1266 886 76 170 0 1094 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 10424

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321504/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5064 CPUtime=761.96
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 921 0 0 0 76195 1 0 0 25 0 1 0 242994844 5185536 905 1992294400 134512640 135212939 4294956240 18446744073709551615 134530458 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1266 905 76 170 0 1094 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 10424

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321376/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5064 CPUtime=821.93
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 934 0 0 0 82192 1 0 0 25 0 1 0 242994844 5185536 918 1992294400 134512640 135212939 4294956240 18446744073709551615 134529426 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1266 918 76 170 0 1094 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 10424

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321248/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5204 CPUtime=881.91
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 969 0 0 0 88190 1 0 0 25 0 1 0 242994844 5328896 953 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1301 953 76 170 0 1129 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 10564

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321184/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5340 CPUtime=941.86
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 1002 0 0 0 94185 1 0 0 25 0 1 0 242994844 5468160 986 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1335 986 76 170 0 1163 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 10700

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321120/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5476 CPUtime=1001.84
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 1016 0 0 0 100183 1 0 0 25 0 1 0 242994844 5607424 1000 1992294400 134512640 135212939 4294956240 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1369 1000 76 170 0 1197 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 10836

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321120/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5476 CPUtime=1061.81
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 1023 0 0 0 106180 1 0 0 25 0 1 0 242994844 5607424 1007 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1369 1007 76 170 0 1197 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 10836

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1321120/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5476 CPUtime=1121.78
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 1035 0 0 0 112177 1 0 0 25 0 1 0 242994844 5607424 1019 1992294400 134512640 135212939 4294956240 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1369 1019 76 170 0 1197 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 10836

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1320992/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5476 CPUtime=1181.76
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 1035 0 0 0 118175 1 0 0 25 0 1 0 242994844 5607424 1019 1992294400 134512640 135212939 4294956240 18446744073709551615 134536617 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1369 1019 76 170 0 1197 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 10836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.91 2/67 22059
/proc/meminfo: memFree=1320992/2055920 swapFree=4181592/4192956
[pid=22053] ppid=22051 vsize=5360 CPUtime=0
/proc/22053/stat : 22053 (run.sh) S 22051 22053 21735 0 -1 4194304 343 305 0 0 0 0 0 0 20 0 1 0 242994842 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22053/statm: 1340 241 197 169 0 51 0
[pid=22057] ppid=22053 vsize=5608 CPUtime=1200.05
/proc/22057/stat : 22057 (minisat) R 22053 22053 21735 0 -1 4194304 1049 0 0 0 120004 1 0 0 25 0 1 0 242994844 5742592 1033 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22057/statm: 1402 1033 76 170 0 1230 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 10968

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1200.06
CPU system time (s): 0.024996
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 10968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200.06
system time used= 0.024996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1712
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= 11
involuntary context switches= 4888

runsolver used 0.964853 second user time and 3.41648 second system time

The end

Launcher Data

Begin job on node88 at 2009-05-12 19:34:17
IDJOB=1806462
IDBENCH=24739
IDSOLVER=648
FILE ID=node88/1806462-1242149657
PBS_JOBID= 9289638
Free space on /tmp= 66172 MiB

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

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

MD5SUM BENCH= 0a790b16b30661bee32dad474c146a58
RANDOM SEED=1043397111

node88.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.229
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.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1326800 kB
Buffers:         59396 kB
Cached:         579144 kB
SwapCached:       5488 kB
Active:          19132 kB
Inactive:       628024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326800 kB
SwapTotal:     4192956 kB
SwapFree:      4181592 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:          15032 kB
Slab:            67920 kB
Committed_AS:   687212 kB
PageTables:       1444 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= 66172 MiB
End job on node88 at 2009-05-12 19:54:18