Trace number 3377239

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) 703.64 703.98

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1000-c20000-S72635791-098-UNKNOWN.cnf
MD5SUM93976db0d99d3daab756f06103f77642
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark22.9885
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
Maximum clause length5
Minimum clause length5
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 520000
Number of clauses of size over 50

Solver Data

0.36/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.69	c INFO: solving HOME/instance-3377239-1305451522.cnf
0.36/0.69	c INFO: computing task features
0.44/0.79	c INFO: computed variable-clause graph statistics
0.44/0.79	c INFO: computed clause balance statistics
0.94/1.22	c INFO: computed variable balance statistics
1.14/1.49	c INFO: computed small-clause counts
1.14/1.49	c INFO: computed Horn-clause counts
1.24/1.51	c INFO: computed variable graph statistics
1.24/1.51	c INFO: collected features for HOME/instance-3377239-1305451522.cnf in 0.87 s
1.24/1.52	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.39)
101.58/101.84	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.14)
201.90/202.17	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.09)
302.20/302.48	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.08)
402.46/402.79	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.06)
502.83/503.11	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.05)
603.14/603.44	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.04)
703.42/703.76	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.04)

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-3377239-1305451522/watcher-3377239-1305451522 -o /tmp/evaluation-result-3377239-1305451522/solver-3377239-1305451522 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377239-1305451522.cnf -seed 1023768582 -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: 3.98 3.78 3.82 5/399 18829
/proc/meminfo: memFree=17908584/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=15780 CPUtime=0 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 894 0 0 0 0 0 0 0 19 0 1 0 735382896 16158720 776 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18829/statm: 3945 776 343 364 0 432 0

[startup+0.0563331 s]
/proc/loadavg: 3.98 3.78 3.82 5/399 18829
/proc/meminfo: memFree=17908584/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=27352 CPUtime=0.02 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 1351 0 0 0 2 0 0 0 17 0 1 0 735382896 28008448 1197 33554432000 4194304 5683644 140737371867184 18446744073709551615 224280002183 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18829/statm: 6838 1198 440 364 0 725 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27352

[startup+0.100327 s]
/proc/loadavg: 3.98 3.78 3.82 5/399 18829
/proc/meminfo: memFree=17908584/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=85624 CPUtime=0.05 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 735382896 87678976 2348 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18829/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300293 s]
/proc/loadavg: 3.98 3.78 3.82 5/399 18829
/proc/meminfo: memFree=17908584/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=135752 CPUtime=0.19 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 5970 930 1 0 15 4 0 0 17 0 1 0 735382896 139010048 4149 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284921861 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/18829/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700221 s]
/proc/loadavg: 3.98 3.78 3.82 5/399 18829
/proc/meminfo: memFree=17908584/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=281588 CPUtime=0.44 cores=5,7
/proc/18829/stat : 18829 (python) R 18827 18829 17657 0 -1 4202496 10027 930 1 0 35 9 0 0 15 0 1 0 735382896 288346112 7700 33554432000 4194304 5683644 140737371867184 18446744073709551615 4602308 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18829/statm: 70397 7701 1761 364 0 6321 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 281588

[startup+1.50109 s]
/proc/loadavg: 3.98 3.78 3.82 5/400 18834
/proc/meminfo: memFree=17880056/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=284128 CPUtime=1.24 cores=5,7
/proc/18829/stat : 18829 (python) R 18827 18829 17657 0 -1 4202496 11470 930 1 0 115 9 0 0 16 0 1 0 735382896 290947072 8423 33554432000 4194304 5683644 140737371867184 18446744073709551615 47079681547286 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18829/statm: 71032 8423 1833 364 0 6956 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 284128

[startup+3.10082 s]
/proc/loadavg: 4.06 3.80 3.83 5/403 18837
/proc/meminfo: memFree=17878668/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=291476 CPUtime=1.26 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 11826 930 1 0 117 9 0 0 17 0 2 0 735382896 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18829/statm: 72869 7733 1869 364 0 8787 0
[pid=18835] ppid=18829 vsize=281232 CPUtime=0 cores=5,7
/proc/18835/stat : 18835 (python) S 18829 18829 17657 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 735383049 287981568 6214 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284945935 0 0 16781312 514 1974098365176054022 0 0 17 5 0 0 0
/proc/18835/statm: 70308 6214 354 364 0 6226 0
[pid=18837] ppid=18835 vsize=1018676 CPUtime=1.56 cores=5,7
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 776 0 0 0 156 0 0 0 24 0 1 0 735383049 1043124224 509 33554432000 134512640 135663704 4294705296 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18837/statm: 254669 509 113 282 0 254385 0
[pid=18829/tid=18836] ppid=18827 vsize=291476 CPUtime=0 cores=5,7
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 735383049 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1591384

[startup+6.3003 s]
/proc/loadavg: 4.06 3.80 3.83 6/403 18837
/proc/meminfo: memFree=17878696/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=291476 CPUtime=1.26 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 11826 930 1 0 117 9 0 0 17 0 2 0 735382896 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18829/statm: 72869 7733 1869 364 0 8787 0
[pid=18835] ppid=18829 vsize=281232 CPUtime=0.01 cores=5,7
/proc/18835/stat : 18835 (python) S 18829 18829 17657 0 -1 4202560 965 0 0 0 1 0 0 0 18 0 1 0 735383049 287981568 6242 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284945935 0 0 16781312 514 1974098365176054022 0 0 17 5 0 0 0
/proc/18835/statm: 70308 6242 382 364 0 6226 0
[pid=18837] ppid=18835 vsize=1018676 CPUtime=4.74 cores=5,7
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 776 0 0 0 474 0 0 0 25 0 1 0 735383049 1043124224 509 33554432000 134512640 135663704 4294705296 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18837/statm: 254669 509 113 282 0 254385 0
[pid=18829/tid=18836] ppid=18827 vsize=291476 CPUtime=0 cores=5,7
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 735383049 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1591384

[startup+12.7002 s]
/proc/loadavg: 4.05 3.81 3.83 5/403 18837
/proc/meminfo: memFree=17877032/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=291476 CPUtime=1.26 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 11826 930 1 0 117 9 0 0 17 0 2 0 735382896 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18829/statm: 72869 7733 1869 364 0 8787 0
[pid=18835] ppid=18829 vsize=281232 CPUtime=0.03 cores=5,7
/proc/18835/stat : 18835 (python) S 18829 18829 17657 0 -1 4202560 967 0 0 0 2 1 0 0 18 0 1 0 735383049 287981568 6242 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284945935 0 0 16781312 514 11544326733880590598 0 0 17 5 0 0 0
/proc/18835/statm: 70308 6242 382 364 0 6226 0
[pid=18837] ppid=18835 vsize=1018676 CPUtime=11.12 cores=5,7
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 776 0 0 0 1112 0 0 0 25 0 1 0 735383049 1043124224 509 33554432000 134512640 135663704 4294705296 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18837/statm: 254669 509 113 282 0 254385 0
[pid=18829/tid=18836] ppid=18827 vsize=291476 CPUtime=0 cores=5,7
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 735383049 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1591384

[startup+25.5011 s]
/proc/loadavg: 4.04 3.81 3.83 5/403 18839
/proc/meminfo: memFree=17878276/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=291476 CPUtime=1.26 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 11826 930 1 0 117 9 0 0 17 0 2 0 735382896 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18829/statm: 72869 7733 1869 364 0 8787 0
[pid=18835] ppid=18829 vsize=281232 CPUtime=0.06 cores=5,7
/proc/18835/stat : 18835 (python) S 18829 18829 17657 0 -1 4202560 972 0 0 0 4 2 0 0 18 0 1 0 735383049 287981568 6242 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284945935 0 0 16781312 514 11544326733880590598 0 0 17 5 0 0 0
/proc/18835/statm: 70308 6242 382 364 0 6226 0
[pid=18837] ppid=18835 vsize=1018676 CPUtime=23.89 cores=5,7
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 776 0 0 0 2389 0 0 0 25 0 1 0 735383049 1043124224 509 33554432000 134512640 135663704 4294705296 18446744073709551615 134524637 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18837/statm: 254669 509 113 282 0 254385 0
[pid=18829/tid=18836] ppid=18827 vsize=291476 CPUtime=0 cores=5,7
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 735383049 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1591384

[startup+51.1008 s]
/proc/loadavg: 4.03 3.83 3.83 5/415 18851
/proc/meminfo: memFree=17851932/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=291476 CPUtime=1.26 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 11826 930 1 0 117 9 0 0 17 0 2 0 735382896 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18829/statm: 72869 7733 1869 364 0 8787 0
[pid=18835] ppid=18829 vsize=281232 CPUtime=0.12 cores=5,7
/proc/18835/stat : 18835 (python) S 18829 18829 17657 0 -1 4202560 985 0 0 0 7 5 0 0 18 0 1 0 735383049 287981568 6242 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284945935 0 0 16781312 514 11544326733880590598 0 0 17 5 0 0 0
/proc/18835/statm: 70308 6242 382 364 0 6226 0
[pid=18837] ppid=18835 vsize=1018676 CPUtime=49.44 cores=5,7
/proc/18837/stat : 18837 (gnovelty+2) R 18835 18837 18837 0 -1 4202496 776 0 0 0 4944 0 0 0 25 0 1 0 735383049 1043124224 509 33554432000 134512640 135663704 4294705296 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18837/statm: 254669 509 113 282 0 254385 0
[pid=18829/tid=18836] ppid=18827 vsize=291476 CPUtime=0 cores=5,7
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 2 0 735383049 298471424 7733 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1591384

[startup+102.315 s]
/proc/loadavg: 4.08 3.88 3.85 5/419 18857
/proc/meminfo: memFree=17846696/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=301732 CPUtime=1.28 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 12711 930 1 0 118 10 0 0 20 0 3 0 735382896 308973568 7765 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18829/statm: 75433 7765 1880 364 0 11348 0
[pid=18835] ppid=18829 vsize=291476 CPUtime=0.28 cores=5,7
/proc/18835/stat : 18835 (python) S 18829 18829 17657 0 -1 4202560 1146 0 0 0 15 13 0 0 19 0 2 0 735383049 298471424 6280 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18835/statm: 72869 6280 415 364 0 8787 0
[pid=18837] ppid=18835 vsize=1018676 CPUtime=100.08 cores=5,7
/proc/18837/stat : 18837 (gnovelty+2) T 18835 18837 18837 0 -1 4202496 776 0 0 0 10008 0 0 0 25 0 1 0 735383049 1043124224 509 33554432000 134512640 135663704 4294705296 18446744073709551615 135008480 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18837/statm: 254669 509 113 282 0 254385 0
[pid=18835/tid=18854] ppid=18829 vsize=291476 CPUtime=0 cores=5,7
/proc/18835/task/18854/stat : 18854 (python) S 18829 18829 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735393079 298471424 6280 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604461962258432 0 0 -1 5 0 0 0
[pid=18855] ppid=18829 vsize=291488 CPUtime=0 cores=5,7
/proc/18855/stat : 18855 (python) S 18829 18829 17657 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 735393080 298483712 6229 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284945990 0 0 16781312 514 5063563311505735679 0 0 17 5 0 0 0
/proc/18855/statm: 72872 6229 348 364 0 8787 0
[pid=18857] ppid=18855 vsize=1018676 CPUtime=0.46 cores=5,7
/proc/18857/stat : 18857 (gnovelty+2) R 18855 18857 18857 0 -1 4202496 776 0 0 0 46 0 0 0 21 0 1 0 735393081 1043124224 509 33554432000 134512640 135663704 4291138448 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18857/statm: 254669 509 113 282 0 254385 0
[pid=18829/tid=18836] ppid=18827 vsize=301732 CPUtime=0 cores=5,7
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 3 0 735383049 308973568 7765 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18856] ppid=18827 vsize=301732 CPUtime=0 cores=5,7
/proc/18829/task/18856/stat : 18856 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 3 0 735393080 308973568 7765 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 2922048

[startup+162.301 s]
/proc/loadavg: 4.06 3.91 3.86 5/431 18869
/proc/meminfo: memFree=17815160/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=301732 CPUtime=1.28 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 12711 930 1 0 118 10 0 0 20 0 3 0 735382896 308973568 7765 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18829/statm: 75433 7765 1880 364 0 11348 0
[pid=18835] ppid=18829 vsize=291476 CPUtime=0.28 cores=5,7
/proc/18835/stat : 18835 (python) S 18829 18829 17657 0 -1 4202560 1146 0 0 0 15 13 0 0 19 0 2 0 735383049 298471424 6280 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18835/statm: 72869 6280 415 364 0 8787 0
[pid=18837] ppid=18835 vsize=1018676 CPUtime=100.08 cores=5,7
/proc/18837/stat : 18837 (gnovelty+2) T 18835 18837 18837 0 -1 4202496 776 0 0 0 10008 0 0 0 25 0 1 0 735383049 1043124224 509 33554432000 134512640 135663704 4294705296 18446744073709551615 135008480 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18837/statm: 254669 509 113 282 0 254385 0
[pid=18835/tid=18854] ppid=18829 vsize=291476 CPUtime=0 cores=5,7
/proc/18835/task/18854/stat : 18854 (python) S 18829 18829 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735393079 298471424 6280 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604461962258432 0 0 -1 5 0 0 0
[pid=18855] ppid=18829 vsize=291488 CPUtime=0.17 cores=5,7

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

[pid=18873] ppid=18829 vsize=302352 CPUtime=0.3 cores=5,7
/proc/18873/stat : 18873 (python) S 18829 18829 17657 0 -1 4202560 1071 0 0 0 16 14 0 0 19 0 2 0 735403113 309608448 6421 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18873/statm: 75588 6421 399 364 0 11500 0
[pid=18875] ppid=18873 vsize=419584 CPUtime=99.97 cores=5,7
/proc/18875/stat : 18875 (adaptg2wsat2009) T 18873 18875 18875 0 -1 4202496 1469 0 0 0 9997 0 0 0 25 0 1 0 735403114 429654016 1206 33554432000 134512640 135107411 4288517024 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18875/statm: 104896 1206 59 146 0 103772 0
[pid=18873/tid=18890] ppid=18829 vsize=302352 CPUtime=0 cores=5,7
/proc/18873/task/18890/stat : 18890 (python) S 18829 18829 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735413143 309608448 6421 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604455793272832 0 0 -1 5 0 0 0
[pid=18891] ppid=18829 vsize=312608 CPUtime=0.3 cores=5,7
/proc/18891/stat : 18891 (python) S 18829 18829 17657 0 -1 4202560 1091 0 0 0 16 14 0 0 19 0 2 0 735413144 320110592 6425 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18891/statm: 78152 6425 400 364 0 14061 0
[pid=18893] ppid=18891 vsize=419584 CPUtime=99.97 cores=5,7
/proc/18893/stat : 18893 (adaptg2wsat2009) T 18891 18893 18893 0 -1 4202496 1472 0 0 0 9997 0 0 0 25 0 1 0 735413144 429654016 1205 33554432000 134512640 135107411 4291104880 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18893/statm: 104896 1205 59 146 0 103772 0
[pid=18891/tid=18945] ppid=18829 vsize=312608 CPUtime=0 cores=5,7
/proc/18891/task/18945/stat : 18945 (python) S 18829 18829 17657 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735423174 320110592 6425 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604458112625728 0 0 -1 5 0 0 0
[pid=18946] ppid=18829 vsize=322864 CPUtime=0.31 cores=5,7
/proc/18946/stat : 18946 (python) S 18829 18829 17657 0 -1 4202560 1088 0 0 0 16 15 0 0 19 0 2 0 735423175 330612736 6429 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18946/statm: 80716 6429 400 364 0 16622 0
[pid=18948] ppid=18946 vsize=419584 CPUtime=99.97 cores=5,7
/proc/18948/stat : 18948 (adaptg2wsat2009) T 18946 18948 18948 0 -1 4202496 1470 0 0 0 9997 0 0 0 25 0 1 0 735423176 429654016 1205 33554432000 134512640 135107411 4292502144 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18948/statm: 104896 1205 59 146 0 103772 0
[pid=18946/tid=18963] ppid=18829 vsize=322864 CPUtime=0 cores=5,7
/proc/18946/task/18963/stat : 18963 (python) S 18829 18829 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735433206 330612736 6429 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604462113548480 0 0 -1 5 0 0 0
[pid=18964] ppid=18829 vsize=333120 CPUtime=0.3 cores=5,7
/proc/18964/stat : 18964 (python) S 18829 18829 17657 0 -1 4202560 1099 0 0 0 16 14 0 0 19 0 2 0 735433207 341114880 6442 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18964/statm: 83280 6442 409 364 0 19183 0
[pid=18966] ppid=18964 vsize=1018676 CPUtime=100.03 cores=5,7
/proc/18966/stat : 18966 (gnovelty+2) T 18964 18966 18966 0 -1 4202496 777 0 0 0 10003 0 0 0 25 0 1 0 735433208 1043124224 509 33554432000 134512640 135663704 4289089808 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18966/statm: 254669 509 113 282 0 254385 0
[pid=18964/tid=19086] ppid=18829 vsize=333120 CPUtime=0 cores=5,7
/proc/18964/task/19086/stat : 19086 (python) S 18829 18829 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735443239 341114880 6442 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604470699605056 0 0 -1 5 0 0 0
[pid=19087] ppid=18829 vsize=343376 CPUtime=0.31 cores=5,7
/proc/19087/stat : 19087 (python) S 18829 18829 17657 0 -1 4202560 1096 0 0 0 16 15 0 0 19 0 2 0 735443241 351617024 6437 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19087/statm: 85844 6437 400 364 0 21744 0
[pid=19089] ppid=19087 vsize=249476 CPUtime=99.99 cores=5,7
/proc/19089/stat : 19089 (FH) T 19087 19089 19089 0 -1 4202496 1398 0 0 0 9999 0 0 0 25 0 1 0 735443241 255463424 1135 33554432000 134512640 134936988 4289717024 18446744073709551615 134553554 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19089/statm: 62369 1135 41 104 0 61873 0
[pid=19087/tid=19103] ppid=18829 vsize=343376 CPUtime=0 cores=5,7
/proc/19087/task/19103/stat : 19103 (python) S 18829 18829 17657 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735453271 351617024 6437 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604461118060608 0 0 -1 5 0 0 0
[pid=19104] ppid=18829 vsize=353632 CPUtime=0 cores=5,7
/proc/19104/stat : 19104 (python) S 18829 18829 17657 0 -1 4202560 785 0 0 0 0 0 0 0 19 0 1 0 735453273 362119168 6390 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284945990 0 0 16781312 514 15063842293087731711 0 0 17 5 0 0 0
/proc/19104/statm: 88408 6390 350 364 0 24305 0
[pid=19106] ppid=19104 vsize=418104 CPUtime=0.14 cores=5,7
/proc/19106/stat : 19106 (adaptg2wsat2009) R 19104 19106 19106 0 -1 4202496 1020 0 0 0 14 0 0 0 21 0 1 0 735453273 428138496 748 33554432000 134512640 135107411 4289662016 18446744073709551615 134523212 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19106/statm: 104526 748 49 146 0 103402 0
[pid=18829/tid=18836] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 9 0 735383049 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18856] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18856/stat : 18856 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735393080 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18874] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18874/stat : 18874 (python) S 18827 18829 17657 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 735403113 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18892] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18892/stat : 18892 (python) S 18827 18829 17657 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 9 0 735413144 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18947] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18947/stat : 18947 (python) S 18827 18829 17657 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735423176 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18965] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18965/stat : 18965 (python) S 18827 18829 17657 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735433207 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=19088] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/19088/stat : 19088 (python) S 18827 18829 17657 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 9 0 735443241 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=19105] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/19105/stat : 19105 (python) S 18827 18829 17657 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735453273 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.64
Current children cumulated vsize (KiB) 7897152

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

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

[startup+703.902 s]
/proc/loadavg: 4.03 4.07 3.95 6/447 19106
/proc/meminfo: memFree=17514676/32951124 swapFree=45193364/67111528
[pid=18829] ppid=18827 vsize=363876 CPUtime=1.37 cores=5,7
/proc/18829/stat : 18829 (python) S 18827 18829 17657 0 -1 4202496 17951 930 1 0 126 11 0 0 19 0 9 0 735382896 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18829/statm: 90969 7936 1892 364 0 26866 0
[pid=18835] ppid=18829 vsize=291476 CPUtime=0.28 cores=5,7
/proc/18835/stat : 18835 (python) S 18829 18829 17657 0 -1 4202560 1146 0 0 0 15 13 0 0 19 0 2 0 735383049 298471424 6280 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18835/statm: 72869 6280 415 364 0 8787 0
[pid=18837] ppid=18835 vsize=1018676 CPUtime=100.08 cores=5,7
/proc/18837/stat : 18837 (gnovelty+2) T 18835 18837 18837 0 -1 4202496 776 0 0 0 10008 0 0 0 25 0 1 0 735383049 1043124224 509 33554432000 134512640 135663704 4294705296 18446744073709551615 135008480 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18837/statm: 254669 509 113 282 0 254385 0
[pid=18835/tid=18854] ppid=18829 vsize=291476 CPUtime=0 cores=5,7
/proc/18835/task/18854/stat : 18854 (python) S 18829 18829 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735393079 298471424 6280 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604461962258432 0 0 -1 5 0 0 0
[pid=18855] ppid=18829 vsize=291488 CPUtime=0.29 cores=5,7
/proc/18855/stat : 18855 (python) S 18829 18829 17657 0 -1 4202560 1065 0 0 0 15 14 0 0 19 0 2 0 735393080 298483712 6282 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18855/statm: 72872 6282 400 364 0 8787 0
[pid=18857] ppid=18855 vsize=1018676 CPUtime=100.03 cores=5,7
/proc/18857/stat : 18857 (gnovelty+2) T 18855 18857 18857 0 -1 4202496 776 0 0 0 10003 0 0 0 25 0 1 0 735393081 1043124224 509 33554432000 134512640 135663704 4291138448 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18857/statm: 254669 509 113 282 0 254385 0
[pid=18855/tid=18872] ppid=18829 vsize=291488 CPUtime=0 cores=5,7
/proc/18855/task/18872/stat : 18872 (python) S 18829 18829 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735403112 298483712 6282 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604462681580544 0 0 -1 5 0 0 0
[pid=18873] ppid=18829 vsize=302352 CPUtime=0.3 cores=5,7
/proc/18873/stat : 18873 (python) S 18829 18829 17657 0 -1 4202560 1071 0 0 0 16 14 0 0 19 0 2 0 735403113 309608448 6421 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18873/statm: 75588 6421 399 364 0 11500 0
[pid=18875] ppid=18873 vsize=419584 CPUtime=99.97 cores=5,7
/proc/18875/stat : 18875 (adaptg2wsat2009) T 18873 18875 18875 0 -1 4202496 1469 0 0 0 9997 0 0 0 25 0 1 0 735403114 429654016 1206 33554432000 134512640 135107411 4288517024 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18875/statm: 104896 1206 59 146 0 103772 0
[pid=18873/tid=18890] ppid=18829 vsize=302352 CPUtime=0 cores=5,7
/proc/18873/task/18890/stat : 18890 (python) S 18829 18829 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735413143 309608448 6421 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604455793272832 0 0 -1 5 0 0 0
[pid=18891] ppid=18829 vsize=312608 CPUtime=0.3 cores=5,7
/proc/18891/stat : 18891 (python) S 18829 18829 17657 0 -1 4202560 1091 0 0 0 16 14 0 0 19 0 2 0 735413144 320110592 6425 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18891/statm: 78152 6425 400 364 0 14061 0
[pid=18893] ppid=18891 vsize=419584 CPUtime=99.97 cores=5,7
/proc/18893/stat : 18893 (adaptg2wsat2009) T 18891 18893 18893 0 -1 4202496 1472 0 0 0 9997 0 0 0 25 0 1 0 735413144 429654016 1205 33554432000 134512640 135107411 4291104880 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18893/statm: 104896 1205 59 146 0 103772 0
[pid=18891/tid=18945] ppid=18829 vsize=312608 CPUtime=0 cores=5,7
/proc/18891/task/18945/stat : 18945 (python) S 18829 18829 17657 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 735423174 320110592 6425 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604458112625728 0 0 -1 5 0 0 0
[pid=18946] ppid=18829 vsize=322864 CPUtime=0.31 cores=5,7
/proc/18946/stat : 18946 (python) S 18829 18829 17657 0 -1 4202560 1088 0 0 0 16 15 0 0 19 0 2 0 735423175 330612736 6429 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18946/statm: 80716 6429 400 364 0 16622 0
[pid=18948] ppid=18946 vsize=419584 CPUtime=99.97 cores=5,7
/proc/18948/stat : 18948 (adaptg2wsat2009) T 18946 18948 18948 0 -1 4202496 1470 0 0 0 9997 0 0 0 25 0 1 0 735423176 429654016 1205 33554432000 134512640 135107411 4292502144 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18948/statm: 104896 1205 59 146 0 103772 0
[pid=18946/tid=18963] ppid=18829 vsize=322864 CPUtime=0 cores=5,7
/proc/18946/task/18963/stat : 18963 (python) S 18829 18829 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735433206 330612736 6429 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604462113548480 0 0 -1 5 0 0 0
[pid=18964] ppid=18829 vsize=333120 CPUtime=0.3 cores=5,7
/proc/18964/stat : 18964 (python) S 18829 18829 17657 0 -1 4202560 1099 0 0 0 16 14 0 0 19 0 2 0 735433207 341114880 6442 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18964/statm: 83280 6442 409 364 0 19183 0
[pid=18966] ppid=18964 vsize=1018676 CPUtime=100.03 cores=5,7
/proc/18966/stat : 18966 (gnovelty+2) T 18964 18966 18966 0 -1 4202496 777 0 0 0 10003 0 0 0 25 0 1 0 735433208 1043124224 509 33554432000 134512640 135663704 4289089808 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18966/statm: 254669 509 113 282 0 254385 0
[pid=18964/tid=19086] ppid=18829 vsize=333120 CPUtime=0 cores=5,7
/proc/18964/task/19086/stat : 19086 (python) S 18829 18829 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735443239 341114880 6442 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604470699605056 0 0 -1 5 0 0 0
[pid=19087] ppid=18829 vsize=343376 CPUtime=0.31 cores=5,7
/proc/19087/stat : 19087 (python) S 18829 18829 17657 0 -1 4202560 1096 0 0 0 16 15 0 0 19 0 2 0 735443241 351617024 6437 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19087/statm: 85844 6437 400 364 0 21744 0
[pid=19089] ppid=19087 vsize=249476 CPUtime=99.99 cores=5,7
/proc/19089/stat : 19089 (FH) T 19087 19089 19089 0 -1 4202496 1398 0 0 0 9999 0 0 0 25 0 1 0 735443241 255463424 1135 33554432000 134512640 134936988 4289717024 18446744073709551615 134553554 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19089/statm: 62369 1135 41 104 0 61873 0
[pid=19087/tid=19103] ppid=18829 vsize=343376 CPUtime=0 cores=5,7
/proc/19087/task/19103/stat : 19103 (python) S 18829 18829 17657 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735453271 351617024 6437 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 514 18446604461118060608 0 0 -1 5 0 0 0
[pid=19104] ppid=18829 vsize=353632 CPUtime=0 cores=5,7
/proc/19104/stat : 19104 (python) S 18829 18829 17657 0 -1 4202560 785 0 0 0 0 0 0 0 19 0 1 0 735453273 362119168 6390 33554432000 4194304 5683644 140737371867184 18446744073709551615 224284945990 0 0 16781312 514 15063842293087731711 0 0 17 5 0 0 0
/proc/19104/statm: 88408 6390 350 364 0 24305 0
[pid=19106] ppid=19104 vsize=418104 CPUtime=0.14 cores=5,7
/proc/19106/stat : 19106 (adaptg2wsat2009) R 19104 19106 19106 0 -1 4202496 1020 0 0 0 14 0 0 0 21 0 1 0 735453273 428138496 748 33554432000 134512640 135107411 4289662016 18446744073709551615 134523212 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19106/statm: 104526 748 49 146 0 103402 0
[pid=18829/tid=18836] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18836/stat : 18836 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 18 0 9 0 735383049 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18856] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18856/stat : 18856 (python) S 18827 18829 17657 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 735393080 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18874] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18874/stat : 18874 (python) S 18827 18829 17657 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 735403113 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18892] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18892/stat : 18892 (python) S 18827 18829 17657 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 9 0 735413144 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18947] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18947/stat : 18947 (python) S 18827 18829 17657 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735423176 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=18965] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/18965/stat : 18965 (python) S 18827 18829 17657 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 735433207 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=19088] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/19088/stat : 19088 (python) S 18827 18829 17657 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 9 0 735443241 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
[pid=18829/tid=19105] ppid=18827 vsize=363876 CPUtime=0 cores=5,7
/proc/18829/task/19105/stat : 19105 (python) S 18827 18829 17657 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 735453273 372609024 7936 33554432000 4194304 5683644 140737371867184 18446744073709551615 224296749489 0 0 16781312 2 18446604465161971008 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.64
Current children cumulated vsize (KiB) 7897152

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.98
CPU time (s): 703.64
CPU user time (s): 702.54
CPU system time (s): 1.1
CPU usage (%): 99.9517
Max. virtual memory (cumulated for all children) (KiB): 7897152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.26181
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18887
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= 2870
involuntary context switches= 51

runsolver used 3.2845 second user time and 6.94794 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 11:25:22
IDJOB=3377239
IDBENCH=82548
IDSOLVER=1857
FILE ID=node118/3377239-1305451522
RUNJOBID= node118-1305451353-18714
PBS_JOBID= 13324868
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1000-c20000-S72635791-098-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-3377239-1305451522/watcher-3377239-1305451522 -o /tmp/evaluation-result-3377239-1305451522/solver-3377239-1305451522 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377239-1305451522.cnf -seed 1023768582 -budget 2400

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

MD5SUM BENCH= 93976db0d99d3daab756f06103f77642
RANDOM SEED=1023768582

node118.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.842
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.68
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.842
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.842
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.74
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.842
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.75
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.842
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.68
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.842
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17908740 kB
Buffers:        290708 kB
Cached:        4631592 kB
SwapCached:      22084 kB
Active:       12068672 kB
Inactive:      2655216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17908740 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           32292 kB
Writeback:           0 kB
AnonPages:     9792504 kB
Mapped:          22680 kB
Slab:           156380 kB
PageTables:      95784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 95169744 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= 73148 MiB
End job on node118 at 2011-05-15 11:37:08