Trace number 3386470

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) 3451.67 3441.93

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S715182559-083-UNKNOWN.cnf
MD5SUM1ae73e64babd5796adef68295bcaa14f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.1288
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/1.00	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/1.00	c INFO: solving HOME/instance-3386470-1305586145.cnf
0.36/1.00	c INFO: computing task features
0.51/1.16	c INFO: computed variable-clause graph statistics
0.51/1.16	c INFO: computed clause balance statistics
1.29/1.92	c INFO: computed variable balance statistics
1.69/2.34	c INFO: computed small-clause counts
1.69/2.34	c INFO: computed Horn-clause counts
1.69/2.37	c INFO: computed variable graph statistics
1.69/2.37	c INFO: collected features for HOME/instance-3386470-1305586145.cnf in 1.37 s
1.79/2.40	c INFO: running gnovelty+2@0 for 97 with 4998 remaining (b = 0.38)
102.34/102.73	c INFO: running gnovelty+2@0 for 97 with 4898 remaining (b = 0.14)
201.90/202.09	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.09)
300.59/300.41	c INFO: running adaptg2wsat2009++@0 for 97 with 4700 remaining (b = 0.07)
401.16/400.74	c INFO: running adaptg2wsat2009++@0 for 97 with 4600 remaining (b = 0.06)
500.75/500.07	c INFO: running gnovelty+2@0 for 97 with 4501 remaining (b = 0.05)
601.44/600.43	c INFO: running FH@0 for 97 with 4400 remaining (b = 0.04)
701.94/700.76	c INFO: running adaptg2wsat2009++@0 for 97 with 4300 remaining (b = 0.03)
802.41/801.09	c INFO: running adaptg2wsat2009++@0 for 97 with 4200 remaining (b = 0.03)
903.11/901.44	c INFO: running FH@0 for 97 with 4099 remaining (b = 0.02)
1001.70/999.80	c INFO: running hybridGM3@0 for 194 with 4001 remaining (b = 0.04)
1198.11/1195.52	c INFO: running gnovelty+2@0 for 97 with 3805 remaining (b = 0.02)
1297.81/1294.93	c INFO: running hybridGM3@0 for 194 with 3706 remaining (b = 0.03)
1495.06/1491.64	c INFO: running hybridGM3@0 for 194 with 3509 remaining (b = 0.03)
1690.34/1686.40	c INFO: running TNM@0 for 1552 with 3315 remaining (b = 0.21)
3249.72/3240.59	c INFO: running adaptg2wsat2009++@0 for 97 with 1761 remaining (b = 0.02)
3350.42/3340.94	c INFO: running FH@0 for 97 with 1660 remaining (b = 0.01)
3451.04/3441.29	c INFO: running hybridGM3@0 for 194 with 1560 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.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-3386470-1305586145/watcher-3386470-1305586145 -o /tmp/evaluation-result-3386470-1305586145/solver-3386470-1305586145 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386470-1305586145.cnf -seed 1471038449 -budget 5000 

running on 4 cores: 1,3,5,7

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: 2.00 2.19 4.41 4/389 4619
/proc/meminfo: memFree=20541904/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 616 0 0 0 0 0 0 0 19 0 1 0 670212549 15441920 513 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/4619/statm: 3770 513 300 364 0 257 0

[startup+0.095377 s]
/proc/loadavg: 2.00 2.19 4.41 4/389 4619
/proc/meminfo: memFree=20541904/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=85620 CPUtime=0.05 cores=1,3,5,7
/proc/4619/stat : 4619 (python) R 4617 4619 4581 0 -1 4202496 2628 0 0 0 4 1 0 0 17 0 1 0 670212549 87674880 2348 33554432000 4194304 5683644 140734502498080 18446744073709551615 5381656 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4619/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.100379 s]
/proc/loadavg: 2.00 2.19 4.41 4/389 4619
/proc/meminfo: memFree=20541904/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=93960 CPUtime=0.05 cores=1,3,5,7
/proc/4619/stat : 4619 (python) R 4617 4619 4581 0 -1 4202496 2692 0 0 0 4 1 0 0 17 0 1 0 670212549 96215040 2407 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/4619/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300362 s]
/proc/loadavg: 2.00 2.19 4.41 4/389 4619
/proc/meminfo: memFree=20541904/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=135752 CPUtime=0.18 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 5976 935 1 0 13 5 0 0 17 0 1 0 670212549 139010048 4151 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/4619/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700264 s]
/proc/loadavg: 2.00 2.19 4.41 4/389 4619
/proc/meminfo: memFree=20541904/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=217556 CPUtime=0.27 cores=1,3,5,7
/proc/4619/stat : 4619 (python) D 4617 4619 4581 0 -1 4202496 7401 935 44 0 19 8 0 0 15 0 1 0 670212549 222777344 5430 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122713856 0 0 16781312 2 18446744071562234166 0 0 17 3 0 0 13
/proc/4619/statm: 54389 5430 1526 364 0 4134 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 217556

[startup+1.50012 s]
/proc/loadavg: 2.00 2.19 4.41 5/390 4628
/proc/meminfo: memFree=20485272/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=287580 CPUtime=0.89 cores=1,3,5,7
/proc/4619/stat : 4619 (python) R 4617 4619 4581 0 -1 4202496 12622 935 71 0 76 13 0 0 16 0 1 0 670212549 294481920 9280 33554432000 4194304 5683644 140734502498080 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 1 0 0 21
/proc/4619/statm: 71895 9280 1826 364 0 7819 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 287580

[startup+3.10083 s]
/proc/loadavg: 2.16 2.22 4.41 5/390 4628
/proc/meminfo: memFree=20467208/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=292804 CPUtime=1.81 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 12928 935 71 0 167 14 0 0 19 0 2 0 670212549 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 21
/proc/4619/statm: 73201 8106 1877 364 0 9119 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 292804
heavy processes:

[startup+6.30025 s]
/proc/loadavg: 2.16 2.22 4.41 5/396 4634
/proc/meminfo: memFree=20464936/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=292804 CPUtime=1.81 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 12928 935 71 0 167 14 0 0 19 0 2 0 670212549 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 21
/proc/4619/statm: 73201 8106 1877 364 0 9119 0
[pid=4632] ppid=4619 vsize=283508 CPUtime=0 cores=1,3,5,7
/proc/4632/stat : 4632 (python) S 4619 4619 4581 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 670212789 290312192 6581 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122734095 0 0 16781312 514 2699339533391986951 0 0 17 7 0 0 0
/proc/4632/statm: 70877 6581 355 364 0 6795 0
[pid=4634] ppid=4632 vsize=1018996 CPUtime=3.88 cores=1,3,5,7
/proc/4634/stat : 4634 (gnovelty+2) R 4632 4634 4634 0 -1 4202496 961 0 0 0 388 0 0 0 25 0 1 0 670212790 1043451904 697 33554432000 134512640 135663704 4288584944 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4634/statm: 254749 697 113 282 0 254465 0
[pid=4619/tid=4633] ppid=4617 vsize=292804 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4633/stat : 4633 (python) S 4617 4619 4581 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 2 0 670212790 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 1595308

[startup+12.7011 s]
/proc/loadavg: 2.44 2.28 4.41 5/396 4634
/proc/meminfo: memFree=20464236/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=292804 CPUtime=1.81 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 12928 935 71 0 167 14 0 0 19 0 2 0 670212549 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 21
/proc/4619/statm: 73201 8106 1877 364 0 9119 0
[pid=4632] ppid=4619 vsize=283508 CPUtime=0.02 cores=1,3,5,7
/proc/4632/stat : 4632 (python) S 4619 4619 4581 0 -1 4202560 900 0 0 0 1 1 0 0 18 0 1 0 670212789 290312192 6604 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122734095 0 0 16781312 514 11760851359715262727 0 0 17 7 0 0 0
/proc/4632/statm: 70877 6604 378 364 0 6795 0
[pid=4634] ppid=4632 vsize=1018996 CPUtime=10.29 cores=1,3,5,7
/proc/4634/stat : 4634 (gnovelty+2) R 4632 4634 4634 0 -1 4202496 961 0 0 0 1029 0 0 0 25 0 1 0 670212790 1043451904 697 33554432000 134512640 135663704 4288584944 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4634/statm: 254749 697 113 282 0 254465 0
[pid=4619/tid=4633] ppid=4617 vsize=292804 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4633/stat : 4633 (python) S 4617 4619 4581 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 2 0 670212790 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 1595308

[startup+25.5008 s]
/proc/loadavg: 2.76 2.35 4.41 5/396 4635
/proc/meminfo: memFree=20464760/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=292804 CPUtime=1.81 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 12928 935 71 0 167 14 0 0 19 0 2 0 670212549 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 21
/proc/4619/statm: 73201 8106 1877 364 0 9119 0
[pid=4632] ppid=4619 vsize=283508 CPUtime=0.06 cores=1,3,5,7
/proc/4632/stat : 4632 (python) S 4619 4619 4581 0 -1 4202560 905 0 0 0 3 3 0 0 18 0 1 0 670212789 290312192 6604 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122734095 0 0 16781312 514 11760851359715262727 0 0 17 3 0 0 0
/proc/4632/statm: 70877 6604 378 364 0 6795 0
[pid=4634] ppid=4632 vsize=1018996 CPUtime=23.09 cores=1,3,5,7
/proc/4634/stat : 4634 (gnovelty+2) R 4632 4634 4634 0 -1 4202496 961 0 0 0 2309 0 0 0 25 0 1 0 670212790 1043451904 697 33554432000 134512640 135663704 4288584944 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4634/statm: 254749 697 113 282 0 254465 0
[pid=4619/tid=4633] ppid=4617 vsize=292804 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4633/stat : 4633 (python) S 4617 4619 4581 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 2 0 670212790 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.96
Current children cumulated vsize (KiB) 1595308

[startup+51.1012 s]
/proc/loadavg: 3.18 2.49 4.39 5/396 4635
/proc/meminfo: memFree=20462132/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=292804 CPUtime=1.81 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 12928 935 71 0 167 14 0 0 19 0 2 0 670212549 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 21
/proc/4619/statm: 73201 8106 1877 364 0 9119 0
[pid=4632] ppid=4619 vsize=283508 CPUtime=0.12 cores=1,3,5,7
/proc/4632/stat : 4632 (python) S 4619 4619 4581 0 -1 4202560 917 0 0 0 6 6 0 0 18 0 1 0 670212789 290312192 6604 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122734095 0 0 16781312 514 11760851359715262727 0 0 17 3 0 0 0
/proc/4632/statm: 70877 6604 378 364 0 6795 0
[pid=4634] ppid=4632 vsize=1018996 CPUtime=48.67 cores=1,3,5,7
/proc/4634/stat : 4634 (gnovelty+2) R 4632 4634 4634 0 -1 4202496 961 0 0 0 4867 0 0 0 25 0 1 0 670212790 1043451904 697 33554432000 134512640 135663704 4288584944 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4634/statm: 254749 697 113 282 0 254465 0
[pid=4619/tid=4633] ppid=4617 vsize=292804 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4633/stat : 4633 (python) S 4617 4619 4581 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 2 0 670212790 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 1595308

[startup+102.314 s]
/proc/loadavg: 3.67 2.74 4.37 5/396 4637
/proc/meminfo: memFree=20456556/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=292804 CPUtime=1.81 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 12928 935 71 0 167 14 0 0 19 0 2 0 670212549 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 21
/proc/4619/statm: 73201 8106 1877 364 0 9119 0
[pid=4632] ppid=4619 vsize=283508 CPUtime=0.24 cores=1,3,5,7
/proc/4632/stat : 4632 (python) S 4619 4619 4581 0 -1 4202560 934 0 0 0 12 12 0 0 18 0 1 0 670212789 290312192 6604 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122734095 0 0 16781312 514 11760851359715262727 0 0 17 7 0 0 0
/proc/4632/statm: 70877 6604 378 364 0 6795 0
[pid=4634] ppid=4632 vsize=1018996 CPUtime=99.89 cores=1,3,5,7
/proc/4634/stat : 4634 (gnovelty+2) R 4632 4634 4634 0 -1 4202496 961 0 0 0 9989 0 0 0 25 0 1 0 670212790 1043451904 697 33554432000 134512640 135663704 4288584944 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/4634/statm: 254749 697 113 282 0 254465 0
[pid=4619/tid=4633] ppid=4617 vsize=292804 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4633/stat : 4633 (python) S 4617 4619 4581 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 2 0 670212790 299831296 8106 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 1595308

[startup+162.301 s]
/proc/loadavg: 4.01 2.98 4.36 5/404 4646
/proc/meminfo: memFree=20435476/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=303524 CPUtime=1.83 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 13824 935 71 0 169 14 0 0 20 0 3 0 670212549 310808576 8197 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 21
/proc/4619/statm: 75881 8197 1880 364 0 11796 0
[pid=4632] ppid=4619 vsize=293752 CPUtime=0.27 cores=1,3,5,7
/proc/4632/stat : 4632 (python) S 4619 4619 4581 0 -1 4202560 1092 0 0 0 14 13 0 0 19 0 2 0 670212789 300802048 6641 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4632/statm: 73438 6641 410 364 0 9356 0
[pid=4634] ppid=4632 vsize=1018996 CPUtime=100.28 cores=1,3,5,7
/proc/4634/stat : 4634 (gnovelty+2) T 4632 4634 4634 0 -1 4202496 961 0 0 0 10028 0 0 0 25 0 1 0 670212790 1043451904 697 33554432000 134512640 135663704 4288584944 18446744073709551615 134525187 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/4634/statm: 254749 697 113 282 0 254465 0
[pid=4632/tid=4642] ppid=4619 vsize=293752 CPUtime=0 cores=1,3,5,7
/proc/4632/task/4642/stat : 4642 (python) S 4619 4619 4581 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670222819 300802048 6641 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604470721051392 0 0 -1 7 0 0 0
[pid=4643] ppid=4619 vsize=293696 CPUtime=0.16 cores=1,3,5,7
/proc/4643/stat : 4643 (python) S 4619 4619 4581 0 -1 4202560 922 0 0 0 8 8 0 0 18 0 1 0 670222822 300744704 6686 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122734150 0 0 16781312 514 11760851359715262727 0 0 17 1 0 0 0
/proc/4643/statm: 73424 6686 372 364 0 9339 0
[pid=4645] ppid=4643 vsize=1018996 CPUtime=59.56 cores=1,3,5,7
/proc/4645/stat : 4645 (gnovelty+2) R 4643 4645 4645 0 -1 4202496 962 0 0 0 5956 0 0 0 25 0 1 0 670222823 1043451904 698 33554432000 134512640 135663704 4292804448 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4645/statm: 254749 698 113 282 0 254465 0
[pid=4619/tid=4633] ppid=4617 vsize=303524 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4633/stat : 4633 (python) S 4617 4619 4581 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 3 0 670212790 310808576 8197 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
[pid=4619/tid=4644] ppid=4617 vsize=303524 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4644/stat : 4644 (python) S 4617 4619 4581 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 670222822 310808576 8197 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.1
Current children cumulated vsize (KiB) 2928964

[startup+222.301 s]
/proc/loadavg: 4.00 3.18 4.33 5/412 4656
/proc/meminfo: memFree=20406948/32951124 swapFree=49826708/67111528
[pid=4619] ppid=4617 vsize=313780 CPUtime=1.86 cores=1,3,5,7
/proc/4619/stat : 4619 (python) S 4617 4619 4581 0 -1 4202496 14722 935 71 0 172 14 0 0 19 0 4 0 670212549 321310720 8203 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 21

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

/proc/4662/statm: 105389 1781 59 146 0 104265 0
[pid=4660/tid=4670] ppid=4619 vsize=314208 CPUtime=0 cores=1,3,5,7
/proc/4660/task/4670/stat : 4670 (python) S 4619 4619 4581 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670252620 321748992 6726 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604471133780736 0 0 -1 7 0 0 0
[pid=4671] ppid=4619 vsize=324560 CPUtime=0.29 cores=1,3,5,7
/proc/4671/stat : 4671 (python) S 4619 4619 4581 0 -1 4202560 1122 0 0 0 16 13 0 0 16 0 2 0 670252623 332349440 6730 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4671/statm: 81140 6730 400 364 0 17046 0
[pid=4673] ppid=4671 vsize=421556 CPUtime=99.29 cores=1,3,5,7
/proc/4673/stat : 4673 (adaptg2wsat2009) T 4671 4673 4673 0 -1 4202496 2052 0 0 0 9929 0 0 0 25 0 1 0 670252623 431673344 1781 33554432000 134512640 135107411 4287564464 18446744073709551615 134531600 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/4673/statm: 105389 1781 59 146 0 104265 0
[pid=4671/tid=4680] ppid=4619 vsize=324560 CPUtime=0 cores=1,3,5,7
/proc/4671/task/4680/stat : 4680 (python) S 4619 4619 4581 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 670262552 332349440 6730 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604470721048704 0 0 -1 7 0 0 0
[pid=4681] ppid=4619 vsize=334824 CPUtime=0.29 cores=1,3,5,7
/proc/4681/stat : 4681 (python) S 4619 4619 4581 0 -1 4202560 1120 0 0 0 17 12 0 0 19 0 2 0 670262556 342859776 6738 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4681/statm: 83706 6738 400 364 0 19609 0
[pid=4683] ppid=4681 vsize=1018996 CPUtime=100.32 cores=1,3,5,7
/proc/4683/stat : 4683 (gnovelty+2) T 4681 4683 4683 0 -1 4202496 964 0 0 0 10032 0 0 0 25 0 1 0 670262556 1043451904 698 33554432000 134512640 135663704 4288767696 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/4683/statm: 254749 698 113 282 0 254465 0
[pid=4681/tid=4691] ppid=4619 vsize=334824 CPUtime=0 cores=1,3,5,7
/proc/4681/task/4691/stat : 4691 (python) S 4619 4619 4581 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670272589 342859776 6738 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604459253970880 0 0 -1 3 0 0 0
[pid=4692] ppid=4619 vsize=344976 CPUtime=0.3 cores=1,3,5,7
/proc/4692/stat : 4692 (python) S 4619 4619 4581 0 -1 4202560 1188 0 0 0 15 15 0 0 19 0 2 0 670272592 353255424 6750 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/4692/statm: 86244 6750 406 364 0 22144 0
[pid=4694] ppid=4692 vsize=251296 CPUtime=100.19 cores=1,3,5,7
/proc/4694/stat : 4694 (FH) T 4692 4694 4694 0 -1 4202496 1949 0 0 0 10019 0 0 0 25 0 1 0 670272593 257327104 1683 33554432000 134512640 134936988 4290288224 18446744073709551615 134545269 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/4694/statm: 62824 1683 41 104 0 62328 0
[pid=4692/tid=4702] ppid=4619 vsize=344976 CPUtime=0 cores=1,3,5,7
/proc/4692/task/4702/stat : 4702 (python) S 4619 4619 4581 0 -1 4202560 97 0 0 0 0 0 0 0 19 0 2 0 670282622 353255424 6750 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604458451058944 0 0 -1 7 0 0 0
[pid=4703] ppid=4619 vsize=355840 CPUtime=0.3 cores=1,3,5,7
/proc/4703/stat : 4703 (python) S 4619 4619 4581 0 -1 4202560 1181 0 0 0 16 14 0 0 19 0 2 0 670282625 364380160 6754 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/4703/statm: 88960 6754 406 364 0 24857 0
[pid=4705] ppid=4703 vsize=421556 CPUtime=100.19 cores=1,3,5,7
/proc/4705/stat : 4705 (adaptg2wsat2009) T 4703 4705 4705 0 -1 4202496 2055 0 0 0 10019 0 0 0 25 0 1 0 670282626 431673344 1781 33554432000 134512640 135107411 4287069056 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/4705/statm: 105389 1781 59 146 0 104265 0
[pid=4703/tid=4721] ppid=4619 vsize=355840 CPUtime=0 cores=1,3,5,7
/proc/4703/task/4721/stat : 4721 (python) S 4619 4619 4581 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670292655 364380160 6754 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604458451060736 0 0 -1 7 0 0 0
[pid=4722] ppid=4619 vsize=365856 CPUtime=0.3 cores=1,3,5,7
/proc/4722/stat : 4722 (python) S 4619 4619 4581 0 -1 4202560 1145 0 0 0 15 15 0 0 19 0 2 0 670292659 374636544 6878 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4722/statm: 91464 6878 400 364 0 27358 0
[pid=4724] ppid=4722 vsize=421556 CPUtime=100.29 cores=1,3,5,7
/proc/4724/stat : 4724 (adaptg2wsat2009) T 4722 4724 4724 0 -1 4202496 2053 0 0 0 10029 0 0 0 25 0 1 0 670292659 431673344 1781 33554432000 134512640 135107411 4288953040 18446744073709551615 134531905 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/4724/statm: 105389 1781 59 146 0 104265 0
[pid=4722/tid=4732] ppid=4619 vsize=365856 CPUtime=0 cores=1,3,5,7
/proc/4722/task/4732/stat : 4732 (python) S 4619 4619 4581 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670302690 374636544 6878 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604470721004736 0 0 -1 3 0 0 0
[pid=4733] ppid=4619 vsize=375868 CPUtime=0.31 cores=1,3,5,7
/proc/4733/stat : 4733 (python) S 4619 4619 4581 0 -1 4202560 1161 0 0 0 17 14 0 0 19 0 2 0 670302694 384888832 6881 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4733/statm: 93967 6881 399 364 0 29858 0
[pid=4735] ppid=4733 vsize=251288 CPUtime=98.31 cores=1,3,5,7
/proc/4735/stat : 4735 (FH) T 4733 4735 4735 0 -1 4202496 1953 0 0 0 9831 0 0 0 25 0 1 0 670302694 257318912 1683 33554432000 134512640 134936988 4289122704 18446744073709551615 134553536 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/4735/statm: 62822 1683 41 104 0 62326 0
[pid=4733/tid=4746] ppid=4619 vsize=375868 CPUtime=0 cores=1,3,5,7
/proc/4733/task/4746/stat : 4746 (python) S 4619 4619 4581 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670312526 384888832 6881 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604458451059840 0 0 -1 7 0 0 0
[pid=4747] ppid=4619 vsize=386420 CPUtime=0.61 cores=1,3,5,7
/proc/4747/stat : 4747 (python) S 4619 4619 4581 0 -1 4202560 1168 0 0 0 35 26 0 0 19 0 2 0 670312530 395694080 6886 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4747/statm: 96605 6886 400 364 0 32493 0
[pid=4749] ppid=4747 vsize=268424 CPUtime=195.67 cores=1,3,5,7
/proc/4749/stat : 4749 (hybridGM3) T 4747 4749 4749 0 -1 4202496 5816 0 0 0 19567 0 0 0 25 0 1 0 670312530 274866176 5545 33554432000 134512640 135204385 4288031264 18446744073709551615 134538264 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/4749/statm: 67106 5545 63 169 0 66936 0
[pid=4747/tid=4759] ppid=4619 vsize=386420 CPUtime=0 cores=1,3,5,7
/proc/4747/task/4759/stat : 4759 (python) S 4619 4619 4581 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670332098 395694080 6886 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604465260180416 0 0 -1 7 0 0 0
[pid=4760] ppid=4619 vsize=396520 CPUtime=0.31 cores=1,3,5,7
/proc/4760/stat : 4760 (python) S 4619 4619 4581 0 -1 4202560 1157 0 0 0 16 15 0 0 19 0 2 0 670332102 406036480 6890 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4760/statm: 99130 6890 400 364 0 35015 0
[pid=4762] ppid=4760 vsize=1018996 CPUtime=99.36 cores=1,3,5,7
/proc/4762/stat : 4762 (gnovelty+2) T 4760 4762 4762 0 -1 4202496 969 0 0 0 9936 0 0 0 25 0 1 0 670332102 1043451904 697 33554432000 134512640 135663704 4291136768 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/4762/statm: 254749 697 113 282 0 254465 0
[pid=4760/tid=4769] ppid=4619 vsize=396520 CPUtime=0 cores=1,3,5,7
/proc/4760/task/4769/stat : 4769 (python) S 4619 4619 4581 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670342039 406036480 6890 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604470721005632 0 0 -1 7 0 0 0
[pid=4770] ppid=4619 vsize=407092 CPUtime=0.62 cores=1,3,5,7
/proc/4770/stat : 4770 (python) S 4619 4619 4581 0 -1 4202560 1165 0 0 0 34 28 0 0 19 0 2 0 670342042 416862208 6894 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4770/statm: 101773 6894 400 364 0 37655 0
[pid=4772] ppid=4770 vsize=268424 CPUtime=196.58 cores=1,3,5,7
/proc/4772/stat : 4772 (hybridGM3) T 4770 4772 4772 0 -1 4202496 5817 0 0 0 19658 0 0 0 25 0 1 0 670342043 274866176 5545 33554432000 134512640 135204385 4287631584 18446744073709551615 134538541 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/4772/statm: 67106 5545 63 169 0 66936 0
[pid=4770/tid=4783] ppid=4619 vsize=407092 CPUtime=0 cores=1,3,5,7
/proc/4770/task/4783/stat : 4783 (python) S 4619 4619 4581 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670361710 416862208 6894 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604464400732544 0 0 -1 7 0 0 0
[pid=4784] ppid=4619 vsize=416892 CPUtime=0.62 cores=1,3,5,7
/proc/4784/stat : 4784 (python) S 4619 4619 4581 0 -1 4202560 1195 0 0 0 34 28 0 0 19 0 2 0 670361713 426897408 6897 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4784/statm: 104223 6897 399 364 0 40102 0
[pid=4786] ppid=4784 vsize=268424 CPUtime=194.69 cores=1,3,5,7
/proc/4786/stat : 4786 (hybridGM3) T 4784 4786 4786 0 -1 4202496 5818 0 0 0 19469 0 0 0 25 0 1 0 670361714 274866176 5544 33554432000 134512640 135204385 4288632816 18446744073709551615 134537704 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/4786/statm: 67106 5544 63 169 0 66936 0
[pid=4784/tid=4796] ppid=4619 vsize=416892 CPUtime=0 cores=1,3,5,7
/proc/4784/task/4796/stat : 4796 (python) S 4619 4619 4581 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 670381185 426897408 6897 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604464400733440 0 0 -1 1 0 0 0
[pid=4797] ppid=4619 vsize=427816 CPUtime=5.22 cores=1,3,5,7
/proc/4797/stat : 4797 (python) S 4619 4619 4581 0 -1 4202560 1227 0 0 0 274 248 0 0 17 0 2 0 670381189 438083584 6909 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4797/statm: 106954 6909 407 364 0 42830 0
[pid=4799] ppid=4797 vsize=459768 CPUtime=1554.13 cores=1,3,5,7
/proc/4799/stat : 4799 (TNM) T 4797 4799 4799 0 -1 4202496 1927 0 0 0 155413 0 0 0 25 0 1 0 670381190 470802432 1652 33554432000 134512640 135008748 4290792864 18446744073709551615 134527546 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/4799/statm: 114942 1652 46 122 0 113842 0
[pid=4797/tid=4849] ppid=4619 vsize=427816 CPUtime=0 cores=1,3,5,7
/proc/4797/task/4849/stat : 4849 (python) S 4619 4619 4581 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 670536606 438083584 6909 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604470494311360 0 0 -1 7 0 0 0
[pid=4850] ppid=4619 vsize=438028 CPUtime=0.33 cores=1,3,5,7
/proc/4850/stat : 4850 (python) S 4619 4619 4581 0 -1 4202560 1190 0 0 0 17 16 0 0 19 0 2 0 670536608 448540672 6959 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/4850/statm: 109507 6959 407 364 0 45380 0
[pid=4852] ppid=4850 vsize=421556 CPUtime=100.32 cores=1,3,5,7
/proc/4852/stat : 4852 (adaptg2wsat2009) T 4850 4852 4852 0 -1 4202496 2055 0 0 0 10032 0 0 0 25 0 1 0 670536609 431673344 1781 33554432000 134512640 135107411 4291492672 18446744073709551615 134531561 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/4852/statm: 105389 1781 59 146 0 104265 0
[pid=4850/tid=4856] ppid=4619 vsize=438028 CPUtime=0 cores=1,3,5,7
/proc/4850/task/4856/stat : 4856 (python) S 4619 4619 4581 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670546641 448540672 6959 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604470494312256 0 0 -1 7 0 0 0
[pid=4857] ppid=4619 vsize=448188 CPUtime=0.33 cores=1,3,5,7
/proc/4857/stat : 4857 (python) S 4619 4619 4581 0 -1 4202560 1174 0 0 0 17 16 0 0 19 0 2 0 670546643 458944512 6957 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/4857/statm: 112047 6957 401 364 0 47917 0
[pid=4859] ppid=4857 vsize=251292 CPUtime=100.32 cores=1,3,5,7
/proc/4859/stat : 4859 (FH) T 4857 4859 4859 0 -1 4202496 1956 0 0 0 10032 0 0 0 25 0 1 0 670546644 257323008 1684 33554432000 134512640 134936988 4292813056 18446744073709551615 134552493 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/4859/statm: 62823 1684 41 104 0 62327 0
[pid=4857/tid=4863] ppid=4619 vsize=448188 CPUtime=0 cores=1,3,5,7
/proc/4857/task/4863/stat : 4863 (python) S 4619 4619 4581 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670556676 458944512 6957 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 514 18446604454413906944 0 0 -1 7 0 0 0
[pid=4864] ppid=4619 vsize=458592 CPUtime=0 cores=1,3,5,7
/proc/4864/stat : 4864 (python) S 4619 4619 4581 0 -1 4202560 856 0 0 0 0 0 0 0 18 0 1 0 670556678 469598208 6909 33554432000 4194304 5683644 140734502498080 18446744073709551615 228122734150 0 0 16781312 514 6447659884631556095 0 0 17 3 0 0 0
/proc/4864/statm: 114648 6909 350 364 0 50515 0
[pid=4866] ppid=4864 vsize=268428 CPUtime=0.52 cores=1,3,5,7
/proc/4866/stat : 4866 (hybridGM3) R 4864 4866 4866 0 -1 4202496 5820 0 0 0 51 1 0 0 20 0 1 0 670556679 274870272 5545 33554432000 134512640 135204385 4286813712 18446744073709551615 134537785 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/4866/statm: 67107 5545 63 169 0 66937 0
[pid=4619/tid=4633] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4633/stat : 4633 (python) S 4617 4619 4581 0 -1 4202560 32 935 0 0 0 0 0 0 19 0 19 0 670212790 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
[pid=4619/tid=4644] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4644/stat : 4644 (python) S 4617 4619 4581 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 670222822 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 7 0 0 0
[pid=4619/tid=4650] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4650/stat : 4650 (python) S 4617 4619 4581 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 19 0 670232758 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
[pid=4619/tid=4661] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4661/stat : 4661 (python) S 4617 4619 4581 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 19 0 670242590 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
[pid=4619/tid=4672] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4672/stat : 4672 (python) S 4617 4619 4581 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 19 0 670252623 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
[pid=4619/tid=4682] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4682/stat : 4682 (python) S 4617 4619 4581 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 670262556 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 7 0 0 0
[pid=4619/tid=4693] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4693/stat : 4693 (python) S 4617 4619 4581 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 19 0 670272592 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 3 0 0 0
[pid=4619/tid=4704] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4704/stat : 4704 (python) S 4617 4619 4581 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 670282626 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 3 0 0 0
[pid=4619/tid=4723] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4723/stat : 4723 (python) S 4617 4619 4581 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 19 0 670292659 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 7 0 0 0
[pid=4619/tid=4734] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4734/stat : 4734 (python) S 4617 4619 4581 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 670302694 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 3 0 0 0
[pid=4619/tid=4748] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4748/stat : 4748 (python) S 4617 4619 4581 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 19 0 670312530 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
[pid=4619/tid=4761] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4761/stat : 4761 (python) S 4617 4619 4581 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 670332102 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 3 0 0 0
[pid=4619/tid=4771] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4771/stat : 4771 (python) S 4617 4619 4581 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 670342043 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 3 0 0 0
[pid=4619/tid=4785] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4785/stat : 4785 (python) S 4617 4619 4581 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 19 0 670361714 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 7 0 0 0
[pid=4619/tid=4798] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4798/stat : 4798 (python) S 4617 4619 4581 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 19 0 670381189 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
[pid=4619/tid=4851] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4851/stat : 4851 (python) S 4617 4619 4581 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 670536608 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
[pid=4619/tid=4858] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4858/stat : 4858 (python) S 4617 4619 4581 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 670546643 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 1 0 0 0
[pid=4619/tid=4865] ppid=4617 vsize=468344 CPUtime=0 cores=1,3,5,7
/proc/4619/task/4865/stat : 4865 (python) S 4617 4619 4581 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 670556678 479584256 8474 33554432000 4194304 5683644 140734502498080 18446744073709551615 228134537649 0 0 16781312 2 18446604467925620672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3451.67
Current children cumulated vsize (KiB) 16048168

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

Real time (s): 3441.93
CPU time (s): 3451.67
CPU user time (s): 3446.34
CPU system time (s): 5.33
CPU usage (%): 100.283
Max. virtual memory (cumulated for all children) (KiB): 16048168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.21466
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30361
page faults= 71
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5864
involuntary context switches= 95

runsolver used 23.9104 second user time and 52.2381 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-17 00:49:06
IDJOB=3386470
IDBENCH=82535
IDSOLVER=1872
FILE ID=node138/3386470-1305586145
RUNJOBID= node138-1305586144-4600
PBS_JOBID= 13350340
Free space on /tmp= 73408 MiB

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

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

MD5SUM BENCH= 1ae73e64babd5796adef68295bcaa14f
RANDOM SEED=1471038449

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      20542200 kB
Buffers:          9148 kB
Cached:         201680 kB
SwapCached:      70912 kB
Active:        2181752 kB
Inactive:      9997180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20542200 kB
SwapTotal:    67111528 kB
SwapFree:     49826708 kB
Dirty:           65048 kB
Writeback:           0 kB
AnonPages:    11906732 kB
Mapped:          14956 kB
Slab:            76996 kB
PageTables:      86772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 96811508 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= 73376 MiB
End job on node138 at 2011-05-17 01:46:30