Trace number 319157

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 SMPUNSAT 499.241 254.016

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.11.unsat.cnf
MD5SUM90581094793af5fc10d4e4b9a10259ac
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark499.241
Satisfiable
(Un)Satisfiability was proved
Number of variables1400
Number of clauses4732
Sum of the clauses size12300
Maximum clause length21
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 22052
Number of clauses of size 32605
Number of clauses of size 427
Number of clauses of size 531
Number of clauses of size over 514

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/319157-1172973134/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.01	c Input file : '/tmp/evaluation/319157-1172973134/instance-319157-1172973134.cnf'
0.00/0.01	c [#vars: 1400, #clauses: 4732 , (1-21)-CNF]
0.00/0.01	c unit clauses propagate before processing (#clause: 4687)
0.00/0.01	c estimated distribution: 8 tasks
0.01/0.02	c [PID]: 2790 2791 2792 2793 2794 2795 2796
0.01/0.42	c [PID]: 2797
0.01/0.42	c real distribution: 8 tasks
404.76/202.96	c <2788> [2790: UNSAT][2794: UNSAT][2792: UNSAT][2791: UNSAT][2795: UNSAT]
482.59/241.96	c <2788> [2796: UNSAT][2793: UNSAT][2797: UNSAT]
499.20/254.01	s UNSATISFIABLE
499.20/254.01	c CPU time            : 499.170 seconds
499.20/254.01	c Elapsed Time        : 254.002 seconds
499.20/254.01	c Size of search tree : 1904142 nodes
499.20/254.01	c average speed       : 3814.693 nodes/sec.
499.20/254.01	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node43/watcher-319157-1172973134 -o ROOT/results/node43/solver-319157-1172973134 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/319157-1172973134/kcnfs-smp /tmp/evaluation/319157-1172973134/instance-319157-1172973134.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.91 0.97 0.96 2/64 2788
/proc/meminfo: memFree=1139504/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=180784 CPUtime=0
/proc/2788/stat : 2788 (kcnfs-smp) R 2786 2788 1726 0 -1 4194304 73 0 0 0 0 0 0 0 18 0 1 0 317269438 185122816 58 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134940206 0 0 4096 0 0 0 0 17 1 0 0
/proc/2788/statm: 45196 59 48 160 0 45034 0

[startup+0.0184701 s]
/proc/loadavg: 0.91 0.97 0.96 2/64 2788
/proc/meminfo: memFree=1139504/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) R 2786 2788 1726 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 317269438 185794560 517 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 1 0 0
/proc/2788/statm: 45360 517 65 160 0 45198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 181440

[startup+0.101489 s]
/proc/loadavg: 0.91 0.97 0.96 2/64 2788
/proc/meminfo: memFree=1139504/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) R 2786 2788 1726 0 -1 4194304 905 0 0 0 1 0 0 0 22 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 181440

[startup+0.301521 s]
/proc/loadavg: 0.91 0.97 0.96 2/64 2788
/proc/meminfo: memFree=1139504/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) R 2786 2788 1726 0 -1 4194304 905 0 0 0 1 0 0 0 22 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 181440

[startup+0.701588 s]
/proc/loadavg: 0.91 0.97 0.96 2/64 2788
/proc/meminfo: memFree=1139504/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1191 0 0 0 1 0 0 0 22 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 181440

[startup+1.50172 s]
/proc/loadavg: 0.91 0.97 0.96 9/73 2797
/proc/meminfo: memFree=1132000/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1191 0 0 0 1 0 0 0 22 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2790] ppid=2788 vsize=181440 CPUtime=0.61
/proc/2790/stat : 2790 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 160 0 0 0 61 0 0 0 25 0 1 0 317269439 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 2 0 0 0 17 1 0 0
/proc/2790/statm: 45360 529 69 160 0 45198 0
[pid=2791] ppid=2788 vsize=181440 CPUtime=0.4
/proc/2791/stat : 2791 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 153 0 0 0 40 0 0 0 23 0 1 0 317269440 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572655 0 0 4096 0 0 0 0 17 1 0 0
/proc/2791/statm: 45360 529 69 160 0 45198 0
[pid=2792] ppid=2788 vsize=181440 CPUtime=0.4
/proc/2792/stat : 2792 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 155 0 0 0 40 0 0 0 24 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567248 0 0 4096 2 0 0 0 17 1 0 0
/proc/2792/statm: 45360 529 69 160 0 45198 0
[pid=2793] ppid=2788 vsize=181440 CPUtime=0.39
/proc/2793/stat : 2793 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 159 0 0 0 39 0 0 0 25 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589648 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 45360 529 69 160 0 45198 0
[pid=2794] ppid=2788 vsize=181440 CPUtime=0.26
/proc/2794/stat : 2794 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 140 0 0 0 26 0 0 0 24 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567236 0 0 4096 2 0 0 0 17 1 0 0
/proc/2794/statm: 45360 529 69 160 0 45198 0
[pid=2795] ppid=2788 vsize=181440 CPUtime=0.34
/proc/2795/stat : 2795 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 156 0 0 0 34 0 0 0 25 0 1 0 317269471 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577072 0 0 4096 0 0 0 0 17 0 0 0
/proc/2795/statm: 45360 529 69 160 0 45198 0
[pid=2796] ppid=2788 vsize=181440 CPUtime=0.29
/proc/2796/stat : 2796 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 152 0 0 0 29 0 0 0 25 0 1 0 317269476 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577464 0 0 4096 2 0 0 0 17 0 0 0
/proc/2796/statm: 45360 529 69 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=0.21
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 162 0 0 0 21 0 0 0 25 0 1 0 317269479 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720511 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 45360 529 69 160 0 45198 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 1632960

[startup+3.10298 s]
/proc/loadavg: 0.91 0.97 0.96 9/73 2797
/proc/meminfo: memFree=1131680/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1191 0 0 0 1 0 0 0 22 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2790] ppid=2788 vsize=181440 CPUtime=1.01
/proc/2790/stat : 2790 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 165 0 0 0 101 0 0 0 25 0 1 0 317269439 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589626 0 0 4096 2 0 0 0 17 1 0 0
/proc/2790/statm: 45360 529 69 160 0 45198 0
[pid=2791] ppid=2788 vsize=181440 CPUtime=0.8
/proc/2791/stat : 2791 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 158 0 0 0 80 0 0 0 25 0 1 0 317269440 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572793 0 0 4096 0 0 0 0 17 1 0 0
/proc/2791/statm: 45360 529 69 160 0 45198 0
[pid=2792] ppid=2788 vsize=181440 CPUtime=0.8
/proc/2792/stat : 2792 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 155 0 0 0 80 0 0 0 25 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720296 0 0 4096 2 0 0 0 17 1 0 0
/proc/2792/statm: 45360 529 69 160 0 45198 0
[pid=2793] ppid=2788 vsize=181440 CPUtime=0.79
/proc/2793/stat : 2793 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 162 0 0 0 79 0 0 0 25 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572912 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 45360 529 69 160 0 45198 0
[pid=2794] ppid=2788 vsize=181440 CPUtime=0.66
/proc/2794/stat : 2794 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 148 0 0 0 66 0 0 0 25 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/2794/statm: 45360 529 69 160 0 45198 0
[pid=2795] ppid=2788 vsize=181440 CPUtime=0.74
/proc/2795/stat : 2795 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 160 0 0 0 74 0 0 0 25 0 1 0 317269471 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577649 0 0 4096 0 0 0 0 17 0 0 0
/proc/2795/statm: 45360 529 69 160 0 45198 0
[pid=2796] ppid=2788 vsize=181440 CPUtime=0.68
/proc/2796/stat : 2796 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 152 0 0 0 68 0 0 0 25 0 1 0 317269476 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567218 0 0 4096 2 0 0 0 17 0 0 0
/proc/2796/statm: 45360 529 69 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=0.61
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 163 0 0 0 61 0 0 0 25 0 1 0 317269479 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720595 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 45360 529 69 160 0 45198 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 1632960

[startup+6.30152 s]
/proc/loadavg: 1.47 1.08 1.00 9/73 2797
/proc/meminfo: memFree=1131360/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1191 0 0 0 1 0 0 0 22 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2790] ppid=2788 vsize=181440 CPUtime=1.81
/proc/2790/stat : 2790 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 168 0 0 0 181 0 0 0 25 0 1 0 317269439 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720519 0 0 4096 2 0 0 0 17 1 0 0
/proc/2790/statm: 45360 529 69 160 0 45198 0
[pid=2791] ppid=2788 vsize=181440 CPUtime=1.6
/proc/2791/stat : 2791 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 160 0 0 0 160 0 0 0 25 0 1 0 317269440 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 0 0 0 0 17 1 0 0
/proc/2791/statm: 45360 529 69 160 0 45198 0
[pid=2792] ppid=2788 vsize=181440 CPUtime=1.6
/proc/2792/stat : 2792 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 160 0 0 0 160 0 0 0 25 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577503 0 0 4096 2 0 0 0 17 1 0 0
/proc/2792/statm: 45360 529 69 160 0 45198 0
[pid=2793] ppid=2788 vsize=181440 CPUtime=1.59
/proc/2793/stat : 2793 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 166 0 0 0 159 0 0 0 25 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567508 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 45360 529 69 160 0 45198 0
[pid=2794] ppid=2788 vsize=181440 CPUtime=1.46
/proc/2794/stat : 2794 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 155 0 0 0 146 0 0 0 25 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720583 0 0 4096 2 0 0 0 17 1 0 0
/proc/2794/statm: 45360 529 69 160 0 45198 0
[pid=2795] ppid=2788 vsize=181440 CPUtime=1.54
/proc/2795/stat : 2795 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 160 0 0 0 154 0 0 0 25 0 1 0 317269471 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134696838 0 0 4096 0 0 0 0 17 0 0 0
/proc/2795/statm: 45360 529 69 160 0 45198 0
[pid=2796] ppid=2788 vsize=181440 CPUtime=1.47
/proc/2796/stat : 2796 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 155 0 0 0 147 0 0 0 25 0 1 0 317269476 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572839 0 0 4096 2 0 0 0 17 0 0 0
/proc/2796/statm: 45360 529 69 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=1.41
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 166 0 0 0 141 0 0 0 25 0 1 0 317269479 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577417 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 45360 529 69 160 0 45198 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 1632960

[startup+12.7026 s]
/proc/loadavg: 2.00 1.20 1.04 9/73 2797
/proc/meminfo: memFree=1131168/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1191 0 0 0 1 0 0 0 22 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2790] ppid=2788 vsize=181440 CPUtime=3.41
/proc/2790/stat : 2790 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 174 0 0 0 341 0 0 0 25 0 1 0 317269439 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577099 0 0 4096 2 0 0 0 17 1 0 0
/proc/2790/statm: 45360 529 69 160 0 45198 0
[pid=2791] ppid=2788 vsize=181440 CPUtime=3.2
/proc/2791/stat : 2791 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 164 0 0 0 320 0 0 0 25 0 1 0 317269440 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567601 0 0 4096 0 0 0 0 17 1 0 0
/proc/2791/statm: 45360 529 69 160 0 45198 0
[pid=2792] ppid=2788 vsize=181440 CPUtime=3.2
/proc/2792/stat : 2792 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 162 0 0 0 320 0 0 0 25 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589662 0 0 4096 2 0 0 0 17 1 0 0
/proc/2792/statm: 45360 529 69 160 0 45198 0
[pid=2793] ppid=2788 vsize=181440 CPUtime=3.19
/proc/2793/stat : 2793 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 167 0 0 0 319 0 0 0 25 0 1 0 317269441 185794560 530 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567508 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 45360 530 69 160 0 45198 0
[pid=2794] ppid=2788 vsize=181440 CPUtime=3.06
/proc/2794/stat : 2794 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 161 0 0 0 306 0 0 0 25 0 1 0 317269441 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589604 0 0 4096 2 0 0 0 17 1 0 0
/proc/2794/statm: 45360 529 69 160 0 45198 0
[pid=2795] ppid=2788 vsize=181440 CPUtime=3.14
/proc/2795/stat : 2795 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 164 0 0 0 314 0 0 0 25 0 1 0 317269471 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134545675 0 0 4096 0 0 0 0 17 0 0 0
/proc/2795/statm: 45360 529 69 160 0 45198 0
[pid=2796] ppid=2788 vsize=181440 CPUtime=3.04
/proc/2796/stat : 2796 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 160 0 0 0 304 0 0 0 25 0 1 0 317269476 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579723 0 0 4096 2 0 0 0 17 0 0 0
/proc/2796/statm: 45360 529 69 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=3.01
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 168 0 0 0 301 0 0 0 25 0 1 0 317269479 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577099 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 45360 529 69 160 0 45198 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 1632960

[startup+25.5017 s]
/proc/loadavg: 3.33 1.53 1.15 9/73 2797
/proc/meminfo: memFree=1131168/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1191 0 0 0 1 0 0 0 22 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2790] ppid=2788 vsize=181440 CPUtime=6.61
/proc/2790/stat : 2790 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 174 0 0 0 661 0 0 0 25 0 1 0 317269439 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720673 0 0 4096 2 0 0 0 17 1 0 0
/proc/2790/statm: 45360 529 69 160 0 45198 0
[pid=2791] ppid=2788 vsize=181440 CPUtime=6.4
/proc/2791/stat : 2791 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 167 0 0 0 640 0 0 0 25 0 1 0 317269440 185794560 529 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567521 0 0 4096 0 0 0 0 17 1 0 0
/proc/2791/statm: 45360 529 69 160 0 45198 0

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

/proc/meminfo: memFree=1130784/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=0.01
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1191 0 0 0 1 0 0 0 22 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2790] ppid=2788 vsize=181440 CPUtime=40.8
/proc/2790/stat : 2790 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 175 0 0 0 4080 0 0 0 25 0 1 0 317269439 185794560 530 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589717 0 0 4096 2 0 0 0 17 1 0 0
/proc/2790/statm: 45360 530 69 160 0 45198 0
[pid=2791] ppid=2788 vsize=181440 CPUtime=40.6
/proc/2791/stat : 2791 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 171 0 0 0 4060 0 0 0 25 0 1 0 317269440 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572730 0 0 4096 0 0 0 0 17 1 0 0
/proc/2791/statm: 45360 531 69 160 0 45198 0
[pid=2792] ppid=2788 vsize=181440 CPUtime=40.59
/proc/2792/stat : 2792 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 175 0 0 0 4059 0 0 0 25 0 1 0 317269441 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589678 0 0 4096 2 0 0 0 17 1 0 0
/proc/2792/statm: 45360 531 69 160 0 45198 0
[pid=2793] ppid=2788 vsize=181440 CPUtime=40.39
/proc/2793/stat : 2793 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 168 0 0 0 4039 0 0 0 25 0 1 0 317269441 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720504 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 45360 531 69 160 0 45198 0
[pid=2794] ppid=2788 vsize=181440 CPUtime=40.42
/proc/2794/stat : 2794 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 167 0 0 0 4042 0 0 0 25 0 1 0 317269441 185794560 530 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134698322 0 0 4096 2 0 0 0 17 1 0 0
/proc/2794/statm: 45360 530 69 160 0 45198 0
[pid=2795] ppid=2788 vsize=181440 CPUtime=40.34
/proc/2795/stat : 2795 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 172 0 0 0 4034 0 0 0 25 0 1 0 317269471 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720338 0 0 4096 0 0 0 0 17 0 0 0
/proc/2795/statm: 45360 531 69 160 0 45198 0
[pid=2796] ppid=2788 vsize=181440 CPUtime=40.31
/proc/2796/stat : 2796 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 168 0 0 0 4031 0 0 0 25 0 1 0 317269476 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720428 0 0 4096 2 0 0 0 17 0 0 0
/proc/2796/statm: 45360 531 69 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=40.28
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 4028 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 323.74
Current children cumulated vsize (KiB) 1632960

[startup+222.302 s]
/proc/loadavg: 7.52 4.56 2.42 7/71 2797
/proc/meminfo: memFree=1132144/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=106.1
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1192 392 0 0 1 0 10609 0 16 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2791] ppid=2788 vsize=181440 CPUtime=57.49
/proc/2791/stat : 2791 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 171 0 0 0 5749 0 0 0 25 0 1 0 317269440 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572623 0 0 4096 0 0 0 0 17 1 0 0
/proc/2791/statm: 45360 531 69 160 0 45198 0
[pid=2792] ppid=2788 vsize=181440 CPUtime=57.42
/proc/2792/stat : 2792 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 175 0 0 0 5742 0 0 0 25 0 1 0 317269441 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134632002 0 0 4096 2 0 0 0 17 1 0 0
/proc/2792/statm: 45360 531 69 160 0 45198 0
[pid=2793] ppid=2788 vsize=181440 CPUtime=55.69
/proc/2793/stat : 2793 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 168 0 0 0 5569 0 0 0 25 0 1 0 317269441 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720583 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 45360 531 69 160 0 45198 0
[pid=2795] ppid=2788 vsize=181440 CPUtime=55.64
/proc/2795/stat : 2795 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 172 0 0 0 5564 0 0 0 25 0 1 0 317269471 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589626 0 0 4096 0 0 0 0 17 1 0 0
/proc/2795/statm: 45360 531 69 160 0 45198 0
[pid=2796] ppid=2788 vsize=181440 CPUtime=55.61
/proc/2796/stat : 2796 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 168 0 0 0 5561 0 0 0 25 0 1 0 317269476 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720502 0 0 4096 2 0 0 0 17 0 0 0
/proc/2796/statm: 45360 531 69 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=55.52
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 5552 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 443.47
Current children cumulated vsize (KiB) 1270080

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

[startup+230.302 s]
/proc/loadavg: 7.20 4.59 2.45 6/70 2797
/proc/meminfo: memFree=1132920/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=165.26
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1192 591 0 0 1 0 16525 0 16 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2791] ppid=2788 vsize=181440 CPUtime=60.59
/proc/2791/stat : 2791 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 171 0 0 0 6059 0 0 0 25 0 1 0 317269440 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589655 0 0 4096 0 0 0 0 17 1 0 0
/proc/2791/statm: 45360 531 69 160 0 45198 0
[pid=2793] ppid=2788 vsize=181440 CPUtime=58.38
/proc/2793/stat : 2793 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 168 0 0 0 5838 0 0 0 25 0 1 0 317269441 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 0 0 0 0 17 0 0 0
/proc/2793/statm: 45360 531 69 160 0 45198 0
[pid=2795] ppid=2788 vsize=181440 CPUtime=58.8
/proc/2795/stat : 2795 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 172 0 0 0 5880 0 0 0 25 0 1 0 317269471 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577666 0 0 4096 0 0 0 0 17 1 0 0
/proc/2795/statm: 45360 531 69 160 0 45198 0
[pid=2796] ppid=2788 vsize=181440 CPUtime=58.21
/proc/2796/stat : 2796 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 168 0 0 0 5821 0 0 0 25 0 1 0 317269476 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 2 0 0 0 17 0 0 0
/proc/2796/statm: 45360 531 69 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=58.2
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 5820 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720398 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 459.44
Current children cumulated vsize (KiB) 1088640

[startup+243.107 s]
/proc/loadavg: 6.40 4.54 2.47 3/67 2797
/proc/meminfo: memFree=1135248/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=354.67
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1192 1174 0 0 1 0 35465 1 16 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2793] ppid=2788 vsize=181440 CPUtime=65.9
/proc/2793/stat : 2793 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 168 0 0 0 6590 0 0 0 25 0 1 0 317269441 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134698570 0 0 4096 0 0 0 0 17 1 0 0
/proc/2793/statm: 45360 531 69 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=64.43
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 6443 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577061 0 0 4096 0 0 0 0 17 0 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 485
Current children cumulated vsize (KiB) 544320

[startup+249.502 s]
/proc/loadavg: 5.97 4.48 2.46 2/66 2797
/proc/meminfo: memFree=1136024/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=423.89
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1192 1366 0 0 1 0 42387 1 16 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=70.81
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 7081 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567216 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 494.7
Current children cumulated vsize (KiB) 362880

[startup+251.101 s]
/proc/loadavg: 5.97 4.48 2.46 2/66 2797
/proc/meminfo: memFree=1136024/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=423.89
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1192 1366 0 0 1 0 42387 1 16 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=72.41
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 7241 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577415 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 496.3
Current children cumulated vsize (KiB) 362880

[startup+252.701 s]
/proc/loadavg: 5.97 4.48 2.46 2/66 2797
/proc/meminfo: memFree=1136024/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=423.89
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1192 1366 0 0 1 0 42387 1 16 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=74.01
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 7401 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572286 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 497.9
Current children cumulated vsize (KiB) 362880

[startup+253.503 s]
/proc/loadavg: 5.57 4.43 2.45 2/66 2797
/proc/meminfo: memFree=1136024/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=423.89
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1192 1366 0 0 1 0 42387 1 16 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=74.81
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 7481 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134720328 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 498.7
Current children cumulated vsize (KiB) 362880

[startup+253.902 s]
/proc/loadavg: 5.57 4.43 2.45 2/66 2797
/proc/meminfo: memFree=1136024/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=423.89
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1192 1366 0 0 1 0 42387 1 16 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=75.21
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 7521 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134545593 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 499.1
Current children cumulated vsize (KiB) 362880

[startup+254.002 s]
/proc/loadavg: 5.57 4.43 2.45 2/66 2797
/proc/meminfo: memFree=1136024/2055920 swapFree=4184036/4192956
[pid=2788] ppid=2786 vsize=181440 CPUtime=423.89
/proc/2788/stat : 2788 (kcnfs-smp) S 2786 2788 1726 0 -1 4194304 1192 1366 0 0 1 0 42387 1 16 0 1 0 317269438 185794560 518 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/2788/statm: 45360 518 66 160 0 45198 0
[pid=2797] ppid=2788 vsize=181440 CPUtime=75.31
/proc/2797/stat : 2797 (kcnfs-smp) R 2788 2788 1726 0 -1 4194368 170 0 0 0 7531 0 0 0 25 0 1 0 317269479 185794560 531 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 0 0 0 0 17 1 0 0
/proc/2797/statm: 45360 531 69 160 0 45198 0
Current children cumulated CPU time (s) 499.2
Current children cumulated vsize (KiB) 362880

Child status: 20
Real time (s): 254.016
CPU time (s): 499.241
CPU user time (s): 499.217
CPU system time (s): 0.023996
CPU usage (%): 196.539
Max. virtual memory (cumulated for all children) (KiB): 1632960

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

runsolver used 0.236963 second user time and 0.696894 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Sun Mar  4 01:52:14 UTC 2007

IDJOB= 319157
IDBENCH= 20472
IDSOLVER= 112
FILE ID= node43/319157-1172973134

PBS_JOBID= 4012073

Free space on /tmp= 66528 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/industrial/jarvisalo/eq.atree.braun.11.unsat.cnf
COMMAND LINE= /tmp/evaluation/319157-1172973134/kcnfs-smp /tmp/evaluation/319157-1172973134/instance-319157-1172973134.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-319157-1172973134 -o ROOT/results/node43/solver-319157-1172973134 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/319157-1172973134/kcnfs-smp /tmp/evaluation/319157-1172973134/instance-319157-1172973134.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  90581094793af5fc10d4e4b9a10259ac

RANDOM SEED= 764976064

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.281
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.281
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:       1139976 kB
Buffers:         38656 kB
Cached:         809520 kB
SwapCached:       3048 kB
Active:         659056 kB
Inactive:       198928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1139976 kB
SwapTotal:     4192956 kB
SwapFree:      4184036 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:          15656 kB
Slab:            44000 kB
Committed_AS:   762932 kB
PageTables:       1392 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB

End job on node43 on Sun Mar  4 01:56:28 UTC 2007