Trace number 3377652

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) 702.4 701.777

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1321406709-042.UNKNOWN.cnf
MD5SUM383bd72f29b3667b7a0d512d7fa797ad
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.45/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.45/0.70	c INFO: solving HOME/instance-3377652-1305456664.cnf
0.45/0.70	c INFO: computing task features
0.45/0.70	c INFO: computed variable-clause graph statistics
0.45/0.70	c INFO: computed clause balance statistics
0.65/0.97	c INFO: computed variable balance statistics
0.76/1.08	c INFO: computed small-clause counts
0.76/1.08	c INFO: computed Horn-clause counts
0.76/1.09	c INFO: computed variable graph statistics
0.76/1.09	c INFO: collected features for HOME/instance-3377652-1305456664.cnf in 0.45 s
0.76/1.10	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.47)
101.12/101.39	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.11)
201.49/201.69	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
301.87/301.97	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.05)
402.34/402.26	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.04)
502.92/502.57	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.03)
601.48/600.89	c INFO: running FH@0 for 97 with 1800 remaining (b = 0.03)
701.78/701.18	c INFO: running adaptg2wsat2009++@0 for 97 with 1700 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-3377652-1305456664/watcher-3377652-1305456664 -o /tmp/evaluation-result-3377652-1305456664/solver-3377652-1305456664 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377652-1305456664.cnf -seed 1480895236 -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: 3.95 3.33 3.31 4/404 22656
/proc/meminfo: memFree=22179776/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=15776 CPUtime=0 cores=1,3
/proc/22656/stat : 22656 (python) R 22654 22656 19943 0 -1 4202496 876 0 0 0 0 0 0 0 25 0 1 0 735896940 16154624 758 33554432000 4194304 5683644 140734724127680 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22656/statm: 3944 759 343 364 0 431 0

[startup+0.0953121 s]
/proc/loadavg: 3.95 3.33 3.31 4/404 22656
/proc/meminfo: memFree=22179776/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=85368 CPUtime=0.05 cores=1,3
/proc/22656/stat : 22656 (python) R 22654 22656 19943 0 -1 4202496 2595 0 0 0 4 1 0 0 17 0 1 0 735896940 87416832 2315 33554432000 4194304 5683644 140734724127680 18446744073709551615 5211816 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22656/statm: 21342 2315 713 364 0 1559 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85368

[startup+0.100302 s]
/proc/loadavg: 3.95 3.33 3.31 4/404 22656
/proc/meminfo: memFree=22179776/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=91832 CPUtime=0.06 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 2678 0 0 0 5 1 0 0 17 0 1 0 735896940 94035968 2394 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/22656/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91832

[startup+0.300266 s]
/proc/loadavg: 3.95 3.33 3.31 4/404 22656
/proc/meminfo: memFree=22179776/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=135752 CPUtime=0.18 cores=1,3
/proc/22656/stat : 22656 (python) R 22654 22656 19943 0 -1 4202496 5975 933 1 0 14 4 0 0 17 0 1 0 735896940 139010048 4149 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458061829 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/22656/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700192 s]
/proc/loadavg: 3.95 3.33 3.31 4/404 22656
/proc/meminfo: memFree=22179776/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=280208 CPUtime=0.45 cores=1,3
/proc/22656/stat : 22656 (python) R 22654 22656 19943 0 -1 4202496 10013 933 1 0 35 10 0 0 15 0 1 0 735896940 286932992 7449 33554432000 4194304 5683644 140734724127680 18446744073709551615 47986632972638 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22656/statm: 70052 7449 1823 364 0 5976 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 280208

[startup+1.50101 s]
/proc/loadavg: 3.95 3.33 3.31 6/405 22661
/proc/meminfo: memFree=22153572/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=289600 CPUtime=0.86 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 10446 933 1 0 76 10 0 0 18 0 2 0 735896940 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22656/statm: 72400 7304 1877 364 0 8318 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 289600

[startup+3.10074 s]
/proc/loadavg: 3.95 3.33 3.31 6/408 22665
/proc/meminfo: memFree=22150944/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=289600 CPUtime=0.86 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 10446 933 1 0 76 10 0 0 18 0 2 0 735896940 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22656/statm: 72400 7304 1877 364 0 8318 0
[pid=22663] ppid=22656 vsize=279356 CPUtime=0 cores=1,3
/proc/22663/stat : 22663 (python) S 22656 22656 19943 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 735897051 286060544 5777 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458085903 0 0 16781312 514 1511445862440468743 0 0 17 1 0 0 0
/proc/22663/statm: 69839 5777 354 364 0 5757 0
[pid=22665] ppid=22663 vsize=1018088 CPUtime=1.97 cores=1,3
/proc/22665/stat : 22665 (gnovelty+2) R 22663 22665 22665 0 -1 4202496 571 0 0 0 197 0 0 0 25 0 1 0 735897051 1042522112 306 33554432000 134512640 135663704 4289246016 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22665/statm: 254522 306 113 282 0 254238 0
[pid=22656/tid=22664] ppid=22654 vsize=289600 CPUtime=0 cores=1,3
/proc/22656/task/22664/stat : 22664 (python) S 22654 22656 19943 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 735897051 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1587044

[startup+6.30115 s]
/proc/loadavg: 3.95 3.35 3.31 6/408 22665
/proc/meminfo: memFree=22148960/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=289600 CPUtime=0.86 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 10446 933 1 0 76 10 0 0 18 0 2 0 735896940 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22656/statm: 72400 7304 1877 364 0 8318 0
[pid=22663] ppid=22656 vsize=279356 CPUtime=0 cores=1,3
/proc/22663/stat : 22663 (python) S 22656 22656 19943 0 -1 4202560 965 0 0 0 0 0 0 0 18 0 1 0 735897051 286060544 5804 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458085903 0 0 16781312 514 1511445862440468743 0 0 17 1 0 0 0
/proc/22663/statm: 69839 5804 381 364 0 5757 0
[pid=22665] ppid=22663 vsize=1018088 CPUtime=5.16 cores=1,3
/proc/22665/stat : 22665 (gnovelty+2) R 22663 22665 22665 0 -1 4202496 571 0 0 0 516 0 0 0 25 0 1 0 735897051 1042522112 306 33554432000 134512640 135663704 4289246016 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22665/statm: 254522 306 113 282 0 254238 0
[pid=22656/tid=22664] ppid=22654 vsize=289600 CPUtime=0 cores=1,3
/proc/22656/task/22664/stat : 22664 (python) S 22654 22656 19943 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 735897051 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 1587044

[startup+12.701 s]
/proc/loadavg: 3.96 3.36 3.31 7/408 22665
/proc/meminfo: memFree=22145612/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=289600 CPUtime=0.86 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 10446 933 1 0 76 10 0 0 18 0 2 0 735896940 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22656/statm: 72400 7304 1877 364 0 8318 0
[pid=22663] ppid=22656 vsize=279356 CPUtime=0.02 cores=1,3
/proc/22663/stat : 22663 (python) S 22656 22656 19943 0 -1 4202560 967 0 0 0 1 1 0 0 18 0 1 0 735897051 286060544 5804 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458085903 0 0 16781312 514 14736516852570095879 0 0 17 1 0 0 0
/proc/22663/statm: 69839 5804 381 364 0 5757 0
[pid=22665] ppid=22663 vsize=1018088 CPUtime=11.54 cores=1,3
/proc/22665/stat : 22665 (gnovelty+2) R 22663 22665 22665 0 -1 4202496 571 0 0 0 1154 0 0 0 25 0 1 0 735897051 1042522112 306 33554432000 134512640 135663704 4289246016 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22665/statm: 254522 306 113 282 0 254238 0
[pid=22656/tid=22664] ppid=22654 vsize=289600 CPUtime=0 cores=1,3
/proc/22656/task/22664/stat : 22664 (python) S 22654 22656 19943 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 735897051 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1587044

[startup+25.5006 s]
/proc/loadavg: 3.97 3.39 3.32 6/408 22665
/proc/meminfo: memFree=22140124/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=289600 CPUtime=0.86 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 10446 933 1 0 76 10 0 0 18 0 2 0 735896940 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22656/statm: 72400 7304 1877 364 0 8318 0
[pid=22663] ppid=22656 vsize=279356 CPUtime=0.06 cores=1,3
/proc/22663/stat : 22663 (python) S 22656 22656 19943 0 -1 4202560 973 0 0 0 3 3 0 0 18 0 1 0 735897051 286060544 5805 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458085903 0 0 16781312 514 14736516852570095879 0 0 17 1 0 0 0
/proc/22663/statm: 69839 5805 382 364 0 5757 0
[pid=22665] ppid=22663 vsize=1018088 CPUtime=24.33 cores=1,3
/proc/22665/stat : 22665 (gnovelty+2) R 22663 22665 22665 0 -1 4202496 571 0 0 0 2433 0 0 0 25 0 1 0 735897051 1042522112 306 33554432000 134512640 135663704 4289246016 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22665/statm: 254522 306 113 282 0 254238 0
[pid=22656/tid=22664] ppid=22654 vsize=289600 CPUtime=0 cores=1,3
/proc/22656/task/22664/stat : 22664 (python) S 22654 22656 19943 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 735897051 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1587044

[startup+51.1008 s]
/proc/loadavg: 3.98 3.43 3.34 7/408 22667
/proc/meminfo: memFree=22127820/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=289600 CPUtime=0.86 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 10446 933 1 0 76 10 0 0 18 0 2 0 735896940 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22656/statm: 72400 7304 1877 364 0 8318 0
[pid=22663] ppid=22656 vsize=279356 CPUtime=0.12 cores=1,3
/proc/22663/stat : 22663 (python) S 22656 22656 19943 0 -1 4202560 986 0 0 0 6 6 0 0 18 0 1 0 735897051 286060544 5805 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458085903 0 0 16781312 514 14736516852570095879 0 0 17 1 0 0 0
/proc/22663/statm: 69839 5805 382 364 0 5757 0
[pid=22665] ppid=22663 vsize=1018088 CPUtime=49.9 cores=1,3
/proc/22665/stat : 22665 (gnovelty+2) R 22663 22665 22665 0 -1 4202496 571 0 0 0 4990 0 0 0 25 0 1 0 735897051 1042522112 306 33554432000 134512640 135663704 4289246016 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22665/statm: 254522 306 113 282 0 254238 0
[pid=22656/tid=22664] ppid=22654 vsize=289600 CPUtime=0 cores=1,3
/proc/22656/task/22664/stat : 22664 (python) S 22654 22656 19943 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 2 0 735897051 296550400 7304 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 1587044

[startup+102.314 s]
/proc/loadavg: 3.99 3.52 3.37 6/416 22676
/proc/meminfo: memFree=22098344/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=300116 CPUtime=0.87 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 11337 933 1 0 77 10 0 0 20 0 3 0 735896940 307318784 7344 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22656/statm: 75029 7344 1880 364 0 10944 0
[pid=22663] ppid=22656 vsize=289600 CPUtime=0.26 cores=1,3
/proc/22663/stat : 22663 (python) S 22656 22656 19943 0 -1 4202560 1148 0 0 0 12 14 0 0 19 0 2 0 735897051 296550400 5843 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22663/statm: 72400 5843 415 364 0 8318 0
[pid=22665] ppid=22663 vsize=1018088 CPUtime=100.09 cores=1,3
/proc/22665/stat : 22665 (gnovelty+2) T 22663 22665 22665 0 -1 4202496 571 0 0 0 10009 0 0 0 25 0 1 0 735897051 1042522112 306 33554432000 134512640 135663704 4289246016 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22665/statm: 254522 306 113 282 0 254238 0
[pid=22663/tid=22673] ppid=22656 vsize=289600 CPUtime=0 cores=1,3
/proc/22663/task/22673/stat : 22673 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735907078 296550400 5843 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604461854538752 0 0 -1 3 0 0 0
[pid=22674] ppid=22656 vsize=289872 CPUtime=0 cores=1,3
/proc/22674/stat : 22674 (python) S 22656 22656 19943 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 735907079 296828928 5808 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458085958 0 0 16781312 514 7579242342444433407 0 0 17 1 0 0 0
/proc/22674/statm: 72468 5808 348 364 0 8383 0
[pid=22676] ppid=22674 vsize=1018088 CPUtime=0.91 cores=1,3
/proc/22676/stat : 22676 (gnovelty+2) R 22674 22676 22676 0 -1 4202496 570 0 0 0 91 0 0 0 23 0 1 0 735907079 1042522112 307 33554432000 134512640 135663704 4291891136 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22676/statm: 254522 307 113 282 0 254238 0
[pid=22656/tid=22664] ppid=22654 vsize=300116 CPUtime=0 cores=1,3
/proc/22656/task/22664/stat : 22664 (python) S 22654 22656 19943 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 3 0 735897051 307318784 7344 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=22656/tid=22675] ppid=22654 vsize=300116 CPUtime=0 cores=1,3
/proc/22656/task/22675/stat : 22675 (python) S 22654 22656 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 735907079 307318784 7344 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 2915764

[startup+162.301 s]
/proc/loadavg: 3.99 3.60 3.41 6/416 22678
/proc/meminfo: memFree=22078596/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=300116 CPUtime=0.87 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 11337 933 1 0 77 10 0 0 20 0 3 0 735896940 307318784 7344 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22656/statm: 75029 7344 1880 364 0 10944 0
[pid=22663] ppid=22656 vsize=289600 CPUtime=0.26 cores=1,3
/proc/22663/stat : 22663 (python) S 22656 22656 19943 0 -1 4202560 1148 0 0 0 12 14 0 0 19 0 2 0 735897051 296550400 5843 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22663/statm: 72400 5843 415 364 0 8318 0
[pid=22665] ppid=22663 vsize=1018088 CPUtime=100.09 cores=1,3
/proc/22665/stat : 22665 (gnovelty+2) T 22663 22665 22665 0 -1 4202496 571 0 0 0 10009 0 0 0 25 0 1 0 735897051 1042522112 306 33554432000 134512640 135663704 4289246016 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22665/statm: 254522 306 113 282 0 254238 0
[pid=22663/tid=22673] ppid=22656 vsize=289600 CPUtime=0 cores=1,3
/proc/22663/task/22673/stat : 22673 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735907078 296550400 5843 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604461854538752 0 0 -1 3 0 0 0
[pid=22674] ppid=22656 vsize=289872 CPUtime=0.16 cores=1,3

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

[pid=22689] ppid=22656 vsize=300128 CPUtime=0.28 cores=1,3
/proc/22689/stat : 22689 (python) S 22656 22656 19943 0 -1 4202560 1082 0 0 0 15 13 0 0 19 0 2 0 735917109 307331072 5865 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22689/statm: 75032 5865 400 364 0 10944 0
[pid=22692] ppid=22689 vsize=417192 CPUtime=100.09 cores=1,3
/proc/22692/stat : 22692 (adaptg2wsat2009) T 22689 22692 22692 0 -1 4202496 764 0 0 0 10009 0 0 0 25 0 1 0 735917109 427204608 495 33554432000 134512640 135107411 4287640896 18446744073709551615 134532358 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22692/statm: 104298 495 59 146 0 103174 0
[pid=22689/tid=22701] ppid=22656 vsize=300128 CPUtime=0 cores=1,3
/proc/22689/task/22701/stat : 22701 (python) S 22656 22656 19943 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 735927136 307331072 5865 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604470886503616 0 0 -1 3 0 0 0
[pid=22702] ppid=22656 vsize=310384 CPUtime=0.28 cores=1,3
/proc/22702/stat : 22702 (python) S 22656 22656 19943 0 -1 4202560 1079 0 0 0 14 14 0 0 19 0 2 0 735927138 317833216 5869 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22702/statm: 77596 5869 400 364 0 13505 0
[pid=22704] ppid=22702 vsize=417192 CPUtime=100.15 cores=1,3
/proc/22704/stat : 22704 (adaptg2wsat2009) T 22702 22704 22704 0 -1 4202496 765 0 0 0 10015 0 0 0 25 0 1 0 735927138 427204608 497 33554432000 134512640 135107411 4294246496 18446744073709551615 134539275 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22704/statm: 104298 497 59 146 0 103174 0
[pid=22702/tid=22708] ppid=22656 vsize=310384 CPUtime=0 cores=1,3
/proc/22702/task/22708/stat : 22708 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735937165 317833216 5869 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604458809868672 0 0 -1 3 0 0 0
[pid=22709] ppid=22656 vsize=320640 CPUtime=0.28 cores=1,3
/proc/22709/stat : 22709 (python) S 22656 22656 19943 0 -1 4202560 1080 0 0 0 15 13 0 0 19 0 2 0 735937167 328335360 5873 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22709/statm: 80160 5873 400 364 0 16066 0
[pid=22711] ppid=22709 vsize=417192 CPUtime=100.28 cores=1,3
/proc/22711/stat : 22711 (adaptg2wsat2009) T 22709 22711 22711 0 -1 4202496 761 0 0 0 10028 0 0 0 25 0 1 0 735937167 427204608 494 33554432000 134512640 135107411 4288003248 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22711/statm: 104298 494 59 146 0 103174 0
[pid=22709/tid=22715] ppid=22656 vsize=320640 CPUtime=0 cores=1,3
/proc/22709/task/22715/stat : 22715 (python) S 22656 22656 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735947196 328335360 5873 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604454677374912 0 0 -1 1 0 0 0
[pid=22716] ppid=22656 vsize=330896 CPUtime=0.28 cores=1,3
/proc/22716/stat : 22716 (python) S 22656 22656 19943 0 -1 4202560 1081 0 0 0 14 14 0 0 19 0 2 0 735947197 338837504 5877 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22716/statm: 82724 5877 400 364 0 18627 0
[pid=22718] ppid=22716 vsize=1018088 CPUtime=98.3 cores=1,3
/proc/22718/stat : 22718 (gnovelty+2) T 22716 22718 22718 0 -1 4202496 572 0 0 0 9830 0 0 0 25 0 1 0 735947198 1042522112 306 33554432000 134512640 135663704 4291423808 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22718/statm: 254522 306 113 282 0 254238 0
[pid=22716/tid=22731] ppid=22656 vsize=330896 CPUtime=0 cores=1,3
/proc/22716/task/22731/stat : 22731 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735957028 338837504 5877 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604457216034816 0 0 -1 1 0 0 0
[pid=22732] ppid=22656 vsize=341152 CPUtime=0.28 cores=1,3
/proc/22732/stat : 22732 (python) S 22656 22656 19943 0 -1 4202560 1076 0 0 0 14 14 0 0 19 0 2 0 735957029 349339648 5881 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22732/statm: 85288 5881 400 364 0 21188 0
[pid=22734] ppid=22732 vsize=247352 CPUtime=100 cores=1,3
/proc/22734/stat : 22734 (FH) T 22732 22734 22734 0 -1 4202496 707 0 0 0 10000 0 0 0 25 0 1 0 735957030 253288448 444 33554432000 134512640 134936988 4287752176 18446744073709551615 134552368 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22734/statm: 61838 444 41 104 0 61342 0
[pid=22732/tid=22737] ppid=22656 vsize=341152 CPUtime=0 cores=1,3
/proc/22732/task/22737/stat : 22737 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735967057 349339648 5881 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604464760027264 0 0 -1 1 0 0 0
[pid=22738] ppid=22656 vsize=351408 CPUtime=0 cores=1,3
/proc/22738/stat : 22738 (python) S 22656 22656 19943 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 735967058 359841792 5834 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458085958 0 0 16781312 514 14208823018666328063 0 0 17 1 0 0 0
/proc/22738/statm: 87852 5834 350 364 0 23749 0
[pid=22740] ppid=22738 vsize=417048 CPUtime=0.53 cores=1,3
/proc/22740/stat : 22740 (adaptg2wsat2009) R 22738 22740 22740 0 -1 4202496 686 0 0 0 53 0 0 0 22 0 1 0 735967059 427057152 418 33554432000 134512640 135107411 4288457936 18446744073709551615 134523457 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22740/statm: 104262 418 49 146 0 103138 0
[pid=22656/tid=22664] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22664/stat : 22664 (python) S 22654 22656 19943 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 735897051 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=22656/tid=22675] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22675/stat : 22675 (python) S 22654 22656 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 735907079 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=22656/tid=22690] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22690/stat : 22690 (python) S 22654 22656 19943 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 735917109 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=22656/tid=22703] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22703/stat : 22703 (python) S 22654 22656 19943 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 735927138 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 3 0 0 0
[pid=22656/tid=22710] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22710/stat : 22710 (python) S 22654 22656 19943 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 735937167 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 3 0 0 0
[pid=22656/tid=22717] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22717/stat : 22717 (python) S 22654 22656 19943 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 735947197 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 3 0 0 0
[pid=22656/tid=22733] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22733/stat : 22733 (python) S 22654 22656 19943 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 735957029 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=22656/tid=22739] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22739/stat : 22739 (python) S 22654 22656 19943 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 735967059 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.4
Current children cumulated vsize (KiB) 7865972

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

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

[startup+701.702 s]
/proc/loadavg: 4.00 3.94 3.67 6/454 22740
/proc/meminfo: memFree=21792548/32951124 swapFree=59305796/67111528
[pid=22656] ppid=22654 vsize=361652 CPUtime=0.95 cores=1,3
/proc/22656/stat : 22656 (python) S 22654 22656 19943 0 -1 4202496 16543 933 1 0 84 11 0 0 19 0 9 0 735896940 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22656/statm: 90413 7380 1892 364 0 26310 0
[pid=22663] ppid=22656 vsize=289600 CPUtime=0.26 cores=1,3
/proc/22663/stat : 22663 (python) S 22656 22656 19943 0 -1 4202560 1148 0 0 0 12 14 0 0 19 0 2 0 735897051 296550400 5843 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22663/statm: 72400 5843 415 364 0 8318 0
[pid=22665] ppid=22663 vsize=1018088 CPUtime=100.09 cores=1,3
/proc/22665/stat : 22665 (gnovelty+2) T 22663 22665 22665 0 -1 4202496 571 0 0 0 10009 0 0 0 25 0 1 0 735897051 1042522112 306 33554432000 134512640 135663704 4289246016 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22665/statm: 254522 306 113 282 0 254238 0
[pid=22663/tid=22673] ppid=22656 vsize=289600 CPUtime=0 cores=1,3
/proc/22663/task/22673/stat : 22673 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735907078 296550400 5843 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604461854538752 0 0 -1 3 0 0 0
[pid=22674] ppid=22656 vsize=289872 CPUtime=0.28 cores=1,3
/proc/22674/stat : 22674 (python) S 22656 22656 19943 0 -1 4202560 1070 0 0 0 14 14 0 0 19 0 2 0 735907079 296828928 5861 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22674/statm: 72468 5861 400 364 0 8383 0
[pid=22676] ppid=22674 vsize=1018088 CPUtime=100.07 cores=1,3
/proc/22676/stat : 22676 (gnovelty+2) T 22674 22676 22676 0 -1 4202496 570 0 0 0 10007 0 0 0 25 0 1 0 735907079 1042522112 307 33554432000 134512640 135663704 4291891136 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22676/statm: 254522 307 113 282 0 254238 0
[pid=22674/tid=22688] ppid=22656 vsize=289872 CPUtime=0 cores=1,3
/proc/22674/task/22688/stat : 22688 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735917108 296828928 5861 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604454677373120 0 0 -1 3 0 0 0
[pid=22689] ppid=22656 vsize=300128 CPUtime=0.28 cores=1,3
/proc/22689/stat : 22689 (python) S 22656 22656 19943 0 -1 4202560 1082 0 0 0 15 13 0 0 19 0 2 0 735917109 307331072 5865 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22689/statm: 75032 5865 400 364 0 10944 0
[pid=22692] ppid=22689 vsize=417192 CPUtime=100.09 cores=1,3
/proc/22692/stat : 22692 (adaptg2wsat2009) T 22689 22692 22692 0 -1 4202496 764 0 0 0 10009 0 0 0 25 0 1 0 735917109 427204608 495 33554432000 134512640 135107411 4287640896 18446744073709551615 134532358 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22692/statm: 104298 495 59 146 0 103174 0
[pid=22689/tid=22701] ppid=22656 vsize=300128 CPUtime=0 cores=1,3
/proc/22689/task/22701/stat : 22701 (python) S 22656 22656 19943 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 735927136 307331072 5865 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604470886503616 0 0 -1 3 0 0 0
[pid=22702] ppid=22656 vsize=310384 CPUtime=0.28 cores=1,3
/proc/22702/stat : 22702 (python) S 22656 22656 19943 0 -1 4202560 1079 0 0 0 14 14 0 0 19 0 2 0 735927138 317833216 5869 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22702/statm: 77596 5869 400 364 0 13505 0
[pid=22704] ppid=22702 vsize=417192 CPUtime=100.15 cores=1,3
/proc/22704/stat : 22704 (adaptg2wsat2009) T 22702 22704 22704 0 -1 4202496 765 0 0 0 10015 0 0 0 25 0 1 0 735927138 427204608 497 33554432000 134512640 135107411 4294246496 18446744073709551615 134539275 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22704/statm: 104298 497 59 146 0 103174 0
[pid=22702/tid=22708] ppid=22656 vsize=310384 CPUtime=0 cores=1,3
/proc/22702/task/22708/stat : 22708 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735937165 317833216 5869 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604458809868672 0 0 -1 3 0 0 0
[pid=22709] ppid=22656 vsize=320640 CPUtime=0.28 cores=1,3
/proc/22709/stat : 22709 (python) S 22656 22656 19943 0 -1 4202560 1080 0 0 0 15 13 0 0 19 0 2 0 735937167 328335360 5873 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22709/statm: 80160 5873 400 364 0 16066 0
[pid=22711] ppid=22709 vsize=417192 CPUtime=100.28 cores=1,3
/proc/22711/stat : 22711 (adaptg2wsat2009) T 22709 22711 22711 0 -1 4202496 761 0 0 0 10028 0 0 0 25 0 1 0 735937167 427204608 494 33554432000 134512640 135107411 4288003248 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22711/statm: 104298 494 59 146 0 103174 0
[pid=22709/tid=22715] ppid=22656 vsize=320640 CPUtime=0 cores=1,3
/proc/22709/task/22715/stat : 22715 (python) S 22656 22656 19943 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735947196 328335360 5873 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604454677374912 0 0 -1 1 0 0 0
[pid=22716] ppid=22656 vsize=330896 CPUtime=0.28 cores=1,3
/proc/22716/stat : 22716 (python) S 22656 22656 19943 0 -1 4202560 1081 0 0 0 14 14 0 0 19 0 2 0 735947197 338837504 5877 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22716/statm: 82724 5877 400 364 0 18627 0
[pid=22718] ppid=22716 vsize=1018088 CPUtime=98.3 cores=1,3
/proc/22718/stat : 22718 (gnovelty+2) T 22716 22718 22718 0 -1 4202496 572 0 0 0 9830 0 0 0 25 0 1 0 735947198 1042522112 306 33554432000 134512640 135663704 4291423808 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22718/statm: 254522 306 113 282 0 254238 0
[pid=22716/tid=22731] ppid=22656 vsize=330896 CPUtime=0 cores=1,3
/proc/22716/task/22731/stat : 22731 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735957028 338837504 5877 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604457216034816 0 0 -1 1 0 0 0
[pid=22732] ppid=22656 vsize=341152 CPUtime=0.28 cores=1,3
/proc/22732/stat : 22732 (python) S 22656 22656 19943 0 -1 4202560 1076 0 0 0 14 14 0 0 19 0 2 0 735957029 349339648 5881 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22732/statm: 85288 5881 400 364 0 21188 0
[pid=22734] ppid=22732 vsize=247352 CPUtime=100 cores=1,3
/proc/22734/stat : 22734 (FH) T 22732 22734 22734 0 -1 4202496 707 0 0 0 10000 0 0 0 25 0 1 0 735957030 253288448 444 33554432000 134512640 134936988 4287752176 18446744073709551615 134552368 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22734/statm: 61838 444 41 104 0 61342 0
[pid=22732/tid=22737] ppid=22656 vsize=341152 CPUtime=0 cores=1,3
/proc/22732/task/22737/stat : 22737 (python) S 22656 22656 19943 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735967057 349339648 5881 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 514 18446604464760027264 0 0 -1 1 0 0 0
[pid=22738] ppid=22656 vsize=351408 CPUtime=0 cores=1,3
/proc/22738/stat : 22738 (python) S 22656 22656 19943 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 735967058 359841792 5834 33554432000 4194304 5683644 140734724127680 18446744073709551615 252458085958 0 0 16781312 514 14208823018666328063 0 0 17 1 0 0 0
/proc/22738/statm: 87852 5834 350 364 0 23749 0
[pid=22740] ppid=22738 vsize=417048 CPUtime=0.53 cores=1,3
/proc/22740/stat : 22740 (adaptg2wsat2009) R 22738 22740 22740 0 -1 4202496 686 0 0 0 53 0 0 0 22 0 1 0 735967059 427057152 418 33554432000 134512640 135107411 4288457936 18446744073709551615 134523457 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22740/statm: 104262 418 49 146 0 103138 0
[pid=22656/tid=22664] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22664/stat : 22664 (python) S 22654 22656 19943 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 735897051 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=22656/tid=22675] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22675/stat : 22675 (python) S 22654 22656 19943 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 735907079 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=22656/tid=22690] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22690/stat : 22690 (python) S 22654 22656 19943 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 735917109 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=22656/tid=22703] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22703/stat : 22703 (python) S 22654 22656 19943 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 735927138 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 3 0 0 0
[pid=22656/tid=22710] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22710/stat : 22710 (python) S 22654 22656 19943 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 735937167 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 3 0 0 0
[pid=22656/tid=22717] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22717/stat : 22717 (python) S 22654 22656 19943 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 735947197 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 3 0 0 0
[pid=22656/tid=22733] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22733/stat : 22733 (python) S 22654 22656 19943 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 735957029 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
[pid=22656/tid=22739] ppid=22654 vsize=361652 CPUtime=0 cores=1,3
/proc/22656/task/22739/stat : 22739 (python) S 22654 22656 19943 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 735967059 370331648 7380 33554432000 4194304 5683644 140734724127680 18446744073709551615 252469889457 0 0 16781312 2 18446604467405779392 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.4
Current children cumulated vsize (KiB) 7865972

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.777
CPU time (s): 702.4
CPU user time (s): 701.33
CPU system time (s): 1.07
CPU usage (%): 100.089
Max. virtual memory (cumulated for all children) (KiB): 7865972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.84887
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17481
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= 2859
involuntary context switches= 36

runsolver used 2.6466 second user time and 5.83611 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-15 12:51:04
IDJOB=3377652
IDBENCH=82961
IDSOLVER=1857
FILE ID=node111/3377652-1305456664
RUNJOBID= node111-1305456430-22307
PBS_JOBID= 13324865
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1321406709-042.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-3377652-1305456664/watcher-3377652-1305456664 -o /tmp/evaluation-result-3377652-1305456664/solver-3377652-1305456664 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377652-1305456664.cnf -seed 1480895236 -budget 2400

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

MD5SUM BENCH= 383bd72f29b3667b7a0d512d7fa797ad
RANDOM SEED=1480895236

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22179808 kB
Buffers:        290836 kB
Cached:        6885492 kB
SwapCached:      13720 kB
Active:        1563932 kB
Inactive:      8962780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22179808 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           31932 kB
Writeback:           0 kB
AnonPages:     3345148 kB
Mapped:          28608 kB
Slab:           130260 kB
PageTables:      49128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 93899664 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= 73548 MiB
End job on node111 at 2011-05-15 13:02:48