Trace number 1796388

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 2009-03-18UNSAT 903.363 903.827

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark167.798
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

0.00/0.00	c revival is preprocessing the formula...Time out is reached... exporting CNF
500.13/500.48	#ITERATIONS 1
500.13/500.48	#LEARNT CLAUSES 35
500.92/501.28	done !
500.92/501.28	c Calling MINISAT
500.92/501.28	This is MiniSat 2.0 beta
500.92/501.28	WARNING: for repeatability, setting FPU to use double precision
500.92/501.28	============================[ Problem Statistics ]=============================
500.92/501.28	|                                                                             |
500.92/501.28	|  Number of variables:  148153                                               |
500.92/501.28	|  Number of clauses:    936955                                               |
501.51/501.81	|  Parsing time:         0.46         s                                       |
501.51/501.83	============================[ Search Statistics ]==============================
501.51/501.83	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
501.51/501.83	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
501.51/501.83	===============================================================================
501.51/501.83	|         0 |  148026   935541  2509413 |   311847        0    nan |  0.000 % |
501.91/502.22	|       100 |  148026   935541  2509413 |   343031      100     59 |  0.086 % |
502.71/503.02	|       250 |  148026   935541  2509413 |   377334      250     57 |  0.086 % |
503.71/504.08	|       475 |  148026   935541  2509413 |   415068      475     52 |  0.086 % |
505.81/506.17	|       812 |  148026   935541  2509413 |   456575      812     43 |  0.086 % |
509.41/509.71	|      1320 |  148026   935541  2509413 |   502232     1320     75 |  0.086 % |
514.81/515.15	|      2079 |  148026   935541  2509413 |   552455     2079     65 |  0.086 % |
521.60/521.97	|      3218 |  148026   935541  2509413 |   607701     3218     70 |  0.086 % |
532.70/533.00	|      4926 |  148026   935541  2509413 |   668471     4926     75 |  0.086 % |
549.10/549.48	|      7489 |  148026   935541  2509413 |   735318     7489     71 |  0.086 % |
571.38/571.77	|     11333 |  148026   935541  2509413 |   808850    11333     85 |  0.086 % |
608.37/608.71	|     17099 |  148026   935541  2509413 |   889735    17099     73 |  0.086 % |
669.63/670.09	|     25748 |  148026   935541  2509413 |   978709    25748     69 |  0.086 % |
734.01/734.42	|     38722 |  148026   935541  2509413 |  1076580    38722     57 |  0.086 % |
834.37/834.89	|     58184 |  148026   935541  2509413 |  1184238    58184     50 |  0.086 % |
903.32/903.81	===============================================================================
903.32/903.81	restarts              : 15
903.32/903.81	conflicts             : 71753          (178 /sec)
903.32/903.81	decisions             : 137930         (1.67 % random) (343 /sec)
903.32/903.81	propagations          : 837137676      (2081247 /sec)
903.32/903.81	conflict literals     : 3248507        (39.41 % deleted)
903.32/903.81	Memory used           : 64.95 MB
903.32/903.81	CPU time              : 402.229 s
903.32/903.81	
903.32/903.81	UNSATISFIABLE
903.32/903.82	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1796388-1242075317/watcher-1796388-1242075317 -o /tmp/evaluation-result-1796388-1242075317/solver-1796388-1242075317 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1796388-1242075317.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: 1.00 1.00 1.00 3/64 5202
/proc/meminfo: memFree=1319856/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) R 5200 5202 5065 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 264907582111 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5202/statm: 1340 236 195 169 0 51 0
[pid=5203] ppid=5202 vsize=2124 CPUtime=0
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 292 0 0 0 0 0 0 0 18 0 1 0 235564633 2174976 259 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/5203/statm: 659 266 81 6 0 297 0

[startup+0.019578 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5202
/proc/meminfo: memFree=1319856/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=17996 CPUtime=0.01
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 2458 0 0 0 0 1 0 0 18 0 1 0 235564633 18427904 2425 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/5203/statm: 4499 2432 81 6 0 4137 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23356

[startup+0.10259 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5202
/proc/meminfo: memFree=1319856/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=29972 CPUtime=0.09
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 6711 0 0 0 6 3 0 0 19 0 1 0 235564633 30691328 6675 1992294400 134512640 134537284 4294956368 18446744073709551615 134527481 0 0 4096 0 0 0 0 17 0 0 0
/proc/5203/statm: 7493 6675 82 6 0 7131 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35332

[startup+0.301618 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5202
/proc/meminfo: memFree=1319856/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=54000 CPUtime=0.28
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 12044 0 0 0 23 5 0 0 21 0 1 0 235564633 55296000 12008 1992294400 134512640 134537284 4294956368 18446744073709551615 7452283 0 0 4096 0 0 0 0 17 0 0 0
/proc/5203/statm: 13500 12009 82 6 0 13138 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 59360

[startup+0.702675 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5202
/proc/meminfo: memFree=1319856/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=52552 CPUtime=0.69
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 15226 0 0 0 62 7 0 0 25 0 1 50000 235564633 53813248 10900 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 13138 10900 85 6 0 12776 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57912

[startup+1.50179 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1276000/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=52552 CPUtime=1.49
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 15251 0 0 0 142 7 0 0 25 0 1 50000 235564633 53813248 10925 1992294400 134512640 134537284 4294956368 18446744073709551615 134523887 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 13138 10925 85 6 0 12776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57912

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1275872/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=52716 CPUtime=3.09
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 15297 0 0 0 302 7 0 0 25 0 1 50000 235564633 53981184 10971 1992294400 134512640 134537284 4294956368 18446744073709551615 134524222 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 13179 10971 85 6 0 12817 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58076

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1275552/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=52864 CPUtime=6.28
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 15381 0 0 0 621 7 0 0 25 0 1 50000 235564633 54132736 11055 1992294400 134512640 134537284 4294956368 18446744073709551615 134531158 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 13216 11055 85 6 0 12854 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 58224

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1274912/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=53732 CPUtime=12.68
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 15575 0 0 0 1260 8 0 0 25 0 1 50000 235564633 55021568 11249 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 13433 11249 85 6 0 13071 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59092

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1274144/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=54392 CPUtime=25.47
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 15773 0 0 0 2539 8 0 0 25 0 1 50000 235564633 55697408 11447 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 13598 11447 85 6 0 13236 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 59752

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1272672/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=55844 CPUtime=51.05
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 16117 0 0 0 5096 9 0 0 25 0 1 50000 235564633 57184256 11791 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 13961 11791 85 6 0 13599 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 61204

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1272096/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=56504 CPUtime=102.22
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 16276 0 0 0 10213 9 0 0 25 0 1 50000 235564633 57860096 11950 1992294400 134512640 134537284 4294956368 18446744073709551615 134523670 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 14126 11950 85 6 0 13764 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 61864

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1271840/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=56636 CPUtime=162.19
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 16329 0 0 0 16210 9 0 0 25 0 1 50000 235564633 57995264 12003 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 14159 12003 85 6 0 13797 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 61996

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1271712/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=56768 CPUtime=222.15
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 16357 0 0 0 22206 9 0 0 25 0 1 50000 235564633 58130432 12031 1992294400 134512640 134537284 4294956368 18446744073709551615 134523942 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 14192 12031 85 6 0 13830 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 62128

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1271712/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=56768 CPUtime=282.13
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 16358 0 0 0 28204 9 0 0 25 0 1 50000 235564633 58130432 12032 1992294400 134512640 134537284 4294956368 18446744073709551615 134523678 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 14192 12032 85 6 0 13830 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 62128

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5204
/proc/meminfo: memFree=1271648/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=0
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 235564632 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5202/statm: 1340 237 196 169 0 51 0
[pid=5203] ppid=5202 vsize=56900 CPUtime=342.1
/proc/5203/stat : 5203 (revival) R 5202 5202 5065 0 -1 4194304 16377 0 0 0 34201 9 0 0 25 0 1 50000 235564633 58265600 12051 1992294400 134512640 134537284 4294956368 18446744073709551615 134523628 0 0 4096 8192 0 0 0 17 0 0 0
/proc/5203/statm: 14225 12051 85 6 0 13863 0
Current children cumulated CPU time (s) 342.1

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


[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1249312/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=55492 CPUtime=80.96
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 13221 0 0 0 8089 7 0 0 25 0 1 0 235614761 56823808 13198 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 13873 13198 77 170 0 13701 0
Current children cumulated CPU time (s) 581.97
Current children cumulated vsize (KiB) 60852

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1247136/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=57884 CPUtime=140.94
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 13794 0 0 0 14086 8 0 0 25 0 1 0 235614761 59273216 13771 1992294400 134512640 135212939 4294956240 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 14471 13771 77 170 0 14299 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 63244

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1244640/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=60292 CPUtime=200.91
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 14391 0 0 0 20083 8 0 0 25 0 1 0 235614761 61739008 14368 1992294400 134512640 135212939 4294956240 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 15073 14368 77 170 0 14901 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 65652

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1242400/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=62628 CPUtime=260.88
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 14964 0 0 0 26079 9 0 0 25 0 1 0 235614761 64131072 14941 1992294400 134512640 135212939 4294956240 18446744073709551615 134538790 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 15657 14941 77 170 0 15485 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 67988

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1240544/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=64480 CPUtime=320.86
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15460 0 0 0 32076 10 0 0 25 0 1 0 235614761 66027520 15437 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 16120 15437 77 170 0 15948 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 69840

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1238752/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=66236 CPUtime=380.83
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15875 0 0 0 38073 10 0 0 25 0 1 0 235614761 67825664 15852 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 16559 15852 77 170 0 16387 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 71596

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

[startup+883.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1238752/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=66236 CPUtime=381.63
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15880 0 0 0 38153 10 0 0 25 0 1 0 235614761 67825664 15857 1992294400 134512640 135212939 4294956240 18446744073709551615 134526712 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 16559 15857 77 170 0 16387 0
Current children cumulated CPU time (s) 882.64
Current children cumulated vsize (KiB) 71596

[startup+895.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1238432/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=66500 CPUtime=394.42
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15943 0 0 0 39432 10 0 0 25 0 1 0 235614761 68096000 15920 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5211/statm: 16625 15920 77 170 0 16453 0
Current children cumulated CPU time (s) 895.43
Current children cumulated vsize (KiB) 71860

[startup+899.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1238432/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=66500 CPUtime=397.61
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15943 0 0 0 39751 10 0 0 25 0 1 0 235614761 68096000 15920 1992294400 134512640 135212939 4294956240 18446744073709551615 134536612 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 16625 15920 77 170 0 16453 0
Current children cumulated CPU time (s) 898.62
Current children cumulated vsize (KiB) 71860

[startup+902.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1238432/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=66500 CPUtime=400.81
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15943 0 0 0 40071 10 0 0 25 0 1 0 235614761 68096000 15920 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 16625 15920 77 170 0 16453 0
Current children cumulated CPU time (s) 901.82
Current children cumulated vsize (KiB) 71860

[startup+903.105 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1238432/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=66500 CPUtime=401.61
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15943 0 0 0 40151 10 0 0 25 0 1 0 235614761 68096000 15920 1992294400 134512640 135212939 4294956240 18446744073709551615 134527119 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 16625 15920 77 170 0 16453 0
Current children cumulated CPU time (s) 902.62
Current children cumulated vsize (KiB) 71860

[startup+903.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1238432/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=66500 CPUtime=402.01
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15943 0 0 0 40191 10 0 0 25 0 1 0 235614761 68096000 15920 1992294400 134512640 135212939 4294956240 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 16625 15920 77 170 0 16453 0
Current children cumulated CPU time (s) 903.02
Current children cumulated vsize (KiB) 71860

[startup+903.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1238432/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=66500 CPUtime=402.21
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15943 0 0 0 40211 10 0 0 25 0 1 0 235614761 68096000 15920 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 16625 15920 77 170 0 16453 0
Current children cumulated CPU time (s) 903.22
Current children cumulated vsize (KiB) 71860

[startup+903.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1238432/2055920 swapFree=4179328/4192956
[pid=5202] ppid=5200 vsize=5360 CPUtime=501.01
/proc/5202/stat : 5202 (run.sh) S 5200 5202 5065 0 -1 4194304 312 16466 0 0 0 0 50084 17 16 0 1 0 235564632 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5202/statm: 1340 238 197 169 0 51 0
[pid=5211] ppid=5202 vsize=66500 CPUtime=402.31
/proc/5211/stat : 5211 (minisat) R 5202 5202 5065 0 -1 4194304 15943 0 0 0 40221 10 0 0 25 0 1 0 235614761 68096000 15920 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/5211/statm: 16625 15920 77 170 0 16453 0
Current children cumulated CPU time (s) 903.32
Current children cumulated vsize (KiB) 71860

Child status: 20
Real time (s): 903.827
CPU time (s): 903.363
CPU user time (s): 903.075
CPU system time (s): 0.287956
CPU usage (%): 99.9487
Max. virtual memory (cumulated for all children) (KiB): 75076

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

runsolver used 0.847871 second user time and 2.44463 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-11 22:55:19
IDJOB=1796388
IDBENCH=20430
IDSOLVER=649
FILE ID=node30/1796388-1242075317
PBS_JOBID= 9277616
Free space on /tmp= 66196 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796388-1242075317/watcher-1796388-1242075317 -o /tmp/evaluation-result-1796388-1242075317/solver-1796388-1242075317 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1796388-1242075317.cnf HOME

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

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=1236447286

node30.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.265
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.265
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:       1320336 kB
Buffers:         58804 kB
Cached:         583752 kB
SwapCached:       8068 kB
Active:         185280 kB
Inactive:       467428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1320336 kB
SwapTotal:     4192956 kB
SwapFree:      4179328 kB
Dirty:           18572 kB
Writeback:           0 kB
Mapped:          14048 kB
Slab:            68932 kB
Committed_AS:   867648 kB
PageTables:       1356 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= 66176 MiB
End job on node30 at 2009-05-11 23:10:23