Trace number 1806952

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 50.9283 50.9845

General information on the benchmark

NameCRAFTED/ramseycube/
Q3inK11.cnf
MD5SUM1fdca9b41a2ccb9f1b1754fb775769f0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.530918
Satisfiable
(Un)Satisfiability was proved
Number of variables55
Number of clauses277200
Sum of the clauses size3326400
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 5277200

Solver Data

0.00/0.00	c SatElite...
0.00/0.00	c Parsing...
0.39/0.48	c ==============================================================================
0.39/0.48	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.48	c ==============================================================================
0.39/0.48	c |         0 |  277200  3326400 |   83159       0        0     nan |  0.000 % |
0.39/0.48	c ==============================================================================
0.39/0.48	c Result  :   #vars: 55   #clauses: 277200   #literals: 3326400
0.39/0.48	c CPU time:   0.428934 s
0.39/0.48	c ==============================================================================
1.59/1.67	c SatElite is done !
1.59/1.67	c revival is preprocessing the formula...#ITERATIONS 1
49.44/49.51	#LEARNT CLAUSES 0
50.22/50.38	done !
50.22/50.38	c Calling MINISAT
50.22/50.38	This is MiniSat 2.0 beta
50.22/50.38	WARNING: for repeatability, setting FPU to use double precision
50.22/50.38	============================[ Problem Statistics ]=============================
50.22/50.38	|                                                                             |
50.22/50.38	|  Number of variables:  55                                                   |
50.22/50.38	|  Number of clauses:    277200                                               |
50.62/50.78	|  Parsing time:         0.37         s                                       |
50.71/50.80	============================[ Search Statistics ]==============================
50.71/50.80	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.71/50.80	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.71/50.80	===============================================================================
50.71/50.80	|         0 |      55   277200  3326400 |    92400        0    nan |  0.000 % |
50.82/50.97	===============================================================================
50.82/50.97	restarts              : 1
50.82/50.97	conflicts             : 24             (43 /sec)
50.82/50.97	decisions             : 60             (0.00 % random) (107 /sec)
50.82/50.97	propagations          : 195            (348 /sec)
50.82/50.97	conflict literals     : 709            (0.56 % deleted)
50.82/50.97	Memory used           : 24.96 MB
50.82/50.97	CPU time              : 0.560914 s
50.82/50.97	
50.82/50.97	SATISFIABLE
50.82/50.98	c SatElite Model extension...
50.82/50.98	s SATISFIABLE
50.82/50.98	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 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-1806952-1242153762/watcher-1806952-1242153762 -o /tmp/evaluation-result-1806952-1242153762/solver-1806952-1242153762 -C 1200 -W 1800 -M 1800 HOME/run.sh HOME/instance-1806952-1242153762.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 0.96 3/64 27644
/proc/meminfo: memFree=1399488/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=0
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243403772 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27644/statm: 1340 238 197 169 0 51 0
[pid=27645] ppid=27644 vsize=948 CPUtime=0
/proc/27645/stat : 27645 (SatElite) R 27644 27644 27200 0 -1 4194304 162 0 0 0 0 0 0 0 18 0 1 0 243403772 970752 145 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 1 0 0
/proc/27645/statm: 237 147 51 126 0 108 0

[startup+0.049876 s]
/proc/loadavg: 0.99 1.00 0.96 3/64 27644
/proc/meminfo: memFree=1399488/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=0
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243403772 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27644/statm: 1340 238 197 169 0 51 0
[pid=27645] ppid=27644 vsize=3292 CPUtime=0.04
/proc/27645/stat : 27645 (SatElite) R 27644 27644 27200 0 -1 4194304 738 0 0 0 4 0 0 0 18 0 1 0 243403772 3371008 721 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 1 0 0
/proc/27645/statm: 823 721 51 126 0 694 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8652

[startup+0.10188 s]
/proc/loadavg: 0.99 1.00 0.96 3/64 27644
/proc/meminfo: memFree=1399488/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=0
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243403772 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27644/statm: 1340 238 197 169 0 51 0
[pid=27645] ppid=27644 vsize=6504 CPUtime=0.09
/proc/27645/stat : 27645 (SatElite) R 27644 27644 27200 0 -1 4194304 1462 0 0 0 9 0 0 0 18 0 1 0 243403772 6660096 1445 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 1 0 0
/proc/27645/statm: 1626 1445 51 126 0 1497 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11864

[startup+0.301897 s]
/proc/loadavg: 0.99 1.00 0.96 3/64 27644
/proc/meminfo: memFree=1399488/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=0
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243403772 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27644/statm: 1340 238 197 169 0 51 0
[pid=27645] ppid=27644 vsize=17772 CPUtime=0.29
/proc/27645/stat : 27645 (SatElite) R 27644 27644 27200 0 -1 4194304 4205 0 0 0 27 2 0 0 19 0 1 0 243403772 18198528 4188 1992294400 134512640 135031949 4294956224 18446744073709551615 134690605 0 0 4096 3 0 0 0 17 1 0 0
/proc/27645/statm: 4443 4189 51 126 0 4314 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23132

[startup+0.701933 s]
/proc/loadavg: 0.99 1.00 0.96 3/64 27644
/proc/meminfo: memFree=1399488/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=0
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243403772 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27644/statm: 1340 238 197 169 0 51 0
[pid=27645] ppid=27644 vsize=38144 CPUtime=0.69
/proc/27645/stat : 27645 (SatElite) R 27644 27644 27200 0 -1 4194304 9076 0 0 0 63 6 0 0 22 0 1 0 243403772 39059456 9059 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 1 0 0
/proc/27645/statm: 9536 9059 67 126 0 9407 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43504

[startup+1.50201 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27646
/proc/meminfo: memFree=1358128/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=0
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 243403772 5488640 238 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27644/statm: 1340 238 197 169 0 51 0
[pid=27645] ppid=27644 vsize=38144 CPUtime=1.49
/proc/27645/stat : 27645 (SatElite) R 27644 27644 27200 0 -1 4194304 9076 0 0 0 140 9 0 0 25 0 1 0 243403772 39059456 9059 1992294400 134512640 135031949 4294956224 18446744073709551615 134690701 0 0 4096 3 0 0 0 17 1 0 0
/proc/27645/statm: 9536 9059 67 126 0 9407 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43504

[startup+3.10115 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27647
/proc/meminfo: memFree=1366320/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=1.66
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 317 9079 0 0 0 0 156 10 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27647] ppid=27644 vsize=25156 CPUtime=1.41
/proc/27647/stat : 27647 (revival) R 27644 27644 27200 0 -1 4194304 8443 0 0 0 138 3 0 0 25 0 1 50000 243403939 25759744 5564 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27647/statm: 6289 5564 85 6 0 5927 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30516

[startup+6.30144 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27647
/proc/meminfo: memFree=1364016/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=1.66
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 317 9079 0 0 0 0 156 10 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27647] ppid=27644 vsize=27312 CPUtime=4.6
/proc/27647/stat : 27647 (revival) R 27644 27644 27200 0 -1 4194304 8861 0 0 0 456 4 0 0 25 0 1 50000 243403939 27967488 5982 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27647/statm: 6828 5982 85 6 0 6466 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32672

[startup+12.702 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27647
/proc/meminfo: memFree=1362352/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=1.66
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 317 9079 0 0 0 0 156 10 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27647] ppid=27644 vsize=29596 CPUtime=11
/proc/27647/stat : 27647 (revival) R 27644 27644 27200 0 -1 4194304 9259 0 0 0 1096 4 0 0 25 0 1 50000 243403939 30306304 6380 1992294400 134512640 134537284 4294956384 18446744073709551615 134523727 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27647/statm: 7399 6380 85 6 0 7037 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 34956

[startup+25.5012 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27647
/proc/meminfo: memFree=1360752/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=1.66
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 317 9079 0 0 0 0 156 10 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27647] ppid=27644 vsize=32044 CPUtime=23.79
/proc/27647/stat : 27647 (revival) R 27644 27644 27200 0 -1 4194304 9681 0 0 0 2375 4 0 0 25 0 1 50000 243403939 32813056 6802 1992294400 134512640 134537284 4294956384 18446744073709551615 134523948 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27647/statm: 8011 6802 85 6 0 7649 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 37404

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

[startup+38.3013 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27647
/proc/meminfo: memFree=1360304/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=1.66
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 317 9079 0 0 0 0 156 10 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27647] ppid=27644 vsize=32700 CPUtime=36.58
/proc/27647/stat : 27647 (revival) R 27644 27644 27200 0 -1 4194304 9771 0 0 0 3653 5 0 0 25 0 1 50000 243403939 33484800 6892 1992294400 134512640 134537284 4294956384 18446744073709551615 134515806 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27647/statm: 8175 6892 85 6 0 7813 0
Current children cumulated CPU time (s) 38.24
Current children cumulated vsize (KiB) 38060

[startup+44.7019 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27647
/proc/meminfo: memFree=1360176/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=1.66
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 317 9079 0 0 0 0 156 10 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27647] ppid=27644 vsize=32864 CPUtime=42.98
/proc/27647/stat : 27647 (revival) R 27644 27644 27200 0 -1 4194304 9795 0 0 0 4293 5 0 0 25 0 1 50000 243403939 33652736 6916 1992294400 134512640 134537284 4294956384 18446744073709551615 134523742 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27647/statm: 8216 6916 85 6 0 7854 0
Current children cumulated CPU time (s) 44.64
Current children cumulated vsize (KiB) 38224

[startup+47.9022 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27647
/proc/meminfo: memFree=1360240/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=1.66
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 317 9079 0 0 0 0 156 10 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27647] ppid=27644 vsize=32864 CPUtime=46.17
/proc/27647/stat : 27647 (revival) R 27644 27644 27200 0 -1 4194304 9795 0 0 0 4612 5 0 0 25 0 1 50000 243403939 33652736 6916 1992294400 134512640 134537284 4294956384 18446744073709551615 134523751 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27647/statm: 8216 6916 85 6 0 7854 0
Current children cumulated CPU time (s) 47.83
Current children cumulated vsize (KiB) 38224

[startup+49.5053 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27647
/proc/meminfo: memFree=1360240/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=1.66
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 317 9079 0 0 0 0 156 10 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27647] ppid=27644 vsize=32864 CPUtime=47.78
/proc/27647/stat : 27647 (revival) R 27644 27644 27200 0 -1 4194304 9795 0 0 0 4773 5 0 0 25 0 1 50000 243403939 33652736 6916 1992294400 134512640 134537284 4294956384 18446744073709551615 134523857 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27647/statm: 8216 6916 85 6 0 7854 0
Current children cumulated CPU time (s) 49.44
Current children cumulated vsize (KiB) 38224

[startup+50.3014 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27647
/proc/meminfo: memFree=1360240/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=1.66
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 317 9079 0 0 0 0 156 10 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27647] ppid=27644 vsize=32876 CPUtime=48.56
/proc/27647/stat : 27647 (revival) R 27644 27644 27200 0 -1 4194304 9809 0 0 0 4848 8 0 0 25 0 1 50000 243403939 33665024 6930 1992294400 134512640 134537284 4294956384 18446744073709551615 4294960144 0 0 4096 8192 0 0 0 17 1 0 0
/proc/27647/statm: 8219 6930 97 6 0 7857 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 38236

[startup+50.7014 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27648
/proc/meminfo: memFree=1368944/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=50.31
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 343 18889 0 0 0 0 5011 20 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27648] ppid=27644 vsize=18920 CPUtime=0.31
/proc/27648/stat : 27648 (minisat) R 27644 27644 27200 0 -1 4194304 4405 0 0 0 29 2 0 0 19 0 1 0 243408810 19374080 4389 1992294400 134512640 135212939 4294956240 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/27648/statm: 4730 4389 56 170 0 4558 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 24280

[startup+50.9014 s]
/proc/loadavg: 0.99 1.00 0.96 2/66 27648
/proc/meminfo: memFree=1368944/2055920 swapFree=4150108/4192956
[pid=27644] ppid=27642 vsize=5360 CPUtime=50.31
/proc/27644/stat : 27644 (run.sh) S 27642 27644 27200 0 -1 4194304 343 18889 0 0 0 0 5011 20 16 0 1 0 243403772 5488640 241 1992294400 4194304 4889804 548682068784 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27644/statm: 1340 241 197 169 0 51 0
[pid=27648] ppid=27644 vsize=25132 CPUtime=0.51
/proc/27648/stat : 27648 (minisat) R 27644 27644 27200 0 -1 4194304 5974 0 0 0 48 3 0 0 21 0 1 0 243408810 25735168 5958 1992294400 134512640 135212939 4294956240 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/27648/statm: 6283 5958 72 170 0 6111 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 30492

Child status: 10
Real time (s): 50.9845
CPU time (s): 50.9283
CPU user time (s): 50.6833
CPU system time (s): 0.244962
CPU usage (%): 99.8897
Max. virtual memory (cumulated for all children) (KiB): 43504

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

runsolver used 0.046992 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-12 20:42:43
IDJOB=1806952
IDBENCH=71134
IDSOLVER=648
FILE ID=node51/1806952-1242153762
PBS_JOBID= 9289673
Free space on /tmp= 66236 MiB

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

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

MD5SUM BENCH= 1fdca9b41a2ccb9f1b1754fb775769f0
RANDOM SEED=1864164508

node51.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.214
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.214
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:       1399968 kB
Buffers:         46408 kB
Cached:         496836 kB
SwapCached:      36660 kB
Active:          69032 kB
Inactive:       512812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1399968 kB
SwapTotal:     4192956 kB
SwapFree:      4150108 kB
Dirty:           12788 kB
Writeback:           0 kB
Mapped:          14028 kB
Slab:            60188 kB
Committed_AS:   725324 kB
PageTables:       1392 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= 66212 MiB
End job on node51 at 2009-05-12 20:43:34