Trace number 3317453

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-randomUNSAT 2267.14 569.795

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1445862528-059.UNKNOWN.cnf
MD5SUM9e4f1914facdb4a8b3ffdd1de343beff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.429
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.68	c INFO: solving HOME/instance-3317453-1304269748.cnf
0.32/0.68	c INFO: computing task features
0.39/0.72	c INFO: computed variable-clause graph statistics
0.39/0.72	c INFO: computed clause balance statistics
0.59/0.91	c INFO: computed variable balance statistics
0.59/0.99	c INFO: computed small-clause counts
0.59/0.99	c INFO: computed Horn-clause counts
0.59/1.00	c INFO: computed variable graph statistics
0.59/1.00	c INFO: collected features for HOME/instance-3317453-1304269748.cnf in 0.31 s
0.70/1.02	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.55)
0.70/1.05	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.10)
0.70/1.08	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.05)
0.79/1.11	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
400.42/101.25	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.03)
400.72/101.30	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
400.72/101.34	c INFO: running FH@0 for 97 with 4699 remaining (b = 0.02)
400.72/101.38	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.01)
792.25/199.49	c INFO: running march_hi@0 for 2134 with 4601 remaining (b = 0.31)
800.60/201.55	c INFO: running march_hi@0 for 2134 with 4599 remaining (b = 0.30)
800.60/201.59	c INFO: running march_hi@0 for 388 with 4599 remaining (b = 0.11)
800.89/201.64	c INFO: running march_hi@0 for 388 with 4599 remaining (b = 0.09)
2266.60/569.77	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3317453-1304269748/watcher-3317453-1304269748 -o /tmp/evaluation-result-3317453-1304269748/solver-3317453-1304269748 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317453-1304269748.cnf -seed 467188285 -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.29 8.19 7.54 6/295 17566
/proc/meminfo: memFree=23704496/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/17566/stat : 17566 (python) S 17564 17566 16783 0 -1 4202496 820 0 0 0 0 0 0 0 25 0 1 0 519390638 15753216 705 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510295552 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/17566/statm: 3846 705 334 364 0 333 0

[startup+0.044494 s]
/proc/loadavg: 8.29 8.19 7.54 6/295 17566
/proc/meminfo: memFree=23704496/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=18884 CPUtime=0.02 cores=0,2,4,6
/proc/17566/stat : 17566 (python) R 17564 17566 16783 0 -1 4202496 1284 0 0 0 1 1 0 0 25 0 1 0 519390638 19337216 1137 33554432000 4194304 5683644 140734645259744 18446744073709551615 4865447 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17566/statm: 4721 1137 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100511 s]
/proc/loadavg: 8.29 8.19 7.54 6/295 17566
/proc/meminfo: memFree=23704496/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=87704 CPUtime=0.06 cores=0,2,4,6
/proc/17566/stat : 17566 (python) R 17564 17566 16783 0 -1 4202496 2634 0 0 0 4 2 0 0 25 0 1 0 519390638 89808896 2351 33554432000 4194304 5683644 140734645259744 18446744073709551615 233505327904 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17566/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300463 s]
/proc/loadavg: 8.29 8.19 7.54 6/295 17566
/proc/meminfo: memFree=23704496/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/17566/stat : 17566 (python) R 17564 17566 16783 0 -1 4202496 5964 931 1 0 13 5 0 0 25 0 1 0 519390638 139010048 4151 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510293509 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17566/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700383 s]
/proc/loadavg: 8.29 8.19 7.54 6/295 17566
/proc/meminfo: memFree=23704496/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=278636 CPUtime=0.39 cores=0,2,4,6
/proc/17566/stat : 17566 (python) R 17564 17566 16783 0 -1 4202496 9306 931 1 0 28 11 0 0 25 0 1 0 519390638 285323264 6989 33554432000 4194304 5683644 140734645259744 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17566/statm: 69659 6989 1761 364 0 5583 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 278636

[startup+1.50018 s]
/proc/loadavg: 8.29 8.19 7.54 6/296 17571
/proc/meminfo: memFree=23680932/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=320312 CPUtime=0.8 cores=0,2,4,6
/proc/17566/stat : 17566 (python) S 17564 17566 16783 0 -1 4202496 12765 931 1 0 68 12 0 0 22 0 5 0 519390638 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17566/statm: 80078 7277 1883 364 0 15987 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 320312

[startup+3.10089 s]
/proc/loadavg: 8.27 8.19 7.54 9/308 17583
/proc/meminfo: memFree=23663600/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=320312 CPUtime=0.8 cores=0,2,4,6
/proc/17566/stat : 17566 (python) S 17564 17566 16783 0 -1 4202496 12765 931 1 0 68 12 0 0 22 0 5 0 519390638 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17566/statm: 80078 7277 1883 364 0 15987 0
[pid=17572] ppid=17566 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/17572/stat : 17572 (python) S 17566 17566 16783 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 519390741 285392896 5615 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317583 0 0 16781312 514 4427711888872145155 0 0 17 0 0 0 0
/proc/17572/statm: 69676 5615 354 364 0 5594 0
[pid=17574] ppid=17572 vsize=1017932 CPUtime=2.06 cores=0,2,4,6
/proc/17574/stat : 17574 (gnovelty+2) R 17572 17574 17574 0 -1 4202496 512 0 0 0 206 0 0 0 25 0 1 0 519390741 1042362368 247 33554432000 134512640 135663704 4287146640 18446744073709551615 134525708 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17574/statm: 254483 247 113 282 0 254199 0
[pid=17575] ppid=17566 vsize=289424 CPUtime=0 cores=0,2,4,6
/proc/17575/stat : 17575 (python) S 17566 17566 16783 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 519390744 296370176 5714 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 4336610203685323011 0 0 17 0 0 0 0
/proc/17575/statm: 72356 5714 348 364 0 8271 0
[pid=17577] ppid=17575 vsize=1017932 CPUtime=2.02 cores=0,2,4,6
/proc/17577/stat : 17577 (gnovelty+2) R 17575 17577 17577 0 -1 4202496 509 0 0 0 202 0 0 0 25 0 1 0 519390744 1042362368 248 33554432000 134512640 135663704 4290258288 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17577/statm: 254483 248 113 282 0 254199 0
[pid=17578] ppid=17566 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/17578/stat : 17578 (python) S 17566 17566 16783 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 519390747 306388992 5615 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 4306660881334271999 0 0 17 0 0 0 0
/proc/17578/statm: 74802 5615 348 364 0 10714 0
[pid=17580] ppid=17578 vsize=416788 CPUtime=2 cores=0,2,4,6
/proc/17580/stat : 17580 (adaptg2wsat2009) R 17578 17580 17580 0 -1 4202496 630 0 0 0 200 0 0 0 25 0 1 0 519390747 426790912 365 33554432000 134512640 135107411 4289250000 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17580/statm: 104197 365 59 146 0 103073 0
[pid=17581] ppid=17566 vsize=310068 CPUtime=0 cores=0,2,4,6
/proc/17581/stat : 17581 (python) S 17566 17566 16783 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 519390750 317509632 5738 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 4379672026831388671 0 0 17 0 0 0 0
/proc/17581/statm: 77517 5738 348 364 0 13426 0
[pid=17583] ppid=17581 vsize=416788 CPUtime=1.97 cores=0,2,4,6
/proc/17583/stat : 17583 (adaptg2wsat2009) R 17581 17583 17583 0 -1 4202496 628 0 0 0 197 0 0 0 25 0 1 0 519390750 426790912 362 33554432000 134512640 135107411 4291951616 18446744073709551615 134531928 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17583/statm: 104197 362 59 146 0 103073 0
[pid=17566/tid=17573] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17573/stat : 17573 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519390741 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17576] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17576/stat : 17576 (python) S 17564 17566 16783 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 5 0 519390744 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 6 0 0 0
[pid=17566/tid=17579] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17579/stat : 17579 (python) S 17564 17566 16783 0 -1 4202560 19 931 0 0 0 0 0 0 20 0 5 0 519390747 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17582] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17582/stat : 17582 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 5 0 519390750 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.85
Current children cumulated vsize (KiB) 4367156

[startup+6.30132 s]
/proc/loadavg: 8.27 8.19 7.54 9/308 17583
/proc/meminfo: memFree=23661420/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=320312 CPUtime=0.8 cores=0,2,4,6
/proc/17566/stat : 17566 (python) S 17564 17566 16783 0 -1 4202496 12765 931 1 0 68 12 0 0 22 0 5 0 519390638 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17566/statm: 80078 7277 1883 364 0 15987 0
[pid=17572] ppid=17566 vsize=278704 CPUtime=0 cores=0,2,4,6
/proc/17572/stat : 17572 (python) S 17566 17566 16783 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 519390741 285392896 5638 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317583 0 0 16781312 514 4427711888872145155 0 0 17 0 0 0 0
/proc/17572/statm: 69676 5638 377 364 0 5594 0
[pid=17574] ppid=17572 vsize=1017932 CPUtime=5.26 cores=0,2,4,6
/proc/17574/stat : 17574 (gnovelty+2) R 17572 17574 17574 0 -1 4202496 512 0 0 0 526 0 0 0 25 0 1 0 519390741 1042362368 247 33554432000 134512640 135663704 4287146640 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17574/statm: 254483 247 113 282 0 254199 0
[pid=17575] ppid=17566 vsize=289424 CPUtime=0 cores=0,2,4,6
/proc/17575/stat : 17575 (python) S 17566 17566 16783 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 519390744 296370176 5737 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 4336610203685323011 0 0 17 0 0 0 0
/proc/17575/statm: 72356 5737 371 364 0 8271 0
[pid=17577] ppid=17575 vsize=1017932 CPUtime=5.19 cores=0,2,4,6
/proc/17577/stat : 17577 (gnovelty+2) R 17575 17577 17577 0 -1 4202496 509 0 0 0 519 0 0 0 25 0 1 0 519390744 1042362368 248 33554432000 134512640 135663704 4290258288 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17577/statm: 254483 248 113 282 0 254199 0
[pid=17578] ppid=17566 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/17578/stat : 17578 (python) S 17566 17566 16783 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 519390747 306388992 5638 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 4306660881334239491 0 0 17 0 0 0 0
/proc/17578/statm: 74802 5638 371 364 0 10714 0
[pid=17580] ppid=17578 vsize=416788 CPUtime=5.2 cores=0,2,4,6
/proc/17580/stat : 17580 (adaptg2wsat2009) R 17578 17580 17580 0 -1 4202496 630 0 0 0 520 0 0 0 25 0 1 0 519390747 426790912 365 33554432000 134512640 135107411 4289250000 18446744073709551615 134532306 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17580/statm: 104197 365 59 146 0 103073 0
[pid=17581] ppid=17566 vsize=310068 CPUtime=0 cores=0,2,4,6
/proc/17581/stat : 17581 (python) S 17566 17566 16783 0 -1 4202560 916 0 0 0 0 0 0 0 18 0 1 0 519390750 317509632 5761 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 4379672026831356164 0 0 17 0 0 0 0
/proc/17581/statm: 77517 5761 371 364 0 13426 0
[pid=17583] ppid=17581 vsize=416788 CPUtime=5.13 cores=0,2,4,6
/proc/17583/stat : 17583 (adaptg2wsat2009) R 17581 17583 17583 0 -1 4202496 628 0 0 0 513 0 0 0 25 0 1 0 519390750 426790912 362 33554432000 134512640 135107411 4291951616 18446744073709551615 134531674 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17583/statm: 104197 362 59 146 0 103073 0
[pid=17566/tid=17573] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17573/stat : 17573 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519390741 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17576] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17576/stat : 17576 (python) S 17564 17566 16783 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 5 0 519390744 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 6 0 0 0
[pid=17566/tid=17579] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17579/stat : 17579 (python) S 17564 17566 16783 0 -1 4202560 19 931 0 0 0 0 0 0 20 0 5 0 519390747 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17582] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17582/stat : 17582 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 5 0 519390750 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 4367156

[startup+12.7012 s]
/proc/loadavg: 8.23 8.18 7.54 9/308 17583
/proc/meminfo: memFree=23660948/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=320312 CPUtime=0.8 cores=0,2,4,6
/proc/17566/stat : 17566 (python) S 17564 17566 16783 0 -1 4202496 12765 931 1 0 68 12 0 0 22 0 5 0 519390638 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17566/statm: 80078 7277 1883 364 0 15987 0
[pid=17572] ppid=17566 vsize=278704 CPUtime=0.01 cores=0,2,4,6
/proc/17572/stat : 17572 (python) S 17566 17566 16783 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 519390741 285392896 5638 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317583 0 0 16781312 514 3509887406465581315 0 0 17 0 0 0 0
/proc/17572/statm: 69676 5638 377 364 0 5594 0
[pid=17574] ppid=17572 vsize=1017932 CPUtime=11.66 cores=0,2,4,6
/proc/17574/stat : 17574 (gnovelty+2) R 17572 17574 17574 0 -1 4202496 512 0 0 0 1166 0 0 0 25 0 1 0 519390741 1042362368 247 33554432000 134512640 135663704 4287146640 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17574/statm: 254483 247 113 282 0 254199 0
[pid=17575] ppid=17566 vsize=289424 CPUtime=0.01 cores=0,2,4,6
/proc/17575/stat : 17575 (python) S 17566 17566 16783 0 -1 4202560 904 0 0 0 1 0 0 0 18 0 1 0 519390744 296370176 5737 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 3509887406465581315 0 0 17 0 0 0 0
/proc/17575/statm: 72356 5737 371 364 0 8271 0
[pid=17577] ppid=17575 vsize=1017932 CPUtime=11.54 cores=0,2,4,6
/proc/17577/stat : 17577 (gnovelty+2) R 17575 17577 17577 0 -1 4202496 509 0 0 0 1154 0 0 0 25 0 1 0 519390744 1042362368 248 33554432000 134512640 135663704 4290258288 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17577/statm: 254483 248 113 282 0 254199 0
[pid=17578] ppid=17566 vsize=299208 CPUtime=0.01 cores=0,2,4,6
/proc/17578/stat : 17578 (python) S 17566 17566 16783 0 -1 4202560 889 0 0 0 1 0 0 0 18 0 1 0 519390747 306388992 5638 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 3509887406465581315 0 0 17 0 0 0 0
/proc/17578/statm: 74802 5638 371 364 0 10714 0
[pid=17580] ppid=17578 vsize=416788 CPUtime=11.6 cores=0,2,4,6
/proc/17580/stat : 17580 (adaptg2wsat2009) R 17578 17580 17580 0 -1 4202496 630 0 0 0 1160 0 0 0 25 0 1 0 519390747 426790912 365 33554432000 134512640 135107411 4289250000 18446744073709551615 134537748 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17580/statm: 104197 365 59 146 0 103073 0
[pid=17581] ppid=17566 vsize=310068 CPUtime=0.02 cores=0,2,4,6
/proc/17581/stat : 17581 (python) S 17566 17566 16783 0 -1 4202560 920 0 0 0 1 1 0 0 18 0 1 0 519390750 317509632 5761 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 3509887406465581316 0 0 17 0 0 0 0
/proc/17581/statm: 77517 5761 371 364 0 13426 0
[pid=17583] ppid=17581 vsize=416788 CPUtime=11.48 cores=0,2,4,6
/proc/17583/stat : 17583 (adaptg2wsat2009) R 17581 17583 17583 0 -1 4202496 628 0 0 0 1148 0 0 0 25 0 1 0 519390750 426790912 362 33554432000 134512640 135107411 4291951616 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17583/statm: 104197 362 59 146 0 103073 0
[pid=17566/tid=17573] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17573/stat : 17573 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 5 0 519390741 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17576] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17576/stat : 17576 (python) S 17564 17566 16783 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 5 0 519390744 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 6 0 0 0
[pid=17566/tid=17579] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17579/stat : 17579 (python) S 17564 17566 16783 0 -1 4202560 19 931 0 0 0 0 0 0 20 0 5 0 519390747 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17582] ppid=17564 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17582/stat : 17582 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 5 0 519390750 327999488 7277 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.13
Current children cumulated vsize (KiB) 4367156

[startup+25.5009 s]
/proc/loadavg: 8.26 8.19 7.55 9/308 17583
/proc/meminfo: memFree=23660924/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=320312 CPUtime=0.8 cores=0,2,4,6

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

/proc/17608/stat : 17608 (python) S 17566 17566 16783 0 -1 4202560 1045 0 0 0 46 37 0 0 15 0 1 0 519410587 370237440 5834 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 5601798360953487620 0 0 17 2 0 0 0
/proc/17608/statm: 90390 5834 371 364 0 26284 0
[pid=17610] ppid=17608 vsize=3424 CPUtime=368.76 cores=0,2,4,6
/proc/17610/stat : 17610 (march_hi) R 17608 17610 17610 0 -1 4202496 1509 0 0 0 36876 0 0 0 25 0 1 0 519410588 3506176 609 33554432000 4194304 4955518 140736981170416 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17610/statm: 856 609 106 186 0 669 0
[pid=17613] ppid=17566 vsize=371816 CPUtime=0.81 cores=0,2,4,6
/proc/17613/stat : 17613 (python) S 17566 17566 16783 0 -1 4202560 1021 0 0 0 46 35 0 0 15 0 1 0 519410794 380739584 5838 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 620911812686086401 0 0 17 4 0 0 0
/proc/17613/statm: 92954 5838 371 364 0 28845 0
[pid=17616] ppid=17613 vsize=3424 CPUtime=367.12 cores=0,2,4,6
/proc/17616/stat : 17616 (march_hi) R 17613 17616 17616 0 -1 4202496 1510 0 0 0 36709 3 0 0 25 0 1 0 519410794 3506176 607 33554432000 4194304 4955518 140734773441616 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17616/statm: 856 607 106 186 0 669 0
[pid=17617] ppid=17566 vsize=382072 CPUtime=0.81 cores=0,2,4,6
/proc/17617/stat : 17617 (python) S 17566 17566 16783 0 -1 4202560 1034 0 0 0 45 36 0 0 15 0 1 0 519410798 391241728 5842 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 12481669196947620098 0 0 17 6 0 0 0
/proc/17617/statm: 95518 5842 371 364 0 31406 0
[pid=17619] ppid=17617 vsize=3424 CPUtime=360.87 cores=0,2,4,6
/proc/17619/stat : 17619 (march_hi) R 17617 17619 17619 0 -1 4202496 1501 0 0 0 36085 2 0 0 25 0 1 0 519410798 3506176 601 33554432000 4194304 4955518 140733903406672 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17619/statm: 856 601 106 186 0 669 0
[pid=17620] ppid=17566 vsize=392140 CPUtime=0.81 cores=0,2,4,6
/proc/17620/stat : 17620 (python) S 17566 17566 16783 0 -1 4202560 1045 0 0 0 43 38 0 0 15 0 1 0 519410802 401551360 5813 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 15499107335564919042 0 0 17 0 0 0 0
/proc/17620/statm: 98035 5813 371 364 0 33920 0
[pid=17622] ppid=17620 vsize=3424 CPUtime=366.96 cores=0,2,4,6
/proc/17622/stat : 17622 (march_hi) R 17620 17622 17622 0 -1 4202496 1512 0 0 0 36695 1 0 0 25 0 1 0 519410803 3506176 608 33554432000 4194304 4955518 140735778669152 18446744073709551615 4208704 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17622/statm: 856 608 106 186 0 669 0
[pid=17566/tid=17573] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17573/stat : 17573 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 13 0 519390741 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17576] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17576/stat : 17576 (python) S 17564 17566 16783 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 13 0 519390744 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 6 0 0 0
[pid=17566/tid=17579] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17579/stat : 17579 (python) S 17564 17566 16783 0 -1 4202560 19 931 0 0 0 0 0 0 20 0 13 0 519390747 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17582] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17582/stat : 17582 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 13 0 519390750 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17589] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17589/stat : 17589 (python) S 17564 17566 16783 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 13 0 519400764 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 6 0 0 0
[pid=17566/tid=17593] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17593/stat : 17593 (python) S 17564 17566 16783 0 -1 4202560 21 931 0 0 0 0 0 0 22 0 13 0 519400769 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17597] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17597/stat : 17597 (python) S 17564 17566 16783 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 13 0 519400772 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17600] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17600/stat : 17600 (python) S 17564 17566 16783 0 -1 4202560 28 931 0 0 0 0 0 0 22 0 13 0 519400776 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 2 0 0 0
[pid=17566/tid=17609] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17609/stat : 17609 (python) S 17564 17566 16783 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 13 0 519410587 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 2 0 0 0
[pid=17566/tid=17615] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17615/stat : 17615 (python) S 17564 17566 16783 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 13 0 519410794 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 4 0 0 0
[pid=17566/tid=17618] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17618/stat : 17618 (python) S 17564 17566 16783 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 13 0 519410798 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 6 0 0 0
[pid=17566/tid=17621] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17621/stat : 17621 (python) S 17564 17566 16783 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 13 0 519410803 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2265.8
Current children cumulated vsize (KiB) 9421744

[startup+569.702 s]
/proc/loadavg: 8.23 8.22 7.83 9/314 17690
/proc/meminfo: memFree=23619708/32951124 swapFree=67111524/67111528
[pid=17566] ppid=17564 vsize=402384 CPUtime=1.09 cores=0,2,4,6
/proc/17566/stat : 17566 (python) S 17564 17566 16783 0 -1 4202496 19965 931 1 0 95 14 0 0 20 0 13 0 519390638 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/17566/statm: 100596 7346 1900 364 0 36481 0
[pid=17572] ppid=17566 vsize=288948 CPUtime=0.18 cores=0,2,4,6
/proc/17572/stat : 17572 (python) S 17566 17566 16783 0 -1 4202560 1091 0 0 0 10 8 0 0 19 0 2 0 519390741 295882752 5676 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17572/statm: 72237 5676 410 364 0 8155 0
[pid=17574] ppid=17572 vsize=1017932 CPUtime=100.17 cores=0,2,4,6
/proc/17574/stat : 17574 (gnovelty+2) T 17572 17574 17574 0 -1 4202496 512 0 0 0 10017 0 0 0 25 0 1 0 519390741 1042362368 247 33554432000 134512640 135663704 4287146640 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17574/statm: 254483 247 113 282 0 254199 0
[pid=17572/tid=17586] ppid=17566 vsize=288948 CPUtime=0 cores=0,2,4,6
/proc/17572/task/17586/stat : 17586 (python) S 17566 17566 16783 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519400759 295882752 5676 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 514 18446604453943600256 0 0 -1 4 0 0 0
[pid=17575] ppid=17566 vsize=289424 CPUtime=0.18 cores=0,2,4,6
/proc/17575/stat : 17575 (python) S 17566 17566 16783 0 -1 4202560 1087 0 0 0 11 7 0 0 19 0 2 0 519390744 296370176 5767 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17575/statm: 72356 5767 400 364 0 8271 0
[pid=17577] ppid=17575 vsize=1017932 CPUtime=99.35 cores=0,2,4,6
/proc/17577/stat : 17577 (gnovelty+2) T 17575 17577 17577 0 -1 4202496 509 0 0 0 9935 0 0 0 25 0 1 0 519390744 1042362368 248 33554432000 134512640 135663704 4290258288 18446744073709551615 134525112 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17577/statm: 254483 248 113 282 0 254199 0
[pid=17575/tid=17587] ppid=17566 vsize=289424 CPUtime=0 cores=0,2,4,6
/proc/17575/task/17587/stat : 17587 (python) S 17566 17566 16783 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519400763 296370176 5767 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 514 18446604453922388992 0 0 -1 0 0 0 0
[pid=17578] ppid=17566 vsize=299208 CPUtime=0.18 cores=0,2,4,6
/proc/17578/stat : 17578 (python) S 17566 17566 16783 0 -1 4202560 1078 0 0 0 11 7 0 0 19 0 2 0 519390747 306388992 5668 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17578/statm: 74802 5668 400 364 0 10714 0
[pid=17580] ppid=17578 vsize=416788 CPUtime=100.17 cores=0,2,4,6
/proc/17580/stat : 17580 (adaptg2wsat2009) T 17578 17580 17580 0 -1 4202496 630 0 0 0 10017 0 0 0 25 0 1 0 519390747 426790912 365 33554432000 134512640 135107411 4289250000 18446744073709551615 134531340 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17580/statm: 104197 365 59 146 0 103073 0
[pid=17578/tid=17591] ppid=17566 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/17578/task/17591/stat : 17591 (python) S 17566 17566 16783 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 519400766 306388992 5668 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 514 18446604453915415872 0 0 -1 0 0 0 0
[pid=17581] ppid=17566 vsize=310068 CPUtime=0.18 cores=0,2,4,6
/proc/17581/stat : 17581 (python) S 17566 17566 16783 0 -1 4202560 1110 0 0 0 10 8 0 0 19 0 2 0 519390750 317509632 5791 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17581/statm: 77517 5791 400 364 0 13426 0
[pid=17583] ppid=17581 vsize=416788 CPUtime=99.47 cores=0,2,4,6
/proc/17583/stat : 17583 (adaptg2wsat2009) T 17581 17583 17583 0 -1 4202496 628 0 0 0 9946 1 0 0 25 0 1 0 519390750 426790912 362 33554432000 134512640 135107411 4291951616 18446744073709551615 134532097 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17583/statm: 104197 362 59 146 0 103073 0
[pid=17581/tid=17594] ppid=17566 vsize=310068 CPUtime=0 cores=0,2,4,6
/proc/17581/task/17594/stat : 17594 (python) S 17566 17566 16783 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519400769 317509632 5791 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 514 18446604453932415104 0 0 -1 0 0 0 0
[pid=17588] ppid=17566 vsize=320324 CPUtime=0.19 cores=0,2,4,6
/proc/17588/stat : 17588 (python) S 17566 17566 16783 0 -1 4202560 1114 0 0 0 10 9 0 0 19 0 2 0 519400764 328011776 5795 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17588/statm: 80081 5795 400 364 0 15987 0
[pid=17590] ppid=17588 vsize=416788 CPUtime=97.18 cores=0,2,4,6
/proc/17590/stat : 17590 (adaptg2wsat2009) T 17588 17590 17590 0 -1 4202496 629 0 0 0 9718 0 0 0 25 0 1 0 519400764 426790912 362 33554432000 134512640 135107411 4287733392 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17590/statm: 104197 362 59 146 0 103073 0
[pid=17588/tid=17607] ppid=17566 vsize=320324 CPUtime=0 cores=0,2,4,6
/proc/17588/task/17607/stat : 17607 (python) S 17566 17566 16783 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519410583 328011776 5795 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 514 18446604453942101888 0 0 -1 6 0 0 0
[pid=17592] ppid=17566 vsize=330248 CPUtime=0.19 cores=0,2,4,6
/proc/17592/stat : 17592 (python) S 17566 17566 16783 0 -1 4202560 1121 0 0 0 10 9 0 0 19 0 2 0 519400768 338173952 5719 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17592/statm: 82562 5719 400 364 0 18465 0
[pid=17595] ppid=17592 vsize=1017932 CPUtime=99.78 cores=0,2,4,6
/proc/17595/stat : 17595 (gnovelty+2) T 17592 17595 17595 0 -1 4202496 510 0 0 0 9978 0 0 0 25 0 1 0 519400770 1042362368 247 33554432000 134512640 135663704 4293446208 18446744073709551615 134524739 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/17595/statm: 254483 247 113 282 0 254199 0
[pid=17592/tid=17611] ppid=17566 vsize=330248 CPUtime=0 cores=0,2,4,6
/proc/17592/task/17611/stat : 17611 (python) S 17566 17566 16783 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 519410788 338173952 5719 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 514 18446604448369598528 0 0 -1 0 0 0 0
[pid=17596] ppid=17566 vsize=340860 CPUtime=0.18 cores=0,2,4,6
/proc/17596/stat : 17596 (python) S 17566 17566 16783 0 -1 4202560 1120 0 0 0 10 8 0 0 19 0 2 0 519400772 349040640 5809 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17596/statm: 85215 5809 400 364 0 21115 0
[pid=17598] ppid=17596 vsize=246932 CPUtime=99.99 cores=0,2,4,6
/proc/17598/stat : 17598 (FH) T 17596 17598 17598 0 -1 4202496 592 0 0 0 9998 1 0 0 25 0 1 0 519400773 252858368 326 33554432000 134512640 134936988 4288090592 18446744073709551615 134544823 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17598/statm: 61733 326 41 104 0 61237 0
[pid=17596/tid=17612] ppid=17566 vsize=340860 CPUtime=0 cores=0,2,4,6
/proc/17596/task/17612/stat : 17612 (python) S 17566 17566 16783 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519410792 349040640 5809 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 514 18446604443456068416 0 0 -1 0 0 0 0
[pid=17599] ppid=17566 vsize=351116 CPUtime=0.18 cores=0,2,4,6
/proc/17599/stat : 17599 (python) S 17566 17566 16783 0 -1 4202560 1172 0 0 0 8 10 0 0 19 0 2 0 519400776 359542784 5842 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522124235 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17599/statm: 87779 5842 406 364 0 23676 0
[pid=17601] ppid=17599 vsize=416788 CPUtime=100.17 cores=0,2,4,6
/proc/17601/stat : 17601 (adaptg2wsat2009) T 17599 17601 17601 0 -1 4202496 634 0 0 0 10017 0 0 0 25 0 1 0 519400776 426790912 363 33554432000 134512640 135107411 4286915888 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17601/statm: 104197 363 59 146 0 103073 0
[pid=17599/tid=17614] ppid=17566 vsize=351116 CPUtime=0 cores=0,2,4,6
/proc/17599/task/17614/stat : 17614 (python) S 17566 17566 16783 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519410794 359542784 5842 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 514 18446604443456066624 0 0 -1 0 0 0 0
[pid=17608] ppid=17566 vsize=361560 CPUtime=0.83 cores=0,2,4,6
/proc/17608/stat : 17608 (python) S 17566 17566 16783 0 -1 4202560 1045 0 0 0 46 37 0 0 15 0 1 0 519410587 370237440 5834 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 5601798365248454916 0 0 17 2 0 0 0
/proc/17608/statm: 90390 5834 371 364 0 26284 0
[pid=17610] ppid=17608 vsize=3424 CPUtime=368.96 cores=0,2,4,6
/proc/17610/stat : 17610 (march_hi) R 17608 17610 17610 0 -1 4202496 1510 0 0 0 36896 0 0 0 25 0 1 0 519410588 3506176 610 33554432000 4194304 4955518 140736981170416 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17610/statm: 856 610 106 186 0 669 0
[pid=17613] ppid=17566 vsize=371816 CPUtime=0.81 cores=0,2,4,6
/proc/17613/stat : 17613 (python) S 17566 17566 16783 0 -1 4202560 1021 0 0 0 46 35 0 0 15 0 1 0 519410794 380739584 5838 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 620911812686086401 0 0 17 4 0 0 0
/proc/17613/statm: 92954 5838 371 364 0 28845 0
[pid=17616] ppid=17613 vsize=3424 CPUtime=367.32 cores=0,2,4,6
/proc/17616/stat : 17616 (march_hi) R 17613 17616 17616 0 -1 4202496 1510 0 0 0 36729 3 0 0 25 0 1 0 519410794 3506176 607 33554432000 4194304 4955518 140734773441616 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17616/statm: 856 607 106 186 0 669 0
[pid=17617] ppid=17566 vsize=382072 CPUtime=0.81 cores=0,2,4,6
/proc/17617/stat : 17617 (python) S 17566 17566 16783 0 -1 4202560 1034 0 0 0 45 36 0 0 15 0 1 0 519410798 391241728 5842 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 12481669196947620098 0 0 17 6 0 0 0
/proc/17617/statm: 95518 5842 371 364 0 31406 0
[pid=17619] ppid=17617 vsize=3424 CPUtime=361.07 cores=0,2,4,6
/proc/17619/stat : 17619 (march_hi) R 17617 17619 17619 0 -1 4202496 1501 0 0 0 36105 2 0 0 25 0 1 0 519410798 3506176 601 33554432000 4194304 4955518 140733903406672 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17619/statm: 856 601 106 186 0 669 0
[pid=17620] ppid=17566 vsize=392140 CPUtime=0.81 cores=0,2,4,6
/proc/17620/stat : 17620 (python) S 17566 17566 16783 0 -1 4202560 1045 0 0 0 43 38 0 0 15 0 1 0 519410802 401551360 5813 33554432000 4194304 5683644 140734645259744 18446744073709551615 233510317638 0 0 16781312 514 15499107335564919042 0 0 17 0 0 0 0
/proc/17620/statm: 98035 5813 371 364 0 33920 0
[pid=17622] ppid=17620 vsize=3424 CPUtime=367.16 cores=0,2,4,6
/proc/17622/stat : 17622 (march_hi) R 17620 17622 17622 0 -1 4202496 1512 0 0 0 36715 1 0 0 25 0 1 0 519410803 3506176 608 33554432000 4194304 4955518 140735778669152 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17622/statm: 856 608 106 186 0 669 0
[pid=17566/tid=17573] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17573/stat : 17573 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 25 0 13 0 519390741 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17576] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17576/stat : 17576 (python) S 17564 17566 16783 0 -1 4202560 22 931 0 0 0 0 0 0 25 0 13 0 519390744 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 6 0 0 0
[pid=17566/tid=17579] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17579/stat : 17579 (python) S 17564 17566 16783 0 -1 4202560 19 931 0 0 0 0 0 0 20 0 13 0 519390747 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17582] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17582/stat : 17582 (python) S 17564 17566 16783 0 -1 4202560 26 931 0 0 0 0 0 0 22 0 13 0 519390750 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17589] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17589/stat : 17589 (python) S 17564 17566 16783 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 13 0 519400764 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 6 0 0 0
[pid=17566/tid=17593] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17593/stat : 17593 (python) S 17564 17566 16783 0 -1 4202560 21 931 0 0 0 0 0 0 22 0 13 0 519400769 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17597] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17597/stat : 17597 (python) S 17564 17566 16783 0 -1 4202560 21 931 0 0 0 0 0 0 20 0 13 0 519400772 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
[pid=17566/tid=17600] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17600/stat : 17600 (python) S 17564 17566 16783 0 -1 4202560 28 931 0 0 0 0 0 0 22 0 13 0 519400776 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 2 0 0 0
[pid=17566/tid=17609] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17609/stat : 17609 (python) S 17564 17566 16783 0 -1 4202560 30 931 0 0 0 0 0 0 20 0 13 0 519410587 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 2 0 0 0
[pid=17566/tid=17615] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17615/stat : 17615 (python) S 17564 17566 16783 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 13 0 519410794 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 4 0 0 0
[pid=17566/tid=17618] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17618/stat : 17618 (python) S 17564 17566 16783 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 13 0 519410798 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 6 0 0 0
[pid=17566/tid=17621] ppid=17564 vsize=402384 CPUtime=0 cores=0,2,4,6
/proc/17566/task/17621/stat : 17621 (python) S 17564 17566 16783 0 -1 4202560 31 931 0 0 0 0 0 0 20 0 13 0 519410803 412041216 7346 33554432000 4194304 5683644 140734645259744 18446744073709551615 233522121137 0 0 16781312 2 18446604453972327296 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2266.6
Current children cumulated vsize (KiB) 9421744

Child status: 0
Real time (s): 569.795
CPU time (s): 2267.14
CPU user time (s): 2264.66
CPU system time (s): 2.48062
CPU usage (%): 397.887
Max. virtual memory (cumulated for all children) (KiB): 9421748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2264.66
system time used= 2.48062
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49689
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= 7433
involuntary context switches= 15684

runsolver used 2.70959 second user time and 5.60615 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-01 19:09:08
IDJOB=3317453
IDBENCH=82918
IDSOLVER=1705
FILE ID=node145/3317453-1304269748
RUNJOBID= node145-1304267279-16801
PBS_JOBID= 13173934
Free space on /tmp= 72972 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1445862528-059.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-3317453-1304269748/watcher-3317453-1304269748 -o /tmp/evaluation-result-3317453-1304269748/solver-3317453-1304269748 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317453-1304269748.cnf -seed 467188285 -budget 4800 -cores 4

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

MD5SUM BENCH= 9e4f1914facdb4a8b3ffdd1de343beff
RANDOM SEED=467188285

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23704784 kB
Buffers:       1308580 kB
Cached:        6099968 kB
SwapCached:          4 kB
Active:        2308460 kB
Inactive:      6376212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23704784 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           31904 kB
Writeback:           0 kB
AnonPages:     1275784 kB
Mapped:          25228 kB
Slab:           475860 kB
PageTables:      25264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34832936 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= 72932 MiB
End job on node145 at 2011-05-01 19:18:38