Trace number 425203

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, and are wall clock time (not CPU 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
SAT7 2007-02-08SAT 2745.6 2746.51

General information on the benchmark

Namerandom/OnTreshold/5SAT/v100/
unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
MD5SUMc3a60c73a856b19b59d723c0a3c76b1b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.107982
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.01	c Starting solver ...
0.00/0.01	c Restarting after 101 conflicts
0.00/0.02	c Restarting after 251 conflicts
0.00/0.03	c Restarting after 476 conflicts
0.00/0.04	c Restarting after 813 conflicts
0.05/0.06	c Restarting after 1321 conflicts
0.05/0.10	c Restarting after 2080 conflicts
0.09/0.15	c Restarting after 3220 conflicts
0.19/0.22	c Restarting after 4929 conflicts
0.29/0.34	c Restarting after 7492 conflicts
0.49/0.53	c Restarting after 11336 conflicts
0.79/0.82	c Restarting after 17102 conflicts
1.19/1.27	c Restarting after 25751 conflicts
1.89/1.96	c Restarting after 38725 conflicts
2.99/3.02	c Restarting after 58186 conflicts
4.59/4.67	c Restarting after 87378 conflicts
7.09/7.20	c Restarting after 131167 conflicts
11.09/11.11	c Restarting after 196851 conflicts
17.09/17.16	c Restarting after 295378 conflicts
26.78/26.84	c Restarting after 443167 conflicts
41.58/41.61	c Restarting after 664850 conflicts
64.88/64.99	c Restarting after 997375 conflicts
101.36/101.43	c Restarting after 1496163 conflicts
158.64/158.79	c Restarting after 2244347 conflicts
247.61/247.70	c Restarting after 3366622 conflicts
388.68/388.84	c Restarting after 5050033 conflicts
611.11/611.32	c Restarting after 7575149 conflicts
965.70/966.08	c Restarting after 11362824 conflicts
1529.45/1530.10	c Restarting after 17044336 conflicts
2435.18/2436.05	c Restarting after 25566605 conflicts
2745.59/2746.50	s SATISFIABLE
2745.59/2746.50	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 67 -68 69 -70 71 72 73 74 -75 -76 -77 -78 -79 80 81 82 -83 -84 -85 86 87 -88 89 -90 91 -92 93 -94 95 96 97 -98 -99 -100 
2745.59/2746.50	v 0

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node62/watcher-425203-1177627405 -o ROOT/results/node62/solver-425203-1177627405 -C 5000 -W 7500 -M 1800 --output-limit 1,15 /tmp/evaluation/425203-1177627405/sat7_bin /tmp/evaluation/425203-1177627405/instance-425203-1177627405.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 7500 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 27381
/proc/meminfo: memFree=1500720/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=1064 CPUtime=0
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 129 0 0 0 0 0 0 0 18 0 1 0 81316498 1089536 113 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134712460 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 266 114 87 220 0 43 0

[startup+0.057996 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 27381
/proc/meminfo: memFree=1500720/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=1460 CPUtime=0.05
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 206 0 0 0 5 0 0 0 18 0 1 0 81316498 1495040 190 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529396 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 365 190 95 220 0 142 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1460

[startup+0.102 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 27381
/proc/meminfo: memFree=1500720/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=1460 CPUtime=0.09
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 217 0 0 0 9 0 0 0 18 0 1 0 81316498 1495040 201 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 365 201 95 220 0 142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1460

[startup+0.302024 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 27381
/proc/meminfo: memFree=1500720/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=1460 CPUtime=0.29
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 245 0 0 0 29 0 0 0 19 0 1 0 81316498 1495040 229 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 365 229 95 220 0 142 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1460

[startup+0.70107 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 27381
/proc/meminfo: memFree=1500720/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=2108 CPUtime=0.69
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 267 0 0 0 69 0 0 0 23 0 1 0 81316498 2158592 251 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536397 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 527 251 95 220 0 304 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2108

[startup+1.50116 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1500008/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=2108 CPUtime=1.49
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 299 0 0 0 149 0 0 0 25 0 1 0 81316498 2158592 283 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 527 283 95 220 0 304 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2108

[startup+3.10135 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1499752/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=2108 CPUtime=3.09
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 331 0 0 0 309 0 0 0 25 0 1 0 81316498 2158592 315 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532373 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 527 315 95 220 0 304 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2108

[startup+6.30273 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1499432/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=2240 CPUtime=6.29
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 384 0 0 0 629 0 0 0 25 0 1 0 81316498 2293760 368 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 560 368 95 220 0 337 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2240

[startup+12.7015 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1499112/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=2372 CPUtime=12.69
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 452 0 0 0 1269 0 0 0 25 0 1 0 81316498 2428928 436 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 593 436 95 220 0 370 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2372

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1498728/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=2636 CPUtime=25.49
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 528 0 0 0 2549 0 0 0 25 0 1 0 81316498 2699264 512 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525536 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 659 512 95 220 0 436 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2636

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1498472/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=3800 CPUtime=51.08
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 601 0 0 0 5108 0 0 0 25 0 1 0 81316498 3891200 585 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 950 585 95 220 0 727 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3800

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1498088/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=4088 CPUtime=102.26
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 690 0 0 0 10226 0 0 0 25 0 1 0 81316498 4186112 674 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532419 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1022 674 95 220 0 799 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 4088

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1497704/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=4512 CPUtime=162.24
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 780 0 0 0 16224 0 0 0 25 0 1 0 81316498 4620288 764 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1128 764 95 220 0 905 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 4512

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1497384/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=4656 CPUtime=222.22
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 850 0 0 0 22222 0 0 0 25 0 1 0 81316498 4767744 834 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1164 834 95 220 0 941 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 4656

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1497000/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=4800 CPUtime=282.2
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 936 0 0 0 28220 0 0 0 25 0 1 0 81316498 4915200 920 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1200 920 95 220 0 977 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 4800

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1496808/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=4944 CPUtime=342.19
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 968 0 0 0 34218 1 0 0 25 0 1 0 81316498 5062656 952 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529318 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1236 952 95 220 0 1013 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 4944

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1496680/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=5088 CPUtime=402.18
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1004 0 0 0 40217 1 0 0 25 0 1 0 81316498 5210112 988 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1272 988 95 220 0 1049 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 5088

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1496616/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=5088 CPUtime=462.16
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1022 0 0 0 46215 1 0 0 25 0 1 0 81316498 5210112 1006 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1272 1006 95 220 0 1049 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 5088

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1496552/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=5088 CPUtime=522.14
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1033 0 0 0 52213 1 0 0 25 0 1 0 81316498 5210112 1017 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1272 1017 95 220 0 1049 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 5088

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27382
/proc/meminfo: memFree=1496488/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=5088 CPUtime=582.12
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1047 0 0 0 58211 1 0 0 25 0 1 0 81316498 5210112 1031 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532512 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1272 1031 95 220 0 1049 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 5088

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27384
/proc/meminfo: memFree=1496232/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=5088 CPUtime=642.1
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1065 0 0 0 64209 1 0 0 25 0 1 0 81316498 5210112 1049 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532481 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 1272 1049 95 220 0 1049 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 5088


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

/proc/meminfo: memFree=1495016/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8348 CPUtime=1901.64
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1382 0 0 0 190159 5 0 0 25 0 1 0 81316498 8548352 1366 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2087 1366 95 220 0 1864 0
Current children cumulated CPU time (s) 1901.64
Current children cumulated vsize (KiB) 8348

[startup+1962.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1495016/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8348 CPUtime=1961.62
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1390 0 0 0 196157 5 0 0 25 0 1 0 81316498 8548352 1374 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2087 1374 95 220 0 1864 0
Current children cumulated CPU time (s) 1961.62
Current children cumulated vsize (KiB) 8348

[startup+2022.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1495016/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8348 CPUtime=2021.61
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1392 0 0 0 202155 6 0 0 25 0 1 0 81316498 8548352 1376 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538673 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2087 1376 95 220 0 1864 0
Current children cumulated CPU time (s) 2021.61
Current children cumulated vsize (KiB) 8348

[startup+2082.31 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494888/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8508 CPUtime=2081.59
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1408 0 0 0 208153 6 0 0 25 0 1 0 81316498 8712192 1392 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2127 1392 95 220 0 1904 0
Current children cumulated CPU time (s) 2081.59
Current children cumulated vsize (KiB) 8508

[startup+2142.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494888/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8508 CPUtime=2141.57
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1420 0 0 0 214151 6 0 0 25 0 1 0 81316498 8712192 1404 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2127 1404 95 220 0 1904 0
Current children cumulated CPU time (s) 2141.57
Current children cumulated vsize (KiB) 8508

[startup+2202.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494888/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8508 CPUtime=2201.55
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1421 0 0 0 220149 6 0 0 25 0 1 0 81316498 8712192 1405 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2127 1405 95 220 0 1904 0
Current children cumulated CPU time (s) 2201.55
Current children cumulated vsize (KiB) 8508

[startup+2262.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494888/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8668 CPUtime=2261.54
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1433 0 0 0 226147 7 0 0 25 0 1 0 81316498 8876032 1417 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532514 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2167 1417 95 220 0 1944 0
Current children cumulated CPU time (s) 2261.54
Current children cumulated vsize (KiB) 8668

[startup+2322.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494760/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8668 CPUtime=2321.52
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1446 0 0 0 232145 7 0 0 25 0 1 0 81316498 8876032 1430 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2167 1430 95 220 0 1944 0
Current children cumulated CPU time (s) 2321.52
Current children cumulated vsize (KiB) 8668

[startup+2382.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494696/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8668 CPUtime=2381.5
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1457 0 0 0 238143 7 0 0 25 0 1 0 81316498 8876032 1441 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2167 1441 95 220 0 1944 0
Current children cumulated CPU time (s) 2381.5
Current children cumulated vsize (KiB) 8668

[startup+2442.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494632/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8828 CPUtime=2441.48
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1479 0 0 0 244141 7 0 0 25 0 1 0 81316498 9039872 1463 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2207 1463 95 220 0 1984 0
Current children cumulated CPU time (s) 2441.48
Current children cumulated vsize (KiB) 8828

[startup+2502.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494568/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8828 CPUtime=2501.46
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1493 0 0 0 250139 7 0 0 25 0 1 0 81316498 9039872 1477 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532675 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2207 1477 95 220 0 1984 0
Current children cumulated CPU time (s) 2501.46
Current children cumulated vsize (KiB) 8828

[startup+2562.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494504/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8988 CPUtime=2561.45
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1511 0 0 0 256137 8 0 0 25 0 1 0 81316498 9203712 1495 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532358 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2247 1495 95 220 0 2024 0
Current children cumulated CPU time (s) 2561.45
Current children cumulated vsize (KiB) 8988

[startup+2622.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494440/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8988 CPUtime=2621.43
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1522 0 0 0 262135 8 0 0 25 0 1 0 81316498 9203712 1506 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2247 1506 95 220 0 2024 0
Current children cumulated CPU time (s) 2621.43
Current children cumulated vsize (KiB) 8988

[startup+2682.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494376/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8988 CPUtime=2681.41
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1530 0 0 0 268133 8 0 0 25 0 1 0 81316498 9203712 1514 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2247 1514 95 220 0 2024 0
Current children cumulated CPU time (s) 2681.41
Current children cumulated vsize (KiB) 8988

[startup+2742.31 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494376/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8988 CPUtime=2741.39
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1533 0 0 0 274131 8 0 0 25 0 1 0 81316498 9203712 1517 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2247 1517 95 220 0 2024 0
Current children cumulated CPU time (s) 2741.39
Current children cumulated vsize (KiB) 8988

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

[startup+2743.9 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494376/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8988 CPUtime=2742.99
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1533 0 0 0 274291 8 0 0 25 0 1 0 81316498 9203712 1517 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2247 1517 95 220 0 2024 0
Current children cumulated CPU time (s) 2742.99
Current children cumulated vsize (KiB) 8988

[startup+2745.5 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494376/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8988 CPUtime=2744.59
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1533 0 0 0 274451 8 0 0 25 0 1 0 81316498 9203712 1517 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532331 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2247 1517 95 220 0 2024 0
Current children cumulated CPU time (s) 2744.59
Current children cumulated vsize (KiB) 8988

[startup+2746.3 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494376/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8988 CPUtime=2745.39
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1533 0 0 0 274531 8 0 0 25 0 1 0 81316498 9203712 1517 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2247 1517 95 220 0 2024 0
Current children cumulated CPU time (s) 2745.39
Current children cumulated vsize (KiB) 8988

[startup+2746.5 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 27582
/proc/meminfo: memFree=1494376/2055920 swapFree=4184584/4192956
[pid=27381] ppid=27379 vsize=8988 CPUtime=2745.59
/proc/27381/stat : 27381 (sat7_bin) R 27379 27381 27090 0 -1 4194304 1533 0 0 0 274551 8 0 0 25 0 1 0 81316498 9203712 1517 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/27381/statm: 2247 1517 95 220 0 2024 0
Current children cumulated CPU time (s) 2745.59
Current children cumulated vsize (KiB) 8988

Child status: 10
Real time (s): 2746.51
CPU time (s): 2745.6
CPU user time (s): 2745.51
CPU system time (s): 0.089986
CPU usage (%): 99.9671
Max. virtual memory (cumulated for all children) (KiB): 8988

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

runsolver used 2.11068 second user time and 5.44017 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Thu Apr 26 22:43:25 UTC 2007

IDJOB= 425203
IDBENCH= 19851
IDSOLVER= 183
FILE ID= node62/425203-1177627405

PBS_JOBID= 4697230

Free space on /tmp= 66537 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v100/unif-k5-r21.3-v100-c2130-S804631280-01.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/425203-1177627405/sat7_bin /tmp/evaluation/425203-1177627405/instance-425203-1177627405.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-425203-1177627405 -o ROOT/results/node62/solver-425203-1177627405 -C 5000 -W 7500 -M 1800 --output-limit 1,15  /tmp/evaluation/425203-1177627405/sat7_bin /tmp/evaluation/425203-1177627405/instance-425203-1177627405.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  c3a60c73a856b19b59d723c0a3c76b1b

RANDOM SEED= 665053342

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.216
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.216
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:       1501192 kB
Buffers:         41740 kB
Cached:         437084 kB
SwapCached:       2548 kB
Active:         218776 kB
Inactive:       269908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1501192 kB
SwapTotal:     4192956 kB
SwapFree:      4184584 kB
Dirty:            1180 kB
Writeback:           0 kB
Mapped:          16272 kB
Slab:            52056 kB
Committed_AS:  1208948 kB
PageTables:       1460 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= 66537 MiB

End job on node62 on Thu Apr 26 23:29:12 UTC 2007