Trace number 3484509

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 699.73 699.562

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S423984545-074.UNKNOWN.cnf
MD5SUM2ef214e0162b22d1093a804ea2af97a1
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.32/0.44	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.44	c INFO: solving HOME/instance-3484509-1307749817.cnf
0.32/0.44	c INFO: computing task features
0.32/0.50	c INFO: computed variable-clause graph statistics
0.32/0.50	c INFO: computed clause balance statistics
0.61/0.79	c INFO: computed variable balance statistics
0.81/0.90	c INFO: computed small-clause counts
0.81/0.90	c INFO: computed Horn-clause counts
0.81/0.91	c INFO: computed variable graph statistics
0.81/0.91	c INFO: collected features for HOME/instance-3484509-1307749817.cnf in 0.46 s
0.81/0.92	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.47)
100.02/100.07	c INFO: running gnovelty+2@0 for 97 with 1100 remaining (b = 0.11)
199.31/199.21	c INFO: running adaptg2wsat2009++@0 for 97 with 1001 remaining (b = 0.06)
298.52/298.34	c INFO: running adaptg2wsat2009++@0 for 97 with 902 remaining (b = 0.05)
398.62/398.45	c INFO: running adaptg2wsat2009++@0 for 97 with 802 remaining (b = 0.04)
498.73/498.57	c INFO: running gnovelty+2@0 for 97 with 702 remaining (b = 0.03)
598.94/598.70	c INFO: running FH@0 for 97 with 602 remaining (b = 0.02)
699.03/698.83	c INFO: running adaptg2wsat2009++@0 for 97 with 502 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.1 (svn: 988)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.08 4.04 3.80 4/244 17075
/proc/meminfo: memFree=31335644/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=15760 CPUtime=0 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 845 0 0 0 0 0 0 0 25 0 1 0 886580415 16138240 726 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/17075/statm: 3940 726 334 364 0 427 0

[startup+0.092773 s]
/proc/loadavg: 4.08 4.04 3.80 4/244 17075
/proc/meminfo: memFree=31335644/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=102008 CPUtime=0.06 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 3028 0 0 0 5 1 0 0 25 0 1 0 886580415 104456192 2717 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/17075/statm: 25502 2717 841 364 0 1802 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 102008

[startup+0.100635 s]
/proc/loadavg: 4.08 4.04 3.80 4/244 17075
/proc/meminfo: memFree=31335644/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=104612 CPUtime=0.07 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 3153 0 0 0 6 1 0 0 25 0 1 0 886580415 107122688 2827 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/17075/statm: 26153 2827 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300597 s]
/proc/loadavg: 4.08 4.04 3.80 4/244 17075
/proc/meminfo: memFree=31335644/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=198912 CPUtime=0.23 cores=4,6
/proc/17075/stat : 17075 (python) R 17073 17075 15638 0 -1 4202496 7032 932 1 0 18 5 0 0 25 0 1 0 886580415 203685888 5052 33554432000 4194304 5683644 140736053461632 18446744073709551615 4865436 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/17075/statm: 49728 5052 1466 364 0 3755 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198912

[startup+0.700535 s]
/proc/loadavg: 4.08 4.04 3.80 4/244 17075
/proc/meminfo: memFree=31335644/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=280204 CPUtime=0.61 cores=4,6
/proc/17075/stat : 17075 (python) R 17073 17075 15638 0 -1 4202496 10019 932 1 0 54 7 0 0 18 0 1 0 886580415 286928896 7452 33554432000 4194304 5683644 140736053461632 18446744073709551615 47459693978160 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/17075/statm: 70051 7452 1826 364 0 5975 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 280204

[startup+1.50041 s]
/proc/loadavg: 4.08 4.04 3.80 5/248 17083
/proc/meminfo: memFree=31310220/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=289596 CPUtime=0.83 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 10443 932 1 0 76 7 0 0 20 0 2 0 886580415 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17075/statm: 72399 7296 1869 364 0 8317 0
[pid=17081] ppid=17075 vsize=279352 CPUtime=0 cores=4,6
/proc/17081/stat : 17081 (python) S 17075 17075 15638 0 -1 4202560 723 0 0 0 0 0 0 0 19 0 1 0 886580507 286056448 5777 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814260239 0 0 16781312 514 16267195922159501311 0 0 17 6 0 0 0
/proc/17081/statm: 69838 5777 354 364 0 5756 0
[pid=17083] ppid=17081 vsize=1018092 CPUtime=0.57 cores=4,6
/proc/17083/stat : 17083 (gnovelty+2) R 17081 17083 17083 0 -1 4202496 569 0 0 0 57 0 0 0 22 0 1 0 886580507 1042526208 307 33554432000 134512640 135663704 4289362192 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17083/statm: 254523 307 113 282 0 254239 0
[pid=17075/tid=17082] ppid=17073 vsize=289596 CPUtime=0 cores=4,6
/proc/17075/task/17082/stat : 17082 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 886580507 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1587040

[startup+3.10113 s]
/proc/loadavg: 4.08 4.04 3.80 5/248 17083
/proc/meminfo: memFree=31309476/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=289596 CPUtime=0.83 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 10443 932 1 0 76 7 0 0 20 0 2 0 886580415 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17075/statm: 72399 7296 1869 364 0 8317 0
[pid=17081] ppid=17075 vsize=279352 CPUtime=0 cores=4,6
/proc/17081/stat : 17081 (python) S 17075 17075 15638 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 886580507 286056448 5777 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814260239 0 0 16781312 514 16267195922159468801 0 0 17 6 0 0 0
/proc/17081/statm: 69838 5777 354 364 0 5756 0
[pid=17083] ppid=17081 vsize=1018092 CPUtime=2.17 cores=4,6
/proc/17083/stat : 17083 (gnovelty+2) R 17081 17083 17083 0 -1 4202496 569 0 0 0 217 0 0 0 25 0 1 0 886580507 1042526208 307 33554432000 134512640 135663704 4289362192 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17083/statm: 254523 307 113 282 0 254239 0
[pid=17075/tid=17082] ppid=17073 vsize=289596 CPUtime=0 cores=4,6
/proc/17075/task/17082/stat : 17082 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 886580507 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1587040

[startup+6.30054 s]
/proc/loadavg: 4.08 4.04 3.80 5/212 17113
/proc/meminfo: memFree=31412360/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=289596 CPUtime=0.83 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 10443 932 1 0 76 7 0 0 20 0 2 0 886580415 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17075/statm: 72399 7296 1869 364 0 8317 0
[pid=17081] ppid=17075 vsize=279352 CPUtime=0 cores=4,6
/proc/17081/stat : 17081 (python) S 17075 17075 15638 0 -1 4202560 860 0 0 0 0 0 0 0 18 0 1 0 886580507 286056448 5800 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814260239 0 0 16781312 514 16267195922159468801 0 0 17 6 0 0 0
/proc/17081/statm: 69838 5800 377 364 0 5756 0
[pid=17083] ppid=17081 vsize=1018092 CPUtime=5.37 cores=4,6
/proc/17083/stat : 17083 (gnovelty+2) R 17081 17083 17083 0 -1 4202496 569 0 0 0 537 0 0 0 25 0 1 0 886580507 1042526208 307 33554432000 134512640 135663704 4289362192 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17083/statm: 254523 307 113 282 0 254239 0
[pid=17075/tid=17082] ppid=17073 vsize=289596 CPUtime=0 cores=4,6
/proc/17075/task/17082/stat : 17082 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 886580507 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1587040

[startup+12.7005 s]
/proc/loadavg: 4.07 4.04 3.81 5/219 17175
/proc/meminfo: memFree=31356360/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=289596 CPUtime=0.83 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 10443 932 1 0 76 7 0 0 20 0 2 0 886580415 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17075/statm: 72399 7296 1869 364 0 8317 0
[pid=17081] ppid=17075 vsize=279352 CPUtime=0 cores=4,6
/proc/17081/stat : 17081 (python) S 17075 17075 15638 0 -1 4202560 862 0 0 0 0 0 0 0 18 0 1 0 886580507 286056448 5800 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814260239 0 0 16781312 514 2064179149521518849 0 0 17 6 0 0 0
/proc/17081/statm: 69838 5800 377 364 0 5756 0
[pid=17083] ppid=17081 vsize=1018092 CPUtime=11.76 cores=4,6
/proc/17083/stat : 17083 (gnovelty+2) R 17081 17083 17083 0 -1 4202496 569 0 0 0 1176 0 0 0 25 0 1 0 886580507 1042526208 307 33554432000 134512640 135663704 4289362192 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17083/statm: 254523 307 113 282 0 254239 0
[pid=17075/tid=17082] ppid=17073 vsize=289596 CPUtime=0 cores=4,6
/proc/17075/task/17082/stat : 17082 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 886580507 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1587040

[startup+25.5003 s]
/proc/loadavg: 4.05 4.04 3.81 5/219 17176
/proc/meminfo: memFree=31354296/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=289596 CPUtime=0.83 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 10443 932 1 0 76 7 0 0 20 0 2 0 886580415 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17075/statm: 72399 7296 1869 364 0 8317 0
[pid=17081] ppid=17075 vsize=279352 CPUtime=0.02 cores=4,6
/proc/17081/stat : 17081 (python) S 17075 17075 15638 0 -1 4202560 869 0 0 0 1 1 0 0 18 0 1 0 886580507 286056448 5800 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814260239 0 0 16781312 514 2064179149521518849 0 0 17 6 0 0 0
/proc/17081/statm: 69838 5800 377 364 0 5756 0
[pid=17083] ppid=17081 vsize=1018092 CPUtime=24.56 cores=4,6
/proc/17083/stat : 17083 (gnovelty+2) R 17081 17083 17083 0 -1 4202496 569 0 0 0 2456 0 0 0 25 0 1 0 886580507 1042526208 307 33554432000 134512640 135663704 4289362192 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17083/statm: 254523 307 113 282 0 254239 0
[pid=17075/tid=17082] ppid=17073 vsize=289596 CPUtime=0 cores=4,6
/proc/17075/task/17082/stat : 17082 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 886580507 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1587040

[startup+51.1011 s]
/proc/loadavg: 4.03 4.03 3.81 5/219 17176
/proc/meminfo: memFree=31348780/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=289596 CPUtime=0.83 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 10443 932 1 0 76 7 0 0 20 0 2 0 886580415 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17075/statm: 72399 7296 1869 364 0 8317 0
[pid=17081] ppid=17075 vsize=279352 CPUtime=0.06 cores=4,6
/proc/17081/stat : 17081 (python) S 17075 17075 15638 0 -1 4202560 880 0 0 0 4 2 0 0 18 0 1 0 886580507 286056448 5800 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814260239 0 0 16781312 514 2064179149521518849 0 0 17 6 0 0 0
/proc/17081/statm: 69838 5800 377 364 0 5756 0
[pid=17083] ppid=17081 vsize=1018092 CPUtime=50.16 cores=4,6
/proc/17083/stat : 17083 (gnovelty+2) R 17081 17083 17083 0 -1 4202496 569 0 0 0 5016 0 0 0 25 0 1 0 886580507 1042526208 307 33554432000 134512640 135663704 4289362192 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17083/statm: 254523 307 113 282 0 254239 0
[pid=17075/tid=17082] ppid=17073 vsize=289596 CPUtime=0 cores=4,6
/proc/17075/task/17082/stat : 17082 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 886580507 296546304 7296 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 1587040

[startup+102.307 s]
/proc/loadavg: 4.06 4.04 3.82 5/223 17182
/proc/meminfo: memFree=31333264/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=300116 CPUtime=0.84 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 11321 932 1 0 77 7 0 0 18 0 3 0 886580415 307318784 7337 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17075/statm: 75029 7337 1872 364 0 10944 0
[pid=17081] ppid=17075 vsize=289596 CPUtime=0.12 cores=4,6
/proc/17081/stat : 17081 (python) S 17075 17075 15638 0 -1 4202560 1137 0 0 0 7 5 0 0 19 0 2 0 886580507 296546304 5843 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17081/statm: 72399 5843 415 364 0 8317 0
[pid=17083] ppid=17081 vsize=1018092 CPUtime=99.12 cores=4,6
/proc/17083/stat : 17083 (gnovelty+2) T 17081 17083 17083 0 -1 4202496 569 0 0 0 9912 0 0 0 25 0 1 0 886580507 1042526208 307 33554432000 134512640 135663704 4289362192 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17083/statm: 254523 307 113 282 0 254239 0
[pid=17081/tid=17179] ppid=17075 vsize=289596 CPUtime=0 cores=4,6
/proc/17081/task/17179/stat : 17179 (python) S 17075 17075 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886590421 296546304 5843 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604452405227648 0 0 -1 4 0 0 0
[pid=17180] ppid=17075 vsize=289872 CPUtime=0 cores=4,6
/proc/17180/stat : 17180 (python) S 17075 17075 15638 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886590422 296828928 5809 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814260294 0 0 16781312 514 1398975443645726980 0 0 17 6 0 0 0
/proc/17180/statm: 72468 5809 348 364 0 8383 0
[pid=17182] ppid=17180 vsize=1018092 CPUtime=2.23 cores=4,6
/proc/17182/stat : 17182 (gnovelty+2) R 17180 17182 17182 0 -1 4202496 570 0 0 0 223 0 0 0 25 0 1 0 886590422 1042526208 307 33554432000 134512640 135663704 4288087760 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17182/statm: 254523 307 113 282 0 254239 0
[pid=17075/tid=17082] ppid=17073 vsize=300116 CPUtime=0 cores=4,6
/proc/17075/task/17082/stat : 17082 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 886580507 307318784 7337 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
[pid=17075/tid=17181] ppid=17073 vsize=300116 CPUtime=0 cores=4,6
/proc/17075/task/17181/stat : 17181 (python) S 17073 17075 15638 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 3 0 886590422 307318784 7337 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 2915768

[startup+162.3 s]
/proc/loadavg: 3.98 4.02 3.83 5/218 17278
/proc/meminfo: memFree=31512780/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=300116 CPUtime=0.84 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 11321 932 1 0 77 7 0 0 18 0 3 0 886580415 307318784 7337 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17075/statm: 75029 7337 1872 364 0 10944 0
[pid=17081] ppid=17075 vsize=289596 CPUtime=0.12 cores=4,6

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

[pid=17306] ppid=17075 vsize=300128 CPUtime=0.12 cores=4,6
/proc/17306/stat : 17306 (python) S 17075 17075 15638 0 -1 4202560 1066 0 0 0 7 5 0 0 19 0 2 0 886600336 307331072 5866 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17306/statm: 75032 5866 400 364 0 10944 0
[pid=17308] ppid=17306 vsize=417192 CPUtime=99.1 cores=4,6
/proc/17308/stat : 17308 (adaptg2wsat2009) T 17306 17308 17308 0 -1 4202496 762 0 0 0 9910 0 0 0 25 0 1 0 886600337 427204608 497 33554432000 134512640 135107411 4294861440 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17308/statm: 104298 497 59 146 0 103174 0
[pid=17306/tid=17345] ppid=17075 vsize=300128 CPUtime=0 cores=4,6
/proc/17306/task/17345/stat : 17345 (python) S 17075 17075 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886610248 307331072 5866 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453884117248 0 0 -1 4 0 0 0
[pid=17346] ppid=17075 vsize=310384 CPUtime=0.12 cores=4,6
/proc/17346/stat : 17346 (python) S 17075 17075 15638 0 -1 4202560 1082 0 0 0 8 4 0 0 19 0 2 0 886610249 317833216 5870 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17346/statm: 77596 5870 400 364 0 13505 0
[pid=17348] ppid=17346 vsize=417192 CPUtime=99.98 cores=4,6
/proc/17348/stat : 17348 (adaptg2wsat2009) T 17346 17348 17348 0 -1 4202496 757 0 0 0 9998 0 0 0 25 0 1 0 886610249 427204608 495 33554432000 134512640 135107411 4287699792 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17348/statm: 104298 495 59 146 0 103174 0
[pid=17346/tid=17353] ppid=17075 vsize=310384 CPUtime=0 cores=4,6
/proc/17346/task/17353/stat : 17353 (python) S 17075 17075 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886620259 317833216 5870 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453744989440 0 0 -1 4 0 0 0
[pid=17354] ppid=17075 vsize=320640 CPUtime=0.11 cores=4,6
/proc/17354/stat : 17354 (python) S 17075 17075 15638 0 -1 4202560 1075 0 0 0 6 5 0 0 19 0 2 0 886620260 328335360 5874 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17354/statm: 80160 5874 400 364 0 16066 0
[pid=17356] ppid=17354 vsize=417192 CPUtime=100 cores=4,6
/proc/17356/stat : 17356 (adaptg2wsat2009) T 17354 17356 17356 0 -1 4202496 755 0 0 0 10000 0 0 0 25 0 1 0 886620261 427204608 494 33554432000 134512640 135107411 4293376464 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17356/statm: 104298 494 59 146 0 103174 0
[pid=17354/tid=17359] ppid=17075 vsize=320640 CPUtime=0 cores=4,6
/proc/17354/task/17359/stat : 17359 (python) S 17075 17075 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886630271 328335360 5874 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453857020864 0 0 -1 4 0 0 0
[pid=17360] ppid=17075 vsize=330896 CPUtime=0.11 cores=4,6
/proc/17360/stat : 17360 (python) S 17075 17075 15638 0 -1 4202560 1075 0 0 0 6 5 0 0 19 0 2 0 886630272 338837504 5878 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17360/statm: 82724 5878 400 364 0 18627 0
[pid=17362] ppid=17360 vsize=1018092 CPUtime=100.02 cores=4,6
/proc/17362/stat : 17362 (gnovelty+2) T 17360 17362 17362 0 -1 4202496 567 0 0 0 10002 0 0 0 25 0 1 0 886630273 1042526208 306 33554432000 134512640 135663704 4287081440 18446744073709551615 134547018 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17362/statm: 254523 306 113 282 0 254239 0
[pid=17360/tid=17366] ppid=17075 vsize=330896 CPUtime=0 cores=4,6
/proc/17360/task/17366/stat : 17366 (python) S 17075 17075 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886640284 338837504 5878 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453880859456 0 0 -1 6 0 0 0
[pid=17367] ppid=17075 vsize=341152 CPUtime=0.11 cores=4,6
/proc/17367/stat : 17367 (python) S 17075 17075 15638 0 -1 4202560 1077 0 0 0 6 5 0 0 19 0 2 0 886640285 349339648 5882 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17367/statm: 85288 5882 400 364 0 21188 0
[pid=17369] ppid=17367 vsize=247348 CPUtime=100 cores=4,6
/proc/17369/stat : 17369 (FH) T 17367 17369 17369 0 -1 4202496 709 0 0 0 10000 0 0 0 25 0 1 0 886640286 253284352 444 33554432000 134512640 134936988 4290654720 18446744073709551615 134545269 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17369/statm: 61837 444 41 104 0 61341 0
[pid=17367/tid=17382] ppid=17075 vsize=341152 CPUtime=0 cores=4,6
/proc/17367/task/17382/stat : 17382 (python) S 17075 17075 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886650297 349339648 5882 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453985334208 0 0 -1 6 0 0 0
[pid=17383] ppid=17075 vsize=351408 CPUtime=0 cores=4,6
/proc/17383/stat : 17383 (python) S 17075 17075 15638 0 -1 4202560 833 0 0 0 0 0 0 0 19 0 1 0 886650298 359841792 5863 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814260294 0 0 16781312 514 4141364426383032319 0 0 17 4 0 0 0
/proc/17383/statm: 87852 5863 350 364 0 23749 0
[pid=17385] ppid=17383 vsize=417048 CPUtime=0.67 cores=4,6
/proc/17385/stat : 17385 (adaptg2wsat2009) R 17383 17385 17385 0 -1 4202496 682 0 0 0 67 0 0 0 22 0 1 0 886650298 427057152 419 33554432000 134512640 135107411 4293071904 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17385/statm: 104262 419 49 146 0 103138 0
[pid=17075/tid=17082] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17082/stat : 17082 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886580507 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
[pid=17075/tid=17181] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17181/stat : 17181 (python) S 17073 17075 15638 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 886590422 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 4 0 0 0
[pid=17075/tid=17307] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17307/stat : 17307 (python) S 17073 17075 15638 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886600337 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
[pid=17075/tid=17347] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17347/stat : 17347 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886610249 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
[pid=17075/tid=17355] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17355/stat : 17355 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886620260 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
[pid=17075/tid=17361] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17361/stat : 17361 (python) S 17073 17075 15638 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886630272 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 4 0 0 0
[pid=17075/tid=17368] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17368/stat : 17368 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886640285 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 4 0 0 0
[pid=17075/tid=17384] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17384/stat : 17384 (python) S 17073 17075 15638 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886650298 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 699.73
Current children cumulated vsize (KiB) 7865976

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

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

[startup+699.501 s]
/proc/loadavg: 2.06 2.38 3.06 3/220 17385
/proc/meminfo: memFree=31517468/32950928 swapFree=67050648/67111528
[pid=17075] ppid=17073 vsize=361652 CPUtime=0.89 cores=4,6
/proc/17075/stat : 17075 (python) S 17073 17075 15638 0 -1 4202496 16550 932 1 0 81 8 0 0 20 0 9 0 886580415 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17075/statm: 90413 7401 1884 364 0 26310 0
[pid=17081] ppid=17075 vsize=289596 CPUtime=0.12 cores=4,6
/proc/17081/stat : 17081 (python) S 17075 17075 15638 0 -1 4202560 1137 0 0 0 7 5 0 0 19 0 2 0 886580507 296546304 5843 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17081/statm: 72399 5843 415 364 0 8317 0
[pid=17083] ppid=17081 vsize=1018092 CPUtime=99.12 cores=4,6
/proc/17083/stat : 17083 (gnovelty+2) T 17081 17083 17083 0 -1 4202496 569 0 0 0 9912 0 0 0 25 0 1 0 886580507 1042526208 307 33554432000 134512640 135663704 4289362192 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17083/statm: 254523 307 113 282 0 254239 0
[pid=17081/tid=17179] ppid=17075 vsize=289596 CPUtime=0 cores=4,6
/proc/17081/task/17179/stat : 17179 (python) S 17075 17075 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886590421 296546304 5843 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604452405227648 0 0 -1 4 0 0 0
[pid=17180] ppid=17075 vsize=289872 CPUtime=0.13 cores=4,6
/proc/17180/stat : 17180 (python) S 17075 17075 15638 0 -1 4202560 1066 0 0 0 6 7 0 0 19 0 2 0 886590422 296828928 5862 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17180/statm: 72468 5862 400 364 0 8383 0
[pid=17182] ppid=17180 vsize=1018092 CPUtime=99.13 cores=4,6
/proc/17182/stat : 17182 (gnovelty+2) T 17180 17182 17182 0 -1 4202496 570 0 0 0 9913 0 0 0 25 0 1 0 886590422 1042526208 307 33554432000 134512640 135663704 4288087760 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17182/statm: 254523 307 113 282 0 254239 0
[pid=17180/tid=17305] ppid=17075 vsize=289872 CPUtime=0 cores=4,6
/proc/17180/task/17305/stat : 17305 (python) S 17075 17075 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886600336 296828928 5862 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604444648483008 0 0 -1 4 0 0 0
[pid=17306] ppid=17075 vsize=300128 CPUtime=0.12 cores=4,6
/proc/17306/stat : 17306 (python) S 17075 17075 15638 0 -1 4202560 1066 0 0 0 7 5 0 0 19 0 2 0 886600336 307331072 5866 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17306/statm: 75032 5866 400 364 0 10944 0
[pid=17308] ppid=17306 vsize=417192 CPUtime=99.1 cores=4,6
/proc/17308/stat : 17308 (adaptg2wsat2009) T 17306 17308 17308 0 -1 4202496 762 0 0 0 9910 0 0 0 25 0 1 0 886600337 427204608 497 33554432000 134512640 135107411 4294861440 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17308/statm: 104298 497 59 146 0 103174 0
[pid=17306/tid=17345] ppid=17075 vsize=300128 CPUtime=0 cores=4,6
/proc/17306/task/17345/stat : 17345 (python) S 17075 17075 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886610248 307331072 5866 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453884117248 0 0 -1 4 0 0 0
[pid=17346] ppid=17075 vsize=310384 CPUtime=0.12 cores=4,6
/proc/17346/stat : 17346 (python) S 17075 17075 15638 0 -1 4202560 1082 0 0 0 8 4 0 0 19 0 2 0 886610249 317833216 5870 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17346/statm: 77596 5870 400 364 0 13505 0
[pid=17348] ppid=17346 vsize=417192 CPUtime=99.98 cores=4,6
/proc/17348/stat : 17348 (adaptg2wsat2009) T 17346 17348 17348 0 -1 4202496 757 0 0 0 9998 0 0 0 25 0 1 0 886610249 427204608 495 33554432000 134512640 135107411 4287699792 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17348/statm: 104298 495 59 146 0 103174 0
[pid=17346/tid=17353] ppid=17075 vsize=310384 CPUtime=0 cores=4,6
/proc/17346/task/17353/stat : 17353 (python) S 17075 17075 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886620259 317833216 5870 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453744989440 0 0 -1 4 0 0 0
[pid=17354] ppid=17075 vsize=320640 CPUtime=0.11 cores=4,6
/proc/17354/stat : 17354 (python) S 17075 17075 15638 0 -1 4202560 1075 0 0 0 6 5 0 0 19 0 2 0 886620260 328335360 5874 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17354/statm: 80160 5874 400 364 0 16066 0
[pid=17356] ppid=17354 vsize=417192 CPUtime=100 cores=4,6
/proc/17356/stat : 17356 (adaptg2wsat2009) T 17354 17356 17356 0 -1 4202496 755 0 0 0 10000 0 0 0 25 0 1 0 886620261 427204608 494 33554432000 134512640 135107411 4293376464 18446744073709551615 134531696 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17356/statm: 104298 494 59 146 0 103174 0
[pid=17354/tid=17359] ppid=17075 vsize=320640 CPUtime=0 cores=4,6
/proc/17354/task/17359/stat : 17359 (python) S 17075 17075 15638 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886630271 328335360 5874 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453857020864 0 0 -1 4 0 0 0
[pid=17360] ppid=17075 vsize=330896 CPUtime=0.11 cores=4,6
/proc/17360/stat : 17360 (python) S 17075 17075 15638 0 -1 4202560 1075 0 0 0 6 5 0 0 19 0 2 0 886630272 338837504 5878 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17360/statm: 82724 5878 400 364 0 18627 0
[pid=17362] ppid=17360 vsize=1018092 CPUtime=100.02 cores=4,6
/proc/17362/stat : 17362 (gnovelty+2) T 17360 17362 17362 0 -1 4202496 567 0 0 0 10002 0 0 0 25 0 1 0 886630273 1042526208 306 33554432000 134512640 135663704 4287081440 18446744073709551615 134547018 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17362/statm: 254523 306 113 282 0 254239 0
[pid=17360/tid=17366] ppid=17075 vsize=330896 CPUtime=0 cores=4,6
/proc/17360/task/17366/stat : 17366 (python) S 17075 17075 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886640284 338837504 5878 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453880859456 0 0 -1 6 0 0 0
[pid=17367] ppid=17075 vsize=341152 CPUtime=0.11 cores=4,6
/proc/17367/stat : 17367 (python) S 17075 17075 15638 0 -1 4202560 1077 0 0 0 6 5 0 0 19 0 2 0 886640285 349339648 5882 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/17367/statm: 85288 5882 400 364 0 21188 0
[pid=17369] ppid=17367 vsize=247348 CPUtime=100 cores=4,6
/proc/17369/stat : 17369 (FH) T 17367 17369 17369 0 -1 4202496 709 0 0 0 10000 0 0 0 25 0 1 0 886640286 253284352 444 33554432000 134512640 134936988 4290654720 18446744073709551615 134545269 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17369/statm: 61837 444 41 104 0 61341 0
[pid=17367/tid=17382] ppid=17075 vsize=341152 CPUtime=0 cores=4,6
/proc/17367/task/17382/stat : 17382 (python) S 17075 17075 15638 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886650297 349339648 5882 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 514 18446604453985334208 0 0 -1 6 0 0 0
[pid=17383] ppid=17075 vsize=351408 CPUtime=0 cores=4,6
/proc/17383/stat : 17383 (python) S 17075 17075 15638 0 -1 4202560 833 0 0 0 0 0 0 0 19 0 1 0 886650298 359841792 5863 33554432000 4194304 5683644 140736053461632 18446744073709551615 251814260294 0 0 16781312 514 4141364426383032319 0 0 17 4 0 0 0
/proc/17383/statm: 87852 5863 350 364 0 23749 0
[pid=17385] ppid=17383 vsize=417048 CPUtime=0.67 cores=4,6
/proc/17385/stat : 17385 (adaptg2wsat2009) R 17383 17385 17385 0 -1 4202496 682 0 0 0 67 0 0 0 22 0 1 0 886650298 427057152 419 33554432000 134512640 135107411 4293071904 18446744073709551615 134523294 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17385/statm: 104262 419 49 146 0 103138 0
[pid=17075/tid=17082] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17082/stat : 17082 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886580507 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
[pid=17075/tid=17181] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17181/stat : 17181 (python) S 17073 17075 15638 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 886590422 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 4 0 0 0
[pid=17075/tid=17307] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17307/stat : 17307 (python) S 17073 17075 15638 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886600337 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
[pid=17075/tid=17347] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17347/stat : 17347 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886610249 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
[pid=17075/tid=17355] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17355/stat : 17355 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886620260 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 6 0 0 0
[pid=17075/tid=17361] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17361/stat : 17361 (python) S 17073 17075 15638 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886630272 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 4 0 0 0
[pid=17075/tid=17368] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17368/stat : 17368 (python) S 17073 17075 15638 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886640285 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 4 0 0 0
[pid=17075/tid=17384] ppid=17073 vsize=361652 CPUtime=0 cores=4,6
/proc/17075/task/17384/stat : 17384 (python) S 17073 17075 15638 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886650298 370331648 7401 33554432000 4194304 5683644 140736053461632 18446744073709551615 251826063793 0 0 16781312 2 18446604453870569408 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 699.73
Current children cumulated vsize (KiB) 7865976

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 699.562
CPU time (s): 699.73
CPU user time (s): 699.29
CPU system time (s): 0.44
CPU usage (%): 100.024
Max. virtual memory (cumulated for all children) (KiB): 7865976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.827874
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18057
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= 1009
involuntary context switches= 41

runsolver used 1.25481 second user time and 2.57961 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:50:17
IDJOB=3484509
IDBENCH=83020
IDSOLVER=1975
FILE ID=node126/3484509-1307749817
RUNJOBID= node126-1307747008-15657
PBS_JOBID= 13550831
Free space on /tmp= 74076 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S423984545-074.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-3484509-1307749817/watcher-3484509-1307749817 -o /tmp/evaluation-result-3484509-1307749817/solver-3484509-1307749817 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484509-1307749817.cnf -seed 1824490198 -budget 1200

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

MD5SUM BENCH= 2ef214e0162b22d1093a804ea2af97a1
RANDOM SEED=1824490198

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:     32950928 kB
MemFree:      31335832 kB
Buffers:        248324 kB
Cached:         831144 kB
SwapCached:      14888 kB
Active:         843260 kB
Inactive:       557212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31335832 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:           32316 kB
Writeback:           8 kB
AnonPages:      318700 kB
Mapped:          18496 kB
Slab:           137072 kB
PageTables:      16044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10036916 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= 74104 MiB
End job on node126 at 2011-06-11 02:01:59