Trace number 3484002

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) 703.76 703.965

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S832901479-042-UNKNOWN.cnf
MD5SUMa5a87dc48ba0573fb8f2b8721bafcab2
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 variables400
Number of clauses34000
Sum of the clauses size238000
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 534000

Solver Data

0.41/0.86	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/0.86	c INFO: solving HOME/instance-3484002-1307746988.cnf
0.41/0.86	c INFO: computing task features
0.60/1.09	c INFO: computed variable-clause graph statistics
0.60/1.10	c INFO: computed clause balance statistics
1.81/2.25	c INFO: computed variable balance statistics
2.30/2.71	c INFO: computed small-clause counts
2.30/2.72	c INFO: computed Horn-clause counts
2.30/2.76	c INFO: computed variable graph statistics
2.30/2.76	c INFO: collected features for HOME/instance-3484002-1307746988.cnf in 1.89 s
2.30/2.78	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
102.60/102.97	c INFO: running gnovelty+2@0 for 97 with 1097 remaining (b = 0.13)
202.80/203.15	c INFO: running adaptg2wsat2009++@0 for 97 with 997 remaining (b = 0.08)
302.89/303.29	c INFO: running adaptg2wsat2009++@0 for 97 with 897 remaining (b = 0.07)
403.11/403.43	c INFO: running adaptg2wsat2009++@0 for 97 with 797 remaining (b = 0.05)
503.22/503.58	c INFO: running gnovelty+2@0 for 97 with 697 remaining (b = 0.04)
602.56/602.79	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
702.75/702.95	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-3484002-1307746988/watcher-3484002-1307746988 -o /tmp/evaluation-result-3484002-1307746988/solver-3484002-1307746988 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484002-1307746988.cnf -seed 2106410688 -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.00 0.00 0.00 4/186 13064
/proc/meminfo: memFree=31872192/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=15080 CPUtime=0 cores=5,7
/proc/13064/stat : 13064 (python) R 13062 13064 12976 0 -1 4202496 650 0 0 0 0 0 0 0 18 0 1 0 867114759 15441920 544 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13064/statm: 3770 544 312 364 0 257 0

[startup+0.0763069 s]
/proc/loadavg: 0.00 0.00 0.00 4/186 13064
/proc/meminfo: memFree=31872192/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=30108 CPUtime=0.04 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 1471 0 0 0 3 1 0 0 17 0 1 0 867114759 30830592 1308 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/13064/statm: 7527 1308 443 364 0 897 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 30108

[startup+0.100347 s]
/proc/loadavg: 0.00 0.00 0.00 4/186 13064
/proc/meminfo: memFree=31872192/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=50008 CPUtime=0.05 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 1954 0 0 0 3 2 0 0 17 0 1 0 867114759 51208192 1716 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/13064/statm: 12502 1716 476 364 0 1202 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50008

[startup+0.300204 s]
/proc/loadavg: 0.00 0.00 0.00 4/186 13064
/proc/meminfo: memFree=31872192/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=126292 CPUtime=0.17 cores=5,7
/proc/13064/stat : 13064 (python) R 13062 13064 12976 0 -1 4202496 4714 929 1 0 9 8 0 0 18 0 1 0 867114759 129323008 3894 33554432000 4194304 5683644 140734534369408 18446744073709551615 5170381 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/13064/statm: 31573 3894 1001 364 0 2868 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 126292

[startup+0.700213 s]
/proc/loadavg: 0.00 0.00 0.00 4/186 13064
/proc/meminfo: memFree=31872192/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=224444 CPUtime=0.35 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 7543 929 1 0 20 15 0 0 16 0 1 0 867114759 229830656 5512 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/13064/statm: 56111 5512 1557 364 0 4167 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 224444

[startup+1.50098 s]
/proc/loadavg: 0.00 0.00 0.00 5/187 13069
/proc/meminfo: memFree=31795712/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=289488 CPUtime=1.1 cores=5,7
/proc/13064/stat : 13064 (python) R 13062 13064 12976 0 -1 4202496 13893 929 1 0 91 19 0 0 16 0 1 0 867114759 296435712 9757 33554432000 4194304 5683644 140734534369408 18446744073709551615 47132672812663 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/13064/statm: 72372 9757 1826 364 0 8296 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 289488

[startup+3.10072 s]
/proc/loadavg: 0.00 0.00 0.00 5/193 13075
/proc/meminfo: memFree=31769500/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=291924 CPUtime=2.37 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 14209 929 1 0 218 19 0 0 20 0 2 0 867114759 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13064/statm: 72981 7846 1869 364 0 8899 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 291924
heavy processes:

[startup+6.30113 s]
/proc/loadavg: 0.32 0.07 0.02 5/196 13078
/proc/meminfo: memFree=31769092/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=291924 CPUtime=2.37 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 14209 929 1 0 218 19 0 0 20 0 2 0 867114759 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13064/statm: 72981 7846 1869 364 0 8899 0
[pid=13076] ppid=13064 vsize=282232 CPUtime=0 cores=5,7
/proc/13076/stat : 13076 (python) S 13064 13064 12976 0 -1 4202560 725 0 0 0 0 0 0 0 18 0 1 0 867115037 289005568 6329 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816256527 0 0 16781312 514 2537047768841552136 0 0 17 7 0 0 0
/proc/13076/statm: 70558 6329 355 364 0 6476 0
[pid=13078] ppid=13076 vsize=1020188 CPUtime=3.51 cores=5,7
/proc/13078/stat : 13078 (gnovelty+2) R 13076 13078 13078 0 -1 4202496 1137 0 0 0 351 0 0 0 25 0 1 0 867115037 1044672512 877 33554432000 134512640 135663704 4288925584 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13078/statm: 255047 877 113 282 0 254763 0
[pid=13064/tid=13077] ppid=13062 vsize=291924 CPUtime=0 cores=5,7
/proc/13064/task/13077/stat : 13077 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 2 0 867115037 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 1594344

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.04 5/199 13081
/proc/meminfo: memFree=31739248/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=291924 CPUtime=2.37 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 14209 929 1 0 218 19 0 0 20 0 2 0 867114759 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13064/statm: 72981 7846 1869 364 0 8899 0
[pid=13076] ppid=13064 vsize=282232 CPUtime=0 cores=5,7
/proc/13076/stat : 13076 (python) S 13064 13064 12976 0 -1 4202560 859 0 0 0 0 0 0 0 18 0 1 0 867115037 289005568 6352 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816256527 0 0 16781312 514 2537047768841552136 0 0 17 7 0 0 0
/proc/13076/statm: 70558 6352 378 364 0 6476 0
[pid=13078] ppid=13076 vsize=1020188 CPUtime=9.91 cores=5,7
/proc/13078/stat : 13078 (gnovelty+2) R 13076 13078 13078 0 -1 4202496 1137 0 0 0 991 0 0 0 25 0 1 0 867115037 1044672512 877 33554432000 134512640 135663704 4288925584 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13078/statm: 255047 877 113 282 0 254763 0
[pid=13064/tid=13077] ppid=13062 vsize=291924 CPUtime=0 cores=5,7
/proc/13064/task/13077/stat : 13077 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 2 0 867115037 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 1594344

[startup+25.5006 s]
/proc/loadavg: 1.36 0.32 0.11 5/199 13082
/proc/meminfo: memFree=31740172/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=291924 CPUtime=2.37 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 14209 929 1 0 218 19 0 0 20 0 2 0 867114759 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13064/statm: 72981 7846 1869 364 0 8899 0
[pid=13076] ppid=13064 vsize=282232 CPUtime=0.02 cores=5,7
/proc/13076/stat : 13076 (python) S 13064 13064 12976 0 -1 4202560 865 0 0 0 1 1 0 0 18 0 1 0 867115037 289005568 6352 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816256527 0 0 16781312 514 16945145441702347016 0 0 17 7 0 0 0
/proc/13076/statm: 70558 6352 378 364 0 6476 0
[pid=13078] ppid=13076 vsize=1020188 CPUtime=22.71 cores=5,7
/proc/13078/stat : 13078 (gnovelty+2) R 13076 13078 13078 0 -1 4202496 1137 0 0 0 2271 0 0 0 25 0 1 0 867115037 1044672512 877 33554432000 134512640 135663704 4288925584 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13078/statm: 255047 877 113 282 0 254763 0
[pid=13064/tid=13077] ppid=13062 vsize=291924 CPUtime=0 cores=5,7
/proc/13064/task/13077/stat : 13077 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 2 0 867115037 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 1594344

[startup+51.1009 s]
/proc/loadavg: 2.33 0.63 0.21 5/199 13082
/proc/meminfo: memFree=31740752/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=291924 CPUtime=2.37 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 14209 929 1 0 218 19 0 0 20 0 2 0 867114759 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13064/statm: 72981 7846 1869 364 0 8899 0
[pid=13076] ppid=13064 vsize=282232 CPUtime=0.05 cores=5,7
/proc/13076/stat : 13076 (python) S 13064 13064 12976 0 -1 4202560 878 0 0 0 3 2 0 0 18 0 1 0 867115037 289005568 6352 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816256527 0 0 16781312 514 16945145441702347016 0 0 17 7 0 0 0
/proc/13076/statm: 70558 6352 378 364 0 6476 0
[pid=13078] ppid=13076 vsize=1020188 CPUtime=48.31 cores=5,7
/proc/13078/stat : 13078 (gnovelty+2) R 13076 13078 13078 0 -1 4202496 1137 0 0 0 4831 0 0 0 25 0 1 0 867115037 1044672512 877 33554432000 134512640 135663704 4288925584 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13078/statm: 255047 877 113 282 0 254763 0
[pid=13064/tid=13077] ppid=13062 vsize=291924 CPUtime=0 cores=5,7
/proc/13064/task/13077/stat : 13077 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 2 0 867115037 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 1594344

[startup+102.307 s]
/proc/loadavg: 3.27 1.15 0.41 5/203 13134
/proc/meminfo: memFree=31733600/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=291924 CPUtime=2.37 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 14209 929 1 0 218 19 0 0 20 0 2 0 867114759 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/13064/statm: 72981 7846 1869 364 0 8899 0
[pid=13076] ppid=13064 vsize=282232 CPUtime=0.12 cores=5,7
/proc/13076/stat : 13076 (python) S 13064 13064 12976 0 -1 4202560 901 0 0 0 7 5 0 0 18 0 1 0 867115037 289005568 6352 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816256527 0 0 16781312 514 16945145441702347016 0 0 17 7 0 0 0
/proc/13076/statm: 70558 6352 378 364 0 6476 0
[pid=13078] ppid=13076 vsize=1020188 CPUtime=99.52 cores=5,7
/proc/13078/stat : 13078 (gnovelty+2) R 13076 13078 13078 0 -1 4202496 1137 0 0 0 9952 0 0 0 25 0 1 0 867115037 1044672512 877 33554432000 134512640 135663704 4288925584 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13078/statm: 255047 877 113 282 0 254763 0
[pid=13064/tid=13077] ppid=13062 vsize=291924 CPUtime=0 cores=5,7
/proc/13064/task/13077/stat : 13077 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 2 0 867115037 298930176 7846 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 1594344

[startup+162.301 s]
/proc/loadavg: 3.77 1.68 0.64 5/211 13143
/proc/meminfo: memFree=31688552/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=302312 CPUtime=2.38 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 15057 929 1 0 219 19 0 0 20 0 3 0 867114759 309567488 7903 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13064/statm: 75578 7903 1872 364 0 11493 0
[pid=13076] ppid=13064 vsize=292476 CPUtime=0.13 cores=5,7
/proc/13076/stat : 13076 (python) S 13064 13064 12976 0 -1 4202560 1138 0 0 0 7 6 0 0 19 0 2 0 867115037 299495424 6394 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13076/statm: 73119 6394 415 364 0 9037 0
[pid=13078] ppid=13076 vsize=1020188 CPUtime=100.18 cores=5,7
/proc/13078/stat : 13078 (gnovelty+2) T 13076 13078 13078 0 -1 4202496 1137 0 0 0 10018 0 0 0 25 0 1 0 867115037 1044672512 877 33554432000 134512640 135663704 4288925584 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13078/statm: 255047 877 113 282 0 254763 0
[pid=13076/tid=13135] ppid=13064 vsize=292476 CPUtime=0 cores=5,7
/proc/13076/task/13135/stat : 13135 (python) S 13064 13064 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867125055 299495424 6394 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604466388297600 0 0 -1 5 0 0 0
[pid=13136] ppid=13064 vsize=293160 CPUtime=0.07 cores=5,7
/proc/13136/stat : 13136 (python) S 13064 13064 12976 0 -1 4202560 900 0 0 0 4 3 0 0 18 0 1 0 867125056 300195840 6400 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816256582 0 0 16781312 514 16945145441702347016 0 0 17 5 0 0 0
/proc/13136/statm: 73290 6400 372 364 0 9205 0
[pid=13138] ppid=13136 vsize=1020188 CPUtime=59.23 cores=5,7
/proc/13138/stat : 13138 (gnovelty+2) R 13136 13138 13138 0 -1 4202496 1139 0 0 0 5923 0 0 0 25 0 1 0 867125057 1044672512 876 33554432000 134512640 135663704 4293758016 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13138/statm: 255047 876 113 282 0 254763 0
[pid=13064/tid=13077] ppid=13062 vsize=302312 CPUtime=0 cores=5,7
/proc/13064/task/13077/stat : 13077 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 3 0 867115037 309567488 7903 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13137] ppid=13062 vsize=302312 CPUtime=0 cores=5,7
/proc/13064/task/13137/stat : 13137 (python) S 13062 13064 12976 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 3 0 867125057 309567488 7903 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 161.99
Current children cumulated vsize (KiB) 2928324

[startup+222.301 s]
/proc/loadavg: 3.99 2.11 0.85 5/227 13161
/proc/meminfo: memFree=31626720/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=313176 CPUtime=2.38 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 15887 929 1 0 219 19 0 0 20 0 4 0 867114759 320692224 8044 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0

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

[pid=13154] ppid=13064 vsize=302932 CPUtime=0.12 cores=5,7
/proc/13154/stat : 13154 (python) S 13064 13064 12976 0 -1 4202560 1074 0 0 0 7 5 0 0 19 0 2 0 867135075 310202368 6567 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13154/statm: 75733 6567 399 364 0 11645 0
[pid=13156] ppid=13154 vsize=421804 CPUtime=99.99 cores=5,7
/proc/13156/stat : 13156 (adaptg2wsat2009) T 13154 13156 13156 0 -1 4202496 2138 0 0 0 9999 0 0 0 25 0 1 0 867135075 431927296 1872 33554432000 134512640 135107411 4291018800 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13156/statm: 105451 1872 59 146 0 104327 0
[pid=13154/tid=13172] ppid=13064 vsize=302932 CPUtime=0 cores=5,7
/proc/13154/task/13172/stat : 13172 (python) S 13064 13064 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867145087 310202368 6567 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604469417523136 0 0 -1 7 0 0 0
[pid=13173] ppid=13064 vsize=313320 CPUtime=0.14 cores=5,7
/proc/13173/stat : 13173 (python) S 13064 13064 12976 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 867145088 320839680 6572 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13173/statm: 78330 6572 400 364 0 14239 0
[pid=13175] ppid=13173 vsize=421804 CPUtime=100.02 cores=5,7
/proc/13175/stat : 13175 (adaptg2wsat2009) T 13173 13175 13175 0 -1 4202496 2134 0 0 0 10002 0 0 0 25 0 1 0 867145088 431927296 1871 33554432000 134512640 135107411 4290080112 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13175/statm: 105451 1871 59 146 0 104327 0
[pid=13173/tid=13188] ppid=13064 vsize=313320 CPUtime=0 cores=5,7
/proc/13173/task/13188/stat : 13188 (python) S 13064 13064 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867155102 320839680 6572 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604471130751936 0 0 -1 7 0 0 0
[pid=13189] ppid=13064 vsize=323676 CPUtime=0.15 cores=5,7
/proc/13189/stat : 13189 (python) S 13064 13064 12976 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867155103 331444224 6576 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13189/statm: 80919 6576 400 364 0 16825 0
[pid=13191] ppid=13189 vsize=421804 CPUtime=100.01 cores=5,7
/proc/13191/stat : 13191 (adaptg2wsat2009) T 13189 13191 13191 0 -1 4202496 2135 0 0 0 10001 0 0 0 25 0 1 0 867155103 431927296 1873 33554432000 134512640 135107411 4287050656 18446744073709551615 134531378 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13191/statm: 105451 1873 59 146 0 104327 0
[pid=13189/tid=13205] ppid=13064 vsize=323676 CPUtime=0 cores=5,7
/proc/13189/task/13205/stat : 13205 (python) S 13064 13064 12976 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867165117 331444224 6576 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604471158123584 0 0 -1 7 0 0 0
[pid=13206] ppid=13064 vsize=334140 CPUtime=0.14 cores=5,7
/proc/13206/stat : 13206 (python) S 13064 13064 12976 0 -1 4202560 1086 0 0 0 8 6 0 0 19 0 2 0 867165118 342159360 6580 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13206/statm: 83535 6580 400 364 0 19438 0
[pid=13208] ppid=13206 vsize=1020188 CPUtime=99.19 cores=5,7
/proc/13208/stat : 13208 (gnovelty+2) T 13206 13208 13208 0 -1 4202496 1136 0 0 0 9919 0 0 0 25 0 1 0 867165118 1044672512 877 33554432000 134512640 135663704 4294808432 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13208/statm: 255047 877 113 282 0 254763 0
[pid=13206/tid=13221] ppid=13064 vsize=334140 CPUtime=0 cores=5,7
/proc/13206/task/13221/stat : 13221 (python) S 13064 13064 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867175038 342159360 6580 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604454687353728 0 0 -1 7 0 0 0
[pid=13222] ppid=13064 vsize=344088 CPUtime=0.15 cores=5,7
/proc/13222/stat : 13222 (python) S 13064 13064 12976 0 -1 4202560 1086 0 0 0 9 6 0 0 19 0 2 0 867175039 352346112 6584 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13222/statm: 86022 6584 400 364 0 21922 0
[pid=13224] ppid=13222 vsize=251292 CPUtime=99.99 cores=5,7
/proc/13224/stat : 13224 (FH) T 13222 13224 13224 0 -1 4202496 1960 0 0 0 9999 0 0 0 25 0 1 0 867175039 257323008 1694 33554432000 134512640 134936988 4287111584 18446744073709551615 134554610 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13224/statm: 62823 1694 41 104 0 62327 0
[pid=13222/tid=13239] ppid=13064 vsize=344088 CPUtime=0 cores=5,7
/proc/13222/task/13239/stat : 13239 (python) S 13064 13064 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867185053 352346112 6584 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604456673649856 0 0 -1 7 0 0 0
[pid=13240] ppid=13064 vsize=354952 CPUtime=0 cores=5,7
/proc/13240/stat : 13240 (python) S 13064 13064 12976 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 867185054 363470848 6538 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816256582 0 0 16781312 514 7622097182526537727 0 0 17 5 0 0 0
/proc/13240/statm: 88738 6538 351 364 0 24635 0
[pid=13242] ppid=13240 vsize=421140 CPUtime=0.95 cores=5,7
/proc/13242/stat : 13242 (adaptg2wsat2009) R 13240 13242 13242 0 -1 4202496 1803 0 0 0 95 0 0 0 23 0 1 0 867185055 431247360 1538 33554432000 134512640 135107411 4292845248 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13242/statm: 105285 1538 49 146 0 104161 0
[pid=13064/tid=13077] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13077/stat : 13077 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 9 0 867115037 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13137] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13137/stat : 13137 (python) S 13062 13064 12976 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 9 0 867125057 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13155] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13155/stat : 13155 (python) S 13062 13064 12976 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 9 0 867135075 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13174] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13174/stat : 13174 (python) S 13062 13064 12976 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 9 0 867145088 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13190] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13190/stat : 13190 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 9 0 867155103 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13207] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13207/stat : 13207 (python) S 13062 13064 12976 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 9 0 867165118 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 7 0 0 0
[pid=13064/tid=13223] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13223/stat : 13223 (python) S 13062 13064 12976 0 -1 4202560 28 929 0 0 0 0 0 0 20 0 9 0 867175039 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13241] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13241/stat : 13241 (python) S 13062 13064 12976 0 -1 4202560 26 929 0 0 0 0 0 0 20 0 9 0 867185055 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.76
Current children cumulated vsize (KiB) 7921608

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.05 3.64 2.12 4/262 13244
/proc/meminfo: memFree=31497068/32951124 swapFree=67062492/67111528
[pid=13064] ppid=13062 vsize=364456 CPUtime=2.44 cores=5,7
/proc/13064/stat : 13064 (python) S 13062 13064 12976 0 -1 4202496 20078 929 1 0 223 21 0 0 20 0 9 0 867114759 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13064/statm: 91114 8074 1884 364 0 27011 0
[pid=13076] ppid=13064 vsize=292476 CPUtime=0.13 cores=5,7
/proc/13076/stat : 13076 (python) S 13064 13064 12976 0 -1 4202560 1138 0 0 0 7 6 0 0 19 0 2 0 867115037 299495424 6394 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13076/statm: 73119 6394 415 364 0 9037 0
[pid=13078] ppid=13076 vsize=1020188 CPUtime=100.18 cores=5,7
/proc/13078/stat : 13078 (gnovelty+2) T 13076 13078 13078 0 -1 4202496 1137 0 0 0 10018 0 0 0 25 0 1 0 867115037 1044672512 877 33554432000 134512640 135663704 4288925584 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13078/statm: 255047 877 113 282 0 254763 0
[pid=13076/tid=13135] ppid=13064 vsize=292476 CPUtime=0 cores=5,7
/proc/13076/task/13135/stat : 13135 (python) S 13064 13064 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867125055 299495424 6394 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604466388297600 0 0 -1 5 0 0 0
[pid=13136] ppid=13064 vsize=293160 CPUtime=0.12 cores=5,7
/proc/13136/stat : 13136 (python) S 13064 13064 12976 0 -1 4202560 1077 0 0 0 7 5 0 0 19 0 2 0 867125056 300195840 6429 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13136/statm: 73290 6429 400 364 0 9205 0
[pid=13138] ppid=13136 vsize=1020188 CPUtime=100.04 cores=5,7
/proc/13138/stat : 13138 (gnovelty+2) T 13136 13138 13138 0 -1 4202496 1139 0 0 0 10004 0 0 0 25 0 1 0 867125057 1044672512 876 33554432000 134512640 135663704 4293758016 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13138/statm: 255047 876 113 282 0 254763 0
[pid=13136/tid=13153] ppid=13064 vsize=293160 CPUtime=0 cores=5,7
/proc/13136/task/13153/stat : 13153 (python) S 13064 13064 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867135074 300195840 6429 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604471131566336 0 0 -1 7 0 0 0
[pid=13154] ppid=13064 vsize=302932 CPUtime=0.12 cores=5,7
/proc/13154/stat : 13154 (python) S 13064 13064 12976 0 -1 4202560 1074 0 0 0 7 5 0 0 19 0 2 0 867135075 310202368 6567 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13154/statm: 75733 6567 399 364 0 11645 0
[pid=13156] ppid=13154 vsize=421804 CPUtime=99.99 cores=5,7
/proc/13156/stat : 13156 (adaptg2wsat2009) T 13154 13156 13156 0 -1 4202496 2138 0 0 0 9999 0 0 0 25 0 1 0 867135075 431927296 1872 33554432000 134512640 135107411 4291018800 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13156/statm: 105451 1872 59 146 0 104327 0
[pid=13154/tid=13172] ppid=13064 vsize=302932 CPUtime=0 cores=5,7
/proc/13154/task/13172/stat : 13172 (python) S 13064 13064 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867145087 310202368 6567 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604469417523136 0 0 -1 7 0 0 0
[pid=13173] ppid=13064 vsize=313320 CPUtime=0.14 cores=5,7
/proc/13173/stat : 13173 (python) S 13064 13064 12976 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 867145088 320839680 6572 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13173/statm: 78330 6572 400 364 0 14239 0
[pid=13175] ppid=13173 vsize=421804 CPUtime=100.02 cores=5,7
/proc/13175/stat : 13175 (adaptg2wsat2009) T 13173 13175 13175 0 -1 4202496 2134 0 0 0 10002 0 0 0 25 0 1 0 867145088 431927296 1871 33554432000 134512640 135107411 4290080112 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13175/statm: 105451 1871 59 146 0 104327 0
[pid=13173/tid=13188] ppid=13064 vsize=313320 CPUtime=0 cores=5,7
/proc/13173/task/13188/stat : 13188 (python) S 13064 13064 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867155102 320839680 6572 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604471130751936 0 0 -1 7 0 0 0
[pid=13189] ppid=13064 vsize=323676 CPUtime=0.15 cores=5,7
/proc/13189/stat : 13189 (python) S 13064 13064 12976 0 -1 4202560 1076 0 0 0 8 7 0 0 19 0 2 0 867155103 331444224 6576 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13189/statm: 80919 6576 400 364 0 16825 0
[pid=13191] ppid=13189 vsize=421804 CPUtime=100.01 cores=5,7
/proc/13191/stat : 13191 (adaptg2wsat2009) T 13189 13191 13191 0 -1 4202496 2135 0 0 0 10001 0 0 0 25 0 1 0 867155103 431927296 1873 33554432000 134512640 135107411 4287050656 18446744073709551615 134531378 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13191/statm: 105451 1873 59 146 0 104327 0
[pid=13189/tid=13205] ppid=13064 vsize=323676 CPUtime=0 cores=5,7
/proc/13189/task/13205/stat : 13205 (python) S 13064 13064 12976 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867165117 331444224 6576 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604471158123584 0 0 -1 7 0 0 0
[pid=13206] ppid=13064 vsize=334140 CPUtime=0.14 cores=5,7
/proc/13206/stat : 13206 (python) S 13064 13064 12976 0 -1 4202560 1086 0 0 0 8 6 0 0 19 0 2 0 867165118 342159360 6580 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/13206/statm: 83535 6580 400 364 0 19438 0
[pid=13208] ppid=13206 vsize=1020188 CPUtime=99.19 cores=5,7
/proc/13208/stat : 13208 (gnovelty+2) T 13206 13208 13208 0 -1 4202496 1136 0 0 0 9919 0 0 0 25 0 1 0 867165118 1044672512 877 33554432000 134512640 135663704 4294808432 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/13208/statm: 255047 877 113 282 0 254763 0
[pid=13206/tid=13221] ppid=13064 vsize=334140 CPUtime=0 cores=5,7
/proc/13206/task/13221/stat : 13221 (python) S 13064 13064 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867175038 342159360 6580 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604454687353728 0 0 -1 7 0 0 0
[pid=13222] ppid=13064 vsize=344088 CPUtime=0.15 cores=5,7
/proc/13222/stat : 13222 (python) S 13064 13064 12976 0 -1 4202560 1086 0 0 0 9 6 0 0 19 0 2 0 867175039 352346112 6584 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/13222/statm: 86022 6584 400 364 0 21922 0
[pid=13224] ppid=13222 vsize=251292 CPUtime=99.99 cores=5,7
/proc/13224/stat : 13224 (FH) T 13222 13224 13224 0 -1 4202496 1960 0 0 0 9999 0 0 0 25 0 1 0 867175039 257323008 1694 33554432000 134512640 134936988 4287111584 18446744073709551615 134554610 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/13224/statm: 62823 1694 41 104 0 62327 0
[pid=13222/tid=13239] ppid=13064 vsize=344088 CPUtime=0 cores=5,7
/proc/13222/task/13239/stat : 13239 (python) S 13064 13064 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867185053 352346112 6584 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 514 18446604456673649856 0 0 -1 7 0 0 0
[pid=13240] ppid=13064 vsize=354952 CPUtime=0 cores=5,7
/proc/13240/stat : 13240 (python) S 13064 13064 12976 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 867185054 363470848 6538 33554432000 4194304 5683644 140734534369408 18446744073709551615 220816256582 0 0 16781312 514 7622097182526537727 0 0 17 5 0 0 0
/proc/13240/statm: 88738 6538 351 364 0 24635 0
[pid=13242] ppid=13240 vsize=421140 CPUtime=0.95 cores=5,7
/proc/13242/stat : 13242 (adaptg2wsat2009) R 13240 13242 13242 0 -1 4202496 1803 0 0 0 95 0 0 0 23 0 1 0 867185055 431247360 1538 33554432000 134512640 135107411 4292845248 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/13242/statm: 105285 1538 49 146 0 104161 0
[pid=13064/tid=13077] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13077/stat : 13077 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 9 0 867115037 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13137] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13137/stat : 13137 (python) S 13062 13064 12976 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 9 0 867125057 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13155] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13155/stat : 13155 (python) S 13062 13064 12976 0 -1 4202560 29 929 0 0 0 0 0 0 20 0 9 0 867135075 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13174] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13174/stat : 13174 (python) S 13062 13064 12976 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 9 0 867145088 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13190] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13190/stat : 13190 (python) S 13062 13064 12976 0 -1 4202560 27 929 0 0 0 0 0 0 20 0 9 0 867155103 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13207] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13207/stat : 13207 (python) S 13062 13064 12976 0 -1 4202560 25 929 0 0 0 0 0 0 20 0 9 0 867165118 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 7 0 0 0
[pid=13064/tid=13223] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13223/stat : 13223 (python) S 13062 13064 12976 0 -1 4202560 28 929 0 0 0 0 0 0 20 0 9 0 867175039 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
[pid=13064/tid=13241] ppid=13062 vsize=364456 CPUtime=0 cores=5,7
/proc/13064/task/13241/stat : 13241 (python) S 13062 13064 12976 0 -1 4202560 26 929 0 0 0 0 0 0 20 0 9 0 867185055 373202944 8074 33554432000 4194304 5683644 140734534369408 18446744073709551615 220828060081 0 0 16781312 2 18446604466388298496 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.76
Current children cumulated vsize (KiB) 7921608

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 703.965
CPU time (s): 703.76
CPU user time (s): 703.13
CPU system time (s): 0.63
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 7921608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.24466
system time used= 0.216967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21614
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= 14629
involuntary context switches= 31

runsolver used 1.80872 second user time and 3.32249 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:03:08
IDJOB=3484002
IDBENCH=82513
IDSOLVER=1975
FILE ID=node147/3484002-1307746988
RUNJOBID= node147-1307746987-12997
PBS_JOBID= 13550813
Free space on /tmp= 73948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S832901479-042-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484002-1307746988/watcher-3484002-1307746988 -o /tmp/evaluation-result-3484002-1307746988/solver-3484002-1307746988 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484002-1307746988.cnf -seed 2106410688 -budget 1200

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

MD5SUM BENCH= a5a87dc48ba0573fb8f2b8721bafcab2
RANDOM SEED=2106410688

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31872876 kB
Buffers:         98252 kB
Cached:         778284 kB
SwapCached:      10268 kB
Active:         379408 kB
Inactive:       553736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31872876 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:          131564 kB
Writeback:           0 kB
AnonPages:       55084 kB
Mapped:          12196 kB
Slab:            77588 kB
PageTables:       6116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   254856 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= 73916 MiB
End job on node147 at 2011-06-11 01:14:55