Trace number 424057

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
KCNFS 2004SAT 3722.29 3723.84

General information on the benchmark

Namerandom/OnTreshold/5SAT/v120/
unif-k5-r21.3-v120-c2556-S1191693850-19.SAT.shuffled.cnf
MD5SUMdc631c59c040d59e47dc468f5b5f4aea
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.016996
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	
0.00/0.01	c Computed by /tmp/evaluation/424057-1177630549/kcnfs-2004   V. 03/02/12
0.00/0.01	c Input file : '/tmp/evaluation/424057-1177630549/instance-424057-1177630549.cnf'
3722.25/3723.83	c [120 variables, 2556 clauses, ratio 21.30, mean occ 53, 5-SAT]
3722.25/3723.83	s SATISFIABLE
3722.25/3723.83	v   -58    31    32    33  -118
3722.25/3723.83	v    71   -93   107    28   -10
3722.25/3723.83	v   115   -43   -50     5     4
3722.25/3723.83	v    42   110    88  -120    83
3722.25/3723.83	v    82   101   -87  -117    17
3722.25/3723.83	v  -112    15   -52   -29  -113
3722.25/3723.83	v   106    51   102   -23   -55
3722.25/3723.83	v   108   -14   -80    35    63
3722.25/3723.83	v    11   -78    75    73    90
3722.25/3723.83	v   -65   -37     1    56    61
3722.25/3723.83	v    81   103    96    38   -26
3722.25/3723.83	v    77    68     6    16    59
3722.25/3723.83	v   100  -104   -40    47   111
3722.25/3723.83	v   -20   -70  -105   -67   -85
3722.25/3723.83	v    46   -25   -94   -30   -69
3722.25/3723.83	v    98   -54   -48    -9   -91
3722.25/3723.83	v   -36   -84    72   -95    86
3722.25/3723.83	v   -45   -76   -92    21    60
3722.25/3723.83	v   -39  -119   -27   116   -22
3722.25/3723.83	v   -24    97   -66    89    12
3722.25/3723.83	v     7   -62    74    53  -109
3722.25/3723.83	v   114    13     2    34   -49
3722.25/3723.83	v    57    79    18   -19    41
3722.25/3723.83	v    99     8    64    44     0
3722.25/3723.83	c Computation time    : 3722.770 seconds
3722.25/3723.83	c Execution time      : 3722.770 seconds
3722.25/3723.83	c Size of search tree : 11755330 nodes
3722.25/3723.83	

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/node10/watcher-424057-1177630549 -o ROOT/results/node10/solver-424057-1177630549 -C 5000 -W 7500 -M 1800 --output-limit 1,15 --use-pty /tmp/evaluation/424057-1177630549/kcnfs-2004 /tmp/evaluation/424057-1177630549/instance-424057-1177630549.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
Using a pseudo terminal to collect output from the solver
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 3/77 20254
/proc/meminfo: memFree=1682440/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=16056 CPUtime=0
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 102 0 0 0 0 0 0 0 18 0 1 0 239092410 16441344 83 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134614467 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4014 83 38 107 0 3903 0

[startup+0.0175379 s]
/proc/loadavg: 1.84 1.97 1.99 3/77 20254
/proc/meminfo: memFree=1682440/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=0.01
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 492 0 0 0 1 0 0 0 18 0 1 0 239092410 17575936 472 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134532407 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 472 60 107 0 4180 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 17164

[startup+0.101557 s]
/proc/loadavg: 1.84 1.97 1.99 3/77 20254
/proc/meminfo: memFree=1682440/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=0.09
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 494 0 0 0 9 0 0 0 18 0 1 0 239092410 17575936 474 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134579840 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 474 60 107 0 4180 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17164

[startup+0.301599 s]
/proc/loadavg: 1.84 1.97 1.99 3/77 20254
/proc/meminfo: memFree=1682440/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=0.29
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 495 0 0 0 29 0 0 0 19 0 1 0 239092410 17575936 475 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 475 60 107 0 4180 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17164

[startup+0.701685 s]
/proc/loadavg: 1.84 1.97 1.99 3/77 20254
/proc/meminfo: memFree=1682440/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=0.69
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 496 0 0 0 69 0 0 0 23 0 1 0 239092410 17575936 476 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528276 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 476 60 107 0 4180 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17164

[startup+1.50186 s]
/proc/loadavg: 1.84 1.97 1.99 2/78 20255
/proc/meminfo: memFree=1680704/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=1.49
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 496 0 0 0 149 0 0 0 25 0 1 0 239092410 17575936 476 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528276 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 476 60 107 0 4180 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17164

[startup+3.1012 s]
/proc/loadavg: 1.84 1.97 1.99 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3.09
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 496 0 0 0 309 0 0 0 25 0 1 0 239092410 17575936 476 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530212 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 476 60 107 0 4180 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17164

[startup+6.30189 s]
/proc/loadavg: 1.77 1.95 1.98 2/78 20255
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=6.29
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 496 0 0 0 629 0 0 0 25 0 1 0 239092410 17575936 476 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134533407 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 476 60 107 0 4180 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17164

[startup+12.7023 s]
/proc/loadavg: 1.71 1.93 1.98 2/78 20255
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=12.69
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 1269 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134533482 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17164

[startup+25.502 s]
/proc/loadavg: 1.55 1.89 1.96 2/78 20255
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=25.48
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 2548 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528712 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17164

[startup+51.1015 s]
/proc/loadavg: 1.36 1.82 1.94 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=51.07
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 5107 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134532835 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17164

[startup+102.306 s]
/proc/loadavg: 1.16 1.69 1.88 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=102.26
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 10226 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528631 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17164

[startup+162.302 s]
/proc/loadavg: 1.06 1.56 1.83 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=162.23
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 16223 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134560492 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17164

[startup+222.301 s]
/proc/loadavg: 1.02 1.45 1.77 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=222.2
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 22220 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134531877 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 17164

[startup+282.301 s]
/proc/loadavg: 1.00 1.37 1.72 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=282.18
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 28218 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134533467 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 17164

[startup+342.301 s]
/proc/loadavg: 1.00 1.30 1.67 2/78 20255
/proc/meminfo: memFree=1680640/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=342.15
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 34215 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134579628 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 17164

[startup+402.301 s]
/proc/loadavg: 1.00 1.24 1.63 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=402.13
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 40213 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528232 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 17164

[startup+462.301 s]
/proc/loadavg: 1.00 1.20 1.59 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=462.11
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 46211 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528710 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 17164

[startup+522.301 s]
/proc/loadavg: 1.00 1.16 1.54 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=522.08
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 52208 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134531954 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 17164

[startup+582.301 s]
/proc/loadavg: 1.00 1.13 1.51 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=582.06
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 58206 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134533490 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 17164

[startup+642.302 s]
/proc/loadavg: 1.00 1.10 1.47 2/78 20255
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=642.04
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 64204 0 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134580206 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 17164

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

/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3041.01
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 304095 6 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134529839 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3041.01
Current children cumulated vsize (KiB) 17164

[startup+3102.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/78 20453
/proc/meminfo: memFree=1680512/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3100.99
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 310093 6 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528195 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3100.99
Current children cumulated vsize (KiB) 17164

[startup+3162.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20453
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3160.96
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 316090 6 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134532491 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3160.96
Current children cumulated vsize (KiB) 17164

[startup+3222.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20453
/proc/meminfo: memFree=1680512/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3220.94
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 322088 6 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530711 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3220.94
Current children cumulated vsize (KiB) 17164

[startup+3282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20453
/proc/meminfo: memFree=1680512/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3280.92
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 328086 6 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530239 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3280.92
Current children cumulated vsize (KiB) 17164

[startup+3342.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20453
/proc/meminfo: memFree=1680512/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3340.9
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 334083 7 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528206 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3340.9
Current children cumulated vsize (KiB) 17164

[startup+3402.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20453
/proc/meminfo: memFree=1680576/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3400.87
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 340080 7 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134531036 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3400.87
Current children cumulated vsize (KiB) 17164

[startup+3462.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20453
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3460.85
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 346078 7 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528623 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3460.85
Current children cumulated vsize (KiB) 17164

[startup+3522.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20453
/proc/meminfo: memFree=1680512/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3520.82
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 352075 7 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530289 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3520.82
Current children cumulated vsize (KiB) 17164

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680320/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3580.8
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 358073 7 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530732 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3580.8
Current children cumulated vsize (KiB) 17164

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3640.77
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 364070 7 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528282 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3640.77
Current children cumulated vsize (KiB) 17164

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3700.75
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 370068 7 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134558112 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3700.75
Current children cumulated vsize (KiB) 17164

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

[startup+3711.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3710.35
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 371027 8 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528259 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3710.35
Current children cumulated vsize (KiB) 17164

[startup+3718.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3716.75
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 371667 8 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530212 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3716.75
Current children cumulated vsize (KiB) 17164

[startup+3721.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3719.95
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 371987 8 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134531971 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3719.95
Current children cumulated vsize (KiB) 17164

[startup+3723.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3721.55
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 372147 8 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528094 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3721.55
Current children cumulated vsize (KiB) 17164

[startup+3723.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3721.95
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 372187 8 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530826 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3721.95
Current children cumulated vsize (KiB) 17164

[startup+3723.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3722.15
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 372207 8 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530359 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3722.15
Current children cumulated vsize (KiB) 17164

[startup+3723.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 20455
/proc/meminfo: memFree=1680448/2055920 swapFree=4145444/4192956
[pid=20254] ppid=20252 vsize=17164 CPUtime=3722.25
/proc/20254/stat : 20254 (kcnfs-2004) R 20252 20254 19640 0 -1 0 497 0 0 0 372217 8 0 0 25 0 1 0 239092410 17575936 477 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134579837 0 0 4096 0 0 0 0 17 1 0 0
/proc/20254/statm: 4291 477 60 107 0 4180 0
Current children cumulated CPU time (s) 3722.25
Current children cumulated vsize (KiB) 17164

Child status: 10
Real time (s): 3723.84
CPU time (s): 3722.29
CPU user time (s): 3722.21
CPU system time (s): 0.082987
CPU usage (%): 99.9584
Max. virtual memory (cumulated for all children) (KiB): 17164

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

runsolver used 2.82257 second user time and 7.95479 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Thu Apr 26 23:35:49 UTC 2007

IDJOB= 424057
IDBENCH= 19858
IDSOLVER= 194
FILE ID= node10/424057-1177630549

PBS_JOBID= 4697233

Free space on /tmp= 66324 MiB

SOLVER NAME= KCNFS 2004
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v120/unif-k5-r21.3-v120-c2556-S1191693850-19.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/424057-1177630549/kcnfs-2004 /tmp/evaluation/424057-1177630549/instance-424057-1177630549.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-424057-1177630549 -o ROOT/results/node10/solver-424057-1177630549 -C 5000 -W 7500 -M 1800 --output-limit 1,15 --use-pty /tmp/evaluation/424057-1177630549/kcnfs-2004 /tmp/evaluation/424057-1177630549/instance-424057-1177630549.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  dc631c59c040d59e47dc468f5b5f4aea

RANDOM SEED= 231266728

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1682912 kB
Buffers:         46040 kB
Cached:         237460 kB
SwapCached:      15700 kB
Active:         142384 kB
Inactive:       164740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1682912 kB
SwapTotal:     4192956 kB
SwapFree:      4145444 kB
Dirty:            3224 kB
Writeback:           0 kB
Mapped:          30428 kB
Slab:            51472 kB
Committed_AS:  3777188 kB
PageTables:       1712 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= 66324 MiB

End job on node10 on Fri Apr 27 00:37:53 UTC 2007