Trace number 3317078

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-random? (MO) 1982.98 515.921

General information on the benchmark

Namerandom/large/
unif-k5-r20-v2000-c40000-S319509287-085-UNKNOWN.cnf
MD5SUMbb548a1e884feefbb349d3449e849f5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of clauses40000
Sum of the clauses size200000
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 540000
Number of clauses of size over 50

Solver Data

0.52/16.58	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.52/16.58	c INFO: solving HOME/instance-3317078-1304267285.cnf
0.52/16.58	c INFO: computing task features
0.65/16.79	c INFO: computed variable-clause graph statistics
0.74/16.80	c INFO: computed clause balance statistics
1.65/17.79	c INFO: computed variable balance statistics
2.25/18.37	c INFO: computed small-clause counts
2.25/18.37	c INFO: computed Horn-clause counts
2.35/18.41	c INFO: computed variable graph statistics
2.35/18.41	c INFO: collected features for HOME/instance-3317078-1304267285.cnf in 1.82 s
2.36/18.52	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.38)
2.36/18.55	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
2.36/18.58	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
2.56/18.61	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.07)
398.34/117.78	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
398.69/117.82	c INFO: running gnovelty+2@0 for 97 with 4698 remaining (b = 0.05)
402.29/118.75	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.29/118.79	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
797.47/217.95	c INFO: running adaptg2wsat2009++@0 for 97 with 4598 remaining (b = 0.02)
797.47/217.99	c INFO: running FH@0 for 97 with 4598 remaining (b = 0.02)
797.82/218.04	c INFO: running hybridGM3@0 for 194 with 4598 remaining (b = 0.04)
801.42/218.93	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1196.53/318.13	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1196.53/318.19	c INFO: running adaptg2wsat2009++@0 for 97 with 4498 remaining (b = 0.01)
1196.80/318.24	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1580.01/414.43	c INFO: running hybridGM3@100 for 97 with 4402 remaining (b = 0.01)
1595.53/418.38	c INFO: running hybridGM3@0 for 194 with 4398 remaining (b = 0.02)
1978.20/514.65	c INFO: running TNM@0 for 1552 with 4301 remaining (b = 0.19)
1982.15/515.62	c INFO: running FH@0 for 97 with 4301 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: 935)

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-3317078-1304267285/watcher-3317078-1304267285 -o /tmp/evaluation-result-3317078-1304267285/solver-3317078-1304267285 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317078-1304267285.cnf -seed 40564498 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 0.00 0.00 0.00 1/177 23266
/proc/meminfo: memFree=29917684/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/23266/stat : 23266 (runsolver) S 23263 23266 23228 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 1 0 616959550 12083200 52 33554432000 4194304 5434984 140734312169152 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699968823 0 0 17 4 0 0 0
/proc/23266/statm: 2950 52 31 303 0 2644 0

[startup+0.0592931 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 23266
/proc/meminfo: memFree=29917684/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=14820 CPUtime=0 cores=0,2,4,6
/proc/23266/stat : 23266 (python) S 23263 23266 23228 0 -1 4202496 510 0 3 0 0 0 0 0 19 0 1 0 616959550 15175680 420 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905399527 0 2147483391 4096 0 18446744071699207358 0 0 17 2 0 0 1
/proc/23266/statm: 3705 420 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100284 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 23266
/proc/meminfo: memFree=29917684/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=14820 CPUtime=0 cores=0,2,4,6
/proc/23266/stat : 23266 (python) R 23263 23266 23228 0 -1 4202496 511 0 3 0 0 0 0 0 19 0 1 0 616959550 15175680 421 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905389925 0 0 4096 0 0 0 0 17 4 0 0 1
/proc/23266/statm: 3705 427 265 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.300248 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 23266
/proc/meminfo: memFree=29917684/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/23266/stat : 23266 (python) S 23263 23266 23228 0 -1 4202496 709 0 3 0 0 0 0 0 17 0 1 0 616959550 15548416 603 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 2
/proc/23266/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.700175 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 23266
/proc/meminfo: memFree=29917684/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/23266/stat : 23266 (python) S 23263 23266 23228 0 -1 4202496 790 0 3 0 0 0 0 0 15 0 1 0 616959550 15753216 680 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905390004 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 2
/proc/23266/statm: 3846 680 322 364 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15384

[startup+1.50103 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 23267
/proc/meminfo: memFree=29913780/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=15780 CPUtime=0 cores=0,2,4,6
/proc/23266/stat : 23266 (python) S 23263 23266 23228 0 -1 4202496 901 0 3 0 0 0 0 0 16 0 1 0 616959550 16158720 784 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 6
/proc/23266/statm: 3945 784 346 364 0 432 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15780

[startup+3.10085 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 23267
/proc/meminfo: memFree=29913292/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=38908 CPUtime=0.07 cores=0,2,4,6
/proc/23266/stat : 23266 (python) S 23263 23266 23228 0 -1 4202496 1654 0 11 0 6 1 0 0 16 0 1 0 616959550 39841792 1491 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 16
/proc/23266/statm: 9727 1491 455 364 0 1027 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38908
heavy processes:

[startup+6.30028 s]
/proc/loadavg: 0.08 0.02 0.01 1/178 23267
/proc/meminfo: memFree=29893516/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=107432 CPUtime=0.16 cores=0,2,4,6
/proc/23266/stat : 23266 (python) S 23263 23266 23228 0 -1 4202496 3348 0 30 0 12 4 0 0 16 0 1 0 616959550 110010368 3035 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 44
/proc/23266/statm: 26858 3035 871 364 0 2089 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 107432
heavy processes:

[startup+12.7011 s]
/proc/loadavg: 0.22 0.05 0.02 1/178 23275
/proc/meminfo: memFree=29874824/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=156692 CPUtime=0.33 cores=0,2,4,6
/proc/23266/stat : 23266 (python) D 23263 23266 23228 0 -1 4202496 6327 925 49 9 23 10 0 0 16 0 1 0 616959550 160452608 4496 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905392128 0 0 16781312 2 0 0 0 17 2 0 0 89
/proc/23266/statm: 39173 4496 1257 364 0 3281 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 156692
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 0.66 0.15 0.05 10/202 23299
/proc/meminfo: memFree=29623924/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=331060 CPUtime=2.48 cores=0,2,4,6
/proc/23266/stat : 23266 (python) S 23263 23266 23228 0 -1 4202496 16808 925 114 9 231 17 0 0 24 0 5 0 616959550 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 135
/proc/23266/statm: 82765 9963 1883 364 0 18674 0
[pid=23276] ppid=23266 vsize=290048 CPUtime=0 cores=0,2,4,6
/proc/23276/stat : 23276 (python) S 23266 23266 23228 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 616961403 297009152 8440 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414159 0 0 16781312 514 4137408658424168708 0 0 17 6 0 0 0
/proc/23276/statm: 72512 8440 376 364 0 8430 0
[pid=23278] ppid=23276 vsize=1020308 CPUtime=6.94 cores=0,2,4,6
/proc/23278/stat : 23278 (gnovelty+2) R 23276 23278 23278 0 -1 4202496 1153 0 0 0 694 0 0 0 25 0 1 0 616961405 1044795392 891 33554432000 134512640 135663704 4287811936 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23278/statm: 255077 891 113 282 0 254793 0
[pid=23279] ppid=23266 vsize=300304 CPUtime=0 cores=0,2,4,6
/proc/23279/stat : 23279 (python) S 23266 23266 23228 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 616961406 307511296 8438 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 4137400961842774274 0 0 17 6 0 0 0
/proc/23279/statm: 75076 8438 370 364 0 10991 0
[pid=23281] ppid=23279 vsize=1020308 CPUtime=6.87 cores=0,2,4,6
/proc/23281/stat : 23281 (gnovelty+2) R 23279 23281 23281 0 -1 4202496 1155 0 0 0 687 0 0 0 25 0 1 0 616961406 1044795392 891 33554432000 134512640 135663704 4291411360 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23281/statm: 255077 891 113 282 0 254793 0
[pid=23282] ppid=23266 vsize=310560 CPUtime=0 cores=0,2,4,6
/proc/23282/stat : 23282 (python) S 23266 23266 23228 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 616961409 318013440 8442 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 6077269051850064130 0 0 17 4 0 0 0
/proc/23282/statm: 77640 8442 370 364 0 13552 0
[pid=23284] ppid=23282 vsize=423400 CPUtime=6.88 cores=0,2,4,6
/proc/23284/stat : 23284 (adaptg2wsat2009) R 23282 23284 23284 0 -1 4202496 2623 0 0 0 688 0 0 0 25 0 1 0 616961409 433561600 2358 33554432000 134512640 135107411 4289337152 18446744073709551615 134531781 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23284/statm: 105850 2358 59 146 0 104726 0
[pid=23285] ppid=23266 vsize=320816 CPUtime=0 cores=0,2,4,6
/proc/23285/stat : 23285 (python) S 23266 23266 23228 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 1 0 616961412 328515584 8446 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 4137404810133471492 0 0 17 2 0 0 0
/proc/23285/statm: 80204 8446 370 364 0 16113 0
[pid=23287] ppid=23285 vsize=423400 CPUtime=6.86 cores=0,2,4,6
/proc/23287/stat : 23287 (adaptg2wsat2009) R 23285 23287 23287 0 -1 4202496 2622 0 0 0 686 0 0 0 25 0 1 0 616961412 433561600 2357 33554432000 134512640 135107411 4289228480 18446744073709551615 134531613 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23287/statm: 105850 2357 59 146 0 104726 0
[pid=23266/tid=23277] ppid=23263 vsize=331060 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23277/stat : 23277 (python) S 23263 23266 23228 0 -1 4202560 25 925 0 9 0 0 0 0 19 0 5 0 616961403 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 0 0 0 0
[pid=23266/tid=23280] ppid=23263 vsize=331060 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23280/stat : 23280 (python) S 23263 23266 23228 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 5 0 616961406 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 2 0 0 0
[pid=23266/tid=23283] ppid=23263 vsize=331060 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23283/stat : 23283 (python) S 23263 23266 23228 0 -1 4202560 25 925 0 9 0 0 0 0 22 0 5 0 616961409 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 4 0 0 0
[pid=23266/tid=23286] ppid=23263 vsize=331060 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23286/stat : 23286 (python) S 23263 23266 23228 0 -1 4202560 29 925 0 9 0 0 0 0 24 0 5 0 616961412 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 30.03
Current children cumulated vsize (KiB) 4440204

[startup+51.101 s]
/proc/loadavg: 3.29 0.81 0.27 9/202 23300
/proc/meminfo: memFree=29621900/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=331060 CPUtime=2.48 cores=0,2,4,6
/proc/23266/stat : 23266 (python) S 23263 23266 23228 0 -1 4202496 16808 925 114 9 231 17 0 0 24 0 5 0 616959550 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 135
/proc/23266/statm: 82765 9963 1883 364 0 18674 0
[pid=23276] ppid=23266 vsize=290048 CPUtime=0.03 cores=0,2,4,6
/proc/23276/stat : 23276 (python) S 23266 23266 23228 0 -1 4202560 910 0 0 0 2 1 0 0 18 0 1 0 616961403 297009152 8440 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414159 0 0 16781312 514 801799063346315524 0 0 17 6 0 0 0
/proc/23276/statm: 72512 8440 376 364 0 8430 0
[pid=23278] ppid=23276 vsize=1020308 CPUtime=32.54 cores=0,2,4,6
/proc/23278/stat : 23278 (gnovelty+2) R 23276 23278 23278 0 -1 4202496 1153 0 0 0 3254 0 0 0 25 0 1 0 616961405 1044795392 891 33554432000 134512640 135663704 4287811936 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23278/statm: 255077 891 113 282 0 254793 0
[pid=23279] ppid=23266 vsize=300304 CPUtime=0.03 cores=0,2,4,6
/proc/23279/stat : 23279 (python) S 23266 23266 23228 0 -1 4202560 920 0 0 0 2 1 0 0 18 0 1 0 616961406 307511296 8438 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 801799063346315522 0 0 17 6 0 0 0
/proc/23279/statm: 75076 8438 370 364 0 10991 0
[pid=23281] ppid=23279 vsize=1020308 CPUtime=32.27 cores=0,2,4,6
/proc/23281/stat : 23281 (gnovelty+2) R 23279 23281 23281 0 -1 4202496 1155 0 0 0 3227 0 0 0 25 0 1 0 616961406 1044795392 891 33554432000 134512640 135663704 4291411360 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23281/statm: 255077 891 113 282 0 254793 0
[pid=23282] ppid=23266 vsize=310560 CPUtime=0.03 cores=0,2,4,6
/proc/23282/stat : 23282 (python) S 23266 23266 23228 0 -1 4202560 907 0 0 0 2 1 0 0 18 0 1 0 616961409 318013440 8442 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 801799063346315522 0 0 17 4 0 0 0
/proc/23282/statm: 77640 8442 370 364 0 13552 0
[pid=23284] ppid=23282 vsize=423400 CPUtime=32.45 cores=0,2,4,6
/proc/23284/stat : 23284 (adaptg2wsat2009) R 23282 23284 23284 0 -1 4202496 2623 0 0 0 3245 0 0 0 25 0 1 0 616961409 433561600 2358 33554432000 134512640 135107411 4289337152 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23284/statm: 105850 2358 59 146 0 104726 0
[pid=23285] ppid=23266 vsize=320816 CPUtime=0.03 cores=0,2,4,6
/proc/23285/stat : 23285 (python) S 23266 23266 23228 0 -1 4202560 940 0 0 0 1 2 0 0 18 0 1 0 616961412 328515584 8446 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 801799063346315524 0 0 17 2 0 0 0
/proc/23285/statm: 80204 8446 370 364 0 16113 0
[pid=23287] ppid=23285 vsize=423400 CPUtime=32.42 cores=0,2,4,6
/proc/23287/stat : 23287 (adaptg2wsat2009) R 23285 23287 23287 0 -1 4202496 2622 0 0 0 3242 0 0 0 25 0 1 0 616961412 433561600 2357 33554432000 134512640 135107411 4289228480 18446744073709551615 134531561 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23287/statm: 105850 2357 59 146 0 104726 0
[pid=23266/tid=23277] ppid=23263 vsize=331060 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23277/stat : 23277 (python) S 23263 23266 23228 0 -1 4202560 25 925 0 9 0 0 0 0 19 0 5 0 616961403 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 0 0 0 0
[pid=23266/tid=23280] ppid=23263 vsize=331060 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23280/stat : 23280 (python) S 23263 23266 23228 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 5 0 616961406 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 2 0 0 0
[pid=23266/tid=23283] ppid=23263 vsize=331060 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23283/stat : 23283 (python) S 23263 23266 23228 0 -1 4202560 25 925 0 9 0 0 0 0 22 0 5 0 616961409 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 4 0 0 0
[pid=23266/tid=23286] ppid=23263 vsize=331060 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23286/stat : 23286 (python) S 23263 23266 23228 0 -1 4202560 29 925 0 9 0 0 0 0 24 0 5 0 616961412 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 132.28
Current children cumulated vsize (KiB) 4440204

[startup+102.308 s]
/proc/loadavg: 6.28 2.05 0.72 10/202 23301
/proc/meminfo: memFree=29622016/32950928 swapFree=67054472/67111528
[pid=23266] ppid=23263 vsize=331060 CPUtime=2.48 cores=0,2,4,6
/proc/23266/stat : 23266 (python) S 23263 23266 23228 0 -1 4202496 16808 925 114 9 231 17 0 0 24 0 5 0 616959550 339005440 9963 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 135
/proc/23266/statm: 82765 9963 1883 364 0 18674 0
[pid=23276] ppid=23266 vsize=290048 CPUtime=0.1 cores=0,2,4,6
/proc/23276/stat : 23276 (python) S 23266 23266 23228 0 -1 4202560 927 0 0 0 5 5 0 0 18 0 1 0 616961403 297009152 8440 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414159 0 0 16781312 514 801799063346315524 0 0 17 6 0 0 0
/proc/23276/statm: 72512 8440 376 364 0 8430 0
[pid=23278] ppid=23276 vsize=1020308 CPUtime=83.75 cores=0,2,4,6
/proc/23278/stat : 23278 (gnovelty+2) R 23276 23278 23278 0 -1 4202496 1153 0 0 0 8375 0 0 0 25 0 1 0 616961405 1044795392 891 33554432000 134512640 135663704 4287811936 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23278/statm: 255077 891 113 282 0 254793 0
[pid=23279] ppid=23266 vsize=300304 CPUtime=0.1 cores=0,2,4,6
/proc/23279/stat : 23279 (python) S 23266 23266 23228 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 616961406 307511296 8438 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 801799063346315522 0 0 17 6 0 0 0
/proc/23279/statm: 75076 8438 370 364 0 10991 0

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

/proc/23282/task/23311/stat : 23311 (python) S 23266 23266 23228 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 616971423 318013440 8472 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604445737733120 0 0 -1 4 0 0 0
[pid=23285] ppid=23266 vsize=320816 CPUtime=0.13 cores=0,2,4,6
/proc/23285/stat : 23285 (python) S 23266 23266 23228 0 -1 4202560 1121 0 0 0 6 7 0 0 19 0 2 0 616961412 328515584 8476 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23285/statm: 80204 8476 399 364 0 16113 0
[pid=23287] ppid=23285 vsize=423400 CPUtime=99 cores=0,2,4,6
/proc/23287/stat : 23287 (adaptg2wsat2009) T 23285 23287 23287 0 -1 4202496 2622 0 0 0 9900 0 0 0 25 0 1 0 616961412 433561600 2357 33554432000 134512640 135107411 4289228480 18446744073709551615 134532336 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23287/statm: 105850 2357 59 146 0 104726 0
[pid=23285/tid=23304] ppid=23266 vsize=320816 CPUtime=0 cores=0,2,4,6
/proc/23285/task/23304/stat : 23304 (python) S 23266 23266 23228 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 616971328 328515584 8476 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604453876007872 0 0 -1 6 0 0 0
[pid=23305] ppid=23266 vsize=331072 CPUtime=0.13 cores=0,2,4,6
/proc/23305/stat : 23305 (python) S 23266 23266 23228 0 -1 4202560 1123 0 0 0 7 6 0 0 19 0 2 0 616971329 339017728 8480 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23305/statm: 82768 8480 399 364 0 18674 0
[pid=23307] ppid=23305 vsize=423400 CPUtime=99.96 cores=0,2,4,6
/proc/23307/stat : 23307 (adaptg2wsat2009) T 23305 23307 23307 0 -1 4202496 2623 0 0 0 9995 1 0 0 25 0 1 0 616971329 433561600 2357 33554432000 134512640 135107411 4294809888 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23307/statm: 105850 2357 59 146 0 104726 0
[pid=23305/tid=23410] ppid=23266 vsize=331072 CPUtime=0 cores=0,2,4,6
/proc/23305/task/23410/stat : 23410 (python) S 23266 23266 23228 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 616981341 339017728 8480 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604453873586432 0 0 -1 2 0 0 0
[pid=23308] ppid=23266 vsize=341328 CPUtime=0.13 cores=0,2,4,6
/proc/23308/stat : 23308 (python) S 23266 23266 23228 0 -1 4202560 1126 0 0 0 8 5 0 0 19 0 2 0 616971332 349519872 8484 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23308/statm: 85332 8484 399 364 0 21235 0
[pid=23310] ppid=23308 vsize=1020308 CPUtime=100.04 cores=0,2,4,6
/proc/23310/stat : 23310 (gnovelty+2) T 23308 23310 23310 0 -1 4202496 1158 0 0 0 10003 1 0 0 25 0 1 0 616971332 1044795392 892 33554432000 134512640 135663704 4294559040 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23310/statm: 255077 892 113 282 0 254793 0
[pid=23308/tid=23416] ppid=23266 vsize=341328 CPUtime=0 cores=0,2,4,6
/proc/23308/task/23416/stat : 23416 (python) S 23266 23266 23228 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 616981350 349519872 8484 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604453549783936 0 0 -1 6 0 0 0
[pid=23313] ppid=23266 vsize=351584 CPUtime=0.13 cores=0,2,4,6
/proc/23313/stat : 23313 (python) S 23266 23266 23228 0 -1 4202560 1192 0 0 0 7 6 0 0 19 0 2 0 616971426 360022016 8494 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23313/statm: 87896 8494 405 364 0 23796 0
[pid=23315] ppid=23313 vsize=253032 CPUtime=100.12 cores=0,2,4,6
/proc/23315/stat : 23315 (FH) T 23313 23315 23315 0 -1 4202496 2504 0 0 0 10012 0 0 0 25 0 1 0 616971426 259104768 2233 33554432000 134512640 134936988 4292859024 18446744073709551615 134553251 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23315/statm: 63258 2233 41 104 0 62762 0
[pid=23313/tid=23422] ppid=23266 vsize=351584 CPUtime=0 cores=0,2,4,6
/proc/23313/task/23422/stat : 23422 (python) S 23266 23266 23228 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 616981439 360022016 8494 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604453853798720 0 0 -1 6 0 0 0
[pid=23316] ppid=23266 vsize=361840 CPUtime=0.13 cores=0,2,4,6
/proc/23316/stat : 23316 (python) S 23266 23266 23228 0 -1 4202560 1173 0 0 0 7 6 0 0 19 0 2 0 616971430 370524160 8498 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23316/statm: 90460 8498 405 364 0 26357 0
[pid=23318] ppid=23316 vsize=423400 CPUtime=97.37 cores=0,2,4,6
/proc/23318/stat : 23318 (adaptg2wsat2009) T 23316 23318 23318 0 -1 4202496 2627 0 0 0 9736 1 0 0 25 0 1 0 616971430 433561600 2357 33554432000 134512640 135107411 4287077552 18446744073709551615 134531435 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23318/statm: 105850 2357 59 146 0 104726 0
[pid=23316/tid=23411] ppid=23266 vsize=361840 CPUtime=0 cores=0,2,4,6
/proc/23316/task/23411/stat : 23411 (python) S 23266 23266 23228 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 616981344 370524160 8498 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604445608569920 0 0 -1 6 0 0 0
[pid=23412] ppid=23266 vsize=372096 CPUtime=0.13 cores=0,2,4,6
/proc/23412/stat : 23412 (python) S 23266 23266 23228 0 -1 4202560 1156 0 0 0 8 5 0 0 19 0 2 0 616981346 381026304 8496 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23412/statm: 93024 8496 399 364 0 28918 0
[pid=23414] ppid=23412 vsize=423400 CPUtime=100.1 cores=0,2,4,6
/proc/23414/stat : 23414 (adaptg2wsat2009) T 23412 23414 23414 0 -1 4202496 2629 0 0 0 10010 0 0 0 25 0 1 0 616981346 433561600 2358 33554432000 134512640 135107411 4289189744 18446744073709551615 134531215 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23414/statm: 105850 2358 59 146 0 104726 0
[pid=23412/tid=23432] ppid=23266 vsize=372096 CPUtime=0 cores=0,2,4,6
/proc/23412/task/23432/stat : 23432 (python) S 23266 23266 23228 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 616991359 381026304 8496 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604447417492672 0 0 -1 6 0 0 0
[pid=23415] ppid=23266 vsize=382352 CPUtime=0.14 cores=0,2,4,6
/proc/23415/stat : 23415 (python) S 23266 23266 23228 0 -1 4202560 1165 0 0 0 8 6 0 0 19 0 2 0 616981350 391528448 8500 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23415/statm: 95588 8500 399 364 0 31479 0
[pid=23418] ppid=23415 vsize=253032 CPUtime=100.11 cores=0,2,4,6
/proc/23418/stat : 23418 (FH) T 23415 23418 23418 0 -1 4202496 2503 0 0 0 10011 0 0 0 25 0 1 0 616981350 259104768 2233 33554432000 134512640 134936988 4290280704 18446744073709551615 134545122 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/23418/statm: 63258 2233 41 104 0 62762 0
[pid=23415/tid=23435] ppid=23266 vsize=382352 CPUtime=0 cores=0,2,4,6
/proc/23415/task/23435/stat : 23435 (python) S 23266 23266 23228 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 616991364 391528448 8500 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604447417493568 0 0 -1 2 0 0 0
[pid=23419] ppid=23266 vsize=392608 CPUtime=0.43 cores=0,2,4,6
/proc/23419/stat : 23419 (python) S 23266 23266 23228 0 -1 4202560 1193 0 0 0 23 20 0 0 18 0 2 0 616981354 402030592 8504 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23419/statm: 98152 8504 399 364 0 34040 0
[pid=23421] ppid=23419 vsize=268420 CPUtime=296.88 cores=0,2,4,6
/proc/23421/stat : 23421 (hybridGM3) T 23419 23421 23421 0 -1 4202496 6186 0 0 0 29688 0 0 0 25 0 1 0 616981355 274862080 5918 33554432000 134512640 135204385 4292390608 18446744073709551615 134537726 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23421/statm: 67105 5918 63 169 0 66935 0
[pid=23419/tid=23451] ppid=23266 vsize=392608 CPUtime=0 cores=0,2,4,6
/proc/23419/task/23451/stat : 23451 (python) S 23266 23266 23228 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 617000989 402030592 8504 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604453881469952 0 0 -1 4 0 0 0
[pid=23423] ppid=23266 vsize=402864 CPUtime=0.13 cores=0,2,4,6
/proc/23423/stat : 23423 (python) S 23266 23266 23228 0 -1 4202560 1167 0 0 0 7 6 0 0 19 0 2 0 616981444 412532736 8508 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/23423/statm: 100716 8508 399 364 0 36601 0
[pid=23425] ppid=23423 vsize=1020308 CPUtime=97.43 cores=0,2,4,6
/proc/23425/stat : 23425 (gnovelty+2) T 23423 23425 23425 0 -1 4202496 1165 0 0 0 9743 0 0 0 25 0 1 0 616981444 1044795392 892 33554432000 134512640 135663704 4287713072 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23425/statm: 255077 892 113 282 0 254793 0
[pid=23423/tid=23436] ppid=23266 vsize=402864 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23436/stat : 23436 (python) S 23266 23266 23228 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 616991364 412532736 8508 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604453873587328 0 0 -1 4 0 0 0
[pid=23433] ppid=23266 vsize=413120 CPUtime=0.29 cores=0,2,4,6
/proc/23433/stat : 23433 (python) S 23266 23266 23228 0 -1 4202560 1027 0 0 0 18 11 0 0 18 0 1 0 616991363 423034880 8482 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 801799063346315523 0 0 17 6 0 0 0
/proc/23433/statm: 103280 8482 370 364 0 39162 0
[pid=23437] ppid=23433 vsize=268424 CPUtime=195.68 cores=0,2,4,6
/proc/23437/stat : 23437 (hybridGM3) R 23433 23437 23437 0 -1 4202496 6193 0 0 0 19567 1 0 0 25 0 1 0 616991365 274866176 5919 33554432000 134512640 135204385 4287942704 18446744073709551615 134538375 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23437/statm: 67106 5919 63 169 0 66936 0
[pid=23438] ppid=23266 vsize=423376 CPUtime=0.14 cores=0,2,4,6
/proc/23438/stat : 23438 (python) S 23266 23266 23228 0 -1 4202560 1181 0 0 0 8 6 0 0 19 0 2 0 616991369 433537024 8516 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23438/statm: 105844 8516 399 364 0 41723 0
[pid=23440] ppid=23438 vsize=423400 CPUtime=100.12 cores=0,2,4,6
/proc/23440/stat : 23440 (adaptg2wsat2009) T 23438 23440 23440 0 -1 4202496 2636 0 0 0 10012 0 0 0 25 0 1 0 616991369 433561600 2358 33554432000 134512640 135107411 4293244992 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/23440/statm: 105850 2358 59 146 0 104726 0
[pid=23438/tid=23452] ppid=23266 vsize=423376 CPUtime=0 cores=0,2,4,6
/proc/23438/task/23452/stat : 23452 (python) S 23266 23266 23228 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617001383 433537024 8516 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604448508652224 0 0 -1 0 0 0 0
[pid=23441] ppid=23266 vsize=433632 CPUtime=0.29 cores=0,2,4,6
/proc/23441/stat : 23441 (python) S 23266 23266 23228 0 -1 4202560 1240 0 0 0 17 12 0 0 19 0 2 0 616991374 444039168 8528 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23441/statm: 108408 8528 407 364 0 44284 0
[pid=23443] ppid=23441 vsize=268424 CPUtime=195.92 cores=0,2,4,6
/proc/23443/stat : 23443 (hybridGM3) T 23441 23443 23443 0 -1 4202496 6194 0 0 0 19591 1 0 0 25 0 1 0 616991375 274866176 5918 33554432000 134512640 135204385 4288080640 18446744073709551615 134545371 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23443/statm: 67106 5918 63 169 0 66936 0
[pid=23441/tid=23468] ppid=23266 vsize=433632 CPUtime=0 cores=0,2,4,6
/proc/23441/task/23468/stat : 23468 (python) S 23266 23266 23228 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617011010 444039168 8528 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 514 18446604448508650432 0 0 -1 0 0 0 0
[pid=23453] ppid=23266 vsize=443888 CPUtime=0.14 cores=0,2,4,6
/proc/23453/stat : 23453 (python) S 23266 23266 23228 0 -1 4202560 1072 0 0 0 8 6 0 0 18 0 1 0 617001388 454541312 8502 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 801799063346315521 0 0 17 6 0 0 0
/proc/23453/statm: 110972 8502 378 364 0 46845 0
[pid=23455] ppid=23453 vsize=268424 CPUtime=94.58 cores=0,2,4,6
/proc/23455/stat : 23455 (hybridGM3) R 23453 23455 23455 0 -1 4202496 6195 0 0 0 9458 0 0 0 25 0 1 0 617001389 274866176 5918 33554432000 134512640 135204385 4287438144 18446744073709551615 134538284 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23455/statm: 67106 5918 63 169 0 66936 0
[pid=23469] ppid=23266 vsize=454144 CPUtime=0 cores=0,2,4,6
/proc/23469/stat : 23469 (python) S 23266 23266 23228 0 -1 4202560 843 0 0 0 0 0 0 0 18 0 1 0 617011015 465043456 8477 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 4051973856166936575 0 0 17 4 0 0 0
/proc/23469/statm: 113536 8477 349 364 0 49406 0
[pid=23471] ppid=23469 vsize=461508 CPUtime=1.14 cores=0,2,4,6
/proc/23471/stat : 23471 (TNM) R 23469 23471 23471 0 -1 4202496 2468 0 0 0 114 0 0 0 25 0 1 0 617011016 472584192 2195 33554432000 134512640 135008748 4294018912 18446744073709551615 134527771 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23471/statm: 115377 2195 46 122 0 114277 0
[pid=23472] ppid=23266 vsize=464400 CPUtime=0 cores=0,2,4,6
/proc/23472/stat : 23472 (python) S 23266 23266 23228 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 617011112 475545600 8476 33554432000 4194304 5683644 140733764556256 18446744073709551615 260905414214 0 0 16781312 514 4051977704457633791 0 0 17 0 0 0 0
/proc/23472/statm: 116100 8476 344 364 0 51967 0
[pid=23474] ppid=23472 vsize=248616 CPUtime=0.18 cores=0,2,4,6
/proc/23474/stat : 23474 (FH) R 23472 23474 23474 0 -1 4202496 1488 0 0 0 18 0 0 0 21 0 1 0 617011113 254582784 1213 33554432000 134512640 134936988 4289794032 18446744073709551615 134523454 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23474/statm: 62154 1213 37 104 0 61658 0
[pid=23266/tid=23277] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23277/stat : 23277 (python) S 23263 23266 23228 0 -1 4202560 25 925 0 9 0 0 0 0 19 0 19 0 616961403 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 0 0 0 0
[pid=23266/tid=23280] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23280/stat : 23280 (python) S 23263 23266 23228 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 19 0 616961406 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 2 0 0 0
[pid=23266/tid=23283] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23283/stat : 23283 (python) S 23263 23266 23228 0 -1 4202560 25 925 0 9 0 0 0 0 22 0 19 0 616961409 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 4 0 0 0
[pid=23266/tid=23286] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23286/stat : 23286 (python) S 23263 23266 23228 0 -1 4202560 29 925 0 9 0 0 0 0 24 0 19 0 616961412 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 2 0 0 0
[pid=23266/tid=23306] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23306/stat : 23306 (python) S 23263 23266 23228 0 -1 4202560 23 925 0 9 0 0 0 0 20 0 19 0 616971329 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 2 0 0 0
[pid=23266/tid=23309] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23309/stat : 23309 (python) S 23263 23266 23228 0 -1 4202560 28 925 0 9 0 0 0 0 22 0 19 0 616971332 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 6 0 0 0
[pid=23266/tid=23314] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23314/stat : 23314 (python) S 23263 23266 23228 0 -1 4202560 24 925 0 9 0 0 0 0 20 0 19 0 616971426 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 6 0 0 0
[pid=23266/tid=23317] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23317/stat : 23317 (python) S 23263 23266 23228 0 -1 4202560 25 925 0 9 0 0 0 0 22 0 19 0 616971430 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 4 0 0 0
[pid=23266/tid=23413] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23413/stat : 23413 (python) S 23263 23266 23228 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 19 0 616981346 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 6 0 0 0
[pid=23266/tid=23417] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23417/stat : 23417 (python) S 23263 23266 23228 0 -1 4202560 25 925 0 9 0 0 0 0 22 0 19 0 616981350 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 4 0 0 0
[pid=23266/tid=23420] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23420/stat : 23420 (python) S 23263 23266 23228 0 -1 4202560 32 925 0 9 0 0 0 0 18 0 19 0 616981355 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 4 0 0 0
[pid=23266/tid=23424] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23424/stat : 23424 (python) S 23263 23266 23228 0 -1 4202560 28 925 0 9 0 0 0 0 20 0 19 0 616981444 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 4 0 0 0
[pid=23266/tid=23434] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23434/stat : 23434 (python) S 23263 23266 23228 0 -1 4202560 22 925 0 9 0 0 0 0 20 0 19 0 616991364 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 4 0 0 0
[pid=23266/tid=23439] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23439/stat : 23439 (python) S 23263 23266 23228 0 -1 4202560 24 925 0 9 0 0 0 0 21 0 19 0 616991369 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 0 0 0 0
[pid=23266/tid=23442] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23442/stat : 23442 (python) S 23263 23266 23228 0 -1 4202560 26 925 0 9 0 0 0 0 23 0 19 0 616991375 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 0 0 0 0
[pid=23266/tid=23454] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23454/stat : 23454 (python) S 23263 23266 23228 0 -1 4202560 29 925 0 9 0 0 0 0 20 0 19 0 617001388 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 0 0 0 0
[pid=23266/tid=23470] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23470/stat : 23470 (python) S 23263 23266 23228 0 -1 4202560 27 925 0 9 0 0 0 0 20 0 19 0 617011016 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 0 0 0 0
[pid=23266/tid=23473] ppid=23263 vsize=474644 CPUtime=0 cores=0,2,4,6
/proc/23266/task/23473/stat : 23473 (python) S 23263 23266 23228 0 -1 4202560 26 925 0 9 0 0 0 0 20 0 19 0 617011113 486035456 10048 33554432000 4194304 5683644 140733764556256 18446744073709551615 260917217713 0 0 16781312 2 18446604453855577408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1982.98
Current children cumulated vsize (KiB) 16186432

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

Real time (s): 515.921
CPU time (s): 1982.98
CPU user time (s): 1981.52
CPU system time (s): 1.46
CPU usage (%): 384.357
Max. virtual memory (cumulated for all children) (KiB): 16186432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.95855
system time used= 0.225965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32132
page faults= 123
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24830
involuntary context switches= 119

runsolver used 2.6186 second user time and 5.40218 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-01 18:28:06
IDJOB=3317078
IDBENCH=82543
IDSOLVER=1705
FILE ID=node116/3317078-1304267285
RUNJOBID= node116-1304267284-23246
PBS_JOBID= 13173963
Free space on /tmp= 73300 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k5-r20-v2000-c40000-S319509287-085-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317078-1304267285/watcher-3317078-1304267285 -o /tmp/evaluation-result-3317078-1304267285/solver-3317078-1304267285 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317078-1304267285.cnf -seed 40564498 -budget 4800 -cores 4

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

MD5SUM BENCH= bb548a1e884feefbb349d3449e849f5e
RANDOM SEED=40564498

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29919436 kB
Buffers:       1040364 kB
Cached:        1629604 kB
SwapCached:       9656 kB
Active:         318220 kB
Inactive:      2369520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29919436 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:           66696 kB
Writeback:           0 kB
AnonPages:       16360 kB
Mapped:          13024 kB
Slab:           280572 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   208320 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= 73236 MiB
End job on node116 at 2011-05-01 18:36:47