Trace number 3317204

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) 1979.77 499.419

General information on the benchmark

Namerandom/large/
unif-k7-r85-v400-c34000-S586055573-067-UNKNOWN.cnf
MD5SUMd673a60901b4a946b283fdbb02f99fdc
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 variables400
Number of clauses34000
Sum of the clauses size238000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 534000

Solver Data

0.34/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.67	c INFO: solving HOME/instance-3317204-1304268148.cnf
0.34/0.67	c INFO: computing task features
0.61/0.90	c INFO: computed variable-clause graph statistics
0.61/0.91	c INFO: computed clause balance statistics
1.82/2.16	c INFO: computed variable balance statistics
2.31/2.65	c INFO: computed small-clause counts
2.31/2.65	c INFO: computed Horn-clause counts
2.41/2.70	c INFO: computed variable graph statistics
2.41/2.70	c INFO: collected features for HOME/instance-3317204-1304268148.cnf in 2.02 s
2.41/2.73	c INFO: running gnovelty+2@0 for 97 with 4797 remaining (b = 0.38)
2.41/2.75	c INFO: running gnovelty+2@0 for 97 with 4797 remaining (b = 0.13)
2.41/2.78	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.08)
2.51/2.81	c INFO: running adaptg2wsat2009++@0 for 97 with 4797 remaining (b = 0.07)
402.22/102.96	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.05)
402.55/103.00	c INFO: running gnovelty+2@0 for 97 with 4697 remaining (b = 0.04)
402.55/103.03	c INFO: running FH@0 for 97 with 4697 remaining (b = 0.03)
402.55/103.08	c INFO: running adaptg2wsat2009++@0 for 97 with 4697 remaining (b = 0.03)
801.28/203.15	c INFO: running adaptg2wsat2009++@0 for 97 with 4597 remaining (b = 0.02)
801.65/203.25	c INFO: running FH@0 for 97 with 4597 remaining (b = 0.02)
801.65/203.29	c INFO: running hybridGM3@0 for 194 with 4597 remaining (b = 0.04)
801.82/203.34	c INFO: running gnovelty+2@0 for 97 with 4597 remaining (b = 0.02)
1200.18/303.35	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1200.54/303.46	c INFO: running adaptg2wsat2009++@0 for 97 with 4497 remaining (b = 0.01)
1200.97/303.60	c INFO: running hybridGM3@0 for 194 with 4497 remaining (b = 0.03)
1584.40/399.81	c INFO: running hybridGM3@99 for 97 with 4400 remaining (b = 0.01)
1599.55/403.68	c INFO: running hybridGM3@0 for 194 with 4397 remaining (b = 0.02)
1962.30/495.01	c INFO: running TNM@0 for 1552 with 4305 remaining (b = 0.18)
1978.55/499.07	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-3317204-1304268148/watcher-3317204-1304268148 -o /tmp/evaluation-result-3317204-1304268148/solver-3317204-1304268148 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317204-1304268148.cnf -seed 1417511834 -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: 8.05 7.65 4.84 6/251 6431
/proc/meminfo: memFree=17994016/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/6431/stat : 6431 (python) R 6429 6431 6070 0 -1 4202496 794 0 0 0 0 0 0 0 25 0 1 0 538417446 15749120 681 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634511284 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6431/statm: 3845 681 322 364 0 332 0

[startup+0.019572 s]
/proc/loadavg: 8.05 7.65 4.84 6/251 6431
/proc/meminfo: memFree=17994016/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/6431/stat : 6431 (python) R 6429 6431 6070 0 -1 4202496 1044 0 0 0 0 0 0 0 25 0 1 0 538417446 16625664 916 33554432000 4194304 5683644 140733894683568 18446744073709551615 216633981680 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6431/statm: 4059 916 381 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.100526 s]
/proc/loadavg: 8.05 7.65 4.84 6/251 6431
/proc/meminfo: memFree=17994016/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/6431/stat : 6431 (python) R 6429 6431 6070 0 -1 4202496 2672 0 0 0 4 2 0 0 17 0 1 0 538417446 91922432 2388 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634513408 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6431/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300486 s]
/proc/loadavg: 8.05 7.65 4.84 6/251 6431
/proc/meminfo: memFree=17994016/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/6431/stat : 6431 (python) R 6429 6431 6070 0 -1 4202496 5967 938 1 0 14 4 0 0 18 0 1 0 538417446 139005952 4151 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634511365 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6431/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70045 s]
/proc/loadavg: 8.05 7.65 4.84 6/251 6431
/proc/meminfo: memFree=17994016/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=280532 CPUtime=0.41 cores=0,2,4,6
/proc/6431/stat : 6431 (python) R 6429 6431 6070 0 -1 4202496 9746 938 1 0 31 10 0 0 17 0 1 0 538417446 287264768 7427 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634212560 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6431/statm: 70133 7446 1761 364 0 6057 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 280532

[startup+1.50031 s]
/proc/loadavg: 8.05 7.65 4.84 6/252 6436
/proc/meminfo: memFree=17960404/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=289484 CPUtime=1.21 cores=0,2,4,6
/proc/6431/stat : 6431 (python) R 6429 6431 6070 0 -1 4202496 14021 938 1 0 110 11 0 0 18 0 1 0 538417446 296431616 9756 33554432000 4194304 5683644 140733894683568 18446744073709551615 5003634 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6431/statm: 72371 9756 1826 364 0 8295 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 289484

[startup+3.10099 s]
/proc/loadavg: 8.05 7.65 4.84 7/252 6436
/proc/meminfo: memFree=17959660/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=323388 CPUtime=2.53 cores=0,2,4,6
/proc/6431/stat : 6431 (python) S 6429 6431 6070 0 -1 4202496 16893 938 1 0 241 12 0 0 24 0 5 0 538417446 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6431/statm: 80847 8046 1883 364 0 16756 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 323388

[startup+6.30142 s]
/proc/loadavg: 8.05 7.66 4.85 9/264 6449
/proc/meminfo: memFree=17935284/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=323388 CPUtime=2.53 cores=0,2,4,6
/proc/6431/stat : 6431 (python) S 6429 6431 6070 0 -1 4202496 16893 938 1 0 241 12 0 0 24 0 5 0 538417446 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6431/statm: 80847 8046 1883 364 0 16756 0
[pid=6437] ppid=6431 vsize=282228 CPUtime=0 cores=0,2,4,6
/proc/6437/stat : 6437 (python) S 6431 6431 6070 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 538417719 289001472 6328 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535439 0 0 16781312 514 14109096489393291521 0 0 17 4 0 0 0
/proc/6437/statm: 70557 6328 355 364 0 6475 0
[pid=6439] ppid=6437 vsize=1020188 CPUtime=3.54 cores=0,2,4,6
/proc/6439/stat : 6439 (gnovelty+2) R 6437 6439 6439 0 -1 4202496 1141 0 0 0 354 0 0 0 25 0 1 0 538417719 1044672512 877 33554432000 134512640 135663704 4294390704 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6439/statm: 255047 877 113 282 0 254763 0
[pid=6440] ppid=6431 vsize=293116 CPUtime=0 cores=0,2,4,6
/proc/6440/stat : 6440 (python) S 6431 6431 6070 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 538417722 300150784 6366 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 1080419437288325380 0 0 17 2 0 0 0
/proc/6440/statm: 73279 6366 349 364 0 9194 0
[pid=6442] ppid=6440 vsize=1020188 CPUtime=3.53 cores=0,2,4,6
/proc/6442/stat : 6442 (gnovelty+2) R 6440 6442 6442 0 -1 4202496 1141 0 0 0 353 0 0 0 25 0 1 0 538417722 1044672512 876 33554432000 134512640 135663704 4292280672 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6442/statm: 255047 876 113 282 0 254763 0
[pid=6443] ppid=6431 vsize=302888 CPUtime=0 cores=0,2,4,6
/proc/6443/stat : 6443 (python) S 6431 6431 6070 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 538417725 310157312 6503 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 16557514545770234113 0 0 17 0 0 0 0
/proc/6443/statm: 75722 6503 347 364 0 11634 0
[pid=6445] ppid=6443 vsize=421140 CPUtime=3.5 cores=0,2,4,6
/proc/6445/stat : 6445 (adaptg2wsat2009) R 6443 6445 6445 0 -1 4202496 1803 0 0 0 350 0 0 0 25 0 1 0 538417725 431247360 1538 33554432000 134512640 135107411 4292843488 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6445/statm: 105285 1538 49 146 0 104161 0
[pid=6446] ppid=6431 vsize=313144 CPUtime=0 cores=0,2,4,6
/proc/6446/stat : 6446 (python) S 6431 6431 6070 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 538417728 320659456 6507 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 16557506849188839684 0 0 17 0 0 0 0
/proc/6446/statm: 78286 6507 347 364 0 14195 0
[pid=6448] ppid=6446 vsize=421140 CPUtime=3.47 cores=0,2,4,6
/proc/6448/stat : 6448 (adaptg2wsat2009) R 6446 6448 6448 0 -1 4202496 1803 0 0 0 347 0 0 0 25 0 1 0 538417728 431247360 1539 33554432000 134512640 135107411 4293375424 18446744073709551615 134523457 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6448/statm: 105285 1539 49 146 0 104161 0
[pid=6431/tid=6438] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6438/stat : 6438 (python) S 6429 6431 6070 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 5 0 538417719 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
[pid=6431/tid=6441] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6441/stat : 6441 (python) S 6429 6431 6070 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 538417722 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 4 0 0 0
[pid=6431/tid=6444] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6444/stat : 6444 (python) S 6429 6431 6070 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 5 0 538417725 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
[pid=6431/tid=6447] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6447/stat : 6447 (python) S 6429 6431 6070 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 538417728 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.57
Current children cumulated vsize (KiB) 4397420

[startup+12.7013 s]
/proc/loadavg: 8.04 7.67 4.87 9/264 6449
/proc/meminfo: memFree=17931044/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=323388 CPUtime=2.53 cores=0,2,4,6
/proc/6431/stat : 6431 (python) S 6429 6431 6070 0 -1 4202496 16893 938 1 0 241 12 0 0 24 0 5 0 538417446 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6431/statm: 80847 8046 1883 364 0 16756 0
[pid=6437] ppid=6431 vsize=282228 CPUtime=0 cores=0,2,4,6
/proc/6437/stat : 6437 (python) S 6431 6431 6070 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 538417719 289001472 6351 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535439 0 0 16781312 514 14109096489393291521 0 0 17 4 0 0 0
/proc/6437/statm: 70557 6351 378 364 0 6475 0
[pid=6439] ppid=6437 vsize=1020188 CPUtime=9.89 cores=0,2,4,6
/proc/6439/stat : 6439 (gnovelty+2) R 6437 6439 6439 0 -1 4202496 1141 0 0 0 989 0 0 0 25 0 1 0 538417719 1044672512 877 33554432000 134512640 135663704 4294390704 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6439/statm: 255047 877 113 282 0 254763 0
[pid=6440] ppid=6431 vsize=293116 CPUtime=0 cores=0,2,4,6
/proc/6440/stat : 6440 (python) S 6431 6431 6070 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 538417722 300150784 6389 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 1080419437288325380 0 0 17 2 0 0 0
/proc/6440/statm: 73279 6389 372 364 0 9194 0
[pid=6442] ppid=6440 vsize=1020188 CPUtime=9.92 cores=0,2,4,6
/proc/6442/stat : 6442 (gnovelty+2) R 6440 6442 6442 0 -1 4202496 1141 0 0 0 992 0 0 0 25 0 1 0 538417722 1044672512 876 33554432000 134512640 135663704 4292280672 18446744073709551615 134525247 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6442/statm: 255047 876 113 282 0 254763 0
[pid=6443] ppid=6431 vsize=302888 CPUtime=0 cores=0,2,4,6
/proc/6443/stat : 6443 (python) S 6431 6431 6070 0 -1 4202560 920 0 0 0 0 0 0 0 18 0 1 0 538417725 310157312 6525 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 16557514545770234113 0 0 17 0 0 0 0
/proc/6443/statm: 75722 6525 369 364 0 11634 0
[pid=6445] ppid=6443 vsize=421804 CPUtime=9.89 cores=0,2,4,6
/proc/6445/stat : 6445 (adaptg2wsat2009) R 6443 6445 6445 0 -1 4202496 2137 0 0 0 989 0 0 0 25 0 1 0 538417725 431927296 1872 33554432000 134512640 135107411 4292843488 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6445/statm: 105451 1872 59 146 0 104327 0
[pid=6446] ppid=6431 vsize=313144 CPUtime=0 cores=0,2,4,6
/proc/6446/stat : 6446 (python) S 6431 6431 6070 0 -1 4202560 941 0 0 0 0 0 0 0 18 0 1 0 538417728 320659456 6530 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 16557506849188839684 0 0 17 0 0 0 0
/proc/6446/statm: 78286 6530 370 364 0 14195 0
[pid=6448] ppid=6446 vsize=421804 CPUtime=9.85 cores=0,2,4,6
/proc/6448/stat : 6448 (adaptg2wsat2009) R 6446 6448 6448 0 -1 4202496 2136 0 0 0 985 0 0 0 25 0 1 0 538417728 431927296 1872 33554432000 134512640 135107411 4293375424 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6448/statm: 105451 1872 59 146 0 104327 0
[pid=6431/tid=6438] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6438/stat : 6438 (python) S 6429 6431 6070 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 5 0 538417719 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
[pid=6431/tid=6441] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6441/stat : 6441 (python) S 6429 6431 6070 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 538417722 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 4 0 0 0
[pid=6431/tid=6444] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6444/stat : 6444 (python) S 6429 6431 6070 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 5 0 538417725 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
[pid=6431/tid=6447] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6447/stat : 6447 (python) S 6429 6431 6070 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 5 0 538417728 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.08
Current children cumulated vsize (KiB) 4398748

[startup+25.501 s]
/proc/loadavg: 8.11 7.70 4.92 9/264 6449
/proc/meminfo: memFree=17931044/32951124 swapFree=67111528/67111528
[pid=6431] ppid=6429 vsize=323388 CPUtime=2.53 cores=0,2,4,6
/proc/6431/stat : 6431 (python) S 6429 6431 6070 0 -1 4202496 16893 938 1 0 241 12 0 0 24 0 5 0 538417446 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6431/statm: 80847 8046 1883 364 0 16756 0
[pid=6437] ppid=6431 vsize=282228 CPUtime=0.03 cores=0,2,4,6
/proc/6437/stat : 6437 (python) S 6431 6431 6070 0 -1 4202560 903 0 0 0 1 2 0 0 18 0 1 0 538417719 289001472 6351 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535439 0 0 16781312 514 11344549869160202497 0 0 17 4 0 0 0
/proc/6437/statm: 70557 6351 378 364 0 6475 0
[pid=6439] ppid=6437 vsize=1020188 CPUtime=22.59 cores=0,2,4,6
/proc/6439/stat : 6439 (gnovelty+2) R 6437 6439 6439 0 -1 4202496 1141 0 0 0 2259 0 0 0 25 0 1 0 538417719 1044672512 877 33554432000 134512640 135663704 4294390704 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6439/statm: 255047 877 113 282 0 254763 0
[pid=6440] ppid=6431 vsize=293116 CPUtime=0.02 cores=0,2,4,6
/proc/6440/stat : 6440 (python) S 6431 6431 6070 0 -1 4202560 920 0 0 0 1 1 0 0 18 0 1 0 538417722 300150784 6389 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 11344549869160202500 0 0 17 2 0 0 0
/proc/6440/statm: 73279 6389 372 364 0 9194 0
[pid=6442] ppid=6440 vsize=1020188 CPUtime=22.69 cores=0,2,4,6
/proc/6442/stat : 6442 (gnovelty+2) R 6440 6442 6442 0 -1 4202496 1141 0 0 0 2269 0 0 0 25 0 1 0 538417722 1044672512 876 33554432000 134512640 135663704 4292280672 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6442/statm: 255047 876 113 282 0 254763 0
[pid=6443] ppid=6431 vsize=302888 CPUtime=0.03 cores=0,2,4,6
/proc/6443/stat : 6443 (python) S 6431 6431 6070 0 -1 4202560 927 0 0 0 1 2 0 0 18 0 1 0 538417725 310157312 6525 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 11344549869160202497 0 0 17 0 0 0 0
/proc/6443/statm: 75722 6525 369 364 0 11634 0
[pid=6445] ppid=6443 vsize=421804 CPUtime=22.66 cores=0,2,4,6
/proc/6445/stat : 6445 (adaptg2wsat2009) R 6443 6445 6445 0 -1 4202496 2137 0 0 0 2266 0 0 0 25 0 1 0 538417725 431927296 1872 33554432000 134512640 135107411 4292843488 18446744073709551615 134532107 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6445/statm: 105451 1872 59 146 0 104327 0
[pid=6446] ppid=6431 vsize=313144 CPUtime=0.03 cores=0,2,4,6
/proc/6446/stat : 6446 (python) S 6431 6431 6070 0 -1 4202560 949 0 0 0 2 1 0 0 18 0 1 0 538417728 320659456 6530 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 11344549869160202500 0 0 17 0 0 0 0
/proc/6446/statm: 78286 6530 370 364 0 14195 0
[pid=6448] ppid=6446 vsize=421804 CPUtime=22.59 cores=0,2,4,6
/proc/6448/stat : 6448 (adaptg2wsat2009) R 6446 6448 6448 0 -1 4202496 2136 0 0 0 2259 0 0 0 25 0 1 0 538417728 431927296 1872 33554432000 134512640 135107411 4293375424 18446744073709551615 134532326 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6448/statm: 105451 1872 59 146 0 104327 0
[pid=6431/tid=6438] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6438/stat : 6438 (python) S 6429 6431 6070 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 5 0 538417719 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
[pid=6431/tid=6441] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6441/stat : 6441 (python) S 6429 6431 6070 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 5 0 538417722 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 4 0 0 0
[pid=6431/tid=6444] ppid=6429 vsize=323388 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6444/stat : 6444 (python) S 6429 6431 6070 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 5 0 538417725 331149312 8046 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0

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

/proc/6443/statm: 75722 6556 399 364 0 11634 0
[pid=6445] ppid=6443 vsize=421804 CPUtime=99.99 cores=0,2,4,6
/proc/6445/stat : 6445 (adaptg2wsat2009) T 6443 6445 6445 0 -1 4202496 2137 0 0 0 9999 0 0 0 25 0 1 0 538417725 431927296 1872 33554432000 134512640 135107411 4292843488 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6445/statm: 105451 1872 59 146 0 104327 0
[pid=6443/tid=6453] ppid=6431 vsize=302888 CPUtime=0 cores=0,2,4,6
/proc/6443/task/6453/stat : 6453 (python) S 6431 6431 6070 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538427739 310157312 6556 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604448177855424 0 0 -1 4 0 0 0
[pid=6446] ppid=6431 vsize=313144 CPUtime=0.15 cores=0,2,4,6
/proc/6446/stat : 6446 (python) S 6431 6431 6070 0 -1 4202560 1133 0 0 0 9 6 0 0 19 0 2 0 538417728 320659456 6560 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6446/statm: 78286 6560 399 364 0 14195 0
[pid=6448] ppid=6446 vsize=421804 CPUtime=99.83 cores=0,2,4,6
/proc/6448/stat : 6448 (adaptg2wsat2009) T 6446 6448 6448 0 -1 4202496 2136 0 0 0 9983 0 0 0 25 0 1 0 538417728 431927296 1872 33554432000 134512640 135107411 4293375424 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6448/statm: 105451 1872 59 146 0 104327 0
[pid=6446/tid=6458] ppid=6431 vsize=313144 CPUtime=0 cores=0,2,4,6
/proc/6446/task/6458/stat : 6458 (python) S 6431 6431 6070 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538427745 320659456 6560 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604448177853632 0 0 -1 0 0 0 0
[pid=6455] ppid=6431 vsize=323400 CPUtime=0.16 cores=0,2,4,6
/proc/6455/stat : 6455 (python) S 6431 6431 6070 0 -1 4202560 1128 0 0 0 8 8 0 0 19 0 2 0 538427742 331161600 6564 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6455/statm: 80850 6564 399 364 0 16756 0
[pid=6457] ppid=6455 vsize=421804 CPUtime=99.98 cores=0,2,4,6
/proc/6457/stat : 6457 (adaptg2wsat2009) T 6455 6457 6457 0 -1 4202496 2140 0 0 0 9998 0 0 0 25 0 1 0 538427743 431927296 1872 33554432000 134512640 135107411 4287505408 18446744073709551615 134531508 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6457/statm: 105451 1872 59 146 0 104327 0
[pid=6455/tid=6477] ppid=6431 vsize=323400 CPUtime=0 cores=0,2,4,6
/proc/6455/task/6477/stat : 6477 (python) S 6431 6431 6070 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538437758 331161600 6564 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604453952375680 0 0 -1 2 0 0 0
[pid=6459] ppid=6431 vsize=333868 CPUtime=0.16 cores=0,2,4,6
/proc/6459/stat : 6459 (python) S 6431 6431 6070 0 -1 4202560 1139 0 0 0 8 8 0 0 19 0 2 0 538427747 341880832 6569 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6459/statm: 83467 6569 400 364 0 19370 0
[pid=6461] ppid=6459 vsize=1020188 CPUtime=98.61 cores=0,2,4,6
/proc/6461/stat : 6461 (gnovelty+2) T 6459 6461 6461 0 -1 4202496 1142 0 0 0 9861 0 0 0 25 0 1 0 538427747 1044672512 876 33554432000 134512640 135663704 4290002496 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6461/statm: 255047 876 113 282 0 254763 0
[pid=6459/tid=6482] ppid=6431 vsize=333868 CPUtime=0 cores=0,2,4,6
/proc/6459/task/6482/stat : 6482 (python) S 6431 6431 6070 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538437768 341880832 6569 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604447567193216 0 0 -1 6 0 0 0
[pid=6463] ppid=6431 vsize=344216 CPUtime=0.16 cores=0,2,4,6
/proc/6463/stat : 6463 (python) S 6431 6431 6070 0 -1 4202560 1189 0 0 0 8 8 0 0 19 0 2 0 538427750 352477184 6579 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6463/statm: 86054 6579 406 364 0 21954 0
[pid=6465] ppid=6463 vsize=251292 CPUtime=100.15 cores=0,2,4,6
/proc/6465/stat : 6465 (FH) T 6463 6465 6465 0 -1 4202496 1959 0 0 0 10015 0 0 0 25 0 1 0 538427751 257323008 1694 33554432000 134512640 134936988 4286899776 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6465/statm: 62823 1694 41 104 0 62327 0
[pid=6463/tid=6481] ppid=6431 vsize=344216 CPUtime=0 cores=0,2,4,6
/proc/6463/task/6481/stat : 6481 (python) S 6431 6431 6070 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538437766 352477184 6579 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604453952374784 0 0 -1 4 0 0 0
[pid=6466] ppid=6431 vsize=354440 CPUtime=0.16 cores=0,2,4,6
/proc/6466/stat : 6466 (python) S 6431 6431 6070 0 -1 4202560 1186 0 0 0 9 7 0 0 19 0 2 0 538427754 362946560 6583 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6466/statm: 88610 6583 406 364 0 24507 0
[pid=6468] ppid=6466 vsize=421804 CPUtime=99.68 cores=0,2,4,6
/proc/6468/stat : 6468 (adaptg2wsat2009) T 6466 6468 6468 0 -1 4202496 2144 0 0 0 9968 0 0 0 25 0 1 0 538427755 431927296 1873 33554432000 134512640 135107411 4294263504 18446744073709551615 134531613 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6468/statm: 105451 1873 59 146 0 104327 0
[pid=6466/tid=6485] ppid=6431 vsize=354440 CPUtime=0 cores=0,2,4,6
/proc/6466/task/6485/stat : 6485 (python) S 6431 6431 6070 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538437772 362946560 6583 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604447567194112 0 0 -1 4 0 0 0
[pid=6478] ppid=6431 vsize=364800 CPUtime=0.16 cores=0,2,4,6
/proc/6478/stat : 6478 (python) S 6431 6431 6070 0 -1 4202560 1158 0 0 0 10 6 0 0 19 0 2 0 538437762 373555200 6581 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6478/statm: 91200 6581 400 364 0 27094 0
[pid=6480] ppid=6478 vsize=421804 CPUtime=100.14 cores=0,2,4,6
/proc/6480/stat : 6480 (adaptg2wsat2009) T 6478 6480 6480 0 -1 4202496 2142 0 0 0 10014 0 0 0 25 0 1 0 538437762 431927296 1871 33554432000 134512640 135107411 4293040592 18446744073709551615 134532358 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6480/statm: 105451 1871 59 146 0 104327 0
[pid=6478/tid=6500] ppid=6431 vsize=364800 CPUtime=0 cores=0,2,4,6
/proc/6478/task/6500/stat : 6500 (python) S 6431 6431 6070 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538447778 373555200 6581 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604453938677952 0 0 -1 4 0 0 0
[pid=6483] ppid=6431 vsize=375284 CPUtime=0.16 cores=0,2,4,6
/proc/6483/stat : 6483 (python) S 6431 6431 6070 0 -1 4202560 1172 0 0 0 8 8 0 0 19 0 2 0 538437771 384290816 6585 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6483/statm: 93821 6585 400 364 0 29712 0
[pid=6486] ppid=6483 vsize=251292 CPUtime=98.42 cores=0,2,4,6
/proc/6486/stat : 6486 (FH) T 6483 6486 6486 0 -1 4202496 1965 0 0 0 9842 0 0 0 25 0 1 0 538437772 257323008 1694 33554432000 134512640 134936988 4289065664 18446744073709551615 134554998 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/6486/statm: 62823 1694 41 104 0 62327 0
[pid=6483/tid=6504] ppid=6431 vsize=375284 CPUtime=0 cores=0,2,4,6
/proc/6483/task/6504/stat : 6504 (python) S 6431 6431 6070 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538447788 384290816 6585 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604453730883712 0 0 -1 2 0 0 0
[pid=6487] ppid=6431 vsize=385780 CPUtime=0.49 cores=0,2,4,6
/proc/6487/stat : 6487 (python) S 6431 6431 6070 0 -1 4202560 1188 0 0 0 27 22 0 0 18 0 2 0 538437776 395038720 6619 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/6487/statm: 96445 6619 400 364 0 32333 0
[pid=6489] ppid=6487 vsize=268420 CPUtime=291.08 cores=0,2,4,6
/proc/6489/stat : 6489 (hybridGM3) T 6487 6489 6489 0 -1 4202496 5645 0 0 0 29108 0 0 0 25 0 1 0 538437776 274862080 5377 33554432000 134512640 135204385 4287111792 18446744073709551615 134538264 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6489/statm: 67105 5377 63 169 0 66935 0
[pid=6487/tid=6823] ppid=6431 vsize=385780 CPUtime=0 cores=0,2,4,6
/proc/6487/task/6823/stat : 6823 (python) S 6431 6431 6070 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538457423 395038720 6619 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604446281419520 0 0 -1 4 0 0 0
[pid=6490] ppid=6431 vsize=395824 CPUtime=0.16 cores=0,2,4,6
/proc/6490/stat : 6490 (python) S 6431 6431 6070 0 -1 4202560 1178 0 0 0 7 9 0 0 19 0 2 0 538437780 405323776 6683 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6490/statm: 98956 6683 400 364 0 34841 0
[pid=6492] ppid=6490 vsize=1020188 CPUtime=99.86 cores=0,2,4,6
/proc/6492/stat : 6492 (gnovelty+2) T 6490 6492 6492 0 -1 4202496 1150 0 0 0 9986 0 0 0 25 0 1 0 538437781 1044672512 877 33554432000 134512640 135663704 4292540320 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6492/statm: 255047 877 113 282 0 254763 0
[pid=6490/tid=6508] ppid=6431 vsize=395824 CPUtime=0 cores=0,2,4,6
/proc/6490/task/6508/stat : 6508 (python) S 6431 6431 6070 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538447802 405323776 6683 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604453730884608 0 0 -1 2 0 0 0
[pid=6501] ppid=6431 vsize=406352 CPUtime=0.31 cores=0,2,4,6
/proc/6501/stat : 6501 (python) S 6431 6431 6070 0 -1 4202560 1036 0 0 0 16 15 0 0 18 0 1 0 538447782 416104448 6658 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 11344549869160202499 0 0 17 2 0 0 0
/proc/6501/statm: 101588 6658 372 364 0 37470 0
[pid=6503] ppid=6501 vsize=268424 CPUtime=191.64 cores=0,2,4,6
/proc/6503/stat : 6503 (hybridGM3) R 6501 6503 6503 0 -1 4202496 5647 0 0 0 19160 4 0 0 25 0 1 0 538447782 274866176 5378 33554432000 134512640 135204385 4290955856 18446744073709551615 134538375 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/6503/statm: 67106 5378 63 169 0 66936 0
[pid=6505] ppid=6431 vsize=416368 CPUtime=0.16 cores=0,2,4,6
/proc/6505/stat : 6505 (python) S 6431 6431 6070 0 -1 4202560 1171 0 0 0 8 8 0 0 19 0 2 0 538447792 426360832 6706 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/6505/statm: 104092 6706 400 364 0 39971 0
[pid=6507] ppid=6505 vsize=421804 CPUtime=99.95 cores=0,2,4,6
/proc/6507/stat : 6507 (adaptg2wsat2009) T 6505 6507 6507 0 -1 4202496 2144 0 0 0 9992 3 0 0 25 0 1 0 538447793 431927296 1871 33554432000 134512640 135107411 4294900992 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6507/statm: 105451 1871 59 146 0 104327 0
[pid=6505/tid=6824] ppid=6431 vsize=416368 CPUtime=0 cores=0,2,4,6
/proc/6505/task/6824/stat : 6824 (python) S 6431 6431 6070 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538457810 426360832 6706 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604453937851328 0 0 -1 4 0 0 0
[pid=6509] ppid=6431 vsize=426924 CPUtime=0.32 cores=0,2,4,6
/proc/6509/stat : 6509 (python) S 6431 6431 6070 0 -1 4202560 1224 0 0 0 15 17 0 0 19 0 2 0 538447807 437170176 6718 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646342091 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6509/statm: 106731 6718 408 364 0 42607 0
[pid=6511] ppid=6509 vsize=268424 CPUtime=194.91 cores=0,2,4,6
/proc/6511/stat : 6511 (hybridGM3) T 6509 6511 6511 0 -1 4202496 5651 0 0 0 19491 0 0 0 25 0 1 0 538447807 274866176 5377 33554432000 134512640 135204385 4294573840 18446744073709551615 134538041 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6511/statm: 67106 5377 63 169 0 66936 0
[pid=6509/tid=6850] ppid=6431 vsize=426924 CPUtime=0 cores=0,2,4,6
/proc/6509/task/6850/stat : 6850 (python) S 6431 6431 6070 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538467348 437170176 6718 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 514 18446604443312823168 0 0 -1 0 0 0 0
[pid=6825] ppid=6431 vsize=437064 CPUtime=0.15 cores=0,2,4,6
/proc/6825/stat : 6825 (python) S 6431 6431 6070 0 -1 4202560 1073 0 0 0 8 7 0 0 18 0 1 0 538457814 447553536 6708 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 11344549869160202500 0 0 17 2 0 0 0
/proc/6825/statm: 109266 6708 380 364 0 45139 0
[pid=6827] ppid=6825 vsize=268424 CPUtime=95.16 cores=0,2,4,6
/proc/6827/stat : 6827 (hybridGM3) R 6825 6827 6827 0 -1 4202496 5656 0 0 0 9516 0 0 0 25 0 1 0 538457815 274866176 5378 33554432000 134512640 135204385 4291240256 18446744073709551615 134538215 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6827/statm: 67106 5378 63 169 0 66936 0
[pid=6831] ppid=6431 vsize=447744 CPUtime=0.01 cores=0,2,4,6
/proc/6831/stat : 6831 (python) S 6431 6431 6070 0 -1 4202560 1020 0 0 0 0 1 0 0 18 0 1 0 538466947 458489856 6706 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 4453497635566747907 0 0 17 2 0 0 0
/proc/6831/statm: 111936 6706 374 364 0 47806 0
[pid=6833] ppid=6831 vsize=455276 CPUtime=4.26 cores=0,2,4,6
/proc/6833/stat : 6833 (TNM) R 6831 6833 6833 0 -1 4202496 1578 0 0 0 426 0 0 0 25 0 1 0 538466948 466202624 1303 33554432000 134512640 135008748 4291302192 18446744073709551615 134523502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/6833/statm: 113819 1303 45 122 0 112719 0
[pid=6851] ppid=6431 vsize=457916 CPUtime=0 cores=0,2,4,6
/proc/6851/stat : 6851 (python) S 6431 6431 6070 0 -1 4202560 830 0 0 0 0 0 0 0 19 0 1 0 538467354 468905984 6696 33554432000 4194304 5683644 140733894683568 18446744073709551615 216634535494 0 0 16781312 514 14160145714759335935 0 0 17 0 0 0 0
/proc/6851/statm: 114479 6696 347 364 0 50346 0
[pid=6853] ppid=6851 vsize=249144 CPUtime=0.23 cores=0,2,4,6
/proc/6853/stat : 6853 (FH) R 6851 6853 6853 0 -1 4202496 1567 0 0 0 23 0 0 0 21 0 1 0 538467354 255123456 1295 33554432000 134512640 134936988 4292137744 18446744073709551615 134523530 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6853/statm: 62286 1295 37 104 0 61790 0
[pid=6431/tid=6438] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6438/stat : 6438 (python) S 6429 6431 6070 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 19 0 538417719 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
[pid=6431/tid=6441] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6441/stat : 6441 (python) S 6429 6431 6070 0 -1 4202560 23 938 0 0 0 0 0 0 20 0 19 0 538417722 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 4 0 0 0
[pid=6431/tid=6444] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6444/stat : 6444 (python) S 6429 6431 6070 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 19 0 538417725 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
[pid=6431/tid=6447] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6447/stat : 6447 (python) S 6429 6431 6070 0 -1 4202560 28 938 0 0 0 0 0 0 25 0 19 0 538417728 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
[pid=6431/tid=6456] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6456/stat : 6456 (python) S 6429 6431 6070 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 19 0 538427742 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 2 0 0 0
[pid=6431/tid=6460] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6460/stat : 6460 (python) S 6429 6431 6070 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 19 0 538427747 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 4 0 0 0
[pid=6431/tid=6464] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6464/stat : 6464 (python) S 6429 6431 6070 0 -1 4202560 23 938 0 0 0 0 0 0 24 0 19 0 538427750 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 4 0 0 0
[pid=6431/tid=6467] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6467/stat : 6467 (python) S 6429 6431 6070 0 -1 4202560 29 938 0 0 0 0 0 0 25 0 19 0 538427754 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 4 0 0 0
[pid=6431/tid=6479] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6479/stat : 6479 (python) S 6429 6431 6070 0 -1 4202560 30 938 0 0 0 0 0 0 20 0 19 0 538437762 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 4 0 0 0
[pid=6431/tid=6484] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6484/stat : 6484 (python) S 6429 6431 6070 0 -1 4202560 23 938 0 0 0 0 0 0 21 0 19 0 538437772 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 2 0 0 0
[pid=6431/tid=6488] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6488/stat : 6488 (python) S 6429 6431 6070 0 -1 4202560 30 938 0 0 0 0 0 0 18 0 19 0 538437776 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 4 0 0 0
[pid=6431/tid=6491] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6491/stat : 6491 (python) S 6429 6431 6070 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 19 0 538437781 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 2 0 0 0
[pid=6431/tid=6502] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6502/stat : 6502 (python) S 6429 6431 6070 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 19 0 538447782 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 2 0 0 0
[pid=6431/tid=6506] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6506/stat : 6506 (python) S 6429 6431 6070 0 -1 4202560 28 938 0 0 0 0 0 0 21 0 19 0 538447793 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 2 0 0 0
[pid=6431/tid=6510] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6510/stat : 6510 (python) S 6429 6431 6070 0 -1 4202560 25 938 0 0 0 0 0 0 22 0 19 0 538447807 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 2 0 0 0
[pid=6431/tid=6826] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6826/stat : 6826 (python) S 6429 6431 6070 0 -1 4202560 27 938 0 0 0 0 0 0 20 0 19 0 538457815 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 2 0 0 0
[pid=6431/tid=6832] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6832/stat : 6832 (python) S 6429 6431 6070 0 -1 4202560 26 938 0 0 0 0 0 0 20 0 19 0 538466947 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 2 0 0 0
[pid=6431/tid=6852] ppid=6429 vsize=467504 CPUtime=0 cores=0,2,4,6
/proc/6431/task/6852/stat : 6852 (python) S 6429 6431 6070 0 -1 4202560 22 938 0 0 0 0 0 0 20 0 19 0 538467354 478724096 8264 33554432000 4194304 5683644 140733894683568 18446744073709551615 216646338993 0 0 16781312 2 18446604443312822272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1979.77
Current children cumulated vsize (KiB) 16031376

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 499.419
CPU time (s): 1979.77
CPU user time (s): 1978.03
CPU system time (s): 1.74
CPU usage (%): 396.414
Max. virtual memory (cumulated for all children) (KiB): 16031376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.03254
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31998
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3161
involuntary context switches= 64

runsolver used 2.89756 second user time and 5.46917 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-01 18:42:28
IDJOB=3317204
IDBENCH=82669
IDSOLVER=1705
FILE ID=node103/3317204-1304268148
RUNJOBID= node103-1304267295-6088
PBS_JOBID= 13173975
Free space on /tmp= 72576 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v400-c34000-S586055573-067-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-3317204-1304268148/watcher-3317204-1304268148 -o /tmp/evaluation-result-3317204-1304268148/solver-3317204-1304268148 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317204-1304268148.cnf -seed 1417511834 -budget 4800 -cores 4

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

MD5SUM BENCH= d673a60901b4a946b283fdbb02f99fdc
RANDOM SEED=1417511834

node103.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.858
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.71
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.858
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.858
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.858
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.77
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.858
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.75
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.858
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.858
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.83
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.858
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:      17994180 kB
Buffers:       2154844 kB
Cached:       11523352 kB
SwapCached:          0 kB
Active:        6417744 kB
Inactive:      7928552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17994180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32584 kB
Writeback:           0 kB
AnonPages:      667680 kB
Mapped:          22096 kB
Slab:           530396 kB
PageTables:      19900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14916084 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= 72544 MiB
End job on node103 at 2011-05-01 18:50:50