Trace number 1806924

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-18SAT 224.867 224.976

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 SatElite...
0.00/0.00	c Parsing...
1.29/1.33	c ==============================================================================
1.29/1.33	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.33	c ==============================================================================
1.29/1.33	c |         0 |  831600  9979200 |  249479       0        0     nan |  0.000 % |
1.29/1.33	c ==============================================================================
1.29/1.33	c Result  :   #vars: 66   #clauses: 831600   #literals: 9979200
1.29/1.33	c CPU time:   1.19882 s
1.29/1.33	c ==============================================================================
4.68/4.76	c SatElite is done !
4.68/4.76	c revival is preprocessing the formula...#ITERATIONS 1
219.77/219.98	#LEARNT CLAUSES 0
222.16/222.39	done !
222.16/222.39	c Calling MINISAT
222.16/222.39	This is MiniSat 2.0 beta
222.16/222.39	WARNING: for repeatability, setting FPU to use double precision
222.16/222.39	============================[ Problem Statistics ]=============================
222.16/222.39	|                                                                             |
222.16/222.39	|  Number of variables:  66                                                   |
222.16/222.39	|  Number of clauses:    831600                                               |
223.38/223.58	|  Parsing time:         1.09         s                                       |
223.47/223.63	============================[ Search Statistics ]==============================
223.47/223.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
223.47/223.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
223.47/223.63	===============================================================================
223.47/223.63	|         0 |      66   831600  9979200 |   277200        0    nan |  0.000 % |
224.47/224.62	|       102 |      66   831600  9979200 |   304920      102     30 |  0.023 % |
224.77/224.96	===============================================================================
224.77/224.96	restarts              : 2
224.77/224.96	conflicts             : 142            (58 /sec)
224.77/224.96	decisions             : 208            (2.40 % random) (84 /sec)
224.77/224.96	propagations          : 911            (369 /sec)
224.77/224.96	conflict literals     : 4229           (7.38 % deleted)
224.77/224.96	Memory used           : 71.17 MB
224.77/224.96	CPU time              : 2.46563 s
224.77/224.96	
224.77/224.96	SATISFIABLE
224.77/224.97	c SatElite Model extension...
224.77/224.97	s SATISFIABLE
224.77/224.97	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-1806924-1242153550/watcher-1806924-1242153550 -o /tmp/evaluation-result-1806924-1242153550/solver-1806924-1242153550 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806924-1242153550.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.96 3/64 17092
/proc/meminfo: memFree=705864/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=0
/proc/17092/stat : 17092 (run.sh) R 17090 17092 16669 0 -1 4194304 269 0 0 0 0 0 0 0 18 0 1 0 243389303 5488640 237 1992294400 4194304 4889804 548682068784 18446744073709551615 252429527711 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/17092/statm: 1340 237 196 169 0 51 0
[pid=17093] ppid=17092 vsize=816 CPUtime=0
/proc/17093/stat : 17093 (SatElite) R 17092 17092 16669 0 -1 4194304 110 0 0 0 0 0 0 0 18 0 1 0 243389303 835584 93 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/17093/statm: 204 94 51 126 0 75 0

[startup+0.072724 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 17092
/proc/meminfo: memFree=705864/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=0
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243389303 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 238 197 169 0 51 0
[pid=17093] ppid=17092 vsize=5060 CPUtime=0.06
/proc/17093/stat : 17093 (SatElite) R 17092 17092 16669 0 -1 4194304 1119 0 0 0 6 0 0 0 19 0 1 0 243389303 5181440 1102 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/17093/statm: 1265 1103 51 126 0 1136 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10420

[startup+0.101724 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 17092
/proc/meminfo: memFree=705864/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=0
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243389303 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 238 197 169 0 51 0
[pid=17093] ppid=17092 vsize=6920 CPUtime=0.09
/proc/17093/stat : 17093 (SatElite) R 17092 17092 16669 0 -1 4194304 1548 0 0 0 9 0 0 0 19 0 1 0 243389303 7086080 1531 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/17093/statm: 1730 1532 51 126 0 1601 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12280

[startup+0.301745 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 17092
/proc/meminfo: memFree=705864/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=0
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243389303 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 238 197 169 0 51 0
[pid=17093] ppid=17092 vsize=19188 CPUtime=0.29
/proc/17093/stat : 17093 (SatElite) R 17092 17092 16669 0 -1 4194304 4530 0 0 0 26 3 0 0 21 0 1 0 243389303 19648512 4513 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/17093/statm: 4797 4513 51 126 0 4668 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24548

[startup+0.701786 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 17092
/proc/meminfo: memFree=705864/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=0
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243389303 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 238 197 169 0 51 0
[pid=17093] ppid=17092 vsize=44124 CPUtime=0.69
/proc/17093/stat : 17093 (SatElite) R 17092 17092 16669 0 -1 4194304 10417 0 0 0 63 6 0 0 25 0 1 0 243389303 45182976 10400 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 0 0 0
/proc/17093/statm: 11031 10401 51 126 0 10902 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49484

[startup+1.50186 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17094
/proc/meminfo: memFree=645304/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=0
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243389303 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 238 197 169 0 51 0
[pid=17093] ppid=17092 vsize=111776 CPUtime=1.48
/proc/17093/stat : 17093 (SatElite) R 17092 17092 16669 0 -1 4194304 26975 0 0 0 135 13 0 0 25 0 1 0 243389303 114458624 26958 1992294400 134512640 135031949 4294956224 18446744073709551615 134766055 0 0 4096 3 0 0 0 17 0 0 0
/proc/17093/statm: 27944 26958 66 126 0 27815 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 117136

[startup+3.10302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17094
/proc/meminfo: memFree=590264/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=0
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243389303 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 238 197 169 0 51 0
[pid=17093] ppid=17092 vsize=111776 CPUtime=3.09
/proc/17093/stat : 17093 (SatElite) R 17092 17092 16669 0 -1 4194304 26975 0 0 0 289 20 0 0 25 0 1 0 243389303 114458624 26958 1992294400 134512640 135031949 4294956224 18446744073709551615 134756297 0 0 4096 3 0 0 0 17 0 0 0
/proc/17093/statm: 27944 26958 66 126 0 27815 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 117136

[startup+6.30134 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17095
/proc/meminfo: memFree=610616/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=4.74
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 317 26978 0 0 0 0 447 27 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17095] ppid=17092 vsize=68080 CPUtime=1.52
/proc/17095/stat : 17095 (revival) R 17092 17092 16669 0 -1 4194304 24105 0 0 0 140 12 0 0 25 0 1 50000 243389780 69713920 15470 1992294400 134512640 134537284 4294956384 18446744073709551615 134523787 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17095/statm: 17020 15470 85 6 0 16658 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 73440

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17095
/proc/meminfo: memFree=605560/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=4.74
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 317 26978 0 0 0 0 447 27 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17095] ppid=17092 vsize=72980 CPUtime=7.93
/proc/17095/stat : 17095 (revival) R 17092 17092 16669 0 -1 4194304 25099 0 0 0 779 14 0 0 25 0 1 50000 243389780 74731520 16464 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17095/statm: 18245 16464 85 6 0 17883 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 78340

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17095
/proc/meminfo: memFree=602360/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=4.74
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 317 26978 0 0 0 0 447 27 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17095] ppid=17092 vsize=77032 CPUtime=20.71
/proc/17095/stat : 17095 (revival) R 17092 17092 16669 0 -1 4194304 25836 0 0 0 2057 14 0 0 25 0 1 50000 243389780 78880768 17201 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17095/statm: 19258 17201 85 6 0 18896 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 82392

[startup+51.1018 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17095
/proc/meminfo: memFree=598904/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=4.74
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 317 26978 0 0 0 0 447 27 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17095] ppid=17092 vsize=82060 CPUtime=46.29
/proc/17095/stat : 17095 (revival) R 17092 17092 16669 0 -1 4194304 26705 0 0 0 4614 15 0 0 25 0 1 50000 243389780 84029440 18070 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17095/statm: 20515 18070 85 6 0 20153 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 87420

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17097
/proc/meminfo: memFree=595888/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=4.74
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 317 26978 0 0 0 0 447 27 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17095] ppid=17092 vsize=85924 CPUtime=97.47
/proc/17095/stat : 17095 (revival) R 17092 17092 16669 0 -1 4194304 27368 0 0 0 9731 16 0 0 25 0 1 50000 243389780 87986176 18733 1992294400 134512640 134537284 4294956384 18446744073709551615 134523732 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17095/statm: 21481 18733 85 6 0 21119 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 91284

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17097
/proc/meminfo: memFree=595064/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=4.74
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 317 26978 0 0 0 0 447 27 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17095] ppid=17092 vsize=87392 CPUtime=157.45
/proc/17095/stat : 17095 (revival) R 17092 17092 16669 0 -1 4194304 27630 0 0 0 15729 16 0 0 25 0 1 50000 243389780 89489408 18995 1992294400 134512640 134537284 4294956384 18446744073709551615 134523906 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17095/statm: 21848 18995 85 6 0 21486 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 92752

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17097
/proc/meminfo: memFree=563256/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=4.74
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 317 26978 0 0 0 0 447 27 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17095] ppid=17092 vsize=87568 CPUtime=217.42
/proc/17095/stat : 17095 (revival) R 17092 17092 16669 0 -1 4194304 27714 0 0 0 21713 29 0 0 25 0 1 50000 243389780 89669632 19079 1992294400 134512640 134537284 4294956384 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 0 0 0
/proc/17095/statm: 21892 19079 97 6 0 21530 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 92928

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

[startup+223.902 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17098
/proc/meminfo: memFree=593208/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=222.28
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 343 54693 0 0 0 0 22169 59 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17098] ppid=17092 vsize=69604 CPUtime=1.49
/proc/17098/stat : 17098 (minisat) R 17092 17092 16669 0 -1 4194304 16648 0 0 0 140 9 0 0 25 0 1 0 243411542 71274496 16632 1992294400 134512640 135212939 4294956240 18446744073709551615 134526808 0 0 4096 3 0 0 0 17 0 0 0
/proc/17098/statm: 17401 16632 71 170 0 17229 0
Current children cumulated CPU time (s) 223.77
Current children cumulated vsize (KiB) 74964

[startup+224.703 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17098
/proc/meminfo: memFree=567160/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=222.28
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 343 54693 0 0 0 0 22169 59 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17098] ppid=17092 vsize=72696 CPUtime=2.29
/proc/17098/stat : 17098 (minisat) R 17092 17092 16669 0 -1 4194304 17263 0 0 0 220 9 0 0 25 0 1 0 243411542 74440704 17247 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17098/statm: 18174 17247 76 170 0 18002 0
Current children cumulated CPU time (s) 224.57
Current children cumulated vsize (KiB) 78056

[startup+224.903 s]
/proc/loadavg: 1.00 1.00 0.96 2/66 17098
/proc/meminfo: memFree=567160/2055920 swapFree=4181340/4192956
[pid=17092] ppid=17090 vsize=5360 CPUtime=222.28
/proc/17092/stat : 17092 (run.sh) S 17090 17092 16669 0 -1 4194304 343 54693 0 0 0 0 22169 59 16 0 1 0 243389303 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17092/statm: 1340 241 197 169 0 51 0
[pid=17098] ppid=17092 vsize=72876 CPUtime=2.49
/proc/17098/stat : 17098 (minisat) R 17092 17092 16669 0 -1 4194304 17337 0 0 0 240 9 0 0 25 0 1 0 243411542 74625024 17321 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17098/statm: 18219 17321 76 170 0 18047 0
Current children cumulated CPU time (s) 224.77
Current children cumulated vsize (KiB) 78236

Child status: 10
Real time (s): 224.976
CPU time (s): 224.867
CPU user time (s): 224.158
CPU system time (s): 0.708892
CPU usage (%): 99.9516
Max. virtual memory (cumulated for all children) (KiB): 117136

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

runsolver used 0.236963 second user time and 0.58891 second system time

The end

Launcher Data

Begin job on node12 at 2009-05-12 20:39:13
IDJOB=1806924
IDBENCH=71130
IDSOLVER=648
FILE ID=node12/1806924-1242153550
PBS_JOBID= 9289709
Free space on /tmp= 66064 MiB

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

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

MD5SUM BENCH= bcbdfe82209aa971e7a6ff7bba833b95
RANDOM SEED=2004839068

node12.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:        706280 kB
Buffers:         83200 kB
Cached:        1174384 kB
SwapCached:       5448 kB
Active:         243816 kB
Inactive:      1021656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        706280 kB
SwapTotal:     4192956 kB
SwapFree:      4181340 kB
Dirty:           35992 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            70172 kB
Committed_AS:  1021268 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65996 MiB
End job on node12 at 2009-05-12 20:42:58