Trace number 3484153

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) 704.01 703.963

General information on the benchmark

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

Solver Data

0.44/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.44/0.70	c INFO: solving HOME/instance-3484153-1307747843.cnf
0.44/0.70	c INFO: computing task features
0.44/0.77	c INFO: computed variable-clause graph statistics
0.44/0.77	c INFO: computed clause balance statistics
1.13/1.41	c INFO: computed variable balance statistics
1.33/1.66	c INFO: computed small-clause counts
1.33/1.66	c INFO: computed Horn-clause counts
1.33/1.68	c INFO: computed variable graph statistics
1.33/1.68	c INFO: collected features for HOME/instance-3484153-1307747843.cnf in 1.03 s
1.33/1.69	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
101.54/101.86	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.12)
201.85/202.04	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
301.97/302.19	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.22/402.34	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
502.34/502.50	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
602.68/602.69	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.91/702.84	c INFO: running adaptg2wsat2009++@0 for 97 with 498 remaining (b = 0.03)

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

running on 2 cores: 1,3

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.15 3.84 2.42 4/231 11357
/proc/meminfo: memFree=31243048/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=15384 CPUtime=0 cores=1,3
/proc/11357/stat : 11357 (python) R 11355 11357 10649 0 -1 4202496 791 0 0 0 0 0 0 0 25 0 1 0 867200211 15753216 678 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510340743 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11357/statm: 3845 679 322 364 0 332 0

[startup+0.0695129 s]
/proc/loadavg: 4.15 3.84 2.42 4/231 11357
/proc/meminfo: memFree=31243048/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=36512 CPUtime=0.03 cores=1,3
/proc/11357/stat : 11357 (python) R 11355 11357 10649 0 -1 4202496 1579 0 0 0 3 0 0 0 25 0 1 0 867200211 37388288 1412 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510297344 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11357/statm: 9128 1425 452 364 0 945 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36512

[startup+0.100505 s]
/proc/loadavg: 4.15 3.84 2.42 4/231 11357
/proc/meminfo: memFree=31243048/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=87704 CPUtime=0.06 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 2639 0 0 0 5 1 0 0 18 0 1 0 867200211 89808896 2354 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/11357/statm: 21927 2355 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.30048 s]
/proc/loadavg: 4.15 3.84 2.42 4/231 11357
/proc/meminfo: memFree=31243048/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=135748 CPUtime=0.19 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 5973 932 1 0 14 5 0 0 17 0 1 0 867200211 139005952 4149 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510293509 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/11357/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700399 s]
/proc/loadavg: 4.15 3.84 2.42 4/231 11357
/proc/meminfo: memFree=31243048/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=280084 CPUtime=0.44 cores=1,3
/proc/11357/stat : 11357 (python) R 11355 11357 10649 0 -1 4202496 9686 932 1 0 34 10 0 0 15 0 1 0 867200211 286806016 7357 33554432000 4194304 5683644 140736303698400 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11357/statm: 70021 7357 1761 364 0 5945 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280084

[startup+1.50025 s]
/proc/loadavg: 4.15 3.84 2.42 5/232 11362
/proc/meminfo: memFree=31216776/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=282560 CPUtime=1.23 cores=1,3
/proc/11357/stat : 11357 (python) R 11355 11357 10649 0 -1 4202496 11220 932 1 0 113 10 0 0 16 0 1 0 867200211 289341440 8054 33554432000 4194304 5683644 140736303698400 18446744073709551615 4540682 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/11357/statm: 70640 8054 1827 364 0 6564 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 282560

[startup+3.10097 s]
/proc/loadavg: 4.14 3.84 2.43 5/235 11365
/proc/meminfo: memFree=31216752/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=289440 CPUtime=1.43 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 11579 932 1 0 133 10 0 0 19 0 2 0 867200211 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11357/statm: 72360 7225 1869 364 0 8278 0
[pid=11363] ppid=11357 vsize=279196 CPUtime=0 cores=1,3
/proc/11363/stat : 11363 (python) S 11357 11357 10649 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 867200380 285896704 5706 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510317583 0 0 16781312 514 17454979092192395528 0 0 17 1 0 0 0
/proc/11363/statm: 69799 5706 354 364 0 5717 0
[pid=11365] ppid=11363 vsize=1018616 CPUtime=1.39 cores=1,3
/proc/11365/stat : 11365 (gnovelty+2) R 11363 11365 11365 0 -1 4202496 765 0 0 0 139 0 0 0 22 0 1 0 867200381 1043062784 500 33554432000 134512640 135663704 4289597200 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11365/statm: 254654 500 113 282 0 254370 0
[pid=11357/tid=11364] ppid=11355 vsize=289440 CPUtime=0 cores=1,3
/proc/11357/task/11364/stat : 11364 (python) S 11355 11357 10649 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 867200381 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1587252

[startup+6.30036 s]
/proc/loadavg: 4.14 3.84 2.43 5/235 11365
/proc/meminfo: memFree=31216016/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=289440 CPUtime=1.43 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 11579 932 1 0 133 10 0 0 19 0 2 0 867200211 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11357/statm: 72360 7225 1869 364 0 8278 0
[pid=11363] ppid=11357 vsize=279196 CPUtime=0 cores=1,3
/proc/11363/stat : 11363 (python) S 11357 11357 10649 0 -1 4202560 859 0 0 0 0 0 0 0 18 0 1 0 867200380 285896704 5729 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510317583 0 0 16781312 514 17454979092192395528 0 0 17 1 0 0 0
/proc/11363/statm: 69799 5729 377 364 0 5717 0
[pid=11365] ppid=11363 vsize=1018616 CPUtime=4.58 cores=1,3
/proc/11365/stat : 11365 (gnovelty+2) R 11363 11365 11365 0 -1 4202496 765 0 0 0 458 0 0 0 25 0 1 0 867200381 1043062784 500 33554432000 134512640 135663704 4289597200 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/11365/statm: 254654 500 113 282 0 254370 0
[pid=11357/tid=11364] ppid=11355 vsize=289440 CPUtime=0 cores=1,3
/proc/11357/task/11364/stat : 11364 (python) S 11355 11357 10649 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 867200381 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1587252

[startup+12.7002 s]
/proc/loadavg: 4.11 3.84 2.45 5/235 11365
/proc/meminfo: memFree=31215476/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=289440 CPUtime=1.43 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 11579 932 1 0 133 10 0 0 19 0 2 0 867200211 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11357/statm: 72360 7225 1869 364 0 8278 0
[pid=11363] ppid=11357 vsize=279196 CPUtime=0.01 cores=1,3
/proc/11363/stat : 11363 (python) S 11357 11357 10649 0 -1 4202560 860 0 0 0 0 1 0 0 18 0 1 0 867200380 285896704 5729 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510317583 0 0 16781312 514 17651506895757738248 0 0 17 1 0 0 0
/proc/11363/statm: 69799 5729 377 364 0 5717 0
[pid=11365] ppid=11363 vsize=1018616 CPUtime=10.97 cores=1,3
/proc/11365/stat : 11365 (gnovelty+2) R 11363 11365 11365 0 -1 4202496 765 0 0 0 1097 0 0 0 25 0 1 0 867200381 1043062784 500 33554432000 134512640 135663704 4289597200 18446744073709551615 134524857 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11365/statm: 254654 500 113 282 0 254370 0
[pid=11357/tid=11364] ppid=11355 vsize=289440 CPUtime=0 cores=1,3
/proc/11357/task/11364/stat : 11364 (python) S 11355 11357 10649 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 867200381 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1587252

[startup+25.5009 s]
/proc/loadavg: 4.10 3.85 2.46 5/235 11365
/proc/meminfo: memFree=31215860/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=289440 CPUtime=1.43 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 11579 932 1 0 133 10 0 0 19 0 2 0 867200211 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11357/statm: 72360 7225 1869 364 0 8278 0
[pid=11363] ppid=11357 vsize=279196 CPUtime=0.03 cores=1,3
/proc/11363/stat : 11363 (python) S 11357 11357 10649 0 -1 4202560 867 0 0 0 2 1 0 0 18 0 1 0 867200380 285896704 5729 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510317583 0 0 16781312 514 17651506895757738248 0 0 17 1 0 0 0
/proc/11363/statm: 69799 5729 377 364 0 5717 0
[pid=11365] ppid=11363 vsize=1018616 CPUtime=23.75 cores=1,3
/proc/11365/stat : 11365 (gnovelty+2) R 11363 11365 11365 0 -1 4202496 765 0 0 0 2375 0 0 0 25 0 1 0 867200381 1043062784 500 33554432000 134512640 135663704 4289597200 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11365/statm: 254654 500 113 282 0 254370 0
[pid=11357/tid=11364] ppid=11355 vsize=289440 CPUtime=0 cores=1,3
/proc/11357/task/11364/stat : 11364 (python) S 11355 11357 10649 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 867200381 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1587252

[startup+51.1003 s]
/proc/loadavg: 4.06 3.86 2.50 5/237 11368
/proc/meminfo: memFree=31212252/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=289440 CPUtime=1.43 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 11579 932 1 0 133 10 0 0 19 0 2 0 867200211 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11357/statm: 72360 7225 1869 364 0 8278 0
[pid=11363] ppid=11357 vsize=279196 CPUtime=0.06 cores=1,3
/proc/11363/stat : 11363 (python) S 11357 11357 10649 0 -1 4202560 879 0 0 0 3 3 0 0 18 0 1 0 867200380 285896704 5729 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510317583 0 0 16781312 514 17651506895757738248 0 0 17 1 0 0 0
/proc/11363/statm: 69799 5729 377 364 0 5717 0
[pid=11365] ppid=11363 vsize=1018616 CPUtime=49.33 cores=1,3
/proc/11365/stat : 11365 (gnovelty+2) R 11363 11365 11365 0 -1 4202496 765 0 0 0 4933 0 0 0 25 0 1 0 867200381 1043062784 500 33554432000 134512640 135663704 4289597200 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11365/statm: 254654 500 113 282 0 254370 0
[pid=11357/tid=11364] ppid=11355 vsize=289440 CPUtime=0 cores=1,3
/proc/11357/task/11364/stat : 11364 (python) S 11355 11357 10649 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 867200381 296386560 7225 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 1587252

[startup+102.308 s]
/proc/loadavg: 4.09 3.90 2.59 5/241 11376
/proc/meminfo: memFree=31180044/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=299868 CPUtime=1.44 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 12424 932 1 0 134 10 0 0 20 0 3 0 867200211 307064832 7291 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11357/statm: 74967 7291 1872 364 0 10882 0
[pid=11363] ppid=11357 vsize=289440 CPUtime=0.14 cores=1,3
/proc/11363/stat : 11363 (python) S 11357 11357 10649 0 -1 4202560 1135 0 0 0 7 7 0 0 19 0 2 0 867200380 296386560 5772 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 72360 5772 415 364 0 8278 0
[pid=11365] ppid=11363 vsize=1018616 CPUtime=100.02 cores=1,3
/proc/11365/stat : 11365 (gnovelty+2) T 11363 11365 11365 0 -1 4202496 765 0 0 0 10002 0 0 0 25 0 1 0 867200381 1043062784 500 33554432000 134512640 135663704 4289597200 18446744073709551615 134525054 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11365/statm: 254654 500 113 282 0 254370 0
[pid=11363/tid=11373] ppid=11357 vsize=289440 CPUtime=0 cores=1,3
/proc/11363/task/11373/stat : 11373 (python) S 11357 11357 10649 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867210397 296386560 5772 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604469861649152 0 0 -1 3 0 0 0
[pid=11374] ppid=11357 vsize=289624 CPUtime=0 cores=1,3
/proc/11374/stat : 11374 (python) S 11357 11357 10649 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 867210398 296574976 5763 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510317638 0 0 16781312 514 10289206452400685055 0 0 17 3 0 0 0
/proc/11374/statm: 72406 5763 348 364 0 8321 0
[pid=11376] ppid=11374 vsize=1018616 CPUtime=0.43 cores=1,3
/proc/11376/stat : 11376 (gnovelty+2) R 11374 11376 11376 0 -1 4202496 764 0 0 0 43 0 0 0 20 0 1 0 867210398 1043062784 501 33554432000 134512640 135663704 4294121760 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11376/statm: 254654 501 113 282 0 254370 0
[pid=11357/tid=11364] ppid=11355 vsize=299868 CPUtime=0 cores=1,3
/proc/11357/task/11364/stat : 11364 (python) S 11355 11357 10649 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 3 0 867200381 307064832 7291 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
[pid=11357/tid=11375] ppid=11355 vsize=299868 CPUtime=0 cores=1,3
/proc/11357/task/11375/stat : 11375 (python) S 11355 11357 10649 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 867210398 307064832 7291 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 2916164

[startup+162.3 s]
/proc/loadavg: 4.03 3.91 2.68 5/247 11384
/proc/meminfo: memFree=31103016/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=299868 CPUtime=1.44 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 12424 932 1 0 134 10 0 0 20 0 3 0 867200211 307064832 7291 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11357/statm: 74967 7291 1872 364 0 10882 0
[pid=11363] ppid=11357 vsize=289440 CPUtime=0.14 cores=1,3
/proc/11363/stat : 11363 (python) S 11357 11357 10649 0 -1 4202560 1135 0 0 0 7 7 0 0 19 0 2 0 867200380 296386560 5772 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 72360 5772 415 364 0 8278 0
[pid=11365] ppid=11363 vsize=1018616 CPUtime=100.02 cores=1,3
/proc/11365/stat : 11365 (gnovelty+2) T 11363 11365 11365 0 -1 4202496 765 0 0 0 10002 0 0 0 25 0 1 0 867200381 1043062784 500 33554432000 134512640 135663704 4289597200 18446744073709551615 134525054 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11365/statm: 254654 500 113 282 0 254370 0
[pid=11363/tid=11373] ppid=11357 vsize=289440 CPUtime=0 cores=1,3
/proc/11363/task/11373/stat : 11373 (python) S 11357 11357 10649 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867210397 296386560 5772 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604469861649152 0 0 -1 3 0 0 0
[pid=11374] ppid=11357 vsize=289624 CPUtime=0.08 cores=1,3

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

[pid=11388] ppid=11357 vsize=300484 CPUtime=0.15 cores=1,3
/proc/11388/stat : 11388 (python) S 11357 11357 10649 0 -1 4202560 1069 0 0 0 7 8 0 0 19 0 2 0 867220415 307695616 5955 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11388/statm: 75121 5955 399 364 0 11033 0
[pid=11390] ppid=11388 vsize=418636 CPUtime=100.01 cores=1,3
/proc/11390/stat : 11390 (adaptg2wsat2009) T 11388 11390 11390 0 -1 4202496 1220 0 0 0 10001 0 0 0 25 0 1 0 867220416 428683264 955 33554432000 134512640 135107411 4293146992 18446744073709551615 134531508 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11390/statm: 104659 955 59 146 0 103535 0
[pid=11388/tid=11399] ppid=11357 vsize=300484 CPUtime=0 cores=1,3
/proc/11388/task/11399/stat : 11399 (python) S 11357 11357 10649 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867230429 307695616 5955 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604471116609600 0 0 -1 3 0 0 0
[pid=11400] ppid=11357 vsize=310740 CPUtime=0.15 cores=1,3
/proc/11400/stat : 11400 (python) S 11357 11357 10649 0 -1 4202560 1086 0 0 0 7 8 0 0 19 0 2 0 867230430 318197760 5959 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11400/statm: 77685 5959 400 364 0 13594 0
[pid=11402] ppid=11400 vsize=418636 CPUtime=100.03 cores=1,3
/proc/11402/stat : 11402 (adaptg2wsat2009) T 11400 11402 11402 0 -1 4202496 1220 0 0 0 10003 0 0 0 25 0 1 0 867230431 428683264 956 33554432000 134512640 135107411 4290568128 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11402/statm: 104659 956 59 146 0 103535 0
[pid=11400/tid=11411] ppid=11357 vsize=310740 CPUtime=0 cores=1,3
/proc/11400/task/11411/stat : 11411 (python) S 11357 11357 10649 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867240444 318197760 5959 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604471158052160 0 0 -1 3 0 0 0
[pid=11412] ppid=11357 vsize=320996 CPUtime=0.15 cores=1,3
/proc/11412/stat : 11412 (python) S 11357 11357 10649 0 -1 4202560 1080 0 0 0 6 9 0 0 17 0 2 0 867240445 328699904 5963 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11412/statm: 80249 5963 400 364 0 16155 0
[pid=11414] ppid=11412 vsize=418636 CPUtime=100 cores=1,3
/proc/11414/stat : 11414 (adaptg2wsat2009) T 11412 11414 11414 0 -1 4202496 1217 0 0 0 10000 0 0 0 25 0 1 0 867240446 428683264 955 33554432000 134512640 135107411 4291464720 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11414/statm: 104659 955 59 146 0 103535 0
[pid=11412/tid=11427] ppid=11357 vsize=320996 CPUtime=0 cores=1,3
/proc/11412/task/11427/stat : 11427 (python) S 11357 11357 10649 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 867250460 328699904 5963 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604471159510080 0 0 -1 1 0 0 0
[pid=11428] ppid=11357 vsize=331252 CPUtime=0.16 cores=1,3
/proc/11428/stat : 11428 (python) S 11357 11357 10649 0 -1 4202560 1067 0 0 0 9 7 0 0 19 0 2 0 867250461 339202048 5967 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11428/statm: 82813 5967 400 364 0 18716 0
[pid=11430] ppid=11428 vsize=1018616 CPUtime=100.18 cores=1,3
/proc/11430/stat : 11430 (gnovelty+2) T 11428 11430 11430 0 -1 4202496 763 0 0 0 10018 0 0 0 25 0 1 0 867250461 1043062784 501 33554432000 134512640 135663704 4290125792 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11430/statm: 254654 501 113 282 0 254370 0
[pid=11428/tid=11444] ppid=11357 vsize=331252 CPUtime=0 cores=1,3
/proc/11428/task/11444/stat : 11444 (python) S 11357 11357 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867260479 339202048 5967 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604471159510976 0 0 -1 3 0 0 0
[pid=11445] ppid=11357 vsize=341508 CPUtime=0.15 cores=1,3
/proc/11445/stat : 11445 (python) S 11357 11357 10649 0 -1 4202560 1071 0 0 0 9 6 0 0 19 0 2 0 867260480 349704192 5971 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11445/statm: 85377 5971 400 364 0 21277 0
[pid=11447] ppid=11445 vsize=248652 CPUtime=100.01 cores=1,3
/proc/11447/stat : 11447 (FH) T 11445 11447 11447 0 -1 4202496 1123 0 0 0 10001 0 0 0 25 0 1 0 867260481 254619648 858 33554432000 134512640 134936988 4288545536 18446744073709551615 134544814 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11447/statm: 62163 858 41 104 0 61667 0
[pid=11445/tid=11685] ppid=11357 vsize=341508 CPUtime=0 cores=1,3
/proc/11445/task/11685/stat : 11685 (python) S 11357 11357 10649 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867270495 349704192 5971 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604454451034176 0 0 -1 3 0 0 0
[pid=11686] ppid=11357 vsize=351764 CPUtime=0 cores=1,3
/proc/11686/stat : 11686 (python) S 11357 11357 10649 0 -1 4202560 855 0 0 0 0 0 0 0 18 0 1 0 867270496 360206336 5928 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510317638 0 0 16781312 514 4456536410828046335 0 0 17 1 0 0 0
/proc/11686/statm: 87941 5928 354 364 0 23838 0
[pid=11688] ppid=11686 vsize=418500 CPUtime=1.05 cores=1,3
/proc/11688/stat : 11688 (adaptg2wsat2009) R 11686 11688 11688 0 -1 4202496 1076 0 0 0 105 0 0 0 24 0 1 0 867270496 428544000 810 33554432000 134512640 135107411 4290236528 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11688/statm: 104625 810 49 146 0 103501 0
[pid=11357/tid=11364] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11364/stat : 11364 (python) S 11355 11357 10649 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 867200381 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
[pid=11357/tid=11375] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11375/stat : 11375 (python) S 11355 11357 10649 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 867210398 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11389] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11389/stat : 11389 (python) S 11355 11357 10649 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 867220415 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11401] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11401/stat : 11401 (python) S 11355 11357 10649 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867230430 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11413] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11413/stat : 11413 (python) S 11355 11357 10649 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867240445 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11429] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11429/stat : 11429 (python) S 11355 11357 10649 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867250461 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11446] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11446/stat : 11446 (python) S 11355 11357 10649 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867260480 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11687] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11687/stat : 11687 (python) S 11355 11357 10649 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867270496 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 704.01
Current children cumulated vsize (KiB) 7876724

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

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

[startup+703.901 s]
/proc/loadavg: 4.07 4.04 3.27 5/246 11688
/proc/meminfo: memFree=31381464/32951124 swapFree=67056964/67111528
[pid=11357] ppid=11355 vsize=362008 CPUtime=1.5 cores=1,3
/proc/11357/stat : 11357 (python) S 11355 11357 10649 0 -1 4202496 17488 932 1 0 138 12 0 0 20 0 9 0 867200211 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11357/statm: 90502 7470 1892 364 0 26399 0
[pid=11363] ppid=11357 vsize=289440 CPUtime=0.14 cores=1,3
/proc/11363/stat : 11363 (python) S 11357 11357 10649 0 -1 4202560 1135 0 0 0 7 7 0 0 19 0 2 0 867200380 296386560 5772 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11363/statm: 72360 5772 415 364 0 8278 0
[pid=11365] ppid=11363 vsize=1018616 CPUtime=100.02 cores=1,3
/proc/11365/stat : 11365 (gnovelty+2) T 11363 11365 11365 0 -1 4202496 765 0 0 0 10002 0 0 0 25 0 1 0 867200381 1043062784 500 33554432000 134512640 135663704 4289597200 18446744073709551615 134525054 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11365/statm: 254654 500 113 282 0 254370 0
[pid=11363/tid=11373] ppid=11357 vsize=289440 CPUtime=0 cores=1,3
/proc/11363/task/11373/stat : 11373 (python) S 11357 11357 10649 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867210397 296386560 5772 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604469861649152 0 0 -1 3 0 0 0
[pid=11374] ppid=11357 vsize=289624 CPUtime=0.15 cores=1,3
/proc/11374/stat : 11374 (python) S 11357 11357 10649 0 -1 4202560 1080 0 0 0 7 8 0 0 19 0 2 0 867210398 296574976 5816 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11374/statm: 72406 5816 400 364 0 8321 0
[pid=11376] ppid=11374 vsize=1018616 CPUtime=100.16 cores=1,3
/proc/11376/stat : 11376 (gnovelty+2) T 11374 11376 11376 0 -1 4202496 764 0 0 0 10016 0 0 0 25 0 1 0 867210398 1043062784 501 33554432000 134512640 135663704 4294121760 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11376/statm: 254654 501 113 282 0 254370 0
[pid=11374/tid=11387] ppid=11357 vsize=289624 CPUtime=0 cores=1,3
/proc/11374/task/11387/stat : 11387 (python) S 11357 11357 10649 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867220414 296574976 5816 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604463898270400 0 0 -1 3 0 0 0
[pid=11388] ppid=11357 vsize=300484 CPUtime=0.15 cores=1,3
/proc/11388/stat : 11388 (python) S 11357 11357 10649 0 -1 4202560 1069 0 0 0 7 8 0 0 19 0 2 0 867220415 307695616 5955 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11388/statm: 75121 5955 399 364 0 11033 0
[pid=11390] ppid=11388 vsize=418636 CPUtime=100.01 cores=1,3
/proc/11390/stat : 11390 (adaptg2wsat2009) T 11388 11390 11390 0 -1 4202496 1220 0 0 0 10001 0 0 0 25 0 1 0 867220416 428683264 955 33554432000 134512640 135107411 4293146992 18446744073709551615 134531508 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11390/statm: 104659 955 59 146 0 103535 0
[pid=11388/tid=11399] ppid=11357 vsize=300484 CPUtime=0 cores=1,3
/proc/11388/task/11399/stat : 11399 (python) S 11357 11357 10649 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867230429 307695616 5955 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604471116609600 0 0 -1 3 0 0 0
[pid=11400] ppid=11357 vsize=310740 CPUtime=0.15 cores=1,3
/proc/11400/stat : 11400 (python) S 11357 11357 10649 0 -1 4202560 1086 0 0 0 7 8 0 0 19 0 2 0 867230430 318197760 5959 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11400/statm: 77685 5959 400 364 0 13594 0
[pid=11402] ppid=11400 vsize=418636 CPUtime=100.03 cores=1,3
/proc/11402/stat : 11402 (adaptg2wsat2009) T 11400 11402 11402 0 -1 4202496 1220 0 0 0 10003 0 0 0 25 0 1 0 867230431 428683264 956 33554432000 134512640 135107411 4290568128 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11402/statm: 104659 956 59 146 0 103535 0
[pid=11400/tid=11411] ppid=11357 vsize=310740 CPUtime=0 cores=1,3
/proc/11400/task/11411/stat : 11411 (python) S 11357 11357 10649 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867240444 318197760 5959 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604471158052160 0 0 -1 3 0 0 0
[pid=11412] ppid=11357 vsize=320996 CPUtime=0.15 cores=1,3
/proc/11412/stat : 11412 (python) S 11357 11357 10649 0 -1 4202560 1080 0 0 0 6 9 0 0 17 0 2 0 867240445 328699904 5963 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11412/statm: 80249 5963 400 364 0 16155 0
[pid=11414] ppid=11412 vsize=418636 CPUtime=100 cores=1,3
/proc/11414/stat : 11414 (adaptg2wsat2009) T 11412 11414 11414 0 -1 4202496 1217 0 0 0 10000 0 0 0 25 0 1 0 867240446 428683264 955 33554432000 134512640 135107411 4291464720 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11414/statm: 104659 955 59 146 0 103535 0
[pid=11412/tid=11427] ppid=11357 vsize=320996 CPUtime=0 cores=1,3
/proc/11412/task/11427/stat : 11427 (python) S 11357 11357 10649 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 867250460 328699904 5963 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604471159510080 0 0 -1 1 0 0 0
[pid=11428] ppid=11357 vsize=331252 CPUtime=0.16 cores=1,3
/proc/11428/stat : 11428 (python) S 11357 11357 10649 0 -1 4202560 1067 0 0 0 9 7 0 0 19 0 2 0 867250461 339202048 5967 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/11428/statm: 82813 5967 400 364 0 18716 0
[pid=11430] ppid=11428 vsize=1018616 CPUtime=100.18 cores=1,3
/proc/11430/stat : 11430 (gnovelty+2) T 11428 11430 11430 0 -1 4202496 763 0 0 0 10018 0 0 0 25 0 1 0 867250461 1043062784 501 33554432000 134512640 135663704 4290125792 18446744073709551615 134524868 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/11430/statm: 254654 501 113 282 0 254370 0
[pid=11428/tid=11444] ppid=11357 vsize=331252 CPUtime=0 cores=1,3
/proc/11428/task/11444/stat : 11444 (python) S 11357 11357 10649 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867260479 339202048 5967 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604471159510976 0 0 -1 3 0 0 0
[pid=11445] ppid=11357 vsize=341508 CPUtime=0.15 cores=1,3
/proc/11445/stat : 11445 (python) S 11357 11357 10649 0 -1 4202560 1071 0 0 0 9 6 0 0 19 0 2 0 867260480 349704192 5971 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/11445/statm: 85377 5971 400 364 0 21277 0
[pid=11447] ppid=11445 vsize=248652 CPUtime=100.01 cores=1,3
/proc/11447/stat : 11447 (FH) T 11445 11447 11447 0 -1 4202496 1123 0 0 0 10001 0 0 0 25 0 1 0 867260481 254619648 858 33554432000 134512640 134936988 4288545536 18446744073709551615 134544814 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/11447/statm: 62163 858 41 104 0 61667 0
[pid=11445/tid=11685] ppid=11357 vsize=341508 CPUtime=0 cores=1,3
/proc/11445/task/11685/stat : 11685 (python) S 11357 11357 10649 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867270495 349704192 5971 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 514 18446604454451034176 0 0 -1 3 0 0 0
[pid=11686] ppid=11357 vsize=351764 CPUtime=0 cores=1,3
/proc/11686/stat : 11686 (python) S 11357 11357 10649 0 -1 4202560 855 0 0 0 0 0 0 0 18 0 1 0 867270496 360206336 5928 33554432000 4194304 5683644 140736303698400 18446744073709551615 233510317638 0 0 16781312 514 4456536410828046335 0 0 17 1 0 0 0
/proc/11686/statm: 87941 5928 354 364 0 23838 0
[pid=11688] ppid=11686 vsize=418500 CPUtime=1.05 cores=1,3
/proc/11688/stat : 11688 (adaptg2wsat2009) R 11686 11688 11688 0 -1 4202496 1076 0 0 0 105 0 0 0 24 0 1 0 867270496 428544000 810 33554432000 134512640 135107411 4290236528 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/11688/statm: 104625 810 49 146 0 103501 0
[pid=11357/tid=11364] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11364/stat : 11364 (python) S 11355 11357 10649 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 867200381 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
[pid=11357/tid=11375] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11375/stat : 11375 (python) S 11355 11357 10649 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 867210398 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11389] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11389/stat : 11389 (python) S 11355 11357 10649 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 867220415 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11401] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11401/stat : 11401 (python) S 11355 11357 10649 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867230430 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11413] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11413/stat : 11413 (python) S 11355 11357 10649 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867240445 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11429] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11429/stat : 11429 (python) S 11355 11357 10649 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867250461 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11446] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11446/stat : 11446 (python) S 11355 11357 10649 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867260480 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 1 0 0 0
[pid=11357/tid=11687] ppid=11355 vsize=362008 CPUtime=0 cores=1,3
/proc/11357/task/11687/stat : 11687 (python) S 11355 11357 10649 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867270496 370696192 7470 33554432000 4194304 5683644 140736303698400 18446744073709551615 233522121137 0 0 16781312 2 18446604469861648256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 704.01
Current children cumulated vsize (KiB) 7876724

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.963
CPU time (s): 704.01
CPU user time (s): 703.36
CPU system time (s): 0.65
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 7876724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.39979
system time used= 0.124981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18961
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= 2864
involuntary context switches= 27

runsolver used 1.55576 second user time and 3.35949 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-11 01:17:23
IDJOB=3484153
IDBENCH=82664
IDSOLVER=1975
FILE ID=node145/3484153-1307747843
RUNJOBID= node145-1307746987-10669
PBS_JOBID= 13550815
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S72668411-025-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-3484153-1307747843/watcher-3484153-1307747843 -o /tmp/evaluation-result-3484153-1307747843/solver-3484153-1307747843 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484153-1307747843.cnf -seed 1698788713 -budget 1200

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

MD5SUM BENCH= a7d53123c03c2abad4ab13635af690bf
RANDOM SEED=1698788713

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31243600 kB
Buffers:        112628 kB
Cached:         823156 kB
SwapCached:       7976 kB
Active:        1003452 kB
Inactive:       546928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31243600 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:           32220 kB
Writeback:          96 kB
AnonPages:      612216 kB
Mapped:          20496 kB
Slab:            79540 kB
PageTables:      16148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4855872 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= 73832 MiB
End job on node145 at 2011-06-11 01:29:10