Trace number 1806925

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-18SAT 220.82 220.972

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK12.cnf
MD5SUMbcbdfe82209aa971e7a6ff7bba833b95
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.50462
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of clauses831600
Sum of the clauses size9979200
Maximum clause length12
Minimum clause length12
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5831600

Solver Data

0.00/0.00	c revival is preprocessing the formula...#ITERATIONS 1
215.55/215.77	#LEARNT CLAUSES 0
218.14/218.37	done !
218.14/218.37	c Calling MINISAT
218.14/218.38	This is MiniSat 2.0 beta
218.14/218.38	WARNING: for repeatability, setting FPU to use double precision
218.14/218.38	============================[ Problem Statistics ]=============================
218.14/218.38	|                                                                             |
218.14/218.38	|  Number of variables:  66                                                   |
218.14/218.38	|  Number of clauses:    831600                                               |
219.33/219.55	|  Parsing time:         1.07         s                                       |
219.33/219.59	============================[ Search Statistics ]==============================
219.33/219.59	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
219.33/219.59	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
219.33/219.59	===============================================================================
219.33/219.59	|         0 |      66   831600  9979200 |   277200        0    nan |  0.000 % |
220.43/220.60	|       102 |      66   831600  9979200 |   304920      102     30 |  0.023 % |
220.72/220.95	===============================================================================
220.72/220.95	restarts              : 2
220.72/220.95	conflicts             : 142            (58 /sec)
220.72/220.95	decisions             : 208            (2.40 % random) (85 /sec)
220.72/220.95	propagations          : 911            (370 /sec)
220.72/220.95	conflict literals     : 4229           (7.38 % deleted)
220.72/220.95	Memory used           : 71.17 MB
220.72/220.95	CPU time              : 2.45963 s
220.72/220.95	
220.72/220.95	SATISFIABLE
220.72/220.96	s SATISFIABLE
220.72/220.96	v 1 2 3 4 -5 -6 -7 -8 -9 -10 11 -12 -13 14 -15 16 -17 -18 19 20 21 -22 -23 24 25 -26 27 28 29 -30 31 -32 33 -34 -35 36 37 38 39 -40 -41 42 43 -44 -45 -46 -47 -48 -49 -50 51 -52 -53 54 -55 -56 -57 58 -59 -60 61 -62 63 -64 65 -66 0

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1806925-1242153552/watcher-1806925-1242153552 -o /tmp/evaluation-result-1806925-1242153552/solver-1806925-1242153552 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806925-1242153552.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 0.99 0.91 3/64 26438
/proc/meminfo: memFree=1638200/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=188 CPUtime=0
/proc/26439/stat : 26439 (revival) D 26438 26438 25970 0 -1 4194304 53 0 0 0 0 0 0 0 18 0 1 0 243383922 192512 32 1992294400 134512640 134537284 4294956368 18446744073709551615 8606500 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/26439/statm: 47 32 26 6 0 3 0

[startup+0.106235 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 26438
/proc/meminfo: memFree=1638200/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=67148 CPUtime=0.05
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 8438 0 1 0 0 5 0 0 18 0 1 0 243383922 68759552 8407 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/26439/statm: 16787 8414 81 6 0 16425 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 72508

[startup+0.201251 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 26438
/proc/meminfo: memFree=1638200/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=46840 CPUtime=0.14
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 11357 0 1 0 8 6 0 0 19 0 1 0 243383922 47964160 11325 1992294400 134512640 134537284 4294956368 18446744073709551615 9041531 0 0 4096 0 0 0 0 17 0 0 0
/proc/26439/statm: 11710 11327 82 6 0 11348 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 52200

[startup+0.301268 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 26438
/proc/meminfo: memFree=1638200/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=58524 CPUtime=0.24
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 14116 0 1 0 17 7 0 0 19 0 1 0 243383922 59928576 14084 1992294400 134512640 134537284 4294956368 18446744073709551615 9041531 0 0 4096 0 0 0 0 17 0 0 0
/proc/26439/statm: 14631 14085 82 6 0 14269 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 63884

[startup+0.701345 s]
/proc/loadavg: 1.00 0.99 0.91 3/64 26438
/proc/meminfo: memFree=1638200/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=63708 CPUtime=0.64
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 23359 0 1 0 53 11 0 0 23 0 1 50000 243383922 65236992 14726 1992294400 134512640 134537284 4294956368 18446744073709551615 134523903 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 15927 14726 85 6 0 15565 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 69068

[startup+1.5015 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26440
/proc/meminfo: memFree=1576872/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=67432 CPUtime=1.44
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 24050 0 1 0 132 12 0 0 25 0 1 50000 243383922 69050368 15417 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 16858 15417 85 6 0 16496 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 72792

[startup+3.1018 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26440
/proc/meminfo: memFree=1575528/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=69092 CPUtime=3.04
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 24372 0 1 0 292 12 0 0 25 0 1 50000 243383922 70750208 15739 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 17273 15739 85 6 0 16911 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 74452

[startup+6.30141 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26440
/proc/meminfo: memFree=1573224/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=72168 CPUtime=6.24
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 24903 0 1 0 610 14 0 0 25 0 1 50000 243383922 73900032 16270 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 18042 16270 85 6 0 17680 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 77528

[startup+12.7016 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26440
/proc/meminfo: memFree=1570728/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=75096 CPUtime=12.63
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 25507 0 1 0 1249 14 0 0 25 0 1 50000 243383922 76898304 16874 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 18774 16874 85 6 0 18412 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 80456

[startup+25.5011 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26440
/proc/meminfo: memFree=1568424/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=78180 CPUtime=25.43
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 26070 0 1 0 2529 14 0 0 25 0 1 50000 243383922 80056320 17437 1992294400 134512640 134537284 4294956368 18446744073709551615 134523829 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 19545 17437 85 6 0 19183 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 83540

[startup+51.102 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26440
/proc/meminfo: memFree=1565544/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=82864 CPUtime=51.02
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 26802 0 1 0 5086 16 0 0 25 0 1 50000 243383922 84852736 18169 1992294400 134512640 134537284 4294956368 18446744073709551615 134523798 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 20716 18169 85 6 0 20354 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 88224

[startup+102.302 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26440
/proc/meminfo: memFree=1562920/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=86416 CPUtime=102.19
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 27440 0 1 0 10203 16 0 0 25 0 1 50000 243383922 88489984 18807 1992294400 134512640 134537284 4294956368 18446744073709551615 134523948 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 21604 18807 85 6 0 21242 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 91776

[startup+162.301 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26440
/proc/meminfo: memFree=1562216/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=87392 CPUtime=162.17
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 27628 0 1 0 16200 17 0 0 25 0 1 50000 243383922 89489408 18995 1992294400 134512640 134537284 4294956368 18446744073709551615 134523829 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 21848 18995 85 6 0 21486 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 92752

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

[startup+179.201 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26442
/proc/meminfo: memFree=1560672/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=87556 CPUtime=179.07
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 27698 0 1 0 17890 17 0 0 25 0 1 50000 243383922 89657344 19065 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 21889 19065 85 6 0 21527 0
Current children cumulated CPU time (s) 179.07
Current children cumulated vsize (KiB) 92916

[startup+204.801 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26442
/proc/meminfo: memFree=1560680/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=87556 CPUtime=204.65
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 27698 0 1 0 20448 17 0 0 25 0 1 50000 243383922 89657344 19065 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 21889 19065 85 6 0 21527 0
Current children cumulated CPU time (s) 204.65
Current children cumulated vsize (KiB) 92916

[startup+211.202 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26442
/proc/meminfo: memFree=1560680/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=87556 CPUtime=211.05
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 27698 0 1 0 21088 17 0 0 25 0 1 50000 243383922 89657344 19065 1992294400 134512640 134537284 4294956368 18446744073709551615 134523781 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 21889 19065 85 6 0 21527 0
Current children cumulated CPU time (s) 211.05
Current children cumulated vsize (KiB) 92916

[startup+217.602 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26442
/proc/meminfo: memFree=1548520/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=0
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 243383922 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 237 196 169 0 51 0
[pid=26439] ppid=26438 vsize=87568 CPUtime=217.45
/proc/26439/stat : 26439 (revival) R 26438 26438 25970 0 -1 4194304 27712 0 1 0 21720 25 0 0 25 0 1 50000 243383922 89669632 19079 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/26439/statm: 21892 19079 97 6 0 21530 0
Current children cumulated CPU time (s) 217.45
Current children cumulated vsize (KiB) 92928

[startup+219.201 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26443
/proc/meminfo: memFree=1574760/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=218.22
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 312 27713 0 1 0 0 21792 30 16 0 1 0 243383922 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 238 197 169 0 51 0
[pid=26443] ppid=26438 vsize=45496 CPUtime=0.81
/proc/26443/stat : 26443 (minisat) R 26438 26438 25970 0 -1 4194304 10841 0 0 0 74 7 0 0 23 0 1 0 243405760 46587904 10827 1992294400 134512640 135212939 4294956240 18446744073709551615 134718999 0 0 4096 3 0 0 0 17 0 0 0
/proc/26443/statm: 11374 10827 56 170 0 11202 0
Current children cumulated CPU time (s) 219.03
Current children cumulated vsize (KiB) 50856

[startup+220.001 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26443
/proc/meminfo: memFree=1534376/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=218.22
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 312 27713 0 1 0 0 21792 30 16 0 1 0 243383922 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 238 197 169 0 51 0
[pid=26443] ppid=26438 vsize=71152 CPUtime=1.61
/proc/26443/stat : 26443 (minisat) R 26438 26438 25970 0 -1 4194304 16932 0 0 0 151 10 0 0 25 0 1 0 243405760 72859648 16918 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26443/statm: 17788 16918 71 170 0 17616 0
Current children cumulated CPU time (s) 219.83
Current children cumulated vsize (KiB) 76512

[startup+220.402 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26443
/proc/meminfo: memFree=1534376/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=218.22
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 312 27713 0 1 0 0 21792 30 16 0 1 0 243383922 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 238 197 169 0 51 0
[pid=26443] ppid=26438 vsize=71924 CPUtime=2.01
/proc/26443/stat : 26443 (minisat) R 26438 26438 25970 0 -1 4194304 17109 0 0 0 191 10 0 0 25 0 1 0 243405760 73650176 17095 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26443/statm: 17981 17095 71 170 0 17809 0
Current children cumulated CPU time (s) 220.23
Current children cumulated vsize (KiB) 77284

[startup+220.802 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26443
/proc/meminfo: memFree=1534376/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=218.22
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 312 27713 0 1 0 0 21792 30 16 0 1 0 243383922 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 238 197 169 0 51 0
[pid=26443] ppid=26438 vsize=72876 CPUtime=2.4
/proc/26443/stat : 26443 (minisat) R 26438 26438 25970 0 -1 4194304 17321 0 0 0 230 10 0 0 25 0 1 0 243405760 74625024 17307 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26443/statm: 18219 17307 76 170 0 18047 0
Current children cumulated CPU time (s) 220.62
Current children cumulated vsize (KiB) 78236

[startup+220.902 s]
/proc/loadavg: 1.00 0.99 0.91 2/66 26443
/proc/meminfo: memFree=1534376/2055920 swapFree=4182040/4192956
[pid=26438] ppid=26436 vsize=5360 CPUtime=218.22
/proc/26438/stat : 26438 (run.sh) S 26436 26438 25970 0 -1 4194304 312 27713 0 1 0 0 21792 30 16 0 1 0 243383922 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26438/statm: 1340 238 197 169 0 51 0
[pid=26443] ppid=26438 vsize=72876 CPUtime=2.5
/proc/26443/stat : 26443 (minisat) R 26438 26438 25970 0 -1 4194304 17335 0 0 0 240 10 0 0 25 0 1 0 243405760 74625024 17321 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/26443/statm: 18219 17321 76 170 0 18047 0
Current children cumulated CPU time (s) 220.72
Current children cumulated vsize (KiB) 78236

Child status: 10
Real time (s): 220.972
CPU time (s): 220.82
CPU user time (s): 220.391
CPU system time (s): 0.429934
CPU usage (%): 99.9316
Max. virtual memory (cumulated for all children) (KiB): 100264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.39
system time used= 0.429934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45710
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72
involuntary context switches= 411

runsolver used 0.199969 second user time and 0.610907 second system time

The end

Launcher Data

Begin job on node38 at 2009-05-12 20:39:15
IDJOB=1806925
IDBENCH=71130
IDSOLVER=649
FILE ID=node38/1806925-1242153552
PBS_JOBID= 9289683
Free space on /tmp= 66216 MiB

SOLVER NAME= ReVivAl 0.23 2009-03-18
BENCH NAME= SAT09/CRAFTED/ramseycube/Q3inK12.cnf
COMMAND LINE= HOME/run.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806925-1242153552/watcher-1806925-1242153552 -o /tmp/evaluation-result-1806925-1242153552/solver-1806925-1242153552 -C 1200 -W 1800 -M 1800  HOME/run.sh HOME/instance-1806925-1242153552.cnf HOME

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

MD5SUM BENCH= bcbdfe82209aa971e7a6ff7bba833b95
RANDOM SEED=1070977742

node38.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:       1638616 kB
Buffers:         62028 kB
Cached:         278388 kB
SwapCached:       3868 kB
Active:          59268 kB
Inactive:       288732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638616 kB
SwapTotal:     4192956 kB
SwapFree:      4182040 kB
Dirty:           35900 kB
Writeback:           0 kB
Mapped:          15108 kB
Slab:            55216 kB
Committed_AS:   953080 kB
PageTables:       1456 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= 66180 MiB
End job on node38 at 2009-05-12 20:42:56