Trace number 3484353

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) 702.69 702.863

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S2127424322-078.UNKNOWN.cnf
MD5SUMf8b6732f9f469525eb7751d9d1024a94
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.64	c INFO: solving HOME/instance-3484353-1307749061.cnf
0.36/0.64	c INFO: computing task features
0.44/0.70	c INFO: computed variable-clause graph statistics
0.44/0.70	c INFO: computed clause balance statistics
0.64/0.97	c INFO: computed variable balance statistics
0.75/1.09	c INFO: computed small-clause counts
0.75/1.09	c INFO: computed Horn-clause counts
0.75/1.10	c INFO: computed variable graph statistics
0.75/1.10	c INFO: collected features for HOME/instance-3484353-1307749061.cnf in 0.45 s
0.85/1.10	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.46)
100.95/101.26	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
201.18/201.42	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.32/301.57	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.05)
401.64/401.71	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
501.72/501.84	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.82/601.99	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
701.98/702.12	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.02)

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.09 4.03 3.55 5/232 2193
/proc/meminfo: memFree=31212952/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=15084 CPUtime=0 cores=1,3
/proc/2193/stat : 2193 (python) R 2191 2193 1193 0 -1 4202496 630 0 0 0 0 0 0 0 18 0 1 0 886505757 15446016 526 33554432000 4194304 5683644 140736942629552 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2193/statm: 3771 528 304 364 0 258 0

[startup+0.0912939 s]
/proc/loadavg: 4.09 4.03 3.55 5/232 2193
/proc/meminfo: memFree=31212952/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=84524 CPUtime=0.05 cores=1,3
/proc/2193/stat : 2193 (python) R 2191 2193 1193 0 -1 4202496 2199 0 0 0 4 1 0 0 17 0 1 0 886505757 86552576 1948 33554432000 4194304 5683644 140736942629552 18446744073709551615 274468999479 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2193/statm: 21131 1953 575 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84524

[startup+0.100365 s]
/proc/loadavg: 4.09 4.03 3.55 5/232 2193
/proc/meminfo: memFree=31212952/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=85620 CPUtime=0.07 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 2631 0 0 0 5 2 0 0 17 0 1 0 886505757 87674880 2348 33554432000 4194304 5683644 140736942629552 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/2193/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85620

[startup+0.300259 s]
/proc/loadavg: 4.09 4.03 3.55 5/232 2193
/proc/meminfo: memFree=31212952/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=135748 CPUtime=0.18 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 5976 932 1 0 13 5 0 0 17 0 1 0 886505757 139005952 4149 33554432000 4194304 5683644 140736942629552 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/2193/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70019 s]
/proc/loadavg: 4.09 4.03 3.55 5/232 2193
/proc/meminfo: memFree=31212952/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=279440 CPUtime=0.44 cores=1,3
/proc/2193/stat : 2193 (python) R 2191 2193 1193 0 -1 4202496 9770 932 1 0 34 10 0 0 16 0 1 0 886505757 286146560 7217 33554432000 4194304 5683644 140736942629552 18446744073709551615 47160283769745 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2193/statm: 69860 7217 1772 364 0 5784 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 279440

[startup+1.50105 s]
/proc/loadavg: 4.09 4.03 3.55 6/233 2198
/proc/meminfo: memFree=31188788/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=289656 CPUtime=0.85 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 10433 932 1 0 75 10 0 0 19 0 2 0 886505757 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 72414 7311 1869 364 0 8332 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 289656

[startup+3.10082 s]
/proc/loadavg: 4.08 4.03 3.55 6/236 2201
/proc/meminfo: memFree=31186284/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=289656 CPUtime=0.85 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 10433 932 1 0 75 10 0 0 19 0 2 0 886505757 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 72414 7311 1869 364 0 8332 0
[pid=2199] ppid=2193 vsize=279412 CPUtime=0 cores=1,3
/proc/2199/stat : 2199 (python) S 2193 2193 1193 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 886505868 286117888 5792 33554432000 4194304 5683644 140736942629552 18446744073709551615 274473987599 0 0 16781312 514 6335935484476227848 0 0 17 1 0 0 0
/proc/2199/statm: 69853 5792 354 364 0 5771 0
[pid=2201] ppid=2199 vsize=1018088 CPUtime=1.98 cores=1,3
/proc/2201/stat : 2201 (gnovelty+2) R 2199 2201 2201 0 -1 4202496 571 0 0 0 198 0 0 0 25 0 1 0 886505868 1042522112 306 33554432000 134512640 135663704 4292020800 18446744073709551615 134524413 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2201/statm: 254522 306 113 282 0 254238 0
[pid=2193/tid=2200] ppid=2191 vsize=289656 CPUtime=0 cores=1,3
/proc/2193/task/2200/stat : 2200 (python) S 2191 2193 1193 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 886505868 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 1587156

[startup+6.3002 s]
/proc/loadavg: 4.08 4.03 3.55 6/236 2201
/proc/meminfo: memFree=31184648/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=289656 CPUtime=0.85 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 10433 932 1 0 75 10 0 0 19 0 2 0 886505757 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 72414 7311 1869 364 0 8332 0
[pid=2199] ppid=2193 vsize=279412 CPUtime=0 cores=1,3
/proc/2199/stat : 2199 (python) S 2193 2193 1193 0 -1 4202560 863 0 0 0 0 0 0 0 18 0 1 0 886505868 286117888 5814 33554432000 4194304 5683644 140736942629552 18446744073709551615 274473987599 0 0 16781312 514 6335935484476227848 0 0 17 1 0 0 0
/proc/2199/statm: 69853 5814 376 364 0 5771 0
[pid=2201] ppid=2199 vsize=1018088 CPUtime=5.17 cores=1,3
/proc/2201/stat : 2201 (gnovelty+2) R 2199 2201 2201 0 -1 4202496 571 0 0 0 517 0 0 0 25 0 1 0 886505868 1042522112 306 33554432000 134512640 135663704 4292020800 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2201/statm: 254522 306 113 282 0 254238 0
[pid=2193/tid=2200] ppid=2191 vsize=289656 CPUtime=0 cores=1,3
/proc/2193/task/2200/stat : 2200 (python) S 2191 2193 1193 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 886505868 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 1587156

[startup+12.7011 s]
/proc/loadavg: 4.07 4.03 3.56 6/236 2201
/proc/meminfo: memFree=31183152/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=289656 CPUtime=0.85 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 10433 932 1 0 75 10 0 0 19 0 2 0 886505757 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 72414 7311 1869 364 0 8332 0
[pid=2199] ppid=2193 vsize=279412 CPUtime=0.01 cores=1,3
/proc/2199/stat : 2199 (python) S 2193 2193 1193 0 -1 4202560 866 0 0 0 0 1 0 0 18 0 1 0 886505868 286117888 5814 33554432000 4194304 5683644 140736942629552 18446744073709551615 274473987599 0 0 16781312 514 7184314529004617992 0 0 17 1 0 0 0
/proc/2199/statm: 69853 5814 376 364 0 5771 0
[pid=2201] ppid=2199 vsize=1018088 CPUtime=11.56 cores=1,3
/proc/2201/stat : 2201 (gnovelty+2) R 2199 2201 2201 0 -1 4202496 571 0 0 0 1156 0 0 0 25 0 1 0 886505868 1042522112 306 33554432000 134512640 135663704 4292020800 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2201/statm: 254522 306 113 282 0 254238 0
[pid=2193/tid=2200] ppid=2191 vsize=289656 CPUtime=0 cores=1,3
/proc/2193/task/2200/stat : 2200 (python) S 2191 2193 1193 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 886505868 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 1587156

[startup+25.5008 s]
/proc/loadavg: 4.06 4.03 3.56 6/236 2201
/proc/meminfo: memFree=31180564/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=289656 CPUtime=0.85 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 10433 932 1 0 75 10 0 0 19 0 2 0 886505757 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 72414 7311 1869 364 0 8332 0
[pid=2199] ppid=2193 vsize=279412 CPUtime=0.02 cores=1,3
/proc/2199/stat : 2199 (python) S 2193 2193 1193 0 -1 4202560 872 0 0 0 1 1 0 0 18 0 1 0 886505868 286117888 5814 33554432000 4194304 5683644 140736942629552 18446744073709551615 274473987599 0 0 16781312 514 7184314529004617992 0 0 17 1 0 0 0
/proc/2199/statm: 69853 5814 376 364 0 5771 0
[pid=2201] ppid=2199 vsize=1018088 CPUtime=24.35 cores=1,3
/proc/2201/stat : 2201 (gnovelty+2) R 2199 2201 2201 0 -1 4202496 571 0 0 0 2435 0 0 0 25 0 1 0 886505868 1042522112 306 33554432000 134512640 135663704 4292020800 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2201/statm: 254522 306 113 282 0 254238 0
[pid=2193/tid=2200] ppid=2191 vsize=289656 CPUtime=0 cores=1,3
/proc/2193/task/2200/stat : 2200 (python) S 2191 2193 1193 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 886505868 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 1587156

[startup+51.1003 s]
/proc/loadavg: 4.04 4.02 3.57 7/236 2202
/proc/meminfo: memFree=31175092/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=289656 CPUtime=0.85 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 10433 932 1 0 75 10 0 0 19 0 2 0 886505757 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 72414 7311 1869 364 0 8332 0
[pid=2199] ppid=2193 vsize=279412 CPUtime=0.06 cores=1,3
/proc/2199/stat : 2199 (python) S 2193 2193 1193 0 -1 4202560 884 0 0 0 3 3 0 0 18 0 1 0 886505868 286117888 5815 33554432000 4194304 5683644 140736942629552 18446744073709551615 274473987599 0 0 16781312 514 7184314529004617992 0 0 17 1 0 0 0
/proc/2199/statm: 69853 5815 377 364 0 5771 0
[pid=2201] ppid=2199 vsize=1018088 CPUtime=49.93 cores=1,3
/proc/2201/stat : 2201 (gnovelty+2) R 2199 2201 2201 0 -1 4202496 571 0 0 0 4993 0 0 0 25 0 1 0 886505868 1042522112 306 33554432000 134512640 135663704 4292020800 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2201/statm: 254522 306 113 282 0 254238 0
[pid=2193/tid=2200] ppid=2191 vsize=289656 CPUtime=0 cores=1,3
/proc/2193/task/2200/stat : 2200 (python) S 2191 2193 1193 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 2 0 886505868 296607744 7311 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1587156

[startup+102.307 s]
/proc/loadavg: 4.01 4.02 3.59 6/243 2210
/proc/meminfo: memFree=31117596/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=300232 CPUtime=0.87 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 11335 932 1 0 76 11 0 0 20 0 3 0 886505757 307437568 7366 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 75058 7366 1872 364 0 10973 0
[pid=2199] ppid=2193 vsize=289656 CPUtime=0.13 cores=1,3
/proc/2199/stat : 2199 (python) S 2193 2193 1193 0 -1 4202560 1144 0 0 0 7 6 0 0 19 0 2 0 886505868 296607744 5858 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2199/statm: 72414 5858 415 364 0 8332 0
[pid=2201] ppid=2199 vsize=1018088 CPUtime=100.02 cores=1,3
/proc/2201/stat : 2201 (gnovelty+2) T 2199 2201 2201 0 -1 4202496 571 0 0 0 10002 0 0 0 25 0 1 0 886505868 1042522112 306 33554432000 134512640 135663704 4292020800 18446744073709551615 134545611 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2201/statm: 254522 306 113 282 0 254238 0
[pid=2199/tid=2207] ppid=2193 vsize=289656 CPUtime=0 cores=1,3
/proc/2199/task/2207/stat : 2207 (python) S 2193 2193 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886515882 296607744 5858 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604462977827776 0 0 -1 3 0 0 0
[pid=2208] ppid=2193 vsize=289988 CPUtime=0 cores=1,3
/proc/2208/stat : 2208 (python) S 2193 2193 1193 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 886515883 296947712 5838 33554432000 4194304 5683644 140736942629552 18446744073709551615 274473987654 0 0 16781312 514 5790613451227234568 0 0 17 1 0 0 0
/proc/2208/statm: 72497 5838 348 364 0 8412 0
[pid=2210] ppid=2208 vsize=1018088 CPUtime=1.04 cores=1,3
/proc/2210/stat : 2210 (gnovelty+2) R 2208 2210 2210 0 -1 4202496 570 0 0 0 104 0 0 0 24 0 1 0 886515883 1042522112 305 33554432000 134512640 135663704 4294490624 18446744073709551615 134545207 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2210/statm: 254522 305 113 282 0 254238 0
[pid=2193/tid=2200] ppid=2191 vsize=300232 CPUtime=0 cores=1,3
/proc/2193/task/2200/stat : 2200 (python) S 2191 2193 1193 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 3 0 886505868 307437568 7366 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=2193/tid=2209] ppid=2191 vsize=300232 CPUtime=0 cores=1,3
/proc/2193/task/2209/stat : 2209 (python) S 2191 2193 1193 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 3 0 886515883 307437568 7366 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 2916052

[startup+162.301 s]
/proc/loadavg: 4.00 4.01 3.62 6/247 2216
/proc/meminfo: memFree=31097812/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=300232 CPUtime=0.87 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 11335 932 1 0 76 11 0 0 20 0 3 0 886505757 307437568 7366 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2193/statm: 75058 7366 1872 364 0 10973 0
[pid=2199] ppid=2193 vsize=289656 CPUtime=0.13 cores=1,3
/proc/2199/stat : 2199 (python) S 2193 2193 1193 0 -1 4202560 1144 0 0 0 7 6 0 0 19 0 2 0 886505868 296607744 5858 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2199/statm: 72414 5858 415 364 0 8332 0
[pid=2201] ppid=2199 vsize=1018088 CPUtime=100.02 cores=1,3
/proc/2201/stat : 2201 (gnovelty+2) T 2199 2201 2201 0 -1 4202496 571 0 0 0 10002 0 0 0 25 0 1 0 886505868 1042522112 306 33554432000 134512640 135663704 4292020800 18446744073709551615 134545611 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2201/statm: 254522 306 113 282 0 254238 0
[pid=2199/tid=2207] ppid=2193 vsize=289656 CPUtime=0 cores=1,3
/proc/2199/task/2207/stat : 2207 (python) S 2193 2193 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886515882 296607744 5858 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604462977827776 0 0 -1 3 0 0 0
[pid=2208] ppid=2193 vsize=289988 CPUtime=0.08 cores=1,3

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

/proc/2208/statm: 72497 5891 400 364 0 8412 0
[pid=2210] ppid=2208 vsize=1018088 CPUtime=100.04 cores=1,3
/proc/2210/stat : 2210 (gnovelty+2) T 2208 2210 2210 0 -1 4202496 570 0 0 0 10004 0 0 0 25 0 1 0 886515883 1042522112 305 33554432000 134512640 135663704 4294490624 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2210/statm: 254522 305 113 282 0 254238 0
[pid=2208/tid=2219] ppid=2193 vsize=289988 CPUtime=0 cores=1,3
/proc/2208/task/2219/stat : 2219 (python) S 2193 2193 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886525898 296947712 5891 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604454260925504 0 0 -1 3 0 0 0
[pid=2220] ppid=2193 vsize=300244 CPUtime=0.14 cores=1,3
/proc/2220/stat : 2220 (python) S 2193 2193 1193 0 -1 4202560 1082 0 0 0 7 7 0 0 19 0 2 0 886525899 307449856 5895 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2220/statm: 75061 5895 400 364 0 10973 0
[pid=2222] ppid=2220 vsize=417192 CPUtime=100.03 cores=1,3
/proc/2222/stat : 2222 (adaptg2wsat2009) T 2220 2222 2222 0 -1 4202496 761 0 0 0 10003 0 0 0 25 0 1 0 886525899 427204608 497 33554432000 134512640 135107411 4290327488 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2222/statm: 104298 497 59 146 0 103174 0
[pid=2220/tid=2230] ppid=2193 vsize=300244 CPUtime=0 cores=1,3
/proc/2220/task/2230/stat : 2230 (python) S 2193 2193 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886535913 307449856 5895 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604471087220928 0 0 -1 3 0 0 0
[pid=2231] ppid=2193 vsize=310500 CPUtime=0.14 cores=1,3
/proc/2231/stat : 2231 (python) S 2193 2193 1193 0 -1 4202560 1091 0 0 0 7 7 0 0 19 0 2 0 886535914 317952000 5899 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2231/statm: 77625 5899 400 364 0 13534 0
[pid=2233] ppid=2231 vsize=417192 CPUtime=100.12 cores=1,3
/proc/2233/stat : 2233 (adaptg2wsat2009) T 2231 2233 2233 0 -1 4202496 762 0 0 0 10012 0 0 0 25 0 1 0 886535914 427204608 494 33554432000 134512640 135107411 4290020496 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/2233/statm: 104298 494 59 146 0 103174 0
[pid=2231/tid=2293] ppid=2193 vsize=310500 CPUtime=0 cores=1,3
/proc/2231/task/2293/stat : 2293 (python) S 2193 2193 1193 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886545927 317952000 5899 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604471087221824 0 0 -1 3 0 0 0
[pid=2295] ppid=2193 vsize=320756 CPUtime=0.12 cores=1,3
/proc/2295/stat : 2295 (python) S 2193 2193 1193 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 886545928 328454144 5903 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2295/statm: 80189 5903 400 364 0 16095 0
[pid=2297] ppid=2295 vsize=417192 CPUtime=99.98 cores=1,3
/proc/2297/stat : 2297 (adaptg2wsat2009) T 2295 2297 2297 0 -1 4202496 759 0 0 0 9998 0 0 0 25 0 1 0 886545929 427204608 494 33554432000 134512640 135107411 4288514352 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2297/statm: 104298 494 59 146 0 103174 0
[pid=2295/tid=2351] ppid=2193 vsize=320756 CPUtime=0 cores=1,3
/proc/2295/task/2351/stat : 2351 (python) S 2193 2193 1193 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886555941 328454144 5903 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604454260926400 0 0 -1 3 0 0 0
[pid=2352] ppid=2193 vsize=331012 CPUtime=0.13 cores=1,3
/proc/2352/stat : 2352 (python) S 2193 2193 1193 0 -1 4202560 1082 0 0 0 8 5 0 0 19 0 2 0 886555942 338956288 5907 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2352/statm: 82753 5907 400 364 0 18656 0
[pid=2354] ppid=2352 vsize=1018088 CPUtime=100 cores=1,3
/proc/2354/stat : 2354 (gnovelty+2) T 2352 2354 2354 0 -1 4202496 566 0 0 0 10000 0 0 0 25 0 1 0 886555942 1042522112 306 33554432000 134512640 135663704 4286957120 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/2354/statm: 254522 306 113 282 0 254238 0
[pid=2352/tid=2412] ppid=2193 vsize=331012 CPUtime=0 cores=1,3
/proc/2352/task/2412/stat : 2412 (python) S 2193 2193 1193 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886565955 338956288 5907 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604471132542912 0 0 -1 3 0 0 0
[pid=2413] ppid=2193 vsize=341268 CPUtime=0.13 cores=1,3
/proc/2413/stat : 2413 (python) S 2193 2193 1193 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 886565956 349458432 5911 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2413/statm: 85317 5911 400 364 0 21217 0
[pid=2415] ppid=2413 vsize=247348 CPUtime=99.98 cores=1,3
/proc/2415/stat : 2415 (FH) T 2413 2415 2415 0 -1 4202496 707 0 0 0 9998 0 0 0 25 0 1 0 886565956 253284352 444 33554432000 134512640 134936988 4289779584 18446744073709551615 134544807 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2415/statm: 61837 444 41 104 0 61341 0
[pid=2193/tid=2200] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2200/stat : 2200 (python) S 2191 2193 1193 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 886505868 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=2193/tid=2209] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2209/stat : 2209 (python) S 2191 2193 1193 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 886515883 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=2193/tid=2221] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2221/stat : 2221 (python) S 2191 2193 1193 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886525899 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=2193/tid=2232] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2232/stat : 2232 (python) S 2191 2193 1193 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886535914 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=2193/tid=2296] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2296/stat : 2296 (python) S 2191 2193 1193 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886545929 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=2193/tid=2353] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2353/stat : 2353 (python) S 2191 2193 1193 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 886555942 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=2193/tid=2414] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2414/stat : 2414 (python) S 2191 2193 1193 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886565956 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 7098380



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.03 4.03 3.79 5/242 2614
/proc/meminfo: memFree=31499020/32950928 swapFree=67079488/67111528
[pid=2193] ppid=2191 vsize=361768 CPUtime=0.92 cores=1,3
/proc/2193/stat : 2193 (python) S 2191 2193 1193 0 -1 4202496 16692 932 1 0 80 12 0 0 20 0 9 0 886505757 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2193/statm: 90442 7410 1892 364 0 26339 0
[pid=2199] ppid=2193 vsize=289656 CPUtime=0.13 cores=1,3
/proc/2199/stat : 2199 (python) S 2193 2193 1193 0 -1 4202560 1144 0 0 0 7 6 0 0 19 0 2 0 886505868 296607744 5858 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2199/statm: 72414 5858 415 364 0 8332 0
[pid=2201] ppid=2199 vsize=1018088 CPUtime=100.02 cores=1,3
/proc/2201/stat : 2201 (gnovelty+2) T 2199 2201 2201 0 -1 4202496 571 0 0 0 10002 0 0 0 25 0 1 0 886505868 1042522112 306 33554432000 134512640 135663704 4292020800 18446744073709551615 134545611 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2201/statm: 254522 306 113 282 0 254238 0
[pid=2199/tid=2207] ppid=2193 vsize=289656 CPUtime=0 cores=1,3
/proc/2199/task/2207/stat : 2207 (python) S 2193 2193 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886515882 296607744 5858 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604462977827776 0 0 -1 3 0 0 0
[pid=2208] ppid=2193 vsize=289988 CPUtime=0.14 cores=1,3
/proc/2208/stat : 2208 (python) S 2193 2193 1193 0 -1 4202560 1090 0 0 0 7 7 0 0 19 0 2 0 886515883 296947712 5891 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2208/statm: 72497 5891 400 364 0 8412 0
[pid=2210] ppid=2208 vsize=1018088 CPUtime=100.04 cores=1,3
/proc/2210/stat : 2210 (gnovelty+2) T 2208 2210 2210 0 -1 4202496 570 0 0 0 10004 0 0 0 25 0 1 0 886515883 1042522112 305 33554432000 134512640 135663704 4294490624 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2210/statm: 254522 305 113 282 0 254238 0
[pid=2208/tid=2219] ppid=2193 vsize=289988 CPUtime=0 cores=1,3
/proc/2208/task/2219/stat : 2219 (python) S 2193 2193 1193 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886525898 296947712 5891 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604454260925504 0 0 -1 3 0 0 0
[pid=2220] ppid=2193 vsize=300244 CPUtime=0.14 cores=1,3
/proc/2220/stat : 2220 (python) S 2193 2193 1193 0 -1 4202560 1082 0 0 0 7 7 0 0 19 0 2 0 886525899 307449856 5895 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2220/statm: 75061 5895 400 364 0 10973 0
[pid=2222] ppid=2220 vsize=417192 CPUtime=100.03 cores=1,3
/proc/2222/stat : 2222 (adaptg2wsat2009) T 2220 2222 2222 0 -1 4202496 761 0 0 0 10003 0 0 0 25 0 1 0 886525899 427204608 497 33554432000 134512640 135107411 4290327488 18446744073709551615 134531779 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2222/statm: 104298 497 59 146 0 103174 0
[pid=2220/tid=2230] ppid=2193 vsize=300244 CPUtime=0 cores=1,3
/proc/2220/task/2230/stat : 2230 (python) S 2193 2193 1193 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886535913 307449856 5895 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604471087220928 0 0 -1 3 0 0 0
[pid=2231] ppid=2193 vsize=310500 CPUtime=0.14 cores=1,3
/proc/2231/stat : 2231 (python) S 2193 2193 1193 0 -1 4202560 1091 0 0 0 7 7 0 0 19 0 2 0 886535914 317952000 5899 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/2231/statm: 77625 5899 400 364 0 13534 0
[pid=2233] ppid=2231 vsize=417192 CPUtime=100.12 cores=1,3
/proc/2233/stat : 2233 (adaptg2wsat2009) T 2231 2233 2233 0 -1 4202496 762 0 0 0 10012 0 0 0 25 0 1 0 886535914 427204608 494 33554432000 134512640 135107411 4290020496 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/2233/statm: 104298 494 59 146 0 103174 0
[pid=2231/tid=2293] ppid=2193 vsize=310500 CPUtime=0 cores=1,3
/proc/2231/task/2293/stat : 2293 (python) S 2193 2193 1193 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886545927 317952000 5899 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604471087221824 0 0 -1 3 0 0 0
[pid=2295] ppid=2193 vsize=320756 CPUtime=0.12 cores=1,3
/proc/2295/stat : 2295 (python) S 2193 2193 1193 0 -1 4202560 1081 0 0 0 7 5 0 0 19 0 2 0 886545928 328454144 5903 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2295/statm: 80189 5903 400 364 0 16095 0
[pid=2297] ppid=2295 vsize=417192 CPUtime=99.98 cores=1,3
/proc/2297/stat : 2297 (adaptg2wsat2009) T 2295 2297 2297 0 -1 4202496 759 0 0 0 9998 0 0 0 25 0 1 0 886545929 427204608 494 33554432000 134512640 135107411 4288514352 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2297/statm: 104298 494 59 146 0 103174 0
[pid=2295/tid=2351] ppid=2193 vsize=320756 CPUtime=0 cores=1,3
/proc/2295/task/2351/stat : 2351 (python) S 2193 2193 1193 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886555941 328454144 5903 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604454260926400 0 0 -1 3 0 0 0
[pid=2352] ppid=2193 vsize=331012 CPUtime=0.13 cores=1,3
/proc/2352/stat : 2352 (python) S 2193 2193 1193 0 -1 4202560 1082 0 0 0 8 5 0 0 19 0 2 0 886555942 338956288 5907 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2352/statm: 82753 5907 400 364 0 18656 0
[pid=2354] ppid=2352 vsize=1018088 CPUtime=100 cores=1,3
/proc/2354/stat : 2354 (gnovelty+2) T 2352 2354 2354 0 -1 4202496 566 0 0 0 10000 0 0 0 25 0 1 0 886555942 1042522112 306 33554432000 134512640 135663704 4286957120 18446744073709551615 134525699 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/2354/statm: 254522 306 113 282 0 254238 0
[pid=2352/tid=2412] ppid=2193 vsize=331012 CPUtime=0 cores=1,3
/proc/2352/task/2412/stat : 2412 (python) S 2193 2193 1193 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886565955 338956288 5907 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604471132542912 0 0 -1 3 0 0 0
[pid=2413] ppid=2193 vsize=341268 CPUtime=0.13 cores=1,3
/proc/2413/stat : 2413 (python) S 2193 2193 1193 0 -1 4202560 1079 0 0 0 8 5 0 0 19 0 2 0 886565956 349458432 5911 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/2413/statm: 85317 5911 400 364 0 21217 0
[pid=2415] ppid=2413 vsize=247348 CPUtime=99.98 cores=1,3
/proc/2415/stat : 2415 (FH) T 2413 2415 2415 0 -1 4202496 707 0 0 0 9998 0 0 0 25 0 1 0 886565956 253284352 444 33554432000 134512640 134936988 4289779584 18446744073709551615 134544807 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2415/statm: 61837 444 41 104 0 61341 0
[pid=2413/tid=2611] ppid=2193 vsize=341268 CPUtime=0 cores=1,3
/proc/2413/task/2611/stat : 2611 (python) S 2193 2193 1193 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886575969 349458432 5911 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 514 18446604464394288000 0 0 -1 3 0 0 0
[pid=2612] ppid=2193 vsize=351524 CPUtime=0 cores=1,3
/proc/2612/stat : 2612 (python) S 2193 2193 1193 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 886575970 359960576 5864 33554432000 4194304 5683644 140736942629552 18446744073709551615 274473987654 0 0 16781312 514 4587835691370545151 0 0 17 1 0 0 0
/proc/2612/statm: 87881 5864 350 364 0 23778 0
[pid=2614] ppid=2612 vsize=417048 CPUtime=0.67 cores=1,3
/proc/2614/stat : 2614 (adaptg2wsat2009) R 2612 2614 2614 0 -1 4202496 682 0 0 0 67 0 0 0 22 0 1 0 886575970 427057152 418 33554432000 134512640 135107411 4293662608 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2614/statm: 104262 418 49 146 0 103138 0
[pid=2193/tid=2200] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2200/stat : 2200 (python) S 2191 2193 1193 0 -1 4202560 26 932 0 0 0 0 0 0 19 0 9 0 886505868 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=2193/tid=2209] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2209/stat : 2209 (python) S 2191 2193 1193 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 886515883 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=2193/tid=2221] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2221/stat : 2221 (python) S 2191 2193 1193 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886525899 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=2193/tid=2232] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2232/stat : 2232 (python) S 2191 2193 1193 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886535914 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=2193/tid=2296] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2296/stat : 2296 (python) S 2191 2193 1193 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886545929 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=2193/tid=2353] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2353/stat : 2353 (python) S 2191 2193 1193 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 9 0 886555942 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=2193/tid=2414] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2414/stat : 2414 (python) S 2191 2193 1193 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886565956 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 1 0 0 0
[pid=2193/tid=2613] ppid=2191 vsize=361768 CPUtime=0 cores=1,3
/proc/2193/task/2613/stat : 2613 (python) S 2191 2193 1193 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886575970 370450432 7410 33554432000 4194304 5683644 140736942629552 18446744073709551615 274485791153 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 702.69
Current children cumulated vsize (KiB) 7866952

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 702.863
CPU time (s): 702.69
CPU user time (s): 702.15
CPU system time (s): 0.54
CPU usage (%): 99.9753
Max. virtual memory (cumulated for all children) (KiB): 7866952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.814876
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18269
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= 2867
involuntary context switches= 29

runsolver used 1.3098 second user time and 3.07553 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 01:37:41
IDJOB=3484353
IDBENCH=82864
IDSOLVER=1975
FILE ID=node125/3484353-1307749061
RUNJOBID= node125-1307747008-1213
PBS_JOBID= 13550832
Free space on /tmp= 73932 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S2127424322-078.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-3484353-1307749061/watcher-3484353-1307749061 -o /tmp/evaluation-result-3484353-1307749061/solver-3484353-1307749061 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484353-1307749061.cnf -seed 1008204897 -budget 1200

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

MD5SUM BENCH= f8b6732f9f469525eb7751d9d1024a94
RANDOM SEED=1008204897

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:     32950928 kB
MemFree:      31213504 kB
Buffers:        248688 kB
Cached:         793464 kB
SwapCached:       3400 kB
Active:         999884 kB
Inactive:       527740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31213504 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           31884 kB
Writeback:           0 kB
AnonPages:      483296 kB
Mapped:          22436 kB
Slab:           134296 kB
PageTables:      14788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5950700 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= 73904 MiB
End job on node125 at 2011-06-11 01:49:26