Trace number 3377259

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
borg-sat 11.03.02-seq-random (fixed)? (MO) 701.95 701.778

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S283489555-036-UNKNOWN.cnf
MD5SUMdd0dfae1a7fca71616878d93d3870a71
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark656.835
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.64	c INFO: solving HOME/instance-3377259-1305451895.cnf
0.36/0.64	c INFO: computing task features
0.45/0.76	c INFO: computed variable-clause graph statistics
0.45/0.77	c INFO: computed clause balance statistics
1.03/1.35	c INFO: computed variable balance statistics
1.23/1.58	c INFO: computed small-clause counts
1.23/1.59	c INFO: computed Horn-clause counts
1.33/1.60	c INFO: computed variable graph statistics
1.33/1.60	c INFO: collected features for HOME/instance-3377259-1305451895.cnf in 0.96 s
1.33/1.62	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.35)
101.64/101.93	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.12)
200.21/200.25	c INFO: running adaptg2wsat2009++@0 for 97 with 2200 remaining (b = 0.08)
300.50/300.54	c INFO: running adaptg2wsat2009++@0 for 97 with 2100 remaining (b = 0.06)
400.77/400.83	c INFO: running adaptg2wsat2009++@0 for 97 with 2000 remaining (b = 0.05)
501.06/501.12	c INFO: running gnovelty+2@0 for 97 with 1900 remaining (b = 0.04)
600.65/600.48	c INFO: running FH@0 for 97 with 1801 remaining (b = 0.03)
700.96/700.79	c INFO: running adaptg2wsat2009++@0 for 97 with 1701 remaining (b = 0.03)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377259-1305451895/watcher-3377259-1305451895 -o /tmp/evaluation-result-3377259-1305451895/solver-3377259-1305451895 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377259-1305451895.cnf -seed 405085109 -budget 2400 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 3.65 3.31 4/402 14569
/proc/meminfo: memFree=25588284/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=15780 CPUtime=0 cores=5,7
/proc/14569/stat : 14569 (python) R 14567 14569 13135 0 -1 4202496 927 0 0 0 0 0 0 0 24 0 1 0 656792142 16158720 807 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646329488 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14569/statm: 3945 807 356 364 0 432 0

[startup+0.087133 s]
/proc/loadavg: 4.00 3.65 3.31 4/402 14569
/proc/meminfo: memFree=25588284/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=56784 CPUtime=0.04 cores=5,7
/proc/14569/stat : 14569 (python) R 14567 14569 13135 0 -1 4202496 2102 0 0 0 4 0 0 0 25 0 1 0 656792142 58146816 1857 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634513408 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/14569/statm: 14196 1857 499 364 0 1319 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 56784

[startup+0.101131 s]
/proc/loadavg: 4.00 3.65 3.31 4/402 14569
/proc/meminfo: memFree=25588284/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=93964 CPUtime=0.05 cores=5,7
/proc/14569/stat : 14569 (python) R 14567 14569 13135 0 -1 4202496 2692 0 0 0 5 0 0 0 17 0 1 0 656792142 96219136 2407 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634513408 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14569/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.301073 s]
/proc/loadavg: 4.00 3.65 3.31 4/402 14569
/proc/meminfo: memFree=25588284/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=135752 CPUtime=0.17 cores=5,7
/proc/14569/stat : 14569 (python) S 14567 14569 13135 0 -1 4202496 5971 936 1 0 13 4 0 0 17 0 1 0 656792142 139010048 4149 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634511365 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/14569/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.720059 s]
/proc/loadavg: 4.00 3.65 3.31 4/402 14569
/proc/meminfo: memFree=25588284/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=281196 CPUtime=0.45 cores=5,7
/proc/14569/stat : 14569 (python) R 14567 14569 13135 0 -1 4202496 9952 936 1 0 36 9 0 0 15 0 1 0 656792142 287944704 7622 33554432000 4194304 5683644 140734478624304 18446744073709551615 4603495 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14569/statm: 70299 7622 1761 364 0 6223 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 281196

[startup+1.50088 s]
/proc/loadavg: 4.00 3.65 3.31 5/403 14575
/proc/meminfo: memFree=25561616/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=282560 CPUtime=1.23 cores=5,7
/proc/14569/stat : 14569 (python) R 14567 14569 13135 0 -1 4202496 11220 936 1 0 114 9 0 0 16 0 1 0 656792142 289341440 8053 33554432000 4194304 5683644 140734478624304 18446744073709551615 47754701112516 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14569/statm: 70640 8053 1827 364 0 6564 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 282560

[startup+3.10061 s]
/proc/loadavg: 4.00 3.65 3.31 5/406 14578
/proc/meminfo: memFree=25560724/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=289440 CPUtime=1.36 cores=5,7
/proc/14569/stat : 14569 (python) S 14567 14569 13135 0 -1 4202496 11583 936 1 0 126 10 0 0 19 0 2 0 656792142 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14569/statm: 72360 7224 1869 364 0 8278 0
[pid=14576] ppid=14569 vsize=279196 CPUtime=0 cores=5,7
/proc/14576/stat : 14576 (python) S 14569 14569 13135 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 656792305 285896704 5705 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634535439 0 0 16781312 514 4199689395067912456 0 0 17 5 0 0 0
/proc/14576/statm: 69799 5705 354 364 0 5717 0
[pid=14578] ppid=14576 vsize=1018616 CPUtime=1.46 cores=5,7
/proc/14578/stat : 14578 (gnovelty+2) R 14576 14578 14578 0 -1 4202496 767 0 0 0 146 0 0 0 23 0 1 0 656792305 1043062784 500 33554432000 134512640 135663704 4294163712 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14578/statm: 254654 500 113 282 0 254370 0
[pid=14569/tid=14577] ppid=14567 vsize=289440 CPUtime=0 cores=5,7
/proc/14569/task/14577/stat : 14577 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 656792305 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1587252

[startup+6.30103 s]
/proc/loadavg: 4.00 3.65 3.32 6/406 14578
/proc/meminfo: memFree=25559484/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=289440 CPUtime=1.36 cores=5,7
/proc/14569/stat : 14569 (python) S 14567 14569 13135 0 -1 4202496 11583 936 1 0 126 10 0 0 19 0 2 0 656792142 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14569/statm: 72360 7224 1869 364 0 8278 0
[pid=14576] ppid=14569 vsize=279196 CPUtime=0 cores=5,7
/proc/14576/stat : 14576 (python) S 14569 14569 13135 0 -1 4202560 970 0 0 0 0 0 0 0 18 0 1 0 656792305 285896704 5733 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634535439 0 0 16781312 514 4199689395067912456 0 0 17 5 0 0 0
/proc/14576/statm: 69799 5733 382 364 0 5717 0
[pid=14578] ppid=14576 vsize=1018616 CPUtime=4.64 cores=5,7
/proc/14578/stat : 14578 (gnovelty+2) R 14576 14578 14578 0 -1 4202496 767 0 0 0 464 0 0 0 25 0 1 0 656792305 1043062784 500 33554432000 134512640 135663704 4294163712 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14578/statm: 254654 500 113 282 0 254370 0
[pid=14569/tid=14577] ppid=14567 vsize=289440 CPUtime=0 cores=5,7
/proc/14569/task/14577/stat : 14577 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 656792305 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1587252

[startup+12.7009 s]
/proc/loadavg: 4.00 3.66 3.32 5/406 14578
/proc/meminfo: memFree=25559044/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=289440 CPUtime=1.36 cores=5,7
/proc/14569/stat : 14569 (python) S 14567 14569 13135 0 -1 4202496 11583 936 1 0 126 10 0 0 19 0 2 0 656792142 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14569/statm: 72360 7224 1869 364 0 8278 0
[pid=14576] ppid=14569 vsize=279196 CPUtime=0.02 cores=5,7
/proc/14576/stat : 14576 (python) S 14569 14569 13135 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 656792305 285896704 5733 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634535439 0 0 16781312 514 14720894991362654472 0 0 17 5 0 0 0
/proc/14576/statm: 69799 5733 382 364 0 5717 0
[pid=14578] ppid=14576 vsize=1018616 CPUtime=11.03 cores=5,7
/proc/14578/stat : 14578 (gnovelty+2) R 14576 14578 14578 0 -1 4202496 767 0 0 0 1103 0 0 0 25 0 1 0 656792305 1043062784 500 33554432000 134512640 135663704 4294163712 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14578/statm: 254654 500 113 282 0 254370 0
[pid=14569/tid=14577] ppid=14567 vsize=289440 CPUtime=0 cores=5,7
/proc/14569/task/14577/stat : 14577 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 656792305 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1587252

[startup+25.5007 s]
/proc/loadavg: 4.00 3.67 3.33 5/406 14578
/proc/meminfo: memFree=25559052/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=289440 CPUtime=1.36 cores=5,7
/proc/14569/stat : 14569 (python) S 14567 14569 13135 0 -1 4202496 11583 936 1 0 126 10 0 0 19 0 2 0 656792142 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14569/statm: 72360 7224 1869 364 0 8278 0
[pid=14576] ppid=14569 vsize=279196 CPUtime=0.06 cores=5,7
/proc/14576/stat : 14576 (python) S 14569 14569 13135 0 -1 4202560 979 0 0 0 3 3 0 0 18 0 1 0 656792305 285896704 5733 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634535439 0 0 16781312 514 14720894991362654472 0 0 17 5 0 0 0
/proc/14576/statm: 69799 5733 382 364 0 5717 0
[pid=14578] ppid=14576 vsize=1018616 CPUtime=23.8 cores=5,7
/proc/14578/stat : 14578 (gnovelty+2) R 14576 14578 14578 0 -1 4202496 767 0 0 0 2380 0 0 0 25 0 1 0 656792305 1043062784 500 33554432000 134512640 135663704 4294163712 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14578/statm: 254654 500 113 282 0 254370 0
[pid=14569/tid=14577] ppid=14567 vsize=289440 CPUtime=0 cores=5,7
/proc/14569/task/14577/stat : 14577 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 656792305 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1587252

[startup+51.1011 s]
/proc/loadavg: 4.00 3.70 3.35 5/410 14584
/proc/meminfo: memFree=25525616/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=289440 CPUtime=1.36 cores=5,7
/proc/14569/stat : 14569 (python) S 14567 14569 13135 0 -1 4202496 11583 936 1 0 126 10 0 0 19 0 2 0 656792142 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14569/statm: 72360 7224 1869 364 0 8278 0
[pid=14576] ppid=14569 vsize=279196 CPUtime=0.12 cores=5,7
/proc/14576/stat : 14576 (python) S 14569 14569 13135 0 -1 4202560 991 0 0 0 6 6 0 0 18 0 1 0 656792305 285896704 5733 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634535439 0 0 16781312 514 14720894991362654472 0 0 17 5 0 0 0
/proc/14576/statm: 69799 5733 382 364 0 5717 0
[pid=14578] ppid=14576 vsize=1018616 CPUtime=49.34 cores=5,7
/proc/14578/stat : 14578 (gnovelty+2) R 14576 14578 14578 0 -1 4202496 767 0 0 0 4934 0 0 0 25 0 1 0 656792305 1043062784 500 33554432000 134512640 135663704 4294163712 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14578/statm: 254654 500 113 282 0 254370 0
[pid=14569/tid=14577] ppid=14567 vsize=289440 CPUtime=0 cores=5,7
/proc/14569/task/14577/stat : 14577 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 2 0 656792305 296386560 7224 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1587252

[startup+102.314 s]
/proc/loadavg: 4.00 3.74 3.38 5/419 14596
/proc/meminfo: memFree=25506624/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=299868 CPUtime=1.37 cores=5,7
/proc/14569/stat : 14569 (python) S 14567 14569 13135 0 -1 4202496 12459 936 1 0 127 10 0 0 20 0 3 0 656792142 307064832 7298 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14569/statm: 74967 7298 1880 364 0 10882 0
[pid=14576] ppid=14569 vsize=289440 CPUtime=0.27 cores=5,7
/proc/14576/stat : 14576 (python) S 14569 14569 13135 0 -1 4202560 1151 0 0 0 13 14 0 0 19 0 2 0 656792305 296386560 5771 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14576/statm: 72360 5771 415 364 0 8278 0
[pid=14578] ppid=14576 vsize=1018616 CPUtime=100.04 cores=5,7
/proc/14578/stat : 14578 (gnovelty+2) T 14576 14578 14578 0 -1 4202496 767 0 0 0 10004 0 0 0 25 0 1 0 656792305 1043062784 500 33554432000 134512640 135663704 4294163712 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14578/statm: 254654 500 113 282 0 254370 0
[pid=14576/tid=14593] ppid=14569 vsize=289440 CPUtime=0 cores=5,7
/proc/14576/task/14593/stat : 14593 (python) S 14569 14569 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656802334 296386560 5771 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604466775411520 0 0 -1 7 0 0 0
[pid=14594] ppid=14569 vsize=289624 CPUtime=0 cores=5,7
/proc/14594/stat : 14594 (python) S 14569 14569 13135 0 -1 4202560 734 0 0 0 0 0 0 0 19 0 1 0 656802336 296574976 5762 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634535494 0 0 16781312 514 9272125761114865663 0 0 17 7 0 0 0
/proc/14594/statm: 72406 5762 348 364 0 8321 0
[pid=14596] ppid=14594 vsize=1018616 CPUtime=0.37 cores=5,7
/proc/14596/stat : 14596 (gnovelty+2) R 14594 14596 14596 0 -1 4202496 762 0 0 0 37 0 0 0 21 0 1 0 656802336 1043062784 500 33554432000 134512640 135663704 4293679616 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14596/statm: 254654 500 113 282 0 254370 0
[pid=14569/tid=14577] ppid=14567 vsize=299868 CPUtime=0 cores=5,7
/proc/14569/task/14577/stat : 14577 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 3 0 656792305 307064832 7298 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 7 0 0 0
[pid=14569/tid=14595] ppid=14567 vsize=299868 CPUtime=0 cores=5,7
/proc/14569/task/14595/stat : 14595 (python) S 14567 14569 13135 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 3 0 656802336 307064832 7298 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 2916164

[startup+162.301 s]
/proc/loadavg: 4.00 3.79 3.41 5/403 14638
/proc/meminfo: memFree=25523312/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=299868 CPUtime=1.37 cores=5,7
/proc/14569/stat : 14569 (python) S 14567 14569 13135 0 -1 4202496 12459 936 1 0 127 10 0 0 20 0 3 0 656792142 307064832 7298 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14569/statm: 74967 7298 1880 364 0 10882 0
[pid=14576] ppid=14569 vsize=289440 CPUtime=0.27 cores=5,7
/proc/14576/stat : 14576 (python) S 14569 14569 13135 0 -1 4202560 1151 0 0 0 13 14 0 0 19 0 2 0 656792305 296386560 5771 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14576/statm: 72360 5771 415 364 0 8278 0
[pid=14578] ppid=14576 vsize=1018616 CPUtime=100.04 cores=5,7
/proc/14578/stat : 14578 (gnovelty+2) T 14576 14578 14578 0 -1 4202496 767 0 0 0 10004 0 0 0 25 0 1 0 656792305 1043062784 500 33554432000 134512640 135663704 4294163712 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14578/statm: 254654 500 113 282 0 254370 0
[pid=14576/tid=14593] ppid=14569 vsize=289440 CPUtime=0 cores=5,7
/proc/14576/task/14593/stat : 14593 (python) S 14569 14569 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656802334 296386560 5771 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604466775411520 0 0 -1 7 0 0 0
[pid=14594] ppid=14569 vsize=289624 CPUtime=0.16 cores=5,7

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

[pid=14676] ppid=14569 vsize=300484 CPUtime=0.27 cores=5,7
/proc/14676/stat : 14676 (python) S 14569 14569 13135 0 -1 4202560 1090 0 0 0 14 13 0 0 19 0 2 0 656812168 307695616 5954 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14676/statm: 75121 5954 399 364 0 11033 0
[pid=14678] ppid=14676 vsize=418636 CPUtime=99.99 cores=5,7
/proc/14678/stat : 14678 (adaptg2wsat2009) T 14676 14678 14678 0 -1 4202496 1223 0 0 0 9999 0 0 0 25 0 1 0 656812169 428683264 956 33554432000 134512640 135107411 4292919376 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14678/statm: 104659 956 59 146 0 103535 0
[pid=14676/tid=14689] ppid=14569 vsize=300484 CPUtime=0 cores=5,7
/proc/14676/task/14689/stat : 14689 (python) S 14569 14569 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656822195 307695616 5954 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604463087251648 0 0 -1 7 0 0 0
[pid=14690] ppid=14569 vsize=310740 CPUtime=0.28 cores=5,7
/proc/14690/stat : 14690 (python) S 14569 14569 13135 0 -1 4202560 1079 0 0 0 14 14 0 0 19 0 2 0 656822197 318197760 5958 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14690/statm: 77685 5958 400 364 0 13594 0
[pid=14692] ppid=14690 vsize=418636 CPUtime=99.97 cores=5,7
/proc/14692/stat : 14692 (adaptg2wsat2009) T 14690 14692 14692 0 -1 4202496 1221 0 0 0 9997 0 0 0 25 0 1 0 656822197 428683264 957 33554432000 134512640 135107411 4287734128 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14692/statm: 104659 957 59 146 0 103535 0
[pid=14690/tid=14735] ppid=14569 vsize=310740 CPUtime=0 cores=5,7
/proc/14690/task/14735/stat : 14735 (python) S 14569 14569 13135 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656832224 318197760 5958 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604459366494656 0 0 -1 7 0 0 0
[pid=14736] ppid=14569 vsize=320996 CPUtime=0.29 cores=5,7
/proc/14736/stat : 14736 (python) S 14569 14569 13135 0 -1 4202560 1099 0 0 0 15 14 0 0 19 0 2 0 656832225 328699904 5962 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14736/statm: 80249 5962 400 364 0 16155 0
[pid=14738] ppid=14736 vsize=418636 CPUtime=99.99 cores=5,7
/proc/14738/stat : 14738 (adaptg2wsat2009) T 14736 14738 14738 0 -1 4202496 1223 0 0 0 9999 0 0 0 25 0 1 0 656832226 428683264 955 33554432000 134512640 135107411 4291066944 18446744073709551615 134532384 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14738/statm: 104659 955 59 146 0 103535 0
[pid=14736/tid=14749] ppid=14569 vsize=320996 CPUtime=0 cores=5,7
/proc/14736/task/14749/stat : 14749 (python) S 14569 14569 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656842254 328699904 5962 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604454753662976 0 0 -1 7 0 0 0
[pid=14750] ppid=14569 vsize=331252 CPUtime=0.3 cores=5,7
/proc/14750/stat : 14750 (python) S 14569 14569 13135 0 -1 4202560 1095 0 0 0 16 14 0 0 19 0 2 0 656842255 339202048 5966 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14750/statm: 82813 5966 400 364 0 18716 0
[pid=14752] ppid=14750 vsize=1018616 CPUtime=99.33 cores=5,7
/proc/14752/stat : 14752 (gnovelty+2) T 14750 14752 14752 0 -1 4202496 764 0 0 0 9933 0 0 0 25 0 1 0 656842255 1043062784 500 33554432000 134512640 135663704 4288490944 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14752/statm: 254654 500 113 282 0 254370 0
[pid=14750/tid=14763] ppid=14569 vsize=331252 CPUtime=0 cores=5,7
/proc/14750/task/14763/stat : 14763 (python) S 14569 14569 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656852189 339202048 5966 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604468205425664 0 0 -1 7 0 0 0
[pid=14764] ppid=14569 vsize=341508 CPUtime=0.3 cores=5,7
/proc/14764/stat : 14764 (python) S 14569 14569 13135 0 -1 4202560 1097 0 0 0 16 14 0 0 19 0 2 0 656852191 349704192 5970 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14764/statm: 85377 5970 400 364 0 21277 0
[pid=14766] ppid=14764 vsize=248648 CPUtime=99.97 cores=5,7
/proc/14766/stat : 14766 (FH) T 14764 14766 14766 0 -1 4202496 1120 0 0 0 9997 0 0 0 25 0 1 0 656852191 254615552 857 33554432000 134512640 134936988 4292306048 18446744073709551615 134544749 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14766/statm: 62162 857 41 104 0 61666 0
[pid=14764/tid=14776] ppid=14569 vsize=341508 CPUtime=0 cores=5,7
/proc/14764/task/14776/stat : 14776 (python) S 14569 14569 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656862220 349704192 5970 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604455767943360 0 0 -1 7 0 0 0
[pid=14777] ppid=14569 vsize=351764 CPUtime=0 cores=5,7
/proc/14777/stat : 14777 (python) S 14569 14569 13135 0 -1 4202560 773 0 0 0 0 0 0 0 19 0 1 0 656862221 360206336 5923 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634535494 0 0 16781312 514 7573848688154378239 0 0 17 5 0 0 0
/proc/14777/statm: 87941 5923 350 364 0 23838 0
[pid=14779] ppid=14777 vsize=418500 CPUtime=0.92 cores=5,7
/proc/14779/stat : 14779 (adaptg2wsat2009) R 14777 14779 14779 0 -1 4202496 1075 0 0 0 92 0 0 0 23 0 1 0 656862222 428544000 809 33554432000 134512640 135107411 4288353696 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14779/statm: 104625 809 49 146 0 103501 0
[pid=14569/tid=14577] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14577/stat : 14577 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 9 0 656792305 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 7 0 0 0
[pid=14569/tid=14595] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14595/stat : 14595 (python) S 14567 14569 13135 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656802336 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14677] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14677/stat : 14677 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 656812168 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14691] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14691/stat : 14691 (python) S 14567 14569 13135 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 656822197 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14737] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14737/stat : 14737 (python) S 14567 14569 13135 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 656832226 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14751] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14751/stat : 14751 (python) S 14567 14569 13135 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656842255 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14765] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14765/stat : 14765 (python) S 14567 14569 13135 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656852191 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14778] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14778/stat : 14778 (python) S 14567 14569 13135 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656862222 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 7876720

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

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

[startup+701.701 s]
/proc/loadavg: 4.18 4.04 3.69 6/455 14779
/proc/meminfo: memFree=25213832/32951124 swapFree=53501236/67111528
[pid=14569] ppid=14567 vsize=362008 CPUtime=1.46 cores=5,7
/proc/14569/stat : 14569 (python) S 14567 14569 13135 0 -1 4202496 17608 936 1 0 135 11 0 0 20 0 9 0 656792142 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14569/statm: 90502 7469 1892 364 0 26399 0
[pid=14576] ppid=14569 vsize=289440 CPUtime=0.27 cores=5,7
/proc/14576/stat : 14576 (python) S 14569 14569 13135 0 -1 4202560 1151 0 0 0 13 14 0 0 19 0 2 0 656792305 296386560 5771 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14576/statm: 72360 5771 415 364 0 8278 0
[pid=14578] ppid=14576 vsize=1018616 CPUtime=100.04 cores=5,7
/proc/14578/stat : 14578 (gnovelty+2) T 14576 14578 14578 0 -1 4202496 767 0 0 0 10004 0 0 0 25 0 1 0 656792305 1043062784 500 33554432000 134512640 135663704 4294163712 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14578/statm: 254654 500 113 282 0 254370 0
[pid=14576/tid=14593] ppid=14569 vsize=289440 CPUtime=0 cores=5,7
/proc/14576/task/14593/stat : 14593 (python) S 14569 14569 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656802334 296386560 5771 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604466775411520 0 0 -1 7 0 0 0
[pid=14594] ppid=14569 vsize=289624 CPUtime=0.27 cores=5,7
/proc/14594/stat : 14594 (python) S 14569 14569 13135 0 -1 4202560 1069 0 0 0 14 13 0 0 19 0 2 0 656802336 296574976 5815 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14594/statm: 72406 5815 400 364 0 8321 0
[pid=14596] ppid=14594 vsize=1018616 CPUtime=98.3 cores=5,7
/proc/14596/stat : 14596 (gnovelty+2) T 14594 14596 14596 0 -1 4202496 762 0 0 0 9830 0 0 0 25 0 1 0 656802336 1043062784 500 33554432000 134512640 135663704 4293679616 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14596/statm: 254654 500 113 282 0 254370 0
[pid=14594/tid=14675] ppid=14569 vsize=289624 CPUtime=0 cores=5,7
/proc/14594/task/14675/stat : 14675 (python) S 14569 14569 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656812167 296574976 5815 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604459366495552 0 0 -1 7 0 0 0
[pid=14676] ppid=14569 vsize=300484 CPUtime=0.27 cores=5,7
/proc/14676/stat : 14676 (python) S 14569 14569 13135 0 -1 4202560 1090 0 0 0 14 13 0 0 19 0 2 0 656812168 307695616 5954 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14676/statm: 75121 5954 399 364 0 11033 0
[pid=14678] ppid=14676 vsize=418636 CPUtime=99.99 cores=5,7
/proc/14678/stat : 14678 (adaptg2wsat2009) T 14676 14678 14678 0 -1 4202496 1223 0 0 0 9999 0 0 0 25 0 1 0 656812169 428683264 956 33554432000 134512640 135107411 4292919376 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14678/statm: 104659 956 59 146 0 103535 0
[pid=14676/tid=14689] ppid=14569 vsize=300484 CPUtime=0 cores=5,7
/proc/14676/task/14689/stat : 14689 (python) S 14569 14569 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656822195 307695616 5954 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604463087251648 0 0 -1 7 0 0 0
[pid=14690] ppid=14569 vsize=310740 CPUtime=0.28 cores=5,7
/proc/14690/stat : 14690 (python) S 14569 14569 13135 0 -1 4202560 1079 0 0 0 14 14 0 0 19 0 2 0 656822197 318197760 5958 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14690/statm: 77685 5958 400 364 0 13594 0
[pid=14692] ppid=14690 vsize=418636 CPUtime=99.97 cores=5,7
/proc/14692/stat : 14692 (adaptg2wsat2009) T 14690 14692 14692 0 -1 4202496 1221 0 0 0 9997 0 0 0 25 0 1 0 656822197 428683264 957 33554432000 134512640 135107411 4287734128 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14692/statm: 104659 957 59 146 0 103535 0
[pid=14690/tid=14735] ppid=14569 vsize=310740 CPUtime=0 cores=5,7
/proc/14690/task/14735/stat : 14735 (python) S 14569 14569 13135 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656832224 318197760 5958 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604459366494656 0 0 -1 7 0 0 0
[pid=14736] ppid=14569 vsize=320996 CPUtime=0.29 cores=5,7
/proc/14736/stat : 14736 (python) S 14569 14569 13135 0 -1 4202560 1099 0 0 0 15 14 0 0 19 0 2 0 656832225 328699904 5962 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14736/statm: 80249 5962 400 364 0 16155 0
[pid=14738] ppid=14736 vsize=418636 CPUtime=99.99 cores=5,7
/proc/14738/stat : 14738 (adaptg2wsat2009) T 14736 14738 14738 0 -1 4202496 1223 0 0 0 9999 0 0 0 25 0 1 0 656832226 428683264 955 33554432000 134512640 135107411 4291066944 18446744073709551615 134532384 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14738/statm: 104659 955 59 146 0 103535 0
[pid=14736/tid=14749] ppid=14569 vsize=320996 CPUtime=0 cores=5,7
/proc/14736/task/14749/stat : 14749 (python) S 14569 14569 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656842254 328699904 5962 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604454753662976 0 0 -1 7 0 0 0
[pid=14750] ppid=14569 vsize=331252 CPUtime=0.3 cores=5,7
/proc/14750/stat : 14750 (python) S 14569 14569 13135 0 -1 4202560 1095 0 0 0 16 14 0 0 19 0 2 0 656842255 339202048 5966 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14750/statm: 82813 5966 400 364 0 18716 0
[pid=14752] ppid=14750 vsize=1018616 CPUtime=99.33 cores=5,7
/proc/14752/stat : 14752 (gnovelty+2) T 14750 14752 14752 0 -1 4202496 764 0 0 0 9933 0 0 0 25 0 1 0 656842255 1043062784 500 33554432000 134512640 135663704 4288490944 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14752/statm: 254654 500 113 282 0 254370 0
[pid=14750/tid=14763] ppid=14569 vsize=331252 CPUtime=0 cores=5,7
/proc/14750/task/14763/stat : 14763 (python) S 14569 14569 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656852189 339202048 5966 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604468205425664 0 0 -1 7 0 0 0
[pid=14764] ppid=14569 vsize=341508 CPUtime=0.3 cores=5,7
/proc/14764/stat : 14764 (python) S 14569 14569 13135 0 -1 4202560 1097 0 0 0 16 14 0 0 19 0 2 0 656852191 349704192 5970 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14764/statm: 85377 5970 400 364 0 21277 0
[pid=14766] ppid=14764 vsize=248648 CPUtime=99.97 cores=5,7
/proc/14766/stat : 14766 (FH) T 14764 14766 14766 0 -1 4202496 1120 0 0 0 9997 0 0 0 25 0 1 0 656852191 254615552 857 33554432000 134512640 134936988 4292306048 18446744073709551615 134544749 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14766/statm: 62162 857 41 104 0 61666 0
[pid=14764/tid=14776] ppid=14569 vsize=341508 CPUtime=0 cores=5,7
/proc/14764/task/14776/stat : 14776 (python) S 14569 14569 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656862220 349704192 5970 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 514 18446604455767943360 0 0 -1 7 0 0 0
[pid=14777] ppid=14569 vsize=351764 CPUtime=0 cores=5,7
/proc/14777/stat : 14777 (python) S 14569 14569 13135 0 -1 4202560 773 0 0 0 0 0 0 0 19 0 1 0 656862221 360206336 5923 33554432000 4194304 5683644 140734478624304 18446744073709551615 216634535494 0 0 16781312 514 7573848688154378239 0 0 17 5 0 0 0
/proc/14777/statm: 87941 5923 350 364 0 23838 0
[pid=14779] ppid=14777 vsize=418500 CPUtime=0.92 cores=5,7
/proc/14779/stat : 14779 (adaptg2wsat2009) R 14777 14779 14779 0 -1 4202496 1075 0 0 0 92 0 0 0 23 0 1 0 656862222 428544000 809 33554432000 134512640 135107411 4288353696 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14779/statm: 104625 809 49 146 0 103501 0
[pid=14569/tid=14577] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14577/stat : 14577 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 19 0 9 0 656792305 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 7 0 0 0
[pid=14569/tid=14595] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14595/stat : 14595 (python) S 14567 14569 13135 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 9 0 656802336 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14677] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14677/stat : 14677 (python) S 14567 14569 13135 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 656812168 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14691] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14691/stat : 14691 (python) S 14567 14569 13135 0 -1 4202560 24 936 0 0 0 0 0 0 20 0 9 0 656822197 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14737] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14737/stat : 14737 (python) S 14567 14569 13135 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 9 0 656832226 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14751] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14751/stat : 14751 (python) S 14567 14569 13135 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656842255 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14765] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14765/stat : 14765 (python) S 14567 14569 13135 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 656852191 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14569/tid=14778] ppid=14567 vsize=362008 CPUtime=0 cores=5,7
/proc/14569/task/14778/stat : 14778 (python) S 14567 14569 13135 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 9 0 656862222 370696192 7469 33554432000 4194304 5683644 140734478624304 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 7876720

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14569 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=358793
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=118981
# CPU time returned by wait4() is 1.47777
# while last known CPU time is 701.95
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 701.778
CPU time (s): 701.95
CPU user time (s): 700.88
CPU system time (s): 1.07
CPU usage (%): 100.024
Max. virtual memory (cumulated for all children) (KiB): 7876720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.35879
system time used= 0.118981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18550
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2868
involuntary context switches= 29

runsolver used 2.92656 second user time and 6.25705 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 11:31:35
IDJOB=3377259
IDBENCH=82568
IDSOLVER=1857
FILE ID=node103/3377259-1305451895
RUNJOBID= node103-1305451339-14160
PBS_JOBID= 13324856
Free space on /tmp= 72948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S283489555-036-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377259-1305451895/watcher-3377259-1305451895 -o /tmp/evaluation-result-3377259-1305451895/solver-3377259-1305451895 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377259-1305451895.cnf -seed 405085109 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= dd0dfae1a7fca71616878d93d3870a71
RANDOM SEED=405085109

node103.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25588564 kB
Buffers:        315328 kB
Cached:        4156116 kB
SwapCached:     340192 kB
Active:        1862880 kB
Inactive:      5209592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25588564 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           32260 kB
Writeback:           0 kB
AnonPages:     2271628 kB
Mapped:          18096 kB
Slab:           161708 kB
PageTables:      62760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84887952 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72908 MiB
End job on node103 at 2011-05-15 11:43:19