Trace number 3317568

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 2280.82 574.838

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S113771637-026.UNKNOWN.cnf
MD5SUM7f4758baa378252dd3709cff507a5405
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark370.78
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.42/0.93	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/0.93	c INFO: solving HOME/instance-3317568-1304270169.cnf
0.42/0.93	c INFO: computing task features
0.42/0.97	c INFO: computed variable-clause graph statistics
0.42/0.97	c INFO: computed clause balance statistics
0.60/1.16	c INFO: computed variable balance statistics
0.70/1.24	c INFO: computed small-clause counts
0.70/1.24	c INFO: computed Horn-clause counts
0.70/1.25	c INFO: computed variable graph statistics
0.70/1.25	c INFO: collected features for HOME/instance-3317568-1304270169.cnf in 0.32 s
0.70/1.28	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.55)
0.79/1.31	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.10)
0.79/1.33	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.05)
0.79/1.36	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
395.12/101.50	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.03)
395.12/101.57	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
395.39/101.60	c INFO: running FH@0 for 97 with 4699 remaining (b = 0.02)
418.99/107.54	c INFO: running adaptg2wsat2009++@0 for 97 with 4693 remaining (b = 0.01)
794.98/201.71	c INFO: running march_hi@0 for 2134 with 4599 remaining (b = 0.31)
795.30/201.82	c INFO: running march_hi@0 for 2134 with 4599 remaining (b = 0.29)
795.30/201.86	c INFO: running march_hi@0 for 388 with 4599 remaining (b = 0.11)
818.82/207.78	c INFO: running march_hi@0 for 388 with 4593 remaining (b = 0.09)
2280.53/574.81	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-3317568-1304270169/watcher-3317568-1304270169 -o /tmp/evaluation-result-3317568-1304270169/solver-3317568-1304270169 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317568-1304270169.cnf -seed 809406488 -budget 4800 -cores 4 

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

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.22 8.18 7.79 5/290 31131
/proc/meminfo: memFree=29575092/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/31131/stat : 31131 (python) R 31129 31131 30218 0 -1 4202496 820 0 0 0 0 0 0 0 17 0 1 0 538615580 15753216 704 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970550016 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31131/statm: 3880 708 334 364 0 367 0

[startup+0.0517409 s]
/proc/loadavg: 8.22 8.18 7.79 5/290 31131
/proc/meminfo: memFree=29575092/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=23184 CPUtime=0.02 cores=1,3,5,7
/proc/31131/stat : 31131 (python) R 31129 31131 30218 0 -1 4202496 1324 0 0 0 2 0 0 0 17 0 1 0 538615580 23740416 1173 33554432000 4194304 5683644 140734177143632 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31131/statm: 5795 1172 432 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 23184

[startup+0.10074 s]
/proc/loadavg: 8.22 8.18 7.79 5/290 31131
/proc/meminfo: memFree=29575092/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=87704 CPUtime=0.06 cores=1,3,5,7
/proc/31131/stat : 31131 (python) R 31129 31131 30218 0 -1 4202496 2638 0 0 0 4 2 0 0 17 0 1 0 538615580 89808896 2354 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970546021 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31131/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300661 s]
/proc/loadavg: 8.22 8.18 7.79 5/290 31131
/proc/meminfo: memFree=29575092/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/31131/stat : 31131 (python) S 31129 31131 30218 0 -1 4202496 5967 933 1 0 14 5 0 0 18 0 1 0 538615580 139005952 4151 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/31131/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.70364 s]
/proc/loadavg: 8.22 8.18 7.79 5/290 31131
/proc/meminfo: memFree=29575092/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=198916 CPUtime=0.29 cores=1,3,5,7
/proc/31131/stat : 31131 (python) R 31129 31131 30218 0 -1 4202496 7023 933 1 0 20 9 0 0 15 0 1 0 538615580 203689984 5053 33554432000 4194304 5683644 140734177143632 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 6
/proc/31131/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 198916

[startup+1.50045 s]
/proc/loadavg: 8.20 8.18 7.79 6/291 31136
/proc/meminfo: memFree=29549788/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=320312 CPUtime=0.85 cores=1,3,5,7
/proc/31131/stat : 31131 (python) S 31129 31131 30218 0 -1 4202496 12801 933 1 0 72 13 0 0 24 0 5 0 538615580 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 6
/proc/31131/statm: 80078 7277 1883 364 0 15987 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 320312

[startup+3.10117 s]
/proc/loadavg: 8.20 8.18 7.79 9/303 31148
/proc/meminfo: memFree=29531464/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=320312 CPUtime=0.85 cores=1,3,5,7
/proc/31131/stat : 31131 (python) S 31129 31131 30218 0 -1 4202496 12801 933 1 0 72 13 0 0 24 0 5 0 538615580 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 6
/proc/31131/statm: 80078 7277 1883 364 0 15987 0
[pid=31137] ppid=31131 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/31137/stat : 31137 (python) S 31131 31131 30218 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 538615708 285388800 5614 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570255 0 0 16781312 514 4294723208713568520 0 0 17 3 0 0 0
/proc/31137/statm: 69675 5614 354 364 0 5593 0
[pid=31139] ppid=31137 vsize=1017932 CPUtime=1.8 cores=1,3,5,7
/proc/31139/stat : 31139 (gnovelty+2) R 31137 31139 31139 0 -1 4202496 514 0 0 0 180 0 0 0 25 0 1 0 538615709 1042362368 248 33554432000 134512640 135663704 4292054944 18446744073709551615 134525339 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31139/statm: 254483 248 113 282 0 254199 0
[pid=31140] ppid=31131 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (python) S 31131 31131 30218 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 538615711 296366080 5713 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 4592518786271117572 0 0 17 5 0 0 0
/proc/31140/statm: 72355 5713 348 364 0 8270 0
[pid=31142] ppid=31140 vsize=1017932 CPUtime=1.21 cores=1,3,5,7
/proc/31142/stat : 31142 (gnovelty+2) R 31140 31142 31142 0 -1 4202496 512 0 0 0 120 1 0 0 25 0 1 0 538615711 1042362368 247 33554432000 134512640 135663704 4293853328 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31142/statm: 254483 247 113 282 0 254199 0
[pid=31143] ppid=31131 vsize=299204 CPUtime=0 cores=1,3,5,7
/proc/31143/stat : 31143 (python) S 31131 31131 30218 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 538615714 306384896 5614 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 16833426543400189951 0 0 17 3 0 0 0
/proc/31143/statm: 74801 5614 348 364 0 10713 0
[pid=31145] ppid=31143 vsize=416788 CPUtime=1.75 cores=1,3,5,7
/proc/31145/stat : 31145 (adaptg2wsat2009) R 31143 31145 31145 0 -1 4202496 625 0 0 0 175 0 0 0 25 0 1 0 538615714 426790912 362 33554432000 134512640 135107411 4291275680 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31145/statm: 104197 362 59 146 0 103073 0
[pid=31146] ppid=31131 vsize=310068 CPUtime=0 cores=1,3,5,7
/proc/31146/stat : 31146 (python) S 31131 31131 30218 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 538615717 317509632 5738 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 4431325433836863487 0 0 17 5 0 0 0
/proc/31146/statm: 77517 5738 348 364 0 13426 0
[pid=31148] ppid=31146 vsize=416788 CPUtime=1.72 cores=1,3,5,7
/proc/31148/stat : 31148 (adaptg2wsat2009) R 31146 31148 31148 0 -1 4202496 629 0 0 0 172 0 0 0 25 0 1 0 538615717 426790912 363 33554432000 134512640 135107411 4287199888 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31148/statm: 104197 363 59 146 0 103073 0
[pid=31131/tid=31138] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31138/stat : 31138 (python) S 31129 31131 30218 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 5 0 538615708 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31141] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31141/stat : 31141 (python) S 31129 31131 30218 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 538615711 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 1 0 0 0
[pid=31131/tid=31144] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31144/stat : 31144 (python) S 31129 31131 30218 0 -1 4202560 20 933 0 0 0 0 0 0 22 0 5 0 538615714 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31147] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31147/stat : 31147 (python) S 31129 31131 30218 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 5 0 538615717 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 4367144

[startup+6.30062 s]
/proc/loadavg: 8.20 8.18 7.79 12/303 31149
/proc/meminfo: memFree=29529116/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=320312 CPUtime=0.85 cores=1,3,5,7
/proc/31131/stat : 31131 (python) S 31129 31131 30218 0 -1 4202496 12801 933 1 0 72 13 0 0 24 0 5 0 538615580 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 6
/proc/31131/statm: 80078 7277 1883 364 0 15987 0
[pid=31137] ppid=31131 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/31137/stat : 31137 (python) S 31131 31131 30218 0 -1 4202560 899 0 0 0 0 0 0 0 18 0 1 0 538615708 285388800 5637 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570255 0 0 16781312 514 4294723208713568520 0 0 17 3 0 0 0
/proc/31137/statm: 69675 5637 377 364 0 5593 0
[pid=31139] ppid=31137 vsize=1017932 CPUtime=4.97 cores=1,3,5,7
/proc/31139/stat : 31139 (gnovelty+2) R 31137 31139 31139 0 -1 4202496 514 0 0 0 497 0 0 0 25 0 1 0 538615709 1042362368 248 33554432000 134512640 135663704 4292054944 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31139/statm: 254483 248 113 282 0 254199 0
[pid=31140] ppid=31131 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/31140/stat : 31140 (python) S 31131 31131 30218 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 538615711 296366080 5736 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 4592518786271117572 0 0 17 5 0 0 0
/proc/31140/statm: 72355 5736 371 364 0 8270 0
[pid=31142] ppid=31140 vsize=1017932 CPUtime=2.44 cores=1,3,5,7
/proc/31142/stat : 31142 (gnovelty+2) R 31140 31142 31142 0 -1 4202496 512 0 0 0 236 8 0 0 25 0 1 0 538615711 1042362368 247 33554432000 134512640 135663704 4293853328 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31142/statm: 254483 247 113 282 0 254199 0
[pid=31143] ppid=31131 vsize=299204 CPUtime=0 cores=1,3,5,7
/proc/31143/stat : 31143 (python) S 31131 31131 30218 0 -1 4202560 918 0 0 0 0 0 0 0 18 0 1 0 538615714 306384896 5637 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 16833426543400157448 0 0 17 3 0 0 0
/proc/31143/statm: 74801 5637 371 364 0 10713 0
[pid=31145] ppid=31143 vsize=416788 CPUtime=4.93 cores=1,3,5,7
/proc/31145/stat : 31145 (adaptg2wsat2009) R 31143 31145 31145 0 -1 4202496 625 0 0 0 493 0 0 0 25 0 1 0 538615714 426790912 362 33554432000 134512640 135107411 4291275680 18446744073709551615 134531928 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31145/statm: 104197 362 59 146 0 103073 0
[pid=31146] ppid=31131 vsize=310068 CPUtime=0 cores=1,3,5,7
/proc/31146/stat : 31146 (python) S 31131 31131 30218 0 -1 4202560 926 0 0 0 0 0 0 0 18 0 1 0 538615717 317509632 5761 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 4431325433836863487 0 0 17 5 0 0 0
/proc/31146/statm: 77517 5761 371 364 0 13426 0
[pid=31148] ppid=31146 vsize=416788 CPUtime=4.9 cores=1,3,5,7
/proc/31148/stat : 31148 (adaptg2wsat2009) R 31146 31148 31148 0 -1 4202496 629 0 0 0 490 0 0 0 25 0 1 0 538615717 426790912 363 33554432000 134512640 135107411 4287199888 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31148/statm: 104197 363 59 146 0 103073 0
[pid=31131/tid=31138] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31138/stat : 31138 (python) S 31129 31131 30218 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 5 0 538615708 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31141] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31141/stat : 31141 (python) S 31129 31131 30218 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 538615711 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 1 0 0 0
[pid=31131/tid=31144] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31144/stat : 31144 (python) S 31129 31131 30218 0 -1 4202560 20 933 0 0 0 0 0 0 22 0 5 0 538615714 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31147] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31147/stat : 31147 (python) S 31129 31131 30218 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 5 0 538615717 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18.09
Current children cumulated vsize (KiB) 4367144

[startup+12.7005 s]
/proc/loadavg: 8.39 8.22 7.81 9/303 31149
/proc/meminfo: memFree=29526376/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=320312 CPUtime=0.85 cores=1,3,5,7
/proc/31131/stat : 31131 (python) S 31129 31131 30218 0 -1 4202496 12801 933 1 0 72 13 0 0 24 0 5 0 538615580 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 6
/proc/31131/statm: 80078 7277 1883 364 0 15987 0
[pid=31137] ppid=31131 vsize=278700 CPUtime=0.01 cores=1,3,5,7
/proc/31137/stat : 31137 (python) S 31131 31131 30218 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 538615708 285388800 5637 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570255 0 0 16781312 514 17932436514701017352 0 0 17 3 0 0 0
/proc/31137/statm: 69675 5637 377 364 0 5593 0
[pid=31139] ppid=31137 vsize=1017932 CPUtime=11.32 cores=1,3,5,7
/proc/31139/stat : 31139 (gnovelty+2) R 31137 31139 31139 0 -1 4202496 514 0 0 0 1132 0 0 0 25 0 1 0 538615709 1042362368 248 33554432000 134512640 135663704 4292054944 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31139/statm: 254483 248 113 282 0 254199 0
[pid=31140] ppid=31131 vsize=289420 CPUtime=0.01 cores=1,3,5,7
/proc/31140/stat : 31140 (python) S 31131 31131 30218 0 -1 4202560 907 0 0 0 1 0 0 0 18 0 1 0 538615711 296366080 5736 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 17932436514701017348 0 0 17 5 0 0 0
/proc/31140/statm: 72355 5736 371 364 0 8270 0
[pid=31142] ppid=31140 vsize=1017932 CPUtime=6.68 cores=1,3,5,7
/proc/31142/stat : 31142 (gnovelty+2) R 31140 31142 31142 0 -1 4202496 512 0 0 0 651 17 0 0 25 0 1 0 538615711 1042362368 247 33554432000 134512640 135663704 4293853328 18446744073709551615 134524919 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31142/statm: 254483 247 113 282 0 254199 0
[pid=31143] ppid=31131 vsize=299204 CPUtime=0.01 cores=1,3,5,7
/proc/31143/stat : 31143 (python) S 31131 31131 30218 0 -1 4202560 920 0 0 0 1 0 0 0 18 0 1 0 538615714 306384896 5637 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 17932436514701017352 0 0 17 3 0 0 0
/proc/31143/statm: 74801 5637 371 364 0 10713 0
[pid=31145] ppid=31143 vsize=416788 CPUtime=11.3 cores=1,3,5,7
/proc/31145/stat : 31145 (adaptg2wsat2009) R 31143 31145 31145 0 -1 4202496 625 0 0 0 1130 0 0 0 25 0 1 0 538615714 426790912 362 33554432000 134512640 135107411 4291275680 18446744073709551615 134532360 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31145/statm: 104197 362 59 146 0 103073 0
[pid=31146] ppid=31131 vsize=310068 CPUtime=0.01 cores=1,3,5,7
/proc/31146/stat : 31146 (python) S 31131 31131 30218 0 -1 4202560 931 0 0 0 0 1 0 0 18 0 1 0 538615717 317509632 5761 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 17932436514701017350 0 0 17 5 0 0 0
/proc/31146/statm: 77517 5761 371 364 0 13426 0
[pid=31148] ppid=31146 vsize=416788 CPUtime=11.28 cores=1,3,5,7
/proc/31148/stat : 31148 (adaptg2wsat2009) R 31146 31148 31148 0 -1 4202496 629 0 0 0 1128 0 0 0 25 0 1 0 538615717 426790912 363 33554432000 134512640 135107411 4287199888 18446744073709551615 134531935 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31148/statm: 104197 363 59 146 0 103073 0
[pid=31131/tid=31138] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31138/stat : 31138 (python) S 31129 31131 30218 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 5 0 538615708 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31141] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31141/stat : 31141 (python) S 31129 31131 30218 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 538615711 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 1 0 0 0
[pid=31131/tid=31144] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31144/stat : 31144 (python) S 31129 31131 30218 0 -1 4202560 20 933 0 0 0 0 0 0 22 0 5 0 538615714 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31147] ppid=31129 vsize=320312 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31147/stat : 31147 (python) S 31129 31131 30218 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 5 0 538615717 327999488 7277 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 41.47
Current children cumulated vsize (KiB) 4367144

[startup+25.5013 s]
/proc/loadavg: 8.33 8.22 7.81 9/303 31149
/proc/meminfo: memFree=29521916/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=320312 CPUtime=0.85 cores=1,3,5,7

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

/proc/31324/stat : 31324 (python) S 31131 31131 30218 0 -1 4202560 1048 0 0 0 46 37 0 0 15 0 1 0 538635752 370196480 5848 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 14824768058156876037 0 0 17 3 0 0 0
/proc/31324/statm: 90380 5848 371 364 0 26274 0
[pid=31326] ppid=31324 vsize=4152 CPUtime=366.25 cores=1,3,5,7
/proc/31326/stat : 31326 (march_hi) R 31324 31326 31326 0 -1 4202496 1686 0 0 0 36625 0 0 0 25 0 1 0 538635753 4251648 828 33554432000 4194304 4955518 140733978233888 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31326/statm: 1038 828 106 186 0 851 0
[pid=31329] ppid=31131 vsize=371976 CPUtime=2.91 cores=1,3,5,7
/proc/31329/stat : 31329 (python) R 31131 31131 30218 0 -1 4202560 1045 0 0 0 225 66 0 0 18 0 1 0 538635762 380903424 5878 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982380351 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/31329/statm: 92994 5878 371 364 0 28885 0
[pid=31331] ppid=31329 vsize=0 CPUtime=370.53 cores=1,3,5,7
/proc/31331/stat : 31331 (march_hi) R 31329 31331 31331 0 -1 4202500 1696 0 0 0 37053 0 0 0 25 0 1 0 538635762 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31331/statm: 0 0 0 0 0 0 0
[pid=31332] ppid=31131 vsize=382232 CPUtime=0.82 cores=1,3,5,7
/proc/31332/stat : 31332 (python) S 31131 31131 30218 0 -1 4202560 1035 0 0 0 43 39 0 0 15 0 1 0 538635766 391405568 5884 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 5601800194904523016 0 0 17 1 0 0 0
/proc/31332/statm: 95558 5884 371 364 0 31446 0
[pid=31334] ppid=31332 vsize=4152 CPUtime=371.17 cores=1,3,5,7
/proc/31334/stat : 31334 (march_hi) R 31332 31334 31334 0 -1 4202496 1691 0 0 0 37117 0 0 0 25 0 1 0 538635767 4251648 836 33554432000 4194304 4955518 140736523491824 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31334/statm: 1038 836 106 186 0 851 0
[pid=31336] ppid=31131 vsize=392736 CPUtime=0.82 cores=1,3,5,7
/proc/31336/stat : 31336 (python) S 31131 31131 30218 0 -1 4202560 1046 0 0 0 46 36 0 0 15 0 1 0 538636358 402161664 5949 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 18303310587137851653 0 0 17 1 0 0 0
/proc/31336/statm: 98184 5949 372 364 0 34069 0
[pid=31338] ppid=31336 vsize=4152 CPUtime=365.54 cores=1,3,5,7
/proc/31338/stat : 31338 (march_hi) R 31336 31338 31338 0 -1 4202496 1687 0 0 0 36554 0 0 0 25 0 1 0 538636359 4251648 830 33554432000 4194304 4955518 140734224884992 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31338/statm: 1038 830 106 186 0 851 0
[pid=31131/tid=31138] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31138/stat : 31138 (python) S 31129 31131 30218 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 13 0 538615708 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31141] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31141/stat : 31141 (python) S 31129 31131 30218 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 13 0 538615711 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 1 0 0 0
[pid=31131/tid=31144] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31144/stat : 31144 (python) S 31129 31131 30218 0 -1 4202560 20 933 0 0 0 0 0 0 22 0 13 0 538615714 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31147] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31147/stat : 31147 (python) S 31129 31131 30218 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 13 0 538615717 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 5 0 0 0
[pid=31131/tid=31290] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31290/stat : 31290 (python) S 31129 31131 30218 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 13 0 538625731 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 5 0 0 0
[pid=31131/tid=31295] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31295/stat : 31295 (python) S 31129 31131 30218 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 13 0 538625737 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 5 0 0 0
[pid=31131/tid=31298] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31298/stat : 31298 (python) S 31129 31131 30218 0 -1 4202560 29 933 0 0 0 0 0 0 23 0 13 0 538625741 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31302] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31302/stat : 31302 (python) S 31129 31131 30218 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 13 0 538626335 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31325] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31325/stat : 31325 (python) S 31129 31131 30218 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 13 0 538635752 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31330] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31330/stat : 31330 (python) S 31129 31131 30218 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 13 0 538635762 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31333] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31333/stat : 31333 (python) S 31129 31131 30218 0 -1 4202560 27 933 0 0 0 0 0 0 23 0 13 0 538635767 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 1 0 0 0
[pid=31131/tid=31337] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31337/stat : 31337 (python) S 31129 31131 30218 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 13 0 538636359 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2280.13
Current children cumulated vsize (KiB) 9422424

[startup+574.802 s]
/proc/loadavg: 8.21 8.20 7.98 10/339 31368
/proc/meminfo: memFree=29544996/32951132 swapFree=67111364/67111528
[pid=31131] ppid=31129 vsize=402980 CPUtime=1.15 cores=1,3,5,7
/proc/31131/stat : 31131 (python) S 31129 31131 30218 0 -1 4202496 20135 933 1 0 100 15 0 0 20 0 13 0 538615580 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 6
/proc/31131/statm: 100745 7481 1900 364 0 36630 0
[pid=31137] ppid=31131 vsize=288944 CPUtime=0.17 cores=1,3,5,7
/proc/31137/stat : 31137 (python) S 31131 31131 30218 0 -1 4202560 1091 0 0 0 9 8 0 0 19 0 2 0 538615708 295878656 5675 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31137/statm: 72236 5675 410 364 0 8154 0
[pid=31139] ppid=31137 vsize=1017932 CPUtime=99.39 cores=1,3,5,7
/proc/31139/stat : 31139 (gnovelty+2) T 31137 31139 31139 0 -1 4202496 514 0 0 0 9939 0 0 0 25 0 1 0 538615709 1042362368 248 33554432000 134512640 135663704 4292054944 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31139/statm: 254483 248 113 282 0 254199 0
[pid=31137/tid=31288] ppid=31131 vsize=288944 CPUtime=0 cores=1,3,5,7
/proc/31137/task/31288/stat : 31288 (python) S 31131 31131 30218 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538625726 295878656 5675 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 514 18446604471092505600 0 0 -1 3 0 0 0
[pid=31140] ppid=31131 vsize=289420 CPUtime=0.18 cores=1,3,5,7
/proc/31140/stat : 31140 (python) S 31131 31131 30218 0 -1 4202560 1095 0 0 0 11 7 0 0 19 0 2 0 538615711 296366080 5766 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31140/statm: 72355 5766 400 364 0 8270 0
[pid=31142] ppid=31140 vsize=1017932 CPUtime=100.69 cores=1,3,5,7
/proc/31142/stat : 31142 (gnovelty+2) T 31140 31142 31142 0 -1 4202496 512 0 0 0 10014 55 0 0 25 0 1 0 538615711 1042362368 247 33554432000 134512640 135663704 4293853328 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31142/statm: 254483 247 113 282 0 254199 0
[pid=31140/tid=31300] ppid=31131 vsize=289420 CPUtime=0 cores=1,3,5,7
/proc/31140/task/31300/stat : 31300 (python) S 31131 31131 30218 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538626331 296366080 5766 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 514 18446604471161841536 0 0 -1 5 0 0 0
[pid=31143] ppid=31131 vsize=299204 CPUtime=0.18 cores=1,3,5,7
/proc/31143/stat : 31143 (python) S 31131 31131 30218 0 -1 4202560 1106 0 0 0 10 8 0 0 19 0 2 0 538615714 306384896 5667 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31143/statm: 74801 5667 400 364 0 10713 0
[pid=31145] ppid=31143 vsize=416788 CPUtime=99.76 cores=1,3,5,7
/proc/31145/stat : 31145 (adaptg2wsat2009) T 31143 31145 31145 0 -1 4202496 625 0 0 0 9976 0 0 0 25 0 1 0 538615714 426790912 362 33554432000 134512640 135107411 4291275680 18446744073709551615 134531246 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31145/statm: 104197 362 59 146 0 103073 0
[pid=31143/tid=31292] ppid=31131 vsize=299204 CPUtime=0 cores=1,3,5,7
/proc/31143/task/31292/stat : 31292 (python) S 31131 31131 30218 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538625733 306384896 5667 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 514 18446604461126998080 0 0 -1 3 0 0 0
[pid=31146] ppid=31131 vsize=310068 CPUtime=0.17 cores=1,3,5,7
/proc/31146/stat : 31146 (python) S 31131 31131 30218 0 -1 4202560 1117 0 0 0 8 9 0 0 19 0 2 0 538615717 317509632 5791 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31146/statm: 77517 5791 400 364 0 13426 0
[pid=31148] ppid=31146 vsize=416788 CPUtime=99.81 cores=1,3,5,7
/proc/31148/stat : 31148 (adaptg2wsat2009) T 31146 31148 31148 0 -1 4202496 629 0 0 0 9981 0 0 0 25 0 1 0 538615717 426790912 363 33554432000 134512640 135107411 4287199888 18446744073709551615 134532408 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/31148/statm: 104197 363 59 146 0 103073 0
[pid=31146/tid=31293] ppid=31131 vsize=310068 CPUtime=0 cores=1,3,5,7
/proc/31146/task/31293/stat : 31293 (python) S 31131 31131 30218 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538625736 317509632 5791 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 514 18446604471124310784 0 0 -1 3 0 0 0
[pid=31289] ppid=31131 vsize=320324 CPUtime=0.18 cores=1,3,5,7
/proc/31289/stat : 31289 (python) S 31131 31131 30218 0 -1 4202560 1128 0 0 0 10 8 0 0 19 0 2 0 538625730 328011776 5795 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31289/statm: 80081 5795 400 364 0 15987 0
[pid=31291] ppid=31289 vsize=416788 CPUtime=99.34 cores=1,3,5,7
/proc/31291/stat : 31291 (adaptg2wsat2009) T 31289 31291 31291 0 -1 4202496 632 0 0 0 9934 0 0 0 25 0 1 0 538625731 426790912 363 33554432000 134512640 135107411 4293652272 18446744073709551615 134532347 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31291/statm: 104197 363 59 146 0 103073 0
[pid=31289/tid=31323] ppid=31131 vsize=320324 CPUtime=0 cores=1,3,5,7
/proc/31289/task/31323/stat : 31323 (python) S 31131 31131 30218 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538635748 328011776 5795 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 514 18446604467303418560 0 0 -1 5 0 0 0
[pid=31294] ppid=31131 vsize=330580 CPUtime=0.18 cores=1,3,5,7
/proc/31294/stat : 31294 (python) S 31131 31131 30218 0 -1 4202560 1125 0 0 0 10 8 0 0 19 0 2 0 538625737 338513920 5817 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31294/statm: 82645 5817 400 364 0 18548 0
[pid=31296] ppid=31294 vsize=1017932 CPUtime=99.79 cores=1,3,5,7
/proc/31296/stat : 31296 (gnovelty+2) T 31294 31296 31296 0 -1 4202496 513 0 0 0 9979 0 0 0 25 0 1 0 538625738 1042362368 248 33554432000 134512640 135663704 4292376128 18446744073709551615 134546996 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31296/statm: 254483 248 113 282 0 254199 0
[pid=31294/tid=31327] ppid=31131 vsize=330580 CPUtime=0 cores=1,3,5,7
/proc/31294/task/31327/stat : 31327 (python) S 31131 31131 30218 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538635757 338513920 5817 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 514 18446604467303417664 0 0 -1 5 0 0 0
[pid=31297] ppid=31131 vsize=340836 CPUtime=0.18 cores=1,3,5,7
/proc/31297/stat : 31297 (python) S 31131 31131 30218 0 -1 4202560 1134 0 0 0 10 8 0 0 19 0 2 0 538625741 349016064 5823 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31297/statm: 85209 5823 400 364 0 21109 0
[pid=31299] ppid=31297 vsize=246936 CPUtime=100.17 cores=1,3,5,7
/proc/31299/stat : 31299 (FH) T 31297 31299 31299 0 -1 4202496 594 0 0 0 10017 0 0 0 25 0 1 0 538625741 252862464 327 33554432000 134512640 134936988 4287358304 18446744073709551615 134545189 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/31299/statm: 61734 327 41 104 0 61238 0
[pid=31297/tid=31328] ppid=31131 vsize=340836 CPUtime=0 cores=1,3,5,7
/proc/31297/task/31328/stat : 31328 (python) S 31131 31131 30218 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538635760 349016064 5823 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 514 18446604455588668736 0 0 -1 1 0 0 0
[pid=31301] ppid=31131 vsize=351264 CPUtime=0.18 cores=1,3,5,7
/proc/31301/stat : 31301 (python) S 31131 31131 30218 0 -1 4202560 1174 0 0 0 9 9 0 0 19 0 2 0 538626334 359694336 5856 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31301/statm: 87816 5856 406 364 0 23713 0
[pid=31303] ppid=31301 vsize=416788 CPUtime=99.74 cores=1,3,5,7
/proc/31303/stat : 31303 (adaptg2wsat2009) T 31301 31303 31303 0 -1 4202496 637 0 0 0 9974 0 0 0 25 0 1 0 538626335 426790912 363 33554432000 134512640 135107411 4286889376 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31303/statm: 104197 363 59 146 0 103073 0
[pid=31301/tid=31335] ppid=31131 vsize=351264 CPUtime=0 cores=1,3,5,7
/proc/31301/task/31335/stat : 31335 (python) S 31131 31131 30218 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538636354 359694336 5856 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 514 18446604461126996288 0 0 -1 3 0 0 0
[pid=31324] ppid=31131 vsize=361520 CPUtime=0.83 cores=1,3,5,7
/proc/31324/stat : 31324 (python) S 31131 31131 30218 0 -1 4202560 1048 0 0 0 46 37 0 0 15 0 1 0 538635752 370196480 5848 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 14824768058156876037 0 0 17 3 0 0 0
/proc/31324/statm: 90380 5848 371 364 0 26274 0
[pid=31326] ppid=31324 vsize=4152 CPUtime=366.35 cores=1,3,5,7
/proc/31326/stat : 31326 (march_hi) R 31324 31326 31326 0 -1 4202496 1687 0 0 0 36635 0 0 0 25 0 1 0 538635753 4251648 829 33554432000 4194304 4955518 140733978233888 18446744073709551615 4237736 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31326/statm: 1038 829 106 186 0 851 0
[pid=31329] ppid=31131 vsize=371976 CPUtime=3.01 cores=1,3,5,7
/proc/31329/stat : 31329 (python) R 31131 31131 30218 0 -1 4202560 1045 0 0 0 234 67 0 0 18 0 1 0 538635762 380903424 5878 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982380351 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/31329/statm: 92994 5878 371 364 0 28885 0
[pid=31331] ppid=31329 vsize=0 CPUtime=370.53 cores=1,3,5,7
/proc/31331/stat : 31331 (march_hi) R 31329 31331 31331 0 -1 4202500 1696 0 0 0 37053 0 0 0 25 0 1 0 538635762 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31331/statm: 0 0 0 0 0 0 0
[pid=31332] ppid=31131 vsize=382232 CPUtime=0.82 cores=1,3,5,7
/proc/31332/stat : 31332 (python) S 31131 31131 30218 0 -1 4202560 1035 0 0 0 43 39 0 0 15 0 1 0 538635766 391405568 5884 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 5601800194904523016 0 0 17 1 0 0 0
/proc/31332/statm: 95558 5884 371 364 0 31446 0
[pid=31334] ppid=31332 vsize=4152 CPUtime=371.27 cores=1,3,5,7
/proc/31334/stat : 31334 (march_hi) R 31332 31334 31334 0 -1 4202496 1691 0 0 0 37127 0 0 0 25 0 1 0 538635767 4251648 836 33554432000 4194304 4955518 140736523491824 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31334/statm: 1038 836 106 186 0 851 0
[pid=31336] ppid=31131 vsize=392736 CPUtime=0.82 cores=1,3,5,7
/proc/31336/stat : 31336 (python) S 31131 31131 30218 0 -1 4202560 1046 0 0 0 46 36 0 0 15 0 1 0 538636358 402161664 5949 33554432000 4194304 5683644 140734177143632 18446744073709551615 242970570310 0 0 16781312 514 18303310587137851653 0 0 17 1 0 0 0
/proc/31336/statm: 98184 5949 372 364 0 34069 0
[pid=31338] ppid=31336 vsize=4152 CPUtime=365.64 cores=1,3,5,7
/proc/31338/stat : 31338 (march_hi) R 31336 31338 31338 0 -1 4202496 1687 0 0 0 36564 0 0 0 25 0 1 0 538636359 4251648 830 33554432000 4194304 4955518 140734224884992 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31338/statm: 1038 830 106 186 0 851 0
[pid=31131/tid=31138] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31138/stat : 31138 (python) S 31129 31131 30218 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 13 0 538615708 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31141] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31141/stat : 31141 (python) S 31129 31131 30218 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 13 0 538615711 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 1 0 0 0
[pid=31131/tid=31144] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31144/stat : 31144 (python) S 31129 31131 30218 0 -1 4202560 20 933 0 0 0 0 0 0 22 0 13 0 538615714 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31147] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31147/stat : 31147 (python) S 31129 31131 30218 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 13 0 538615717 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 5 0 0 0
[pid=31131/tid=31290] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31290/stat : 31290 (python) S 31129 31131 30218 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 13 0 538625731 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 5 0 0 0
[pid=31131/tid=31295] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31295/stat : 31295 (python) S 31129 31131 30218 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 13 0 538625737 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 5 0 0 0
[pid=31131/tid=31298] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31298/stat : 31298 (python) S 31129 31131 30218 0 -1 4202560 29 933 0 0 0 0 0 0 23 0 13 0 538625741 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31302] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31302/stat : 31302 (python) S 31129 31131 30218 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 13 0 538626335 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31325] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31325/stat : 31325 (python) S 31129 31131 30218 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 13 0 538635752 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31330] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31330/stat : 31330 (python) S 31129 31131 30218 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 13 0 538635762 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 3 0 0 0
[pid=31131/tid=31333] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31333/stat : 31333 (python) S 31129 31131 30218 0 -1 4202560 27 933 0 0 0 0 0 0 23 0 13 0 538635767 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 1 0 0 0
[pid=31131/tid=31337] ppid=31129 vsize=402980 CPUtime=0 cores=1,3,5,7
/proc/31131/task/31337/stat : 31337 (python) S 31129 31131 30218 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 13 0 538636359 412651520 7481 33554432000 4194304 5683644 140734177143632 18446744073709551615 242982373809 0 0 16781312 2 18446604467303415872 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2280.53
Current children cumulated vsize (KiB) 9422424

Child status: 0
Real time (s): 574.838
CPU time (s): 2280.82
CPU user time (s): 2277.58
CPU system time (s): 3.24751
CPU usage (%): 396.776
Max. virtual memory (cumulated for all children) (KiB): 9427340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2277.58
system time used= 3.24751
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50735
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= 7327
involuntary context switches= 21729

runsolver used 2.72159 second user time and 5.67114 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-01 19:16:09
IDJOB=3317568
IDBENCH=83033
IDSOLVER=1705
FILE ID=node128/3317568-1304270169
RUNJOBID= node128-1304267283-30237
PBS_JOBID= 13173951
Free space on /tmp= 67572 MiB

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

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

MD5SUM BENCH= 7f4758baa378252dd3709cff507a5405
RANDOM SEED=809406488

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29575372 kB
Buffers:        492000 kB
Cached:        1295712 kB
SwapCached:          0 kB
Active:        1446144 kB
Inactive:      1484804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29575372 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31748 kB
Writeback:          20 kB
AnonPages:     1142848 kB
Mapped:          27536 kB
Slab:           362284 kB
PageTables:      23324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 39988820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67532 MiB
End job on node128 at 2011-05-01 19:25:44