Trace number 3484307

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)? (TO) 1200.01 1199.56

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S635440951-015.UNKNOWN.cnf
MD5SUM84865a406d2a10d67b7d2a7ac3e327ce
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.65	c INFO: solving HOME/instance-3484307-1307748835.cnf
0.36/0.65	c INFO: computing task features
0.36/0.67	c INFO: computed variable-clause graph statistics
0.36/0.67	c INFO: computed clause balance statistics
0.54/0.89	c INFO: computed variable balance statistics
0.64/0.97	c INFO: computed small-clause counts
0.64/0.97	c INFO: computed Horn-clause counts
0.64/0.98	c INFO: computed variable graph statistics
0.64/0.98	c INFO: collected features for HOME/instance-3484307-1307748835.cnf in 0.35 s
0.64/0.99	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.53)
100.95/101.13	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
201.03/201.27	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.05)
301.13/301.40	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
401.29/401.53	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.03)
501.38/501.66	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.56/601.80	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
701.67/701.95	c INFO: running march_hi@0 for 388 with 499 remaining (b = 0.08)
1090.44/1090.19	c INFO: running march_hi@388 for 111 with 111 remaining (b = 0.03)
1200.01/1199.55	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.10 4.03 3.44 6/236 14195
/proc/meminfo: memFree=31747428/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=11804 CPUtime=0 cores=4,6
/proc/14195/stat : 14195 (runsolver) R 14193 14195 12976 0 -1 4202560 46 0 0 0 0 0 0 0 25 0 1 0 867299480 12087296 55 33554432000 4194304 5436572 140734373082720 18446744073709551615 5057063 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/14195/statm: 2951 55 36 304 0 2643 0

[startup+0.089104 s]
/proc/loadavg: 4.10 4.03 3.44 6/236 14195
/proc/meminfo: memFree=31747428/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=54532 CPUtime=0.05 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 2056 0 0 0 4 1 0 0 25 0 1 0 867299480 55840768 1813 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/14195/statm: 13633 1813 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54532

[startup+0.101384 s]
/proc/loadavg: 4.10 4.03 3.44 6/236 14195
/proc/meminfo: memFree=31747428/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=85616 CPUtime=0.05 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 2630 0 0 0 4 1 0 0 25 0 1 0 867299480 87670784 2347 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/14195/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85616

[startup+0.301036 s]
/proc/loadavg: 4.10 4.03 3.44 6/236 14195
/proc/meminfo: memFree=31747428/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=135744 CPUtime=0.17 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 5972 934 1 0 13 4 0 0 18 0 1 0 867299480 139001856 4148 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816232453 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/14195/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135744

[startup+0.70503 s]
/proc/loadavg: 4.10 4.03 3.44 6/236 14195
/proc/meminfo: memFree=31747428/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=279848 CPUtime=0.44 cores=4,6
/proc/14195/stat : 14195 (python) R 14193 14195 12976 0 -1 4202496 9775 934 1 0 34 10 0 0 17 0 1 0 867299480 286564352 7347 33554432000 4194304 5683644 140736044897040 18446744073709551615 47249403501994 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14195/statm: 69962 7347 1826 364 0 5886 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 279848

[startup+1.50085 s]
/proc/loadavg: 4.17 4.04 3.45 5/240 14203
/proc/meminfo: memFree=31721752/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=290116 CPUtime=0.73 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 10081 934 1 0 63 10 0 0 20 0 2 0 867299480 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14195/statm: 72529 7408 1877 364 0 8447 0
[pid=14201] ppid=14195 vsize=279872 CPUtime=0 cores=4,6
/proc/14201/stat : 14201 (python) S 14195 14195 12976 0 -1 4202560 734 0 0 0 0 0 0 0 20 0 1 0 867299580 286588928 5881 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816256527 0 0 16781312 514 4362916294257803263 0 0 17 6 0 0 0
/proc/14201/statm: 69968 5881 354 364 0 5886 0
[pid=14203] ppid=14201 vsize=1018076 CPUtime=0.5 cores=4,6
/proc/14203/stat : 14203 (gnovelty+2) R 14201 14203 14203 0 -1 4202496 529 0 0 0 50 0 0 0 23 0 1 0 867299580 1042509824 267 33554432000 134512640 135663704 4291146576 18446744073709551615 135008500 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14203/statm: 254519 267 113 282 0 254235 0
[pid=14195/tid=14202] ppid=14193 vsize=290116 CPUtime=0 cores=4,6
/proc/14195/task/14202/stat : 14202 (python) S 14193 14195 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867299580 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 1588064

[startup+3.10059 s]
/proc/loadavg: 4.17 4.04 3.45 5/240 14203
/proc/meminfo: memFree=31721132/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=290116 CPUtime=0.73 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 10081 934 1 0 63 10 0 0 20 0 2 0 867299480 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14195/statm: 72529 7408 1877 364 0 8447 0
[pid=14201] ppid=14195 vsize=279872 CPUtime=0 cores=4,6
/proc/14201/stat : 14201 (python) S 14195 14195 12976 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 867299580 286588928 5881 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816256527 0 0 16781312 514 4362916294257770756 0 0 17 6 0 0 0
/proc/14201/statm: 69968 5881 354 364 0 5886 0
[pid=14203] ppid=14201 vsize=1018076 CPUtime=2.1 cores=4,6
/proc/14203/stat : 14203 (gnovelty+2) R 14201 14203 14203 0 -1 4202496 529 0 0 0 210 0 0 0 25 0 1 0 867299580 1042509824 267 33554432000 134512640 135663704 4291146576 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14203/statm: 254519 267 113 282 0 254235 0
[pid=14195/tid=14202] ppid=14193 vsize=290116 CPUtime=0 cores=4,6
/proc/14195/task/14202/stat : 14202 (python) S 14193 14195 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867299580 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1588064

[startup+6.30099 s]
/proc/loadavg: 4.17 4.04 3.45 5/240 14203
/proc/meminfo: memFree=31720220/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=290116 CPUtime=0.73 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 10081 934 1 0 63 10 0 0 20 0 2 0 867299480 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14195/statm: 72529 7408 1877 364 0 8447 0
[pid=14201] ppid=14195 vsize=279872 CPUtime=0 cores=4,6
/proc/14201/stat : 14201 (python) S 14195 14195 12976 0 -1 4202560 872 0 0 0 0 0 0 0 18 0 1 0 867299580 286588928 5904 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816256527 0 0 16781312 514 4362916294257770756 0 0 17 6 0 0 0
/proc/14201/statm: 69968 5904 377 364 0 5886 0
[pid=14203] ppid=14201 vsize=1018076 CPUtime=5.3 cores=4,6
/proc/14203/stat : 14203 (gnovelty+2) R 14201 14203 14203 0 -1 4202496 529 0 0 0 530 0 0 0 25 0 1 0 867299580 1042509824 267 33554432000 134512640 135663704 4291146576 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14203/statm: 254519 267 113 282 0 254235 0
[pid=14195/tid=14202] ppid=14193 vsize=290116 CPUtime=0 cores=4,6
/proc/14195/task/14202/stat : 14202 (python) S 14193 14195 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867299580 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1588064

[startup+12.7008 s]
/proc/loadavg: 4.14 4.04 3.46 5/240 14204
/proc/meminfo: memFree=31719960/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=290116 CPUtime=0.73 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 10081 934 1 0 63 10 0 0 20 0 2 0 867299480 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14195/statm: 72529 7408 1877 364 0 8447 0
[pid=14201] ppid=14195 vsize=279872 CPUtime=0.01 cores=4,6
/proc/14201/stat : 14201 (python) S 14195 14195 12976 0 -1 4202560 877 0 0 0 0 1 0 0 18 0 1 0 867299580 286588928 5904 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816256527 0 0 16781312 514 2624912487501234436 0 0 17 6 0 0 0
/proc/14201/statm: 69968 5904 377 364 0 5886 0
[pid=14203] ppid=14201 vsize=1018076 CPUtime=11.7 cores=4,6
/proc/14203/stat : 14203 (gnovelty+2) R 14201 14203 14203 0 -1 4202496 529 0 0 0 1170 0 0 0 25 0 1 0 867299580 1042509824 267 33554432000 134512640 135663704 4291146576 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14203/statm: 254519 267 113 282 0 254235 0
[pid=14195/tid=14202] ppid=14193 vsize=290116 CPUtime=0 cores=4,6
/proc/14195/task/14202/stat : 14202 (python) S 14193 14195 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867299580 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1588064

[startup+25.5004 s]
/proc/loadavg: 4.12 4.04 3.46 5/244 14208
/proc/meminfo: memFree=31710808/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=290116 CPUtime=0.73 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 10081 934 1 0 63 10 0 0 20 0 2 0 867299480 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14195/statm: 72529 7408 1877 364 0 8447 0
[pid=14201] ppid=14195 vsize=279872 CPUtime=0.02 cores=4,6
/proc/14201/stat : 14201 (python) S 14195 14195 12976 0 -1 4202560 884 0 0 0 1 1 0 0 18 0 1 0 867299580 286588928 5904 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816256527 0 0 16781312 514 2624912487501234436 0 0 17 6 0 0 0
/proc/14201/statm: 69968 5904 377 364 0 5886 0
[pid=14203] ppid=14201 vsize=1018076 CPUtime=24.5 cores=4,6
/proc/14203/stat : 14203 (gnovelty+2) R 14201 14203 14203 0 -1 4202496 529 0 0 0 2450 0 0 0 25 0 1 0 867299580 1042509824 267 33554432000 134512640 135663704 4291146576 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14203/statm: 254519 267 113 282 0 254235 0
[pid=14195/tid=14202] ppid=14193 vsize=290116 CPUtime=0 cores=4,6
/proc/14195/task/14202/stat : 14202 (python) S 14193 14195 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867299580 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1588064

[startup+51.1007 s]
/proc/loadavg: 4.16 4.05 3.48 5/223 14259
/proc/meminfo: memFree=31763612/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=290116 CPUtime=0.73 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 10081 934 1 0 63 10 0 0 20 0 2 0 867299480 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14195/statm: 72529 7408 1877 364 0 8447 0
[pid=14201] ppid=14195 vsize=279872 CPUtime=0.05 cores=4,6
/proc/14201/stat : 14201 (python) S 14195 14195 12976 0 -1 4202560 895 0 0 0 3 2 0 0 18 0 1 0 867299580 286588928 5904 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816256527 0 0 16781312 514 2624912487501234436 0 0 17 6 0 0 0
/proc/14201/statm: 69968 5904 377 364 0 5886 0
[pid=14203] ppid=14201 vsize=1018076 CPUtime=50.09 cores=4,6
/proc/14203/stat : 14203 (gnovelty+2) R 14201 14203 14203 0 -1 4202496 529 0 0 0 5009 0 0 0 25 0 1 0 867299580 1042509824 267 33554432000 134512640 135663704 4291146576 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14203/statm: 254519 267 113 282 0 254235 0
[pid=14195/tid=14202] ppid=14193 vsize=290116 CPUtime=0 cores=4,6
/proc/14195/task/14202/stat : 14202 (python) S 14193 14195 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 2 0 867299580 297078784 7408 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 1588064

[startup+102.307 s]
/proc/loadavg: 4.06 4.04 3.51 5/231 14268
/proc/meminfo: memFree=31753124/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=300372 CPUtime=0.73 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 10953 934 1 0 63 10 0 0 20 0 3 0 867299480 307580928 7415 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14195/statm: 75093 7415 1880 364 0 11008 0
[pid=14201] ppid=14195 vsize=290116 CPUtime=0.13 cores=4,6
/proc/14201/stat : 14201 (python) S 14195 14195 12976 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 867299580 297078784 5948 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14201/statm: 72529 5948 416 364 0 8447 0
[pid=14203] ppid=14201 vsize=1018076 CPUtime=100.12 cores=4,6
/proc/14203/stat : 14203 (gnovelty+2) T 14201 14203 14203 0 -1 4202496 529 0 0 0 10012 0 0 0 25 0 1 0 867299580 1042509824 267 33554432000 134512640 135663704 4291146576 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14203/statm: 254519 267 113 282 0 254235 0
[pid=14201/tid=14265] ppid=14195 vsize=290116 CPUtime=0 cores=4,6
/proc/14201/task/14265/stat : 14265 (python) S 14195 14195 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867309593 297078784 5948 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604453928513856 0 0 -1 6 0 0 0
[pid=14266] ppid=14195 vsize=290128 CPUtime=0 cores=4,6
/proc/14266/stat : 14266 (python) S 14195 14195 12976 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 867309594 297091072 5879 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816256582 0 0 16781312 514 4466428167187300612 0 0 17 4 0 0 0
/proc/14266/statm: 72532 5879 348 364 0 8447 0
[pid=14268] ppid=14266 vsize=1018076 CPUtime=1.16 cores=4,6
/proc/14268/stat : 14268 (gnovelty+2) R 14266 14268 14268 0 -1 4202496 530 0 0 0 116 0 0 0 25 0 1 0 867309594 1042509824 268 33554432000 134512640 135663704 4287712944 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14268/statm: 254519 268 113 282 0 254235 0
[pid=14195/tid=14202] ppid=14193 vsize=300372 CPUtime=0 cores=4,6
/proc/14195/task/14202/stat : 14202 (python) S 14193 14195 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 3 0 867299580 307580928 7415 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14267] ppid=14193 vsize=300372 CPUtime=0 cores=4,6
/proc/14195/task/14267/stat : 14267 (python) S 14193 14195 12976 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 3 0 867309594 307580928 7415 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 2916768

[startup+162.301 s]
/proc/loadavg: 4.02 4.03 3.53 5/235 14274
/proc/meminfo: memFree=31745336/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=300372 CPUtime=0.73 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 10953 934 1 0 63 10 0 0 20 0 3 0 867299480 307580928 7415 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14195/statm: 75093 7415 1880 364 0 11008 0
[pid=14201] ppid=14195 vsize=290116 CPUtime=0.13 cores=4,6

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

/proc/14283/stat : 14283 (adaptg2wsat2009) T 14281 14283 14283 0 -1 4202496 671 0 0 0 9995 2 0 0 25 0 1 0 867319608 426926080 407 33554432000 134512640 135107411 4292736544 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14283/statm: 104230 407 59 146 0 103106 0
[pid=14281/tid=14340] ppid=14195 vsize=300384 CPUtime=0 cores=4,6
/proc/14281/task/14340/stat : 14340 (python) S 14195 14195 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867329620 307593216 5936 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604449517066368 0 0 -1 6 0 0 0
[pid=14341] ppid=14195 vsize=310640 CPUtime=0.13 cores=4,6
/proc/14341/stat : 14341 (python) S 14195 14195 12976 0 -1 4202560 1081 0 0 0 8 5 0 0 19 0 2 0 867329621 318095360 5940 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14341/statm: 77660 5940 400 364 0 13569 0
[pid=14343] ppid=14341 vsize=416920 CPUtime=99.97 cores=4,6
/proc/14343/stat : 14343 (adaptg2wsat2009) T 14341 14343 14343 0 -1 4202496 667 0 0 0 9995 2 0 0 25 0 1 0 867329621 426926080 406 33554432000 134512640 135107411 4289874432 18446744073709551615 134532264 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14343/statm: 104230 406 59 146 0 103106 0
[pid=14341/tid=14493] ppid=14195 vsize=310640 CPUtime=0 cores=4,6
/proc/14341/task/14493/stat : 14493 (python) S 14195 14195 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867339633 318095360 5940 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604440278215744 0 0 -1 4 0 0 0
[pid=14494] ppid=14195 vsize=320896 CPUtime=0.12 cores=4,6
/proc/14494/stat : 14494 (python) S 14195 14195 12976 0 -1 4202560 1080 0 0 0 7 5 0 0 19 0 2 0 867339634 328597504 5944 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14494/statm: 80224 5944 400 364 0 16130 0
[pid=14496] ppid=14494 vsize=416920 CPUtime=99.98 cores=4,6
/proc/14496/stat : 14496 (adaptg2wsat2009) T 14494 14496 14496 0 -1 4202496 671 0 0 0 9998 0 0 0 25 0 1 0 867339634 426926080 406 33554432000 134512640 135107411 4292853536 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14496/statm: 104230 406 59 146 0 103106 0
[pid=14494/tid=14508] ppid=14195 vsize=320896 CPUtime=0 cores=4,6
/proc/14494/task/14508/stat : 14508 (python) S 14195 14195 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867349646 328597504 5944 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604453956798272 0 0 -1 6 0 0 0
[pid=14509] ppid=14195 vsize=331152 CPUtime=0.13 cores=4,6
/proc/14509/stat : 14509 (python) S 14195 14195 12976 0 -1 4202560 1088 0 0 0 8 5 0 0 19 0 2 0 867349647 339099648 5948 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14509/statm: 82788 5948 400 364 0 18691 0
[pid=14511] ppid=14509 vsize=1018076 CPUtime=100 cores=4,6
/proc/14511/stat : 14511 (gnovelty+2) T 14509 14511 14511 0 -1 4202496 530 0 0 0 10000 0 0 0 25 0 1 0 867349647 1042509824 268 33554432000 134512640 135663704 4287248496 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14511/statm: 254519 268 113 282 0 254235 0
[pid=14509/tid=14518] ppid=14195 vsize=331152 CPUtime=0 cores=4,6
/proc/14509/task/14518/stat : 14518 (python) S 14195 14195 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867359660 339099648 5948 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604440278214848 0 0 -1 6 0 0 0
[pid=14519] ppid=14195 vsize=341408 CPUtime=0.13 cores=4,6
/proc/14519/stat : 14519 (python) S 14195 14195 12976 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 867359661 349601792 5952 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14519/statm: 85352 5952 400 364 0 21252 0
[pid=14521] ppid=14519 vsize=247068 CPUtime=100 cores=4,6
/proc/14521/stat : 14521 (FH) T 14519 14521 14521 0 -1 4202496 629 0 0 0 10000 0 0 0 25 0 1 0 867359661 252997632 366 33554432000 134512640 134936988 4290020048 18446744073709551615 134552313 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14521/statm: 61767 366 41 104 0 61271 0
[pid=14519/tid=14529] ppid=14195 vsize=341408 CPUtime=0 cores=4,6
/proc/14519/task/14529/stat : 14529 (python) S 14195 14195 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867369675 349601792 5952 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604453940312000 0 0 -1 4 0 0 0
[pid=14530] ppid=14195 vsize=351664 CPUtime=0.74 cores=4,6
/proc/14530/stat : 14530 (python) S 14195 14195 12976 0 -1 4202560 1194 0 0 0 44 30 0 0 15 0 2 0 867369676 360103936 5962 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14530/statm: 87916 5962 406 364 0 23813 0
[pid=14532] ppid=14530 vsize=62588 CPUtime=497.54 cores=4,6
/proc/14532/stat : 14532 (march_hi) R 14530 14532 14532 0 -1 4202496 13780 0 0 0 49748 6 0 0 25 0 1 0 867369676 64090112 12630 33554432000 4194304 4955518 140733863531504 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14532/statm: 15647 12630 106 186 0 15460 0
[pid=14530/tid=14745] ppid=14195 vsize=351664 CPUtime=0 cores=4,6
/proc/14530/task/14745/stat : 14745 (python) S 14195 14195 12976 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 867408499 360103936 5962 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604453936428160 0 0 -1 6 0 0 0
[pid=14195/tid=14202] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14202/stat : 14202 (python) S 14193 14195 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867299580 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14267] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14267/stat : 14267 (python) S 14193 14195 12976 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 867309594 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14282] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14282/stat : 14282 (python) S 14193 14195 12976 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867319608 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14342] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14342/stat : 14342 (python) S 14193 14195 12976 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 867329621 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14495] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14495/stat : 14495 (python) S 14193 14195 12976 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867339634 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14510] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14510/stat : 14510 (python) S 14193 14195 12976 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867349647 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 6 0 0 0
[pid=14195/tid=14520] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14520/stat : 14520 (python) S 14193 14195 12976 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 867359661 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 6 0 0 0
[pid=14195/tid=14531] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14531/stat : 14531 (python) S 14193 14195 12976 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 867369676 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 7512940

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

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

[startup+1199.5 s]
/proc/loadavg: 4.00 4.01 3.84 5/252 14751
/proc/meminfo: memFree=31428608/32951124 swapFree=67062492/67111528
[pid=14195] ppid=14193 vsize=361908 CPUtime=0.81 cores=4,6
/proc/14195/stat : 14195 (python) S 14193 14195 12976 0 -1 4202496 16801 934 1 0 69 12 0 0 18 0 9 0 867299480 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14195/statm: 90477 7451 1892 364 0 26374 0
[pid=14201] ppid=14195 vsize=290116 CPUtime=0.13 cores=4,6
/proc/14201/stat : 14201 (python) S 14195 14195 12976 0 -1 4202560 1151 0 0 0 7 6 0 0 19 0 2 0 867299580 297078784 5948 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14201/statm: 72529 5948 416 364 0 8447 0
[pid=14203] ppid=14201 vsize=1018076 CPUtime=100.12 cores=4,6
/proc/14203/stat : 14203 (gnovelty+2) T 14201 14203 14203 0 -1 4202496 529 0 0 0 10012 0 0 0 25 0 1 0 867299580 1042509824 267 33554432000 134512640 135663704 4291146576 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14203/statm: 254519 267 113 282 0 254235 0
[pid=14201/tid=14265] ppid=14195 vsize=290116 CPUtime=0 cores=4,6
/proc/14201/task/14265/stat : 14265 (python) S 14195 14195 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867309593 297078784 5948 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604453928513856 0 0 -1 6 0 0 0
[pid=14266] ppid=14195 vsize=290128 CPUtime=0.13 cores=4,6
/proc/14266/stat : 14266 (python) S 14195 14195 12976 0 -1 4202560 1078 0 0 0 8 5 0 0 19 0 2 0 867309594 297091072 5932 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14266/statm: 72532 5932 400 364 0 8447 0
[pid=14268] ppid=14266 vsize=1018076 CPUtime=99.99 cores=4,6
/proc/14268/stat : 14268 (gnovelty+2) T 14266 14268 14268 0 -1 4202496 530 0 0 0 9999 0 0 0 25 0 1 0 867309594 1042509824 268 33554432000 134512640 135663704 4287712944 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14268/statm: 254519 268 113 282 0 254235 0
[pid=14266/tid=14280] ppid=14195 vsize=290128 CPUtime=0 cores=4,6
/proc/14266/task/14280/stat : 14280 (python) S 14195 14195 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867319607 297091072 5932 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604453952614592 0 0 -1 4 0 0 0
[pid=14281] ppid=14195 vsize=300384 CPUtime=0.12 cores=4,6
/proc/14281/stat : 14281 (python) S 14195 14195 12976 0 -1 4202560 1075 0 0 0 6 6 0 0 19 0 2 0 867319608 307593216 5936 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14281/statm: 75096 5936 400 364 0 11008 0
[pid=14283] ppid=14281 vsize=416920 CPUtime=99.97 cores=4,6
/proc/14283/stat : 14283 (adaptg2wsat2009) T 14281 14283 14283 0 -1 4202496 671 0 0 0 9995 2 0 0 25 0 1 0 867319608 426926080 407 33554432000 134512640 135107411 4292736544 18446744073709551615 134532275 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14283/statm: 104230 407 59 146 0 103106 0
[pid=14281/tid=14340] ppid=14195 vsize=300384 CPUtime=0 cores=4,6
/proc/14281/task/14340/stat : 14340 (python) S 14195 14195 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867329620 307593216 5936 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604449517066368 0 0 -1 6 0 0 0
[pid=14341] ppid=14195 vsize=310640 CPUtime=0.13 cores=4,6
/proc/14341/stat : 14341 (python) S 14195 14195 12976 0 -1 4202560 1081 0 0 0 8 5 0 0 19 0 2 0 867329621 318095360 5940 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14341/statm: 77660 5940 400 364 0 13569 0
[pid=14343] ppid=14341 vsize=416920 CPUtime=99.97 cores=4,6
/proc/14343/stat : 14343 (adaptg2wsat2009) T 14341 14343 14343 0 -1 4202496 667 0 0 0 9995 2 0 0 25 0 1 0 867329621 426926080 406 33554432000 134512640 135107411 4289874432 18446744073709551615 134532264 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14343/statm: 104230 406 59 146 0 103106 0
[pid=14341/tid=14493] ppid=14195 vsize=310640 CPUtime=0 cores=4,6
/proc/14341/task/14493/stat : 14493 (python) S 14195 14195 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867339633 318095360 5940 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604440278215744 0 0 -1 4 0 0 0
[pid=14494] ppid=14195 vsize=320896 CPUtime=0.12 cores=4,6
/proc/14494/stat : 14494 (python) S 14195 14195 12976 0 -1 4202560 1080 0 0 0 7 5 0 0 19 0 2 0 867339634 328597504 5944 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14494/statm: 80224 5944 400 364 0 16130 0
[pid=14496] ppid=14494 vsize=416920 CPUtime=99.98 cores=4,6
/proc/14496/stat : 14496 (adaptg2wsat2009) T 14494 14496 14496 0 -1 4202496 671 0 0 0 9998 0 0 0 25 0 1 0 867339634 426926080 406 33554432000 134512640 135107411 4292853536 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14496/statm: 104230 406 59 146 0 103106 0
[pid=14494/tid=14508] ppid=14195 vsize=320896 CPUtime=0 cores=4,6
/proc/14494/task/14508/stat : 14508 (python) S 14195 14195 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867349646 328597504 5944 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604453956798272 0 0 -1 6 0 0 0
[pid=14509] ppid=14195 vsize=331152 CPUtime=0.13 cores=4,6
/proc/14509/stat : 14509 (python) S 14195 14195 12976 0 -1 4202560 1088 0 0 0 8 5 0 0 19 0 2 0 867349647 339099648 5948 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14509/statm: 82788 5948 400 364 0 18691 0
[pid=14511] ppid=14509 vsize=1018076 CPUtime=100 cores=4,6
/proc/14511/stat : 14511 (gnovelty+2) T 14509 14511 14511 0 -1 4202496 530 0 0 0 10000 0 0 0 25 0 1 0 867349647 1042509824 268 33554432000 134512640 135663704 4287248496 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14511/statm: 254519 268 113 282 0 254235 0
[pid=14509/tid=14518] ppid=14195 vsize=331152 CPUtime=0 cores=4,6
/proc/14509/task/14518/stat : 14518 (python) S 14195 14195 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867359660 339099648 5948 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604440278214848 0 0 -1 6 0 0 0
[pid=14519] ppid=14195 vsize=341408 CPUtime=0.13 cores=4,6
/proc/14519/stat : 14519 (python) S 14195 14195 12976 0 -1 4202560 1091 0 0 0 7 6 0 0 19 0 2 0 867359661 349601792 5952 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14519/statm: 85352 5952 400 364 0 21252 0
[pid=14521] ppid=14519 vsize=247068 CPUtime=100 cores=4,6
/proc/14521/stat : 14521 (FH) T 14519 14521 14521 0 -1 4202496 629 0 0 0 10000 0 0 0 25 0 1 0 867359661 252997632 366 33554432000 134512640 134936988 4290020048 18446744073709551615 134552313 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14521/statm: 61767 366 41 104 0 61271 0
[pid=14519/tid=14529] ppid=14195 vsize=341408 CPUtime=0 cores=4,6
/proc/14519/task/14529/stat : 14529 (python) S 14195 14195 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867369675 349601792 5952 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604453940312000 0 0 -1 4 0 0 0
[pid=14530] ppid=14195 vsize=351664 CPUtime=0.74 cores=4,6
/proc/14530/stat : 14530 (python) S 14195 14195 12976 0 -1 4202560 1194 0 0 0 44 30 0 0 15 0 2 0 867369676 360103936 5962 33554432000 4194304 5683644 140736044897040 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14530/statm: 87916 5962 406 364 0 23813 0
[pid=14532] ppid=14530 vsize=62588 CPUtime=497.54 cores=4,6
/proc/14532/stat : 14532 (march_hi) R 14530 14532 14532 0 -1 4202496 13780 0 0 0 49748 6 0 0 25 0 1 0 867369676 64090112 12630 33554432000 4194304 4955518 140733863531504 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14532/statm: 15647 12630 106 186 0 15460 0
[pid=14530/tid=14745] ppid=14195 vsize=351664 CPUtime=0 cores=4,6
/proc/14530/task/14745/stat : 14745 (python) S 14195 14195 12976 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 867408499 360103936 5962 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 514 18446604453936428160 0 0 -1 6 0 0 0
[pid=14195/tid=14202] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14202/stat : 14202 (python) S 14193 14195 12976 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 867299580 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14267] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14267/stat : 14267 (python) S 14193 14195 12976 0 -1 4202560 32 934 0 0 0 0 0 0 20 0 9 0 867309594 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14282] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14282/stat : 14282 (python) S 14193 14195 12976 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 9 0 867319608 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14342] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14342/stat : 14342 (python) S 14193 14195 12976 0 -1 4202560 24 934 0 0 0 0 0 0 20 0 9 0 867329621 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14495] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14495/stat : 14495 (python) S 14193 14195 12976 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 9 0 867339634 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
[pid=14195/tid=14510] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14510/stat : 14510 (python) S 14193 14195 12976 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 9 0 867349647 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 6 0 0 0
[pid=14195/tid=14520] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14520/stat : 14520 (python) S 14193 14195 12976 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 867359661 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 6 0 0 0
[pid=14195/tid=14531] ppid=14193 vsize=361908 CPUtime=0 cores=4,6
/proc/14195/task/14531/stat : 14531 (python) S 14193 14195 12976 0 -1 4202560 28 934 0 0 0 0 0 0 18 0 9 0 867369676 370593792 7451 33554432000 4194304 5683644 140736044897040 18446744073709551615 220828060081 0 0 16781312 2 18446604453928514752 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 7512940

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1199.56
CPU time (s): 1200.01
CPU user time (s): 1199.11
CPU system time (s): 0.9
CPU usage (%): 100.038
Max. virtual memory (cumulated for all children) (KiB): 7512940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.25181
system time used= 0.553915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25569
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= 3650
involuntary context switches= 63

runsolver used 4.21236 second user time and 7.78482 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:33:56
IDJOB=3484307
IDBENCH=82818
IDSOLVER=1975
FILE ID=node147/3484307-1307748835
RUNJOBID= node147-1307746987-12995
PBS_JOBID= 13550813
Free space on /tmp= 73952 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S635440951-015.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-3484307-1307748835/watcher-3484307-1307748835 -o /tmp/evaluation-result-3484307-1307748835/solver-3484307-1307748835 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484307-1307748835.cnf -seed 1664128787 -budget 1200

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

MD5SUM BENCH= 84865a406d2a10d67b7d2a7ac3e327ce
RANDOM SEED=1664128787

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:      31747980 kB
Buffers:        106072 kB
Cached:         778008 kB
SwapCached:      10296 kB
Active:         496468 kB
Inactive:       552632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31747980 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           31828 kB
Writeback:           0 kB
AnonPages:      163340 kB
Mapped:          18380 kB
Slab:            77728 kB
PageTables:      15164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  9991036 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= 73920 MiB
End job on node147 at 2011-06-11 01:53:57