Trace number 3377350

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) 704.06 703.979

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S981492757-074-UNKNOWN.cnf
MD5SUM720cb73f06c537d4bcc379449229299e
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.40/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.40/0.50	c INFO: solving HOME/instance-3377350-1305452608.cnf
0.40/0.50	c INFO: computing task features
0.50/0.60	c INFO: computed variable-clause graph statistics
0.50/0.60	c INFO: computed clause balance statistics
1.20/1.34	c INFO: computed variable balance statistics
1.50/1.64	c INFO: computed small-clause counts
1.50/1.64	c INFO: computed Horn-clause counts
1.50/1.66	c INFO: computed variable graph statistics
1.50/1.66	c INFO: collected features for HOME/instance-3377350-1305452608.cnf in 1.20 s
1.50/1.67	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
101.88/102.00	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.18/202.35	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
301.76/301.66	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.07)
402.04/401.97	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.34/502.28	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.76/602.62	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
703.06/702.94	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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-3377350-1305452608/watcher-3377350-1305452608 -o /tmp/evaluation-result-3377350-1305452608/solver-3377350-1305452608 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377350-1305452608.cnf -seed 1817315311 -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.23 4.05 3.70 5/430 14841
/proc/meminfo: memFree=25267088/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=16236 CPUtime=0 cores=5,7
/proc/14841/stat : 14841 (python) R 14839 14841 13135 0 -1 4202496 1037 0 0 0 0 0 0 0 17 0 1 0 656863417 16625664 909 33554432000 4194304 5683644 140734250611184 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14841/statm: 4059 909 380 364 0 546 0

[startup+0.0385159 s]
/proc/loadavg: 4.23 4.05 3.70 5/430 14841
/proc/meminfo: memFree=25267088/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=18880 CPUtime=0.02 cores=5,7
/proc/14841/stat : 14841 (python) R 14839 14841 13135 0 -1 4202496 1287 0 0 0 2 0 0 0 17 0 1 0 656863417 19333120 1140 33554432000 4194304 5683644 140734250611184 18446744073709551615 4864842 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14841/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.10051 s]
/proc/loadavg: 4.23 4.05 3.70 5/430 14841
/proc/meminfo: memFree=25267088/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=104224 CPUtime=0.07 cores=5,7
/proc/14841/stat : 14841 (python) R 14839 14841 13135 0 -1 4202496 3070 0 0 0 5 2 0 0 17 0 1 0 656863417 106725376 2751 33554432000 4194304 5683644 140734250611184 18446744073709551615 216634513408 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/14841/statm: 26056 2751 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300472 s]
/proc/loadavg: 4.23 4.05 3.70 5/430 14841
/proc/meminfo: memFree=25267088/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=190248 CPUtime=0.22 cores=5,7
/proc/14841/stat : 14841 (python) S 14839 14841 13135 0 -1 4202496 6891 935 1 0 17 5 0 0 17 0 1 0 656863417 194813952 4941 33554432000 4194304 5683644 140734250611184 18446744073709551615 216629591687 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/14841/statm: 47562 4941 1422 364 0 3722 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 190248

[startup+0.700401 s]
/proc/loadavg: 4.23 4.05 3.70 5/430 14841
/proc/meminfo: memFree=25267088/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=283972 CPUtime=0.6 cores=5,7
/proc/14841/stat : 14841 (python) R 14839 14841 13135 0 -1 4202496 11750 935 1 0 52 8 0 0 17 0 1 0 656863417 290787328 8378 33554432000 4194304 5683644 140734250611184 18446744073709551615 47126207999669 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14841/statm: 70993 8378 1826 364 0 6917 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 283972

[startup+1.50026 s]
/proc/loadavg: 4.23 4.05 3.70 5/431 14846
/proc/meminfo: memFree=25239048/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=283972 CPUtime=1.4 cores=5,7
/proc/14841/stat : 14841 (python) R 14839 14841 13135 0 -1 4202496 11751 935 1 0 132 8 0 0 18 0 1 0 656863417 290787328 8379 33554432000 4194304 5683644 140734250611184 18446744073709551615 4602349 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14841/statm: 70993 8379 1827 364 0 6917 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 283972

[startup+3.10098 s]
/proc/loadavg: 4.21 4.05 3.70 5/434 14849
/proc/meminfo: memFree=25238776/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=289864 CPUtime=1.57 cores=5,7
/proc/14841/stat : 14841 (python) S 14839 14841 13135 0 -1 4202496 12093 935 1 0 149 8 0 0 21 0 2 0 656863417 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14841/statm: 72466 7331 1869 364 0 8384 0
[pid=14847] ppid=14841 vsize=280104 CPUtime=0 cores=5,7
/proc/14847/stat : 14847 (python) S 14841 14841 13135 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 656863585 286826496 5814 33554432000 4194304 5683644 140734250611184 18446744073709551615 216634535439 0 0 16781312 514 7906904778980950279 0 0 17 5 0 0 0
/proc/14847/statm: 70026 5814 355 364 0 5944 0
[pid=14849] ppid=14847 vsize=1018820 CPUtime=1.41 cores=5,7
/proc/14849/stat : 14849 (gnovelty+2) R 14847 14849 14849 0 -1 4202496 860 0 0 0 141 0 0 0 25 0 1 0 656863586 1043271680 595 33554432000 134512640 135663704 4292975456 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14849/statm: 254705 595 113 282 0 254421 0
[pid=14841/tid=14848] ppid=14839 vsize=289864 CPUtime=0 cores=5,7
/proc/14841/task/14848/stat : 14848 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656863586 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1588788

[startup+6.30041 s]
/proc/loadavg: 4.21 4.05 3.70 5/434 14849
/proc/meminfo: memFree=25237664/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=289864 CPUtime=1.57 cores=5,7
/proc/14841/stat : 14841 (python) S 14839 14841 13135 0 -1 4202496 12093 935 1 0 149 8 0 0 21 0 2 0 656863417 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14841/statm: 72466 7331 1869 364 0 8384 0
[pid=14847] ppid=14841 vsize=280104 CPUtime=0.01 cores=5,7
/proc/14847/stat : 14847 (python) S 14841 14841 13135 0 -1 4202560 964 0 0 0 0 1 0 0 18 0 1 0 656863585 286826496 5842 33554432000 4194304 5683644 140734250611184 18446744073709551615 216634535439 0 0 16781312 514 7906904778980950279 0 0 17 5 0 0 0
/proc/14847/statm: 70026 5842 383 364 0 5944 0
[pid=14849] ppid=14847 vsize=1018820 CPUtime=4.59 cores=5,7
/proc/14849/stat : 14849 (gnovelty+2) R 14847 14849 14849 0 -1 4202496 860 0 0 0 459 0 0 0 25 0 1 0 656863586 1043271680 595 33554432000 134512640 135663704 4292975456 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14849/statm: 254705 595 113 282 0 254421 0
[pid=14841/tid=14848] ppid=14839 vsize=289864 CPUtime=0 cores=5,7
/proc/14841/task/14848/stat : 14848 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656863586 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1588788

[startup+12.7003 s]
/proc/loadavg: 4.18 4.05 3.70 5/434 14849
/proc/meminfo: memFree=25237436/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=289864 CPUtime=1.57 cores=5,7
/proc/14841/stat : 14841 (python) S 14839 14841 13135 0 -1 4202496 12093 935 1 0 149 8 0 0 21 0 2 0 656863417 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14841/statm: 72466 7331 1869 364 0 8384 0
[pid=14847] ppid=14841 vsize=280104 CPUtime=0.03 cores=5,7
/proc/14847/stat : 14847 (python) S 14841 14841 13135 0 -1 4202560 966 0 0 0 1 2 0 0 18 0 1 0 656863585 286826496 5842 33554432000 4194304 5683644 140734250611184 18446744073709551615 216634535439 0 0 16781312 514 7615059204302143751 0 0 17 5 0 0 0
/proc/14847/statm: 70026 5842 383 364 0 5944 0
[pid=14849] ppid=14847 vsize=1018820 CPUtime=10.97 cores=5,7
/proc/14849/stat : 14849 (gnovelty+2) R 14847 14849 14849 0 -1 4202496 860 0 0 0 1097 0 0 0 25 0 1 0 656863586 1043271680 595 33554432000 134512640 135663704 4292975456 18446744073709551615 134525116 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14849/statm: 254705 595 113 282 0 254421 0
[pid=14841/tid=14848] ppid=14839 vsize=289864 CPUtime=0 cores=5,7
/proc/14841/task/14848/stat : 14848 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656863586 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1588788

[startup+25.501 s]
/proc/loadavg: 4.15 4.05 3.71 5/437 14852
/proc/meminfo: memFree=25205760/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=289864 CPUtime=1.57 cores=5,7
/proc/14841/stat : 14841 (python) S 14839 14841 13135 0 -1 4202496 12093 935 1 0 149 8 0 0 21 0 2 0 656863417 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14841/statm: 72466 7331 1869 364 0 8384 0
[pid=14847] ppid=14841 vsize=280104 CPUtime=0.06 cores=5,7
/proc/14847/stat : 14847 (python) S 14841 14841 13135 0 -1 4202560 971 0 0 0 3 3 0 0 18 0 1 0 656863585 286826496 5842 33554432000 4194304 5683644 140734250611184 18446744073709551615 216634535439 0 0 16781312 514 7615059204302143751 0 0 17 5 0 0 0
/proc/14847/statm: 70026 5842 383 364 0 5944 0
[pid=14849] ppid=14847 vsize=1018820 CPUtime=23.72 cores=5,7
/proc/14849/stat : 14849 (gnovelty+2) R 14847 14849 14849 0 -1 4202496 860 0 0 0 2372 0 0 0 25 0 1 0 656863586 1043271680 595 33554432000 134512640 135663704 4292975456 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14849/statm: 254705 595 113 282 0 254421 0
[pid=14841/tid=14848] ppid=14839 vsize=289864 CPUtime=0 cores=5,7
/proc/14841/task/14848/stat : 14848 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656863586 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1588788

[startup+51.1005 s]
/proc/loadavg: 4.10 4.04 3.71 5/437 14853
/proc/meminfo: memFree=25205556/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=289864 CPUtime=1.57 cores=5,7
/proc/14841/stat : 14841 (python) S 14839 14841 13135 0 -1 4202496 12093 935 1 0 149 8 0 0 21 0 2 0 656863417 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14841/statm: 72466 7331 1869 364 0 8384 0
[pid=14847] ppid=14841 vsize=280104 CPUtime=0.13 cores=5,7
/proc/14847/stat : 14847 (python) S 14841 14841 13135 0 -1 4202560 983 0 0 0 7 6 0 0 18 0 1 0 656863585 286826496 5842 33554432000 4194304 5683644 140734250611184 18446744073709551615 216634535439 0 0 16781312 514 7615059204302143751 0 0 17 5 0 0 0
/proc/14847/statm: 70026 5842 383 364 0 5944 0
[pid=14849] ppid=14847 vsize=1018820 CPUtime=49.26 cores=5,7
/proc/14849/stat : 14849 (gnovelty+2) R 14847 14849 14849 0 -1 4202496 860 0 0 0 4926 0 0 0 25 0 1 0 656863586 1043271680 595 33554432000 134512640 135663704 4292975456 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14849/statm: 254705 595 113 282 0 254421 0
[pid=14841/tid=14848] ppid=14839 vsize=289864 CPUtime=0 cores=5,7
/proc/14841/task/14848/stat : 14848 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 2 0 656863586 296820736 7331 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1588788

[startup+102.315 s]
/proc/loadavg: 4.17 4.06 3.74 5/441 14859
/proc/meminfo: memFree=25199404/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=300120 CPUtime=1.59 cores=5,7
/proc/14841/stat : 14841 (python) S 14839 14841 13135 0 -1 4202496 12977 935 1 0 150 9 0 0 20 0 3 0 656863417 307322880 7338 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14841/statm: 75030 7338 1872 364 0 10945 0
[pid=14847] ppid=14841 vsize=290348 CPUtime=0.29 cores=5,7
/proc/14847/stat : 14847 (python) S 14841 14841 13135 0 -1 4202560 1144 0 0 0 14 15 0 0 19 0 2 0 656863585 297316352 5879 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14847/statm: 72587 5879 415 364 0 8505 0
[pid=14849] ppid=14847 vsize=1018820 CPUtime=100.01 cores=5,7
/proc/14849/stat : 14849 (gnovelty+2) T 14847 14849 14849 0 -1 4202496 860 0 0 0 10001 0 0 0 25 0 1 0 656863586 1043271680 595 33554432000 134512640 135663704 4292975456 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14849/statm: 254705 595 113 282 0 254421 0
[pid=14847/tid=14856] ppid=14841 vsize=290348 CPUtime=0 cores=5,7
/proc/14847/task/14856/stat : 14856 (python) S 14841 14841 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656873617 297316352 5879 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604454753662976 0 0 -1 5 0 0 0
[pid=14857] ppid=14841 vsize=290360 CPUtime=0 cores=5,7
/proc/14857/stat : 14857 (python) S 14841 14841 13135 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 656873618 297328640 5812 33554432000 4194304 5683644 140734250611184 18446744073709551615 216634535494 0 0 16781312 514 6805907436117950463 0 0 17 5 0 0 0
/proc/14857/statm: 72590 5812 349 364 0 8505 0
[pid=14859] ppid=14857 vsize=1018820 CPUtime=0.29 cores=5,7
/proc/14859/stat : 14859 (gnovelty+2) R 14857 14859 14859 0 -1 4202496 857 0 0 0 29 0 0 0 21 0 1 0 656873619 1043271680 595 33554432000 134512640 135663704 4291153472 18446744073709551615 134524916 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14859/statm: 254705 595 113 282 0 254421 0
[pid=14841/tid=14848] ppid=14839 vsize=300120 CPUtime=0 cores=5,7
/proc/14841/task/14848/stat : 14848 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 3 0 656863586 307322880 7338 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14858] ppid=14839 vsize=300120 CPUtime=0 cores=5,7
/proc/14841/task/14858/stat : 14858 (python) S 14839 14841 13135 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 656873618 307322880 7338 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 2918468

[startup+162.301 s]
/proc/loadavg: 4.06 4.05 3.75 5/445 14864
/proc/meminfo: memFree=25176624/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=300120 CPUtime=1.59 cores=5,7
/proc/14841/stat : 14841 (python) S 14839 14841 13135 0 -1 4202496 12977 935 1 0 150 9 0 0 20 0 3 0 656863417 307322880 7338 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14841/statm: 75030 7338 1872 364 0 10945 0
[pid=14847] ppid=14841 vsize=290348 CPUtime=0.29 cores=5,7
/proc/14847/stat : 14847 (python) S 14841 14841 13135 0 -1 4202560 1144 0 0 0 14 15 0 0 19 0 2 0 656863585 297316352 5879 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14847/statm: 72587 5879 415 364 0 8505 0
[pid=14849] ppid=14847 vsize=1018820 CPUtime=100.01 cores=5,7
/proc/14849/stat : 14849 (gnovelty+2) T 14847 14849 14849 0 -1 4202496 860 0 0 0 10001 0 0 0 25 0 1 0 656863586 1043271680 595 33554432000 134512640 135663704 4292975456 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14849/statm: 254705 595 113 282 0 254421 0
[pid=14847/tid=14856] ppid=14841 vsize=290348 CPUtime=0 cores=5,7
/proc/14847/task/14856/stat : 14856 (python) S 14841 14841 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656873617 297316352 5879 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604454753662976 0 0 -1 5 0 0 0
[pid=14857] ppid=14841 vsize=290360 CPUtime=0.17 cores=5,7

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

[pid=14871] ppid=14841 vsize=300696 CPUtime=0.31 cores=5,7
/proc/14871/stat : 14871 (python) S 14841 14841 13135 0 -1 4202560 1079 0 0 0 16 15 0 0 19 0 2 0 656883653 307912704 5868 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14871/statm: 75174 5868 400 364 0 11086 0
[pid=14873] ppid=14871 vsize=419428 CPUtime=99.29 cores=5,7
/proc/14873/stat : 14873 (adaptg2wsat2009) T 14871 14873 14873 0 -1 4202496 1439 0 0 0 9929 0 0 0 25 0 1 0 656883653 429494272 1176 33554432000 134512640 135107411 4292228400 18446744073709551615 134531667 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14873/statm: 104857 1176 59 146 0 103733 0
[pid=14871/tid=14881] ppid=14841 vsize=300696 CPUtime=0 cores=5,7
/proc/14871/task/14881/stat : 14881 (python) S 14841 14841 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656893583 307912704 5868 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604454676115520 0 0 -1 7 0 0 0
[pid=14882] ppid=14841 vsize=311044 CPUtime=0.3 cores=5,7
/proc/14882/stat : 14882 (python) S 14841 14841 13135 0 -1 4202560 1087 0 0 0 16 14 0 0 19 0 2 0 656893584 318509056 5892 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14882/statm: 77761 5892 400 364 0 13670 0
[pid=14884] ppid=14882 vsize=419428 CPUtime=99.97 cores=5,7
/proc/14884/stat : 14884 (adaptg2wsat2009) T 14882 14884 14884 0 -1 4202496 1446 0 0 0 9997 0 0 0 25 0 1 0 656893585 429494272 1176 33554432000 134512640 135107411 4294677984 18446744073709551615 134548336 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14884/statm: 104857 1176 59 146 0 103733 0
[pid=14882/tid=14930] ppid=14841 vsize=311044 CPUtime=0 cores=5,7
/proc/14882/task/14930/stat : 14930 (python) S 14841 14841 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656903614 318509056 5892 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604454676118208 0 0 -1 7 0 0 0
[pid=14931] ppid=14841 vsize=321396 CPUtime=0.3 cores=5,7
/proc/14931/stat : 14931 (python) S 14841 14841 13135 0 -1 4202560 1092 0 0 0 15 15 0 0 19 0 2 0 656903615 329109504 5919 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14931/statm: 80349 5919 400 364 0 16255 0
[pid=14933] ppid=14931 vsize=419428 CPUtime=99.99 cores=5,7
/proc/14933/stat : 14933 (adaptg2wsat2009) T 14931 14933 14933 0 -1 4202496 1441 0 0 0 9999 0 0 0 25 0 1 0 656903615 429494272 1176 33554432000 134512640 135107411 4292182224 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14933/statm: 104857 1176 59 146 0 103733 0
[pid=14931/tid=14979] ppid=14841 vsize=321396 CPUtime=0 cores=5,7
/proc/14931/task/14979/stat : 14979 (python) S 14841 14841 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656913644 329109504 5919 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604467339634816 0 0 -1 7 0 0 0
[pid=14980] ppid=14841 vsize=331652 CPUtime=0.3 cores=5,7
/proc/14980/stat : 14980 (python) S 14841 14841 13135 0 -1 4202560 1094 0 0 0 15 15 0 0 19 0 2 0 656913646 339611648 5947 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14980/statm: 82913 5947 400 364 0 18816 0
[pid=14982] ppid=14980 vsize=1018820 CPUtime=100.05 cores=5,7
/proc/14982/stat : 14982 (gnovelty+2) T 14980 14982 14982 0 -1 4202496 857 0 0 0 10005 0 0 0 25 0 1 0 656913646 1043271680 596 33554432000 134512640 135663704 4293244736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14982/statm: 254705 596 113 282 0 254421 0
[pid=14980/tid=14998] ppid=14841 vsize=331652 CPUtime=0 cores=5,7
/proc/14980/task/14998/stat : 14998 (python) S 14841 14841 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656923679 339611648 5947 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604457607623104 0 0 -1 5 0 0 0
[pid=14999] ppid=14841 vsize=342020 CPUtime=0.3 cores=5,7
/proc/14999/stat : 14999 (python) S 14841 14841 13135 0 -1 4202560 1101 0 0 0 16 14 0 0 19 0 2 0 656923680 350228480 5951 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14999/statm: 85505 5951 400 364 0 21405 0
[pid=15001] ppid=14999 vsize=249192 CPUtime=99.98 cores=5,7
/proc/15001/stat : 15001 (FH) T 14999 15001 15001 0 -1 4202496 1320 0 0 0 9998 0 0 0 25 0 1 0 656923680 255172608 1059 33554432000 134512640 134936988 4292879376 18446744073709551615 134554592 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15001/statm: 62298 1059 41 104 0 61802 0
[pid=14999/tid=15009] ppid=14841 vsize=342020 CPUtime=0 cores=5,7
/proc/14999/task/15009/stat : 15009 (python) S 14841 14841 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656933710 350228480 5951 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604459366494656 0 0 -1 7 0 0 0
[pid=15010] ppid=14841 vsize=352516 CPUtime=0 cores=5,7
/proc/15010/stat : 15010 (python) S 14841 14841 13135 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 656933711 360976384 5933 33554432000 4194304 5683644 140734250611184 18446744073709551615 216634535494 0 0 16781312 514 6623006150738575359 0 0 17 5 0 0 0
/proc/15010/statm: 88129 5933 351 364 0 24026 0
[pid=15012] ppid=15010 vsize=419160 CPUtime=0.97 cores=5,7
/proc/15012/stat : 15012 (adaptg2wsat2009) R 15010 15012 15012 0 -1 4202496 1259 0 0 0 97 0 0 0 23 0 1 0 656933712 429219840 990 33554432000 134512640 135107411 4287956496 18446744073709551615 134523296 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15012/statm: 104790 990 49 146 0 103666 0
[pid=14841/tid=14848] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14848/stat : 14848 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 656863586 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14858] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14858/stat : 14858 (python) S 14839 14841 13135 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656873618 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14872] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14872/stat : 14872 (python) S 14839 14841 13135 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 656883653 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14883] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14883/stat : 14883 (python) S 14839 14841 13135 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 656893584 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14932] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14932/stat : 14932 (python) S 14839 14841 13135 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656903615 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14981] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14981/stat : 14981 (python) S 14839 14841 13135 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656913646 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=15000] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/15000/stat : 15000 (python) S 14839 14841 13135 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656923680 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=15011] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/15011/stat : 15011 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656933712 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.06
Current children cumulated vsize (KiB) 7885164

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

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

[startup+703.901 s]
/proc/loadavg: 4.05 4.07 3.88 6/466 15012
/proc/meminfo: memFree=25043240/32951124 swapFree=53501236/67111528
[pid=14841] ppid=14839 vsize=362036 CPUtime=1.68 cores=5,7
/proc/14841/stat : 14841 (python) S 14839 14841 13135 0 -1 4202496 18124 935 1 0 158 10 0 0 20 0 9 0 656863417 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14841/statm: 90509 7477 1892 364 0 26406 0
[pid=14847] ppid=14841 vsize=290348 CPUtime=0.29 cores=5,7
/proc/14847/stat : 14847 (python) S 14841 14841 13135 0 -1 4202560 1144 0 0 0 14 15 0 0 19 0 2 0 656863585 297316352 5879 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14847/statm: 72587 5879 415 364 0 8505 0
[pid=14849] ppid=14847 vsize=1018820 CPUtime=100.01 cores=5,7
/proc/14849/stat : 14849 (gnovelty+2) T 14847 14849 14849 0 -1 4202496 860 0 0 0 10001 0 0 0 25 0 1 0 656863586 1043271680 595 33554432000 134512640 135663704 4292975456 18446744073709551615 134525302 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14849/statm: 254705 595 113 282 0 254421 0
[pid=14847/tid=14856] ppid=14841 vsize=290348 CPUtime=0 cores=5,7
/proc/14847/task/14856/stat : 14856 (python) S 14841 14841 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656873617 297316352 5879 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604454753662976 0 0 -1 5 0 0 0
[pid=14857] ppid=14841 vsize=290360 CPUtime=0.3 cores=5,7
/proc/14857/stat : 14857 (python) S 14841 14841 13135 0 -1 4202560 1065 0 0 0 16 14 0 0 19 0 2 0 656873618 297328640 5864 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14857/statm: 72590 5864 400 364 0 8505 0
[pid=14859] ppid=14857 vsize=1018820 CPUtime=100.02 cores=5,7
/proc/14859/stat : 14859 (gnovelty+2) T 14857 14859 14859 0 -1 4202496 857 0 0 0 10002 0 0 0 25 0 1 0 656873619 1043271680 595 33554432000 134512640 135663704 4291153472 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14859/statm: 254705 595 113 282 0 254421 0
[pid=14857/tid=14870] ppid=14841 vsize=290360 CPUtime=0 cores=5,7
/proc/14857/task/14870/stat : 14870 (python) S 14841 14841 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656883651 297328640 5864 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604463087251648 0 0 -1 7 0 0 0
[pid=14871] ppid=14841 vsize=300696 CPUtime=0.31 cores=5,7
/proc/14871/stat : 14871 (python) S 14841 14841 13135 0 -1 4202560 1079 0 0 0 16 15 0 0 19 0 2 0 656883653 307912704 5868 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/14871/statm: 75174 5868 400 364 0 11086 0
[pid=14873] ppid=14871 vsize=419428 CPUtime=99.29 cores=5,7
/proc/14873/stat : 14873 (adaptg2wsat2009) T 14871 14873 14873 0 -1 4202496 1439 0 0 0 9929 0 0 0 25 0 1 0 656883653 429494272 1176 33554432000 134512640 135107411 4292228400 18446744073709551615 134531667 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14873/statm: 104857 1176 59 146 0 103733 0
[pid=14871/tid=14881] ppid=14841 vsize=300696 CPUtime=0 cores=5,7
/proc/14871/task/14881/stat : 14881 (python) S 14841 14841 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656893583 307912704 5868 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604454676115520 0 0 -1 7 0 0 0
[pid=14882] ppid=14841 vsize=311044 CPUtime=0.3 cores=5,7
/proc/14882/stat : 14882 (python) S 14841 14841 13135 0 -1 4202560 1087 0 0 0 16 14 0 0 19 0 2 0 656893584 318509056 5892 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14882/statm: 77761 5892 400 364 0 13670 0
[pid=14884] ppid=14882 vsize=419428 CPUtime=99.97 cores=5,7
/proc/14884/stat : 14884 (adaptg2wsat2009) T 14882 14884 14884 0 -1 4202496 1446 0 0 0 9997 0 0 0 25 0 1 0 656893585 429494272 1176 33554432000 134512640 135107411 4294677984 18446744073709551615 134548336 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14884/statm: 104857 1176 59 146 0 103733 0
[pid=14882/tid=14930] ppid=14841 vsize=311044 CPUtime=0 cores=5,7
/proc/14882/task/14930/stat : 14930 (python) S 14841 14841 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656903614 318509056 5892 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604454676118208 0 0 -1 7 0 0 0
[pid=14931] ppid=14841 vsize=321396 CPUtime=0.3 cores=5,7
/proc/14931/stat : 14931 (python) S 14841 14841 13135 0 -1 4202560 1092 0 0 0 15 15 0 0 19 0 2 0 656903615 329109504 5919 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14931/statm: 80349 5919 400 364 0 16255 0
[pid=14933] ppid=14931 vsize=419428 CPUtime=99.99 cores=5,7
/proc/14933/stat : 14933 (adaptg2wsat2009) T 14931 14933 14933 0 -1 4202496 1441 0 0 0 9999 0 0 0 25 0 1 0 656903615 429494272 1176 33554432000 134512640 135107411 4292182224 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14933/statm: 104857 1176 59 146 0 103733 0
[pid=14931/tid=14979] ppid=14841 vsize=321396 CPUtime=0 cores=5,7
/proc/14931/task/14979/stat : 14979 (python) S 14841 14841 13135 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656913644 329109504 5919 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604467339634816 0 0 -1 7 0 0 0
[pid=14980] ppid=14841 vsize=331652 CPUtime=0.3 cores=5,7
/proc/14980/stat : 14980 (python) S 14841 14841 13135 0 -1 4202560 1094 0 0 0 15 15 0 0 19 0 2 0 656913646 339611648 5947 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14980/statm: 82913 5947 400 364 0 18816 0
[pid=14982] ppid=14980 vsize=1018820 CPUtime=100.05 cores=5,7
/proc/14982/stat : 14982 (gnovelty+2) T 14980 14982 14982 0 -1 4202496 857 0 0 0 10005 0 0 0 25 0 1 0 656913646 1043271680 596 33554432000 134512640 135663704 4293244736 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14982/statm: 254705 596 113 282 0 254421 0
[pid=14980/tid=14998] ppid=14841 vsize=331652 CPUtime=0 cores=5,7
/proc/14980/task/14998/stat : 14998 (python) S 14841 14841 13135 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 656923679 339611648 5947 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604457607623104 0 0 -1 5 0 0 0
[pid=14999] ppid=14841 vsize=342020 CPUtime=0.3 cores=5,7
/proc/14999/stat : 14999 (python) S 14841 14841 13135 0 -1 4202560 1101 0 0 0 16 14 0 0 19 0 2 0 656923680 350228480 5951 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14999/statm: 85505 5951 400 364 0 21405 0
[pid=15001] ppid=14999 vsize=249192 CPUtime=99.98 cores=5,7
/proc/15001/stat : 15001 (FH) T 14999 15001 15001 0 -1 4202496 1320 0 0 0 9998 0 0 0 25 0 1 0 656923680 255172608 1059 33554432000 134512640 134936988 4292879376 18446744073709551615 134554592 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/15001/statm: 62298 1059 41 104 0 61802 0
[pid=14999/tid=15009] ppid=14841 vsize=342020 CPUtime=0 cores=5,7
/proc/14999/task/15009/stat : 15009 (python) S 14841 14841 13135 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656933710 350228480 5951 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 514 18446604459366494656 0 0 -1 7 0 0 0
[pid=15010] ppid=14841 vsize=352516 CPUtime=0 cores=5,7
/proc/15010/stat : 15010 (python) S 14841 14841 13135 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 656933711 360976384 5933 33554432000 4194304 5683644 140734250611184 18446744073709551615 216634535494 0 0 16781312 514 6623006150738575359 0 0 17 5 0 0 0
/proc/15010/statm: 88129 5933 351 364 0 24026 0
[pid=15012] ppid=15010 vsize=419160 CPUtime=0.97 cores=5,7
/proc/15012/stat : 15012 (adaptg2wsat2009) R 15010 15012 15012 0 -1 4202496 1259 0 0 0 97 0 0 0 23 0 1 0 656933712 429219840 990 33554432000 134512640 135107411 4287956496 18446744073709551615 134523296 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/15012/statm: 104790 990 49 146 0 103666 0
[pid=14841/tid=14848] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14848/stat : 14848 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 656863586 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14858] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14858/stat : 14858 (python) S 14839 14841 13135 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656873618 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14872] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14872/stat : 14872 (python) S 14839 14841 13135 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 656883653 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14883] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14883/stat : 14883 (python) S 14839 14841 13135 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 656893584 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14932] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14932/stat : 14932 (python) S 14839 14841 13135 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656903615 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=14981] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/14981/stat : 14981 (python) S 14839 14841 13135 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 656913646 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=15000] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/15000/stat : 15000 (python) S 14839 14841 13135 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 656923680 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
[pid=14841/tid=15011] ppid=14839 vsize=362036 CPUtime=0 cores=5,7
/proc/14841/task/15011/stat : 15011 (python) S 14839 14841 13135 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656933712 370724864 7477 33554432000 4194304 5683644 140734250611184 18446744073709551615 216646338993 0 0 16781312 2 18446604463087253440 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 704.06
Current children cumulated vsize (KiB) 7885164

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.979
CPU time (s): 704.06
CPU user time (s): 702.94
CPU system time (s): 1.12
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 7885164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.58876
system time used= 0.104984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19065
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= 1007
involuntary context switches= 31

runsolver used 3.34849 second user time and 6.78397 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-15 11:43:28
IDJOB=3377350
IDBENCH=82659
IDSOLVER=1857
FILE ID=node103/3377350-1305452608
RUNJOBID= node103-1305451339-14160
PBS_JOBID= 13324856
Free space on /tmp= 72932 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S981492757-074-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-3377350-1305452608/watcher-3377350-1305452608 -o /tmp/evaluation-result-3377350-1305452608/solver-3377350-1305452608 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377350-1305452608.cnf -seed 1817315311 -budget 2400

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

MD5SUM BENCH= 720cb73f06c537d4bcc379449229299e
RANDOM SEED=1817315311

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:      25267244 kB
Buffers:        316924 kB
Cached:        4175156 kB
SwapCached:     340192 kB
Active:        2175204 kB
Inactive:      5211168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25267244 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           33052 kB
Writeback:           0 kB
AnonPages:     2564944 kB
Mapped:          19832 kB
Slab:           162552 kB
PageTables:      67816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92899172 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= 72896 MiB
End job on node103 at 2011-05-15 11:55:14