Trace number 309229

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.25 601.522

General information on the benchmark

Namerandom/2+p/p0.9/v990/
unif2p-p0.9-v990-c3583-S832358630-11-UNSAT.cnf
MD5SUM358d57727acfd6fba0e9cd4766c6d2fc
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 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/309229-1172536959/kcnfs-smp   V. 1.2
0.00/0.00	c reading file ... done
0.00/0.00	c Input file : '/tmp/evaluation/309229-1172536959/instance-309229-1172536959.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.01	c <15716> [PID]: 15718 15719 15720 15721 15722 15723 15724
0.00/0.41	c <15716> [PID]: 15725
0.00/0.41	c real distribution: 8 tasks
1200.16/601.52	c <15716> [15718: NOT SOLVED][15720: NOT SOLVED][15723: NOT SOLVED][15724: NOT SOLVED][15725: NOT SOLVED]
1200.16/601.52	c <15716> [15721: NOT SOLVED][15722: NOT SOLVED][15719: NOT SOLVED]
1200.16/601.52	s NOT SOLVED
1200.16/601.52	c CPU time            : 0.000 seconds
1200.16/601.52	c Elapsed Time        : 601.514 seconds
1200.16/601.52	c Size of search tree : 0 node
1200.16/601.52	c average speed       : 0.000 nodes/sec.
1200.16/601.52	

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/node5/watcher-309229-1172536959 -o ROOT/results/node5/solver-309229-1172536959 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/309229-1172536959/kcnfs-smp /tmp/evaluation/309229-1172536959/instance-309229-1172536959.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: 1.00 1.00 1.00 3/77 15716
/proc/meminfo: memFree=1663584/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=180916 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) R 15714 15716 14947 0 -1 4194304 132 0 0 0 0 0 0 0 18 0 1 0 273650675 185257984 117 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134820679 0 0 4096 0 0 0 0 17 1 0 0
/proc/15716/statm: 45229 118 48 160 0 45067 0

[startup+0.107074 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15716
/proc/meminfo: memFree=1663584/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) R 15714 15716 14947 0 -1 4194304 518 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836899 0 0 4096 0 0 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 181776

[startup+0.515118 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 15716
/proc/meminfo: memFree=1663584/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 181776

[startup+1.33621 s]
/proc/loadavg: 1.00 1.00 1.00 9/86 15725
/proc/meminfo: memFree=1660184/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=0.44
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 44 0 0 0 23 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633473 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=0.4
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 49 0 0 0 40 0 0 0 23 0 1 0 273650676 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580261 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 350 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=0.41
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 41 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572047 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=0.3
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 49 0 0 0 30 0 0 0 24 0 1 0 273650680 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567466 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 350 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=0.3
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 49 0 0 0 30 0 0 0 25 0 1 0 273650680 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567202 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 350 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=0.32
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 32 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580273 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=0.2
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 48 0 0 0 20 0 0 0 25 0 1 0 273650681 186138624 349 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134638873 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 349 69 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=0.24
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 49 0 0 0 24 0 0 0 25 0 1 0 273650711 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577447 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 350 71 160 0 45282 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1635984

[startup+2.9804 s]
/proc/loadavg: 1.56 1.12 1.04 9/86 15725
/proc/meminfo: memFree=1660056/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=0.86
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 86 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683120 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=0.82
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 82 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134675319 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 351 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=0.81
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 81 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134595497 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=0.7
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 49 0 0 0 70 0 0 0 25 0 1 0 273650680 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567187 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 350 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=0.7
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 70 0 0 0 25 0 1 0 273650680 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134588708 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 351 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=0.76
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 76 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134627928 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=0.6
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 60 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567234 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 351 71 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=0.64
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 49 0 0 0 64 0 0 0 25 0 1 0 273650711 186138624 350 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589865 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 350 71 160 0 45282 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1635984

[startup+6.18576 s]
/proc/loadavg: 1.56 1.12 1.04 9/86 15725
/proc/meminfo: memFree=1659736/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=1.67
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 167 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633545 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=1.62
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 162 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567303 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 351 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=1.6
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 160 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567527 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=1.5
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 150 0 0 0 25 0 1 0 273650680 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567641 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 351 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=1.5
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 150 0 0 0 25 0 1 0 273650680 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134629591 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 351 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=1.54
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 154 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134601201 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=1.4
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 140 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577432 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 351 71 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=1.44
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 144 0 0 0 25 0 1 0 273650711 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567357 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 1635984

[startup+12.6685 s]
/proc/loadavg: 2.55 1.34 1.11 9/86 15725
/proc/meminfo: memFree=1659736/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=3.34
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 334 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572673 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=3.22
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 322 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134675411 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 351 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=3.2
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 320 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567216 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=3.11
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 311 0 0 0 25 0 1 0 273650680 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580800 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 351 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=3.1
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 310 0 0 0 25 0 1 0 273650680 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580285 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 351 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=3.19
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 319 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=3
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 300 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580376 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 351 71 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=3.04
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 304 0 0 0 25 0 1 0 273650711 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569510 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1635984

[startup+25.549 s]
/proc/loadavg: 3.39 1.56 1.18 9/86 15725
/proc/meminfo: memFree=1659736/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=6.54
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 654 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134601812 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=6.42
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 642 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 351 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=6.4
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 640 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683149 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=6.38
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 638 0 0 0 25 0 1 0 273650680 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572608 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 351 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=6.3
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 630 0 0 0 25 0 1 0 273650680 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134589849 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 351 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=6.4
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 640 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134684971 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=6.23
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 623 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572276 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 351 71 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=6.24
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 624 0 0 0 25 0 1 0 273650711 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567426 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 351 71 160 0 45282 0
Current children cumulated CPU time (s) 50.91

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

[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=115.82
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 11582 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567347 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=115.7
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 11570 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572850 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 351 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=115.21
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 11521 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572626 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=115.64
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 11564 0 0 0 25 0 1 0 273650680 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572698 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 352 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=115.58
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 11558 0 0 0 25 0 1 0 273650680 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572829 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 351 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=115.18
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 11518 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577417 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=115.07
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 11507 0 0 0 25 0 1 0 273650681 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134578354 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 352 71 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=115.13
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 11513 0 0 0 25 0 1 0 273650711 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572893 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 923.33
Current children cumulated vsize (KiB) 1635984

[startup+522.827 s]
/proc/loadavg: 8.00 6.80 4.02 9/86 15725
/proc/meminfo: memFree=1659544/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=130.82
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 13082 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683111 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=130.69
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 13069 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683095 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 351 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=130.18
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 13018 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134633613 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=130.67
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 13067 0 0 0 25 0 1 0 273650680 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683127 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 352 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=130.58
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 13058 0 0 0 25 0 1 0 273650680 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572638 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 351 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=130.17
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 13017 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134580220 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=130
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 13000 0 0 0 25 0 1 0 273650681 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572863 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 352 71 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=130.02
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 13002 0 0 0 25 0 1 0 273650711 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683149 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1043.13
Current children cumulated vsize (KiB) 1635984

[startup+582.875 s]
/proc/loadavg: 8.03 7.03 4.27 9/86 15725
/proc/meminfo: memFree=1659544/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=145.81
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 14581 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567313 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=145.69
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 14569 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577061 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 351 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=145.12
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 14512 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577649 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=145.67
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 14567 0 0 0 25 0 1 0 273650680 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134579685 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 352 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=145.62
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 14562 0 0 0 25 0 1 0 273650680 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577653 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 352 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=145.07
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 14507 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567307 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=144.97
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 14497 0 0 0 25 0 1 0 273650681 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134569469 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 352 71 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=145.02
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 14502 0 0 0 25 0 1 0 273650711 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134577061 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1162.97
Current children cumulated vsize (KiB) 1635984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.513 s]
/proc/loadavg: 8.02 7.08 4.33 9/86 15725
/proc/meminfo: memFree=1659544/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=150.5
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 15050 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134595418 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=150.39
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 15039 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 351 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=149.78
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 14978 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=150.27
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 15027 0 0 0 25 0 1 0 273650680 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 352 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=150.27
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 15027 0 0 0 25 0 1 0 273650680 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 352 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=149.76
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 14976 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134593377 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=149.57
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 14957 0 0 0 25 0 1 0 273650681 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134601201 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 352 71 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=149.62
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 14962 0 0 0 25 0 1 0 273650711 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683232 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 1635984

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

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

[startup+601.513 s]
/proc/loadavg: 8.02 7.08 4.33 9/86 15725
/proc/meminfo: memFree=1659544/2055920 swapFree=4192812/4192956
[pid=15716] ppid=15714 vsize=181776 CPUtime=0
/proc/15716/stat : 15716 (kcnfs-smp) S 15714 15716 14947 0 -1 4194304 548 0 0 0 0 0 0 0 24 0 1 0 273650675 186138624 335 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134836797 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/15716/statm: 45444 335 63 160 0 45282 0
[pid=15718] ppid=15716 vsize=181776 CPUtime=150.5
/proc/15718/stat : 15718 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 15050 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134595418 0 0 4096 2 0 0 0 17 1 0 0
/proc/15718/statm: 45444 351 71 160 0 45282 0
[pid=15719] ppid=15716 vsize=181776 CPUtime=150.39
/proc/15719/stat : 15719 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 15039 0 0 0 25 0 1 0 273650676 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572846 0 0 4096 0 0 0 0 17 1 0 0
/proc/15719/statm: 45444 351 71 160 0 45282 0
[pid=15720] ppid=15716 vsize=181776 CPUtime=149.78
/proc/15720/stat : 15720 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 14978 0 0 0 25 0 1 0 273650679 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134572642 0 0 4096 2 0 0 0 17 0 0 0
/proc/15720/statm: 45444 351 71 160 0 45282 0
[pid=15721] ppid=15716 vsize=181776 CPUtime=150.27
/proc/15721/stat : 15721 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 15027 0 0 0 25 0 1 0 273650680 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134567517 0 0 4096 0 0 0 0 17 1 0 0
/proc/15721/statm: 45444 352 71 160 0 45282 0
[pid=15722] ppid=15716 vsize=181776 CPUtime=150.27
/proc/15722/stat : 15722 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 15027 0 0 0 25 0 1 0 273650680 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683204 0 0 4096 2 0 0 0 17 1 0 0
/proc/15722/statm: 45444 352 71 160 0 45282 0
[pid=15723] ppid=15716 vsize=181776 CPUtime=149.76
/proc/15723/stat : 15723 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 50 0 0 0 14976 0 0 0 25 0 1 0 273650681 186138624 351 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134593377 0 0 4096 0 0 0 0 17 0 0 0
/proc/15723/statm: 45444 351 71 160 0 45282 0
[pid=15724] ppid=15716 vsize=181776 CPUtime=149.57
/proc/15724/stat : 15724 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 14957 0 0 0 25 0 1 0 273650681 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134601201 0 0 4096 2 0 0 0 17 0 0 0
/proc/15724/statm: 45444 352 71 160 0 45282 0
[pid=15725] ppid=15716 vsize=181776 CPUtime=149.62
/proc/15725/stat : 15725 (kcnfs-smp) R 15716 15716 14947 0 -1 4194368 51 0 0 0 14962 0 0 0 25 0 1 0 273650711 186138624 352 18446744073709551615 134512640 135172044 4294956704 18446744073709551615 134683232 0 0 4096 0 0 0 0 17 0 0 0
/proc/15725/statm: 45444 352 71 160 0 45282 0
Current children cumulated CPU time (s) 1200.16
Current children cumulated vsize (KiB) 1635984

Child status: 0
Real time (s): 601.522
CPU time (s): 1200.25
CPU user time (s): 1200.21
CPU system time (s): 0.041993
CPU usage (%): 199.535
Max. virtual memory (cumulated for all children) (KiB): 1635984

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

runsolver used 0.560914 second user time and 1.58376 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Tue Feb 27 00:42:39 UTC 2007

IDJOB= 309229
IDBENCH= 20253
IDSOLVER= 112
FILE ID= node5/309229-1172536959

PBS_JOBID= 3971633

Free space on /tmp= 66553 MiB

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

META MD5SUM SOLVER= 23f87ccf1c743ff5b6146b444e216cd3
MD5SUM BENCH=  358d57727acfd6fba0e9cd4766c6d2fc

RANDOM SEED= 386340063

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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.224
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.224
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:       1663992 kB
Buffers:         50052 kB
Cached:         227388 kB
SwapCached:          0 kB
Active:         230612 kB
Inactive:        90716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3216 kB
Writeback:           0 kB
Mapped:          62832 kB
Slab:            56248 kB
Committed_AS:   887344 kB
PageTables:       1692 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= 66553 MiB

End job on node5 on Tue Feb 27 00:52:40 UTC 2007