Trace number 3377198

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 703.66 703.974

General information on the benchmark

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

Solver Data

0.28/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.49	c INFO: solving HOME/instance-3377198-1305451321.cnf
0.28/0.49	c INFO: computing task features
0.47/0.61	c INFO: computed variable-clause graph statistics
0.47/0.61	c INFO: computed clause balance statistics
1.07/1.20	c INFO: computed variable balance statistics
1.27/1.44	c INFO: computed small-clause counts
1.27/1.44	c INFO: computed Horn-clause counts
1.27/1.46	c INFO: computed variable graph statistics
1.27/1.46	c INFO: collected features for HOME/instance-3377198-1305451321.cnf in 0.97 s
1.27/1.47	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.36)
101.57/101.72	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.12)
201.73/201.99	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.06/302.23	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
402.23/402.47	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
502.53/502.72	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
602.81/603.01	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
702.95/703.27	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.03)
703.66/703.94	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.77 3.03 3.27 4/316 32429
/proc/meminfo: memFree=27158920/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=15772 CPUtime=0 cores=1,3
/proc/32429/stat : 32429 (python) R 32427 32429 31275 0 -1 4202496 890 0 0 0 0 0 0 0 25 0 1 0 656730634 16150528 772 33554432000 4194304 5683644 140734048172560 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32429/statm: 3943 772 343 364 0 430 0

[startup+0.0696381 s]
/proc/loadavg: 2.77 3.03 3.27 4/316 32429
/proc/meminfo: memFree=27158920/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=38904 CPUtime=0.04 cores=1,3
/proc/32429/stat : 32429 (python) R 32427 32429 31275 0 -1 4202496 1658 0 0 0 3 1 0 0 25 0 1 0 656730634 39837696 1486 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204645376 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/32429/statm: 9726 1486 455 364 0 1026 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38904

[startup+0.100659 s]
/proc/loadavg: 2.77 3.03 3.27 4/316 32429
/proc/meminfo: memFree=27158920/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=94180 CPUtime=0.06 cores=1,3
/proc/32429/stat : 32429 (python) R 32427 32429 31275 0 -1 4202496 2768 0 0 0 4 2 0 0 25 0 1 0 656730634 96440320 2476 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204645376 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/32429/statm: 23545 2476 764 364 0 1677 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 94180

[startup+0.300621 s]
/proc/loadavg: 2.77 3.03 3.27 4/316 32429
/proc/meminfo: memFree=27158920/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=135896 CPUtime=0.21 cores=1,3
/proc/32429/stat : 32429 (python) R 32427 32429 31275 0 -1 4202496 6050 935 1 0 15 6 0 0 25 0 1 0 656730634 139157504 4187 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204645376 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/32429/statm: 33975 4191 1032 364 0 3161 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135896

[startup+0.700531 s]
/proc/loadavg: 2.77 3.03 3.27 4/316 32429
/proc/meminfo: memFree=27158920/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=282556 CPUtime=0.57 cores=1,3
/proc/32429/stat : 32429 (python) R 32427 32429 31275 0 -1 4202496 11216 935 1 0 48 9 0 0 25 0 1 0 656730634 289337344 8052 33554432000 4194304 5683644 140734048172560 18446744073709551615 4418259 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/32429/statm: 70639 8052 1826 364 0 6563 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 282556

[startup+1.50036 s]
/proc/loadavg: 2.77 3.03 3.27 5/317 32434
/proc/meminfo: memFree=27132192/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=289436 CPUtime=1.34 cores=1,3
/proc/32429/stat : 32429 (python) S 32427 32429 31275 0 -1 4202496 11576 935 1 0 125 9 0 0 25 0 2 0 656730634 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32429/statm: 72359 7224 1869 364 0 8277 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 289436

[startup+3.10113 s]
/proc/loadavg: 2.77 3.03 3.27 5/320 32437
/proc/meminfo: memFree=27131924/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=289436 CPUtime=1.34 cores=1,3
/proc/32429/stat : 32429 (python) S 32427 32429 31275 0 -1 4202496 11576 935 1 0 125 9 0 0 25 0 2 0 656730634 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32429/statm: 72359 7224 1869 364 0 8277 0
[pid=32435] ppid=32429 vsize=279192 CPUtime=0 cores=1,3
/proc/32435/stat : 32435 (python) S 32429 32429 31275 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 656730782 285892608 5705 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204667407 0 0 16781312 514 16364225349409538310 0 0 17 1 0 0 0
/proc/32435/statm: 69798 5705 354 364 0 5716 0
[pid=32437] ppid=32435 vsize=1018616 CPUtime=1.61 cores=1,3
/proc/32437/stat : 32437 (gnovelty+2) R 32435 32437 32437 0 -1 4202496 766 0 0 0 161 0 0 0 25 0 1 0 656730782 1043062784 500 33554432000 134512640 135663704 4287847456 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32437/statm: 254654 500 113 282 0 254370 0
[pid=32429/tid=32436] ppid=32427 vsize=289436 CPUtime=0 cores=1,3
/proc/32429/task/32436/stat : 32436 (python) S 32427 32429 31275 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 656730782 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1587244

[startup+6.30056 s]
/proc/loadavg: 2.87 3.05 3.27 5/320 32437
/proc/meminfo: memFree=27131388/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=289436 CPUtime=1.34 cores=1,3
/proc/32429/stat : 32429 (python) S 32427 32429 31275 0 -1 4202496 11576 935 1 0 125 9 0 0 25 0 2 0 656730634 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32429/statm: 72359 7224 1869 364 0 8277 0
[pid=32435] ppid=32429 vsize=279192 CPUtime=0.01 cores=1,3
/proc/32435/stat : 32435 (python) S 32429 32429 31275 0 -1 4202560 961 0 0 0 0 1 0 0 18 0 1 0 656730782 285892608 5733 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204667407 0 0 16781312 514 16364225349409570815 0 0 17 1 0 0 0
/proc/32435/statm: 69798 5733 382 364 0 5716 0
[pid=32437] ppid=32435 vsize=1018616 CPUtime=4.81 cores=1,3
/proc/32437/stat : 32437 (gnovelty+2) R 32435 32437 32437 0 -1 4202496 766 0 0 0 481 0 0 0 25 0 1 0 656730782 1043062784 500 33554432000 134512640 135663704 4287847456 18446744073709551615 134525316 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/32437/statm: 254654 500 113 282 0 254370 0
[pid=32429/tid=32436] ppid=32427 vsize=289436 CPUtime=0 cores=1,3
/proc/32429/task/32436/stat : 32436 (python) S 32427 32429 31275 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 656730782 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1587244

[startup+12.7005 s]
/proc/loadavg: 2.96 3.06 3.28 5/317 32504
/proc/meminfo: memFree=27129240/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=289436 CPUtime=1.34 cores=1,3
/proc/32429/stat : 32429 (python) S 32427 32429 31275 0 -1 4202496 11576 935 1 0 125 9 0 0 25 0 2 0 656730634 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32429/statm: 72359 7224 1869 364 0 8277 0
[pid=32435] ppid=32429 vsize=279192 CPUtime=0.02 cores=1,3
/proc/32435/stat : 32435 (python) S 32429 32429 31275 0 -1 4202560 963 0 0 0 1 1 0 0 18 0 1 0 656730782 285892608 5733 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204667407 0 0 16781312 514 11178743515691581702 0 0 17 1 0 0 0
/proc/32435/statm: 69798 5733 382 364 0 5716 0
[pid=32437] ppid=32435 vsize=1018616 CPUtime=11.19 cores=1,3
/proc/32437/stat : 32437 (gnovelty+2) R 32435 32437 32437 0 -1 4202496 766 0 0 0 1119 0 0 0 25 0 1 0 656730782 1043062784 500 33554432000 134512640 135663704 4287847456 18446744073709551615 134524775 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32437/statm: 254654 500 113 282 0 254370 0
[pid=32429/tid=32436] ppid=32427 vsize=289436 CPUtime=0 cores=1,3
/proc/32429/task/32436/stat : 32436 (python) S 32427 32429 31275 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 656730782 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1587244

[startup+25.5004 s]
/proc/loadavg: 3.19 3.11 3.29 6/320 32508
/proc/meminfo: memFree=27098316/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=289436 CPUtime=1.34 cores=1,3
/proc/32429/stat : 32429 (python) S 32427 32429 31275 0 -1 4202496 11576 935 1 0 125 9 0 0 25 0 2 0 656730634 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32429/statm: 72359 7224 1869 364 0 8277 0
[pid=32435] ppid=32429 vsize=279192 CPUtime=0.05 cores=1,3
/proc/32435/stat : 32435 (python) S 32429 32429 31275 0 -1 4202560 969 0 0 0 2 3 0 0 18 0 1 0 656730782 285892608 5733 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204667407 0 0 16781312 514 11178743515691581702 0 0 17 1 0 0 0
/proc/32435/statm: 69798 5733 382 364 0 5716 0
[pid=32437] ppid=32435 vsize=1018616 CPUtime=23.96 cores=1,3
/proc/32437/stat : 32437 (gnovelty+2) R 32435 32437 32437 0 -1 4202496 766 0 0 0 2396 0 0 0 25 0 1 0 656730782 1043062784 500 33554432000 134512640 135663704 4287847456 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32437/statm: 254654 500 113 282 0 254370 0
[pid=32429/tid=32436] ppid=32427 vsize=289436 CPUtime=0 cores=1,3
/proc/32429/task/32436/stat : 32436 (python) S 32427 32429 31275 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 656730782 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1587244

[startup+51.1011 s]
/proc/loadavg: 3.46 3.18 3.31 5/320 32543
/proc/meminfo: memFree=27065828/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=289436 CPUtime=1.34 cores=1,3
/proc/32429/stat : 32429 (python) S 32427 32429 31275 0 -1 4202496 11576 935 1 0 125 9 0 0 25 0 2 0 656730634 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32429/statm: 72359 7224 1869 364 0 8277 0
[pid=32435] ppid=32429 vsize=279192 CPUtime=0.1 cores=1,3
/proc/32435/stat : 32435 (python) S 32429 32429 31275 0 -1 4202560 980 0 0 0 4 6 0 0 18 0 1 0 656730782 285892608 5733 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204667407 0 0 16781312 514 11178743515691581702 0 0 17 1 0 0 0
/proc/32435/statm: 69798 5733 382 364 0 5716 0
[pid=32437] ppid=32435 vsize=1018616 CPUtime=49.51 cores=1,3
/proc/32437/stat : 32437 (gnovelty+2) R 32435 32437 32437 0 -1 4202496 766 0 0 0 4951 0 0 0 25 0 1 0 656730782 1043062784 500 33554432000 134512640 135663704 4287847456 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32437/statm: 254654 500 113 282 0 254370 0
[pid=32429/tid=32436] ppid=32427 vsize=289436 CPUtime=0 cores=1,3
/proc/32429/task/32436/stat : 32436 (python) S 32427 32429 31275 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 2 0 656730782 296382464 7224 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1587244

[startup+102.311 s]
/proc/loadavg: 3.86 3.33 3.35 5/328 32588
/proc/meminfo: memFree=27015204/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=299864 CPUtime=1.35 cores=1,3
/proc/32429/stat : 32429 (python) S 32427 32429 31275 0 -1 4202496 12446 935 1 0 126 9 0 0 19 0 3 0 656730634 307060736 7290 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32429/statm: 74966 7290 1872 364 0 10881 0
[pid=32435] ppid=32429 vsize=289436 CPUtime=0.22 cores=1,3
/proc/32435/stat : 32435 (python) S 32429 32429 31275 0 -1 4202560 1153 0 0 0 10 12 0 0 18 0 2 0 656730782 296382464 5780 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32435/statm: 72359 5780 424 364 0 8277 0
[pid=32437] ppid=32435 vsize=1018616 CPUtime=100.03 cores=1,3
/proc/32437/stat : 32437 (gnovelty+2) T 32435 32437 32437 0 -1 4202496 766 0 0 0 10002 1 0 0 25 0 1 0 656730782 1043062784 500 33554432000 134512640 135663704 4287847456 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32437/statm: 254654 500 113 282 0 254370 0
[pid=32435/tid=32585] ppid=32429 vsize=289436 CPUtime=0 cores=1,3
/proc/32435/task/32585/stat : 32585 (python) S 32429 32429 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656740806 296382464 5780 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604465312720960 0 0 -1 3 0 0 0
[pid=32586] ppid=32429 vsize=289620 CPUtime=0 cores=1,3
/proc/32586/stat : 32586 (python) S 32429 32429 31275 0 -1 4202560 743 0 0 0 0 0 0 0 19 0 1 0 656740807 296570880 5762 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204667462 0 0 16781312 514 10936845464317722623 0 0 17 1 0 0 0
/proc/32586/statm: 72405 5762 348 364 0 8320 0
[pid=32588] ppid=32586 vsize=1018616 CPUtime=0.57 cores=1,3
/proc/32588/stat : 32588 (gnovelty+2) R 32586 32588 32588 0 -1 4202496 764 0 0 0 57 0 0 0 22 0 1 0 656740807 1043062784 500 33554432000 134512640 135663704 4294605200 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/32588/statm: 254654 500 113 282 0 254370 0
[pid=32429/tid=32436] ppid=32427 vsize=299864 CPUtime=0 cores=1,3
/proc/32429/task/32436/stat : 32436 (python) S 32427 32429 31275 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 3 0 656730782 307060736 7290 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=32587] ppid=32427 vsize=299864 CPUtime=0 cores=1,3
/proc/32429/task/32587/stat : 32587 (python) S 32427 32429 31275 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 656740807 307060736 7290 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2916152

[startup+162.3 s]
/proc/loadavg: 4.05 3.48 3.40 5/332 32628
/proc/meminfo: memFree=27044368/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=299864 CPUtime=1.35 cores=1,3
/proc/32429/stat : 32429 (python) S 32427 32429 31275 0 -1 4202496 12446 935 1 0 126 9 0 0 19 0 3 0 656730634 307060736 7290 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32429/statm: 74966 7290 1872 364 0 10881 0
[pid=32435] ppid=32429 vsize=289436 CPUtime=0.22 cores=1,3
/proc/32435/stat : 32435 (python) S 32429 32429 31275 0 -1 4202560 1153 0 0 0 10 12 0 0 18 0 2 0 656730782 296382464 5780 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32435/statm: 72359 5780 424 364 0 8277 0
[pid=32437] ppid=32435 vsize=1018616 CPUtime=100.03 cores=1,3
/proc/32437/stat : 32437 (gnovelty+2) T 32435 32437 32437 0 -1 4202496 766 0 0 0 10002 1 0 0 25 0 1 0 656730782 1043062784 500 33554432000 134512640 135663704 4287847456 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32437/statm: 254654 500 113 282 0 254370 0
[pid=32435/tid=32585] ppid=32429 vsize=289436 CPUtime=0 cores=1,3
/proc/32435/task/32585/stat : 32585 (python) S 32429 32429 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656740806 296382464 5780 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604465312720960 0 0 -1 3 0 0 0
[pid=32586] ppid=32429 vsize=289620 CPUtime=0.13 cores=1,3

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

/proc/32586/statm: 72405 5815 400 364 0 8320 0
[pid=32588] ppid=32586 vsize=1018616 CPUtime=99.99 cores=1,3
/proc/32588/stat : 32588 (gnovelty+2) T 32586 32588 32588 0 -1 4202496 764 0 0 0 9999 0 0 0 25 0 1 0 656740807 1043062784 500 33554432000 134512640 135663704 4294605200 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32588/statm: 254654 500 113 282 0 254370 0
[pid=32586/tid=32635] ppid=32429 vsize=289620 CPUtime=0 cores=1,3
/proc/32586/task/32635/stat : 32635 (python) S 32429 32429 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656750833 296570880 5815 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604464049060608 0 0 -1 1 0 0 0
[pid=32636] ppid=32429 vsize=300480 CPUtime=0.23 cores=1,3
/proc/32636/stat : 32636 (python) S 32429 32429 31275 0 -1 4202560 1076 0 0 0 11 12 0 0 19 0 2 0 656750834 307691520 5954 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32636/statm: 75120 5954 399 364 0 11032 0
[pid=32638] ppid=32636 vsize=418636 CPUtime=100.01 cores=1,3
/proc/32638/stat : 32638 (adaptg2wsat2009) T 32636 32638 32638 0 -1 4202496 1220 0 0 0 10001 0 0 0 25 0 1 0 656750834 428683264 956 33554432000 134512640 135107411 4293117552 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32638/statm: 104659 956 59 146 0 103535 0
[pid=32636/tid=32653] ppid=32429 vsize=300480 CPUtime=0 cores=1,3
/proc/32636/task/32653/stat : 32653 (python) S 32429 32429 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656760857 307691520 5954 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604468155770112 0 0 -1 3 0 0 0
[pid=32654] ppid=32429 vsize=310736 CPUtime=0.23 cores=1,3
/proc/32654/stat : 32654 (python) S 32429 32429 31275 0 -1 4202560 1079 0 0 0 12 11 0 0 19 0 2 0 656760858 318193664 5958 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32654/statm: 77684 5958 400 364 0 13593 0
[pid=32656] ppid=32654 vsize=418636 CPUtime=99.98 cores=1,3
/proc/32656/stat : 32656 (adaptg2wsat2009) T 32654 32656 32656 0 -1 4202496 1224 0 0 0 9998 0 0 0 25 0 1 0 656760858 428683264 955 33554432000 134512640 135107411 4287277872 18446744073709551615 134537756 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32656/statm: 104659 955 59 146 0 103535 0
[pid=32654/tid=32669] ppid=32429 vsize=310736 CPUtime=0 cores=1,3
/proc/32654/task/32669/stat : 32669 (python) S 32429 32429 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656770880 318193664 5958 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604465934112000 0 0 -1 1 0 0 0
[pid=32670] ppid=32429 vsize=320992 CPUtime=0.24 cores=1,3
/proc/32670/stat : 32670 (python) S 32429 32429 31275 0 -1 4202560 1086 0 0 0 13 11 0 0 19 0 2 0 656770882 328695808 5962 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32670/statm: 80248 5962 400 364 0 16154 0
[pid=32672] ppid=32670 vsize=418636 CPUtime=99.98 cores=1,3
/proc/32672/stat : 32672 (adaptg2wsat2009) T 32670 32672 32672 0 -1 4202496 1221 0 0 0 9998 0 0 0 25 0 1 0 656770882 428683264 954 33554432000 134512640 135107411 4291959968 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32672/statm: 104659 954 59 146 0 103535 0
[pid=32670/tid=32684] ppid=32429 vsize=320992 CPUtime=0 cores=1,3
/proc/32670/task/32684/stat : 32684 (python) S 32429 32429 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656780906 328695808 5962 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604471158024896 0 0 -1 1 0 0 0
[pid=32685] ppid=32429 vsize=331248 CPUtime=0.25 cores=1,3
/proc/32685/stat : 32685 (python) S 32429 32429 31275 0 -1 4202560 1094 0 0 0 15 10 0 0 19 0 2 0 656780907 339197952 5966 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32685/statm: 82812 5966 400 364 0 18715 0
[pid=32687] ppid=32685 vsize=1018616 CPUtime=100.01 cores=1,3
/proc/32687/stat : 32687 (gnovelty+2) T 32685 32687 32687 0 -1 4202496 767 0 0 0 10001 0 0 0 25 0 1 0 656780907 1043062784 500 33554432000 134512640 135663704 4291911168 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32687/statm: 254654 500 113 282 0 254370 0
[pid=32685/tid=32701] ppid=32429 vsize=331248 CPUtime=0 cores=1,3
/proc/32685/task/32701/stat : 32701 (python) S 32429 32429 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656790934 339197952 5966 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604464167105856 0 0 -1 1 0 0 0
[pid=32702] ppid=32429 vsize=341504 CPUtime=0.25 cores=1,3
/proc/32702/stat : 32702 (python) S 32429 32429 31275 0 -1 4202560 1081 0 0 0 13 12 0 0 19 0 2 0 656790936 349700096 5970 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32702/statm: 85376 5970 400 364 0 21276 0
[pid=32704] ppid=32702 vsize=248652 CPUtime=99.94 cores=1,3
/proc/32704/stat : 32704 (FH) T 32702 32704 32704 0 -1 4202496 1119 0 0 0 9993 1 0 0 25 0 1 0 656790936 254619648 856 33554432000 134512640 134936988 4294719760 18446744073709551615 134544987 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32704/statm: 62163 856 41 104 0 61667 0
[pid=32702/tid=328] ppid=32429 vsize=341504 CPUtime=0 cores=1,3
/proc/32702/task/328/stat : 328 (python) S 32429 32429 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656800961 349700096 5970 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604462702486848 0 0 -1 1 0 0 0
[pid=32429/tid=32436] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32436/stat : 32436 (python) S 32427 32429 31275 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 656730782 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=32587] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32587/stat : 32587 (python) S 32427 32429 31275 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656740807 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=32637] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32637/stat : 32637 (python) S 32427 32429 31275 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656750834 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 3 0 0 0
[pid=32429/tid=32655] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32655/stat : 32655 (python) S 32427 32429 31275 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 656760858 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 3 0 0 0
[pid=32429/tid=32671] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32671/stat : 32671 (python) S 32427 32429 31275 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 656770882 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=32686] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32686/stat : 32686 (python) S 32427 32429 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656780907 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=32703] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32703/stat : 32703 (python) S 32427 32429 31275 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656790936 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=330] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/330/stat : 330 (python) S 32427 32429 31275 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656800962 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.66
Current children cumulated vsize (KiB) 7876688

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.12 3.98 3.68 6/388 331
/proc/meminfo: memFree=26779964/32951124 swapFree=63649232/67111528
[pid=32429] ppid=32427 vsize=362004 CPUtime=1.45 cores=1,3
/proc/32429/stat : 32429 (python) S 32427 32429 31275 0 -1 4202496 17596 935 1 0 134 11 0 0 19 0 9 0 656730634 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32429/statm: 90501 7469 1892 364 0 26398 0
[pid=329] ppid=32429 vsize=351760 CPUtime=0 cores=1,3
/proc/329/stat : 329 (python) S 32429 32429 31275 0 -1 4202560 772 0 0 0 0 0 0 0 19 0 1 0 656800962 360202240 5923 33554432000 4194304 5683644 140734048172560 18446744073709551615 210204667462 0 0 16781312 514 3464925906399657983 0 0 17 1 0 0 0
/proc/329/statm: 87940 5923 350 364 0 23837 0
[pid=331] ppid=329 vsize=418500 CPUtime=0.62 cores=1,3
/proc/331/stat : 331 (adaptg2wsat2009) R 329 331 331 0 -1 4202496 1078 0 0 0 62 0 0 0 22 0 1 0 656800962 428544000 810 33554432000 134512640 135107411 4291887248 18446744073709551615 134523323 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/331/statm: 104625 810 49 146 0 103501 0
[pid=32435] ppid=32429 vsize=289436 CPUtime=0.22 cores=1,3
/proc/32435/stat : 32435 (python) S 32429 32429 31275 0 -1 4202560 1153 0 0 0 10 12 0 0 18 0 2 0 656730782 296382464 5780 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32435/statm: 72359 5780 424 364 0 8277 0
[pid=32437] ppid=32435 vsize=1018616 CPUtime=100.03 cores=1,3
/proc/32437/stat : 32437 (gnovelty+2) T 32435 32437 32437 0 -1 4202496 766 0 0 0 10002 1 0 0 25 0 1 0 656730782 1043062784 500 33554432000 134512640 135663704 4287847456 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32437/statm: 254654 500 113 282 0 254370 0
[pid=32435/tid=32585] ppid=32429 vsize=289436 CPUtime=0 cores=1,3
/proc/32435/task/32585/stat : 32585 (python) S 32429 32429 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656740806 296382464 5780 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604465312720960 0 0 -1 3 0 0 0
[pid=32586] ppid=32429 vsize=289620 CPUtime=0.23 cores=1,3
/proc/32586/stat : 32586 (python) S 32429 32429 31275 0 -1 4202560 1073 0 0 0 11 12 0 0 19 0 2 0 656740807 296570880 5815 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32586/statm: 72405 5815 400 364 0 8320 0
[pid=32588] ppid=32586 vsize=1018616 CPUtime=99.99 cores=1,3
/proc/32588/stat : 32588 (gnovelty+2) T 32586 32588 32588 0 -1 4202496 764 0 0 0 9999 0 0 0 25 0 1 0 656740807 1043062784 500 33554432000 134512640 135663704 4294605200 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32588/statm: 254654 500 113 282 0 254370 0
[pid=32586/tid=32635] ppid=32429 vsize=289620 CPUtime=0 cores=1,3
/proc/32586/task/32635/stat : 32635 (python) S 32429 32429 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656750833 296570880 5815 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604464049060608 0 0 -1 1 0 0 0
[pid=32636] ppid=32429 vsize=300480 CPUtime=0.23 cores=1,3
/proc/32636/stat : 32636 (python) S 32429 32429 31275 0 -1 4202560 1076 0 0 0 11 12 0 0 19 0 2 0 656750834 307691520 5954 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32636/statm: 75120 5954 399 364 0 11032 0
[pid=32638] ppid=32636 vsize=418636 CPUtime=100.01 cores=1,3
/proc/32638/stat : 32638 (adaptg2wsat2009) T 32636 32638 32638 0 -1 4202496 1220 0 0 0 10001 0 0 0 25 0 1 0 656750834 428683264 956 33554432000 134512640 135107411 4293117552 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32638/statm: 104659 956 59 146 0 103535 0
[pid=32636/tid=32653] ppid=32429 vsize=300480 CPUtime=0 cores=1,3
/proc/32636/task/32653/stat : 32653 (python) S 32429 32429 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656760857 307691520 5954 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604468155770112 0 0 -1 3 0 0 0
[pid=32654] ppid=32429 vsize=310736 CPUtime=0.23 cores=1,3
/proc/32654/stat : 32654 (python) S 32429 32429 31275 0 -1 4202560 1079 0 0 0 12 11 0 0 19 0 2 0 656760858 318193664 5958 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32654/statm: 77684 5958 400 364 0 13593 0
[pid=32656] ppid=32654 vsize=418636 CPUtime=99.98 cores=1,3
/proc/32656/stat : 32656 (adaptg2wsat2009) T 32654 32656 32656 0 -1 4202496 1224 0 0 0 9998 0 0 0 25 0 1 0 656760858 428683264 955 33554432000 134512640 135107411 4287277872 18446744073709551615 134537756 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32656/statm: 104659 955 59 146 0 103535 0
[pid=32654/tid=32669] ppid=32429 vsize=310736 CPUtime=0 cores=1,3
/proc/32654/task/32669/stat : 32669 (python) S 32429 32429 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656770880 318193664 5958 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604465934112000 0 0 -1 1 0 0 0
[pid=32670] ppid=32429 vsize=320992 CPUtime=0.24 cores=1,3
/proc/32670/stat : 32670 (python) S 32429 32429 31275 0 -1 4202560 1086 0 0 0 13 11 0 0 19 0 2 0 656770882 328695808 5962 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32670/statm: 80248 5962 400 364 0 16154 0
[pid=32672] ppid=32670 vsize=418636 CPUtime=99.98 cores=1,3
/proc/32672/stat : 32672 (adaptg2wsat2009) T 32670 32672 32672 0 -1 4202496 1221 0 0 0 9998 0 0 0 25 0 1 0 656770882 428683264 954 33554432000 134512640 135107411 4291959968 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/32672/statm: 104659 954 59 146 0 103535 0
[pid=32670/tid=32684] ppid=32429 vsize=320992 CPUtime=0 cores=1,3
/proc/32670/task/32684/stat : 32684 (python) S 32429 32429 31275 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656780906 328695808 5962 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604471158024896 0 0 -1 1 0 0 0
[pid=32685] ppid=32429 vsize=331248 CPUtime=0.25 cores=1,3
/proc/32685/stat : 32685 (python) S 32429 32429 31275 0 -1 4202560 1094 0 0 0 15 10 0 0 19 0 2 0 656780907 339197952 5966 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32685/statm: 82812 5966 400 364 0 18715 0
[pid=32687] ppid=32685 vsize=1018616 CPUtime=100.01 cores=1,3
/proc/32687/stat : 32687 (gnovelty+2) T 32685 32687 32687 0 -1 4202496 767 0 0 0 10001 0 0 0 25 0 1 0 656780907 1043062784 500 33554432000 134512640 135663704 4291911168 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32687/statm: 254654 500 113 282 0 254370 0
[pid=32685/tid=32701] ppid=32429 vsize=331248 CPUtime=0 cores=1,3
/proc/32685/task/32701/stat : 32701 (python) S 32429 32429 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656790934 339197952 5966 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604464167105856 0 0 -1 1 0 0 0
[pid=32702] ppid=32429 vsize=341504 CPUtime=0.25 cores=1,3
/proc/32702/stat : 32702 (python) S 32429 32429 31275 0 -1 4202560 1081 0 0 0 13 12 0 0 19 0 2 0 656790936 349700096 5970 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/32702/statm: 85376 5970 400 364 0 21276 0
[pid=32704] ppid=32702 vsize=248652 CPUtime=99.94 cores=1,3
/proc/32704/stat : 32704 (FH) T 32702 32704 32704 0 -1 4202496 1119 0 0 0 9993 1 0 0 25 0 1 0 656790936 254619648 856 33554432000 134512640 134936988 4294719760 18446744073709551615 134544987 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/32704/statm: 62163 856 41 104 0 61667 0
[pid=32702/tid=328] ppid=32429 vsize=341504 CPUtime=0 cores=1,3
/proc/32702/task/328/stat : 328 (python) S 32429 32429 31275 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656800961 349700096 5970 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 514 18446604462702486848 0 0 -1 1 0 0 0
[pid=32429/tid=32436] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32436/stat : 32436 (python) S 32427 32429 31275 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 656730782 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=32587] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32587/stat : 32587 (python) S 32427 32429 31275 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 656740807 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=32637] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32637/stat : 32637 (python) S 32427 32429 31275 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656750834 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 3 0 0 0
[pid=32429/tid=32655] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32655/stat : 32655 (python) S 32427 32429 31275 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 9 0 656760858 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 3 0 0 0
[pid=32429/tid=32671] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32671/stat : 32671 (python) S 32427 32429 31275 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 656770882 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=32686] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32686/stat : 32686 (python) S 32427 32429 31275 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 656780907 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=32703] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/32703/stat : 32703 (python) S 32427 32429 31275 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656790936 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
[pid=32429/tid=330] ppid=32427 vsize=362004 CPUtime=0 cores=1,3
/proc/32429/task/330/stat : 330 (python) S 32427 32429 31275 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 9 0 656800962 370692096 7469 33554432000 4194304 5683644 140734048172560 18446744073709551615 210216470961 0 0 16781312 2 18446604465312719168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 703.66
Current children cumulated vsize (KiB) 7876688

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32429 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=215663
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=370943
# CPU time returned by wait4() is 2.58661
# while last known CPU time is 703.66
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 703.974
CPU time (s): 703.66
CPU user time (s): 702.73
CPU system time (s): 0.93
CPU usage (%): 99.9554
Max. virtual memory (cumulated for all children) (KiB): 7876688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.21566
system time used= 0.370943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23823
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= 1556
involuntary context switches= 80

runsolver used 2.71159 second user time and 5.74113 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 11:22:01
IDJOB=3377198
IDBENCH=82507
IDSOLVER=1857
FILE ID=node130/3377198-1305451321
RUNJOBID= node130-1305451278-32332
PBS_JOBID= 13324842
Free space on /tmp= 73372 MiB

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

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

MD5SUM BENCH= 860d0404ebc2282cbe692f8828f81b2c
RANDOM SEED=1064434605

node130.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.838
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.67
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.838
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.83
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.838
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.838
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.81
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.838
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27159200 kB
Buffers:        280964 kB
Cached:        4061592 kB
SwapCached:      10248 kB
Active:        1609820 kB
Inactive:      3900780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27159200 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           38120 kB
Writeback:           0 kB
AnonPages:     1165896 kB
Mapped:          20604 kB
Slab:           189436 kB
PageTables:      29320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54028892 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= 73324 MiB
End job on node130 at 2011-05-15 11:33:47