Trace number 1806923

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SatElite + ReVivAl 0.23 2009-03-18SAT 226.17 226.307

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.88/216.03	#LEARNT CLAUSES 0
218.47/218.62	done !
218.47/218.62	c Now, SatElite...
218.47/218.63	c Parsing...
220.35/220.52	c ==============================================================================
220.35/220.52	c |           |     ORIGINAL     |              LEARNT              |          |
220.35/220.52	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
220.35/220.52	c ==============================================================================
220.35/220.52	c |         0 |  831600  9979200 |  249479       0        0     nan |  0.000 % |
220.35/220.52	c ==============================================================================
220.35/220.52	c Result  :   #vars: 66   #clauses: 831600   #literals: 9979200
220.35/220.52	c CPU time:   1.72474 s
220.35/220.52	c ==============================================================================
223.65/223.84	c SatElite is done !
223.65/223.84	c Calling MINISAT
223.65/223.84	This is MiniSat 2.0 beta
223.65/223.84	WARNING: for repeatability, setting FPU to use double precision
223.65/223.84	============================[ Problem Statistics ]=============================
223.65/223.84	|                                                                             |
223.65/223.84	|  Number of variables:  66                                                   |
223.65/223.84	|  Number of clauses:    831600                                               |
224.64/224.85	|  Parsing time:         0.91         s                                       |
224.74/224.90	============================[ Search Statistics ]==============================
224.74/224.90	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
224.74/224.90	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
224.74/224.90	===============================================================================
224.74/224.90	|         0 |      66   831600  9979200 |   277200        0    nan |  0.000 % |
225.74/225.94	|       102 |      66   831600  9979200 |   304920      102     30 |  0.023 % |
226.04/226.29	===============================================================================
226.04/226.29	restarts              : 2
226.04/226.29	conflicts             : 142            (61 /sec)
226.04/226.29	decisions             : 208            (2.40 % random) (89 /sec)
226.04/226.29	propagations          : 911            (392 /sec)
226.04/226.29	conflict literals     : 4229           (7.38 % deleted)
226.04/226.29	Memory used           : 71.17 MB
226.04/226.29	CPU time              : 2.32665 s
226.04/226.29	
226.04/226.29	SATISFIABLE
226.14/226.30	c SatElite Model extension...
226.14/226.30	s SATISFIABLE
226.14/226.30	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-1806923-1242153548/watcher-1806923-1242153548 -o /tmp/evaluation-result-1806923-1242153548/solver-1806923-1242153548 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806923-1242153548.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 0.95 3/64 14422
/proc/meminfo: memFree=1051408/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) R 14420 14422 14011 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 236 1992294400 4194304 4889804 548682068784 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14422/statm: 1340 236 195 169 0 51 0
[pid=14423] ppid=14422 vsize=2124 CPUtime=0
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 243388271 2174976 251 1992294400 134512640 134537284 4294956368 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/14423/statm: 531 258 81 6 0 169 0

[startup+0.083897 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 14422
/proc/meminfo: memFree=1051408/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=38476 CPUtime=0.07
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 9364 0 0 0 1 6 0 0 19 0 1 0 243388271 39399424 9330 1992294400 134512640 134537284 4294956368 18446744073709551615 1607291 0 0 4096 0 0 0 0 17 0 0 0
/proc/14423/statm: 9652 9332 82 6 0 9290 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43836

[startup+0.101897 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 14422
/proc/meminfo: memFree=1051408/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=40616 CPUtime=0.09
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 9867 0 0 0 3 6 0 0 19 0 1 0 243388271 41590784 9833 1992294400 134512640 134537284 4294956368 18446744073709551615 1607291 0 0 4096 0 0 0 0 17 0 0 0
/proc/14423/statm: 10154 9834 82 6 0 9792 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45976

[startup+0.301914 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 14422
/proc/meminfo: memFree=1051408/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=65128 CPUtime=0.29
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 15456 0 0 0 21 8 0 0 21 0 1 0 243388271 66691072 15422 1992294400 134512640 134537284 4294956368 18446744073709551615 1607291 0 0 4096 0 0 0 0 17 0 0 0
/proc/14423/statm: 16282 15423 82 6 0 15920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70488

[startup+0.701949 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 14422
/proc/meminfo: memFree=1051408/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=64684 CPUtime=0.69
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 23579 0 0 0 58 11 0 0 25 0 1 50000 243388271 66236416 14944 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14423/statm: 16171 14944 85 6 0 15809 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70044

[startup+1.50202 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 14424
/proc/meminfo: memFree=990336/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=67432 CPUtime=1.49
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 24056 0 0 0 137 12 0 0 25 0 1 50000 243388271 69050368 15421 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14423/statm: 16858 15421 85 6 0 16496 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72792

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 0.95 2/66 14424
/proc/meminfo: memFree=988864/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=69420 CPUtime=3.09
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 24417 0 0 0 296 13 0 0 25 0 1 50000 243388271 71086080 15782 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14423/statm: 17355 15782 85 6 0 16993 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74780

[startup+6.30143 s]
/proc/loadavg: 1.08 1.02 0.96 2/66 14424
/proc/meminfo: memFree=986880/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=72168 CPUtime=6.29
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 24905 0 0 0 615 14 0 0 25 0 1 50000 243388271 73900032 16270 1992294400 134512640 134537284 4294956368 18446744073709551615 134523768 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14423/statm: 18042 16270 85 6 0 17680 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 77528

[startup+12.702 s]
/proc/loadavg: 1.07 1.02 0.96 2/66 14424
/proc/meminfo: memFree=984320/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=75096 CPUtime=12.69
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 25509 0 0 0 1254 15 0 0 25 0 1 50000 243388271 76898304 16874 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14423/statm: 18774 16874 85 6 0 18412 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80456

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 0.96 2/66 14424
/proc/meminfo: memFree=981952/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=78180 CPUtime=25.48
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 26072 0 0 0 2533 15 0 0 25 0 1 50000 243388271 80056320 17437 1992294400 134512640 134537284 4294956368 18446744073709551615 134523745 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14423/statm: 19545 17437 85 6 0 19183 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 83540

[startup+51.1013 s]
/proc/loadavg: 1.04 1.01 0.96 2/66 14424
/proc/meminfo: memFree=978880/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=82864 CPUtime=51.04
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 26803 0 0 0 5088 16 0 0 25 0 1 50000 243388271 84852736 18168 1992294400 134512640 134537284 4294956368 18446744073709551615 134523857 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14423/statm: 20716 18168 85 6 0 20354 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 88224

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 0.96 2/66 14426
/proc/meminfo: memFree=976192/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=86416 CPUtime=102.22
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 27442 0 0 0 10206 16 0 0 25 0 1 50000 243388271 88489984 18807 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14423/statm: 21604 18807 85 6 0 21242 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 91776

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 3/66 14426
/proc/meminfo: memFree=975488/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=0
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 243388270 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14422/statm: 1340 237 196 169 0 51 0
[pid=14423] ppid=14422 vsize=87392 CPUtime=162.19
/proc/14423/stat : 14423 (revival) R 14422 14422 14011 0 -1 4194304 27630 0 0 0 16202 17 0 0 25 0 1 50000 243388271 89489408 18995 1992294400 134512640 134537284 4294956368 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/14423/statm: 21848 18995 85 6 0 21486 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 92752

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 14427
/proc/meminfo: memFree=891136/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=218.5
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 311 27715 0 0 0 0 21820 30 16 0 1 0 243388270 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14422/statm: 1340 238 197 169 0 51 0
[pid=14427] ppid=14422 vsize=111776 CPUtime=3.65
/proc/14427/stat : 14427 (SatElite) R 14422 14422 14011 0 -1 4194304 26973 0 0 0 341 24 0 0 25 0 1 0 243410133 114458624 26958 1992294400 134512640 135031949 4294956240 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 0 0 0
/proc/14427/statm: 27944 26958 66 126 0 27815 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 117136

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

[startup+223.901 s]
/proc/loadavg: 1.08 1.02 0.96 2/66 14427
/proc/meminfo: memFree=880320/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=223.7
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 341 54691 0 0 0 0 22307 63 16 0 1 0 243388270 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14422/statm: 1340 241 197 169 0 51 0
Current children cumulated CPU time (s) 223.7
Current children cumulated vsize (KiB) 5360

[startup+225.506 s]
/proc/loadavg: 1.08 1.02 0.96 2/66 14428
/proc/meminfo: memFree=913472/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=223.7
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 341 54691 0 0 0 0 22307 63 16 0 1 0 243388270 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14422/statm: 1340 241 197 169 0 51 0
[pid=14428] ppid=14422 vsize=71272 CPUtime=1.64
/proc/14428/stat : 14428 (minisat) R 14422 14422 14011 0 -1 4194304 16972 0 0 0 154 10 0 0 25 0 1 0 243410655 72982528 16956 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14428/statm: 17818 16956 72 170 0 17646 0
Current children cumulated CPU time (s) 225.34
Current children cumulated vsize (KiB) 76632

[startup+225.901 s]
/proc/loadavg: 1.08 1.02 0.96 2/66 14428
/proc/meminfo: memFree=913472/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=223.7
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 341 54691 0 0 0 0 22307 63 16 0 1 0 243388270 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14422/statm: 1340 241 197 169 0 51 0
[pid=14428] ppid=14422 vsize=72248 CPUtime=2.04
/proc/14428/stat : 14428 (minisat) R 14422 14422 14011 0 -1 4194304 17173 0 0 0 194 10 0 0 25 0 1 0 243410655 73981952 17157 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/14428/statm: 18062 17157 72 170 0 17890 0
Current children cumulated CPU time (s) 225.74
Current children cumulated vsize (KiB) 77608

[startup+226.302 s]
/proc/loadavg: 1.08 1.02 0.96 2/66 14428
/proc/meminfo: memFree=913472/2055920 swapFree=4178020/4192956
[pid=14422] ppid=14420 vsize=5360 CPUtime=223.7
/proc/14422/stat : 14422 (run.sh) S 14420 14422 14011 0 -1 4194304 341 54691 0 0 0 0 22307 63 16 0 1 0 243388270 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14422/statm: 1340 241 197 169 0 51 0
[pid=14428] ppid=14422 vsize=0 CPUtime=2.44
/proc/14428/stat : 14428 (minisat) R 14422 14422 14011 0 -1 4194308 17353 0 0 0 232 12 0 0 25 0 1 0 243410655 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/14428/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 226.14
Current children cumulated vsize (KiB) 5360

Child status: 10
Real time (s): 226.307
CPU time (s): 226.17
CPU user time (s): 225.409
CPU system time (s): 0.760884
CPU usage (%): 99.9393
Max. virtual memory (cumulated for all children) (KiB): 117136

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

runsolver used 0.19597 second user time and 0.635903 second system time

The end

Launcher Data

Begin job on node31 at 2009-05-12 20:39:11
IDJOB=1806923
IDBENCH=71130
IDSOLVER=647
FILE ID=node31/1806923-1242153548
PBS_JOBID= 9289690
Free space on /tmp= 66244 MiB

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

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

MD5SUM BENCH= bcbdfe82209aa971e7a6ff7bba833b95
RANDOM SEED=1129550579

node31.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.213
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.213
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:       1051888 kB
Buffers:         49536 kB
Cached:         874668 kB
SwapCached:       8008 kB
Active:          94512 kB
Inactive:       840228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1051888 kB
SwapTotal:     4192956 kB
SwapFree:      4178020 kB
Dirty:           35820 kB
Writeback:           0 kB
Mapped:          14316 kB
Slab:            55060 kB
Committed_AS:   856700 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66176 MiB
End job on node31 at 2009-05-12 20:42:57