Trace number 3484017

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 701.97 701.763

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1250-c25000-S1688530456-019-UNKNOWN.cnf
MD5SUM79bb5af0297560cf515e2461b267e196
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark235.781
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of clauses25000
Sum of the clauses size125000
Maximum clause length5
Minimum clause length5
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 525000
Number of clauses of size over 50

Solver Data

0.38/0.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.66	c INFO: solving HOME/instance-3484017-1307746990.cnf
0.38/0.66	c INFO: computing task features
0.54/0.80	c INFO: computed variable-clause graph statistics
0.54/0.80	c INFO: computed clause balance statistics
1.15/1.47	c INFO: computed variable balance statistics
1.55/1.82	c INFO: computed small-clause counts
1.55/1.82	c INFO: computed Horn-clause counts
1.55/1.85	c INFO: computed variable graph statistics
1.55/1.85	c INFO: collected features for HOME/instance-3484017-1307746990.cnf in 1.18 s
1.55/1.86	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.38)
101.72/102.01	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.14)
201.95/202.17	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.09)
302.14/302.32	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
401.38/401.48	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.06)
500.70/500.63	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.05)
600.93/600.82	c INFO: running FH@0 for 97 with 600 remaining (b = 0.04)
701.19/700.98	c INFO: running adaptg2wsat2009++@0 for 97 with 500 remaining (b = 0.03)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3484017-1307746990/watcher-3484017-1307746990 -o /tmp/evaluation-result-3484017-1307746990/solver-3484017-1307746990 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484017-1307746990.cnf -seed 1487758871 -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: 0.00 0.00 0.00 2/180 11193
/proc/meminfo: memFree=31854688/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=11804 CPUtime=0 cores=4,6
/proc/11193/stat : 11193 (runsolver) S 11190 11193 11144 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 867114514 12087296 50 33554432000 4194304 5436572 140735887665168 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699968823 0 0 17 6 0 0 0
/proc/11193/statm: 2951 50 31 304 0 2643 0

[startup+0.081414 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 11193
/proc/meminfo: memFree=31854688/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=18888 CPUtime=0.02 cores=4,6
/proc/11193/stat : 11193 (python) R 11190 11193 11144 0 -1 4202496 1287 0 0 0 2 0 0 0 17 0 1 0 867114514 19341312 1138 33554432000 4194304 5683644 140736726476400 18446744073709551615 4617716 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11193/statm: 4722 1138 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100407 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 11193
/proc/meminfo: memFree=31854688/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=29792 CPUtime=0.04 cores=4,6
/proc/11193/stat : 11193 (python) R 11190 11193 11144 0 -1 4202496 1462 0 0 0 3 1 0 0 17 0 1 0 867114514 30507008 1300 33554432000 4194304 5683644 140736726476400 18446744073709551615 4335038 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11193/statm: 7448 1300 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.300369 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 11193
/proc/meminfo: memFree=31854688/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=135584 CPUtime=0.17 cores=4,6
/proc/11193/stat : 11193 (python) R 11190 11193 11144 0 -1 4202496 5898 932 1 0 13 4 0 0 18 0 1 0 867114514 138838016 4132 33554432000 4194304 5683644 140736726476400 18446744073709551615 228095446885 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11193/statm: 33896 4132 1031 364 0 3082 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135584

[startup+0.700309 s]
/proc/loadavg: 0.00 0.00 0.00 2/180 11193
/proc/meminfo: memFree=31854688/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=280984 CPUtime=0.45 cores=4,6
/proc/11193/stat : 11193 (python) R 11190 11193 11144 0 -1 4202496 9914 932 1 0 34 11 0 0 17 0 1 0 867114514 287727616 7583 33554432000 4194304 5683644 140736726476400 18446744073709551615 47639702922306 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11193/statm: 70246 7583 1761 364 0 6170 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 280984

[startup+1.50019 s]
/proc/loadavg: 0.00 0.00 0.00 4/185 11219
/proc/meminfo: memFree=31747752/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=285820 CPUtime=1.25 cores=4,6
/proc/11193/stat : 11193 (python) R 11190 11193 11144 0 -1 4202496 12074 932 1 0 113 12 0 0 18 0 1 0 867114514 292679680 8840 33554432000 4194304 5683644 140736726476400 18446744073709551615 4623682 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11193/statm: 71455 8840 1827 364 0 7379 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 285820

[startup+3.10086 s]
/proc/loadavg: 0.24 0.05 0.02 4/188 11222
/proc/meminfo: memFree=31737932/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=292300 CPUtime=1.61 cores=4,6
/proc/11193/stat : 11193 (python) S 11190 11193 11144 0 -1 4202496 12436 932 1 0 149 12 0 0 20 0 2 0 867114514 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11193/statm: 73075 7939 1869 364 0 8993 0
[pid=11220] ppid=11193 vsize=282056 CPUtime=0 cores=4,6
/proc/11220/stat : 11220 (python) S 11193 11193 11144 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 867114701 288825344 6420 33554432000 4194304 5683644 140736726476400 18446744073709551615 228095471119 0 0 16781312 514 4511644758245867780 0 0 17 4 0 0 0
/proc/11220/statm: 70514 6420 354 364 0 6432 0
[pid=11222] ppid=11220 vsize=1018800 CPUtime=1.22 cores=4,6
/proc/11222/stat : 11222 (gnovelty+2) R 11220 11222 11222 0 -1 4202496 864 0 0 0 122 0 0 0 25 0 1 0 867114701 1043251200 602 33554432000 134512640 135663704 4290357680 18446744073709551615 134524916 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11222/statm: 254700 602 113 282 0 254416 0
[pid=11193/tid=11221] ppid=11190 vsize=292300 CPUtime=0 cores=4,6
/proc/11193/task/11221/stat : 11221 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 2 0 867114701 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1593156

[startup+6.30023 s]
/proc/loadavg: 0.24 0.05 0.02 5/199 11246
/proc/meminfo: memFree=31629400/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=292300 CPUtime=1.61 cores=4,6
/proc/11193/stat : 11193 (python) S 11190 11193 11144 0 -1 4202496 12436 932 1 0 149 12 0 0 20 0 2 0 867114514 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11193/statm: 73075 7939 1869 364 0 8993 0
[pid=11220] ppid=11193 vsize=282056 CPUtime=0 cores=4,6
/proc/11220/stat : 11220 (python) S 11193 11193 11144 0 -1 4202560 866 0 0 0 0 0 0 0 18 0 1 0 867114701 288825344 6443 33554432000 4194304 5683644 140736726476400 18446744073709551615 228095471119 0 0 16781312 514 4511644758245867780 0 0 17 4 0 0 0
/proc/11220/statm: 70514 6443 377 364 0 6432 0
[pid=11222] ppid=11220 vsize=1018800 CPUtime=4.41 cores=4,6
/proc/11222/stat : 11222 (gnovelty+2) R 11220 11222 11222 0 -1 4202496 864 0 0 0 441 0 0 0 25 0 1 0 867114701 1043251200 602 33554432000 134512640 135663704 4290357680 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11222/statm: 254700 602 113 282 0 254416 0
[pid=11193/tid=11221] ppid=11190 vsize=292300 CPUtime=0 cores=4,6
/proc/11193/task/11221/stat : 11221 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 2 0 867114701 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 1593156

[startup+12.7011 s]
/proc/loadavg: 0.82 0.18 0.06 5/199 11246
/proc/meminfo: memFree=31628240/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=292300 CPUtime=1.61 cores=4,6
/proc/11193/stat : 11193 (python) S 11190 11193 11144 0 -1 4202496 12436 932 1 0 149 12 0 0 20 0 2 0 867114514 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11193/statm: 73075 7939 1869 364 0 8993 0
[pid=11220] ppid=11193 vsize=282056 CPUtime=0.01 cores=4,6
/proc/11220/stat : 11220 (python) S 11193 11193 11144 0 -1 4202560 868 0 0 0 1 0 0 0 18 0 1 0 867114701 288825344 6443 33554432000 4194304 5683644 140736726476400 18446744073709551615 228095471119 0 0 16781312 514 18147641726582358276 0 0 17 4 0 0 0
/proc/11220/statm: 70514 6443 377 364 0 6432 0
[pid=11222] ppid=11220 vsize=1018800 CPUtime=10.8 cores=4,6
/proc/11222/stat : 11222 (gnovelty+2) R 11220 11222 11222 0 -1 4202496 864 0 0 0 1080 0 0 0 25 0 1 0 867114701 1043251200 602 33554432000 134512640 135663704 4290357680 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11222/statm: 254700 602 113 282 0 254416 0
[pid=11193/tid=11221] ppid=11190 vsize=292300 CPUtime=0 cores=4,6
/proc/11193/task/11221/stat : 11221 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 2 0 867114701 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1593156

[startup+25.5008 s]
/proc/loadavg: 1.31 0.30 0.10 5/202 11249
/proc/meminfo: memFree=31592856/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=292300 CPUtime=1.61 cores=4,6
/proc/11193/stat : 11193 (python) S 11190 11193 11144 0 -1 4202496 12436 932 1 0 149 12 0 0 20 0 2 0 867114514 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11193/statm: 73075 7939 1869 364 0 8993 0
[pid=11220] ppid=11193 vsize=282056 CPUtime=0.02 cores=4,6
/proc/11220/stat : 11220 (python) S 11193 11193 11144 0 -1 4202560 873 0 0 0 1 1 0 0 18 0 1 0 867114701 288825344 6443 33554432000 4194304 5683644 140736726476400 18446744073709551615 228095471119 0 0 16781312 514 18147641726582358276 0 0 17 4 0 0 0
/proc/11220/statm: 70514 6443 377 364 0 6432 0
[pid=11222] ppid=11220 vsize=1018800 CPUtime=23.58 cores=4,6
/proc/11222/stat : 11222 (gnovelty+2) R 11220 11222 11222 0 -1 4202496 864 0 0 0 2358 0 0 0 25 0 1 0 867114701 1043251200 602 33554432000 134512640 135663704 4290357680 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11222/statm: 254700 602 113 282 0 254416 0
[pid=11193/tid=11221] ppid=11190 vsize=292300 CPUtime=0 cores=4,6
/proc/11193/task/11221/stat : 11221 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 2 0 867114701 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1593156

[startup+51.1011 s]
/proc/loadavg: 2.22 0.60 0.20 5/202 11250
/proc/meminfo: memFree=31592616/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=292300 CPUtime=1.61 cores=4,6
/proc/11193/stat : 11193 (python) S 11190 11193 11144 0 -1 4202496 12436 932 1 0 149 12 0 0 20 0 2 0 867114514 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11193/statm: 73075 7939 1869 364 0 8993 0
[pid=11220] ppid=11193 vsize=282056 CPUtime=0.05 cores=4,6
/proc/11220/stat : 11220 (python) S 11193 11193 11144 0 -1 4202560 886 0 0 0 3 2 0 0 18 0 1 0 867114701 288825344 6443 33554432000 4194304 5683644 140736726476400 18446744073709551615 228095471119 0 0 16781312 514 18147641726582358276 0 0 17 4 0 0 0
/proc/11220/statm: 70514 6443 377 364 0 6432 0
[pid=11222] ppid=11220 vsize=1018800 CPUtime=49.15 cores=4,6
/proc/11222/stat : 11222 (gnovelty+2) R 11220 11222 11222 0 -1 4202496 864 0 0 0 4915 0 0 0 25 0 1 0 867114701 1043251200 602 33554432000 134512640 135663704 4290357680 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11222/statm: 254700 602 113 282 0 254416 0
[pid=11193/tid=11221] ppid=11190 vsize=292300 CPUtime=0 cores=4,6
/proc/11193/task/11221/stat : 11221 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 2 0 867114701 299315200 7939 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1593156

[startup+102.307 s]
/proc/loadavg: 3.29 1.17 0.42 5/206 11255
/proc/meminfo: memFree=31585768/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=302556 CPUtime=1.62 cores=4,6
/proc/11193/stat : 11193 (python) S 11190 11193 11144 0 -1 4202496 13284 932 1 0 150 12 0 0 20 0 3 0 867114514 309817344 7946 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11193/statm: 75639 7946 1872 364 0 11554 0
[pid=11220] ppid=11193 vsize=292300 CPUtime=0.12 cores=4,6
/proc/11220/stat : 11220 (python) S 11193 11193 11144 0 -1 4202560 1145 0 0 0 7 5 0 0 19 0 2 0 867114701 299315200 6486 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11220/statm: 73075 6486 415 364 0 8993 0
[pid=11222] ppid=11220 vsize=1018800 CPUtime=100.01 cores=4,6
/proc/11222/stat : 11222 (gnovelty+2) T 11220 11222 11222 0 -1 4202496 864 0 0 0 10001 0 0 0 25 0 1 0 867114701 1043251200 602 33554432000 134512640 135663704 4290357680 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11222/statm: 254700 602 113 282 0 254416 0
[pid=11220/tid=11252] ppid=11193 vsize=292300 CPUtime=0 cores=4,6
/proc/11220/task/11252/stat : 11252 (python) S 11193 11193 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124715 299315200 6486 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453963142400 0 0 -1 6 0 0 0
[pid=11253] ppid=11193 vsize=292312 CPUtime=0 cores=4,6
/proc/11253/stat : 11253 (python) S 11193 11193 11144 0 -1 4202560 740 0 0 0 0 0 0 0 19 0 1 0 867124716 299327488 6418 33554432000 4194304 5683644 140736726476400 18446744073709551615 228095471174 0 0 16781312 514 4516591461059264511 0 0 17 6 0 0 0
/proc/11253/statm: 73078 6418 348 364 0 8993 0
[pid=11255] ppid=11253 vsize=1018800 CPUtime=0.28 cores=4,6
/proc/11255/stat : 11255 (gnovelty+2) R 11253 11255 11255 0 -1 4202496 866 0 0 0 28 0 0 0 21 0 1 0 867124716 1043251200 602 33554432000 134512640 135663704 4287114368 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/11255/statm: 254700 602 113 282 0 254416 0
[pid=11193/tid=11221] ppid=11190 vsize=302556 CPUtime=0 cores=4,6
/proc/11193/task/11221/stat : 11221 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 3 0 867114701 309817344 7946 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11254] ppid=11190 vsize=302556 CPUtime=0 cores=4,6
/proc/11193/task/11254/stat : 11254 (python) S 11190 11193 11144 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 3 0 867124716 309817344 7946 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 2924768

[startup+162.301 s]
/proc/loadavg: 3.80 1.70 0.64 5/218 11269
/proc/meminfo: memFree=31528968/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=302556 CPUtime=1.62 cores=4,6
/proc/11193/stat : 11193 (python) S 11190 11193 11144 0 -1 4202496 13284 932 1 0 150 12 0 0 20 0 3 0 867114514 309817344 7946 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11193/statm: 75639 7946 1872 364 0 11554 0
[pid=11220] ppid=11193 vsize=292300 CPUtime=0.12 cores=4,6
/proc/11220/stat : 11220 (python) S 11193 11193 11144 0 -1 4202560 1145 0 0 0 7 5 0 0 19 0 2 0 867114701 299315200 6486 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11220/statm: 73075 6486 415 364 0 8993 0
[pid=11222] ppid=11220 vsize=1018800 CPUtime=100.01 cores=4,6
/proc/11222/stat : 11222 (gnovelty+2) T 11220 11222 11222 0 -1 4202496 864 0 0 0 10001 0 0 0 25 0 1 0 867114701 1043251200 602 33554432000 134512640 135663704 4290357680 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11222/statm: 254700 602 113 282 0 254416 0
[pid=11220/tid=11252] ppid=11193 vsize=292300 CPUtime=0 cores=4,6
/proc/11220/task/11252/stat : 11252 (python) S 11193 11193 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124715 299315200 6486 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453963142400 0 0 -1 6 0 0 0
[pid=11253] ppid=11193 vsize=292312 CPUtime=0.07 cores=4,6

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

[pid=11272] ppid=11193 vsize=302720 CPUtime=0.14 cores=4,6
/proc/11272/stat : 11272 (python) S 11193 11193 11144 0 -1 4202560 1080 0 0 0 7 7 0 0 19 0 2 0 867134732 309985280 6513 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11272/statm: 75680 6513 400 364 0 11592 0
[pid=11274] ppid=11272 vsize=420484 CPUtime=99.99 cores=4,6
/proc/11274/stat : 11274 (adaptg2wsat2009) T 11272 11274 11274 0 -1 4202496 1757 0 0 0 9999 0 0 0 25 0 1 0 867134732 430575616 1491 33554432000 134512640 135107411 4288184064 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11274/statm: 105121 1491 59 146 0 103997 0
[pid=11272/tid=11298] ppid=11193 vsize=302720 CPUtime=0 cores=4,6
/proc/11272/task/11298/stat : 11298 (python) S 11193 11193 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867144746 309985280 6513 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453952662336 0 0 -1 6 0 0 0
[pid=11299] ppid=11193 vsize=312976 CPUtime=0.14 cores=4,6
/proc/11299/stat : 11299 (python) S 11193 11193 11144 0 -1 4202560 1091 0 0 0 8 6 0 0 19 0 2 0 867144747 320487424 6537 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11299/statm: 78244 6537 400 364 0 14153 0
[pid=11301] ppid=11299 vsize=420484 CPUtime=99.14 cores=4,6
/proc/11301/stat : 11301 (adaptg2wsat2009) T 11299 11301 11301 0 -1 4202496 1760 0 0 0 9914 0 0 0 25 0 1 0 867144747 430575616 1493 33554432000 134512640 135107411 4290490736 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11301/statm: 105121 1493 59 146 0 103997 0
[pid=11299/tid=11305] ppid=11193 vsize=312976 CPUtime=0 cores=4,6
/proc/11299/task/11305/stat : 11305 (python) S 11193 11193 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867154661 320487424 6537 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453953894272 0 0 -1 4 0 0 0
[pid=11306] ppid=11193 vsize=323232 CPUtime=0.15 cores=4,6
/proc/11306/stat : 11306 (python) S 11193 11193 11144 0 -1 4202560 1081 0 0 0 9 6 0 0 19 0 2 0 867154662 330989568 6541 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11306/statm: 80808 6541 400 364 0 16714 0
[pid=11308] ppid=11306 vsize=420484 CPUtime=99.14 cores=4,6
/proc/11308/stat : 11308 (adaptg2wsat2009) T 11306 11308 11308 0 -1 4202496 1757 0 0 0 9914 0 0 0 25 0 1 0 867154663 430575616 1492 33554432000 134512640 135107411 4288151680 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11308/statm: 105121 1492 59 146 0 103997 0
[pid=11306/tid=11320] ppid=11193 vsize=323232 CPUtime=0 cores=4,6
/proc/11306/task/11320/stat : 11320 (python) S 11193 11193 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867164577 330989568 6541 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453946693632 0 0 -1 6 0 0 0
[pid=11321] ppid=11193 vsize=333620 CPUtime=0.15 cores=4,6
/proc/11321/stat : 11321 (python) S 11193 11193 11144 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 867164578 341626880 6558 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11321/statm: 83405 6558 400 364 0 19308 0
[pid=11323] ppid=11321 vsize=1018800 CPUtime=100.05 cores=4,6
/proc/11323/stat : 11323 (gnovelty+2) T 11321 11323 11323 0 -1 4202496 864 0 0 0 10005 0 0 0 25 0 1 0 867164578 1043251200 603 33554432000 134512640 135663704 4294899792 18446744073709551615 134524923 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11323/statm: 254700 603 113 282 0 254416 0
[pid=11321/tid=11342] ppid=11193 vsize=333620 CPUtime=0 cores=4,6
/proc/11321/task/11342/stat : 11342 (python) S 11193 11193 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867174595 341626880 6558 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453970342272 0 0 -1 6 0 0 0
[pid=11343] ppid=11193 vsize=343876 CPUtime=0.16 cores=4,6
/proc/11343/stat : 11343 (python) S 11193 11193 11144 0 -1 4202560 1092 0 0 0 9 7 0 0 19 0 2 0 867174596 352129024 6589 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11343/statm: 85969 6589 400 364 0 21869 0
[pid=11345] ppid=11343 vsize=250368 CPUtime=100.14 cores=4,6
/proc/11345/stat : 11345 (FH) T 11343 11345 11345 0 -1 4202496 1672 0 0 0 10014 0 0 0 25 0 1 0 867174596 256376832 1408 33554432000 134512640 134936988 4287475408 18446744073709551615 134545312 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11345/statm: 62592 1408 41 104 0 62096 0
[pid=11343/tid=11357] ppid=11193 vsize=343876 CPUtime=0 cores=4,6
/proc/11343/task/11357/stat : 11357 (python) S 11193 11193 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867184612 352129024 6589 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453946691840 0 0 -1 6 0 0 0
[pid=11358] ppid=11193 vsize=354132 CPUtime=0 cores=4,6
/proc/11358/stat : 11358 (python) S 11193 11193 11144 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 867184613 362631168 6542 33554432000 4194304 5683644 140736726476400 18446744073709551615 228095471174 0 0 16781312 514 4526170956116262911 0 0 17 4 0 0 0
/proc/11358/statm: 88533 6542 350 364 0 24430 0
[pid=11360] ppid=11358 vsize=420484 CPUtime=0.7 cores=4,6
/proc/11360/stat : 11360 (adaptg2wsat2009) R 11358 11360 11360 0 -1 4202496 1756 0 0 0 70 0 0 0 22 0 1 0 867184613 430575616 1492 33554432000 134512640 135107411 4288763632 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11360/statm: 105121 1492 59 146 0 103997 0
[pid=11193/tid=11221] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11221/stat : 11221 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867114701 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11254] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11254/stat : 11254 (python) S 11190 11193 11144 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 867124716 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11273] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11273/stat : 11273 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867134732 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11300] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11300/stat : 11300 (python) S 11190 11193 11144 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867144747 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 6 0 0 0
[pid=11193/tid=11307] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11307/stat : 11307 (python) S 11190 11193 11144 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 867154662 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11322] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11322/stat : 11322 (python) S 11190 11193 11144 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867164578 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11344] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11344/stat : 11344 (python) S 11190 11193 11144 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867174596 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11359] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11359/stat : 11359 (python) S 11190 11193 11144 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867184613 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 7908248

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

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

[startup+701.701 s]
/proc/loadavg: 4.08 3.67 2.13 4/262 11362
/proc/meminfo: memFree=31364828/32951124 swapFree=67053960/67111528
[pid=11193] ppid=11190 vsize=364376 CPUtime=1.67 cores=4,6
/proc/11193/stat : 11193 (python) S 11190 11193 11144 0 -1 4202496 18450 932 1 0 153 14 0 0 20 0 9 0 867114514 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11193/statm: 91094 8080 1884 364 0 26991 0
[pid=11220] ppid=11193 vsize=292300 CPUtime=0.12 cores=4,6
/proc/11220/stat : 11220 (python) S 11193 11193 11144 0 -1 4202560 1145 0 0 0 7 5 0 0 19 0 2 0 867114701 299315200 6486 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11220/statm: 73075 6486 415 364 0 8993 0
[pid=11222] ppid=11220 vsize=1018800 CPUtime=100.01 cores=4,6
/proc/11222/stat : 11222 (gnovelty+2) T 11220 11222 11222 0 -1 4202496 864 0 0 0 10001 0 0 0 25 0 1 0 867114701 1043251200 602 33554432000 134512640 135663704 4290357680 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11222/statm: 254700 602 113 282 0 254416 0
[pid=11220/tid=11252] ppid=11193 vsize=292300 CPUtime=0 cores=4,6
/proc/11220/task/11252/stat : 11252 (python) S 11193 11193 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867124715 299315200 6486 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453963142400 0 0 -1 6 0 0 0
[pid=11253] ppid=11193 vsize=292312 CPUtime=0.13 cores=4,6
/proc/11253/stat : 11253 (python) S 11193 11193 11144 0 -1 4202560 1086 0 0 0 7 6 0 0 19 0 2 0 867124716 299327488 6471 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11253/statm: 73078 6471 400 364 0 8993 0
[pid=11255] ppid=11253 vsize=1018800 CPUtime=100.14 cores=4,6
/proc/11255/stat : 11255 (gnovelty+2) T 11253 11255 11255 0 -1 4202496 866 0 0 0 10014 0 0 0 25 0 1 0 867124716 1043251200 602 33554432000 134512640 135663704 4287114368 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11255/statm: 254700 602 113 282 0 254416 0
[pid=11253/tid=11271] ppid=11193 vsize=292312 CPUtime=0 cores=4,6
/proc/11253/task/11271/stat : 11271 (python) S 11193 11193 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867134731 299327488 6471 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453964294144 0 0 -1 6 0 0 0
[pid=11272] ppid=11193 vsize=302720 CPUtime=0.14 cores=4,6
/proc/11272/stat : 11272 (python) S 11193 11193 11144 0 -1 4202560 1080 0 0 0 7 7 0 0 19 0 2 0 867134732 309985280 6513 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11272/statm: 75680 6513 400 364 0 11592 0
[pid=11274] ppid=11272 vsize=420484 CPUtime=99.99 cores=4,6
/proc/11274/stat : 11274 (adaptg2wsat2009) T 11272 11274 11274 0 -1 4202496 1757 0 0 0 9999 0 0 0 25 0 1 0 867134732 430575616 1491 33554432000 134512640 135107411 4288184064 18446744073709551615 134531848 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11274/statm: 105121 1491 59 146 0 103997 0
[pid=11272/tid=11298] ppid=11193 vsize=302720 CPUtime=0 cores=4,6
/proc/11272/task/11298/stat : 11298 (python) S 11193 11193 11144 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867144746 309985280 6513 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453952662336 0 0 -1 6 0 0 0
[pid=11299] ppid=11193 vsize=312976 CPUtime=0.14 cores=4,6
/proc/11299/stat : 11299 (python) S 11193 11193 11144 0 -1 4202560 1091 0 0 0 8 6 0 0 19 0 2 0 867144747 320487424 6537 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11299/statm: 78244 6537 400 364 0 14153 0
[pid=11301] ppid=11299 vsize=420484 CPUtime=99.14 cores=4,6
/proc/11301/stat : 11301 (adaptg2wsat2009) T 11299 11301 11301 0 -1 4202496 1760 0 0 0 9914 0 0 0 25 0 1 0 867144747 430575616 1493 33554432000 134512640 135107411 4290490736 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11301/statm: 105121 1493 59 146 0 103997 0
[pid=11299/tid=11305] ppid=11193 vsize=312976 CPUtime=0 cores=4,6
/proc/11299/task/11305/stat : 11305 (python) S 11193 11193 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867154661 320487424 6537 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453953894272 0 0 -1 4 0 0 0
[pid=11306] ppid=11193 vsize=323232 CPUtime=0.15 cores=4,6
/proc/11306/stat : 11306 (python) S 11193 11193 11144 0 -1 4202560 1081 0 0 0 9 6 0 0 19 0 2 0 867154662 330989568 6541 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11306/statm: 80808 6541 400 364 0 16714 0
[pid=11308] ppid=11306 vsize=420484 CPUtime=99.14 cores=4,6
/proc/11308/stat : 11308 (adaptg2wsat2009) T 11306 11308 11308 0 -1 4202496 1757 0 0 0 9914 0 0 0 25 0 1 0 867154663 430575616 1492 33554432000 134512640 135107411 4288151680 18446744073709551615 134532293 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11308/statm: 105121 1492 59 146 0 103997 0
[pid=11306/tid=11320] ppid=11193 vsize=323232 CPUtime=0 cores=4,6
/proc/11306/task/11320/stat : 11320 (python) S 11193 11193 11144 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867164577 330989568 6541 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453946693632 0 0 -1 6 0 0 0
[pid=11321] ppid=11193 vsize=333620 CPUtime=0.15 cores=4,6
/proc/11321/stat : 11321 (python) S 11193 11193 11144 0 -1 4202560 1080 0 0 0 8 7 0 0 19 0 2 0 867164578 341626880 6558 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/11321/statm: 83405 6558 400 364 0 19308 0
[pid=11323] ppid=11321 vsize=1018800 CPUtime=100.05 cores=4,6
/proc/11323/stat : 11323 (gnovelty+2) T 11321 11323 11323 0 -1 4202496 864 0 0 0 10005 0 0 0 25 0 1 0 867164578 1043251200 603 33554432000 134512640 135663704 4294899792 18446744073709551615 134524923 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/11323/statm: 254700 603 113 282 0 254416 0
[pid=11321/tid=11342] ppid=11193 vsize=333620 CPUtime=0 cores=4,6
/proc/11321/task/11342/stat : 11342 (python) S 11193 11193 11144 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867174595 341626880 6558 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453970342272 0 0 -1 6 0 0 0
[pid=11343] ppid=11193 vsize=343876 CPUtime=0.16 cores=4,6
/proc/11343/stat : 11343 (python) S 11193 11193 11144 0 -1 4202560 1092 0 0 0 9 7 0 0 19 0 2 0 867174596 352129024 6589 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107277771 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/11343/statm: 85969 6589 400 364 0 21869 0
[pid=11345] ppid=11343 vsize=250368 CPUtime=100.14 cores=4,6
/proc/11345/stat : 11345 (FH) T 11343 11345 11345 0 -1 4202496 1672 0 0 0 10014 0 0 0 25 0 1 0 867174596 256376832 1408 33554432000 134512640 134936988 4287475408 18446744073709551615 134545312 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/11345/statm: 62592 1408 41 104 0 62096 0
[pid=11343/tid=11357] ppid=11193 vsize=343876 CPUtime=0 cores=4,6
/proc/11343/task/11357/stat : 11357 (python) S 11193 11193 11144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867184612 352129024 6589 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 514 18446604453946691840 0 0 -1 6 0 0 0
[pid=11358] ppid=11193 vsize=354132 CPUtime=0 cores=4,6
/proc/11358/stat : 11358 (python) S 11193 11193 11144 0 -1 4202560 829 0 0 0 0 0 0 0 19 0 1 0 867184613 362631168 6542 33554432000 4194304 5683644 140736726476400 18446744073709551615 228095471174 0 0 16781312 514 4526170956116262911 0 0 17 4 0 0 0
/proc/11358/statm: 88533 6542 350 364 0 24430 0
[pid=11360] ppid=11358 vsize=420484 CPUtime=0.7 cores=4,6
/proc/11360/stat : 11360 (adaptg2wsat2009) R 11358 11360 11360 0 -1 4202496 1756 0 0 0 70 0 0 0 22 0 1 0 867184613 430575616 1492 33554432000 134512640 135107411 4288763632 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/11360/statm: 105121 1492 59 146 0 103997 0
[pid=11193/tid=11221] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11221/stat : 11221 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867114701 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11254] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11254/stat : 11254 (python) S 11190 11193 11144 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 867124716 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11273] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11273/stat : 11273 (python) S 11190 11193 11144 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867134732 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11300] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11300/stat : 11300 (python) S 11190 11193 11144 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 867144747 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 6 0 0 0
[pid=11193/tid=11307] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11307/stat : 11307 (python) S 11190 11193 11144 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 867154662 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11322] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11322/stat : 11322 (python) S 11190 11193 11144 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867164578 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11344] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11344/stat : 11344 (python) S 11190 11193 11144 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867174596 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
[pid=11193/tid=11359] ppid=11190 vsize=364376 CPUtime=0 cores=4,6
/proc/11193/task/11359/stat : 11359 (python) S 11190 11193 11144 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867184613 373121024 8080 33554432000 4194304 5683644 140736726476400 18446744073709551615 228107274673 0 0 16781312 2 18446604453963144192 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 7908248

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 701.763
CPU time (s): 701.97
CPU user time (s): 701.39
CPU system time (s): 0.58
CPU usage (%): 100.03
Max. virtual memory (cumulated for all children) (KiB): 7908248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.54976
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19942
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= 6396
involuntary context switches= 73

runsolver used 1.9527 second user time and 3.04954 second system time

The end

Launcher Data

Begin job on node142 at 2011-06-11 01:03:10
IDJOB=3484017
IDBENCH=82528
IDSOLVER=1975
FILE ID=node142/3484017-1307746990
RUNJOBID= node142-1307746989-11163
PBS_JOBID= 13550818
Free space on /tmp= 74076 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1250-c25000-S1688530456-019-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-3484017-1307746990/watcher-3484017-1307746990 -o /tmp/evaluation-result-3484017-1307746990/solver-3484017-1307746990 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484017-1307746990.cnf -seed 1487758871 -budget 1200

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

MD5SUM BENCH= 79bb5af0297560cf515e2461b267e196
RANDOM SEED=1487758871

node142.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31855364 kB
Buffers:        155384 kB
Cached:         736080 kB
SwapCached:      11412 kB
Active:         475568 kB
Inactive:       446344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31855364 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           64852 kB
Writeback:           8 kB
AnonPages:       28180 kB
Mapped:          14944 kB
Slab:           107428 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   219956 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= 73972 MiB
End job on node142 at 2011-06-11 01:14:54