Trace number 305129

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 SMP? (TO) 1200.12 618.571

General information on the benchmark

Namerandom/LargeSize/3SAT/v16000/
unif-k3-r4.2-v16000-c67200-S1980187645-03.cnf
MD5SUMaf8e5aa400a09f1bdd789aead5415ecc
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables16000
Number of clauses67200
Sum of the clauses size201600
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 367200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	
0.00/0.00	c Computed by /tmp/evaluation/305129-1172072450/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.09/0.13	c Input file : '/tmp/evaluation/305129-1172072450/instance-305129-1172072450.cnf'
0.09/0.13	c [#vars: 16000, #clauses: 67200 -> 67279 clauses (pre-processing), tautology: 0, 3-CNF]
0.50/0.57	c unit clauses propagate before processing (#clause: 67279)
0.50/0.57	c estimated distribution: 8 tasks
33.69/33.76	c <10918> [PID]: 10922 10923 10924 10925 10926 10927 10928
280.31/157.39	c <10918> [PID]: 10929
280.31/157.39	c real distribution: 8 tasks

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-305129-1172072450 -o ROOT/results/node1/solver-305129-1172072450 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/305129-1172072450/kcnfs-smp /tmp/evaluation/305129-1172072450/instance-305129-1172072450.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.92 0.97 0.99 3/77 10918
/proc/meminfo: memFree=1538544/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=180916 CPUtime=0
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 125 0 0 0 0 0 0 0 18 0 1 0 227200055 185257984 110 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134841789 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 45229 111 48 160 0 45067 0

[startup+0.107112 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 10918
/proc/meminfo: memFree=1538544/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=186592 CPUtime=0.09
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 1534 0 0 0 9 0 0 0 18 0 1 0 227200055 191070208 1519 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 46648 1519 48 160 0 46486 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 186592

[startup+0.515159 s]
/proc/loadavg: 0.92 0.97 0.99 3/77 10918
/proc/meminfo: memFree=1538544/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192304 CPUtime=0.5
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 4466 0 0 0 49 1 0 0 21 0 1 0 227200055 196919296 4450 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134535930 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 48076 4450 54 160 0 47914 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 192304

[startup+1.33725 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 10919
/proc/meminfo: memFree=1520488/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=1.32
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 4573 0 0 0 131 1 0 0 25 0 1 0 227200055 197398528 4557 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 48193 4557 72 160 0 48031 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 192772

[startup+2.97945 s]
/proc/loadavg: 0.92 0.97 0.99 2/78 10919
/proc/meminfo: memFree=1520360/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=2.96
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 4576 0 0 0 295 1 0 0 25 0 1 0 227200055 197398528 4560 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647846 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 48193 4560 74 160 0 48031 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 192772

[startup+6.25683 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 10921
/proc/meminfo: memFree=1520168/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=6.24
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 4577 0 0 0 623 1 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650710 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 192772

[startup+12.7126 s]
/proc/loadavg: 0.93 0.97 0.99 2/78 10921
/proc/meminfo: memFree=1520176/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=12.7
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 4577 0 0 0 1269 1 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 192772

[startup+25.5131 s]
/proc/loadavg: 0.95 0.97 0.99 2/78 10921
/proc/meminfo: memFree=1520176/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=25.49
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 4577 0 0 0 2548 1 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647530 0 0 4096 0 0 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 192772

[startup+51.1711 s]
/proc/loadavg: 1.41 1.07 1.02 4/80 10923
/proc/meminfo: memFree=1518296/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=42.36
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 4828 0 0 0 4234 2 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
[pid=10922] ppid=10918 vsize=192772 CPUtime=17.4
/proc/10922/stat : 10922 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 209 0 0 0 1740 0 0 0 25 0 1 0 227203431 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648732 0 0 4096 2 0 0 0 17 1 0 0
/proc/10922/statm: 48193 4561 74 160 0 48031 0
[pid=10923] ppid=10918 vsize=192772 CPUtime=8.7
/proc/10923/stat : 10923 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 196 0 0 0 870 0 0 0 25 0 1 0 227203431 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566844 0 0 4096 0 0 0 0 17 0 0 0
/proc/10923/statm: 48193 4561 74 160 0 48031 0
Current children cumulated CPU time (s) 68.46
Current children cumulated vsize (KiB) 578316

[startup+102.386 s]
/proc/loadavg: 3.41 1.66 1.22 6/82 10925
/proc/meminfo: memFree=1516168/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=60.13
/proc/10918/stat : 10918 (kcnfs-smp) R 10916 10918 10147 0 -1 4194304 5103 0 0 0 6011 2 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650863 0 0 4096 0 0 0 0 17 0 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
[pid=10922] ppid=10918 vsize=192776 CPUtime=45.41
/proc/10922/stat : 10922 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 4541 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/10922/statm: 48194 4563 74 160 0 48032 0
[pid=10923] ppid=10918 vsize=192772 CPUtime=26.5
/proc/10923/stat : 10923 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 212 0 0 0 2650 0 0 0 25 0 1 0 227203431 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648674 0 0 4096 0 0 0 0 17 0 0 0
/proc/10923/statm: 48193 4561 74 160 0 48031 0
[pid=10924] ppid=10918 vsize=192772 CPUtime=23.2
/proc/10924/stat : 10924 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 211 0 0 0 2320 0 0 0 25 0 1 0 227205658 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134670214 0 0 4096 2 0 0 0 17 1 0 0
/proc/10924/statm: 48193 4561 74 160 0 48031 0
[pid=10925] ppid=10918 vsize=192772 CPUtime=15.4
/proc/10925/stat : 10925 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 205 0 0 0 1540 0 0 0 25 0 1 0 227205661 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/10925/statm: 48193 4561 74 160 0 48031 0
Current children cumulated CPU time (s) 170.64
Current children cumulated vsize (KiB) 963864

[startup+162.408 s]
/proc/loadavg: 5.53 2.55 1.55 9/86 10929
/proc/meminfo: memFree=1512040/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=78.42
/proc/10918/stat : 10918 (kcnfs-smp) S 10916 10918 10147 0 -1 4194304 5452 0 0 0 7839 3 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
[pid=10922] ppid=10918 vsize=192776 CPUtime=68.5
/proc/10922/stat : 10922 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 6850 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/10922/statm: 48194 4563 74 160 0 48032 0
[pid=10923] ppid=10918 vsize=192776 CPUtime=43.18
/proc/10923/stat : 10923 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 4318 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/10923/statm: 48194 4563 74 160 0 48032 0
[pid=10924] ppid=10918 vsize=192776 CPUtime=46.2
/proc/10924/stat : 10924 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 4620 0 0 0 25 0 1 0 227205658 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582146 0 0 4096 2 0 0 0 17 1 0 0
/proc/10924/statm: 48194 4563 74 160 0 48032 0
[pid=10925] ppid=10918 vsize=192772 CPUtime=32
/proc/10925/stat : 10925 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 212 0 0 0 3200 0 0 0 25 0 1 0 227205661 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647592 0 0 4096 0 0 0 0 17 0 0 0
/proc/10925/statm: 48193 4561 74 160 0 48031 0
[pid=10926] ppid=10918 vsize=192772 CPUtime=9.82
/proc/10926/stat : 10926 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 196 0 0 0 982 0 0 0 25 0 1 0 227212345 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 0 0 0
/proc/10926/statm: 48193 4561 74 160 0 48031 0
[pid=10927] ppid=10918 vsize=192772 CPUtime=9.81
/proc/10927/stat : 10927 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 196 0 0 0 981 0 0 0 25 0 1 0 227212348 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648681 0 0 4096 0 0 0 0 17 0 0 0
/proc/10927/statm: 48193 4561 74 160 0 48031 0
[pid=10928] ppid=10918 vsize=192772 CPUtime=1.23
/proc/10928/stat : 10928 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 195 0 0 0 123 0 0 0 25 0 1 0 227215790 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/10928/statm: 48193 4561 74 160 0 48031 0
[pid=10929] ppid=10918 vsize=192772 CPUtime=1.2
/proc/10929/stat : 10929 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 194 0 0 0 120 0 0 0 25 0 1 0 227215793 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649717 0 0 4096 0 0 0 0 17 1 0 0
/proc/10929/statm: 48193 4561 74 160 0 48031 0
Current children cumulated CPU time (s) 290.36
Current children cumulated vsize (KiB) 1734960

[startup+222.433 s]
/proc/loadavg: 7.09 3.54 1.95 9/86 10929
/proc/meminfo: memFree=1511976/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=78.42
/proc/10918/stat : 10918 (kcnfs-smp) S 10916 10918 10147 0 -1 4194304 5452 0 0 0 7839 3 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
[pid=10922] ppid=10918 vsize=192776 CPUtime=83.5
/proc/10922/stat : 10922 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 8350 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648709 0 0 4096 2 0 0 0 17 1 0 0
/proc/10922/statm: 48194 4563 74 160 0 48032 0
[pid=10923] ppid=10918 vsize=192776 CPUtime=58.1
/proc/10923/stat : 10923 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 5810 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649350 0 0 4096 0 0 0 0 17 0 0 0
/proc/10923/statm: 48194 4563 74 160 0 48032 0
[pid=10924] ppid=10918 vsize=192776 CPUtime=61.2
/proc/10924/stat : 10924 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 6120 0 0 0 25 0 1 0 227205658 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566882 0 0 4096 2 0 0 0 17 1 0 0
/proc/10924/statm: 48194 4563 74 160 0 48032 0
[pid=10925] ppid=10918 vsize=192776 CPUtime=47
/proc/10925/stat : 10925 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 4700 0 0 0 25 0 1 0 227205661 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649350 0 0 4096 0 0 0 0 17 0 0 0
/proc/10925/statm: 48194 4563 74 160 0 48032 0
[pid=10926] ppid=10918 vsize=192772 CPUtime=24.73
/proc/10926/stat : 10926 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 213 0 0 0 2473 0 0 0 25 0 1 0 227212345 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 0 0 0
/proc/10926/statm: 48193 4561 74 160 0 48031 0
[pid=10927] ppid=10918 vsize=192772 CPUtime=24.7
/proc/10927/stat : 10927 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 214 0 0 0 2470 0 0 0 25 0 1 0 227212348 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/10927/statm: 48193 4561 74 160 0 48031 0
[pid=10928] ppid=10918 vsize=192772 CPUtime=16.25
/proc/10928/stat : 10928 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 211 0 0 0 1625 0 0 0 25 0 1 0 227215790 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 2 0 0 0 17 1 0 0
/proc/10928/statm: 48193 4561 74 160 0 48031 0
[pid=10929] ppid=10918 vsize=192772 CPUtime=16.2
/proc/10929/stat : 10929 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 209 0 0 0 1620 0 0 0 25 0 1 0 227215793 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651082 0 0 4096 0 0 0 0 17 1 0 0
/proc/10929/statm: 48193 4561 74 160 0 48031 0
Current children cumulated CPU time (s) 410.1
Current children cumulated vsize (KiB) 1734964

[startup+282.452 s]
/proc/loadavg: 7.66 4.35 2.33 9/86 10929
/proc/meminfo: memFree=1511976/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=78.42
/proc/10918/stat : 10918 (kcnfs-smp) S 10916 10918 10147 0 -1 4194304 5452 0 0 0 7839 3 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
[pid=10922] ppid=10918 vsize=192776 CPUtime=98.5
/proc/10922/stat : 10922 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 9850 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/10922/statm: 48194 4563 74 160 0 48032 0
[pid=10923] ppid=10918 vsize=192776 CPUtime=72.99
/proc/10923/stat : 10923 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 7299 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647680 0 0 4096 0 0 0 0 17 0 0 0
/proc/10923/statm: 48194 4563 74 160 0 48032 0
[pid=10924] ppid=10918 vsize=192776 CPUtime=76.2
/proc/10924/stat : 10924 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 7620 0 0 0 25 0 1 0 227205658 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 2 0 0 0 17 1 0 0
/proc/10924/statm: 48194 4563 74 160 0 48032 0
[pid=10925] ppid=10918 vsize=192776 CPUtime=61.89

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

[pid=10924] ppid=10918 vsize=192776 CPUtime=106.19
/proc/10924/stat : 10924 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 10619 0 0 0 25 0 1 0 227205658 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/10924/statm: 48194 4563 74 160 0 48032 0
[pid=10925] ppid=10918 vsize=192776 CPUtime=91.74
/proc/10925/stat : 10925 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 9174 0 0 0 25 0 1 0 227205661 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 0 0 0
/proc/10925/statm: 48194 4563 74 160 0 48032 0
[pid=10926] ppid=10918 vsize=192776 CPUtime=69.51
/proc/10926/stat : 10926 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 6951 0 0 0 25 0 1 0 227212345 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 2 0 0 0 17 0 0 0
/proc/10926/statm: 48194 4563 74 160 0 48032 0
[pid=10927] ppid=10918 vsize=192776 CPUtime=69.5
/proc/10927/stat : 10927 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 6950 0 0 0 25 0 1 0 227212348 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/10927/statm: 48194 4563 74 160 0 48032 0
[pid=10928] ppid=10918 vsize=192776 CPUtime=61.28
/proc/10928/stat : 10928 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 6128 0 0 0 25 0 1 0 227215790 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 2 0 0 0 17 1 0 0
/proc/10928/statm: 48194 4563 74 160 0 48032 0
[pid=10929] ppid=10918 vsize=192776 CPUtime=61.19
/proc/10929/stat : 10929 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 6119 0 0 0 25 0 1 0 227215793 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566896 0 0 4096 0 0 0 0 17 1 0 0
/proc/10929/statm: 48194 4563 74 160 0 48032 0
Current children cumulated CPU time (s) 769.21
Current children cumulated vsize (KiB) 1734980

[startup+462.521 s]
/proc/loadavg: 7.99 6.01 3.32 9/86 10929
/proc/meminfo: memFree=1511848/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=78.42
/proc/10918/stat : 10918 (kcnfs-smp) S 10916 10918 10147 0 -1 4194304 5452 0 0 0 7839 3 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
[pid=10922] ppid=10918 vsize=192776 CPUtime=143.49
/proc/10922/stat : 10922 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 14349 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 1 0 0
/proc/10922/statm: 48194 4563 74 160 0 48032 0
[pid=10923] ppid=10918 vsize=192776 CPUtime=117.79
/proc/10923/stat : 10923 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 11779 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650876 0 0 4096 0 0 0 0 17 0 0 0
/proc/10923/statm: 48194 4563 74 160 0 48032 0
[pid=10924] ppid=10918 vsize=192776 CPUtime=121.19
/proc/10924/stat : 10924 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 12119 0 0 0 25 0 1 0 227205658 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/10924/statm: 48194 4563 74 160 0 48032 0
[pid=10925] ppid=10918 vsize=192776 CPUtime=106.69
/proc/10925/stat : 10925 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 10669 0 0 0 25 0 1 0 227205661 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 0 0 0 0 17 0 0 0
/proc/10925/statm: 48194 4563 74 160 0 48032 0
[pid=10926] ppid=10918 vsize=192776 CPUtime=84.48
/proc/10926/stat : 10926 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 8448 0 0 0 25 0 1 0 227212345 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650243 0 0 4096 2 0 0 0 17 0 0 0
/proc/10926/statm: 48194 4563 74 160 0 48032 0
[pid=10927] ppid=10918 vsize=192776 CPUtime=84.39
/proc/10927/stat : 10927 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 8439 0 0 0 25 0 1 0 227212348 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649731 0 0 4096 0 0 0 0 17 0 0 0
/proc/10927/statm: 48194 4563 74 160 0 48032 0
[pid=10928] ppid=10918 vsize=192776 CPUtime=76.29
/proc/10928/stat : 10928 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 7628 1 0 0 25 0 1 0 227215790 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647509 0 0 4096 2 0 0 0 17 1 0 0
/proc/10928/statm: 48194 4563 74 160 0 48032 0
[pid=10929] ppid=10918 vsize=192776 CPUtime=76.19
/proc/10929/stat : 10929 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 7619 0 0 0 25 0 1 0 227215793 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566845 0 0 4096 0 0 0 0 17 1 0 0
/proc/10929/statm: 48194 4563 74 160 0 48032 0
Current children cumulated CPU time (s) 888.93
Current children cumulated vsize (KiB) 1734980

[startup+522.54 s]
/proc/loadavg: 8.03 6.38 3.62 9/86 10929
/proc/meminfo: memFree=1511848/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=78.42
/proc/10918/stat : 10918 (kcnfs-smp) S 10916 10918 10147 0 -1 4194304 5452 0 0 0 7839 3 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
[pid=10922] ppid=10918 vsize=192776 CPUtime=158.49
/proc/10922/stat : 10922 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 15849 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650847 0 0 4096 2 0 0 0 17 1 0 0
/proc/10922/statm: 48194 4563 74 160 0 48032 0
[pid=10923] ppid=10918 vsize=192776 CPUtime=132.68
/proc/10923/stat : 10923 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 13268 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134647674 0 0 4096 0 0 0 0 17 0 0 0
/proc/10923/statm: 48194 4563 74 160 0 48032 0
[pid=10924] ppid=10918 vsize=192776 CPUtime=136.19
/proc/10924/stat : 10924 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 13619 0 0 0 25 0 1 0 227205658 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/10924/statm: 48194 4563 74 160 0 48032 0
[pid=10925] ppid=10918 vsize=192776 CPUtime=121.58
/proc/10925/stat : 10925 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 12158 0 0 0 25 0 1 0 227205661 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649091 0 0 4096 0 0 0 0 17 0 0 0
/proc/10925/statm: 48194 4563 74 160 0 48032 0
[pid=10926] ppid=10918 vsize=192776 CPUtime=99.4
/proc/10926/stat : 10926 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 9940 0 0 0 25 0 1 0 227212345 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650863 0 0 4096 2 0 0 0 17 0 0 0
/proc/10926/statm: 48194 4563 74 160 0 48032 0
[pid=10927] ppid=10918 vsize=192776 CPUtime=99.37
/proc/10927/stat : 10927 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 9937 0 0 0 25 0 1 0 227212348 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 0 0 0 0 17 0 0 0
/proc/10927/statm: 48194 4563 74 160 0 48032 0
[pid=10928] ppid=10918 vsize=192776 CPUtime=91.3
/proc/10928/stat : 10928 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 9129 1 0 0 25 0 1 0 227215790 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648818 0 0 4096 2 0 0 0 17 1 0 0
/proc/10928/statm: 48194 4563 74 160 0 48032 0
[pid=10929] ppid=10918 vsize=192776 CPUtime=91.18
/proc/10929/stat : 10929 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 9118 0 0 0 25 0 1 0 227215793 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 0 0 0 0 17 1 0 0
/proc/10929/statm: 48194 4563 74 160 0 48032 0
Current children cumulated CPU time (s) 1008.61
Current children cumulated vsize (KiB) 1734980

[startup+582.558 s]
/proc/loadavg: 8.01 6.67 3.89 9/86 10929
/proc/meminfo: memFree=1511848/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=78.42
/proc/10918/stat : 10918 (kcnfs-smp) S 10916 10918 10147 0 -1 4194304 5452 0 0 0 7839 3 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
[pid=10922] ppid=10918 vsize=192776 CPUtime=173.48
/proc/10922/stat : 10922 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 17348 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648831 0 0 4096 2 0 0 0 17 1 0 0
/proc/10922/statm: 48194 4563 74 160 0 48032 0
[pid=10923] ppid=10918 vsize=192776 CPUtime=147.68
/proc/10923/stat : 10923 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 14768 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134582429 0 0 4096 0 0 0 0 17 0 0 0
/proc/10923/statm: 48194 4563 74 160 0 48032 0
[pid=10924] ppid=10918 vsize=192776 CPUtime=151.18
/proc/10924/stat : 10924 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 220 0 0 0 15118 0 0 0 25 0 1 0 227205658 197402624 4564 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 1 0 0
/proc/10924/statm: 48194 4564 74 160 0 48032 0
[pid=10925] ppid=10918 vsize=192776 CPUtime=136.49
/proc/10925/stat : 10925 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 13649 0 0 0 25 0 1 0 227205661 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650690 0 0 4096 0 0 0 0 17 0 0 0
/proc/10925/statm: 48194 4563 74 160 0 48032 0
[pid=10926] ppid=10918 vsize=192776 CPUtime=114.3
/proc/10926/stat : 10926 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 11430 0 0 0 25 0 1 0 227212345 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649690 0 0 4096 2 0 0 0 17 0 0 0
/proc/10926/statm: 48194 4563 74 160 0 48032 0
[pid=10927] ppid=10918 vsize=192776 CPUtime=114.29
/proc/10927/stat : 10927 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 11429 0 0 0 25 0 1 0 227212348 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134651346 0 0 4096 0 0 0 0 17 0 0 0
/proc/10927/statm: 48194 4563 74 160 0 48032 0
[pid=10928] ppid=10918 vsize=192776 CPUtime=106.29
/proc/10928/stat : 10928 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 10628 1 0 0 25 0 1 0 227215790 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 2 0 0 0 17 1 0 0
/proc/10928/statm: 48194 4563 74 160 0 48032 0
[pid=10929] ppid=10918 vsize=192776 CPUtime=106.19
/proc/10929/stat : 10929 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 10619 0 0 0 25 0 1 0 227215793 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650817 0 0 4096 0 0 0 0 17 1 0 0
/proc/10929/statm: 48194 4563 74 160 0 48032 0
Current children cumulated CPU time (s) 1128.32
Current children cumulated vsize (KiB) 1734980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+618.556 s]
/proc/loadavg: 8.00 6.82 4.04 9/86 10929
/proc/meminfo: memFree=1511784/2055920 swapFree=4158140/4192956
[pid=10918] ppid=10916 vsize=192772 CPUtime=78.42
/proc/10918/stat : 10918 (kcnfs-smp) S 10916 10918 10147 0 -1 4194304 5452 0 0 0 7839 3 0 0 25 0 1 0 227200055 197398528 4561 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/10918/statm: 48193 4561 74 160 0 48031 0
[pid=10922] ppid=10918 vsize=192776 CPUtime=182.48
/proc/10922/stat : 10922 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 18248 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648991 0 0 4096 2 0 0 0 17 1 0 0
/proc/10922/statm: 48194 4563 74 160 0 48032 0
[pid=10923] ppid=10918 vsize=192776 CPUtime=156.58
/proc/10923/stat : 10923 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 15658 0 0 0 25 0 1 0 227203431 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134650856 0 0 4096 0 0 0 0 17 0 0 0
/proc/10923/statm: 48194 4563 74 160 0 48032 0
[pid=10924] ppid=10918 vsize=192776 CPUtime=160.18
/proc/10924/stat : 10924 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 220 0 0 0 16018 0 0 0 25 0 1 0 227205658 197402624 4564 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134649739 0 0 4096 2 0 0 0 17 1 0 0
/proc/10924/statm: 48194 4564 74 160 0 48032 0
[pid=10925] ppid=10918 vsize=192776 CPUtime=145.48
/proc/10925/stat : 10925 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 14548 0 0 0 25 0 1 0 227205661 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/10925/statm: 48194 4563 74 160 0 48032 0
[pid=10926] ppid=10918 vsize=192776 CPUtime=123.3
/proc/10926/stat : 10926 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 12330 0 0 0 25 0 1 0 227212345 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566835 0 0 4096 2 0 0 0 17 0 0 0
/proc/10926/statm: 48194 4563 74 160 0 48032 0
[pid=10927] ppid=10918 vsize=192776 CPUtime=123.21
/proc/10927/stat : 10927 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 12321 0 0 0 25 0 1 0 227212348 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134566793 0 0 4096 0 0 0 0 17 0 0 0
/proc/10927/statm: 48194 4563 74 160 0 48032 0
[pid=10928] ppid=10918 vsize=192776 CPUtime=115.29
/proc/10928/stat : 10928 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 11528 1 0 0 25 0 1 0 227215790 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648801 0 0 4096 2 0 0 0 17 1 0 0
/proc/10928/statm: 48194 4563 74 160 0 48032 0
[pid=10929] ppid=10918 vsize=192776 CPUtime=115.18
/proc/10929/stat : 10929 (kcnfs-smp) R 10918 10918 10147 0 -1 4194368 219 0 0 0 11518 0 0 0 25 0 1 0 227215793 197402624 4563 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134648672 0 0 4096 0 0 0 0 17 1 0 0
/proc/10929/statm: 48194 4563 74 160 0 48032 0
Current children cumulated CPU time (s) 1200.12
Current children cumulated vsize (KiB) 1734980

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 10918 and gives childrusage.ru_utime.tv_sec=78 childrusage.ru_utime.tv_usec=399081 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=37994
CPU time returned by wait4() is 78.4371
while last known CPU time is 1200.12

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 618.571
CPU time (s): 1200.12
CPU user time (s): 1200.08
CPU system time (s): 0.04
CPU usage (%): 194.015
Max. virtual memory (cumulated for all children) (KiB): 1734980

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

runsolver used 0.71889 second user time and 1.88271 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Feb 21 15:40:50 UTC 2007

IDJOB= 305129
IDBENCH= 20149
IDSOLVER= 112
FILE ID= node1/305129-1172072450

PBS_JOBID= 3865301

Free space on /tmp= 66545 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/LargeSize/3SAT/v16000/unif-k3-r4.2-v16000-c67200-S1980187645-03.cnf
COMMAND LINE= /tmp/evaluation/305129-1172072450/kcnfs-smp /tmp/evaluation/305129-1172072450/instance-305129-1172072450.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-305129-1172072450 -o ROOT/results/node1/solver-305129-1172072450 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/305129-1172072450/kcnfs-smp /tmp/evaluation/305129-1172072450/instance-305129-1172072450.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  af8e5aa400a09f1bdd789aead5415ecc

RANDOM SEED= 382495026

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1539016 kB
Buffers:         57308 kB
Cached:         362200 kB
SwapCached:      15420 kB
Active:         275304 kB
Inactive:       167532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1539016 kB
SwapTotal:     4192956 kB
SwapFree:      4158140 kB
Dirty:            4436 kB
Writeback:           0 kB
Mapped:          29928 kB
Slab:            59696 kB
Committed_AS:   754216 kB
PageTables:       1740 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= 66545 MiB

End job on node1 on Wed Feb 21 15:51:10 UTC 2007