Trace number 3484100

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, 1200 s timeout)? (MO) 703.72 703.963

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S969405384-096-UNKNOWN.cnf
MD5SUM6e345981a96012731da9bd2ce5420289
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark44.3013
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
Number of clauses of size over 50

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.68	c INFO: solving HOME/instance-3484100-1307747342.cnf
0.34/0.68	c INFO: computing task features
0.51/0.84	c INFO: computed variable-clause graph statistics
0.51/0.84	c INFO: computed clause balance statistics
1.30/1.60	c INFO: computed variable balance statistics
1.70/2.02	c INFO: computed small-clause counts
1.70/2.02	c INFO: computed Horn-clause counts
1.70/2.05	c INFO: computed variable graph statistics
1.70/2.05	c INFO: collected features for HOME/instance-3484100-1307747342.cnf in 1.37 s
1.70/2.06	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.89/102.23	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
202.13/202.41	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.09)
302.20/302.56	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.37/402.70	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.06)
502.48/502.83	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.05)
602.70/603.00	c INFO: running FH@0 for 97 with 598 remaining (b = 0.04)
702.91/703.15	c INFO: running adaptg2wsat2009++@0 for 97 with 498 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.1 (svn: 988)

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-3484100-1307747342/watcher-3484100-1307747342 -o /tmp/evaluation-result-3484100-1307747342/solver-3484100-1307747342 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484100-1307747342.cnf -seed 66036071 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.99 2.82 1.31 5/230 18613
/proc/meminfo: memFree=31822744/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=15184 CPUtime=0 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 734 0 0 0 0 0 0 0 18 0 1 0 886331340 15548416 622 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/18613/statm: 3796 622 322 364 0 283 0

[startup+0.092124 s]
/proc/loadavg: 3.99 2.82 1.31 5/230 18613
/proc/meminfo: memFree=31822744/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=84476 CPUtime=0.05 cores=1,3
/proc/18613/stat : 18613 (python) R 18611 18613 18188 0 -1 4202496 2399 0 0 0 4 1 0 0 17 0 1 0 886331340 86503424 2127 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476692992 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/18613/statm: 21153 2131 707 364 0 1370 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84476

[startup+0.101114 s]
/proc/loadavg: 3.99 2.82 1.31 5/230 18613
/proc/meminfo: memFree=31822744/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=91832 CPUtime=0.06 cores=1,3
/proc/18613/stat : 18613 (python) R 18611 18613 18188 0 -1 4202496 2679 0 0 0 5 1 0 0 17 0 1 0 886331340 94035968 2394 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476692992 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18613/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91832

[startup+0.301018 s]
/proc/loadavg: 3.99 2.82 1.31 5/230 18613
/proc/meminfo: memFree=31822744/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=135752 CPUtime=0.17 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 5976 935 1 0 14 3 0 0 17 0 1 0 886331340 139010048 4149 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 2
/proc/18613/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.714035 s]
/proc/loadavg: 3.99 2.82 1.31 5/230 18613
/proc/meminfo: memFree=31822744/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=280628 CPUtime=0.42 cores=1,3
/proc/18613/stat : 18613 (python) R 18611 18613 18188 0 -1 4202496 9815 935 1 0 33 9 0 0 15 0 1 0 886331340 287363072 7483 33554432000 4194304 5683644 140733426186016 18446744073709551615 4602993 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/18613/statm: 70157 7483 1761 364 0 6081 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 280628

[startup+1.50085 s]
/proc/loadavg: 3.99 2.82 1.31 5/231 18618
/proc/meminfo: memFree=31790644/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=287588 CPUtime=1.2 cores=1,3
/proc/18613/stat : 18613 (python) R 18611 18613 18188 0 -1 4202496 12696 935 1 0 111 9 0 0 16 0 1 0 886331340 294490112 9281 33554432000 4194304 5683644 140733426186016 18446744073709551615 47029710257332 0 0 16781312 2 0 0 0 17 1 0 0 2
/proc/18613/statm: 71897 9281 1826 364 0 7821 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 287588

[startup+3.10054 s]
/proc/loadavg: 3.99 2.82 1.31 5/234 18621
/proc/meminfo: memFree=31792108/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=292816 CPUtime=1.77 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 12990 935 1 0 168 9 0 0 19 0 2 0 886331340 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/18613/statm: 73204 8108 1877 364 0 9122 0
[pid=18619] ppid=18613 vsize=283516 CPUtime=0 cores=1,3
/proc/18619/stat : 18619 (python) S 18613 18613 18188 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 886331547 290320384 6583 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476715023 0 0 16781312 514 4540851085614514175 0 0 17 1 0 0 0
/proc/18619/statm: 70879 6583 355 364 0 6797 0
[pid=18621] ppid=18619 vsize=1018996 CPUtime=1.02 cores=1,3
/proc/18621/stat : 18621 (gnovelty+2) R 18619 18621 18621 0 -1 4202496 960 0 0 0 102 0 0 0 22 0 1 0 886331547 1043451904 697 33554432000 134512640 135663704 4288527792 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18621/statm: 254749 697 113 282 0 254465 0
[pid=18613/tid=18620] ppid=18611 vsize=292816 CPUtime=0 cores=1,3
/proc/18613/task/18620/stat : 18620 (python) S 18611 18613 18188 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 886331547 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 1595328

[startup+6.30086 s]
/proc/loadavg: 3.99 2.84 1.33 5/234 18622
/proc/meminfo: memFree=31790744/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=292816 CPUtime=1.77 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 12990 935 1 0 168 9 0 0 19 0 2 0 886331340 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/18613/statm: 73204 8108 1877 364 0 9122 0
[pid=18619] ppid=18613 vsize=283516 CPUtime=0 cores=1,3
/proc/18619/stat : 18619 (python) S 18613 18613 18188 0 -1 4202560 865 0 0 0 0 0 0 0 18 0 1 0 886331547 290320384 6606 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476715023 0 0 16781312 514 4540851085614481671 0 0 17 1 0 0 0
/proc/18619/statm: 70879 6606 378 364 0 6797 0
[pid=18621] ppid=18619 vsize=1018996 CPUtime=4.22 cores=1,3
/proc/18621/stat : 18621 (gnovelty+2) R 18619 18621 18621 0 -1 4202496 960 0 0 0 422 0 0 0 25 0 1 0 886331547 1043451904 697 33554432000 134512640 135663704 4288527792 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18621/statm: 254749 697 113 282 0 254465 0
[pid=18613/tid=18620] ppid=18611 vsize=292816 CPUtime=0 cores=1,3
/proc/18613/task/18620/stat : 18620 (python) S 18611 18613 18188 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 886331547 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 1595328

[startup+12.7006 s]
/proc/loadavg: 3.99 2.86 1.34 5/234 18622
/proc/meminfo: memFree=31790744/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=292816 CPUtime=1.77 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 12990 935 1 0 168 9 0 0 19 0 2 0 886331340 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/18613/statm: 73204 8108 1877 364 0 9122 0
[pid=18619] ppid=18613 vsize=283516 CPUtime=0.01 cores=1,3
/proc/18619/stat : 18619 (python) S 18613 18613 18188 0 -1 4202560 869 0 0 0 1 0 0 0 18 0 1 0 886331547 290320384 6606 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476715023 0 0 16781312 514 17446522743968203015 0 0 17 1 0 0 0
/proc/18619/statm: 70879 6606 378 364 0 6797 0
[pid=18621] ppid=18619 vsize=1018996 CPUtime=10.61 cores=1,3
/proc/18621/stat : 18621 (gnovelty+2) R 18619 18621 18621 0 -1 4202496 960 0 0 0 1061 0 0 0 25 0 1 0 886331547 1043451904 697 33554432000 134512640 135663704 4288527792 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18621/statm: 254749 697 113 282 0 254465 0
[pid=18613/tid=18620] ppid=18611 vsize=292816 CPUtime=0 cores=1,3
/proc/18613/task/18620/stat : 18620 (python) S 18611 18613 18188 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 886331547 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1595328

[startup+25.5002 s]
/proc/loadavg: 3.99 2.91 1.38 5/234 18622
/proc/meminfo: memFree=31790760/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=292816 CPUtime=1.77 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 12990 935 1 0 168 9 0 0 19 0 2 0 886331340 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/18613/statm: 73204 8108 1877 364 0 9122 0
[pid=18619] ppid=18613 vsize=283516 CPUtime=0.02 cores=1,3
/proc/18619/stat : 18619 (python) S 18613 18613 18188 0 -1 4202560 874 0 0 0 1 1 0 0 18 0 1 0 886331547 290320384 6606 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476715023 0 0 16781312 514 17446522743968203015 0 0 17 1 0 0 0
/proc/18619/statm: 70879 6606 378 364 0 6797 0
[pid=18621] ppid=18619 vsize=1018996 CPUtime=23.39 cores=1,3
/proc/18621/stat : 18621 (gnovelty+2) R 18619 18621 18621 0 -1 4202496 960 0 0 0 2339 0 0 0 25 0 1 0 886331547 1043451904 697 33554432000 134512640 135663704 4288527792 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18621/statm: 254749 697 113 282 0 254465 0
[pid=18613/tid=18620] ppid=18611 vsize=292816 CPUtime=0 cores=1,3
/proc/18613/task/18620/stat : 18620 (python) S 18611 18613 18188 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 886331547 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 1595328

[startup+51.1003 s]
/proc/loadavg: 3.99 3.00 1.45 5/234 18623
/proc/meminfo: memFree=31790168/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=292816 CPUtime=1.77 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 12990 935 1 0 168 9 0 0 19 0 2 0 886331340 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/18613/statm: 73204 8108 1877 364 0 9122 0
[pid=18619] ppid=18613 vsize=283516 CPUtime=0.06 cores=1,3
/proc/18619/stat : 18619 (python) S 18613 18613 18188 0 -1 4202560 887 0 0 0 4 2 0 0 18 0 1 0 886331547 290320384 6606 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476715023 0 0 16781312 514 17446522743968203015 0 0 17 1 0 0 0
/proc/18619/statm: 70879 6606 378 364 0 6797 0
[pid=18621] ppid=18619 vsize=1018996 CPUtime=48.97 cores=1,3
/proc/18621/stat : 18621 (gnovelty+2) R 18619 18621 18621 0 -1 4202496 960 0 0 0 4897 0 0 0 25 0 1 0 886331547 1043451904 697 33554432000 134512640 135663704 4288527792 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18621/statm: 254749 697 113 282 0 254465 0
[pid=18613/tid=18620] ppid=18611 vsize=292816 CPUtime=0 cores=1,3
/proc/18613/task/18620/stat : 18620 (python) S 18611 18613 18188 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 886331547 299843584 8108 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1595328

[startup+102.307 s]
/proc/loadavg: 3.99 3.15 1.58 5/246 18636
/proc/meminfo: memFree=31760076/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=303532 CPUtime=1.77 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 13880 935 1 0 168 9 0 0 20 0 3 0 886331340 310816768 8198 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/18613/statm: 75883 8198 1880 364 0 11798 0
[pid=18619] ppid=18613 vsize=293760 CPUtime=0.12 cores=1,3
/proc/18619/stat : 18619 (python) S 18613 18613 18188 0 -1 4202560 1149 0 0 0 7 5 0 0 19 0 2 0 886331547 300810240 6648 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18619/statm: 73440 6648 415 364 0 9358 0
[pid=18621] ppid=18619 vsize=1018996 CPUtime=100.02 cores=1,3
/proc/18621/stat : 18621 (gnovelty+2) T 18619 18621 18621 0 -1 4202496 960 0 0 0 10002 0 0 0 25 0 1 0 886331547 1043451904 697 33554432000 134512640 135663704 4288527792 18446744073709551615 134525323 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18621/statm: 254749 697 113 282 0 254465 0
[pid=18613/tid=18620] ppid=18611 vsize=303532 CPUtime=0 cores=1,3
/proc/18613/task/18620/stat : 18620 (python) S 18611 18613 18188 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 3 0 886331547 310816768 8198 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 1616288

[startup+162.301 s]
/proc/loadavg: 3.99 3.30 1.73 5/254 18646
/proc/meminfo: memFree=31743488/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=303532 CPUtime=1.77 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 13880 935 1 0 168 9 0 0 20 0 3 0 886331340 310816768 8198 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/18613/statm: 75883 8198 1880 364 0 11798 0
[pid=18619] ppid=18613 vsize=293760 CPUtime=0.12 cores=1,3
/proc/18619/stat : 18619 (python) S 18613 18613 18188 0 -1 4202560 1149 0 0 0 7 5 0 0 19 0 2 0 886331547 300810240 6648 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18619/statm: 73440 6648 415 364 0 9358 0
[pid=18621] ppid=18619 vsize=1018996 CPUtime=100.02 cores=1,3
/proc/18621/stat : 18621 (gnovelty+2) T 18619 18621 18621 0 -1 4202496 960 0 0 0 10002 0 0 0 25 0 1 0 886331547 1043451904 697 33554432000 134512640 135663704 4288527792 18446744073709551615 134525323 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18621/statm: 254749 697 113 282 0 254465 0
[pid=18619/tid=18637] ppid=18613 vsize=293760 CPUtime=0 cores=1,3
/proc/18619/task/18637/stat : 18637 (python) S 18613 18613 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886341563 300810240 6648 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604471149811712 0 0 -1 3 0 0 0
[pid=18638] ppid=18613 vsize=293704 CPUtime=0.08 cores=1,3
/proc/18638/stat : 18638 (python) S 18613 18613 18188 0 -1 4202560 915 0 0 0 5 3 0 0 18 0 1 0 886341564 300752896 6687 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476715078 0 0 16781312 514 17446522743968203014 0 0 17 1 0 0 0
/proc/18638/statm: 73426 6687 372 364 0 9341 0
[pid=18640] ppid=18638 vsize=1018996 CPUtime=60 cores=1,3
/proc/18640/stat : 18640 (gnovelty+2) R 18638 18640 18640 0 -1 4202496 961 0 0 0 6000 0 0 0 25 0 1 0 886341564 1043451904 698 33554432000 134512640 135663704 4292507264 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18640/statm: 254749 698 113 282 0 254465 0
[pid=18613/tid=18620] ppid=18611 vsize=303532 CPUtime=0 cores=1,3
/proc/18613/task/18620/stat : 18620 (python) S 18611 18613 18188 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 3 0 886331547 310816768 8198 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18639] ppid=18611 vsize=303532 CPUtime=0 cores=1,3
/proc/18613/task/18639/stat : 18639 (python) S 18611 18613 18188 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 3 0 886341564 310816768 8198 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 161.99

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

[pid=18657] ppid=18613 vsize=303960 CPUtime=0.15 cores=1,3
/proc/18657/stat : 18657 (python) S 18613 18613 18188 0 -1 4202560 1082 0 0 0 8 7 0 0 19 0 2 0 886351582 311255040 6720 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18657/statm: 75990 6720 400 364 0 11902 0
[pid=18659] ppid=18657 vsize=421428 CPUtime=99.97 cores=1,3
/proc/18659/stat : 18659 (adaptg2wsat2009) T 18657 18659 18659 0 -1 4202496 2047 0 0 0 9997 0 0 0 25 0 1 0 886351582 431542272 1781 33554432000 134512640 135107411 4292770992 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18659/statm: 105357 1781 59 146 0 104233 0
[pid=18657/tid=18674] ppid=18613 vsize=303960 CPUtime=0 cores=1,3
/proc/18657/task/18674/stat : 18674 (python) S 18613 18613 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886361596 311255040 6720 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604455245092160 0 0 -1 1 0 0 0
[pid=18675] ppid=18613 vsize=314308 CPUtime=0.14 cores=1,3
/proc/18675/stat : 18675 (python) S 18613 18613 18188 0 -1 4202560 1085 0 0 0 9 5 0 0 19 0 2 0 886361597 321851392 6724 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18675/statm: 78577 6724 400 364 0 14486 0
[pid=18677] ppid=18675 vsize=421428 CPUtime=99.97 cores=1,3
/proc/18677/stat : 18677 (adaptg2wsat2009) T 18675 18677 18677 0 -1 4202496 2040 0 0 0 9997 0 0 0 25 0 1 0 886361597 431542272 1781 33554432000 134512640 135107411 4291528992 18446744073709551615 134539292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18677/statm: 105357 1781 59 146 0 104233 0
[pid=18675/tid=18787] ppid=18613 vsize=314308 CPUtime=0 cores=1,3
/proc/18675/task/18787/stat : 18787 (python) S 18613 18613 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886371610 321851392 6724 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604471137458880 0 0 -1 3 0 0 0
[pid=18788] ppid=18613 vsize=324572 CPUtime=0.13 cores=1,3
/proc/18788/stat : 18788 (python) S 18613 18613 18188 0 -1 4202560 1078 0 0 0 8 5 0 0 19 0 2 0 886371611 332361728 6734 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18788/statm: 81143 6734 400 364 0 17049 0
[pid=18790] ppid=18788 vsize=421428 CPUtime=99.99 cores=1,3
/proc/18790/stat : 18790 (adaptg2wsat2009) T 18788 18790 18790 0 -1 4202496 2047 0 0 0 9999 0 0 0 25 0 1 0 886371611 431542272 1783 33554432000 134512640 135107411 4286898416 18446744073709551615 134531768 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18790/statm: 105357 1783 59 146 0 104233 0
[pid=18788/tid=18941] ppid=18613 vsize=324572 CPUtime=0 cores=1,3
/proc/18788/task/18941/stat : 18941 (python) S 18613 18613 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886381623 332361728 6734 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604470732573568 0 0 -1 3 0 0 0
[pid=18942] ppid=18613 vsize=334728 CPUtime=0.13 cores=1,3
/proc/18942/stat : 18942 (python) S 18613 18613 18188 0 -1 4202560 1088 0 0 0 8 5 0 0 19 0 2 0 886381624 342761472 6740 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18942/statm: 83682 6740 400 364 0 19585 0
[pid=18944] ppid=18942 vsize=1018996 CPUtime=100.05 cores=1,3
/proc/18944/stat : 18944 (gnovelty+2) T 18942 18944 18944 0 -1 4202496 960 0 0 0 10005 0 0 0 25 0 1 0 886381624 1043451904 697 33554432000 134512640 135663704 4294368528 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18944/statm: 254749 697 113 282 0 254465 0
[pid=18942/tid=18960] ppid=18613 vsize=334728 CPUtime=0 cores=1,3
/proc/18942/task/18960/stat : 18960 (python) S 18613 18613 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886391640 342761472 6740 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604460954354752 0 0 -1 1 0 0 0
[pid=18961] ppid=18613 vsize=345212 CPUtime=0.14 cores=1,3
/proc/18961/stat : 18961 (python) S 18613 18613 18188 0 -1 4202560 1095 0 0 0 8 6 0 0 19 0 2 0 886391641 353497088 6744 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18961/statm: 86303 6744 400 364 0 22203 0
[pid=18963] ppid=18961 vsize=251288 CPUtime=100.12 cores=1,3
/proc/18963/stat : 18963 (FH) T 18961 18963 18963 0 -1 4202496 1946 0 0 0 10012 0 0 0 25 0 1 0 886391641 257318912 1682 33554432000 134512640 134936988 4288299392 18446744073709551615 134545348 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18963/statm: 62822 1682 41 104 0 62326 0
[pid=18961/tid=18979] ppid=18613 vsize=345212 CPUtime=0 cores=1,3
/proc/18961/task/18979/stat : 18979 (python) S 18613 18613 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886401655 353497088 6744 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604460954353856 0 0 -1 3 0 0 0
[pid=18980] ppid=18613 vsize=355240 CPUtime=0 cores=1,3
/proc/18980/stat : 18980 (python) S 18613 18613 18188 0 -1 4202560 846 0 0 0 0 0 0 0 19 0 1 0 886401655 363765760 6730 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476715078 0 0 16781312 514 7263101413377441791 0 0 17 1 0 0 0
/proc/18980/statm: 88810 6730 351 364 0 24707 0
[pid=18982] ppid=18980 vsize=421428 CPUtime=0.75 cores=1,3
/proc/18982/stat : 18982 (adaptg2wsat2009) R 18980 18982 18982 0 -1 4202496 2046 0 0 0 75 0 0 0 22 0 1 0 886401656 431542272 1781 33554432000 134512640 135107411 4292590960 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18982/statm: 105357 1781 59 146 0 104233 0
[pid=18613/tid=18620] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18620/stat : 18620 (python) S 18611 18613 18188 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 9 0 886331547 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18639] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18639/stat : 18639 (python) S 18611 18613 18188 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 886341564 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18658] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18658/stat : 18658 (python) S 18611 18613 18188 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886351582 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 3 0 0 0
[pid=18613/tid=18676] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18676/stat : 18676 (python) S 18611 18613 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886361597 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18789] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18789/stat : 18789 (python) S 18611 18613 18188 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 886371611 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18943] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18943/stat : 18943 (python) S 18611 18613 18188 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886381624 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 3 0 0 0
[pid=18613/tid=18962] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18962/stat : 18962 (python) S 18611 18613 18188 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 886391641 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18981] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18981/stat : 18981 (python) S 18611 18613 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886401656 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.72
Current children cumulated vsize (KiB) 7924700

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.01 3.90 2.73 5/258 18982
/proc/meminfo: memFree=31732048/32950928 swapFree=67055428/67111528
[pid=18613] ppid=18611 vsize=365228 CPUtime=1.83 cores=1,3
/proc/18613/stat : 18613 (python) S 18611 18613 18188 0 -1 4202496 19004 935 1 0 173 10 0 0 20 0 9 0 886331340 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 2
/proc/18613/statm: 91307 8274 1892 364 0 27204 0
[pid=18619] ppid=18613 vsize=293760 CPUtime=0.12 cores=1,3
/proc/18619/stat : 18619 (python) S 18613 18613 18188 0 -1 4202560 1149 0 0 0 7 5 0 0 19 0 2 0 886331547 300810240 6648 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18619/statm: 73440 6648 415 364 0 9358 0
[pid=18621] ppid=18619 vsize=1018996 CPUtime=100.02 cores=1,3
/proc/18621/stat : 18621 (gnovelty+2) T 18619 18621 18621 0 -1 4202496 960 0 0 0 10002 0 0 0 25 0 1 0 886331547 1043451904 697 33554432000 134512640 135663704 4288527792 18446744073709551615 134525323 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18621/statm: 254749 697 113 282 0 254465 0
[pid=18619/tid=18637] ppid=18613 vsize=293760 CPUtime=0 cores=1,3
/proc/18619/task/18637/stat : 18637 (python) S 18613 18613 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886341563 300810240 6648 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604471149811712 0 0 -1 3 0 0 0
[pid=18638] ppid=18613 vsize=293704 CPUtime=0.14 cores=1,3
/proc/18638/stat : 18638 (python) S 18613 18613 18188 0 -1 4202560 1082 0 0 0 8 6 0 0 19 0 2 0 886341564 300752896 6716 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18638/statm: 73426 6716 400 364 0 9341 0
[pid=18640] ppid=18638 vsize=1018996 CPUtime=100.07 cores=1,3
/proc/18640/stat : 18640 (gnovelty+2) T 18638 18640 18640 0 -1 4202496 961 0 0 0 10007 0 0 0 25 0 1 0 886341564 1043451904 698 33554432000 134512640 135663704 4292507264 18446744073709551615 134525316 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18640/statm: 254749 698 113 282 0 254465 0
[pid=18638/tid=18656] ppid=18613 vsize=293704 CPUtime=0 cores=1,3
/proc/18638/task/18656/stat : 18656 (python) S 18613 18613 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886351581 300752896 6716 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604455245093056 0 0 -1 3 0 0 0
[pid=18657] ppid=18613 vsize=303960 CPUtime=0.15 cores=1,3
/proc/18657/stat : 18657 (python) S 18613 18613 18188 0 -1 4202560 1082 0 0 0 8 7 0 0 19 0 2 0 886351582 311255040 6720 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18657/statm: 75990 6720 400 364 0 11902 0
[pid=18659] ppid=18657 vsize=421428 CPUtime=99.97 cores=1,3
/proc/18659/stat : 18659 (adaptg2wsat2009) T 18657 18659 18659 0 -1 4202496 2047 0 0 0 9997 0 0 0 25 0 1 0 886351582 431542272 1781 33554432000 134512640 135107411 4292770992 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18659/statm: 105357 1781 59 146 0 104233 0
[pid=18657/tid=18674] ppid=18613 vsize=303960 CPUtime=0 cores=1,3
/proc/18657/task/18674/stat : 18674 (python) S 18613 18613 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886361596 311255040 6720 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604455245092160 0 0 -1 1 0 0 0
[pid=18675] ppid=18613 vsize=314308 CPUtime=0.14 cores=1,3
/proc/18675/stat : 18675 (python) S 18613 18613 18188 0 -1 4202560 1085 0 0 0 9 5 0 0 19 0 2 0 886361597 321851392 6724 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18675/statm: 78577 6724 400 364 0 14486 0
[pid=18677] ppid=18675 vsize=421428 CPUtime=99.97 cores=1,3
/proc/18677/stat : 18677 (adaptg2wsat2009) T 18675 18677 18677 0 -1 4202496 2040 0 0 0 9997 0 0 0 25 0 1 0 886361597 431542272 1781 33554432000 134512640 135107411 4291528992 18446744073709551615 134539292 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18677/statm: 105357 1781 59 146 0 104233 0
[pid=18675/tid=18787] ppid=18613 vsize=314308 CPUtime=0 cores=1,3
/proc/18675/task/18787/stat : 18787 (python) S 18613 18613 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886371610 321851392 6724 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604471137458880 0 0 -1 3 0 0 0
[pid=18788] ppid=18613 vsize=324572 CPUtime=0.13 cores=1,3
/proc/18788/stat : 18788 (python) S 18613 18613 18188 0 -1 4202560 1078 0 0 0 8 5 0 0 19 0 2 0 886371611 332361728 6734 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18788/statm: 81143 6734 400 364 0 17049 0
[pid=18790] ppid=18788 vsize=421428 CPUtime=99.99 cores=1,3
/proc/18790/stat : 18790 (adaptg2wsat2009) T 18788 18790 18790 0 -1 4202496 2047 0 0 0 9999 0 0 0 25 0 1 0 886371611 431542272 1783 33554432000 134512640 135107411 4286898416 18446744073709551615 134531768 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18790/statm: 105357 1783 59 146 0 104233 0
[pid=18788/tid=18941] ppid=18613 vsize=324572 CPUtime=0 cores=1,3
/proc/18788/task/18941/stat : 18941 (python) S 18613 18613 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886381623 332361728 6734 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604470732573568 0 0 -1 3 0 0 0
[pid=18942] ppid=18613 vsize=334728 CPUtime=0.13 cores=1,3
/proc/18942/stat : 18942 (python) S 18613 18613 18188 0 -1 4202560 1088 0 0 0 8 5 0 0 19 0 2 0 886381624 342761472 6740 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18942/statm: 83682 6740 400 364 0 19585 0
[pid=18944] ppid=18942 vsize=1018996 CPUtime=100.05 cores=1,3
/proc/18944/stat : 18944 (gnovelty+2) T 18942 18944 18944 0 -1 4202496 960 0 0 0 10005 0 0 0 25 0 1 0 886381624 1043451904 697 33554432000 134512640 135663704 4294368528 18446744073709551615 134525678 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18944/statm: 254749 697 113 282 0 254465 0
[pid=18942/tid=18960] ppid=18613 vsize=334728 CPUtime=0 cores=1,3
/proc/18942/task/18960/stat : 18960 (python) S 18613 18613 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886391640 342761472 6740 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604460954354752 0 0 -1 1 0 0 0
[pid=18961] ppid=18613 vsize=345212 CPUtime=0.14 cores=1,3
/proc/18961/stat : 18961 (python) S 18613 18613 18188 0 -1 4202560 1095 0 0 0 8 6 0 0 19 0 2 0 886391641 353497088 6744 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/18961/statm: 86303 6744 400 364 0 22203 0
[pid=18963] ppid=18961 vsize=251288 CPUtime=100.12 cores=1,3
/proc/18963/stat : 18963 (FH) T 18961 18963 18963 0 -1 4202496 1946 0 0 0 10012 0 0 0 25 0 1 0 886391641 257318912 1682 33554432000 134512640 134936988 4288299392 18446744073709551615 134545348 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18963/statm: 62822 1682 41 104 0 62326 0
[pid=18961/tid=18979] ppid=18613 vsize=345212 CPUtime=0 cores=1,3
/proc/18961/task/18979/stat : 18979 (python) S 18613 18613 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886401655 353497088 6744 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 514 18446604460954353856 0 0 -1 3 0 0 0
[pid=18980] ppid=18613 vsize=355240 CPUtime=0 cores=1,3
/proc/18980/stat : 18980 (python) S 18613 18613 18188 0 -1 4202560 846 0 0 0 0 0 0 0 19 0 1 0 886401655 363765760 6730 33554432000 4194304 5683644 140733426186016 18446744073709551615 239476715078 0 0 16781312 514 7263101413377441791 0 0 17 1 0 0 0
/proc/18980/statm: 88810 6730 351 364 0 24707 0
[pid=18982] ppid=18980 vsize=421428 CPUtime=0.75 cores=1,3
/proc/18982/stat : 18982 (adaptg2wsat2009) R 18980 18982 18982 0 -1 4202496 2046 0 0 0 75 0 0 0 22 0 1 0 886401656 431542272 1781 33554432000 134512640 135107411 4292590960 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18982/statm: 105357 1781 59 146 0 104233 0
[pid=18613/tid=18620] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18620/stat : 18620 (python) S 18611 18613 18188 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 9 0 886331547 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18639] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18639/stat : 18639 (python) S 18611 18613 18188 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 886341564 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18658] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18658/stat : 18658 (python) S 18611 18613 18188 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886351582 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 3 0 0 0
[pid=18613/tid=18676] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18676/stat : 18676 (python) S 18611 18613 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886361597 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18789] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18789/stat : 18789 (python) S 18611 18613 18188 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 886371611 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18943] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18943/stat : 18943 (python) S 18611 18613 18188 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 886381624 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 3 0 0 0
[pid=18613/tid=18962] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18962/stat : 18962 (python) S 18611 18613 18188 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 886391641 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
[pid=18613/tid=18981] ppid=18611 vsize=365228 CPUtime=0 cores=1,3
/proc/18613/task/18981/stat : 18981 (python) S 18611 18613 18188 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 886401656 373993472 8274 33554432000 4194304 5683644 140733426186016 18446744073709551615 239488518577 0 0 16781312 2 18446604471163004864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.72
Current children cumulated vsize (KiB) 7924700

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.963
CPU time (s): 703.72
CPU user time (s): 703.23
CPU system time (s): 0.49
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 7924700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.73574
system time used= 0.110983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19944
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= 2864
involuntary context switches= 43

runsolver used 1.43678 second user time and 3.06953 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:09:03
IDJOB=3484100
IDBENCH=82611
IDSOLVER=1975
FILE ID=node148/3484100-1307747342
RUNJOBID= node148-1307746987-18208
PBS_JOBID= 13550812
Free space on /tmp= 73948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S969405384-096-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-3484100-1307747342/watcher-3484100-1307747342 -o /tmp/evaluation-result-3484100-1307747342/solver-3484100-1307747342 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484100-1307747342.cnf -seed 66036071 -budget 1200

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

MD5SUM BENCH= 6e345981a96012731da9bd2ce5420289
RANDOM SEED=66036071

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.82
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31823048 kB
Buffers:         91892 kB
Cached:         706868 kB
SwapCached:       8824 kB
Active:         516776 kB
Inactive:       455116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31823048 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           32640 kB
Writeback:           0 kB
AnonPages:      171636 kB
Mapped:          21384 kB
Slab:            81872 kB
PageTables:      14288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  9136040 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= 73916 MiB
End job on node148 at 2011-06-11 01:20:49