Trace number 3484211

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.06 1200.26

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1516725086-012.UNKNOWN.cnf
MD5SUM700fcf61c35143a2185883134d0eb67b
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.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3484211-1307748376.cnf
0.32/0.45	c INFO: computing task features
0.32/0.49	c INFO: computed variable-clause graph statistics
0.32/0.50	c INFO: computed clause balance statistics
0.59/0.73	c INFO: computed variable balance statistics
0.69/0.82	c INFO: computed small-clause counts
0.69/0.82	c INFO: computed Horn-clause counts
0.69/0.83	c INFO: computed variable graph statistics
0.69/0.83	c INFO: collected features for HOME/instance-3484211-1307748376.cnf in 0.37 s
0.69/0.83	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.50)
104.00/105.03	c INFO: running gnovelty+2@0 for 97 with 1096 remaining (b = 0.09)
204.10/205.17	c INFO: running adaptg2wsat2009++@0 for 97 with 996 remaining (b = 0.05)
304.28/305.30	c INFO: running adaptg2wsat2009++@0 for 97 with 896 remaining (b = 0.04)
404.37/405.43	c INFO: running adaptg2wsat2009++@0 for 97 with 796 remaining (b = 0.03)
504.59/505.58	c INFO: running gnovelty+2@0 for 97 with 696 remaining (b = 0.02)
604.79/605.73	c INFO: running FH@0 for 97 with 596 remaining (b = 0.02)
704.87/705.87	c INFO: running march_hi@0 for 388 with 496 remaining (b = 0.07)
1094.17/1094.57	c INFO: running march_hi@388 for 107 with 107 remaining (b = 0.03)
1200.06/1200.25	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-3484211-1307748376/watcher-3484211-1307748376 -o /tmp/evaluation-result-3484211-1307748376/solver-3484211-1307748376 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484211-1307748376.cnf -seed 1824490198 -budget 1200 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 5.57 4.51 3.35 4/204 20804
/proc/meminfo: memFree=30643176/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=15380 CPUtime=0 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 820 0 0 0 0 0 0 0 25 0 1 0 886437277 15749120 704 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/20804/statm: 3845 704 334 364 0 332 0

[startup+0.0234921 s]
/proc/loadavg: 5.57 4.51 3.35 4/204 20804
/proc/meminfo: memFree=30643176/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=16536 CPUtime=0.01 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 1185 0 0 0 1 0 0 0 25 0 1 0 886437277 16932864 1046 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/20804/statm: 4134 1046 417 364 0 621 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16536

[startup+0.100982 s]
/proc/loadavg: 5.57 4.51 3.35 4/204 20804
/proc/meminfo: memFree=30643176/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=104612 CPUtime=0.07 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 3143 0 0 0 5 2 0 0 17 0 1 0 886437277 107122688 2821 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/20804/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.321293 s]
/proc/loadavg: 5.57 4.51 3.35 4/204 20804
/proc/meminfo: memFree=30643176/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=198916 CPUtime=0.24 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 7051 932 1 0 18 6 0 0 18 0 1 0 886437277 203689984 5075 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/20804/statm: 49729 5075 1486 364 0 3756 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198916

[startup+0.700233 s]
/proc/loadavg: 5.57 4.51 3.35 4/204 20804
/proc/meminfo: memFree=30643176/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=279848 CPUtime=0.59 cores=4,6
/proc/20804/stat : 20804 (python) R 20802 20804 19898 0 -1 4202496 9776 932 1 0 52 7 0 0 19 0 1 0 886437277 286564352 7347 33554432000 4194304 5683644 140735360559456 18446744073709551615 47509192167106 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/20804/statm: 69962 7347 1826 364 0 5886 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 279848

[startup+1.5011 s]
/proc/loadavg: 5.57 4.51 3.35 5/208 20812
/proc/meminfo: memFree=30617504/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=290116 CPUtime=0.73 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 10072 932 1 0 65 8 0 0 21 0 2 0 886437277 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20804/statm: 72529 7400 1869 364 0 8447 0
[pid=20810] ppid=20804 vsize=279872 CPUtime=0 cores=4,6
/proc/20810/stat : 20810 (python) S 20804 20804 19898 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886437361 286588928 5881 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828431 0 0 16781312 514 4185862486592847871 0 0 17 4 0 0 0
/proc/20810/statm: 69968 5881 354 364 0 5886 0
[pid=20812] ppid=20810 vsize=1018076 CPUtime=0.65 cores=4,6
/proc/20812/stat : 20812 (gnovelty+2) R 20810 20812 20812 0 -1 4202496 534 0 0 0 65 0 0 0 21 0 1 0 886437361 1042509824 268 33554432000 134512640 135663704 4292322048 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20812/statm: 254519 268 113 282 0 254235 0
[pid=20804/tid=20811] ppid=20802 vsize=290116 CPUtime=0 cores=4,6
/proc/20804/task/20811/stat : 20811 (python) S 20802 20804 19898 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 2 0 886437361 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 1588064

[startup+3.10086 s]
/proc/loadavg: 5.57 4.51 3.35 5/208 20812
/proc/meminfo: memFree=30617132/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=290116 CPUtime=0.73 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 10072 932 1 0 65 8 0 0 21 0 2 0 886437277 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20804/statm: 72529 7400 1869 364 0 8447 0
[pid=20810] ppid=20804 vsize=279872 CPUtime=0 cores=4,6
/proc/20810/stat : 20810 (python) S 20804 20804 19898 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886437361 286588928 5881 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828431 0 0 16781312 514 4185862486592815364 0 0 17 4 0 0 0
/proc/20810/statm: 69968 5881 354 364 0 5886 0
[pid=20812] ppid=20810 vsize=1018076 CPUtime=2.25 cores=4,6
/proc/20812/stat : 20812 (gnovelty+2) R 20810 20812 20812 0 -1 4202496 534 0 0 0 225 0 0 0 25 0 1 0 886437361 1042509824 268 33554432000 134512640 135663704 4292322048 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20812/statm: 254519 268 113 282 0 254235 0
[pid=20804/tid=20811] ppid=20802 vsize=290116 CPUtime=0 cores=4,6
/proc/20804/task/20811/stat : 20811 (python) S 20802 20804 19898 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 2 0 886437361 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 1588064

[startup+6.30028 s]
/proc/loadavg: 5.44 4.50 3.35 6/208 20812
/proc/meminfo: memFree=30615184/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=290116 CPUtime=0.73 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 10072 932 1 0 65 8 0 0 21 0 2 0 886437277 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20804/statm: 72529 7400 1869 364 0 8447 0
[pid=20810] ppid=20804 vsize=279872 CPUtime=0 cores=4,6
/proc/20810/stat : 20810 (python) S 20804 20804 19898 0 -1 4202560 864 0 0 0 0 0 0 0 18 0 1 0 886437361 286588928 5903 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828431 0 0 16781312 514 4185862486592815364 0 0 17 4 0 0 0
/proc/20810/statm: 69968 5903 376 364 0 5886 0
[pid=20812] ppid=20810 vsize=1018076 CPUtime=5.44 cores=4,6
/proc/20812/stat : 20812 (gnovelty+2) R 20810 20812 20812 0 -1 4202496 534 0 0 0 544 0 0 0 25 0 1 0 886437361 1042509824 268 33554432000 134512640 135663704 4292322048 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20812/statm: 254519 268 113 282 0 254235 0
[pid=20804/tid=20811] ppid=20802 vsize=290116 CPUtime=0 cores=4,6
/proc/20804/task/20811/stat : 20811 (python) S 20802 20804 19898 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 2 0 886437361 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 1588064

[startup+12.7012 s]
/proc/loadavg: 5.57 4.54 3.37 6/208 20812
/proc/meminfo: memFree=30613960/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=290116 CPUtime=0.73 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 10072 932 1 0 65 8 0 0 21 0 2 0 886437277 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20804/statm: 72529 7400 1869 364 0 8447 0
[pid=20810] ppid=20804 vsize=279872 CPUtime=0.01 cores=4,6
/proc/20810/stat : 20810 (python) S 20804 20804 19898 0 -1 4202560 869 0 0 0 0 1 0 0 18 0 1 0 886437361 286588928 5903 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828431 0 0 16781312 514 11743698978321957124 0 0 17 4 0 0 0
/proc/20810/statm: 69968 5903 376 364 0 5886 0
[pid=20812] ppid=20810 vsize=1018076 CPUtime=11.83 cores=4,6
/proc/20812/stat : 20812 (gnovelty+2) R 20810 20812 20812 0 -1 4202496 534 0 0 0 1183 0 0 0 25 0 1 0 886437361 1042509824 268 33554432000 134512640 135663704 4292322048 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20812/statm: 254519 268 113 282 0 254235 0
[pid=20804/tid=20811] ppid=20802 vsize=290116 CPUtime=0 cores=4,6
/proc/20804/task/20811/stat : 20811 (python) S 20802 20804 19898 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 2 0 886437361 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 1588064

[startup+25.501 s]
/proc/loadavg: 5.35 4.55 3.39 5/208 20812
/proc/meminfo: memFree=30613776/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=290116 CPUtime=0.73 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 10072 932 1 0 65 8 0 0 21 0 2 0 886437277 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20804/statm: 72529 7400 1869 364 0 8447 0
[pid=20810] ppid=20804 vsize=279872 CPUtime=0.03 cores=4,6
/proc/20810/stat : 20810 (python) S 20804 20804 19898 0 -1 4202560 875 0 0 0 1 2 0 0 18 0 1 0 886437361 286588928 5903 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828431 0 0 16781312 514 11743698978321957124 0 0 17 4 0 0 0
/proc/20810/statm: 69968 5903 376 364 0 5886 0
[pid=20812] ppid=20810 vsize=1018076 CPUtime=24.62 cores=4,6
/proc/20812/stat : 20812 (gnovelty+2) R 20810 20812 20812 0 -1 4202496 534 0 0 0 2462 0 0 0 25 0 1 0 886437361 1042509824 268 33554432000 134512640 135663704 4292322048 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20812/statm: 254519 268 113 282 0 254235 0
[pid=20804/tid=20811] ppid=20802 vsize=290116 CPUtime=0 cores=4,6
/proc/20804/task/20811/stat : 20811 (python) S 20802 20804 19898 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 2 0 886437361 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 1588064

[startup+51.1005 s]
/proc/loadavg: 4.89 4.50 3.40 6/212 20817
/proc/meminfo: memFree=30601188/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=290116 CPUtime=0.73 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 10072 932 1 0 65 8 0 0 21 0 2 0 886437277 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20804/statm: 72529 7400 1869 364 0 8447 0
[pid=20810] ppid=20804 vsize=279872 CPUtime=0.05 cores=4,6
/proc/20810/stat : 20810 (python) S 20804 20804 19898 0 -1 4202560 888 0 0 0 2 3 0 0 18 0 1 0 886437361 286588928 5904 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828431 0 0 16781312 514 11743698978321957124 0 0 17 4 0 0 0
/proc/20810/statm: 69968 5904 377 364 0 5886 0
[pid=20812] ppid=20810 vsize=1018076 CPUtime=50.19 cores=4,6
/proc/20812/stat : 20812 (gnovelty+2) R 20810 20812 20812 0 -1 4202496 534 0 0 0 5019 0 0 0 25 0 1 0 886437361 1042509824 268 33554432000 134512640 135663704 4292322048 18446744073709551615 134544183 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20812/statm: 254519 268 113 282 0 254235 0
[pid=20804/tid=20811] ppid=20802 vsize=290116 CPUtime=0 cores=4,6
/proc/20804/task/20811/stat : 20811 (python) S 20802 20804 19898 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 2 0 886437361 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1588064

[startup+102.301 s]
/proc/loadavg: 4.76 4.50 3.46 5/212 21006
/proc/meminfo: memFree=30591116/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=290116 CPUtime=0.73 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 10072 932 1 0 65 8 0 0 21 0 2 0 886437277 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20804/statm: 72529 7400 1869 364 0 8447 0
[pid=20810] ppid=20804 vsize=279872 CPUtime=0.13 cores=4,6
/proc/20810/stat : 20810 (python) S 20804 20804 19898 0 -1 4202560 914 0 0 0 7 6 0 0 18 0 1 0 886437361 286588928 5904 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828431 0 0 16781312 514 11743698978321957124 0 0 17 6 0 0 0
/proc/20810/statm: 69968 5904 377 364 0 5886 0
[pid=20812] ppid=20810 vsize=1018076 CPUtime=100.45 cores=4,6
/proc/20812/stat : 20812 (gnovelty+2) R 20810 20812 20812 0 -1 4202496 534 0 0 0 10028 17 0 0 25 0 1 0 886437361 1042509824 268 33554432000 134512640 135663704 4292322048 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/20812/statm: 254519 268 113 282 0 254235 0
[pid=20804/tid=20811] ppid=20802 vsize=290116 CPUtime=0 cores=4,6
/proc/20804/task/20811/stat : 20811 (python) S 20802 20804 19898 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 2 0 886437361 297078784 7400 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 1588064

[startup+162.301 s]
/proc/loadavg: 4.34 4.44 3.50 5/220 21016
/proc/meminfo: memFree=30569564/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=300372 CPUtime=0.74 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 10938 932 1 0 66 8 0 0 20 0 3 0 886437277 307580928 7407 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20804/statm: 75093 7407 1872 364 0 11008 0
[pid=20810] ppid=20804 vsize=290116 CPUtime=0.14 cores=4,6
/proc/20810/stat : 20810 (python) S 20804 20804 19898 0 -1 4202560 1150 0 0 0 8 6 0 0 19 0 2 0 886437361 297078784 5948 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20810/statm: 72529 5948 416 364 0 8447 0
[pid=20812] ppid=20810 vsize=1018076 CPUtime=103.16 cores=4,6
/proc/20812/stat : 20812 (gnovelty+2) T 20810 20812 20812 0 -1 4202496 534 0 0 0 10299 17 0 0 25 0 1 0 886437361 1042509824 268 33554432000 134512640 135663704 4292322048 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20812/statm: 254519 268 113 282 0 254235 0
[pid=20810/tid=21007] ppid=20804 vsize=290116 CPUtime=0 cores=4,6
/proc/20810/task/21007/stat : 21007 (python) S 20804 20804 19898 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886447779 297078784 5948 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604453887290304 0 0 -1 6 0 0 0
[pid=21008] ppid=20804 vsize=290128 CPUtime=0.07 cores=4,6
/proc/21008/stat : 21008 (python) S 20804 20804 19898 0 -1 4202560 907 0 0 0 3 4 0 0 18 0 1 0 886447780 297091072 5902 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828486 0 0 16781312 514 11743698978321957123 0 0 17 4 0 0 0
/proc/21008/statm: 72532 5902 371 364 0 8447 0

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

/proc/21025/stat : 21025 (adaptg2wsat2009) T 21023 21025 21025 0 -1 4202496 672 0 0 0 9998 0 0 0 25 0 1 0 886457795 426926080 405 33554432000 134512640 135107411 4289658224 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21025/statm: 104230 405 59 146 0 103106 0
[pid=21023/tid=21037] ppid=20804 vsize=300384 CPUtime=0 cores=4,6
/proc/21023/task/21037/stat : 21037 (python) S 20804 20804 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886467807 307593216 5936 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604453880482688 0 0 -1 4 0 0 0
[pid=21038] ppid=20804 vsize=310640 CPUtime=0.13 cores=4,6
/proc/21038/stat : 21038 (python) S 20804 20804 19898 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 886467808 318095360 5940 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21038/statm: 77660 5940 400 364 0 13569 0
[pid=21040] ppid=21038 vsize=416920 CPUtime=99.99 cores=4,6
/proc/21040/stat : 21040 (adaptg2wsat2009) T 21038 21040 21040 0 -1 4202496 670 0 0 0 9999 0 0 0 25 0 1 0 886467808 426926080 407 33554432000 134512640 135107411 4288611632 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21040/statm: 104230 407 59 146 0 103106 0
[pid=21038/tid=21051] ppid=20804 vsize=310640 CPUtime=0 cores=4,6
/proc/21038/task/21051/stat : 21051 (python) S 20804 20804 19898 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886477820 318095360 5940 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604452122117120 0 0 -1 4 0 0 0
[pid=21052] ppid=20804 vsize=320896 CPUtime=0.15 cores=4,6
/proc/21052/stat : 21052 (python) S 20804 20804 19898 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 886477821 328597504 5944 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21052/statm: 80224 5944 400 364 0 16130 0
[pid=21054] ppid=21052 vsize=416920 CPUtime=100.13 cores=4,6
/proc/21054/stat : 21054 (adaptg2wsat2009) T 21052 21054 21054 0 -1 4202496 670 0 0 0 10013 0 0 0 25 0 1 0 886477821 426926080 406 33554432000 134512640 135107411 4289881968 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21054/statm: 104230 406 59 146 0 103106 0
[pid=21052/tid=21063] ppid=20804 vsize=320896 CPUtime=0 cores=4,6
/proc/21052/task/21063/stat : 21063 (python) S 20804 20804 19898 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886487835 328597504 5944 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604452122116224 0 0 -1 6 0 0 0
[pid=21064] ppid=20804 vsize=331152 CPUtime=0.14 cores=4,6
/proc/21064/stat : 21064 (python) S 20804 20804 19898 0 -1 4202560 1080 0 0 0 9 5 0 0 19 0 2 0 886487836 339099648 5948 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21064/statm: 82788 5948 400 364 0 18691 0
[pid=21066] ppid=21064 vsize=1018076 CPUtime=99.99 cores=4,6
/proc/21066/stat : 21066 (gnovelty+2) T 21064 21066 21066 0 -1 4202496 528 0 0 0 9999 0 0 0 25 0 1 0 886487836 1042509824 267 33554432000 134512640 135663704 4293861216 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21066/statm: 254519 267 113 282 0 254235 0
[pid=21064/tid=21167] ppid=20804 vsize=331152 CPUtime=0 cores=4,6
/proc/21064/task/21167/stat : 21167 (python) S 20804 20804 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886497850 339099648 5948 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604448571839552 0 0 -1 6 0 0 0
[pid=21168] ppid=20804 vsize=341408 CPUtime=0.13 cores=4,6
/proc/21168/stat : 21168 (python) S 20804 20804 19898 0 -1 4202560 1082 0 0 0 7 6 0 0 19 0 2 0 886497851 349601792 5952 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21168/statm: 85352 5952 400 364 0 21252 0
[pid=21170] ppid=21168 vsize=247068 CPUtime=99.97 cores=4,6
/proc/21170/stat : 21170 (FH) T 21168 21170 21170 0 -1 4202496 631 0 0 0 9997 0 0 0 25 0 1 0 886497851 252997632 366 33554432000 134512640 134936988 4293641824 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21170/statm: 61767 366 41 104 0 61271 0
[pid=21168/tid=21315] ppid=20804 vsize=341408 CPUtime=0 cores=4,6
/proc/21168/task/21315/stat : 21315 (python) S 20804 20804 19898 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886507864 349601792 5952 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604448571838656 0 0 -1 6 0 0 0
[pid=21316] ppid=20804 vsize=351664 CPUtime=0.79 cores=4,6
/proc/21316/stat : 21316 (python) S 20804 20804 19898 0 -1 4202560 1190 0 0 0 46 33 0 0 15 0 2 0 886507865 360103936 5962 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21316/statm: 87916 5962 406 364 0 23813 0
[pid=21318] ppid=21316 vsize=5152 CPUtime=494.31 cores=4,6
/proc/21318/stat : 21318 (march_hi) R 21316 21318 21318 0 -1 4202496 2000 0 0 0 49431 0 0 0 25 0 1 0 886507865 5275648 969 33554432000 4194304 4955518 140735822424688 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21318/statm: 1288 969 106 186 0 1101 0
[pid=21316/tid=21388] ppid=20804 vsize=351664 CPUtime=0 cores=4,6
/proc/21316/task/21388/stat : 21388 (python) S 20804 20804 19898 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 886546734 360103936 5962 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604440889631872 0 0 -1 6 0 0 0
[pid=20804/tid=20811] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/20811/stat : 20811 (python) S 20802 20804 19898 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 9 0 886437361 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21009] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21009/stat : 21009 (python) S 20802 20804 19898 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886447780 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21024] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21024/stat : 21024 (python) S 20802 20804 19898 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886457795 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 6 0 0 0
[pid=20804/tid=21039] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21039/stat : 21039 (python) S 20802 20804 19898 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 886467808 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21053] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21053/stat : 21053 (python) S 20802 20804 19898 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886477821 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21065] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21065/stat : 21065 (python) S 20802 20804 19898 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886487836 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21169] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21169/stat : 21169 (python) S 20802 20804 19898 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886497851 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21317] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21317/stat : 21317 (python) S 20802 20804 19898 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 886507865 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 7455504

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

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

[startup+1200.21 s]
/proc/loadavg: 4.16 4.17 3.91 5/254 21396
/proc/meminfo: memFree=30384628/32951132 swapFree=67054616/67111528
[pid=20804] ppid=20802 vsize=361908 CPUtime=0.8 cores=4,6
/proc/20804/stat : 20804 (python) S 20802 20804 19898 0 -1 4202496 16806 932 1 0 71 9 0 0 18 0 9 0 886437277 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20804/statm: 90477 7443 1884 364 0 26374 0
[pid=20810] ppid=20804 vsize=290116 CPUtime=0.14 cores=4,6
/proc/20810/stat : 20810 (python) S 20804 20804 19898 0 -1 4202560 1150 0 0 0 8 6 0 0 19 0 2 0 886437361 297078784 5948 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/20810/statm: 72529 5948 416 364 0 8447 0
[pid=20812] ppid=20810 vsize=1018076 CPUtime=103.16 cores=4,6
/proc/20812/stat : 20812 (gnovelty+2) T 20810 20812 20812 0 -1 4202496 534 0 0 0 10299 17 0 0 25 0 1 0 886437361 1042509824 268 33554432000 134512640 135663704 4292322048 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/20812/statm: 254519 268 113 282 0 254235 0
[pid=20810/tid=21007] ppid=20804 vsize=290116 CPUtime=0 cores=4,6
/proc/20810/task/21007/stat : 21007 (python) S 20804 20804 19898 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886447779 297078784 5948 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604453887290304 0 0 -1 6 0 0 0
[pid=21008] ppid=20804 vsize=290128 CPUtime=0.13 cores=4,6
/proc/21008/stat : 21008 (python) S 20804 20804 19898 0 -1 4202560 1079 0 0 0 6 7 0 0 19 0 2 0 886447780 297091072 5932 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21008/statm: 72532 5932 400 364 0 8447 0
[pid=21010] ppid=21008 vsize=1018076 CPUtime=99.99 cores=4,6
/proc/21010/stat : 21010 (gnovelty+2) T 21008 21010 21010 0 -1 4202496 530 0 0 0 9999 0 0 0 25 0 1 0 886447780 1042509824 268 33554432000 134512640 135663704 4291450160 18446744073709551615 134525052 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21010/statm: 254519 268 113 282 0 254235 0
[pid=21008/tid=21022] ppid=20804 vsize=290128 CPUtime=0 cores=4,6
/proc/21008/task/21022/stat : 21022 (python) S 20804 20804 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886457794 297091072 5932 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604453853202496 0 0 -1 6 0 0 0
[pid=21023] ppid=20804 vsize=300384 CPUtime=0.13 cores=4,6
/proc/21023/stat : 21023 (python) S 20804 20804 19898 0 -1 4202560 1071 0 0 0 8 5 0 0 19 0 2 0 886457794 307593216 5936 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21023/statm: 75096 5936 400 364 0 11008 0
[pid=21025] ppid=21023 vsize=416920 CPUtime=99.98 cores=4,6
/proc/21025/stat : 21025 (adaptg2wsat2009) T 21023 21025 21025 0 -1 4202496 672 0 0 0 9998 0 0 0 25 0 1 0 886457795 426926080 405 33554432000 134512640 135107411 4289658224 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21025/statm: 104230 405 59 146 0 103106 0
[pid=21023/tid=21037] ppid=20804 vsize=300384 CPUtime=0 cores=4,6
/proc/21023/task/21037/stat : 21037 (python) S 20804 20804 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886467807 307593216 5936 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604453880482688 0 0 -1 4 0 0 0
[pid=21038] ppid=20804 vsize=310640 CPUtime=0.13 cores=4,6
/proc/21038/stat : 21038 (python) S 20804 20804 19898 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 886467808 318095360 5940 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21038/statm: 77660 5940 400 364 0 13569 0
[pid=21040] ppid=21038 vsize=416920 CPUtime=99.99 cores=4,6
/proc/21040/stat : 21040 (adaptg2wsat2009) T 21038 21040 21040 0 -1 4202496 670 0 0 0 9999 0 0 0 25 0 1 0 886467808 426926080 407 33554432000 134512640 135107411 4288611632 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21040/statm: 104230 407 59 146 0 103106 0
[pid=21038/tid=21051] ppid=20804 vsize=310640 CPUtime=0 cores=4,6
/proc/21038/task/21051/stat : 21051 (python) S 20804 20804 19898 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886477820 318095360 5940 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604452122117120 0 0 -1 4 0 0 0
[pid=21052] ppid=20804 vsize=320896 CPUtime=0.15 cores=4,6
/proc/21052/stat : 21052 (python) S 20804 20804 19898 0 -1 4202560 1083 0 0 0 8 7 0 0 19 0 2 0 886477821 328597504 5944 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21052/statm: 80224 5944 400 364 0 16130 0
[pid=21054] ppid=21052 vsize=416920 CPUtime=100.13 cores=4,6
/proc/21054/stat : 21054 (adaptg2wsat2009) T 21052 21054 21054 0 -1 4202496 670 0 0 0 10013 0 0 0 25 0 1 0 886477821 426926080 406 33554432000 134512640 135107411 4289881968 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21054/statm: 104230 406 59 146 0 103106 0
[pid=21052/tid=21063] ppid=20804 vsize=320896 CPUtime=0 cores=4,6
/proc/21052/task/21063/stat : 21063 (python) S 20804 20804 19898 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886487835 328597504 5944 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604452122116224 0 0 -1 6 0 0 0
[pid=21064] ppid=20804 vsize=331152 CPUtime=0.14 cores=4,6
/proc/21064/stat : 21064 (python) S 20804 20804 19898 0 -1 4202560 1080 0 0 0 9 5 0 0 19 0 2 0 886487836 339099648 5948 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21064/statm: 82788 5948 400 364 0 18691 0
[pid=21066] ppid=21064 vsize=1018076 CPUtime=99.99 cores=4,6
/proc/21066/stat : 21066 (gnovelty+2) T 21064 21066 21066 0 -1 4202496 528 0 0 0 9999 0 0 0 25 0 1 0 886487836 1042509824 267 33554432000 134512640 135663704 4293861216 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21066/statm: 254519 267 113 282 0 254235 0
[pid=21064/tid=21167] ppid=20804 vsize=331152 CPUtime=0 cores=4,6
/proc/21064/task/21167/stat : 21167 (python) S 20804 20804 19898 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886497850 339099648 5948 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604448571839552 0 0 -1 6 0 0 0
[pid=21168] ppid=20804 vsize=341408 CPUtime=0.13 cores=4,6
/proc/21168/stat : 21168 (python) S 20804 20804 19898 0 -1 4202560 1082 0 0 0 7 6 0 0 19 0 2 0 886497851 349601792 5952 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21168/statm: 85352 5952 400 364 0 21252 0
[pid=21170] ppid=21168 vsize=247068 CPUtime=99.97 cores=4,6
/proc/21170/stat : 21170 (FH) T 21168 21170 21170 0 -1 4202496 631 0 0 0 9997 0 0 0 25 0 1 0 886497851 252997632 366 33554432000 134512640 134936988 4293641824 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21170/statm: 61767 366 41 104 0 61271 0
[pid=21168/tid=21315] ppid=20804 vsize=341408 CPUtime=0 cores=4,6
/proc/21168/task/21315/stat : 21315 (python) S 20804 20804 19898 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886507864 349601792 5952 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604448571838656 0 0 -1 6 0 0 0
[pid=21316] ppid=20804 vsize=351664 CPUtime=0.79 cores=4,6
/proc/21316/stat : 21316 (python) S 20804 20804 19898 0 -1 4202560 1190 0 0 0 46 33 0 0 15 0 2 0 886507865 360103936 5962 33554432000 4194304 5683644 140735360559456 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21316/statm: 87916 5962 406 364 0 23813 0
[pid=21318] ppid=21316 vsize=5152 CPUtime=494.31 cores=4,6
/proc/21318/stat : 21318 (march_hi) R 21316 21318 21318 0 -1 4202496 2000 0 0 0 49431 0 0 0 25 0 1 0 886507865 5275648 969 33554432000 4194304 4955518 140735822424688 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21318/statm: 1288 969 106 186 0 1101 0
[pid=21316/tid=21388] ppid=20804 vsize=351664 CPUtime=0 cores=4,6
/proc/21316/task/21388/stat : 21388 (python) S 20804 20804 19898 0 -1 4202560 41 0 0 0 0 0 0 0 16 0 2 0 886546734 360103936 5962 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 514 18446604440889631872 0 0 -1 6 0 0 0
[pid=20804/tid=20811] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/20811/stat : 20811 (python) S 20802 20804 19898 0 -1 4202560 28 932 0 0 0 0 0 0 21 0 9 0 886437361 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21009] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21009/stat : 21009 (python) S 20802 20804 19898 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886447780 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21024] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21024/stat : 21024 (python) S 20802 20804 19898 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886457795 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 6 0 0 0
[pid=20804/tid=21039] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21039/stat : 21039 (python) S 20802 20804 19898 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 886467808 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21053] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21053/stat : 21053 (python) S 20802 20804 19898 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886477821 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21065] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21065/stat : 21065 (python) S 20802 20804 19898 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886487836 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21169] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21169/stat : 21169 (python) S 20802 20804 19898 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886497851 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 4 0 0 0
[pid=20804/tid=21317] ppid=20802 vsize=361908 CPUtime=0 cores=4,6
/proc/20804/task/21317/stat : 21317 (python) S 20802 20804 19898 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 886507865 370593792 7443 33554432000 4194304 5683644 140735360559456 18446744073709551615 274676631985 0 0 16781312 2 18446604453880480896 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 7455504

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.26
CPU time (s): 1200.06
CPU user time (s): 1199.06
CPU system time (s): 1
CPU usage (%): 99.9831
Max. virtual memory (cumulated for all children) (KiB): 7455508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 496.119
system time used= 0.884865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30346
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= 2548
involuntary context switches= 646

runsolver used 4.26435 second user time and 7.45287 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 01:26:16
IDJOB=3484211
IDBENCH=82722
IDSOLVER=1975
FILE ID=node131/3484211-1307748376
RUNJOBID= node131-1307747008-19917
PBS_JOBID= 13550827
Free space on /tmp= 73976 MiB

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

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

MD5SUM BENCH= 700fcf61c35143a2185883134d0eb67b
RANDOM SEED=1824490198

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30643728 kB
Buffers:        250960 kB
Cached:        1689564 kB
SwapCached:       9824 kB
Active:         650180 kB
Inactive:      1399452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30643728 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           64740 kB
Writeback:           8 kB
AnonPages:      107268 kB
Mapped:          20740 kB
Slab:           187668 kB
PageTables:      10300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  4054980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73944 MiB
End job on node131 at 2011-06-11 01:46:19