Trace number 3386618

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)? (MO) 3366.14 3353.93

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
MD5SUM0c1f90cdbd54dc48a7f7e4333f537217
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1107.92
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
Number of clauses of size over 50

Solver Data

0.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.68	c INFO: solving HOME/instance-3386618-1305589614.cnf
0.36/0.68	c INFO: computing task features
0.54/0.83	c INFO: computed variable-clause graph statistics
0.54/0.84	c INFO: computed clause balance statistics
1.32/1.62	c INFO: computed variable balance statistics
1.72/2.04	c INFO: computed small-clause counts
1.72/2.04	c INFO: computed Horn-clause counts
1.72/2.07	c INFO: computed variable graph statistics
1.72/2.07	c INFO: collected features for HOME/instance-3386618-1305589614.cnf in 1.37 s
1.72/2.11	c INFO: running gnovelty+2@0 for 97 with 4998 remaining (b = 0.38)
102.54/102.55	c INFO: running gnovelty+2@0 for 97 with 4898 remaining (b = 0.14)
203.21/202.98	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.09)
303.96/303.39	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.07)
403.72/402.79	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.06)
503.61/502.22	c INFO: running gnovelty+2@0 for 97 with 4498 remaining (b = 0.05)
602.37/600.69	c INFO: running FH@0 for 97 with 4400 remaining (b = 0.04)
703.23/701.13	c INFO: running adaptg2wsat2009++@0 for 97 with 4299 remaining (b = 0.03)
800.97/798.58	c INFO: running adaptg2wsat2009++@0 for 97 with 4202 remaining (b = 0.03)
901.85/899.01	c INFO: running FH@0 for 97 with 4101 remaining (b = 0.02)
1004.73/1001.51	c INFO: running hybridGM3@0 for 194 with 3999 remaining (b = 0.04)
1205.50/1201.50	c INFO: running gnovelty+2@0 for 97 with 3799 remaining (b = 0.02)
1305.41/1301.02	c INFO: running hybridGM3@0 for 194 with 3700 remaining (b = 0.03)
1503.07/1497.96	c INFO: running hybridGM3@0 for 194 with 3503 remaining (b = 0.03)
1701.71/1695.88	c INFO: running TNM@0 for 1552 with 3305 remaining (b = 0.21)
3262.20/3250.36	c INFO: running adaptg2wsat2009++@0 for 97 with 1750 remaining (b = 0.02)
3365.13/3352.83	c INFO: running FH@0 for 97 with 1648 remaining (b = 0.01)

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.0 (svn: 961)

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-3386618-1305589614/watcher-3386618-1305589614 -o /tmp/evaluation-result-3386618-1305589614/solver-3386618-1305589614 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386618-1305589614.cnf -seed 448214935 -budget 5000 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.99 2/521 24797
/proc/meminfo: memFree=17233596/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/24797/stat : 24797 (python) R 24795 24797 24428 0 -1 4202496 1043 0 0 0 0 0 0 0 25 0 1 0 651377055 16629760 916 33554432000 4194304 5683644 140733521205856 18446744073709551615 264726098900 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24797/statm: 4060 916 381 364 0 547 0

[startup+0.0844349 s]
/proc/loadavg: 1.92 2.01 1.99 2/521 24797
/proc/meminfo: memFree=17233596/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=52416 CPUtime=0.04 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 2014 0 0 0 3 1 0 0 25 0 1 0 651377055 53673984 1775 33554432000 4194304 5683644 140733521205856 18446744073709551615 264721481351 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/24797/statm: 13104 1775 484 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 52416

[startup+0.100438 s]
/proc/loadavg: 1.92 2.01 1.99 2/521 24797
/proc/meminfo: memFree=17233596/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=87708 CPUtime=0.05 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 2637 0 0 0 4 1 0 0 17 0 1 0 651377055 89812992 2354 33554432000 4194304 5683644 140733521205856 18446744073709551615 264721481351 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/24797/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300372 s]
/proc/loadavg: 1.92 2.01 1.99 2/521 24797
/proc/meminfo: memFree=17233596/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 5971 936 1 0 13 5 0 0 18 0 1 0 651377055 139010048 4149 33554432000 4194304 5683644 140733521205856 18446744073709551615 264726401029 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/24797/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700278 s]
/proc/loadavg: 1.92 2.01 1.99 2/521 24797
/proc/meminfo: memFree=17233596/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=280052 CPUtime=0.44 cores=0,2,4,6
/proc/24797/stat : 24797 (python) R 24795 24797 24428 0 -1 4202496 9661 936 1 0 32 12 0 0 17 0 1 0 651377055 286773248 7333 33554432000 4194304 5683644 140733521205856 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/24797/statm: 70013 7333 1761 364 0 5937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 280052

[startup+1.50019 s]
/proc/loadavg: 1.92 2.01 1.99 3/522 24802
/proc/meminfo: memFree=17201348/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=287588 CPUtime=1.22 cores=0,2,4,6
/proc/24797/stat : 24797 (python) R 24795 24797 24428 0 -1 4202496 12692 936 1 0 110 12 0 0 18 0 1 0 651377055 294490112 9281 33554432000 4194304 5683644 140733521205856 18446744073709551615 47885300943072 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/24797/statm: 71897 9281 1826 364 0 7821 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 287588

[startup+3.10089 s]
/proc/loadavg: 1.92 2.01 1.99 4/522 24802
/proc/meminfo: memFree=17204944/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=293208 CPUtime=1.83 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 13058 936 1 0 170 13 0 0 21 0 2 0 651377055 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24797/statm: 73302 8174 1877 364 0 9220 0
[pid=24797/tid=24804] ppid=24795 vsize=293208 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24804/stat : 24804 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 21 0 2 0 651377266 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 293208
heavy processes:

[startup+6.30126 s]
/proc/loadavg: 1.93 2.01 1.99 4/525 24805
/proc/meminfo: memFree=17200376/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=293208 CPUtime=1.83 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 13058 936 1 0 170 13 0 0 21 0 2 0 651377055 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24797/statm: 73302 8174 1877 364 0 9220 0
[pid=24803] ppid=24797 vsize=283448 CPUtime=0.01 cores=0,2,4,6
/proc/24803/stat : 24803 (python) S 24797 24797 24428 0 -1 4202560 887 0 0 0 1 0 0 0 18 0 1 0 651377266 290250752 6672 33554432000 4194304 5683644 140733521205856 18446744073709551615 264726425103 0 0 16781312 514 9866456051270779139 0 0 17 4 0 0 0
/proc/24803/statm: 70862 6672 378 364 0 6780 0
[pid=24805] ppid=24803 vsize=1018996 CPUtime=4.18 cores=0,2,4,6
/proc/24805/stat : 24805 (gnovelty+2) R 24803 24805 24805 0 -1 4202496 960 0 0 0 418 0 0 0 25 0 1 0 651377266 1043451904 697 33554432000 134512640 135663704 4289077280 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24805/statm: 254749 697 113 282 0 254465 0
[pid=24797/tid=24804] ppid=24795 vsize=293208 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24804/stat : 24804 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 21 0 2 0 651377266 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 1595652

[startup+12.701 s]
/proc/loadavg: 1.93 2.01 1.99 4/525 24805
/proc/meminfo: memFree=17199404/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=293208 CPUtime=1.83 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 13058 936 1 0 170 13 0 0 21 0 2 0 651377055 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24797/statm: 73302 8174 1877 364 0 9220 0
[pid=24803] ppid=24797 vsize=283448 CPUtime=0.03 cores=0,2,4,6
/proc/24803/stat : 24803 (python) S 24797 24797 24428 0 -1 4202560 891 0 0 0 2 1 0 0 18 0 1 0 651377266 290250752 6672 33554432000 4194304 5683644 140733521205856 18446744073709551615 264726425103 0 0 16781312 514 2833239154639208707 0 0 17 4 0 0 0
/proc/24803/statm: 70862 6672 378 364 0 6780 0
[pid=24805] ppid=24803 vsize=1018996 CPUtime=10.58 cores=0,2,4,6
/proc/24805/stat : 24805 (gnovelty+2) R 24803 24805 24805 0 -1 4202496 960 0 0 0 1058 0 0 0 25 0 1 0 651377266 1043451904 697 33554432000 134512640 135663704 4289077280 18446744073709551615 134545607 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24805/statm: 254749 697 113 282 0 254465 0
[pid=24797/tid=24804] ppid=24795 vsize=293208 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24804/stat : 24804 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 21 0 2 0 651377266 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1595652

[startup+25.5006 s]
/proc/loadavg: 1.95 2.01 1.99 4/525 24805
/proc/meminfo: memFree=17199416/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=293208 CPUtime=1.83 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 13058 936 1 0 170 13 0 0 21 0 2 0 651377055 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24797/statm: 73302 8174 1877 364 0 9220 0
[pid=24803] ppid=24797 vsize=283448 CPUtime=0.08 cores=0,2,4,6
/proc/24803/stat : 24803 (python) S 24797 24797 24428 0 -1 4202560 896 0 0 0 5 3 0 0 18 0 1 0 651377266 290250752 6672 33554432000 4194304 5683644 140733521205856 18446744073709551615 264726425103 0 0 16781312 514 2833239154639208707 0 0 17 4 0 0 0
/proc/24803/statm: 70862 6672 378 364 0 6780 0
[pid=24805] ppid=24803 vsize=1018996 CPUtime=23.38 cores=0,2,4,6
/proc/24805/stat : 24805 (gnovelty+2) R 24803 24805 24805 0 -1 4202496 960 0 0 0 2338 0 0 0 25 0 1 0 651377266 1043451904 697 33554432000 134512640 135663704 4289077280 18446744073709551615 134544183 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24805/statm: 254749 697 113 282 0 254465 0
[pid=24797/tid=24804] ppid=24795 vsize=293208 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24804/stat : 24804 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 21 0 2 0 651377266 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1595652

[startup+51.1008 s]
/proc/loadavg: 1.96 2.00 1.99 4/525 24806
/proc/meminfo: memFree=17199640/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=293208 CPUtime=1.83 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 13058 936 1 0 170 13 0 0 21 0 2 0 651377055 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24797/statm: 73302 8174 1877 364 0 9220 0
[pid=24803] ppid=24797 vsize=283448 CPUtime=0.17 cores=0,2,4,6
/proc/24803/stat : 24803 (python) S 24797 24797 24428 0 -1 4202560 906 0 0 0 10 7 0 0 18 0 1 0 651377266 290250752 6672 33554432000 4194304 5683644 140733521205856 18446744073709551615 264726425103 0 0 16781312 514 2833239154639208707 0 0 17 6 0 0 0
/proc/24803/statm: 70862 6672 378 364 0 6780 0
[pid=24805] ppid=24803 vsize=1018996 CPUtime=48.98 cores=0,2,4,6
/proc/24805/stat : 24805 (gnovelty+2) R 24803 24805 24805 0 -1 4202496 960 0 0 0 4898 0 0 0 25 0 1 0 651377266 1043451904 697 33554432000 134512640 135663704 4289077280 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24805/statm: 254749 697 113 282 0 254465 0
[pid=24797/tid=24804] ppid=24795 vsize=293208 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24804/stat : 24804 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 21 0 2 0 651377266 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1595652

[startup+102.319 s]
/proc/loadavg: 2.09 2.03 2.00 4/528 24810
/proc/meminfo: memFree=17164640/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=293208 CPUtime=1.83 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 13058 936 1 0 170 13 0 0 21 0 2 0 651377055 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24797/statm: 73302 8174 1877 364 0 9220 0
[pid=24803] ppid=24797 vsize=283448 CPUtime=0.33 cores=0,2,4,6
/proc/24803/stat : 24803 (python) S 24797 24797 24428 0 -1 4202560 923 0 0 0 19 14 0 0 18 0 1 0 651377266 290250752 6672 33554432000 4194304 5683644 140733521205856 18446744073709551615 264726425103 0 0 16781312 514 2833239154639208707 0 0 17 6 0 0 0
/proc/24803/statm: 70862 6672 378 364 0 6780 0
[pid=24805] ppid=24803 vsize=1018996 CPUtime=100.2 cores=0,2,4,6
/proc/24805/stat : 24805 (gnovelty+2) R 24803 24805 24805 0 -1 4202496 960 0 0 0 10020 0 0 0 25 0 1 0 651377266 1043451904 697 33554432000 134512640 135663704 4289077280 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24805/statm: 254749 697 113 282 0 254465 0
[pid=24797/tid=24804] ppid=24795 vsize=293208 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24804/stat : 24804 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 21 0 2 0 651377266 300244992 8174 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 1595652

[startup+162.301 s]
/proc/loadavg: 2.23 2.08 2.02 4/532 24816
/proc/meminfo: memFree=17156984/32951124 swapFree=63083192/67111528
[pid=24797] ppid=24795 vsize=303464 CPUtime=1.86 cores=0,2,4,6
/proc/24797/stat : 24797 (python) S 24795 24797 24428 0 -1 4202496 13948 936 1 0 173 13 0 0 20 0 3 0 651377055 310747136 8181 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/24797/statm: 75866 8181 1880 364 0 11781 0
[pid=24803] ppid=24797 vsize=293692 CPUtime=0.36 cores=0,2,4,6
/proc/24803/stat : 24803 (python) S 24797 24797 24428 0 -1 4202560 1079 0 0 0 20 16 0 0 19 0 2 0 651377266 300740608 6709 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24803/statm: 73423 6709 410 364 0 9341 0
[pid=24805] ppid=24803 vsize=1018996 CPUtime=100.4 cores=0,2,4,6
/proc/24805/stat : 24805 (gnovelty+2) T 24803 24805 24805 0 -1 4202496 960 0 0 0 10040 0 0 0 25 0 1 0 651377266 1043451904 697 33554432000 134512640 135663704 4289077280 18446744073709551615 134546978 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24805/statm: 254749 697 113 282 0 254465 0
[pid=24803/tid=24811] ppid=24797 vsize=293692 CPUtime=0 cores=0,2,4,6
/proc/24803/task/24811/stat : 24811 (python) S 24797 24797 24428 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651387307 300740608 6709 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604442325004672 0 0 -1 6 0 0 0
[pid=24812] ppid=24797 vsize=293704 CPUtime=0.21 cores=0,2,4,6
/proc/24812/stat : 24812 (python) S 24797 24797 24428 0 -1 4202560 922 0 0 0 11 10 0 0 18 0 1 0 651387310 300752896 6670 33554432000 4194304 5683644 140733521205856 18446744073709551615 264726425158 0 0 16781312 514 2833239154639208705 0 0 17 4 0 0 0
/proc/24812/statm: 73426 6670 372 364 0 9341 0
[pid=24814] ppid=24812 vsize=1018996 CPUtime=59.67 cores=0,2,4,6
/proc/24814/stat : 24814 (gnovelty+2) R 24812 24814 24814 0 -1 4202496 963 0 0 0 5967 0 0 0 25 0 1 0 651387311 1043451904 697 33554432000 134512640 135663704 4290986352 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24814/statm: 254749 697 113 282 0 254465 0
[pid=24797/tid=24804] ppid=24795 vsize=303464 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24804/stat : 24804 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 21 0 3 0 651377266 310747136 8181 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
[pid=24797/tid=24813] ppid=24795 vsize=303464 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24813/stat : 24813 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 3 0 651387311 310747136 8181 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.5
Current children cumulated vsize (KiB) 2928852

[startup+222.301 s]
/proc/loadavg: 2.12 2.08 2.02 4/536 24822
/proc/meminfo: memFree=17146612/32951124 swapFree=63083192/67111528

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

[pid=24821] ppid=24819 vsize=421428 CPUtime=100.37 cores=0,2,4,6
/proc/24821/stat : 24821 (adaptg2wsat2009) T 24819 24821 24821 0 -1 4202496 2048 0 0 0 10037 0 0 0 25 0 1 0 651397354 431542272 1783 33554432000 134512640 135107411 4291805872 18446744073709551615 134531817 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24821/statm: 105357 1783 59 146 0 104233 0
[pid=24819/tid=24829] ppid=24797 vsize=303960 CPUtime=0 cores=0,2,4,6
/proc/24819/task/24829/stat : 24829 (python) S 24797 24797 24428 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 651407391 311255040 6703 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604449487151424 0 0 -1 6 0 0 0
[pid=24830] ppid=24797 vsize=314304 CPUtime=0.37 cores=0,2,4,6
/proc/24830/stat : 24830 (python) S 24797 24797 24428 0 -1 4202560 1109 0 0 0 20 17 0 0 19 0 2 0 651407395 321847296 6707 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24830/statm: 78576 6707 400 364 0 14485 0
[pid=24832] ppid=24830 vsize=421428 CPUtime=99.34 cores=0,2,4,6
/proc/24832/stat : 24832 (adaptg2wsat2009) T 24830 24832 24832 0 -1 4202496 2049 0 0 0 9934 0 0 0 25 0 1 0 651407395 431542272 1781 33554432000 134512640 135107411 4286950144 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24832/statm: 105357 1781 59 146 0 104233 0
[pid=24830/tid=24835] ppid=24797 vsize=314304 CPUtime=0 cores=0,2,4,6
/proc/24830/task/24835/stat : 24835 (python) S 24797 24797 24428 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651417332 321847296 6707 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604453919835136 0 0 -1 6 0 0 0
[pid=24836] ppid=24797 vsize=324568 CPUtime=0.38 cores=0,2,4,6
/proc/24836/stat : 24836 (python) S 24797 24797 24428 0 -1 4202560 1117 0 0 0 21 17 0 0 19 0 2 0 651417335 332357632 6733 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24836/statm: 81142 6733 400 364 0 17048 0
[pid=24838] ppid=24836 vsize=421428 CPUtime=99.37 cores=0,2,4,6
/proc/24838/stat : 24838 (adaptg2wsat2009) T 24836 24838 24838 0 -1 4202496 2049 0 0 0 9937 0 0 0 25 0 1 0 651417335 431542272 1782 33554432000 134512640 135107411 4288201024 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24838/statm: 105357 1782 59 146 0 104233 0
[pid=24836/tid=24846] ppid=24797 vsize=324568 CPUtime=0 cores=0,2,4,6
/proc/24836/task/24846/stat : 24846 (python) S 24797 24797 24428 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651427274 332357632 6733 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604449366074624 0 0 -1 6 0 0 0
[pid=24847] ppid=24797 vsize=334928 CPUtime=0.37 cores=0,2,4,6
/proc/24847/stat : 24847 (python) S 24797 24797 24428 0 -1 4202560 1127 0 0 0 21 16 0 0 19 0 2 0 651427277 342966272 6739 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24847/statm: 83732 6739 400 364 0 19635 0
[pid=24849] ppid=24847 vsize=1018996 CPUtime=98.43 cores=0,2,4,6
/proc/24849/stat : 24849 (gnovelty+2) T 24847 24849 24849 0 -1 4202496 965 0 0 0 9843 0 0 0 25 0 1 0 651427277 1043451904 697 33554432000 134512640 135663704 4293664096 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24849/statm: 254749 697 113 282 0 254465 0
[pid=24847/tid=24857] ppid=24797 vsize=334928 CPUtime=0 cores=0,2,4,6
/proc/24847/task/24857/stat : 24857 (python) S 24797 24797 24428 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651437121 342966272 6739 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604449487152320 0 0 -1 0 0 0 0
[pid=24858] ppid=24797 vsize=345300 CPUtime=0.38 cores=0,2,4,6
/proc/24858/stat : 24858 (python) S 24797 24797 24428 0 -1 4202560 1180 0 0 0 23 15 0 0 19 0 2 0 651437125 353587200 6775 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24858/statm: 86325 6775 406 364 0 22225 0
[pid=24860] ppid=24858 vsize=251292 CPUtime=100.38 cores=0,2,4,6
/proc/24860/stat : 24860 (FH) T 24858 24860 24860 0 -1 4202496 1951 0 0 0 10038 0 0 0 25 0 1 0 651437125 257323008 1683 33554432000 134512640 134936988 4290032144 18446744073709551615 134554227 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24860/statm: 62823 1683 41 104 0 62327 0
[pid=24858/tid=24863] ppid=24797 vsize=345300 CPUtime=0 cores=0,2,4,6
/proc/24858/task/24863/stat : 24863 (python) S 24797 24797 24428 0 -1 4202560 94 0 0 0 0 0 0 0 19 0 2 0 651447164 353587200 6775 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604449754882496 0 0 -1 0 0 0 0
[pid=24864] ppid=24797 vsize=355360 CPUtime=0.38 cores=0,2,4,6
/proc/24864/stat : 24864 (python) S 24797 24797 24428 0 -1 4202560 1169 0 0 0 21 17 0 0 19 0 2 0 651447168 363888640 6808 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24864/statm: 88840 6808 406 364 0 24737 0
[pid=24866] ppid=24864 vsize=421428 CPUtime=97.38 cores=0,2,4,6
/proc/24866/stat : 24866 (adaptg2wsat2009) T 24864 24866 24866 0 -1 4202496 2057 0 0 0 9738 0 0 0 25 0 1 0 651447169 431542272 1782 33554432000 134512640 135107411 4294562288 18446744073709551615 134531709 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24866/statm: 105357 1782 59 146 0 104233 0
[pid=24864/tid=24874] ppid=24797 vsize=355360 CPUtime=0 cores=0,2,4,6
/proc/24864/task/24874/stat : 24874 (python) S 24797 24797 24428 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651456910 363888640 6808 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604453979477888 0 0 -1 6 0 0 0
[pid=24875] ppid=24797 vsize=365872 CPUtime=0.38 cores=0,2,4,6
/proc/24875/stat : 24875 (python) S 24797 24797 24428 0 -1 4202560 1149 0 0 0 21 17 0 0 19 0 2 0 651456914 374652928 6806 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24875/statm: 91468 6806 400 364 0 27362 0
[pid=24877] ppid=24875 vsize=421428 CPUtime=100.37 cores=0,2,4,6
/proc/24877/stat : 24877 (adaptg2wsat2009) T 24875 24877 24877 0 -1 4202496 2055 0 0 0 10037 0 0 0 25 0 1 0 651456914 431542272 1781 33554432000 134512640 135107411 4290473200 18446744073709551615 134531263 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24877/statm: 105357 1781 59 146 0 104233 0
[pid=24875/tid=24894] ppid=24797 vsize=365872 CPUtime=0 cores=0,2,4,6
/proc/24875/task/24894/stat : 24894 (python) S 24797 24797 24428 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651466952 374652928 6806 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604449318679744 0 0 -1 6 0 0 0
[pid=24895] ppid=24797 vsize=441796 CPUtime=0.41 cores=0,2,4,6
/proc/24895/stat : 24895 (python) S 24797 24797 24428 0 -1 4202560 1149 0 0 0 21 20 0 0 19 0 2 0 651466957 452399104 6827 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24895/statm: 110449 6827 400 364 0 46340 0
[pid=24897] ppid=24895 vsize=251288 CPUtime=102.43 cores=0,2,4,6
/proc/24897/stat : 24897 (FH) T 24895 24897 24897 0 -1 4202496 1955 0 0 0 10243 0 0 0 25 0 1 0 651466957 257318912 1682 33554432000 134512640 134936988 4290548128 18446744073709551615 134553566 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24897/statm: 62822 1682 41 104 0 62326 0
[pid=24895/tid=24901] ppid=24797 vsize=441796 CPUtime=0 cores=0,2,4,6
/proc/24895/task/24901/stat : 24901 (python) S 24797 24797 24428 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651477202 452399104 6827 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604449941501248 0 0 -1 6 0 0 0
[pid=24902] ppid=24797 vsize=451964 CPUtime=0.81 cores=0,2,4,6
/proc/24902/stat : 24902 (python) S 24797 24797 24428 0 -1 4202560 1174 0 0 0 44 37 0 0 18 0 2 0 651477206 462811136 6864 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24902/statm: 112991 6864 400 364 0 48879 0
[pid=24904] ppid=24902 vsize=268428 CPUtime=199.92 cores=0,2,4,6
/proc/24904/stat : 24904 (hybridGM3) T 24902 24904 24904 0 -1 4202496 5816 0 0 0 19992 0 0 0 25 0 1 0 651477207 274870272 5543 33554432000 134512640 135204385 4294182848 18446744073709551615 134537792 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24904/statm: 67107 5543 63 169 0 66937 0
[pid=24902/tid=24911] ppid=24797 vsize=451964 CPUtime=0 cores=0,2,4,6
/proc/24902/task/24911/stat : 24911 (python) S 24797 24797 24428 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651497202 462811136 6864 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604441544134976 0 0 -1 6 0 0 0
[pid=24912] ppid=24797 vsize=462368 CPUtime=0.41 cores=0,2,4,6
/proc/24912/stat : 24912 (python) S 24797 24797 24428 0 -1 4202560 1150 0 0 0 23 18 0 0 19 0 2 0 651497206 473464832 6868 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24912/statm: 115592 6868 400 364 0 51477 0
[pid=24914] ppid=24912 vsize=1018996 CPUtime=99.47 cores=0,2,4,6
/proc/24914/stat : 24914 (gnovelty+2) T 24912 24914 24914 0 -1 4202496 967 0 0 0 9947 0 0 0 25 0 1 0 651497206 1043451904 698 33554432000 134512640 135663704 4289283680 18446744073709551615 134545622 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24914/statm: 254749 698 113 282 0 254465 0
[pid=24912/tid=24917] ppid=24797 vsize=462368 CPUtime=0 cores=0,2,4,6
/proc/24912/task/24917/stat : 24917 (python) S 24797 24797 24428 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651507154 473464832 6868 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604448793892992 0 0 -1 6 0 0 0
[pid=24918] ppid=24797 vsize=472520 CPUtime=0.79 cores=0,2,4,6
/proc/24918/stat : 24918 (python) S 24797 24797 24428 0 -1 4202560 1181 0 0 0 41 38 0 0 19 0 2 0 651507158 483860480 6887 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24918/statm: 118130 6887 400 364 0 54012 0
[pid=24920] ppid=24918 vsize=268428 CPUtime=196.89 cores=0,2,4,6
/proc/24920/stat : 24920 (hybridGM3) T 24918 24920 24920 0 -1 4202496 5819 0 0 0 19689 0 0 0 25 0 1 0 651507158 274870272 5544 33554432000 134512640 135204385 4294675040 18446744073709551615 134537776 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24920/statm: 67107 5544 63 169 0 66937 0
[pid=24918/tid=24927] ppid=24797 vsize=472520 CPUtime=0 cores=0,2,4,6
/proc/24918/task/24927/stat : 24927 (python) S 24797 24797 24428 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651526847 483860480 6887 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604449941502144 0 0 -1 6 0 0 0
[pid=24928] ppid=24797 vsize=482940 CPUtime=0.75 cores=0,2,4,6
/proc/24928/stat : 24928 (python) S 24797 24797 24428 0 -1 4202560 1180 0 0 0 38 37 0 0 19 0 2 0 651526852 494530560 6891 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24928/statm: 120735 6891 400 364 0 56614 0
[pid=24930] ppid=24928 vsize=268424 CPUtime=197.86 cores=0,2,4,6
/proc/24930/stat : 24930 (hybridGM3) T 24928 24930 24930 0 -1 4202496 5817 0 0 0 19786 0 0 0 25 0 1 0 651526852 274866176 5543 33554432000 134512640 135204385 4293233968 18446744073709551615 134538427 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24930/statm: 67106 5543 63 169 0 66936 0
[pid=24928/tid=25045] ppid=24797 vsize=482940 CPUtime=0 cores=0,2,4,6
/proc/24928/task/25045/stat : 25045 (python) S 24797 24797 24428 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651546639 494530560 6891 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604446760625216 0 0 -1 6 0 0 0
[pid=25046] ppid=24797 vsize=493076 CPUtime=6.03 cores=0,2,4,6
/proc/25046/stat : 25046 (python) S 24797 24797 24428 0 -1 4202560 1227 0 0 0 326 277 0 0 19 0 2 0 651546643 504909824 6918 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/25046/statm: 123269 6918 408 364 0 59145 0
[pid=25048] ppid=25046 vsize=459768 CPUtime=1554.42 cores=0,2,4,6
/proc/25048/stat : 25048 (TNM) T 25046 25048 25048 0 -1 4202496 1929 0 0 0 155440 2 0 0 25 0 1 0 651546644 470802432 1654 33554432000 134512640 135008748 4291998800 18446744073709551615 134529367 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25048/statm: 114942 1654 46 122 0 113842 0
[pid=25046/tid=25106] ppid=24797 vsize=493076 CPUtime=0 cores=0,2,4,6
/proc/25046/task/25106/stat : 25106 (python) S 24797 24797 24428 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651702090 504909824 6918 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604447642611968 0 0 -1 6 0 0 0
[pid=25107] ppid=24797 vsize=503512 CPUtime=0.41 cores=0,2,4,6
/proc/25107/stat : 25107 (python) S 24797 24797 24428 0 -1 4202560 1172 0 0 0 23 18 0 0 19 0 2 0 651702092 515596288 6921 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738231755 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/25107/statm: 125878 6921 407 364 0 61751 0
[pid=25109] ppid=25107 vsize=421428 CPUtime=102.43 cores=0,2,4,6
/proc/25109/stat : 25109 (adaptg2wsat2009) T 25107 25109 25109 0 -1 4202496 2055 0 0 0 10243 0 0 0 25 0 1 0 651702092 431542272 1781 33554432000 134512640 135107411 4293700112 18446744073709551615 134539338 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/25109/statm: 105357 1781 59 146 0 104233 0
[pid=25107/tid=25116] ppid=24797 vsize=503512 CPUtime=0 cores=0,2,4,6
/proc/25107/task/25116/stat : 25116 (python) S 24797 24797 24428 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 651712336 515596288 6921 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 514 18446604447642613760 0 0 -1 2 0 0 0
[pid=25117] ppid=24797 vsize=513896 CPUtime=0 cores=0,2,4,6
/proc/25117/stat : 25117 (python) S 24797 24797 24428 0 -1 4202560 846 0 0 0 0 0 0 0 18 0 1 0 651712338 526229504 6882 33554432000 4194304 5683644 140733521205856 18446744073709551615 264726425158 0 0 16781312 514 633995451300839423 0 0 17 0 0 0 0
/proc/25117/statm: 128474 6882 350 364 0 64344 0
[pid=25119] ppid=25117 vsize=251288 CPUtime=1 cores=0,2,4,6
/proc/25119/stat : 25119 (FH) R 25117 25119 25119 0 -1 4202496 1958 0 0 0 100 0 0 0 23 0 1 0 651712339 257318912 1682 33554432000 134512640 134936988 4290948528 18446744073709551615 134553238 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/25119/statm: 62822 1682 41 104 0 62326 0
[pid=24797/tid=24804] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24804/stat : 24804 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 21 0 18 0 651377266 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
[pid=24797/tid=24813] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24813/stat : 24813 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 18 0 651387311 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
[pid=24797/tid=24820] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24820/stat : 24820 (python) S 24795 24797 24428 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 18 0 651397353 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
[pid=24797/tid=24831] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24831/stat : 24831 (python) S 24795 24797 24428 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 18 0 651407395 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
[pid=24797/tid=24837] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24837/stat : 24837 (python) S 24795 24797 24428 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 18 0 651417335 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 4 0 0 0
[pid=24797/tid=24848] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24848/stat : 24848 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 18 0 651427277 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 6 0 0 0
[pid=24797/tid=24859] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24859/stat : 24859 (python) S 24795 24797 24428 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 18 0 651437125 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 6 0 0 0
[pid=24797/tid=24865] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24865/stat : 24865 (python) S 24795 24797 24428 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 18 0 651447169 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 0 0 0 0
[pid=24797/tid=24876] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24876/stat : 24876 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 18 0 651456914 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 6 0 0 0
[pid=24797/tid=24896] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24896/stat : 24896 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 18 0 651466957 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 0 0 0 0
[pid=24797/tid=24903] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24903/stat : 24903 (python) S 24795 24797 24428 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 18 0 651477206 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 2 0 0 0
[pid=24797/tid=24913] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24913/stat : 24913 (python) S 24795 24797 24428 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 18 0 651497206 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 0 0 0 0
[pid=24797/tid=24919] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24919/stat : 24919 (python) S 24795 24797 24428 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 18 0 651507158 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 0 0 0 0
[pid=24797/tid=24929] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/24929/stat : 24929 (python) S 24795 24797 24428 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 18 0 651526852 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 0 0 0 0
[pid=24797/tid=25047] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/25047/stat : 25047 (python) S 24795 24797 24428 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 18 0 651546644 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 0 0 0 0
[pid=24797/tid=25108] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/25108/stat : 25108 (python) S 24795 24797 24428 0 -1 4202560 28 936 0 0 0 0 0 0 20 0 18 0 651702092 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 0 0 0 0
[pid=24797/tid=25118] ppid=24795 vsize=523528 CPUtime=0 cores=0,2,4,6
/proc/24797/task/25118/stat : 25118 (python) S 24795 24797 24428 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 18 0 651712339 536092672 8445 33554432000 4194304 5683644 140733521205856 18446744073709551615 264738228657 0 0 16781312 2 18446604450801095872 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3366.14
Current children cumulated vsize (KiB) 15900756

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 24797 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=254657
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=181972
# CPU time returned by wait4() is 2.43663
# while last known CPU time is 3366.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3353.93
CPU time (s): 3366.14
CPU user time (s): 3360.01
CPU system time (s): 6.13
CPU usage (%): 100.364
Max. virtual memory (cumulated for all children) (KiB): 15900756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.25466
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29459
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= 2928
involuntary context switches= 58

runsolver used 28.6037 second user time and 54.6557 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-17 01:46:54
IDJOB=3386618
IDBENCH=82683
IDSOLVER=1872
FILE ID=node141/3386618-1305589614
RUNJOBID= node141-1305586143-24446
PBS_JOBID= 13350337
Free space on /tmp= 73208 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1305346115-067-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-3386618-1305589614/watcher-3386618-1305589614 -o /tmp/evaluation-result-3386618-1305589614/solver-3386618-1305589614 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386618-1305589614.cnf -seed 448214935 -budget 5000

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0c1f90cdbd54dc48a7f7e4333f537217
RANDOM SEED=448214935

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
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.806
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.806
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:      17233876 kB
Buffers:        298972 kB
Cached:        5746216 kB
SwapCached:      15708 kB
Active:       10037000 kB
Inactive:      5385180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17233876 kB
SwapTotal:    67111528 kB
SwapFree:     63083192 kB
Dirty:           32708 kB
Writeback:           0 kB
AnonPages:     9368156 kB
Mapped:          27228 kB
Slab:           150928 kB
PageTables:      74728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 138879076 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= 73180 MiB
End job on node141 at 2011-05-17 02:42:50