Trace number 3484167

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.92 703.964

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S1859210562-077-UNKNOWN.cnf
MD5SUM3d96bca49fe954bb59442ef617e689bb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.31/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.49	c INFO: solving HOME/instance-3484167-1307748122.cnf
0.31/0.49	c INFO: computing task features
0.49/0.64	c INFO: computed variable-clause graph statistics
0.49/0.64	c INFO: computed clause balance statistics
1.39/1.50	c INFO: computed variable balance statistics
1.69/1.84	c INFO: computed small-clause counts
1.69/1.84	c INFO: computed Horn-clause counts
1.69/1.87	c INFO: computed variable graph statistics
1.69/1.87	c INFO: collected features for HOME/instance-3484167-1307748122.cnf in 1.40 s
1.69/1.88	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
101.87/102.06	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.06/202.23	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.14/302.38	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.36/402.51	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.49/502.64	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.83/602.84	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.94/702.99	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-3484167-1307748122/watcher-3484167-1307748122 -o /tmp/evaluation-result-3484167-1307748122/solver-3484167-1307748122 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484167-1307748122.cnf -seed 830165294 -budget 1200 

running on 2 cores: 5,7

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: 4.29 4.00 2.84 4/233 18401
/proc/meminfo: memFree=30866664/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=15388 CPUtime=0 cores=5,7
/proc/18401/stat : 18401 (python) R 18399 18401 17860 0 -1 4202496 816 0 0 0 0 0 0 0 18 0 1 0 867227535 15757312 701 33554432000 4194304 5683644 140734884119616 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18401/statm: 3847 702 334 364 0 334 0

[startup+0.059011 s]
/proc/loadavg: 4.29 4.00 2.84 4/233 18401
/proc/meminfo: memFree=30866664/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=36512 CPUtime=0.03 cores=5,7
/proc/18401/stat : 18401 (python) S 18399 18401 17860 0 -1 4202496 1620 0 0 0 3 0 0 0 17 0 1 0 867227535 37388288 1450 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/18401/statm: 9128 1450 452 364 0 945 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36512

[startup+0.101008 s]
/proc/loadavg: 4.29 4.00 2.84 4/233 18401
/proc/meminfo: memFree=30866664/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=104228 CPUtime=0.06 cores=5,7
/proc/18401/stat : 18401 (python) R 18399 18401 17860 0 -1 4202496 3051 0 0 0 5 1 0 0 17 0 1 0 867227535 106729472 2734 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261612389 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18401/statm: 26057 2734 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.300978 s]
/proc/loadavg: 4.29 4.00 2.84 4/233 18401
/proc/meminfo: memFree=30866664/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=168676 CPUtime=0.22 cores=5,7
/proc/18401/stat : 18401 (python) R 18399 18401 17860 0 -1 4202496 6731 930 1 0 17 5 0 0 17 0 1 0 867227535 172724224 4797 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261614592 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/18401/statm: 42169 4797 1331 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 168676

[startup+0.700892 s]
/proc/loadavg: 4.29 4.00 2.84 4/233 18401
/proc/meminfo: memFree=30866664/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=285676 CPUtime=0.59 cores=5,7
/proc/18401/stat : 18401 (python) R 18399 18401 17860 0 -1 4202496 12388 930 1 0 51 8 0 0 17 0 1 0 867227535 292532224 8803 33554432000 4194304 5683644 140734884119616 18446744073709551615 4562976 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18401/statm: 71419 8803 1826 364 0 7343 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 285676

[startup+1.50075 s]
/proc/loadavg: 4.29 4.00 2.84 6/234 18406
/proc/meminfo: memFree=30837540/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=285676 CPUtime=1.39 cores=5,7
/proc/18401/stat : 18401 (python) R 18399 18401 17860 0 -1 4202496 12388 930 1 0 131 8 0 0 18 0 1 0 867227535 292532224 8803 33554432000 4194304 5683644 140734884119616 18446744073709551615 4578752 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18401/statm: 71419 8803 1826 364 0 7343 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 285676

[startup+3.10047 s]
/proc/loadavg: 4.29 4.00 2.84 5/237 18409
/proc/meminfo: memFree=30839060/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=290456 CPUtime=1.78 cores=5,7
/proc/18401/stat : 18401 (python) S 18399 18401 17860 0 -1 4202496 12690 930 1 0 169 9 0 0 20 0 2 0 867227535 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18401/statm: 72614 7478 1869 364 0 8532 0
[pid=18407] ppid=18401 vsize=280696 CPUtime=0 cores=5,7
/proc/18407/stat : 18407 (python) S 18401 18401 17860 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 867227724 287432704 5961 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261636623 0 0 16781312 514 4492394508666765576 0 0 17 5 0 0 0
/proc/18407/statm: 70174 5961 355 364 0 6092 0
[pid=18409] ppid=18407 vsize=1019708 CPUtime=1.2 cores=5,7
/proc/18409/stat : 18409 (gnovelty+2) R 18407 18409 18409 0 -1 4202496 953 0 0 0 120 0 0 0 25 0 1 0 867227724 1044180992 689 33554432000 134512640 135663704 4289740240 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18409/statm: 254927 689 113 282 0 254643 0
[pid=18401/tid=18408] ppid=18399 vsize=290456 CPUtime=0 cores=5,7
/proc/18401/task/18408/stat : 18408 (python) S 18399 18401 17860 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 2 0 867227724 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1590860

[startup+6.30091 s]
/proc/loadavg: 4.27 4.00 2.85 6/237 18409
/proc/meminfo: memFree=30838812/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=290456 CPUtime=1.78 cores=5,7
/proc/18401/stat : 18401 (python) S 18399 18401 17860 0 -1 4202496 12690 930 1 0 169 9 0 0 20 0 2 0 867227535 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18401/statm: 72614 7478 1869 364 0 8532 0
[pid=18407] ppid=18401 vsize=280696 CPUtime=0 cores=5,7
/proc/18407/stat : 18407 (python) S 18401 18401 17860 0 -1 4202560 857 0 0 0 0 0 0 0 18 0 1 0 867227724 287432704 5984 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261636623 0 0 16781312 514 4492394508666765576 0 0 17 5 0 0 0
/proc/18407/statm: 70174 5984 378 364 0 6092 0
[pid=18409] ppid=18407 vsize=1019708 CPUtime=4.39 cores=5,7
/proc/18409/stat : 18409 (gnovelty+2) R 18407 18409 18409 0 -1 4202496 953 0 0 0 439 0 0 0 25 0 1 0 867227724 1044180992 689 33554432000 134512640 135663704 4289740240 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18409/statm: 254927 689 113 282 0 254643 0
[pid=18401/tid=18408] ppid=18399 vsize=290456 CPUtime=0 cores=5,7
/proc/18401/task/18408/stat : 18408 (python) S 18399 18401 17860 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 2 0 867227724 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1590860

[startup+12.7008 s]
/proc/loadavg: 4.24 4.00 2.85 6/237 18409
/proc/meminfo: memFree=30838872/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=290456 CPUtime=1.78 cores=5,7
/proc/18401/stat : 18401 (python) S 18399 18401 17860 0 -1 4202496 12690 930 1 0 169 9 0 0 20 0 2 0 867227535 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18401/statm: 72614 7478 1869 364 0 8532 0
[pid=18407] ppid=18401 vsize=280696 CPUtime=0.01 cores=5,7
/proc/18407/stat : 18407 (python) S 18401 18401 17860 0 -1 4202560 862 0 0 0 0 1 0 0 18 0 1 0 867227724 287432704 5984 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261636623 0 0 16781312 514 18054719799895752968 0 0 17 5 0 0 0
/proc/18407/statm: 70174 5984 378 364 0 6092 0
[pid=18409] ppid=18407 vsize=1019708 CPUtime=10.78 cores=5,7
/proc/18409/stat : 18409 (gnovelty+2) R 18407 18409 18409 0 -1 4202496 953 0 0 0 1078 0 0 0 25 0 1 0 867227724 1044180992 689 33554432000 134512640 135663704 4289740240 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18409/statm: 254927 689 113 282 0 254643 0
[pid=18401/tid=18408] ppid=18399 vsize=290456 CPUtime=0 cores=5,7
/proc/18401/task/18408/stat : 18408 (python) S 18399 18401 17860 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 2 0 867227724 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1590860

[startup+25.5005 s]
/proc/loadavg: 4.26 4.01 2.88 5/215 18453
/proc/meminfo: memFree=31116692/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=290456 CPUtime=1.78 cores=5,7
/proc/18401/stat : 18401 (python) S 18399 18401 17860 0 -1 4202496 12690 930 1 0 169 9 0 0 20 0 2 0 867227535 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18401/statm: 72614 7478 1869 364 0 8532 0
[pid=18407] ppid=18401 vsize=280696 CPUtime=0.02 cores=5,7
/proc/18407/stat : 18407 (python) S 18401 18401 17860 0 -1 4202560 867 0 0 0 1 1 0 0 18 0 1 0 867227724 287432704 5984 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261636623 0 0 16781312 514 18054719799895752968 0 0 17 5 0 0 0
/proc/18407/statm: 70174 5984 378 364 0 6092 0
[pid=18409] ppid=18407 vsize=1019708 CPUtime=23.57 cores=5,7
/proc/18409/stat : 18409 (gnovelty+2) R 18407 18409 18409 0 -1 4202496 953 0 0 0 2357 0 0 0 25 0 1 0 867227724 1044180992 689 33554432000 134512640 135663704 4289740240 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18409/statm: 254927 689 113 282 0 254643 0
[pid=18401/tid=18408] ppid=18399 vsize=290456 CPUtime=0 cores=5,7
/proc/18401/task/18408/stat : 18408 (python) S 18399 18401 17860 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 2 0 867227724 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 1590860

[startup+51.101 s]
/proc/loadavg: 4.17 4.01 2.91 6/218 18456
/proc/meminfo: memFree=31083816/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=290456 CPUtime=1.78 cores=5,7
/proc/18401/stat : 18401 (python) S 18399 18401 17860 0 -1 4202496 12690 930 1 0 169 9 0 0 20 0 2 0 867227535 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18401/statm: 72614 7478 1869 364 0 8532 0
[pid=18407] ppid=18401 vsize=280696 CPUtime=0.06 cores=5,7
/proc/18407/stat : 18407 (python) S 18401 18401 17860 0 -1 4202560 880 0 0 0 3 3 0 0 18 0 1 0 867227724 287432704 5984 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261636623 0 0 16781312 514 18054719799895752968 0 0 17 5 0 0 0
/proc/18407/statm: 70174 5984 378 364 0 6092 0
[pid=18409] ppid=18407 vsize=1019708 CPUtime=49.13 cores=5,7
/proc/18409/stat : 18409 (gnovelty+2) R 18407 18409 18409 0 -1 4202496 953 0 0 0 4913 0 0 0 25 0 1 0 867227724 1044180992 689 33554432000 134512640 135663704 4289740240 18446744073709551615 134524512 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18409/statm: 254927 689 113 282 0 254643 0
[pid=18401/tid=18408] ppid=18399 vsize=290456 CPUtime=0 cores=5,7
/proc/18401/task/18408/stat : 18408 (python) S 18399 18401 17860 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 2 0 867227724 297426944 7478 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1590860

[startup+102.308 s]
/proc/loadavg: 4.14 4.02 2.96 5/226 18516
/proc/meminfo: memFree=31086548/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=300712 CPUtime=1.79 cores=5,7
/proc/18401/stat : 18401 (python) S 18399 18401 17860 0 -1 4202496 13562 930 1 0 170 9 0 0 20 0 3 0 867227535 307929088 7502 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18401/statm: 75178 7502 1872 364 0 11093 0
[pid=18407] ppid=18401 vsize=290940 CPUtime=0.13 cores=5,7
/proc/18407/stat : 18407 (python) S 18401 18401 17860 0 -1 4202560 1140 0 0 0 7 6 0 0 19 0 2 0 867227724 297922560 6026 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18407/statm: 72735 6026 415 364 0 8653 0
[pid=18409] ppid=18407 vsize=1019708 CPUtime=100.02 cores=5,7
/proc/18409/stat : 18409 (gnovelty+2) T 18407 18409 18409 0 -1 4202496 953 0 0 0 10002 0 0 0 25 0 1 0 867227724 1044180992 689 33554432000 134512640 135663704 4289740240 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18409/statm: 254927 689 113 282 0 254643 0
[pid=18407/tid=18513] ppid=18401 vsize=290940 CPUtime=0 cores=5,7
/proc/18407/task/18513/stat : 18513 (python) S 18401 18401 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867237740 297922560 6026 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604471138529536 0 0 -1 7 0 0 0
[pid=18514] ppid=18401 vsize=291560 CPUtime=0 cores=5,7
/proc/18514/stat : 18514 (python) S 18401 18401 17860 0 -1 4202560 738 0 0 0 0 0 0 0 20 0 1 0 867237741 298557440 5976 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261636678 0 0 16781312 514 4476530480023339007 0 0 17 5 0 0 0
/proc/18514/statm: 72890 5976 349 364 0 8805 0
[pid=18516] ppid=18514 vsize=1019708 CPUtime=0.23 cores=5,7
/proc/18516/stat : 18516 (gnovelty+2) R 18514 18516 18516 0 -1 4202496 955 0 0 0 23 0 0 0 21 0 1 0 867237741 1044180992 690 33554432000 134512640 135663704 4292343392 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18516/statm: 254927 690 113 282 0 254643 0
[pid=18401/tid=18408] ppid=18399 vsize=300712 CPUtime=0 cores=5,7
/proc/18401/task/18408/stat : 18408 (python) S 18399 18401 17860 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 3 0 867227724 307929088 7502 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
[pid=18401/tid=18515] ppid=18399 vsize=300712 CPUtime=0 cores=5,7
/proc/18401/task/18515/stat : 18515 (python) S 18399 18401 17860 0 -1 4202560 33 930 0 0 0 0 0 0 20 0 3 0 867237741 307929088 7502 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2922628

[startup+162.3 s]
/proc/loadavg: 4.05 4.01 3.03 5/230 18521
/proc/meminfo: memFree=31048036/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=300712 CPUtime=1.79 cores=5,7
/proc/18401/stat : 18401 (python) S 18399 18401 17860 0 -1 4202496 13562 930 1 0 170 9 0 0 20 0 3 0 867227535 307929088 7502 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18401/statm: 75178 7502 1872 364 0 11093 0
[pid=18407] ppid=18401 vsize=290940 CPUtime=0.13 cores=5,7
/proc/18407/stat : 18407 (python) S 18401 18401 17860 0 -1 4202560 1140 0 0 0 7 6 0 0 19 0 2 0 867227724 297922560 6026 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18407/statm: 72735 6026 415 364 0 8653 0
[pid=18409] ppid=18407 vsize=1019708 CPUtime=100.02 cores=5,7
/proc/18409/stat : 18409 (gnovelty+2) T 18407 18409 18409 0 -1 4202496 953 0 0 0 10002 0 0 0 25 0 1 0 867227724 1044180992 689 33554432000 134512640 135663704 4289740240 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18409/statm: 254927 689 113 282 0 254643 0
[pid=18407/tid=18513] ppid=18401 vsize=290940 CPUtime=0 cores=5,7
/proc/18407/task/18513/stat : 18513 (python) S 18401 18401 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867237740 297922560 6026 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604471138529536 0 0 -1 7 0 0 0
[pid=18514] ppid=18401 vsize=291560 CPUtime=0.07 cores=5,7

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

[pid=18535] ppid=18401 vsize=301388 CPUtime=0.14 cores=5,7
/proc/18535/stat : 18535 (python) S 18401 18401 17860 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 867247759 308621312 6032 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18535/statm: 75347 6032 400 364 0 11259 0
[pid=18537] ppid=18535 vsize=420220 CPUtime=100 cores=5,7
/proc/18537/stat : 18537 (adaptg2wsat2009) T 18535 18537 18537 0 -1 4202496 1667 0 0 0 10000 0 0 0 25 0 1 0 867247759 430305280 1399 33554432000 134512640 135107411 4287466272 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18537/statm: 105055 1399 59 146 0 103931 0
[pid=18535/tid=18600] ppid=18401 vsize=301388 CPUtime=0 cores=5,7
/proc/18535/task/18600/stat : 18600 (python) S 18401 18401 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867257772 308621312 6032 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604460523301760 0 0 -1 7 0 0 0
[pid=18601] ppid=18401 vsize=311732 CPUtime=0.13 cores=5,7
/proc/18601/stat : 18601 (python) S 18401 18401 17860 0 -1 4202560 1085 0 0 0 7 6 0 0 19 0 2 0 867257773 319213568 6064 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18601/statm: 77933 6064 400 364 0 13842 0
[pid=18603] ppid=18601 vsize=420220 CPUtime=100 cores=5,7
/proc/18603/stat : 18603 (adaptg2wsat2009) T 18601 18603 18603 0 -1 4202496 1665 0 0 0 10000 0 0 0 25 0 1 0 867257773 430305280 1400 33554432000 134512640 135107411 4289811200 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18603/statm: 105055 1400 59 146 0 103931 0
[pid=18601/tid=18616] ppid=18401 vsize=311732 CPUtime=0 cores=5,7
/proc/18601/task/18616/stat : 18616 (python) S 18401 18401 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867267786 319213568 6064 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 5 0 0 0
[pid=18617] ppid=18401 vsize=321892 CPUtime=0.13 cores=5,7
/proc/18617/stat : 18617 (python) S 18401 18401 17860 0 -1 4202560 1068 0 0 0 7 6 0 0 19 0 2 0 867267787 329617408 6090 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18617/statm: 80473 6090 400 364 0 16379 0
[pid=18619] ppid=18617 vsize=420220 CPUtime=100.03 cores=5,7
/proc/18619/stat : 18619 (adaptg2wsat2009) T 18617 18619 18619 0 -1 4202496 1662 0 0 0 10003 0 0 0 25 0 1 0 867267787 430305280 1399 33554432000 134512640 135107411 4294266192 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18619/statm: 105055 1399 59 146 0 103931 0
[pid=18617/tid=18630] ppid=18401 vsize=321892 CPUtime=0 cores=5,7
/proc/18617/task/18630/stat : 18630 (python) S 18401 18401 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867277799 329617408 6090 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604462383745856 0 0 -1 5 0 0 0
[pid=18631] ppid=18401 vsize=332756 CPUtime=0.15 cores=5,7
/proc/18631/stat : 18631 (python) S 18401 18401 17860 0 -1 4202560 1071 0 0 0 7 8 0 0 19 0 2 0 867277800 340742144 6094 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18631/statm: 83189 6094 400 364 0 19092 0
[pid=18633] ppid=18631 vsize=1019708 CPUtime=100.18 cores=5,7
/proc/18633/stat : 18633 (gnovelty+2) T 18631 18633 18633 0 -1 4202496 950 0 0 0 10018 0 0 0 25 0 1 0 867277800 1044180992 689 33554432000 134512640 135663704 4289547840 18446744073709551615 134525323 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18633/statm: 254927 689 113 282 0 254643 0
[pid=18631/tid=18648] ppid=18401 vsize=332756 CPUtime=0 cores=5,7
/proc/18631/task/18648/stat : 18648 (python) S 18401 18401 17860 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867287818 340742144 6094 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604462383744064 0 0 -1 7 0 0 0
[pid=18649] ppid=18401 vsize=342528 CPUtime=0.14 cores=5,7
/proc/18649/stat : 18649 (python) S 18401 18401 17860 0 -1 4202560 1069 0 0 0 8 6 0 0 19 0 2 0 867287819 350748672 6225 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18649/statm: 85632 6225 399 364 0 21532 0
[pid=18651] ppid=18649 vsize=249876 CPUtime=99.98 cores=5,7
/proc/18651/stat : 18651 (FH) T 18649 18651 18651 0 -1 4202496 1527 0 0 0 9998 0 0 0 25 0 1 0 867287819 255873024 1264 33554432000 134512640 134936988 4289443808 18446744073709551615 134545205 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18651/statm: 62469 1264 41 104 0 61973 0
[pid=18649/tid=18982] ppid=18401 vsize=342528 CPUtime=0 cores=5,7
/proc/18649/task/18982/stat : 18982 (python) S 18401 18401 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867297833 350748672 6225 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604471119553600 0 0 -1 7 0 0 0
[pid=18983] ppid=18401 vsize=353000 CPUtime=0 cores=5,7
/proc/18983/stat : 18983 (python) S 18401 18401 17860 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 867297834 361472000 6180 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261636678 0 0 16781312 514 4475288856517672959 0 0 17 5 0 0 0
/proc/18983/statm: 88250 6180 351 364 0 24147 0
[pid=18985] ppid=18983 vsize=419820 CPUtime=0.91 cores=5,7
/proc/18985/stat : 18985 (adaptg2wsat2009) R 18983 18985 18985 0 -1 4202496 1437 0 0 0 91 0 0 0 23 0 1 0 867297834 429895680 1172 33554432000 134512640 135107411 4291295936 18446744073709551615 134523285 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18985/statm: 104955 1172 49 146 0 103831 0
[pid=18401/tid=18408] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18408/stat : 18408 (python) S 18399 18401 17860 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 867227724 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
[pid=18401/tid=18515] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18515/stat : 18515 (python) S 18399 18401 17860 0 -1 4202560 33 930 0 0 0 0 0 0 20 0 9 0 867237741 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 7 0 0 0
[pid=18401/tid=18536] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18536/stat : 18536 (python) S 18399 18401 17860 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 867247759 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
[pid=18401/tid=18602] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18602/stat : 18602 (python) S 18399 18401 17860 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 867257773 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 7 0 0 0
[pid=18401/tid=18618] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18618/stat : 18618 (python) S 18399 18401 17860 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 867267787 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 7 0 0 0
[pid=18401/tid=18632] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18632/stat : 18632 (python) S 18399 18401 17860 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 9 0 867277800 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
[pid=18401/tid=18650] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18650/stat : 18650 (python) S 18399 18401 17860 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 867287819 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
[pid=18401/tid=18984] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18984/stat : 18984 (python) S 18399 18401 17860 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 867297834 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.92
Current children cumulated vsize (KiB) 7898304

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.18 4.08 3.48 5/259 18985
/proc/meminfo: memFree=30958484/32951124 swapFree=67057920/67111528
[pid=18401] ppid=18399 vsize=363028 CPUtime=1.84 cores=5,7
/proc/18401/stat : 18401 (python) S 18399 18401 17860 0 -1 4202496 18558 930 1 0 174 10 0 0 20 0 9 0 867227535 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18401/statm: 90757 7716 1884 364 0 26654 0
[pid=18407] ppid=18401 vsize=290940 CPUtime=0.13 cores=5,7
/proc/18407/stat : 18407 (python) S 18401 18401 17860 0 -1 4202560 1140 0 0 0 7 6 0 0 19 0 2 0 867227724 297922560 6026 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18407/statm: 72735 6026 415 364 0 8653 0
[pid=18409] ppid=18407 vsize=1019708 CPUtime=100.02 cores=5,7
/proc/18409/stat : 18409 (gnovelty+2) T 18407 18409 18409 0 -1 4202496 953 0 0 0 10002 0 0 0 25 0 1 0 867227724 1044180992 689 33554432000 134512640 135663704 4289740240 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18409/statm: 254927 689 113 282 0 254643 0
[pid=18407/tid=18513] ppid=18401 vsize=290940 CPUtime=0 cores=5,7
/proc/18407/task/18513/stat : 18513 (python) S 18401 18401 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867237740 297922560 6026 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604471138529536 0 0 -1 7 0 0 0
[pid=18514] ppid=18401 vsize=291560 CPUtime=0.13 cores=5,7
/proc/18514/stat : 18514 (python) S 18401 18401 17860 0 -1 4202560 1078 0 0 0 8 5 0 0 19 0 2 0 867237741 298557440 6028 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18514/statm: 72890 6028 400 364 0 8805 0
[pid=18516] ppid=18514 vsize=1019708 CPUtime=100.01 cores=5,7
/proc/18516/stat : 18516 (gnovelty+2) T 18514 18516 18516 0 -1 4202496 955 0 0 0 10001 0 0 0 25 0 1 0 867237741 1044180992 690 33554432000 134512640 135663704 4292343392 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18516/statm: 254927 690 113 282 0 254643 0
[pid=18514/tid=18534] ppid=18401 vsize=291560 CPUtime=0 cores=5,7
/proc/18514/task/18534/stat : 18534 (python) S 18401 18401 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867247758 298557440 6028 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835904 0 0 -1 5 0 0 0
[pid=18535] ppid=18401 vsize=301388 CPUtime=0.14 cores=5,7
/proc/18535/stat : 18535 (python) S 18401 18401 17860 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 867247759 308621312 6032 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18535/statm: 75347 6032 400 364 0 11259 0
[pid=18537] ppid=18535 vsize=420220 CPUtime=100 cores=5,7
/proc/18537/stat : 18537 (adaptg2wsat2009) T 18535 18537 18537 0 -1 4202496 1667 0 0 0 10000 0 0 0 25 0 1 0 867247759 430305280 1399 33554432000 134512640 135107411 4287466272 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18537/statm: 105055 1399 59 146 0 103931 0
[pid=18535/tid=18600] ppid=18401 vsize=301388 CPUtime=0 cores=5,7
/proc/18535/task/18600/stat : 18600 (python) S 18401 18401 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867257772 308621312 6032 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604460523301760 0 0 -1 7 0 0 0
[pid=18601] ppid=18401 vsize=311732 CPUtime=0.13 cores=5,7
/proc/18601/stat : 18601 (python) S 18401 18401 17860 0 -1 4202560 1085 0 0 0 7 6 0 0 19 0 2 0 867257773 319213568 6064 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18601/statm: 77933 6064 400 364 0 13842 0
[pid=18603] ppid=18601 vsize=420220 CPUtime=100 cores=5,7
/proc/18603/stat : 18603 (adaptg2wsat2009) T 18601 18603 18603 0 -1 4202496 1665 0 0 0 10000 0 0 0 25 0 1 0 867257773 430305280 1400 33554432000 134512640 135107411 4289811200 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18603/statm: 105055 1400 59 146 0 103931 0
[pid=18601/tid=18616] ppid=18401 vsize=311732 CPUtime=0 cores=5,7
/proc/18601/task/18616/stat : 18616 (python) S 18401 18401 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867267786 319213568 6064 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 5 0 0 0
[pid=18617] ppid=18401 vsize=321892 CPUtime=0.13 cores=5,7
/proc/18617/stat : 18617 (python) S 18401 18401 17860 0 -1 4202560 1068 0 0 0 7 6 0 0 19 0 2 0 867267787 329617408 6090 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18617/statm: 80473 6090 400 364 0 16379 0
[pid=18619] ppid=18617 vsize=420220 CPUtime=100.03 cores=5,7
/proc/18619/stat : 18619 (adaptg2wsat2009) T 18617 18619 18619 0 -1 4202496 1662 0 0 0 10003 0 0 0 25 0 1 0 867267787 430305280 1399 33554432000 134512640 135107411 4294266192 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18619/statm: 105055 1399 59 146 0 103931 0
[pid=18617/tid=18630] ppid=18401 vsize=321892 CPUtime=0 cores=5,7
/proc/18617/task/18630/stat : 18630 (python) S 18401 18401 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867277799 329617408 6090 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604462383745856 0 0 -1 5 0 0 0
[pid=18631] ppid=18401 vsize=332756 CPUtime=0.15 cores=5,7
/proc/18631/stat : 18631 (python) S 18401 18401 17860 0 -1 4202560 1071 0 0 0 7 8 0 0 19 0 2 0 867277800 340742144 6094 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18631/statm: 83189 6094 400 364 0 19092 0
[pid=18633] ppid=18631 vsize=1019708 CPUtime=100.18 cores=5,7
/proc/18633/stat : 18633 (gnovelty+2) T 18631 18633 18633 0 -1 4202496 950 0 0 0 10018 0 0 0 25 0 1 0 867277800 1044180992 689 33554432000 134512640 135663704 4289547840 18446744073709551615 134525323 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18633/statm: 254927 689 113 282 0 254643 0
[pid=18631/tid=18648] ppid=18401 vsize=332756 CPUtime=0 cores=5,7
/proc/18631/task/18648/stat : 18648 (python) S 18401 18401 17860 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867287818 340742144 6094 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604462383744064 0 0 -1 7 0 0 0
[pid=18649] ppid=18401 vsize=342528 CPUtime=0.14 cores=5,7
/proc/18649/stat : 18649 (python) S 18401 18401 17860 0 -1 4202560 1069 0 0 0 8 6 0 0 19 0 2 0 867287819 350748672 6225 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18649/statm: 85632 6225 399 364 0 21532 0
[pid=18651] ppid=18649 vsize=249876 CPUtime=99.98 cores=5,7
/proc/18651/stat : 18651 (FH) T 18649 18651 18651 0 -1 4202496 1527 0 0 0 9998 0 0 0 25 0 1 0 867287819 255873024 1264 33554432000 134512640 134936988 4289443808 18446744073709551615 134545205 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18651/statm: 62469 1264 41 104 0 61973 0
[pid=18649/tid=18982] ppid=18401 vsize=342528 CPUtime=0 cores=5,7
/proc/18649/task/18982/stat : 18982 (python) S 18401 18401 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867297833 350748672 6225 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 514 18446604471119553600 0 0 -1 7 0 0 0
[pid=18983] ppid=18401 vsize=353000 CPUtime=0 cores=5,7
/proc/18983/stat : 18983 (python) S 18401 18401 17860 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 867297834 361472000 6180 33554432000 4194304 5683644 140734884119616 18446744073709551615 254261636678 0 0 16781312 514 4475288856517672959 0 0 17 5 0 0 0
/proc/18983/statm: 88250 6180 351 364 0 24147 0
[pid=18985] ppid=18983 vsize=419820 CPUtime=0.91 cores=5,7
/proc/18985/stat : 18985 (adaptg2wsat2009) R 18983 18985 18985 0 -1 4202496 1437 0 0 0 91 0 0 0 23 0 1 0 867297834 429895680 1172 33554432000 134512640 135107411 4291295936 18446744073709551615 134523285 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18985/statm: 104955 1172 49 146 0 103831 0
[pid=18401/tid=18408] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18408/stat : 18408 (python) S 18399 18401 17860 0 -1 4202560 27 930 0 0 0 0 0 0 20 0 9 0 867227724 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
[pid=18401/tid=18515] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18515/stat : 18515 (python) S 18399 18401 17860 0 -1 4202560 33 930 0 0 0 0 0 0 20 0 9 0 867237741 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 7 0 0 0
[pid=18401/tid=18536] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18536/stat : 18536 (python) S 18399 18401 17860 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 867247759 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
[pid=18401/tid=18602] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18602/stat : 18602 (python) S 18399 18401 17860 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 867257773 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 7 0 0 0
[pid=18401/tid=18618] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18618/stat : 18618 (python) S 18399 18401 17860 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 867267787 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 7 0 0 0
[pid=18401/tid=18632] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18632/stat : 18632 (python) S 18399 18401 17860 0 -1 4202560 24 930 0 0 0 0 0 0 20 0 9 0 867277800 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
[pid=18401/tid=18650] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18650/stat : 18650 (python) S 18399 18401 17860 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 9 0 867287819 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
[pid=18401/tid=18984] ppid=18399 vsize=363028 CPUtime=0 cores=5,7
/proc/18401/task/18984/stat : 18984 (python) S 18399 18401 17860 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 867297834 371740672 7716 33554432000 4194304 5683644 140734884119616 18446744073709551615 254273440177 0 0 16781312 2 18446604454225508352 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.92
Current children cumulated vsize (KiB) 7898304

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.964
CPU time (s): 703.92
CPU user time (s): 703.39
CPU system time (s): 0.53
CPU usage (%): 99.9938
Max. virtual memory (cumulated for all children) (KiB): 7898304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.74573
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19493
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= 1002
involuntary context switches= 25

runsolver used 1.2808 second user time and 2.97955 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-11 01:22:02
IDJOB=3484167
IDBENCH=82678
IDSOLVER=1975
FILE ID=node140/3484167-1307748122
RUNJOBID= node140-1307746989-17881
PBS_JOBID= 13550820
Free space on /tmp= 73612 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S1859210562-077-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-3484167-1307748122/watcher-3484167-1307748122 -o /tmp/evaluation-result-3484167-1307748122/solver-3484167-1307748122 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484167-1307748122.cnf -seed 830165294 -budget 1200

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

MD5SUM BENCH= 3d96bca49fe954bb59442ef617e689bb
RANDOM SEED=830165294

node140.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.833
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.66
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.833
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	: 5226.14
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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30867092 kB
Buffers:        262420 kB
Cached:        1223868 kB
SwapCached:       7060 kB
Active:        1077208 kB
Inactive:       790996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30867092 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           65916 kB
Writeback:           0 kB
AnonPages:      380164 kB
Mapped:          20764 kB
Slab:           137832 kB
PageTables:      15200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6466840 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= 73680 MiB
End job on node140 at 2011-06-11 01:33:48