Trace number 424068

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 2331.03 2331.79

General information on the benchmark

Namerandom/OnTreshold/5SAT/v110/
unif-k5-r21.3-v110-c2343-S2094099432-08.SAT.shuffled.cnf
MD5SUMf3499b88ec490ed112ebd1c4b8c12b73
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of clauses2343
Sum of the clauses size11715
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 52343
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/424068-1177638129/kcnfs-2004   V. 03/02/12
0.00/0.01	c Input file : '/tmp/evaluation/424068-1177638129/instance-424068-1177638129.cnf'
2330.93/2331.78	c [110 variables, 2343 clauses, ratio 21.30, mean occ 53, 5-SAT]
2330.93/2331.78	s SATISFIABLE
2330.93/2331.78	v    23    90    92    32    63
2330.93/2331.78	v   -69   -47    27    35   -79
2330.93/2331.78	v     3    98    28   102   -30
2330.93/2331.78	v    87   -80   109   -15    43
2330.93/2331.78	v   -96     9   106   -13    50
2330.93/2331.78	v    41    -5   -71   -53    91
2330.93/2331.78	v     6   -48    39   -38    -2
2330.93/2331.78	v    12   -31    55  -103   101
2330.93/2331.78	v    42    34    56  -104   -99
2330.93/2331.78	v    29   -67    51   110    54
2330.93/2331.78	v   -88     7   -52    18     1
2330.93/2331.78	v   -83   -22   -68   -86    62
2330.93/2331.78	v    24    49  -107   -97    85
2330.93/2331.78	v   -11    59   108   -33    36
2330.93/2331.78	v   -46    40   -21   -73   -95
2330.93/2331.78	v    14   -72   -82    93   -45
2330.93/2331.78	v    25    84    76    57   -78
2330.93/2331.78	v    37   -61   -77    17   -20
2330.93/2331.78	v   -44   105   -58    -8    60
2330.93/2331.78	v    65   -19    66    10   -94
2330.93/2331.78	v   -89   -81  -100   -70   -16
2330.93/2331.78	v   -26   -74    64    -4    75
2330.93/2331.78	v     0
2330.93/2331.78	c Computation time    : 2331.290 seconds
2330.93/2331.78	c Execution time      : 2331.290 seconds
2330.93/2331.78	c Size of search tree : 7483723 nodes
2330.93/2331.78	

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/node12/watcher-424068-1177638129 -o ROOT/results/node12/solver-424068-1177638129 -C 5000 -W 7500 -M 1800 --output-limit 1,15 --use-pty /tmp/evaluation/424068-1177638129/kcnfs-2004 /tmp/evaluation/424068-1177638129/instance-424068-1177638129.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: 2.02 2.01 1.91 2/77 4356
/proc/meminfo: memFree=1634656/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=16052 CPUtime=0
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 101 0 0 0 0 0 0 0 18 0 1 0 239850308 16437248 82 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134630404 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4013 82 38 107 0 3902 0

[startup+0.0514279 s]
/proc/loadavg: 2.02 2.01 1.91 2/77 4356
/proc/meminfo: memFree=1634656/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=0.04
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 465 0 0 0 4 0 0 0 18 0 1 0 239850308 17469440 445 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134579702 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 445 60 107 0 4154 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17060

[startup+0.101433 s]
/proc/loadavg: 2.02 2.01 1.91 2/77 4356
/proc/meminfo: memFree=1634656/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=0.09
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 465 0 0 0 9 0 0 0 18 0 1 0 239850308 17469440 445 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134531787 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 445 60 107 0 4154 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17060

[startup+0.301452 s]
/proc/loadavg: 2.02 2.01 1.91 2/77 4356
/proc/meminfo: memFree=1634656/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=0.29
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 465 0 0 0 29 0 0 0 20 0 1 0 239850308 17469440 445 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528795 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 445 60 107 0 4154 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17060

[startup+0.701492 s]
/proc/loadavg: 2.02 2.01 1.91 2/77 4356
/proc/meminfo: memFree=1634656/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=0.69
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 465 0 0 0 69 0 0 0 24 0 1 0 239850308 17469440 445 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 445 60 107 0 4154 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17060

[startup+1.50157 s]
/proc/loadavg: 2.02 2.01 1.91 2/78 4357
/proc/meminfo: memFree=1633112/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=1.49
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 466 0 0 0 149 0 0 0 25 0 1 0 239850308 17469440 446 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528718 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 446 60 107 0 4154 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17060

[startup+3.10173 s]
/proc/loadavg: 1.94 2.00 1.91 2/78 4357
/proc/meminfo: memFree=1632920/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=3.09
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 309 0 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528623 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17060

[startup+6.30105 s]
/proc/loadavg: 1.94 2.00 1.91 2/78 4357
/proc/meminfo: memFree=1632792/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=6.29
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 629 0 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134533107 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17060

[startup+12.7017 s]
/proc/loadavg: 1.80 1.96 1.90 2/78 4357
/proc/meminfo: memFree=1632792/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=12.69
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 1269 0 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530791 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17060

[startup+25.502 s]
/proc/loadavg: 1.67 1.93 1.89 2/78 4357
/proc/meminfo: memFree=1632856/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=25.48
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 2548 0 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134531230 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17060

[startup+51.1015 s]
/proc/loadavg: 1.44 1.86 1.86 2/78 4357
/proc/meminfo: memFree=1632920/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=51.08
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 5108 0 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528948 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17060

[startup+102.306 s]
/proc/loadavg: 1.17 1.71 1.81 2/78 4357
/proc/meminfo: memFree=1632920/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=102.26
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 10226 0 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528257 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 17060

[startup+162.302 s]
/proc/loadavg: 1.06 1.58 1.76 2/78 4357
/proc/meminfo: memFree=1632920/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=162.24
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 16224 0 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134534162 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 17060

[startup+222.302 s]
/proc/loadavg: 1.02 1.47 1.71 2/78 4357
/proc/meminfo: memFree=1632856/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=222.23
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 22222 1 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528112 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17060

[startup+282.302 s]
/proc/loadavg: 1.01 1.38 1.66 2/78 4357
/proc/meminfo: memFree=1632856/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=282.21
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 28220 1 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528957 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 17060

[startup+342.302 s]
/proc/loadavg: 1.00 1.31 1.62 2/78 4357
/proc/meminfo: memFree=1632792/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=342.19
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 34218 1 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528673 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 17060

[startup+402.302 s]
/proc/loadavg: 1.00 1.25 1.58 2/78 4357
/proc/meminfo: memFree=1632792/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=402.18
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 40217 1 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134531045 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 17060

[startup+462.302 s]
/proc/loadavg: 1.00 1.20 1.54 2/78 4357
/proc/meminfo: memFree=1632856/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=462.16
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 46215 1 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530262 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 17060

[startup+522.302 s]
/proc/loadavg: 1.00 1.17 1.50 2/78 4357
/proc/meminfo: memFree=1632920/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=522.14
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 52213 1 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134533122 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 17060

[startup+582.302 s]
/proc/loadavg: 1.00 1.13 1.47 2/78 4357
/proc/meminfo: memFree=1632920/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=582.13
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 58211 2 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528376 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 17060

[startup+642.302 s]
/proc/loadavg: 1.10 1.14 1.44 2/78 4357
/proc/meminfo: memFree=1632920/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=642.12
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 64210 2 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528139 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 17060

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

/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=1601.73
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 160167 6 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528274 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 17060

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=1661.71
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 166165 6 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528948 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 1661.71
Current children cumulated vsize (KiB) 17060

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=1721.7
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 172164 6 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134579529 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 1721.7
Current children cumulated vsize (KiB) 17060

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=1781.68
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 178162 6 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134532751 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 1781.68
Current children cumulated vsize (KiB) 17060

[startup+1842.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/78 5031
/proc/meminfo: memFree=1632600/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=1841.67
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 184160 7 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528801 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 1841.67
Current children cumulated vsize (KiB) 17060

[startup+1902.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/78 5031
/proc/meminfo: memFree=1632600/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=1901.65
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 190158 7 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134534485 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 1901.65
Current children cumulated vsize (KiB) 17060

[startup+1962.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=1961.64
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 196157 7 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528795 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 1961.64
Current children cumulated vsize (KiB) 17060

[startup+2022.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2021.61
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 202154 7 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134533904 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2021.61
Current children cumulated vsize (KiB) 17060

[startup+2082.31 s]
/proc/loadavg: 1.00 1.00 1.07 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2081.6
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 208153 7 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528112 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2081.6
Current children cumulated vsize (KiB) 17060

[startup+2142.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2141.58
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 214151 7 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530711 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2141.58
Current children cumulated vsize (KiB) 17060

[startup+2202.3 s]
/proc/loadavg: 1.00 1.00 1.06 2/78 5031
/proc/meminfo: memFree=1632728/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2201.56
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 220149 7 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134531877 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2201.56
Current children cumulated vsize (KiB) 17060

[startup+2262.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2261.55
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 226147 8 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528695 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2261.55
Current children cumulated vsize (KiB) 17060

[startup+2322.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2321.54
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 232146 8 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2321.54
Current children cumulated vsize (KiB) 17060

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

[startup+2323.1 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2322.34
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 232226 8 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528282 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2322.34
Current children cumulated vsize (KiB) 17060

[startup+2326.3 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2325.53
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 232545 8 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134533887 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2325.53
Current children cumulated vsize (KiB) 17060

[startup+2329.5 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2328.73
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 232865 8 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134533473 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2328.73
Current children cumulated vsize (KiB) 17060

[startup+2331.1 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2330.33
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 233025 8 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134579679 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2330.33
Current children cumulated vsize (KiB) 17060

[startup+2331.5 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2330.73
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 233065 8 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134528795 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2330.73
Current children cumulated vsize (KiB) 17060

[startup+2331.7 s]
/proc/loadavg: 1.00 1.00 1.05 2/78 5031
/proc/meminfo: memFree=1632664/2055920 swapFree=4160056/4192956
[pid=4356] ppid=4354 vsize=17060 CPUtime=2330.93
/proc/4356/stat : 4356 (kcnfs-2004) R 4354 4356 4062 0 -1 0 467 0 0 0 233085 8 0 0 25 0 1 0 239850308 17469440 447 18446744073709551615 134512640 134953336 4294956656 18446744073709551615 134530359 0 0 4096 0 0 0 0 17 1 0 0
/proc/4356/statm: 4265 447 60 107 0 4154 0
Current children cumulated CPU time (s) 2330.93
Current children cumulated vsize (KiB) 17060

Child status: 10
Real time (s): 2331.79
CPU time (s): 2331.03
CPU user time (s): 2330.94
CPU system time (s): 0.083987
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 17060

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

runsolver used 1.71874 second user time and 4.96425 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Fri Apr 27 01:42:09 UTC 2007

IDJOB= 424068
IDBENCH= 19872
IDSOLVER= 194
FILE ID= node12/424068-1177638129

PBS_JOBID= 4697289

Free space on /tmp= 66477 MiB

SOLVER NAME= KCNFS 2004
BENCH NAME= HOME/pub/bench/SAT07/random/OnTreshold/5SAT/v110/unif-k5-r21.3-v110-c2343-S2094099432-08.SAT.shuffled.cnf
COMMAND LINE= /tmp/evaluation/424068-1177638129/kcnfs-2004 /tmp/evaluation/424068-1177638129/instance-424068-1177638129.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-424068-1177638129 -o ROOT/results/node12/solver-424068-1177638129 -C 5000 -W 7500 -M 1800 --output-limit 1,15 --use-pty /tmp/evaluation/424068-1177638129/kcnfs-2004 /tmp/evaluation/424068-1177638129/instance-424068-1177638129.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  f3499b88ec490ed112ebd1c4b8c12b73

RANDOM SEED= 168585198

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1635128 kB
Buffers:         42264 kB
Cached:         286572 kB
SwapCached:      11572 kB
Active:         202140 kB
Inactive:       150044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1635128 kB
SwapTotal:     4192956 kB
SwapFree:      4160056 kB
Dirty:            3212 kB
Writeback:           0 kB
Mapped:          30368 kB
Slab:            54112 kB
Committed_AS:  6163064 kB
PageTables:       1792 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= 66497 MiB

End job on node12 on Fri Apr 27 02:21:01 UTC 2007