Trace number 3484317

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) 702.31 707.166

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S1980280938-088.UNKNOWN.cnf
MD5SUM4fa782cc700b96dfddf41b0ed3b14006
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 variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.63/5.61	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.63/5.61	c INFO: solving HOME/instance-3484317-1307894573.cnf
0.63/5.61	c INFO: computing task features
0.63/5.65	c INFO: computed variable-clause graph statistics
0.63/5.66	c INFO: computed clause balance statistics
0.92/5.92	c INFO: computed variable balance statistics
1.02/6.02	c INFO: computed small-clause counts
1.02/6.02	c INFO: computed Horn-clause counts
1.02/6.03	c INFO: computed variable graph statistics
1.02/6.03	c INFO: collected features for HOME/instance-3484317-1307894573.cnf in 0.42 s
1.02/6.05	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.49)
101.10/106.17	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.32/206.32	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.42/306.45	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.05)
401.77/406.60	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
501.86/506.75	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
602.11/606.91	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
702.22/707.08	c INFO: running adaptg2wsat2009++@0 for 97 with 499 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: 989)

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-3484317-1307894573/watcher-3484317-1307894573 -o /tmp/evaluation-result-3484317-1307894573/solver-3484317-1307894573 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484317-1307894573.cnf -seed 2034407944 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.59 0.16 0.48 2/185 17808
/proc/meminfo: memFree=2447248/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=15184 CPUtime=0 cores=5,7
/proc/17808/stat : 17808 (python) R 17806 17808 17585 0 -1 4202496 733 0 0 0 0 0 0 0 17 0 1 0 979688005 15548416 621 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367544832 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/17808/statm: 3796 621 322 364 0 283 0

[startup+0.071777 s]
/proc/loadavg: 0.59 0.16 0.48 2/185 17808
/proc/meminfo: memFree=2447248/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=40968 CPUtime=0.04 cores=5,7
/proc/17808/stat : 17808 (python) R 17806 17808 17585 0 -1 4202496 1677 0 0 0 3 1 0 0 17 0 1 0 979688005 41951232 1501 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367544832 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/17808/statm: 10242 1501 463 364 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40968

[startup+0.100791 s]
/proc/loadavg: 0.59 0.16 0.48 2/185 17808
/proc/meminfo: memFree=2447248/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=54532 CPUtime=0.06 cores=5,7
/proc/17808/stat : 17808 (python) R 17806 17808 17585 0 -1 4202496 2078 0 1 0 4 2 0 0 17 0 1 0 979688005 55840768 1834 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/17808/statm: 13633 1834 492 364 0 1283 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54532

[startup+0.300752 s]
/proc/loadavg: 0.59 0.16 0.48 2/185 17808
/proc/meminfo: memFree=2447248/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=104224 CPUtime=0.1 cores=5,7
/proc/17808/stat : 17808 (python) D 17806 17808 17585 0 -1 4202496 3062 0 9 0 5 5 0 0 17 0 1 0 979688005 106725376 2751 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367544832 0 2147483391 16781312 2 0 0 0 17 5 0 0 2
/proc/17808/statm: 26056 2751 847 364 0 1804 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 104224

[startup+0.700675 s]
/proc/loadavg: 0.59 0.16 0.48 2/185 17808
/proc/meminfo: memFree=2447248/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=124232 CPUtime=0.17 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 4294 0 17 0 8 9 0 0 16 0 1 0 979688005 127213568 3879 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 5 0 0 6
/proc/17808/statm: 31058 3879 997 364 0 2869 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 124232

[startup+1.81447 s]
/proc/loadavg: 0.59 0.16 0.48 2/185 17808
/proc/meminfo: memFree=2447248/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=124232 CPUtime=0.17 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 4294 0 17 0 8 9 0 0 16 0 1 0 979688005 127213568 3879 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 5 0 0 6
/proc/17808/statm: 31058 3879 997 364 0 2869 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 124232

[startup+3.10122 s]
/proc/loadavg: 0.59 0.16 0.48 1/198 17826
/proc/meminfo: memFree=2362336/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=124232 CPUtime=0.17 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 4294 0 17 0 8 9 0 0 16 0 1 0 979688005 127213568 3879 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367546624 0 0 16781312 2 18446744071562362840 0 0 17 5 0 0 6
/proc/17808/statm: 31058 3879 997 364 0 2869 0
[pid=17821] ppid=17808 vsize=8700 CPUtime=0 cores=5,7
/proc/17821/stat : 17821 (sh) S 17808 17808 17585 0 -1 4202496 306 0 0 0 0 0 0 0 18 0 1 0 979688063 8908800 245 33554432000 4194304 4922060 140734603846400 18446744073709551615 251367365765 0 65536 16781316 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/17821/statm: 2175 245 206 178 0 68 0
[pid=17823] ppid=17821 vsize=8700 CPUtime=0 cores=5,7
/proc/17823/stat : 17823 (sh) D 17821 17808 17585 0 -1 4202560 64 0 0 0 0 0 0 0 18 0 1 0 979688063 8908800 90 33554432000 4194304 4922060 140734603846400 18446744073709551615 251367367671 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/17823/statm: 2175 90 51 178 0 68 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 141632
heavy processes:

[startup+6.30055 s]
/proc/loadavg: 0.86 0.22 0.50 2/190 17834
/proc/meminfo: memFree=2325452/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=290216 CPUtime=1.06 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 10040 923 64 9 72 34 0 0 17 0 2 0 979688005 297181184 7419 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/17808/statm: 72554 7419 1869 364 0 8472 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 290216
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 1.11 0.28 0.52 5/202 17847
/proc/meminfo: memFree=2266336/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=290216 CPUtime=1.06 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 10040 923 64 9 72 34 0 0 17 0 2 0 979688005 297181184 7419 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/17808/statm: 72554 7419 1869 364 0 8472 0
[pid=17836] ppid=17808 vsize=279972 CPUtime=0 cores=5,7
/proc/17836/stat : 17836 (python) S 17808 17808 17585 0 -1 4202560 867 0 0 0 0 0 0 0 15 0 1 0 979688610 286691328 5922 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367566863 0 0 16781312 514 10501484764328853766 0 0 17 5 0 0 0
/proc/17836/statm: 69993 5922 376 364 0 5911 0
[pid=17838] ppid=17836 vsize=1018084 CPUtime=6.62 cores=5,7
/proc/17838/stat : 17838 (gnovelty+2) R 17836 17838 17838 0 -1 4202496 549 0 0 0 662 0 0 0 25 0 1 0 979688610 1042518016 287 33554432000 134512640 135663704 4286703456 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17838/statm: 254521 287 113 282 0 254237 0
[pid=17808/tid=17837] ppid=17806 vsize=290216 CPUtime=0 cores=5,7
/proc/17808/task/17837/stat : 17837 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 18 0 2 0 979688610 297181184 7419 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 1588272
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 1.75 0.47 0.58 5/202 17847
/proc/meminfo: memFree=2267848/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=290216 CPUtime=1.06 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 10040 923 64 9 72 34 0 0 17 0 2 0 979688005 297181184 7419 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/17808/statm: 72554 7419 1869 364 0 8472 0
[pid=17836] ppid=17808 vsize=279972 CPUtime=0.02 cores=5,7
/proc/17836/stat : 17836 (python) S 17808 17808 17585 0 -1 4202560 874 0 0 0 1 1 0 0 15 0 1 0 979688610 286691328 5922 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367566863 0 0 16781312 514 10573695461065982214 0 0 17 5 0 0 0
/proc/17836/statm: 69993 5922 376 364 0 5911 0
[pid=17838] ppid=17836 vsize=1018084 CPUtime=19.41 cores=5,7
/proc/17838/stat : 17838 (gnovelty+2) R 17836 17838 17838 0 -1 4202496 549 0 0 0 1941 0 0 0 25 0 1 0 979688610 1042518016 287 33554432000 134512640 135663704 4286703456 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17838/statm: 254521 287 113 282 0 254237 0
[pid=17808/tid=17837] ppid=17806 vsize=290216 CPUtime=0 cores=5,7
/proc/17808/task/17837/stat : 17837 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 18 0 2 0 979688610 297181184 7419 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 1588272

[startup+51.1003 s]
/proc/loadavg: 2.60 0.77 0.67 5/202 17848
/proc/meminfo: memFree=2268536/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=290216 CPUtime=1.06 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 10040 923 64 9 72 34 0 0 17 0 2 0 979688005 297181184 7419 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/17808/statm: 72554 7419 1869 364 0 8472 0
[pid=17836] ppid=17808 vsize=279972 CPUtime=0.04 cores=5,7
/proc/17836/stat : 17836 (python) S 17808 17808 17585 0 -1 4202560 887 0 0 0 2 2 0 0 15 0 1 0 979688610 286691328 5923 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367566863 0 0 16781312 514 10573695461065982214 0 0 17 5 0 0 0
/proc/17836/statm: 69993 5923 377 364 0 5911 0
[pid=17838] ppid=17836 vsize=1018084 CPUtime=44.98 cores=5,7
/proc/17838/stat : 17838 (gnovelty+2) R 17836 17838 17838 0 -1 4202496 549 0 0 0 4498 0 0 0 25 0 1 0 979688610 1042518016 287 33554432000 134512640 135663704 4286703456 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17838/statm: 254521 287 113 282 0 254237 0
[pid=17808/tid=17837] ppid=17806 vsize=290216 CPUtime=0 cores=5,7
/proc/17808/task/17837/stat : 17837 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 18 0 2 0 979688610 297181184 7419 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 46.08
Current children cumulated vsize (KiB) 1588272

[startup+102.301 s]
/proc/loadavg: 3.39 1.26 0.84 5/202 17849
/proc/meminfo: memFree=2268480/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=290216 CPUtime=1.06 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 10040 923 64 9 72 34 0 0 17 0 2 0 979688005 297181184 7419 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/17808/statm: 72554 7419 1869 364 0 8472 0
[pid=17836] ppid=17808 vsize=279972 CPUtime=0.11 cores=5,7
/proc/17836/stat : 17836 (python) S 17808 17808 17585 0 -1 4202560 911 0 0 0 6 5 0 0 15 0 1 0 979688610 286691328 5923 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367566863 0 0 16781312 514 10573695461065982214 0 0 17 5 0 0 0
/proc/17836/statm: 69993 5923 377 364 0 5911 0
[pid=17838] ppid=17836 vsize=1018084 CPUtime=96.13 cores=5,7
/proc/17838/stat : 17838 (gnovelty+2) R 17836 17838 17838 0 -1 4202496 549 0 0 0 9613 0 0 0 25 0 1 0 979688610 1042518016 287 33554432000 134512640 135663704 4286703456 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17838/statm: 254521 287 113 282 0 254237 0
[pid=17808/tid=17837] ppid=17806 vsize=290216 CPUtime=0 cores=5,7
/proc/17808/task/17837/stat : 17837 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 18 0 2 0 979688610 297181184 7419 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 97.3
Current children cumulated vsize (KiB) 1588272

[startup+162.301 s]
/proc/loadavg: 3.81 1.77 1.04 5/218 17867
/proc/meminfo: memFree=2240152/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=300472 CPUtime=1.07 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 10918 923 64 9 73 34 0 0 19 0 3 0 979688005 307683328 7426 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41
/proc/17808/statm: 75118 7426 1872 364 0 11033 0
[pid=17836] ppid=17808 vsize=290216 CPUtime=0.11 cores=5,7
/proc/17836/stat : 17836 (python) S 17808 17808 17585 0 -1 4202560 1145 0 0 0 6 5 0 0 16 0 2 0 979688610 297181184 5966 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17836/statm: 72554 5966 415 364 0 8472 0
[pid=17838] ppid=17836 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/17838/stat : 17838 (gnovelty+2) T 17836 17838 17838 0 -1 4202496 549 0 0 0 9999 0 0 0 25 0 1 0 979688610 1042518016 287 33554432000 134512640 135663704 4286703456 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17838/statm: 254521 287 113 282 0 254237 0
[pid=17836/tid=17850] ppid=17808 vsize=290216 CPUtime=0 cores=5,7
/proc/17836/task/17850/stat : 17850 (python) S 17808 17808 17585 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 979698622 297181184 5966 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604459652728000 0 0 -1 5 0 0 0
[pid=17851] ppid=17808 vsize=290228 CPUtime=0.07 cores=5,7
/proc/17851/stat : 17851 (python) S 17808 17808 17585 0 -1 4202560 905 0 0 0 4 3 0 0 15 0 1 0 979698623 297193472 5921 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367566918 0 0 16781312 514 10573695461065982216 0 0 17 5 0 0 0
/proc/17851/statm: 72557 5921 371 364 0 8472 0
[pid=17853] ppid=17851 vsize=1018084 CPUtime=56.06 cores=5,7
/proc/17853/stat : 17853 (gnovelty+2) R 17851 17853 17853 0 -1 4202496 548 0 0 0 5606 0 0 0 25 0 1 0 979698623 1042518016 286 33554432000 134512640 135663704 4289651664 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17853/statm: 254521 286 113 282 0 254237 0
[pid=17808/tid=17837] ppid=17806 vsize=300472 CPUtime=0 cores=5,7
/proc/17808/task/17837/stat : 17837 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 18 0 3 0 979688610 307683328 7426 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17852] ppid=17806 vsize=300472 CPUtime=0 cores=5,7
/proc/17808/task/17852/stat : 17852 (python) S 17806 17808 17585 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 3 0 979698623 307683328 7426 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 157.3
Current children cumulated vsize (KiB) 2917084

[startup+222.301 s]
/proc/loadavg: 3.93 2.18 1.23 5/234 17884
/proc/meminfo: memFree=2199436/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=310728 CPUtime=1.08 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 11776 923 64 9 73 35 0 0 19 0 4 0 979688005 318185472 7432 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 41

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

[pid=17870] ppid=17808 vsize=300484 CPUtime=0.13 cores=5,7
/proc/17870/stat : 17870 (python) S 17808 17808 17585 0 -1 4202560 1084 0 0 0 6 7 0 0 19 0 2 0 979708637 307695616 5955 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17870/statm: 75121 5955 400 364 0 11033 0
[pid=17872] ppid=17870 vsize=417056 CPUtime=99.99 cores=5,7
/proc/17872/stat : 17872 (adaptg2wsat2009) T 17870 17872 17872 0 -1 4202496 717 0 0 0 9999 0 0 0 25 0 1 0 979708637 427065344 449 33554432000 134512640 135107411 4293840000 18446744073709551615 134531561 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17872/statm: 104264 449 59 146 0 103140 0
[pid=17870/tid=17888] ppid=17808 vsize=300484 CPUtime=0 cores=5,7
/proc/17870/task/17888/stat : 17888 (python) S 17808 17808 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979718649 307695616 5955 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604463985230272 0 0 -1 5 0 0 0
[pid=17889] ppid=17808 vsize=310740 CPUtime=0.15 cores=5,7
/proc/17889/stat : 17889 (python) S 17808 17808 17585 0 -1 4202560 1085 0 0 0 9 6 0 0 19 0 2 0 979718650 318197760 5959 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17889/statm: 77685 5959 400 364 0 13594 0
[pid=17891] ppid=17889 vsize=417056 CPUtime=100.13 cores=5,7
/proc/17891/stat : 17891 (adaptg2wsat2009) T 17889 17891 17891 0 -1 4202496 715 0 0 0 10013 0 0 0 25 0 1 0 979718651 427065344 450 33554432000 134512640 135107411 4287925232 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17891/statm: 104264 450 59 146 0 103140 0
[pid=17889/tid=17906] ppid=17808 vsize=310740 CPUtime=0 cores=5,7
/proc/17889/task/17906/stat : 17906 (python) S 17808 17808 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979728664 318197760 5959 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604463621124352 0 0 -1 7 0 0 0
[pid=17907] ppid=17808 vsize=320996 CPUtime=0.15 cores=5,7
/proc/17907/stat : 17907 (python) S 17808 17808 17585 0 -1 4202560 1085 0 0 0 7 8 0 0 19 0 2 0 979728665 328699904 5963 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17907/statm: 80249 5963 400 364 0 16155 0
[pid=17909] ppid=17907 vsize=417056 CPUtime=99.99 cores=5,7
/proc/17909/stat : 17909 (adaptg2wsat2009) T 17907 17909 17909 0 -1 4202496 714 0 0 0 9999 0 0 0 25 0 1 0 979728666 427065344 449 33554432000 134512640 135107411 4294155664 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17909/statm: 104264 449 59 146 0 103140 0
[pid=17907/tid=17925] ppid=17808 vsize=320996 CPUtime=0 cores=5,7
/proc/17907/task/17925/stat : 17925 (python) S 17808 17808 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979738679 328699904 5963 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604471140390912 0 0 -1 7 0 0 0
[pid=17926] ppid=17808 vsize=331252 CPUtime=0.15 cores=5,7
/proc/17926/stat : 17926 (python) S 17808 17808 17585 0 -1 4202560 1083 0 0 0 6 9 0 0 19 0 2 0 979738680 339202048 5967 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17926/statm: 82813 5967 400 364 0 18716 0
[pid=17928] ppid=17926 vsize=1018084 CPUtime=100.04 cores=5,7
/proc/17928/stat : 17928 (gnovelty+2) T 17926 17928 17928 0 -1 4202496 549 0 0 0 10004 0 0 0 25 0 1 0 979738680 1042518016 287 33554432000 134512640 135663704 4293707376 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17928/statm: 254521 287 113 282 0 254237 0
[pid=17926/tid=17944] ppid=17808 vsize=331252 CPUtime=0 cores=5,7
/proc/17926/task/17944/stat : 17944 (python) S 17808 17808 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979748695 339202048 5967 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604471161727168 0 0 -1 7 0 0 0
[pid=17945] ppid=17808 vsize=341508 CPUtime=0.16 cores=5,7
/proc/17945/stat : 17945 (python) S 17808 17808 17585 0 -1 4202560 1076 0 0 0 6 10 0 0 16 0 2 0 979748696 349704192 5971 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17945/statm: 85377 5971 400 364 0 21277 0
[pid=17947] ppid=17945 vsize=247228 CPUtime=100 cores=5,7
/proc/17947/stat : 17947 (FH) T 17945 17947 17947 0 -1 4202496 670 0 0 0 10000 0 0 0 25 0 1 0 979748697 253161472 405 33554432000 134512640 134936988 4286733792 18446744073709551615 134545189 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17947/statm: 61807 405 41 104 0 61311 0
[pid=17945/tid=17962] ppid=17808 vsize=341508 CPUtime=0 cores=5,7
/proc/17945/task/17962/stat : 17962 (python) S 17808 17808 17585 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 979758712 349704192 5971 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604459293725888 0 0 -1 5 0 0 0
[pid=17963] ppid=17808 vsize=351764 CPUtime=0 cores=5,7
/proc/17963/stat : 17963 (python) S 17808 17808 17585 0 -1 4202560 829 0 0 0 0 0 0 0 18 0 1 0 979758713 360206336 5924 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367566918 0 0 16781312 514 9665556585178464255 0 0 17 7 0 0 0
/proc/17963/statm: 87941 5924 350 364 0 23838 0
[pid=17965] ppid=17963 vsize=416916 CPUtime=0.02 cores=5,7
/proc/17965/stat : 17965 (adaptg2wsat2009) R 17963 17965 17965 0 -1 4202496 645 0 0 0 2 0 0 0 19 0 1 0 979758713 426921984 379 33554432000 134512640 135107411 4289758464 18446744073709551615 134523310 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17965/statm: 104229 379 49 146 0 103105 0
[pid=17808/tid=17837] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17837/stat : 17837 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 18 0 9 0 979688610 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17852] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17852/stat : 17852 (python) S 17806 17808 17585 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 9 0 979698623 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17871] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17871/stat : 17871 (python) S 17806 17808 17585 0 -1 4202560 23 923 0 9 0 0 0 0 20 0 9 0 979708637 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17890] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17890/stat : 17890 (python) S 17806 17808 17585 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 979718650 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17908] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17908/stat : 17908 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 979728665 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17927] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17927/stat : 17927 (python) S 17806 17808 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 979738680 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17946] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17946/stat : 17946 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 979748697 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 7 0 0 0
[pid=17808/tid=17964] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17964/stat : 17964 (python) S 17806 17808 17585 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 979758713 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 7868760

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

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

[startup+707.102 s]
/proc/loadavg: 4.06 3.68 2.36 6/302 17965
/proc/meminfo: memFree=2033540/32950928 swapFree=67051116/67111528
[pid=17808] ppid=17806 vsize=362008 CPUtime=1.13 cores=5,7
/proc/17808/stat : 17808 (python) S 17806 17808 17585 0 -1 4202496 16132 923 64 9 77 36 0 0 19 0 9 0 979688005 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 41
/proc/17808/statm: 90502 7470 1892 364 0 26399 0
[pid=17836] ppid=17808 vsize=290216 CPUtime=0.11 cores=5,7
/proc/17836/stat : 17836 (python) S 17808 17808 17585 0 -1 4202560 1145 0 0 0 6 5 0 0 16 0 2 0 979688610 297181184 5966 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17836/statm: 72554 5966 415 364 0 8472 0
[pid=17838] ppid=17836 vsize=1018084 CPUtime=99.99 cores=5,7
/proc/17838/stat : 17838 (gnovelty+2) T 17836 17838 17838 0 -1 4202496 549 0 0 0 9999 0 0 0 25 0 1 0 979688610 1042518016 287 33554432000 134512640 135663704 4286703456 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17838/statm: 254521 287 113 282 0 254237 0
[pid=17836/tid=17850] ppid=17808 vsize=290216 CPUtime=0 cores=5,7
/proc/17836/task/17850/stat : 17850 (python) S 17808 17808 17585 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 979698622 297181184 5966 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604459652728000 0 0 -1 5 0 0 0
[pid=17851] ppid=17808 vsize=290228 CPUtime=0.13 cores=5,7
/proc/17851/stat : 17851 (python) S 17808 17808 17585 0 -1 4202560 1082 0 0 0 8 5 0 0 16 0 2 0 979698623 297193472 5951 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17851/statm: 72557 5951 400 364 0 8472 0
[pid=17853] ppid=17851 vsize=1018084 CPUtime=100.04 cores=5,7
/proc/17853/stat : 17853 (gnovelty+2) T 17851 17853 17853 0 -1 4202496 548 0 0 0 10004 0 0 0 25 0 1 0 979698623 1042518016 286 33554432000 134512640 135663704 4289651664 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17853/statm: 254521 286 113 282 0 254237 0
[pid=17851/tid=17869] ppid=17808 vsize=290228 CPUtime=0 cores=5,7
/proc/17851/task/17869/stat : 17869 (python) S 17808 17808 17585 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 979708636 297193472 5951 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604471147127872 0 0 -1 5 0 0 0
[pid=17870] ppid=17808 vsize=300484 CPUtime=0.13 cores=5,7
/proc/17870/stat : 17870 (python) S 17808 17808 17585 0 -1 4202560 1084 0 0 0 6 7 0 0 19 0 2 0 979708637 307695616 5955 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17870/statm: 75121 5955 400 364 0 11033 0
[pid=17872] ppid=17870 vsize=417056 CPUtime=99.99 cores=5,7
/proc/17872/stat : 17872 (adaptg2wsat2009) T 17870 17872 17872 0 -1 4202496 717 0 0 0 9999 0 0 0 25 0 1 0 979708637 427065344 449 33554432000 134512640 135107411 4293840000 18446744073709551615 134531561 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17872/statm: 104264 449 59 146 0 103140 0
[pid=17870/tid=17888] ppid=17808 vsize=300484 CPUtime=0 cores=5,7
/proc/17870/task/17888/stat : 17888 (python) S 17808 17808 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979718649 307695616 5955 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604463985230272 0 0 -1 5 0 0 0
[pid=17889] ppid=17808 vsize=310740 CPUtime=0.15 cores=5,7
/proc/17889/stat : 17889 (python) S 17808 17808 17585 0 -1 4202560 1085 0 0 0 9 6 0 0 19 0 2 0 979718650 318197760 5959 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/17889/statm: 77685 5959 400 364 0 13594 0
[pid=17891] ppid=17889 vsize=417056 CPUtime=100.13 cores=5,7
/proc/17891/stat : 17891 (adaptg2wsat2009) T 17889 17891 17891 0 -1 4202496 715 0 0 0 10013 0 0 0 25 0 1 0 979718651 427065344 450 33554432000 134512640 135107411 4287925232 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/17891/statm: 104264 450 59 146 0 103140 0
[pid=17889/tid=17906] ppid=17808 vsize=310740 CPUtime=0 cores=5,7
/proc/17889/task/17906/stat : 17906 (python) S 17808 17808 17585 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 979728664 318197760 5959 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604463621124352 0 0 -1 7 0 0 0
[pid=17907] ppid=17808 vsize=320996 CPUtime=0.15 cores=5,7
/proc/17907/stat : 17907 (python) S 17808 17808 17585 0 -1 4202560 1085 0 0 0 7 8 0 0 19 0 2 0 979728665 328699904 5963 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17907/statm: 80249 5963 400 364 0 16155 0
[pid=17909] ppid=17907 vsize=417056 CPUtime=99.99 cores=5,7
/proc/17909/stat : 17909 (adaptg2wsat2009) T 17907 17909 17909 0 -1 4202496 714 0 0 0 9999 0 0 0 25 0 1 0 979728666 427065344 449 33554432000 134512640 135107411 4294155664 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17909/statm: 104264 449 59 146 0 103140 0
[pid=17907/tid=17925] ppid=17808 vsize=320996 CPUtime=0 cores=5,7
/proc/17907/task/17925/stat : 17925 (python) S 17808 17808 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979738679 328699904 5963 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604471140390912 0 0 -1 7 0 0 0
[pid=17926] ppid=17808 vsize=331252 CPUtime=0.15 cores=5,7
/proc/17926/stat : 17926 (python) S 17808 17808 17585 0 -1 4202560 1083 0 0 0 6 9 0 0 19 0 2 0 979738680 339202048 5967 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17926/statm: 82813 5967 400 364 0 18716 0
[pid=17928] ppid=17926 vsize=1018084 CPUtime=100.04 cores=5,7
/proc/17928/stat : 17928 (gnovelty+2) T 17926 17928 17928 0 -1 4202496 549 0 0 0 10004 0 0 0 25 0 1 0 979738680 1042518016 287 33554432000 134512640 135663704 4293707376 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17928/statm: 254521 287 113 282 0 254237 0
[pid=17926/tid=17944] ppid=17808 vsize=331252 CPUtime=0 cores=5,7
/proc/17926/task/17944/stat : 17944 (python) S 17808 17808 17585 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 979748695 339202048 5967 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604471161727168 0 0 -1 7 0 0 0
[pid=17945] ppid=17808 vsize=341508 CPUtime=0.16 cores=5,7
/proc/17945/stat : 17945 (python) S 17808 17808 17585 0 -1 4202560 1076 0 0 0 6 10 0 0 16 0 2 0 979748696 349704192 5971 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/17945/statm: 85377 5971 400 364 0 21277 0
[pid=17947] ppid=17945 vsize=247228 CPUtime=100 cores=5,7
/proc/17947/stat : 17947 (FH) T 17945 17947 17947 0 -1 4202496 670 0 0 0 10000 0 0 0 25 0 1 0 979748697 253161472 405 33554432000 134512640 134936988 4286733792 18446744073709551615 134545189 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/17947/statm: 61807 405 41 104 0 61311 0
[pid=17945/tid=17962] ppid=17808 vsize=341508 CPUtime=0 cores=5,7
/proc/17945/task/17962/stat : 17962 (python) S 17808 17808 17585 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 979758712 349704192 5971 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 514 18446604459293725888 0 0 -1 5 0 0 0
[pid=17963] ppid=17808 vsize=351764 CPUtime=0 cores=5,7
/proc/17963/stat : 17963 (python) S 17808 17808 17585 0 -1 4202560 829 0 0 0 0 0 0 0 18 0 1 0 979758713 360206336 5924 33554432000 4194304 5683644 140737325986576 18446744073709551615 251367566918 0 0 16781312 514 9665556585178464255 0 0 17 7 0 0 0
/proc/17963/statm: 87941 5924 350 364 0 23838 0
[pid=17965] ppid=17963 vsize=416916 CPUtime=0.02 cores=5,7
/proc/17965/stat : 17965 (adaptg2wsat2009) R 17963 17965 17965 0 -1 4202496 645 0 0 0 2 0 0 0 19 0 1 0 979758713 426921984 379 33554432000 134512640 135107411 4289758464 18446744073709551615 134523310 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/17965/statm: 104229 379 49 146 0 103105 0
[pid=17808/tid=17837] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17837/stat : 17837 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 18 0 9 0 979688610 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17852] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17852/stat : 17852 (python) S 17806 17808 17585 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 9 0 979698623 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17871] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17871/stat : 17871 (python) S 17806 17808 17585 0 -1 4202560 23 923 0 9 0 0 0 0 20 0 9 0 979708637 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17890] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17890/stat : 17890 (python) S 17806 17808 17585 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 979718650 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17908] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17908/stat : 17908 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 979728665 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17927] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17927/stat : 17927 (python) S 17806 17808 17585 0 -1 4202560 26 923 0 9 0 0 0 0 20 0 9 0 979738680 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 5 0 0 0
[pid=17808/tid=17946] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17946/stat : 17946 (python) S 17806 17808 17585 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 979748697 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 7 0 0 0
[pid=17808/tid=17964] ppid=17806 vsize=362008 CPUtime=0 cores=5,7
/proc/17808/task/17964/stat : 17964 (python) S 17806 17808 17585 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 979758713 370696192 7470 33554432000 4194304 5683644 140737325986576 18446744073709551615 251379370417 0 0 16781312 2 18446604459652729792 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 7868760

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 707.166
CPU time (s): 702.31
CPU user time (s): 701.45
CPU system time (s): 0.86
CPU usage (%): 99.3133
Max. virtual memory (cumulated for all children) (KiB): 7868760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.780881
system time used= 0.376942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17636
page faults= 73
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37832
involuntary context switches= 67

runsolver used 1.39979 second user time and 3.07953 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-12 18:02:53
IDJOB=3484317
IDBENCH=82828
IDSOLVER=1975
FILE ID=node113/3484317-1307894573
RUNJOBID= node113-1307894572-17762
PBS_JOBID= 13559535
Free space on /tmp= 1816 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v80-c7120-S1980280938-088.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-3484317-1307894573/watcher-3484317-1307894573 -o /tmp/evaluation-result-3484317-1307894573/solver-3484317-1307894573 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484317-1307894573.cnf -seed 2034407944 -budget 1200

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

MD5SUM BENCH= 4fa782cc700b96dfddf41b0ed3b14006
RANDOM SEED=2034407944

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.76
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.846
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.846
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.75
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.846
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.74
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.846
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.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       2451460 kB
Buffers:         63884 kB
Cached:       29478800 kB
SwapCached:      14112 kB
Active:       14599592 kB
Inactive:     14971244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       2451460 kB
SwapTotal:    67111528 kB
SwapFree:     67051116 kB
Dirty:           99860 kB
Writeback:          24 kB
AnonPages:       25368 kB
Mapped:          10224 kB
Slab:           865264 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   239280 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= 1740 MiB
End job on node113 at 2011-06-12 18:14:43