Trace number 3317427

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 545.804 137.55

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S2039518547-066.UNKNOWN.cnf
MD5SUM80aa82e62b454f2871f6471d9559597d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.939
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

Solver Data

0.30/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.67	c INFO: solving HOME/instance-3317427-1304269629.cnf
0.30/0.67	c INFO: computing task features
0.30/0.70	c INFO: computed variable-clause graph statistics
0.30/0.70	c INFO: computed clause balance statistics
0.47/0.86	c INFO: computed variable balance statistics
0.57/0.93	c INFO: computed small-clause counts
0.57/0.93	c INFO: computed Horn-clause counts
0.57/0.93	c INFO: computed variable graph statistics
0.57/0.93	c INFO: collected features for HOME/instance-3317427-1304269629.cnf in 0.26 s
0.57/0.96	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.57)
0.57/0.99	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.70/1.02	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.70/1.05	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
400.31/101.16	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.02)
400.31/101.19	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
400.65/101.23	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.37)
400.65/101.27	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.35)
545.56/137.53	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-3317427-1304269629/watcher-3317427-1304269629 -o /tmp/evaluation-result-3317427-1304269629/solver-3317427-1304269629 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317427-1304269629.cnf -seed 1321080376 -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: 9.00 9.17 8.17 6/246 29385
/proc/meminfo: memFree=28882636/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/29385/stat : 29385 (python) S 29383 29385 28463 0 -1 4202496 820 0 0 0 0 0 0 0 25 0 1 0 538561144 15749120 704 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/29385/statm: 3845 704 334 364 0 332 0

[startup+0.04753 s]
/proc/loadavg: 9.00 9.17 8.17 6/246 29385
/proc/meminfo: memFree=28882636/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=18884 CPUtime=0.02 cores=0,2,4,6
/proc/29385/stat : 29385 (python) R 29383 29385 28463 0 -1 4202496 1289 0 0 0 2 0 0 0 25 0 1 0 538561144 19337216 1141 33554432000 4194304 5683644 140733968025280 18446744073709551615 4426611 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29385/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100674 s]
/proc/loadavg: 9.00 9.17 8.17 6/246 29385
/proc/meminfo: memFree=28882636/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=89768 CPUtime=0.05 cores=0,2,4,6
/proc/29385/stat : 29385 (python) S 29383 29385 28463 0 -1 4202496 2673 0 0 0 4 1 0 0 25 0 1 0 538561144 91922432 2388 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/29385/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89768

[startup+0.300506 s]
/proc/loadavg: 9.00 9.17 8.17 6/246 29385
/proc/meminfo: memFree=28882636/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=135748 CPUtime=0.15 cores=0,2,4,6
/proc/29385/stat : 29385 (python) S 29383 29385 28463 0 -1 4202496 5965 935 1 0 12 3 0 0 17 0 1 0 538561144 139005952 4151 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516830213 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/29385/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 135748

[startup+0.706408 s]
/proc/loadavg: 9.00 9.17 8.17 6/246 29385
/proc/meminfo: memFree=28882636/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=279216 CPUtime=0.38 cores=0,2,4,6
/proc/29385/stat : 29385 (python) R 29383 29385 28463 0 -1 4202496 9529 935 1 0 31 7 0 0 16 0 1 0 538561144 285917184 7195 33554432000 4194304 5683644 140733968025280 18446744073709551615 246520243120 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29385/statm: 69804 7195 1823 364 0 5728 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 279216

[startup+1.50122 s]
/proc/loadavg: 9.00 9.17 8.17 9/254 29397
/proc/meminfo: memFree=28848720/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=320640 CPUtime=0.72 cores=0,2,4,6
/proc/29385/stat : 29385 (python) S 29383 29385 28463 0 -1 4202496 12547 935 1 0 64 8 0 0 24 0 5 0 538561144 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29385/statm: 80160 7359 1883 364 0 16069 0
[pid=29392] ppid=29385 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/29392/stat : 29392 (python) S 29385 29385 28463 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 538561241 285941760 5726 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854287 0 0 16781312 514 10919506990581415935 0 0 17 6 0 0 0
/proc/29392/statm: 69810 5726 354 364 0 5728 0
[pid=29394] ppid=29392 vsize=1017932 CPUtime=0.52 cores=0,2,4,6
/proc/29394/stat : 29394 (gnovelty+2) R 29392 29394 29394 0 -1 4202496 491 0 0 0 52 0 0 0 20 0 1 0 538561241 1042362368 227 33554432000 134512640 135663704 4288410464 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29394/statm: 254483 227 113 282 0 254199 0
[pid=29395] ppid=29385 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/29395/stat : 29395 (python) S 29385 29385 28463 0 -1 4202560 737 0 0 0 0 0 0 0 19 0 1 0 538561243 296841216 5812 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 9021005001912221695 0 0 17 4 0 0 0
/proc/29395/statm: 72471 5812 348 364 0 8386 0
[pid=29397] ppid=29395 vsize=1017932 CPUtime=0.5 cores=0,2,4,6
/proc/29397/stat : 29397 (gnovelty+2) R 29395 29397 29397 0 -1 4202496 495 0 0 0 50 0 0 0 22 0 1 0 538561244 1042362368 227 33554432000 134512640 135663704 4291106864 18446744073709551615 134525229 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29397/statm: 254483 227 113 282 0 254199 0
[pid=29385/tid=29393] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29393/stat : 29393 (python) S 29383 29385 28463 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 5 0 538561241 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29396] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29396/stat : 29396 (python) S 29383 29385 28463 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 538561244 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 2925628

[startup+3.10092 s]
/proc/loadavg: 9.00 9.17 8.17 10/260 29403
/proc/meminfo: memFree=28836644/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=320640 CPUtime=0.72 cores=0,2,4,6
/proc/29385/stat : 29385 (python) S 29383 29385 28463 0 -1 4202496 12547 935 1 0 64 8 0 0 24 0 5 0 538561144 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29385/statm: 80160 7359 1883 364 0 16069 0
[pid=29392] ppid=29385 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/29392/stat : 29392 (python) S 29385 29385 28463 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 538561241 285941760 5726 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854287 0 0 16781312 514 10919506990581383426 0 0 17 6 0 0 0
/proc/29392/statm: 69810 5726 354 364 0 5728 0
[pid=29394] ppid=29392 vsize=1017932 CPUtime=2.12 cores=0,2,4,6
/proc/29394/stat : 29394 (gnovelty+2) R 29392 29394 29394 0 -1 4202496 491 0 0 0 212 0 0 0 25 0 1 0 538561241 1042362368 227 33554432000 134512640 135663704 4288410464 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29394/statm: 254483 227 113 282 0 254199 0
[pid=29395] ppid=29385 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/29395/stat : 29395 (python) S 29385 29385 28463 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538561243 296841216 5812 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 9021005001912189186 0 0 17 4 0 0 0
/proc/29395/statm: 72471 5812 348 364 0 8386 0
[pid=29397] ppid=29395 vsize=1017932 CPUtime=2.09 cores=0,2,4,6
/proc/29397/stat : 29397 (gnovelty+2) R 29395 29397 29397 0 -1 4202496 495 0 0 0 209 0 0 0 25 0 1 0 538561244 1042362368 227 33554432000 134512640 135663704 4291106864 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29397/statm: 254483 227 113 282 0 254199 0
[pid=29398] ppid=29385 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/29398/stat : 29398 (python) S 29385 29385 28463 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538561247 307343360 5816 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 7632107411263684868 0 0 17 4 0 0 0
/proc/29398/statm: 75035 5816 348 364 0 10947 0
[pid=29400] ppid=29398 vsize=416524 CPUtime=2.06 cores=0,2,4,6
/proc/29400/stat : 29400 (adaptg2wsat2009) R 29398 29400 29400 0 -1 4202496 588 0 0 0 206 0 0 0 25 0 1 0 538561247 426520576 322 33554432000 134512640 135107411 4294566272 18446744073709551615 134532264 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29400/statm: 104131 322 59 146 0 103007 0
[pid=29401] ppid=29385 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/29401/stat : 29401 (python) S 29385 29385 28463 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 538561249 317845504 5820 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 13063438391389946113 0 0 17 6 0 0 0
/proc/29401/statm: 77599 5820 348 364 0 13508 0
[pid=29403] ppid=29401 vsize=416524 CPUtime=2.03 cores=0,2,4,6
/proc/29403/stat : 29403 (adaptg2wsat2009) R 29401 29403 29403 0 -1 4202496 588 0 0 0 203 0 0 0 25 0 1 0 538561250 426520576 321 33554432000 134512640 135107411 4294535536 18446744073709551615 134531942 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29403/statm: 104131 321 59 146 0 103007 0
[pid=29385/tid=29393] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29393/stat : 29393 (python) S 29383 29385 28463 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 5 0 538561241 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29396] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29396/stat : 29396 (python) S 29383 29385 28463 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 538561244 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29399] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29399/stat : 29399 (python) S 29383 29385 28463 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 538561247 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 4 0 0 0
[pid=29385/tid=29402] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29402/stat : 29402 (python) S 29383 29385 28463 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 5 0 538561250 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.02
Current children cumulated vsize (KiB) 4369212

[startup+6.30134 s]
/proc/loadavg: 9.00 9.17 8.17 10/260 29403
/proc/meminfo: memFree=28833968/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=320640 CPUtime=0.72 cores=0,2,4,6
/proc/29385/stat : 29385 (python) S 29383 29385 28463 0 -1 4202496 12547 935 1 0 64 8 0 0 24 0 5 0 538561144 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29385/statm: 80160 7359 1883 364 0 16069 0
[pid=29392] ppid=29385 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/29392/stat : 29392 (python) S 29385 29385 28463 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 538561241 285941760 5749 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854287 0 0 16781312 514 10919506990581383426 0 0 17 6 0 0 0
/proc/29392/statm: 69810 5749 377 364 0 5728 0
[pid=29394] ppid=29392 vsize=1017932 CPUtime=5.33 cores=0,2,4,6
/proc/29394/stat : 29394 (gnovelty+2) R 29392 29394 29394 0 -1 4202496 491 0 0 0 533 0 0 0 25 0 1 0 538561241 1042362368 227 33554432000 134512640 135663704 4288410464 18446744073709551615 134545605 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29394/statm: 254483 227 113 282 0 254199 0
[pid=29395] ppid=29385 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/29395/stat : 29395 (python) S 29385 29385 28463 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 538561243 296841216 5835 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 9021005001912189186 0 0 17 4 0 0 0
/proc/29395/statm: 72471 5835 371 364 0 8386 0
[pid=29397] ppid=29395 vsize=1017932 CPUtime=5.29 cores=0,2,4,6
/proc/29397/stat : 29397 (gnovelty+2) R 29395 29397 29397 0 -1 4202496 495 0 0 0 529 0 0 0 25 0 1 0 538561244 1042362368 227 33554432000 134512640 135663704 4291106864 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29397/statm: 254483 227 113 282 0 254199 0
[pid=29398] ppid=29385 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/29398/stat : 29398 (python) S 29385 29385 28463 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 538561247 307343360 5838 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 7632107411263684868 0 0 17 4 0 0 0
/proc/29398/statm: 75035 5838 370 364 0 10947 0
[pid=29400] ppid=29398 vsize=416524 CPUtime=5.24 cores=0,2,4,6
/proc/29400/stat : 29400 (adaptg2wsat2009) R 29398 29400 29400 0 -1 4202496 588 0 0 0 524 0 0 0 25 0 1 0 538561247 426520576 322 33554432000 134512640 135107411 4294566272 18446744073709551615 134539356 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29400/statm: 104131 322 59 146 0 103007 0
[pid=29401] ppid=29385 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/29401/stat : 29401 (python) S 29385 29385 28463 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538561249 317845504 5843 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 13063438391389946113 0 0 17 6 0 0 0
/proc/29401/statm: 77599 5843 371 364 0 13508 0
[pid=29403] ppid=29401 vsize=416524 CPUtime=5.19 cores=0,2,4,6
/proc/29403/stat : 29403 (adaptg2wsat2009) R 29401 29403 29403 0 -1 4202496 588 0 0 0 519 0 0 0 25 0 1 0 538561250 426520576 321 33554432000 134512640 135107411 4294535536 18446744073709551615 134531554 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29403/statm: 104131 321 59 146 0 103007 0
[pid=29385/tid=29393] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29393/stat : 29393 (python) S 29383 29385 28463 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 5 0 538561241 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29396] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29396/stat : 29396 (python) S 29383 29385 28463 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 5 0 538561244 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29399] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29399/stat : 29399 (python) S 29383 29385 28463 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 538561247 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 4 0 0 0
[pid=29385/tid=29402] ppid=29383 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29402/stat : 29402 (python) S 29383 29385 28463 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 5 0 538561250 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.77
Current children cumulated vsize (KiB) 4369212

[startup+12.7012 s]
/proc/loadavg: 9.00 9.17 8.18 10/260 29403
/proc/meminfo: memFree=28830500/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=320640 CPUtime=0.72 cores=0,2,4,6
/proc/29385/stat : 29385 (python) S 29383 29385 28463 0 -1 4202496 12547 935 1 0 64 8 0 0 24 0 5 0 538561144 328335360 7359 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29385/statm: 80160 7359 1883 364 0 16069 0
[pid=29392] ppid=29385 vsize=279240 CPUtime=0.01 cores=0,2,4,6
/proc/29392/stat : 29392 (python) S 29385 29385 28463 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 538561241 285941760 5749 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854287 0 0 16781312 514 2814696990548394242 0 0 17 6 0 0 0
/proc/29392/statm: 69810 5749 377 364 0 5728 0
[pid=29394] ppid=29392 vsize=1017932 CPUtime=11.73 cores=0,2,4,6
/proc/29394/stat : 29394 (gnovelty+2) R 29392 29394 29394 0 -1 4202496 491 0 0 0 1173 0 0 0 25 0 1 0 538561241 1042362368 227 33554432000 134512640 135663704 4288410464 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29394/statm: 254483 227 113 282 0 254199 0
[pid=29395] ppid=29385 vsize=289884 CPUtime=0.01 cores=0,2,4,6
/proc/29395/stat : 29395 (python) S 29385 29385 28463 0 -1 4202560 896 0 0 0 0 1 0 0 18 0 1 0 538561243 296841216 5835 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 2814696990548394242 0 0 17 4 0 0 0
/proc/29395/statm: 72471 5835 371 364 0 8386 0
[pid=29397] ppid=29395 vsize=1017932 CPUtime=11.69 cores=0,2,4,6
/proc/29397/stat : 29397 (gnovelty+2) R 29395 29397 29397 0 -1 4202496 495 0 0 0 1169 0 0 0 25 0 1 0 538561244 1042362368 227 33554432000 134512640 135663704 4291106864 18446744073709551615 134524747 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29397/statm: 254483 227 113 282 0 254199 0
[pid=29398] ppid=29385 vsize=300140 CPUtime=0.01 cores=0,2,4,6
/proc/29398/stat : 29398 (python) S 29385 29385 28463 0 -1 4202560 899 0 0 0 1 0 0 0 18 0 1 0 538561247 307343360 5839 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 2814696990548394244 0 0 17 4 0 0 0
/proc/29398/statm: 75035 5839 371 364 0 10947 0
[pid=29400] ppid=29398 vsize=416524 CPUtime=11.62 cores=0,2,4,6
/proc/29400/stat : 29400 (adaptg2wsat2009) R 29398 29400 29400 0 -1 4202496 588 0 0 0 1162 0 0 0 25 0 1 0 538561247 426520576 322 33554432000 134512640 135107411 4294566272 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29400/statm: 104131 322 59 146 0 103007 0
[pid=29401] ppid=29385 vsize=310396 CPUtime=0.01 cores=0,2,4,6
/proc/29401/stat : 29401 (python) S 29385 29385 28463 0 -1 4202560 901 0 0 0 0 1 0 0 18 0 1 0 538561249 317845504 5843 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 2814696990548394241 0 0 17 6 0 0 0
/proc/29401/statm: 77599 5843 371 364 0 13508 0
[pid=29403] ppid=29401 vsize=416524 CPUtime=11.52 cores=0,2,4,6
/proc/29403/stat : 29403 (adaptg2wsat2009) R 29401 29403 29403 0 -1 4202496 588 0 0 0 1152 0 0 0 25 0 1 0 538561250 426520576 321 33554432000 134512640 135107411 4294535536 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 6 0 0 0

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

[pid=29385/tid=29415] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29415/stat : 29415 (python) S 29383 29385 28463 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 9 0 538571264 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 2 0 0 0
[pid=29385/tid=29420] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29420/stat : 29420 (python) S 29383 29385 28463 0 -1 4202560 25 935 0 0 0 0 0 0 24 0 9 0 538571268 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 2 0 0 0
[pid=29385/tid=29423] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29423/stat : 29423 (python) S 29383 29385 28463 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 538571272 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 542.33
Current children cumulated vsize (KiB) 7199080

[startup+137.102 s]
/proc/loadavg: 9.20 9.18 8.31 14/278 29424
/proc/meminfo: memFree=28740240/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=361664 CPUtime=0.86 cores=0,2,4,6
/proc/29385/stat : 29385 (python) S 29383 29385 28463 0 -1 4202496 16229 935 1 0 77 9 0 0 25 0 9 0 538561144 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29385/statm: 90416 7384 1892 364 0 26313 0
[pid=29392] ppid=29385 vsize=289484 CPUtime=0.16 cores=0,2,4,6
/proc/29392/stat : 29392 (python) S 29385 29385 28463 0 -1 4202560 1082 0 0 0 9 7 0 0 19 0 2 0 538561241 296431616 5787 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29392/statm: 72371 5787 410 364 0 8289 0
[pid=29394] ppid=29392 vsize=1017932 CPUtime=100.16 cores=0,2,4,6
/proc/29394/stat : 29394 (gnovelty+2) T 29392 29394 29394 0 -1 4202496 491 0 0 0 10016 0 0 0 25 0 1 0 538561241 1042362368 227 33554432000 134512640 135663704 4288410464 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29394/statm: 254483 227 113 282 0 254199 0
[pid=29392/tid=29409] ppid=29385 vsize=289484 CPUtime=0 cores=0,2,4,6
/proc/29392/task/29409/stat : 29409 (python) S 29385 29385 28463 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538571258 296431616 5787 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 514 18446604442570187200 0 0 -1 0 0 0 0
[pid=29395] ppid=29385 vsize=289884 CPUtime=0.17 cores=0,2,4,6
/proc/29395/stat : 29395 (python) S 29385 29385 28463 0 -1 4202560 1076 0 0 0 8 9 0 0 19 0 2 0 538561243 296841216 5865 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29395/statm: 72471 5865 400 364 0 8386 0
[pid=29397] ppid=29395 vsize=1017932 CPUtime=100.15 cores=0,2,4,6
/proc/29397/stat : 29397 (gnovelty+2) T 29395 29397 29397 0 -1 4202496 495 0 0 0 10015 0 0 0 25 0 1 0 538561244 1042362368 227 33554432000 134512640 135663704 4291106864 18446744073709551615 134545699 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29397/statm: 254483 227 113 282 0 254199 0
[pid=29395/tid=29410] ppid=29385 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/29395/task/29410/stat : 29410 (python) S 29385 29385 28463 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538571260 296841216 5865 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 514 18446604450718092352 0 0 -1 4 0 0 0
[pid=29398] ppid=29385 vsize=300140 CPUtime=0.16 cores=0,2,4,6
/proc/29398/stat : 29398 (python) S 29385 29385 28463 0 -1 4202560 1089 0 0 0 9 7 0 0 19 0 2 0 538561247 307343360 5869 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29398/statm: 75035 5869 400 364 0 10947 0
[pid=29400] ppid=29398 vsize=416524 CPUtime=99.82 cores=0,2,4,6
/proc/29400/stat : 29400 (adaptg2wsat2009) T 29398 29400 29400 0 -1 4202496 588 0 0 0 9982 0 0 0 25 0 1 0 538561247 426520576 322 33554432000 134512640 135107411 4294566272 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29400/statm: 104131 322 59 146 0 103007 0
[pid=29398/tid=29417] ppid=29385 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/29398/task/29417/stat : 29417 (python) S 29385 29385 28463 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538571264 307343360 5869 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 514 18446604450394714432 0 0 -1 2 0 0 0
[pid=29401] ppid=29385 vsize=310396 CPUtime=0.17 cores=0,2,4,6
/proc/29401/stat : 29401 (python) S 29385 29385 28463 0 -1 4202560 1090 0 0 0 8 9 0 0 19 0 2 0 538561249 317845504 5873 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29401/statm: 77599 5873 400 364 0 13508 0
[pid=29403] ppid=29401 vsize=416524 CPUtime=99.11 cores=0,2,4,6
/proc/29403/stat : 29403 (adaptg2wsat2009) T 29401 29403 29403 0 -1 4202496 588 0 0 0 9911 0 0 0 25 0 1 0 538561250 426520576 321 33554432000 134512640 135107411 4294535536 18446744073709551615 134547589 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29403/statm: 104131 321 59 146 0 103007 0
[pid=29401/tid=29418] ppid=29385 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/29401/task/29418/stat : 29418 (python) S 29385 29385 28463 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538571267 317845504 5873 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 514 18446604447364327424 0 0 -1 6 0 0 0
[pid=29411] ppid=29385 vsize=320652 CPUtime=0.05 cores=0,2,4,6
/proc/29411/stat : 29411 (python) S 29385 29385 28463 0 -1 4202560 937 0 0 0 2 3 0 0 18 0 1 0 538571260 328347648 5847 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 2814696990548394244 0 0 17 6 0 0 0
/proc/29411/statm: 80163 5847 371 364 0 16069 0
[pid=29413] ppid=29411 vsize=416524 CPUtime=35.6 cores=0,2,4,6
/proc/29413/stat : 29413 (adaptg2wsat2009) R 29411 29413 29413 0 -1 4202496 589 0 0 0 3560 0 0 0 25 0 1 0 538571261 426520576 321 33554432000 134512640 135107411 4294398320 18446744073709551615 134531656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29413/statm: 104131 321 59 146 0 103007 0
[pid=29414] ppid=29385 vsize=330908 CPUtime=0.05 cores=0,2,4,6
/proc/29414/stat : 29414 (python) S 29385 29385 28463 0 -1 4202560 944 0 0 0 3 2 0 0 18 0 1 0 538571264 338849792 5851 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 2814696990548394241 0 0 17 4 0 0 0
/proc/29414/statm: 82727 5851 371 364 0 18630 0
[pid=29416] ppid=29414 vsize=1017932 CPUtime=35.88 cores=0,2,4,6
/proc/29416/stat : 29416 (gnovelty+2) R 29414 29416 29416 0 -1 4202496 492 0 0 0 3588 0 0 0 25 0 1 0 538571264 1042362368 226 33554432000 134512640 135663704 4288503264 18446744073709551615 134524540 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29416/statm: 254483 226 113 282 0 254199 0
[pid=29419] ppid=29385 vsize=341164 CPUtime=2.1 cores=0,2,4,6
/proc/29419/stat : 29419 (python) S 29385 29385 28463 0 -1 4202560 971 0 0 0 182 28 0 0 18 0 1 0 538571268 349351936 5855 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528664383 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29419/statm: 85291 5855 371 364 0 21191 0
[pid=29421] ppid=29419 vsize=0 CPUtime=33.7 cores=0,2,4,6
/proc/29421/stat : 29421 (march_hi) R 29419 29421 29421 0 -1 4202500 1006 0 0 0 3370 0 0 0 25 0 1 0 538571268 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29421/statm: 0 0 0 0 0 0 0
[pid=29422] ppid=29385 vsize=351420 CPUtime=2.15 cores=0,2,4,6
/proc/29422/stat : 29422 (python) R 29385 29385 28463 0 -1 4202560 1011 0 0 0 186 29 0 0 18 0 1 0 538571272 359854080 5865 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528664383 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/29422/statm: 87855 5865 377 364 0 23752 0
[pid=29424] ppid=29422 vsize=0 CPUtime=33.65 cores=0,2,4,6
/proc/29424/stat : 29424 (march_hi) R 29422 29424 29424 0 -1 4202500 1006 0 0 0 3365 0 0 0 25 0 1 0 538571272 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29424/statm: 0 0 0 0 0 0 0
[pid=29385/tid=29393] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29393/stat : 29393 (python) S 29383 29385 28463 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 538561241 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29396] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29396/stat : 29396 (python) S 29383 29385 28463 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 538561244 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29399] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29399/stat : 29399 (python) S 29383 29385 28463 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 9 0 538561247 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 4 0 0 0
[pid=29385/tid=29402] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29402/stat : 29402 (python) S 29383 29385 28463 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 9 0 538561250 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29412] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29412/stat : 29412 (python) S 29383 29385 28463 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 538571261 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29415] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29415/stat : 29415 (python) S 29383 29385 28463 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 9 0 538571264 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 2 0 0 0
[pid=29385/tid=29420] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29420/stat : 29420 (python) S 29383 29385 28463 0 -1 4202560 25 935 0 0 0 0 0 0 24 0 9 0 538571268 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 2 0 0 0
[pid=29385/tid=29423] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29423/stat : 29423 (python) S 29383 29385 28463 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 538571272 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 543.94
Current children cumulated vsize (KiB) 7199080

[startup+137.509 s]
/proc/loadavg: 9.20 9.18 8.31 14/278 29425
/proc/meminfo: memFree=28739868/32951124 swapFree=67102756/67111528
[pid=29385] ppid=29383 vsize=361664 CPUtime=0.86 cores=0,2,4,6
/proc/29385/stat : 29385 (python) S 29383 29385 28463 0 -1 4202496 16229 935 1 0 77 9 0 0 25 0 9 0 538561144 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29385/statm: 90416 7384 1892 364 0 26313 0
[pid=29392] ppid=29385 vsize=289484 CPUtime=0.16 cores=0,2,4,6
/proc/29392/stat : 29392 (python) S 29385 29385 28463 0 -1 4202560 1082 0 0 0 9 7 0 0 19 0 2 0 538561241 296431616 5787 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29392/statm: 72371 5787 410 364 0 8289 0
[pid=29394] ppid=29392 vsize=1017932 CPUtime=100.16 cores=0,2,4,6
/proc/29394/stat : 29394 (gnovelty+2) T 29392 29394 29394 0 -1 4202496 491 0 0 0 10016 0 0 0 25 0 1 0 538561241 1042362368 227 33554432000 134512640 135663704 4288410464 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29394/statm: 254483 227 113 282 0 254199 0
[pid=29392/tid=29409] ppid=29385 vsize=289484 CPUtime=0 cores=0,2,4,6
/proc/29392/task/29409/stat : 29409 (python) S 29385 29385 28463 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538571258 296431616 5787 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 514 18446604442570187200 0 0 -1 0 0 0 0
[pid=29395] ppid=29385 vsize=289884 CPUtime=0.17 cores=0,2,4,6
/proc/29395/stat : 29395 (python) S 29385 29385 28463 0 -1 4202560 1076 0 0 0 8 9 0 0 19 0 2 0 538561243 296841216 5865 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29395/statm: 72471 5865 400 364 0 8386 0
[pid=29397] ppid=29395 vsize=1017932 CPUtime=100.15 cores=0,2,4,6
/proc/29397/stat : 29397 (gnovelty+2) T 29395 29397 29397 0 -1 4202496 495 0 0 0 10015 0 0 0 25 0 1 0 538561244 1042362368 227 33554432000 134512640 135663704 4291106864 18446744073709551615 134545699 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29397/statm: 254483 227 113 282 0 254199 0
[pid=29395/tid=29410] ppid=29385 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/29395/task/29410/stat : 29410 (python) S 29385 29385 28463 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538571260 296841216 5865 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 514 18446604450718092352 0 0 -1 4 0 0 0
[pid=29398] ppid=29385 vsize=300140 CPUtime=0.16 cores=0,2,4,6
/proc/29398/stat : 29398 (python) S 29385 29385 28463 0 -1 4202560 1089 0 0 0 9 7 0 0 19 0 2 0 538561247 307343360 5869 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29398/statm: 75035 5869 400 364 0 10947 0
[pid=29400] ppid=29398 vsize=416524 CPUtime=99.82 cores=0,2,4,6
/proc/29400/stat : 29400 (adaptg2wsat2009) T 29398 29400 29400 0 -1 4202496 588 0 0 0 9982 0 0 0 25 0 1 0 538561247 426520576 322 33554432000 134512640 135107411 4294566272 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29400/statm: 104131 322 59 146 0 103007 0
[pid=29398/tid=29417] ppid=29385 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/29398/task/29417/stat : 29417 (python) S 29385 29385 28463 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538571264 307343360 5869 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 514 18446604450394714432 0 0 -1 2 0 0 0
[pid=29401] ppid=29385 vsize=310396 CPUtime=0.17 cores=0,2,4,6
/proc/29401/stat : 29401 (python) S 29385 29385 28463 0 -1 4202560 1090 0 0 0 8 9 0 0 19 0 2 0 538561249 317845504 5873 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29401/statm: 77599 5873 400 364 0 13508 0
[pid=29403] ppid=29401 vsize=416524 CPUtime=99.11 cores=0,2,4,6
/proc/29403/stat : 29403 (adaptg2wsat2009) T 29401 29403 29403 0 -1 4202496 588 0 0 0 9911 0 0 0 25 0 1 0 538561250 426520576 321 33554432000 134512640 135107411 4294535536 18446744073709551615 134547589 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/29403/statm: 104131 321 59 146 0 103007 0
[pid=29401/tid=29418] ppid=29385 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/29401/task/29418/stat : 29418 (python) S 29385 29385 28463 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538571267 317845504 5873 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 514 18446604447364327424 0 0 -1 6 0 0 0
[pid=29411] ppid=29385 vsize=320652 CPUtime=0.05 cores=0,2,4,6
/proc/29411/stat : 29411 (python) S 29385 29385 28463 0 -1 4202560 937 0 0 0 2 3 0 0 18 0 1 0 538571260 328347648 5847 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 2814696990548394244 0 0 17 6 0 0 0
/proc/29411/statm: 80163 5847 371 364 0 16069 0
[pid=29413] ppid=29411 vsize=416524 CPUtime=36 cores=0,2,4,6
/proc/29413/stat : 29413 (adaptg2wsat2009) R 29411 29413 29413 0 -1 4202496 589 0 0 0 3600 0 0 0 25 0 1 0 538571261 426520576 321 33554432000 134512640 135107411 4294398320 18446744073709551615 134531797 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29413/statm: 104131 321 59 146 0 103007 0
[pid=29414] ppid=29385 vsize=330908 CPUtime=0.05 cores=0,2,4,6
/proc/29414/stat : 29414 (python) S 29385 29385 28463 0 -1 4202560 944 0 0 0 3 2 0 0 18 0 1 0 538571264 338849792 5851 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 2814696990548394241 0 0 17 4 0 0 0
/proc/29414/statm: 82727 5851 371 364 0 18630 0
[pid=29416] ppid=29414 vsize=1017932 CPUtime=36.29 cores=0,2,4,6
/proc/29416/stat : 29416 (gnovelty+2) R 29414 29416 29416 0 -1 4202496 492 0 0 0 3629 0 0 0 25 0 1 0 538571264 1042362368 226 33554432000 134512640 135663704 4288503264 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29416/statm: 254483 226 113 282 0 254199 0
[pid=29419] ppid=29385 vsize=341164 CPUtime=2.5 cores=0,2,4,6
/proc/29419/stat : 29419 (python) R 29385 29385 28463 0 -1 4202560 971 0 0 0 217 33 0 0 18 0 1 0 538571268 349351936 5855 33554432000 4194304 5683644 140733968025280 18446744073709551615 246516854342 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/29419/statm: 85291 5855 371 364 0 21191 0
[pid=29421] ppid=29419 vsize=0 CPUtime=33.7 cores=0,2,4,6
/proc/29421/stat : 29421 (march_hi) R 29419 29421 29421 0 -1 4202500 1006 0 0 0 3370 0 0 0 25 0 1 0 538571268 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/29421/statm: 0 0 0 0 0 0 0
[pid=29422] ppid=29385 vsize=351420 CPUtime=2.56 cores=0,2,4,6
/proc/29422/stat : 29422 (python) R 29385 29385 28463 0 -1 4202560 1011 0 0 0 222 34 0 0 18 0 1 0 538571272 359854080 5865 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528664383 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/29422/statm: 87855 5865 377 364 0 23752 0
[pid=29424] ppid=29422 vsize=0 CPUtime=33.65 cores=0,2,4,6
/proc/29424/stat : 29424 (march_hi) R 29422 29424 29424 0 -1 4202500 1006 0 0 0 3365 0 0 0 25 0 1 0 538571272 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29424/statm: 0 0 0 0 0 0 0
[pid=29385/tid=29393] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29393/stat : 29393 (python) S 29383 29385 28463 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 9 0 538561241 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29396] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29396/stat : 29396 (python) S 29383 29385 28463 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 538561244 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29399] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29399/stat : 29399 (python) S 29383 29385 28463 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 9 0 538561247 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 4 0 0 0
[pid=29385/tid=29402] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29402/stat : 29402 (python) S 29383 29385 28463 0 -1 4202560 22 935 0 0 0 0 0 0 24 0 9 0 538561250 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29412] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29412/stat : 29412 (python) S 29383 29385 28463 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 538571261 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 6 0 0 0
[pid=29385/tid=29415] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29415/stat : 29415 (python) S 29383 29385 28463 0 -1 4202560 27 935 0 0 0 0 0 0 22 0 9 0 538571264 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 2 0 0 0
[pid=29385/tid=29420] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29420/stat : 29420 (python) S 29383 29385 28463 0 -1 4202560 25 935 0 0 0 0 0 0 24 0 9 0 538571268 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 2 0 0 0
[pid=29385/tid=29423] ppid=29383 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/29385/task/29423/stat : 29423 (python) S 29383 29385 28463 0 -1 4202560 29 935 0 0 0 0 0 0 25 0 9 0 538571272 370343936 7384 33554432000 4194304 5683644 140733968025280 18446744073709551615 246528657841 0 0 16781312 2 18446604453848067008 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 545.56
Current children cumulated vsize (KiB) 7199080

Child status: 0
Real time (s): 137.55
CPU time (s): 545.804
CPU user time (s): 544.597
CPU system time (s): 1.20682
CPU usage (%): 396.804
Max. virtual memory (cumulated for all children) (KiB): 7203608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 544.597
system time used= 1.20682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35540
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= 4725
involuntary context switches= 10609

runsolver used 0.315951 second user time and 0.697893 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-01 19:07:09
IDJOB=3317427
IDBENCH=82892
IDSOLVER=1705
FILE ID=node134/3317427-1304269629
RUNJOBID= node134-1304267281-28481
PBS_JOBID= 13173945
Free space on /tmp= 72468 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S2039518547-066.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-3317427-1304269629/watcher-3317427-1304269629 -o /tmp/evaluation-result-3317427-1304269629/solver-3317427-1304269629 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317427-1304269629.cnf -seed 1321080376 -budget 4800 -cores 4

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

MD5SUM BENCH= 80aa82e62b454f2871f6471d9559597d
RANDOM SEED=1321080376

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28882916 kB
Buffers:       1063276 kB
Cached:        1673600 kB
SwapCached:       4712 kB
Active:        1247420 kB
Inactive:      2403812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28882916 kB
SwapTotal:    67111528 kB
SwapFree:     67102756 kB
Dirty:           31928 kB
Writeback:           0 kB
AnonPages:      911204 kB
Mapped:          24832 kB
Slab:           342332 kB
PageTables:      15772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23716944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72440 MiB
End job on node134 at 2011-05-01 19:09:27