Trace number 3377788

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) 704.06 703.978

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1458811765-091.UNKNOWN.cnf
MD5SUM6956d24237a9f7757ce3c5a1a338c9a6
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.56/0.93	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.56/0.93	c INFO: solving HOME/instance-3377788-1305458145.cnf
0.56/0.93	c INFO: computing task features
0.56/0.97	c INFO: computed variable-clause graph statistics
0.56/0.98	c INFO: computed clause balance statistics
0.85/1.29	c INFO: computed variable balance statistics
1.05/1.41	c INFO: computed small-clause counts
1.05/1.41	c INFO: computed Horn-clause counts
1.05/1.42	c INFO: computed variable graph statistics
1.05/1.42	c INFO: collected features for HOME/instance-3377788-1305458145.cnf in 0.50 s
1.05/1.43	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.47)
101.33/101.75	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.11)
201.64/202.07	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.06)
302.20/302.38	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.05)
402.80/402.67	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.04)
503.18/503.00	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.03)
603.47/603.34	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.02)
703.75/703.67	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 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-3377788-1305458145/watcher-3377788-1305458145 -o /tmp/evaluation-result-3377788-1305458145/solver-3377788-1305458145 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377788-1305458145.cnf -seed 2016300274 -budget 2400 

running on 2 cores: 0,2

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: 0.85 1.04 1.80 4/371 7373
/proc/meminfo: memFree=21058124/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=15780 CPUtime=0 cores=0,2
/proc/7373/stat : 7373 (python) R 7371 7373 5042 0 -1 4202496 932 0 0 0 0 0 0 0 21 0 1 0 638230671 16158720 813 33554432000 4194304 5683644 140733839473152 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7373/statm: 3944 813 356 364 0 431 0

[startup+0.08121 s]
/proc/loadavg: 0.85 1.04 1.80 4/371 7373
/proc/meminfo: memFree=21058124/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=30116 CPUtime=0.05 cores=0,2
/proc/7373/stat : 7373 (python) R 7371 7373 5042 0 -1 4202496 1514 0 0 0 3 2 0 0 17 0 1 0 638230671 30838784 1352 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7373/statm: 7529 1352 443 364 0 899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30116

[startup+0.100256 s]
/proc/loadavg: 0.85 1.04 1.80 4/371 7373
/proc/meminfo: memFree=21058124/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=50016 CPUtime=0.06 cores=0,2
/proc/7373/stat : 7373 (python) D 7371 7373 5042 0 -1 4202496 1968 0 0 0 3 3 0 0 17 0 1 0 638230671 51216384 1732 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7373/statm: 12504 1732 480 364 0 1204 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 50016

[startup+0.300212 s]
/proc/loadavg: 0.85 1.04 1.80 4/371 7373
/proc/meminfo: memFree=21058124/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=131292 CPUtime=0.2 cores=0,2
/proc/7373/stat : 7373 (python) R 7371 7373 5042 0 -1 4202496 5717 931 1 0 12 8 0 0 19 0 1 0 638230671 134443008 4101 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106766848 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7373/statm: 32823 4101 1015 364 0 3084 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 131292

[startup+0.701125 s]
/proc/loadavg: 0.85 1.04 1.80 4/371 7373
/proc/meminfo: memFree=21058124/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=212744 CPUtime=0.42 cores=0,2
/proc/7373/stat : 7373 (python) R 7371 7373 5042 0 -1 4202496 7333 931 1 0 21 21 0 0 16 0 1 0 638230671 217849856 5346 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106764645 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7373/statm: 53186 5346 1510 364 0 4044 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 212744

[startup+1.50094 s]
/proc/loadavg: 0.85 1.04 1.80 7/382 7407
/proc/meminfo: memFree=20905584/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=289600 CPUtime=1.1 cores=0,2
/proc/7373/stat : 7373 (python) S 7371 7373 5042 0 -1 4202496 10432 931 1 0 82 28 0 0 17 0 2 0 638230671 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7373/statm: 72400 7296 1869 364 0 8318 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 289600

[startup+3.1007 s]
/proc/loadavg: 0.85 1.04 1.80 6/391 7451
/proc/meminfo: memFree=20900084/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=289600 CPUtime=1.1 cores=0,2
/proc/7373/stat : 7373 (python) S 7371 7373 5042 0 -1 4202496 10432 931 1 0 82 28 0 0 17 0 2 0 638230671 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7373/statm: 72400 7296 1869 364 0 8318 0
[pid=7435] ppid=7373 vsize=279356 CPUtime=0 cores=0,2
/proc/7435/stat : 7435 (python) S 7373 7373 5042 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 638230815 286060544 5777 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106788879 0 0 16781312 514 18226797497106268419 0 0 17 0 0 0 0
/proc/7435/statm: 69839 5777 354 364 0 5757 0
[pid=7437] ppid=7435 vsize=1018088 CPUtime=1.64 cores=0,2
/proc/7437/stat : 7437 (gnovelty+2) R 7435 7437 7437 0 -1 4202496 571 0 0 0 164 0 0 0 25 0 1 0 638230815 1042522112 307 33554432000 134512640 135663704 4289339360 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7437/statm: 254522 307 113 282 0 254238 0
[pid=7373/tid=7436] ppid=7371 vsize=289600 CPUtime=0 cores=0,2
/proc/7373/task/7436/stat : 7436 (python) S 7371 7373 5042 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 2 0 638230815 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1587044

[startup+6.30113 s]
/proc/loadavg: 1.10 1.09 1.81 6/394 7497
/proc/meminfo: memFree=20887996/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=289600 CPUtime=1.1 cores=0,2
/proc/7373/stat : 7373 (python) S 7371 7373 5042 0 -1 4202496 10432 931 1 0 82 28 0 0 17 0 2 0 638230671 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7373/statm: 72400 7296 1869 364 0 8318 0
[pid=7435] ppid=7373 vsize=279356 CPUtime=0 cores=0,2
/proc/7435/stat : 7435 (python) S 7373 7373 5042 0 -1 4202560 964 0 0 0 0 0 0 0 18 0 1 0 638230815 286060544 5805 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106788879 0 0 16781312 514 18226797497106268419 0 0 17 0 0 0 0
/proc/7435/statm: 69839 5805 382 364 0 5757 0
[pid=7437] ppid=7435 vsize=1018088 CPUtime=4.82 cores=0,2
/proc/7437/stat : 7437 (gnovelty+2) R 7435 7437 7437 0 -1 4202496 571 0 0 0 482 0 0 0 25 0 1 0 638230815 1042522112 307 33554432000 134512640 135663704 4289339360 18446744073709551615 134545822 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7437/statm: 254522 307 113 282 0 254238 0
[pid=7373/tid=7436] ppid=7371 vsize=289600 CPUtime=0 cores=0,2
/proc/7373/task/7436/stat : 7436 (python) S 7371 7373 5042 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 2 0 638230815 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1587044

[startup+12.701 s]
/proc/loadavg: 1.33 1.14 1.82 6/394 7498
/proc/meminfo: memFree=20888396/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=289600 CPUtime=1.1 cores=0,2
/proc/7373/stat : 7373 (python) S 7371 7373 5042 0 -1 4202496 10432 931 1 0 82 28 0 0 17 0 2 0 638230671 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7373/statm: 72400 7296 1869 364 0 8318 0
[pid=7435] ppid=7373 vsize=279356 CPUtime=0.03 cores=0,2
/proc/7435/stat : 7435 (python) S 7373 7373 5042 0 -1 4202560 966 0 0 0 2 1 0 0 18 0 1 0 638230815 286060544 5805 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106788879 0 0 16781312 514 17211068925949739267 0 0 17 0 0 0 0
/proc/7435/statm: 69839 5805 382 364 0 5757 0
[pid=7437] ppid=7435 vsize=1018088 CPUtime=11.2 cores=0,2
/proc/7437/stat : 7437 (gnovelty+2) R 7435 7437 7437 0 -1 4202496 571 0 0 0 1120 0 0 0 25 0 1 0 638230815 1042522112 307 33554432000 134512640 135663704 4289339360 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7437/statm: 254522 307 113 282 0 254238 0
[pid=7373/tid=7436] ppid=7371 vsize=289600 CPUtime=0 cores=0,2
/proc/7373/task/7436/stat : 7436 (python) S 7371 7373 5042 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 2 0 638230815 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 1587044

[startup+25.5008 s]
/proc/loadavg: 1.99 1.30 1.86 6/394 7498
/proc/meminfo: memFree=20888524/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=289600 CPUtime=1.1 cores=0,2
/proc/7373/stat : 7373 (python) S 7371 7373 5042 0 -1 4202496 10432 931 1 0 82 28 0 0 17 0 2 0 638230671 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7373/statm: 72400 7296 1869 364 0 8318 0
[pid=7435] ppid=7373 vsize=279356 CPUtime=0.06 cores=0,2
/proc/7435/stat : 7435 (python) S 7373 7373 5042 0 -1 4202560 971 0 0 0 4 2 0 0 18 0 1 0 638230815 286060544 5805 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106788879 0 0 16781312 514 17211068925949739267 0 0 17 0 0 0 0
/proc/7435/statm: 69839 5805 382 364 0 5757 0
[pid=7437] ppid=7435 vsize=1018088 CPUtime=23.97 cores=0,2
/proc/7437/stat : 7437 (gnovelty+2) R 7435 7437 7437 0 -1 4202496 571 0 0 0 2397 0 0 0 25 0 1 0 638230815 1042522112 307 33554432000 134512640 135663704 4289339360 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7437/statm: 254522 307 113 282 0 254238 0
[pid=7373/tid=7436] ppid=7371 vsize=289600 CPUtime=0 cores=0,2
/proc/7373/task/7436/stat : 7436 (python) S 7371 7373 5042 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 2 0 638230815 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 1587044

[startup+51.1003 s]
/proc/loadavg: 2.67 1.51 1.91 6/394 7499
/proc/meminfo: memFree=20888508/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=289600 CPUtime=1.1 cores=0,2
/proc/7373/stat : 7373 (python) S 7371 7373 5042 0 -1 4202496 10432 931 1 0 82 28 0 0 17 0 2 0 638230671 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7373/statm: 72400 7296 1869 364 0 8318 0
[pid=7435] ppid=7373 vsize=279356 CPUtime=0.13 cores=0,2
/proc/7435/stat : 7435 (python) S 7373 7373 5042 0 -1 4202560 984 0 0 0 7 6 0 0 18 0 1 0 638230815 286060544 5805 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106788879 0 0 16781312 514 17211068925949739267 0 0 17 0 0 0 0
/proc/7435/statm: 69839 5805 382 364 0 5757 0
[pid=7437] ppid=7435 vsize=1018088 CPUtime=49.51 cores=0,2
/proc/7437/stat : 7437 (gnovelty+2) R 7435 7437 7437 0 -1 4202496 571 0 0 0 4951 0 0 0 25 0 1 0 638230815 1042522112 307 33554432000 134512640 135663704 4289339360 18446744073709551615 134524726 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7437/statm: 254522 307 113 282 0 254238 0
[pid=7373/tid=7436] ppid=7371 vsize=289600 CPUtime=0 cores=0,2
/proc/7373/task/7436/stat : 7436 (python) S 7371 7373 5042 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 2 0 638230815 296550400 7296 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 1587044

[startup+102.315 s]
/proc/loadavg: 3.42 1.89 2.02 6/406 7512
/proc/meminfo: memFree=20874552/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=300116 CPUtime=1.11 cores=0,2
/proc/7373/stat : 7373 (python) S 7371 7373 5042 0 -1 4202496 11338 931 1 0 83 28 0 0 20 0 3 0 638230671 307318784 7344 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7373/statm: 75029 7344 1880 364 0 10944 0
[pid=7435] ppid=7373 vsize=289600 CPUtime=0.29 cores=0,2
/proc/7435/stat : 7435 (python) S 7373 7373 5042 0 -1 4202560 1148 0 0 0 16 13 0 0 19 0 2 0 638230815 296550400 5843 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7435/statm: 72400 5843 415 364 0 8318 0
[pid=7437] ppid=7435 vsize=1018088 CPUtime=99.98 cores=0,2
/proc/7437/stat : 7437 (gnovelty+2) T 7435 7437 7437 0 -1 4202496 571 0 0 0 9998 0 0 0 25 0 1 0 638230815 1042522112 307 33554432000 134512640 135663704 4289339360 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7437/statm: 254522 307 113 282 0 254238 0
[pid=7435/tid=7509] ppid=7373 vsize=289600 CPUtime=0 cores=0,2
/proc/7435/task/7509/stat : 7509 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638240844 296550400 5843 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604452861482944 0 0 -1 2 0 0 0
[pid=7510] ppid=7373 vsize=289872 CPUtime=0 cores=0,2
/proc/7510/stat : 7510 (python) S 7373 7373 5042 0 -1 4202560 745 0 0 0 0 0 0 0 19 0 1 0 638240846 296828928 5808 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106788934 0 0 16781312 514 1328483004409970687 0 0 17 0 0 0 0
/proc/7510/statm: 72468 5808 348 364 0 8383 0
[pid=7512] ppid=7510 vsize=1018088 CPUtime=0.55 cores=0,2
/proc/7512/stat : 7512 (gnovelty+2) R 7510 7512 7512 0 -1 4202496 570 0 0 0 55 0 0 0 22 0 1 0 638240846 1042522112 306 33554432000 134512640 135663704 4288352848 18446744073709551615 134545713 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7512/statm: 254522 306 113 282 0 254238 0
[pid=7373/tid=7436] ppid=7371 vsize=300116 CPUtime=0 cores=0,2
/proc/7373/task/7436/stat : 7436 (python) S 7371 7373 5042 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 3 0 638230815 307318784 7344 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7511] ppid=7371 vsize=300116 CPUtime=0 cores=0,2
/proc/7373/task/7511/stat : 7511 (python) S 7371 7373 5042 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 3 0 638240846 307318784 7344 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.93
Current children cumulated vsize (KiB) 2915764

[startup+162.301 s]
/proc/loadavg: 3.79 2.27 2.14 6/410 7519
/proc/meminfo: memFree=20865200/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=300116 CPUtime=1.11 cores=0,2
/proc/7373/stat : 7373 (python) S 7371 7373 5042 0 -1 4202496 11338 931 1 0 83 28 0 0 20 0 3 0 638230671 307318784 7344 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7373/statm: 75029 7344 1880 364 0 10944 0
[pid=7435] ppid=7373 vsize=289600 CPUtime=0.29 cores=0,2
/proc/7435/stat : 7435 (python) S 7373 7373 5042 0 -1 4202560 1148 0 0 0 16 13 0 0 19 0 2 0 638230815 296550400 5843 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7435/statm: 72400 5843 415 364 0 8318 0
[pid=7437] ppid=7435 vsize=1018088 CPUtime=99.98 cores=0,2
/proc/7437/stat : 7437 (gnovelty+2) T 7435 7437 7437 0 -1 4202496 571 0 0 0 9998 0 0 0 25 0 1 0 638230815 1042522112 307 33554432000 134512640 135663704 4289339360 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7437/statm: 254522 307 113 282 0 254238 0
[pid=7435/tid=7509] ppid=7373 vsize=289600 CPUtime=0 cores=0,2
/proc/7435/task/7509/stat : 7509 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638240844 296550400 5843 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604452861482944 0 0 -1 2 0 0 0
[pid=7510] ppid=7373 vsize=289872 CPUtime=0.17 cores=0,2

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

[pid=7532] ppid=7373 vsize=300128 CPUtime=0.28 cores=0,2
/proc/7532/stat : 7532 (python) S 7373 7373 5042 0 -1 4202560 1082 0 0 0 14 14 0 0 19 0 2 0 638250878 307331072 5865 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7532/statm: 75032 5865 400 364 0 10944 0
[pid=7535] ppid=7532 vsize=417192 CPUtime=100.28 cores=0,2
/proc/7535/stat : 7535 (adaptg2wsat2009) T 7532 7535 7535 0 -1 4202496 764 0 0 0 10028 0 0 0 25 0 1 0 638250878 427204608 496 33554432000 134512640 135107411 4291863776 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7535/statm: 104298 496 59 146 0 103174 0
[pid=7532/tid=7542] ppid=7373 vsize=300128 CPUtime=0 cores=0,2
/proc/7532/task/7542/stat : 7542 (python) S 7373 7373 5042 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638260907 307331072 5865 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604452719511552 0 0 -1 2 0 0 0
[pid=7543] ppid=7373 vsize=310384 CPUtime=0.28 cores=0,2
/proc/7543/stat : 7543 (python) S 7373 7373 5042 0 -1 4202560 1084 0 0 0 15 13 0 0 19 0 2 0 638260909 317833216 5869 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7543/statm: 77596 5869 400 364 0 13505 0
[pid=7545] ppid=7543 vsize=417192 CPUtime=100.27 cores=0,2
/proc/7545/stat : 7545 (adaptg2wsat2009) T 7543 7545 7545 0 -1 4202496 761 0 0 0 10027 0 0 0 25 0 1 0 638260909 427204608 494 33554432000 134512640 135107411 4289813856 18446744073709551615 134532039 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7545/statm: 104298 494 59 146 0 103174 0
[pid=7543/tid=7554] ppid=7373 vsize=310384 CPUtime=0 cores=0,2
/proc/7543/task/7554/stat : 7554 (python) S 7373 7373 5042 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 638270937 317833216 5869 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604450098503936 0 0 -1 2 0 0 0
[pid=7555] ppid=7373 vsize=386176 CPUtime=0.31 cores=0,2
/proc/7555/stat : 7555 (python) S 7373 7373 5042 0 -1 4202560 1086 0 0 0 19 12 0 0 19 0 2 0 638270938 395444224 5875 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7555/statm: 96544 5875 400 364 0 32450 0
[pid=7557] ppid=7555 vsize=417192 CPUtime=99.99 cores=0,2
/proc/7557/stat : 7557 (adaptg2wsat2009) T 7555 7557 7557 0 -1 4202496 762 0 0 0 9999 0 0 0 25 0 1 0 638270939 427204608 495 33554432000 134512640 135107411 4291233360 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7557/statm: 104298 495 59 146 0 103174 0
[pid=7555/tid=7565] ppid=7373 vsize=386176 CPUtime=0 cores=0,2
/proc/7555/task/7565/stat : 7565 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638280970 395444224 5875 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604451860364224 0 0 -1 2 0 0 0
[pid=7567] ppid=7373 vsize=396432 CPUtime=0.32 cores=0,2
/proc/7567/stat : 7567 (python) S 7373 7373 5042 0 -1 4202560 1087 0 0 0 17 15 0 0 19 0 2 0 638280971 405946368 5879 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7567/statm: 99108 5879 400 364 0 35011 0
[pid=7569] ppid=7567 vsize=1018088 CPUtime=100 cores=0,2
/proc/7569/stat : 7569 (gnovelty+2) T 7567 7569 7569 0 -1 4202496 571 0 0 0 10000 0 0 0 25 0 1 0 638280972 1042522112 306 33554432000 134512640 135663704 4291548000 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7569/statm: 254522 306 113 282 0 254238 0
[pid=7567/tid=7581] ppid=7373 vsize=396432 CPUtime=0 cores=0,2
/proc/7567/task/7581/stat : 7581 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638291004 405946368 5879 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604441393386560 0 0 -1 2 0 0 0
[pid=7585] ppid=7373 vsize=406688 CPUtime=0.31 cores=0,2
/proc/7585/stat : 7585 (python) S 7373 7373 5042 0 -1 4202560 1081 0 0 0 18 13 0 0 19 0 2 0 638291005 416448512 5883 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7585/statm: 101672 5883 400 364 0 37572 0
[pid=7587] ppid=7585 vsize=247344 CPUtime=99.98 cores=0,2
/proc/7587/stat : 7587 (FH) T 7585 7587 7587 0 -1 4202496 706 0 0 0 9998 0 0 0 25 0 1 0 638291005 253280256 443 33554432000 134512640 134936988 4294390464 18446744073709551615 134554109 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7587/statm: 61836 443 41 104 0 61340 0
[pid=7585/tid=7595] ppid=7373 vsize=406688 CPUtime=0 cores=0,2
/proc/7585/task/7595/stat : 7595 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638301036 416448512 5883 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604448133151680 0 0 -1 2 0 0 0
[pid=7596] ppid=7373 vsize=416944 CPUtime=0 cores=0,2
/proc/7596/stat : 7596 (python) S 7373 7373 5042 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 638301038 426950656 5836 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106788934 0 0 16781312 514 3415400054393929727 0 0 17 0 0 0 0
/proc/7596/statm: 104236 5836 350 364 0 40133 0
[pid=7598] ppid=7596 vsize=417048 CPUtime=0.24 cores=0,2
/proc/7598/stat : 7598 (adaptg2wsat2009) R 7596 7598 7598 0 -1 4202496 690 0 0 0 24 0 0 0 21 0 1 0 638301038 427057152 419 33554432000 134512640 135107411 4293071088 18446744073709551615 134523317 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7598/statm: 104262 419 49 146 0 103138 0
[pid=7373/tid=7436] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7436/stat : 7436 (python) S 7371 7373 5042 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 9 0 638230815 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7511] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7511/stat : 7511 (python) S 7371 7373 5042 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 638240846 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7534] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7534/stat : 7534 (python) S 7371 7373 5042 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 638250878 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7544] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7544/stat : 7544 (python) S 7371 7373 5042 0 -1 4202560 20 931 0 0 0 0 0 0 20 0 9 0 638260909 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7556] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7556/stat : 7556 (python) S 7371 7373 5042 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 638270939 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7568] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7568/stat : 7568 (python) S 7371 7373 5042 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 638280971 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7586] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7586/stat : 7586 (python) S 7371 7373 5042 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 638291005 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7597] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7597/stat : 7597 (python) S 7371 7373 5042 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 638301038 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.06
Current children cumulated vsize (KiB) 8193644

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.05 3.78 2.98 6/466 7598
/proc/meminfo: memFree=20625964/32951124 swapFree=67111348/67111528
[pid=7373] ppid=7371 vsize=427188 CPUtime=1.2 cores=0,2
/proc/7373/stat : 7373 (python) S 7371 7373 5042 0 -1 4202496 16545 931 1 0 91 29 0 0 20 0 9 0 638230671 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7373/statm: 106797 7382 1892 364 0 42694 0
[pid=7435] ppid=7373 vsize=289600 CPUtime=0.29 cores=0,2
/proc/7435/stat : 7435 (python) S 7373 7373 5042 0 -1 4202560 1148 0 0 0 16 13 0 0 19 0 2 0 638230815 296550400 5843 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7435/statm: 72400 5843 415 364 0 8318 0
[pid=7437] ppid=7435 vsize=1018088 CPUtime=99.98 cores=0,2
/proc/7437/stat : 7437 (gnovelty+2) T 7435 7437 7437 0 -1 4202496 571 0 0 0 9998 0 0 0 25 0 1 0 638230815 1042522112 307 33554432000 134512640 135663704 4289339360 18446744073709551615 134545786 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7437/statm: 254522 307 113 282 0 254238 0
[pid=7435/tid=7509] ppid=7373 vsize=289600 CPUtime=0 cores=0,2
/proc/7435/task/7509/stat : 7509 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638240844 296550400 5843 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604452861482944 0 0 -1 2 0 0 0
[pid=7510] ppid=7373 vsize=289872 CPUtime=0.3 cores=0,2
/proc/7510/stat : 7510 (python) S 7373 7373 5042 0 -1 4202560 1076 0 0 0 16 14 0 0 19 0 2 0 638240846 296828928 5861 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7510/statm: 72468 5861 400 364 0 8383 0
[pid=7512] ppid=7510 vsize=1018088 CPUtime=100.03 cores=0,2
/proc/7512/stat : 7512 (gnovelty+2) T 7510 7512 7512 0 -1 4202496 570 0 0 0 10003 0 0 0 25 0 1 0 638240846 1042522112 306 33554432000 134512640 135663704 4288352848 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7512/statm: 254522 306 113 282 0 254238 0
[pid=7510/tid=7531] ppid=7373 vsize=289872 CPUtime=0 cores=0,2
/proc/7510/task/7531/stat : 7531 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638250877 296828928 5861 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604448927037504 0 0 -1 2 0 0 0
[pid=7532] ppid=7373 vsize=300128 CPUtime=0.28 cores=0,2
/proc/7532/stat : 7532 (python) S 7373 7373 5042 0 -1 4202560 1082 0 0 0 14 14 0 0 19 0 2 0 638250878 307331072 5865 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7532/statm: 75032 5865 400 364 0 10944 0
[pid=7535] ppid=7532 vsize=417192 CPUtime=100.28 cores=0,2
/proc/7535/stat : 7535 (adaptg2wsat2009) T 7532 7535 7535 0 -1 4202496 764 0 0 0 10028 0 0 0 25 0 1 0 638250878 427204608 496 33554432000 134512640 135107411 4291863776 18446744073709551615 134531736 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7535/statm: 104298 496 59 146 0 103174 0
[pid=7532/tid=7542] ppid=7373 vsize=300128 CPUtime=0 cores=0,2
/proc/7532/task/7542/stat : 7542 (python) S 7373 7373 5042 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 638260907 307331072 5865 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604452719511552 0 0 -1 2 0 0 0
[pid=7543] ppid=7373 vsize=310384 CPUtime=0.28 cores=0,2
/proc/7543/stat : 7543 (python) S 7373 7373 5042 0 -1 4202560 1084 0 0 0 15 13 0 0 19 0 2 0 638260909 317833216 5869 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/7543/statm: 77596 5869 400 364 0 13505 0
[pid=7545] ppid=7543 vsize=417192 CPUtime=100.27 cores=0,2
/proc/7545/stat : 7545 (adaptg2wsat2009) T 7543 7545 7545 0 -1 4202496 761 0 0 0 10027 0 0 0 25 0 1 0 638260909 427204608 494 33554432000 134512640 135107411 4289813856 18446744073709551615 134532039 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7545/statm: 104298 494 59 146 0 103174 0
[pid=7543/tid=7554] ppid=7373 vsize=310384 CPUtime=0 cores=0,2
/proc/7543/task/7554/stat : 7554 (python) S 7373 7373 5042 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 638270937 317833216 5869 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604450098503936 0 0 -1 2 0 0 0
[pid=7555] ppid=7373 vsize=386176 CPUtime=0.31 cores=0,2
/proc/7555/stat : 7555 (python) S 7373 7373 5042 0 -1 4202560 1086 0 0 0 19 12 0 0 19 0 2 0 638270938 395444224 5875 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7555/statm: 96544 5875 400 364 0 32450 0
[pid=7557] ppid=7555 vsize=417192 CPUtime=99.99 cores=0,2
/proc/7557/stat : 7557 (adaptg2wsat2009) T 7555 7557 7557 0 -1 4202496 762 0 0 0 9999 0 0 0 25 0 1 0 638270939 427204608 495 33554432000 134512640 135107411 4291233360 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7557/statm: 104298 495 59 146 0 103174 0
[pid=7555/tid=7565] ppid=7373 vsize=386176 CPUtime=0 cores=0,2
/proc/7555/task/7565/stat : 7565 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638280970 395444224 5875 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604451860364224 0 0 -1 2 0 0 0
[pid=7567] ppid=7373 vsize=396432 CPUtime=0.32 cores=0,2
/proc/7567/stat : 7567 (python) S 7373 7373 5042 0 -1 4202560 1087 0 0 0 17 15 0 0 19 0 2 0 638280971 405946368 5879 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7567/statm: 99108 5879 400 364 0 35011 0
[pid=7569] ppid=7567 vsize=1018088 CPUtime=100 cores=0,2
/proc/7569/stat : 7569 (gnovelty+2) T 7567 7569 7569 0 -1 4202496 571 0 0 0 10000 0 0 0 25 0 1 0 638280972 1042522112 306 33554432000 134512640 135663704 4291548000 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7569/statm: 254522 306 113 282 0 254238 0
[pid=7567/tid=7581] ppid=7373 vsize=396432 CPUtime=0 cores=0,2
/proc/7567/task/7581/stat : 7581 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638291004 405946368 5879 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604441393386560 0 0 -1 2 0 0 0
[pid=7585] ppid=7373 vsize=406688 CPUtime=0.31 cores=0,2
/proc/7585/stat : 7585 (python) S 7373 7373 5042 0 -1 4202560 1081 0 0 0 18 13 0 0 19 0 2 0 638291005 416448512 5883 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118595531 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7585/statm: 101672 5883 400 364 0 37572 0
[pid=7587] ppid=7585 vsize=247344 CPUtime=99.98 cores=0,2
/proc/7587/stat : 7587 (FH) T 7585 7587 7587 0 -1 4202496 706 0 0 0 9998 0 0 0 25 0 1 0 638291005 253280256 443 33554432000 134512640 134936988 4294390464 18446744073709551615 134554109 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7587/statm: 61836 443 41 104 0 61340 0
[pid=7585/tid=7595] ppid=7373 vsize=406688 CPUtime=0 cores=0,2
/proc/7585/task/7595/stat : 7595 (python) S 7373 7373 5042 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 638301036 416448512 5883 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 514 18446604448133151680 0 0 -1 2 0 0 0
[pid=7596] ppid=7373 vsize=416944 CPUtime=0 cores=0,2
/proc/7596/stat : 7596 (python) S 7373 7373 5042 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 638301038 426950656 5836 33554432000 4194304 5683644 140733839473152 18446744073709551615 255106788934 0 0 16781312 514 3415400054393929727 0 0 17 0 0 0 0
/proc/7596/statm: 104236 5836 350 364 0 40133 0
[pid=7598] ppid=7596 vsize=417048 CPUtime=0.24 cores=0,2
/proc/7598/stat : 7598 (adaptg2wsat2009) R 7596 7598 7598 0 -1 4202496 690 0 0 0 24 0 0 0 21 0 1 0 638301038 427057152 419 33554432000 134512640 135107411 4293071088 18446744073709551615 134523317 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7598/statm: 104262 419 49 146 0 103138 0
[pid=7373/tid=7436] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7436/stat : 7436 (python) S 7371 7373 5042 0 -1 4202560 27 931 0 0 0 0 0 0 18 0 9 0 638230815 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7511] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7511/stat : 7511 (python) S 7371 7373 5042 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 638240846 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7534] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7534/stat : 7534 (python) S 7371 7373 5042 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 638250878 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7544] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7544/stat : 7544 (python) S 7371 7373 5042 0 -1 4202560 20 931 0 0 0 0 0 0 20 0 9 0 638260909 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7556] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7556/stat : 7556 (python) S 7371 7373 5042 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 9 0 638270939 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7568] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7568/stat : 7568 (python) S 7371 7373 5042 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 638280971 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7586] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7586/stat : 7586 (python) S 7371 7373 5042 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 638291005 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
[pid=7373/tid=7597] ppid=7371 vsize=427188 CPUtime=0 cores=0,2
/proc/7373/task/7597/stat : 7597 (python) S 7371 7373 5042 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 638301038 437440512 7382 33554432000 4194304 5683644 140733839473152 18446744073709551615 255118592433 0 0 16781312 2 18446604452861482048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 704.06
Current children cumulated vsize (KiB) 8193644

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.978
CPU time (s): 704.06
CPU user time (s): 702.83
CPU system time (s): 1.23
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 8193644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.91786
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17482
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= 24629
involuntary context switches= 38

runsolver used 2.93955 second user time and 6.06808 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 13:15:45
IDJOB=3377788
IDBENCH=83097
IDSOLVER=1857
FILE ID=node144/3377788-1305458145
RUNJOBID= node144-1305458145-7341
PBS_JOBID= 13324838
Free space on /tmp= 73244 MiB

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

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

MD5SUM BENCH= 6956d24237a9f7757ce3c5a1a338c9a6
RANDOM SEED=2016300274

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21060388 kB
Buffers:        309932 kB
Cached:        3934132 kB
SwapCached:          0 kB
Active:        8652476 kB
Inactive:      2886532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21060388 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           68416 kB
Writeback:           0 kB
AnonPages:     7295316 kB
Mapped:          30736 kB
Slab:           249352 kB
PageTables:      39444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 94821224 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= 73116 MiB
End job on node144 at 2011-05-15 13:27:31