Trace number 309352

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.1 713.486

General information on the benchmark

Namerandom/2+p/p0.9/v990/
unif2p-p0.9-v990-c3583-S1346268409-03-UNSAT.cnf
MD5SUM29ca8cedaef0d9dfd8a1bc9050403900
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1157.46
Satisfiable
(Un)Satisfiability was proved
Number of variables990
Number of clauses3582
Sum of the clauses size10388
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2358
Number of clauses of size 33224
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/309352-1172539780/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/309352-1172539780/instance-309352-1172539780.cnf'
0.00/0.00	c [#vars: 990, #clauses: 3582 , (2-3)-CNF]
0.00/0.01	c unit clauses propagate before processing (#clause: 3582)
0.00/0.01	c estimated distribution: 8 tasks
0.00/0.05	c <17840> [PID]: 17842 17843 17844 17845 17846 17847 17848
0.00/0.41	c <17840> [PID]: 17849
0.00/0.41	c real distribution: 8 tasks
114.22/57.34	c <17840> [17847: UNSAT][17848: UNSAT][17849: UNSAT][17843: UNSAT][17845: UNSAT]
943.96/473.11	c <17840> [17846: UNSAT][17844: UNSAT][17842: NOT SOLVED]
1200.06/713.48	s NOT SOLVED
1200.06/713.48	c CPU time            : 938.190 seconds
1200.06/713.48	c Elapsed Time        : 713.478 seconds
1200.06/713.48	c Size of search tree : 0 node
1200.06/713.48	c average speed       : 0.000 nodes/sec.
1200.06/713.48	

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-309352-1172539780 -o ROOT/results/node18/solver-309352-1172539780 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309352-1172539780/kcnfs-smp /tmp/evaluation/309352-1172539780/instance-309352-1172539780.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.98 1.00 1.00 3/77 17840
/proc/meminfo: memFree=1727736/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=180916 CPUtime=0
/proc/17840/stat : 17840 (kcnfs-smp) R 17838 17840 16622 0 -1 4194304 133 0 0 0 0 0 0 0 18 0 1 0 273932547 185257984 118 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/17840/statm: 45229 118 48 160 0 45067 0

[startup+0.107237 s]
/proc/loadavg: 0.98 1.00 1.00 3/77 17840
/proc/meminfo: memFree=1727736/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=0
/proc/17840/stat : 17840 (kcnfs-smp) R 17838 17840 16622 0 -1 4194304 517 0 0 0 0 0 0 0 24 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 181776

[startup+0.515275 s]
/proc/loadavg: 0.98 1.00 1.00 3/77 17840
/proc/meminfo: memFree=1727736/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=0
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 549 0 0 0 0 0 0 0 24 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 181776

[startup+1.33735 s]
/proc/loadavg: 0.98 1.00 1.00 9/86 17849
/proc/meminfo: memFree=1724400/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=0
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 549 0 0 0 0 0 0 0 24 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=0.52
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 52 0 0 0 23 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633206 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 351 71 160 0 45282 0
[pid=17843] ppid=17840 vsize=181776 CPUtime=0.32
/proc/17843/stat : 17843 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 49 0 0 0 32 0 0 0 23 0 1 0 273932548 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580256 0 0 4096 0 0 0 0 17 1 0 0
/proc/17843/statm: 45444 350 71 160 0 45282 0
[pid=17844] ppid=17840 vsize=181776 CPUtime=0.41
/proc/17844/stat : 17844 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 41 0 0 0 25 0 1 0 273932551 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567466 0 0 4096 2 0 0 0 17 0 0 0
/proc/17844/statm: 45444 351 71 160 0 45282 0
[pid=17845] ppid=17840 vsize=181776 CPUtime=0.3
/proc/17845/stat : 17845 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 49 0 0 0 30 0 0 0 24 0 1 0 273932552 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134596801 0 0 4096 0 0 0 0 17 1 0 0
/proc/17845/statm: 45444 350 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=0.3
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 49 0 0 0 30 0 0 0 25 0 1 0 273932553 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567402 0 0 4096 2 0 0 0 17 1 0 0
/proc/17846/statm: 45444 350 71 160 0 45282 0
[pid=17847] ppid=17840 vsize=181776 CPUtime=0.32
/proc/17847/stat : 17847 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 49 0 0 0 32 0 0 0 25 0 1 0 273932553 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577710 0 0 4096 0 0 0 0 17 0 0 0
/proc/17847/statm: 45444 350 71 160 0 45282 0
[pid=17848] ppid=17840 vsize=181776 CPUtime=0.2
/proc/17848/stat : 17848 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 20 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683188 0 0 4096 2 0 0 0 17 0 0 0
/proc/17848/statm: 45444 351 71 160 0 45282 0
[pid=17849] ppid=17840 vsize=181776 CPUtime=0.24
/proc/17849/stat : 17849 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 49 0 0 0 24 0 0 0 25 0 1 0 273932583 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 0 0 0 0 17 0 0 0
/proc/17849/statm: 45444 350 71 160 0 45282 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1635984

[startup+2.98952 s]
/proc/loadavg: 0.98 1.00 1.00 9/86 17849
/proc/meminfo: memFree=1724272/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=0
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 549 0 0 0 0 0 0 0 24 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=0.94
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 94 0 0 0 25 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567399 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 351 71 160 0 45282 0
[pid=17843] ppid=17840 vsize=181776 CPUtime=0.75
/proc/17843/stat : 17843 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 75 0 0 0 25 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683578 0 0 4096 0 0 0 0 17 1 0 0
/proc/17843/statm: 45444 351 71 160 0 45282 0
[pid=17844] ppid=17840 vsize=181776 CPUtime=0.81
/proc/17844/stat : 17844 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 81 0 0 0 25 0 1 0 273932551 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567577 0 0 4096 2 0 0 0 17 0 0 0
/proc/17844/statm: 45444 351 71 160 0 45282 0
[pid=17845] ppid=17840 vsize=181776 CPUtime=0.7
/proc/17845/stat : 17845 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 49 0 0 0 70 0 0 0 25 0 1 0 273932552 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567253 0 0 4096 0 0 0 0 17 1 0 0
/proc/17845/statm: 45444 350 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=0.7
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 49 0 0 0 70 0 0 0 25 0 1 0 273932553 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580064 0 0 4096 2 0 0 0 17 1 0 0
/proc/17846/statm: 45444 350 71 160 0 45282 0
[pid=17847] ppid=17840 vsize=181776 CPUtime=0.77
/proc/17847/stat : 17847 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 77 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683130 0 0 4096 0 0 0 0 17 0 0 0
/proc/17847/statm: 45444 351 71 160 0 45282 0
[pid=17848] ppid=17840 vsize=181776 CPUtime=0.6
/proc/17848/stat : 17848 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 60 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134593410 0 0 4096 2 0 0 0 17 0 0 0
/proc/17848/statm: 45444 351 71 160 0 45282 0
[pid=17849] ppid=17840 vsize=181776 CPUtime=0.64
/proc/17849/stat : 17849 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 64 0 0 0 25 0 1 0 273932583 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572949 0 0 4096 0 0 0 0 17 0 0 0
/proc/17849/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 1635984

[startup+6.19482 s]
/proc/loadavg: 1.54 1.11 1.04 9/86 17849
/proc/meminfo: memFree=1723952/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=0
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 549 0 0 0 0 0 0 0 24 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=1.74
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 174 0 0 0 25 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683223 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 351 71 160 0 45282 0
[pid=17843] ppid=17840 vsize=181776 CPUtime=1.55
/proc/17843/stat : 17843 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 155 0 0 0 25 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134604645 0 0 4096 0 0 0 0 17 1 0 0
/proc/17843/statm: 45444 351 71 160 0 45282 0
[pid=17844] ppid=17840 vsize=181776 CPUtime=1.61
/proc/17844/stat : 17844 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 161 0 0 0 25 0 1 0 273932551 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579714 0 0 4096 2 0 0 0 17 0 0 0
/proc/17844/statm: 45444 351 71 160 0 45282 0
[pid=17845] ppid=17840 vsize=181776 CPUtime=1.5
/proc/17845/stat : 17845 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 150 0 0 0 25 0 1 0 273932552 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577099 0 0 4096 0 0 0 0 17 1 0 0
/proc/17845/statm: 45444 351 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=1.5
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 150 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636526 0 0 4096 2 0 0 0 17 1 0 0
/proc/17846/statm: 45444 351 71 160 0 45282 0
[pid=17847] ppid=17840 vsize=181776 CPUtime=1.56
/proc/17847/stat : 17847 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 156 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572753 0 0 4096 0 0 0 0 17 0 0 0
/proc/17847/statm: 45444 351 71 160 0 45282 0
[pid=17848] ppid=17840 vsize=181776 CPUtime=1.4
/proc/17848/stat : 17848 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 140 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572157 0 0 4096 2 0 0 0 17 0 0 0
/proc/17848/statm: 45444 351 71 160 0 45282 0
[pid=17849] ppid=17840 vsize=181776 CPUtime=1.44
/proc/17849/stat : 17849 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 144 0 0 0 25 0 1 0 273932583 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134593377 0 0 4096 0 0 0 0 17 0 0 0
/proc/17849/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 1635984

[startup+12.6765 s]
/proc/loadavg: 2.06 1.23 1.07 9/86 17849
/proc/meminfo: memFree=1723888/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=0
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 549 0 0 0 0 0 0 0 24 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=3.34
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 334 0 0 0 25 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 351 71 160 0 45282 0
[pid=17843] ppid=17840 vsize=181776 CPUtime=3.22
/proc/17843/stat : 17843 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 322 0 0 0 25 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572863 0 0 4096 0 0 0 0 17 1 0 0
/proc/17843/statm: 45444 351 71 160 0 45282 0
[pid=17844] ppid=17840 vsize=181776 CPUtime=3.21
/proc/17844/stat : 17844 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 321 0 0 0 25 0 1 0 273932551 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589777 0 0 4096 2 0 0 0 17 0 0 0
/proc/17844/statm: 45444 351 71 160 0 45282 0
[pid=17845] ppid=17840 vsize=181776 CPUtime=3.12
/proc/17845/stat : 17845 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 312 0 0 0 25 0 1 0 273932552 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 0 0 0 0 17 1 0 0
/proc/17845/statm: 45444 351 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=3.1
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 310 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580220 0 0 4096 2 0 0 0 17 1 0 0
/proc/17846/statm: 45444 351 71 160 0 45282 0
[pid=17847] ppid=17840 vsize=181776 CPUtime=3.2
/proc/17847/stat : 17847 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 320 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572092 0 0 4096 0 0 0 0 17 0 0 0
/proc/17847/statm: 45444 351 71 160 0 45282 0
[pid=17848] ppid=17840 vsize=181776 CPUtime=3.01
/proc/17848/stat : 17848 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 301 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577596 0 0 4096 2 0 0 0 17 0 0 0
/proc/17848/statm: 45444 351 71 160 0 45282 0
[pid=17849] ppid=17840 vsize=181776 CPUtime=3.04
/proc/17849/stat : 17849 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 304 0 0 0 25 0 1 0 273932583 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577617 0 0 4096 0 0 0 0 17 0 0 0
/proc/17849/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 1635984

[startup+25.5457 s]
/proc/loadavg: 3.38 1.56 1.18 9/86 17849
/proc/meminfo: memFree=1723888/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=0
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 549 0 0 0 0 0 0 0 24 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=6.54
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 654 0 0 0 25 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 351 71 160 0 45282 0
[pid=17843] ppid=17840 vsize=181776 CPUtime=6.42
/proc/17843/stat : 17843 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 642 0 0 0 25 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683120 0 0 4096 0 0 0 0 17 1 0 0
/proc/17843/statm: 45444 351 71 160 0 45282 0
[pid=17844] ppid=17840 vsize=181776 CPUtime=6.41
/proc/17844/stat : 17844 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 641 0 0 0 25 0 1 0 273932551 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683111 0 0 4096 2 0 0 0 17 0 0 0
/proc/17844/statm: 45444 351 71 160 0 45282 0
[pid=17845] ppid=17840 vsize=181776 CPUtime=6.39
/proc/17845/stat : 17845 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 639 0 0 0 25 0 1 0 273932552 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 0 0 0 0 17 1 0 0
/proc/17845/statm: 45444 351 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=6.3
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 630 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134603834 0 0 4096 2 0 0 0 17 1 0 0
/proc/17846/statm: 45444 351 71 160 0 45282 0
[pid=17847] ppid=17840 vsize=181776 CPUtime=6.4
/proc/17847/stat : 17847 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 640 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580256 0 0 4096 0 0 0 0 17 0 0 0
/proc/17847/statm: 45444 351 71 160 0 45282 0
[pid=17848] ppid=17840 vsize=181776 CPUtime=6.21
/proc/17848/stat : 17848 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 621 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683350 0 0 4096 2 0 0 0 17 0 0 0
/proc/17848/statm: 45444 351 71 160 0 45282 0
[pid=17849] ppid=17840 vsize=181776 CPUtime=6.24
/proc/17849/stat : 17849 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 624 0 0 0 25 0 1 0 273932583 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567437 0 0 4096 0 0 0 0 17 0 0 0
/proc/17849/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 50.91

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

/proc/17845/statm: 45444 351 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=61.89
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 6189 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134603377 0 0 4096 2 0 0 0 17 1 0 0
/proc/17846/statm: 45444 351 71 160 0 45282 0
[pid=17849] ppid=17840 vsize=181776 CPUtime=69.23
/proc/17849/stat : 17849 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 6923 0 0 0 25 0 1 0 273932583 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580075 0 0 4096 0 0 0 0 17 0 0 0
/proc/17849/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 444.18
Current children cumulated vsize (KiB) 1272432

[startup+282.677 s]
/proc/loadavg: 5.52 4.23 2.42 6/83 17849
/proc/meminfo: memFree=1724488/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=129.61
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 210 0 0 0 0 12961 0 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=82.11
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 8211 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580290 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
[pid=17843] ppid=17840 vsize=181776 CPUtime=90.53
/proc/17843/stat : 17843 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 9053 0 0 0 25 0 1 0 273932548 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577046 0 0 4096 0 0 0 0 17 0 0 0
/proc/17843/statm: 45444 351 71 160 0 45282 0
[pid=17844] ppid=17840 vsize=181776 CPUtime=97.99
/proc/17844/stat : 17844 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 9799 0 0 0 25 0 1 0 273932551 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567307 0 0 4096 2 0 0 0 17 0 0 0
/proc/17844/statm: 45444 352 71 160 0 45282 0
[pid=17845] ppid=17840 vsize=181776 CPUtime=81.88
/proc/17845/stat : 17845 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 8188 0 0 0 25 0 1 0 273932552 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577653 0 0 4096 0 0 0 0 17 1 0 0
/proc/17845/statm: 45444 351 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=81.88
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 8188 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134578964 0 0 4096 2 0 0 0 17 1 0 0
/proc/17846/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 564
Current children cumulated vsize (KiB) 1090656

[startup+342.684 s]
/proc/loadavg: 4.70 4.24 2.54 5/82 17849
/proc/meminfo: memFree=1724752/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=228.88
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 280 0 0 0 0 22888 0 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=109.11
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 10911 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134636655 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
[pid=17844] ppid=17840 vsize=181776 CPUtime=128.09
/proc/17844/stat : 17844 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 12809 0 0 0 25 0 1 0 273932551 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683350 0 0 4096 2 0 0 0 17 0 0 0
/proc/17844/statm: 45444 352 71 160 0 45282 0
[pid=17845] ppid=17840 vsize=181776 CPUtime=108.88
/proc/17845/stat : 17845 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 10888 0 0 0 25 0 1 0 273932552 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567268 0 0 4096 0 0 0 0 17 1 0 0
/proc/17845/statm: 45444 351 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=108.78
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 10878 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580258 0 0 4096 2 0 0 0 17 0 0 0
/proc/17846/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 683.74
Current children cumulated vsize (KiB) 908880

[startup+402.759 s]
/proc/loadavg: 3.77 4.07 2.58 4/81 17849
/proc/meminfo: memFree=1724888/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=346.67
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 350 0 0 0 0 34666 1 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=160.27
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 16027 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
[pid=17844] ppid=17840 vsize=181776 CPUtime=157.98
/proc/17844/stat : 17844 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 15798 0 0 0 25 0 1 0 273932551 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 2 0 0 0 17 0 0 0
/proc/17844/statm: 45444 352 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=138.71
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 13871 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633532 0 0 4096 2 0 0 0 17 0 0 0
/proc/17846/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 803.63
Current children cumulated vsize (KiB) 727104

[startup+462.824 s]
/proc/loadavg: 3.28 3.87 2.61 4/81 17849
/proc/meminfo: memFree=1724888/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=346.67
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 350 0 0 0 0 34666 1 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=220.31
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 22031 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567641 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
[pid=17844] ppid=17840 vsize=181776 CPUtime=187.88
/proc/17844/stat : 17844 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 18788 0 0 0 25 0 1 0 273932551 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134640114 0 0 4096 2 0 0 0 17 0 0 0
/proc/17844/statm: 45444 352 71 160 0 45282 0
[pid=17846] ppid=17840 vsize=181776 CPUtime=168.63
/proc/17846/stat : 17846 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 50 0 0 0 16863 0 0 0 25 0 1 0 273932553 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134629402 0 0 4096 2 0 0 0 17 0 0 0
/proc/17846/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 923.49
Current children cumulated vsize (KiB) 727104

[startup+522.919 s]
/proc/loadavg: 2.09 3.45 2.54 3/79 17849
/proc/meminfo: memFree=1725480/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=729.16
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 491 0 0 0 0 72915 1 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=280.39
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 28039 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572727 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1009.55
Current children cumulated vsize (KiB) 363552

[startup+582.987 s]
/proc/loadavg: 1.40 3.00 2.44 2/79 17849
/proc/meminfo: memFree=1725608/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=729.16
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 491 0 0 0 0 72915 1 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=340.44
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 34044 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577666 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1069.6
Current children cumulated vsize (KiB) 363552

[startup+643.055 s]
/proc/loadavg: 1.14 2.63 2.35 2/79 17849
/proc/meminfo: memFree=1725608/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=729.16
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 491 0 0 0 0 72915 1 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=400.5
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 40050 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683111 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1129.66
Current children cumulated vsize (KiB) 363552

[startup+703.126 s]
/proc/loadavg: 1.05 2.33 2.26 2/79 17851
/proc/meminfo: memFree=1725608/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=729.16
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 491 0 0 0 0 72915 1 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=460.55
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 46055 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567447 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1189.71
Current children cumulated vsize (KiB) 363552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+713.479 s]
/proc/loadavg: 1.04 2.29 2.25 2/79 17851
/proc/meminfo: memFree=1725608/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=729.16
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 491 0 0 0 0 72915 1 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=470.9
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 47090 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134576892 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 363552

Sending SIGTERM to process tree (bottom up)

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

[startup+713.479 s]
/proc/loadavg: 1.04 2.29 2.25 2/79 17851
/proc/meminfo: memFree=1725608/2055920 swapFree=4192812/4192956
[pid=17840] ppid=17838 vsize=181776 CPUtime=729.16
/proc/17840/stat : 17840 (kcnfs-smp) S 17838 17840 16622 0 -1 4194304 550 491 0 0 0 0 72915 1 16 0 1 0 273932547 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/17840/statm: 45444 335 63 160 0 45282 0
[pid=17842] ppid=17840 vsize=181776 CPUtime=470.9
/proc/17842/stat : 17842 (kcnfs-smp) R 17840 17840 16622 0 -1 4194368 51 0 0 0 47090 0 0 0 25 0 1 0 273932548 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134576892 0 0 4096 2 0 0 0 17 1 0 0
/proc/17842/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 363552

Child status: 0
Real time (s): 713.486
CPU time (s): 1200.1
CPU user time (s): 1200.07
CPU system time (s): 0.027995
CPU usage (%): 168.202
Max. virtual memory (cumulated for all children) (KiB): 1635984

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

runsolver used 0.699893 second user time and 1.84072 second system time

The end

Launcher Data (download as text)

Begin job on node18 on Tue Feb 27 01:29:40 UTC 2007

IDJOB= 309352
IDBENCH= 20257
IDSOLVER= 112
FILE ID= node18/309352-1172539780

PBS_JOBID= 3971622

Free space on /tmp= 66554 MiB

SOLVER NAME= KCNFS SMP
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.9/v990/unif2p-p0.9-v990-c3583-S1346268409-03-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/309352-1172539780/kcnfs-smp /tmp/evaluation/309352-1172539780/instance-309352-1172539780.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-309352-1172539780 -o ROOT/results/node18/solver-309352-1172539780 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/309352-1172539780/kcnfs-smp /tmp/evaluation/309352-1172539780/instance-309352-1172539780.cnf            

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  29ca8cedaef0d9dfd8a1bc9050403900

RANDOM SEED= 240570010

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node18.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.236
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.236
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:       1728144 kB
Buffers:         40680 kB
Cached:         174064 kB
SwapCached:          0 kB
Active:         224360 kB
Inactive:        50196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728144 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3192 kB
Writeback:           0 kB
Mapped:          78716 kB
Slab:            38820 kB
Committed_AS:   941008 kB
PageTables:       1668 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= 66554 MiB

End job on node18 on Tue Feb 27 01:41:34 UTC 2007