Trace number 3385795

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-par-random (fixed)UNSAT 1182.43 148.769

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S116041094-082.UNKNOWN.cnf
MD5SUMc3607b4797e262c1da0dfb143eedc361
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark145.128
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3385795-1305575318.cnf
0.32/0.46	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.41/0.50	c INFO: computed variable balance statistics
0.41/0.53	c INFO: computed small-clause counts
0.41/0.53	c INFO: computed Horn-clause counts
0.41/0.53	c INFO: computed variable graph statistics
0.41/0.53	c INFO: collected features for HOME/instance-3385795-1305575318.cnf in 0.07 s
0.41/0.56	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.56)
0.41/0.59	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.37)
0.50/0.62	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.32)
0.50/0.65	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.50/0.69	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.30)
0.60/0.72	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.31)
0.60/0.75	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.24)
0.60/0.78	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.06)
793.61/100.04	c INFO: running march_hi@0 for 485 with 4900 remaining (b = 0.19)
799.83/100.94	c INFO: running march_hi@0 for 485 with 4899 remaining (b = 0.16)
803.81/101.36	c INFO: running march_hi@99 for 97 with 4899 remaining (b = 0.04)
1181.86/148.74	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: 961)

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-3385795-1305575318/watcher-3385795-1305575318 -o /tmp/evaluation-result-3385795-1305575318/solver-3385795-1305575318 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385795-1305575318.cnf -seed 1672559295 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.52 8.18 8.18 2/469 31166
/proc/meminfo: memFree=10307116/32951124 swapFree=56316216/67111528
[pid=31166] ppid=31164 vsize=16244 CPUtime=0.01 cores=0-7
/proc/31166/stat : 31166 (python) R 31164 31166 31027 0 -1 4202496 1050 0 0 0 1 0 0 0 25 0 1 0 669134180 16633856 923 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436016896 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31166/statm: 4061 923 381 364 0 548 0

[startup+0.0234379 s]
/proc/loadavg: 7.52 8.18 8.18 2/469 31166
/proc/meminfo: memFree=10307116/32951124 swapFree=56316216/67111528
[pid=31166] ppid=31164 vsize=16540 CPUtime=0.01 cores=0-7
/proc/31166/stat : 31166 (python) R 31164 31166 31027 0 -1 4202496 1175 0 0 0 1 0 0 0 25 0 1 0 669134180 16936960 1039 33554432000 4194304 5683644 140735727277280 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31166/statm: 4135 1043 415 364 0 622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16540

[startup+0.100442 s]
/proc/loadavg: 7.52 8.18 8.18 2/469 31166
/proc/meminfo: memFree=10307116/32951124 swapFree=56316216/67111528
[pid=31166] ppid=31164 vsize=104232 CPUtime=0.07 cores=0-7
/proc/31166/stat : 31166 (python) R 31164 31166 31027 0 -1 4202496 3083 0 0 0 5 2 0 0 25 0 1 0 669134180 106733568 2765 33554432000 4194304 5683644 140735727277280 18446744073709551615 212435713532 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31166/statm: 26058 2766 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.30042 s]
/proc/loadavg: 7.52 8.18 8.18 2/469 31166
/proc/meminfo: memFree=10307116/32951124 swapFree=56316216/67111528
[pid=31166] ppid=31164 vsize=187740 CPUtime=0.24 cores=0-7
/proc/31166/stat : 31166 (python) R 31164 31166 31027 0 -1 4202496 6800 934 1 0 18 6 0 0 18 0 1 0 669134180 192245760 4863 33554432000 4194304 5683644 140735727277280 18446744073709551615 212431054741 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/31166/statm: 46935 4863 1382 364 0 3723 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187740

[startup+0.700286 s]
/proc/loadavg: 7.52 8.18 8.18 2/469 31166
/proc/meminfo: memFree=10307116/32951124 swapFree=56316216/67111528
[pid=31166] ppid=31164 vsize=395876 CPUtime=0.6 cores=0-7
/proc/31166/stat : 31166 (python) R 31164 31166 31027 0 -1 4202496 13296 934 1 0 51 9 0 0 19 0 6 0 669134180 405377024 7388 33554432000 4194304 5683644 140735727277280 18446744073709551615 47247054595968 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31166/statm: 98969 7388 1882 364 0 34875 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 395876

[startup+1.5011 s]
/proc/loadavg: 7.52 8.18 8.18 9/494 31195
/proc/meminfo: memFree=10251984/32951124 swapFree=56316216/67111528
[pid=31166] ppid=31164 vsize=426644 CPUtime=0.69 cores=0-7
/proc/31166/stat : 31166 (python) S 31164 31166 31027 0 -1 4202496 15259 934 1 0 59 10 0 0 20 0 9 0 669134180 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31166/statm: 106661 7407 1889 364 0 42558 0
[pid=31172] ppid=31166 vsize=278640 CPUtime=0 cores=0-7
/proc/31172/stat : 31172 (python) S 31166 31166 31027 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 669134237 285327360 5581 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037135 0 0 16781312 514 3652027601075044351 0 0 17 1 0 0 0
/proc/31172/statm: 69660 5581 354 364 0 5578 0
[pid=31174] ppid=31172 vsize=1017800 CPUtime=0.92 cores=0-7
/proc/31174/stat : 31174 (gnovelty+2) R 31172 31174 31174 0 -1 4202496 436 0 0 0 92 0 0 0 23 0 1 0 669134238 1042227200 173 33554432000 134512640 135663704 4288609296 18446744073709551615 134524670 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31174/statm: 254450 173 113 282 0 254166 0
[pid=31175] ppid=31166 vsize=289328 CPUtime=0 cores=0-7
/proc/31175/stat : 31175 (python) S 31166 31166 31027 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 669134240 296271872 5690 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 13345713812565623040 0 0 17 7 0 0 0
/proc/31175/statm: 72332 5690 348 364 0 8247 0
[pid=31177] ppid=31175 vsize=2364 CPUtime=0.89 cores=0-7
/proc/31177/stat : 31177 (march_hi) R 31175 31177 31177 0 -1 4202496 644 0 0 0 89 0 0 0 25 0 1 0 669134241 2420736 379 33554432000 4194304 4955518 140735090880416 18446744073709551615 4282552 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31177/statm: 591 379 104 186 0 404 0
[pid=31178] ppid=31166 vsize=365120 CPUtime=0 cores=0-7
/proc/31178/stat : 31178 (python) S 31166 31166 31027 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 669134243 373882880 5867 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 10339521478877217026 0 0 17 7 0 0 0
/proc/31178/statm: 91280 5867 348 364 0 27192 0
[pid=31180] ppid=31178 vsize=2296 CPUtime=0.86 cores=0-7
/proc/31180/stat : 31180 (march_hi) R 31178 31180 31180 0 -1 4202496 631 0 0 0 86 0 0 0 25 0 1 0 669134244 2351104 378 33554432000 4194304 4955518 140733223949552 18446744073709551615 4261504 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31180/statm: 574 378 104 186 0 387 0
[pid=31181] ppid=31166 vsize=375376 CPUtime=0 cores=0-7
/proc/31181/stat : 31181 (python) S 31166 31166 31027 0 -1 4202560 720 0 0 0 0 0 0 0 21 0 1 0 669134246 384385024 5828 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 4148720434050760703 0 0 17 0 0 0 0
/proc/31181/statm: 93844 5828 348 364 0 29753 0
[pid=31183] ppid=31181 vsize=1017800 CPUtime=0.83 cores=0-7
/proc/31183/stat : 31183 (gnovelty+2) R 31181 31183 31183 0 -1 4202496 430 0 0 0 83 0 0 0 25 0 1 0 669134247 1042227200 173 33554432000 134512640 135663704 4288502912 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31183/statm: 254450 173 113 282 0 254166 0
[pid=31184] ppid=31166 vsize=385632 CPUtime=0 cores=0-7
/proc/31184/stat : 31184 (python) S 31166 31166 31027 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 669134250 394887168 5850 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 2915759705622020354 0 0 17 1 0 0 0
/proc/31184/statm: 96408 5850 348 364 0 32314 0
[pid=31186] ppid=31184 vsize=2296 CPUtime=0.79 cores=0-7
/proc/31186/stat : 31186 (march_hi) R 31184 31186 31186 0 -1 4202496 629 0 0 0 79 0 0 0 22 0 1 0 669134250 2351104 373 33554432000 4194304 4955518 140736750439440 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31186/statm: 574 373 104 186 0 387 0
[pid=31187] ppid=31166 vsize=395888 CPUtime=0 cores=0-7
/proc/31187/stat : 31187 (python) S 31166 31166 31027 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 669134253 405389312 5837 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 2915750909528998146 0 0 17 7 0 0 0
/proc/31187/statm: 98972 5837 348 364 0 34875 0
[pid=31189] ppid=31187 vsize=2296 CPUtime=0.74 cores=0-7
/proc/31189/stat : 31189 (march_hi) R 31187 31189 31189 0 -1 4202496 631 0 0 0 74 0 0 0 25 0 1 0 669134253 2351104 373 33554432000 4194304 4955518 140733652809968 18446744073709551615 4227525 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31189/statm: 574 373 104 186 0 387 0
[pid=31190] ppid=31166 vsize=406144 CPUtime=0 cores=0-7
/proc/31190/stat : 31190 (python) S 31166 31166 31027 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 669134256 415891456 5961 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 13831425273158926596 0 0 17 1 0 0 0
/proc/31190/statm: 101536 5961 348 364 0 37436 0
[pid=31192] ppid=31190 vsize=2296 CPUtime=0.7 cores=0-7
/proc/31192/stat : 31192 (march_hi) R 31190 31192 31192 0 -1 4202496 630 0 0 0 70 0 0 0 22 0 1 0 669134258 2351104 370 33554432000 4194304 4955518 140736424087712 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31192/statm: 574 370 104 186 0 387 0
[pid=31193] ppid=31166 vsize=416400 CPUtime=0 cores=0-7
/proc/31193/stat : 31193 (python) S 31166 31166 31027 0 -1 4202560 785 0 0 0 0 0 0 0 15 0 1 0 669134259 426393600 5868 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 1365369145620660482 0 0 17 1 0 0 0
/proc/31193/statm: 104100 5868 354 364 0 39997 0
[pid=31195] ppid=31193 vsize=2296 CPUtime=0.68 cores=0-7
/proc/31195/stat : 31195 (march_hi) R 31193 31195 31195 0 -1 4202496 632 0 0 0 68 0 0 0 25 0 1 0 669134259 2351104 370 33554432000 4194304 4955518 140737033786576 18446744073709551615 4227819 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31195/statm: 574 370 104 186 0 387 0
[pid=31166/tid=31173] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31173/stat : 31173 (python) S 31164 31166 31027 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 669134237 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 7 0 0 0
[pid=31166/tid=31176] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31176/stat : 31176 (python) S 31164 31166 31027 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 669134240 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 3 0 0 0
[pid=31166/tid=31179] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31179/stat : 31179 (python) S 31164 31166 31027 0 -1 4202560 70 934 0 0 0 0 0 0 20 0 9 0 669134243 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 4 0 0 0
[pid=31166/tid=31182] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31182/stat : 31182 (python) S 31164 31166 31027 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 9 0 669134247 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 4 0 0 0
[pid=31166/tid=31185] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31185/stat : 31185 (python) S 31164 31166 31027 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 9 0 669134250 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 0 0 0 0
[pid=31166/tid=31188] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31188/stat : 31188 (python) S 31164 31166 31027 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 9 0 669134253 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 7 0 0 0
[pid=31166/tid=31191] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31191/stat : 31191 (python) S 31164 31166 31027 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 9 0 669134256 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 1 0 0 0
[pid=31166/tid=31194] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31194/stat : 31194 (python) S 31164 31166 31027 0 -1 4202560 35 934 0 0 0 0 0 0 20 0 9 0 669134259 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 5388616

[startup+3.10179 s]
/proc/loadavg: 7.52 8.18 8.18 9/494 31195
/proc/meminfo: memFree=10249132/32951124 swapFree=56316216/67111528
[pid=31166] ppid=31164 vsize=426644 CPUtime=0.69 cores=0-7
/proc/31166/stat : 31166 (python) S 31164 31166 31027 0 -1 4202496 15259 934 1 0 59 10 0 0 20 0 9 0 669134180 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31166/statm: 106661 7407 1889 364 0 42558 0
[pid=31172] ppid=31166 vsize=278640 CPUtime=0 cores=0-7
/proc/31172/stat : 31172 (python) S 31166 31166 31027 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 669134237 285327360 5581 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037135 0 0 16781312 514 3652027601075011842 0 0 17 1 0 0 0
/proc/31172/statm: 69660 5581 354 364 0 5578 0
[pid=31174] ppid=31172 vsize=1017800 CPUtime=2.52 cores=0-7
/proc/31174/stat : 31174 (gnovelty+2) R 31172 31174 31174 0 -1 4202496 436 0 0 0 252 0 0 0 25 0 1 0 669134238 1042227200 173 33554432000 134512640 135663704 4288609296 18446744073709551615 134545538 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31174/statm: 254450 173 113 282 0 254166 0
[pid=31175] ppid=31166 vsize=289328 CPUtime=0 cores=0-7
/proc/31175/stat : 31175 (python) S 31166 31166 31027 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 669134240 296271872 5690 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 13345713812565623040 0 0 17 7 0 0 0
/proc/31175/statm: 72332 5690 348 364 0 8247 0
[pid=31177] ppid=31175 vsize=2616 CPUtime=2.49 cores=0-7
/proc/31177/stat : 31177 (march_hi) R 31175 31177 31177 0 -1 4202496 706 0 0 0 249 0 0 0 25 0 1 0 669134241 2678784 441 33554432000 4194304 4955518 140735090880416 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/31177/statm: 654 441 104 186 0 467 0
[pid=31178] ppid=31166 vsize=365120 CPUtime=0 cores=0-7
/proc/31178/stat : 31178 (python) S 31166 31166 31027 0 -1 4202560 714 0 0 0 0 0 0 0 15 0 1 0 669134243 373882880 5867 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 10339521478877217026 0 0 17 7 0 0 0
/proc/31178/statm: 91280 5867 348 364 0 27192 0
[pid=31180] ppid=31178 vsize=2616 CPUtime=2.46 cores=0-7
/proc/31180/stat : 31180 (march_hi) R 31178 31180 31180 0 -1 4202496 695 0 0 0 246 0 0 0 25 0 1 0 669134244 2678784 442 33554432000 4194304 4955518 140733223949552 18446744073709551615 4227917 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31180/statm: 654 442 104 186 0 467 0
[pid=31181] ppid=31166 vsize=375376 CPUtime=0 cores=0-7
/proc/31181/stat : 31181 (python) S 31166 31166 31027 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 669134246 384385024 5828 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 4148720434050728194 0 0 17 0 0 0 0
/proc/31181/statm: 93844 5828 348 364 0 29753 0
[pid=31183] ppid=31181 vsize=1017800 CPUtime=2.43 cores=0-7
/proc/31183/stat : 31183 (gnovelty+2) R 31181 31183 31183 0 -1 4202496 430 0 0 0 243 0 0 0 25 0 1 0 669134247 1042227200 173 33554432000 134512640 135663704 4288502912 18446744073709551615 134545605 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/31183/statm: 254450 173 113 282 0 254166 0
[pid=31184] ppid=31166 vsize=385632 CPUtime=0 cores=0-7
/proc/31184/stat : 31184 (python) S 31166 31166 31027 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 669134250 394887168 5850 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 2915759705622020354 0 0 17 1 0 0 0
/proc/31184/statm: 96408 5850 348 364 0 32314 0
[pid=31186] ppid=31184 vsize=2616 CPUtime=2.39 cores=0-7
/proc/31186/stat : 31186 (march_hi) R 31184 31186 31186 0 -1 4202496 694 0 0 0 239 0 0 0 25 0 1 0 669134250 2678784 438 33554432000 4194304 4955518 140736750439440 18446744073709551615 4227859 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/31186/statm: 654 438 104 186 0 467 0
[pid=31187] ppid=31166 vsize=395888 CPUtime=0 cores=0-7
/proc/31187/stat : 31187 (python) S 31166 31166 31027 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 669134253 405389312 5837 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 2915750909528998146 0 0 17 7 0 0 0
/proc/31187/statm: 98972 5837 348 364 0 34875 0
[pid=31189] ppid=31187 vsize=2616 CPUtime=2.32 cores=0-7
/proc/31189/stat : 31189 (march_hi) R 31187 31189 31189 0 -1 4202496 694 0 0 0 232 0 0 0 25 0 1 0 669134253 2678784 436 33554432000 4194304 4955518 140733652809968 18446744073709551615 4209695 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31189/statm: 654 436 104 186 0 467 0
[pid=31190] ppid=31166 vsize=406144 CPUtime=0 cores=0-7
/proc/31190/stat : 31190 (python) S 31166 31166 31027 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 669134256 415891456 5961 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 13831425273158926596 0 0 17 1 0 0 0
/proc/31190/statm: 101536 5961 348 364 0 37436 0
[pid=31192] ppid=31190 vsize=2616 CPUtime=2.3 cores=0-7
/proc/31192/stat : 31192 (march_hi) R 31190 31192 31192 0 -1 4202496 694 0 0 0 230 0 0 0 25 0 1 0 669134258 2678784 434 33554432000 4194304 4955518 140736424087712 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/31192/statm: 654 434 104 186 0 467 0
[pid=31193] ppid=31166 vsize=416400 CPUtime=0 cores=0-7
/proc/31193/stat : 31193 (python) S 31166 31166 31027 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 1 0 669134259 426393600 5868 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 1365369145620660482 0 0 17 1 0 0 0
/proc/31193/statm: 104100 5868 354 364 0 39997 0
[pid=31195] ppid=31193 vsize=2616 CPUtime=2.28 cores=0-7
/proc/31195/stat : 31195 (march_hi) R 31193 31195 31195 0 -1 4202496 697 0 0 0 228 0 0 0 25 0 1 0 669134259 2678784 435 33554432000 4194304 4955518 140737033786576 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31195/statm: 654 435 104 186 0 467 0
[pid=31166/tid=31173] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31173/stat : 31173 (python) S 31164 31166 31027 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 9 0 669134237 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 7 0 0 0
[pid=31166/tid=31176] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31176/stat : 31176 (python) S 31164 31166 31027 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 669134240 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 3 0 0 0
[pid=31166/tid=31179] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31179/stat : 31179 (python) S 31164 31166 31027 0 -1 4202560 70 934 0 0 0 0 0 0 20 0 9 0 669134243 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 4 0 0 0
[pid=31166/tid=31182] ppid=31164 vsize=426644 CPUtime=0 cores=0-7
/proc/31166/task/31182/stat : 31182 (python) S 31164 31166 31027 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 9 0 669134247 436883456 7407 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 4 0 0 0
[pid=31166/tid=31185] ppid=31164 vsize=426644 CPUtime=0 cores=0-7

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

/proc/31177/statm: 0 0 0 0 0 0 0
[pid=31178] ppid=31166 vsize=365120 CPUtime=2.08 cores=0-7
/proc/31178/stat : 31178 (python) R 31166 31166 31027 0 -1 4202560 812 0 0 0 161 47 0 0 17 0 1 0 669134243 373882880 5890 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/31178/statm: 91280 5890 371 364 0 27192 0
[pid=31180] ppid=31178 vsize=0 CPUtime=145.58 cores=0-7
/proc/31180/stat : 31180 (march_hi) R 31178 31180 31180 0 -1 4202500 4896 0 0 0 14556 2 0 0 25 0 1 0 669134244 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31180/statm: 0 0 0 0 0 0 0
[pid=31181] ppid=31166 vsize=375376 CPUtime=0.35 cores=0-7
/proc/31181/stat : 31181 (python) S 31166 31166 31027 0 -1 4202560 968 0 0 0 18 17 0 0 19 0 2 0 669134246 384385024 5881 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31181/statm: 93844 5881 400 364 0 29753 0
[pid=31183] ppid=31181 vsize=1017800 CPUtime=99.34 cores=0-7
/proc/31183/stat : 31183 (gnovelty+2) T 31181 31183 31183 0 -1 4202496 430 0 0 0 9934 0 0 0 25 0 1 0 669134247 1042227200 173 33554432000 134512640 135663704 4288502912 18446744073709551615 134545583 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31183/statm: 254450 173 113 282 0 254166 0
[pid=31181/tid=31198] ppid=31166 vsize=375376 CPUtime=0 cores=0-7
/proc/31181/task/31198/stat : 31198 (python) S 31166 31166 31027 0 -1 4202560 63 0 0 0 0 0 0 0 19 0 2 0 669144181 384385024 5881 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 514 18446604445288707904 0 0 -1 0 0 0 0
[pid=31184] ppid=31166 vsize=385632 CPUtime=1.73 cores=0-7
/proc/31184/stat : 31184 (python) R 31166 31166 31027 0 -1 4202560 835 0 0 0 130 43 0 0 17 0 1 0 669134250 394887168 5873 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/31184/statm: 96408 5873 371 364 0 32314 0
[pid=31186] ppid=31184 vsize=0 CPUtime=146.02 cores=0-7
/proc/31186/stat : 31186 (march_hi) R 31184 31186 31186 0 -1 4202500 4898 0 0 0 14601 1 0 0 25 0 1 0 669134250 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31186/statm: 0 0 0 0 0 0 0
[pid=31187] ppid=31166 vsize=395888 CPUtime=0.58 cores=0-7
/proc/31187/stat : 31187 (python) S 31166 31166 31027 0 -1 4202560 839 0 0 0 30 28 0 0 15 0 1 0 669134253 405389312 5860 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 2915750909528998146 0 0 17 7 0 0 0
/proc/31187/statm: 98972 5860 371 364 0 34875 0
[pid=31189] ppid=31187 vsize=26436 CPUtime=144.26 cores=0-7
/proc/31189/stat : 31189 (march_hi) R 31187 31189 31189 0 -1 4202496 4847 0 0 0 14425 1 0 0 25 0 1 0 669134253 27070464 4589 33554432000 4194304 4955518 140733652809968 18446744073709551615 4286733 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31189/statm: 6609 4589 104 186 0 6422 0
[pid=31190] ppid=31166 vsize=406144 CPUtime=1.03 cores=0-7
/proc/31190/stat : 31190 (python) R 31166 31166 31027 0 -1 4202560 848 0 0 0 72 31 0 0 16 0 1 0 669134256 415891456 5984 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/31190/statm: 101536 5984 371 364 0 37436 0
[pid=31192] ppid=31190 vsize=0 CPUtime=146.13 cores=0-7
/proc/31192/stat : 31192 (march_hi) R 31190 31192 31192 0 -1 4202500 4902 0 0 0 14610 3 0 0 25 0 1 0 669134258 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31192/statm: 0 0 0 0 0 0 0
[pid=31193] ppid=31166 vsize=416400 CPUtime=1.08 cores=0-7
/proc/31193/stat : 31193 (python) R 31166 31166 31027 0 -1 4202560 1062 0 0 0 74 34 0 0 16 0 2 0 669134259 426393600 5921 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31193/statm: 104100 5921 406 364 0 39997 0
[pid=31195] ppid=31193 vsize=0 CPUtime=145.78 cores=0-7
/proc/31195/stat : 31195 (march_hi) R 31193 31195 31195 0 -1 4202500 4905 0 0 0 14577 1 0 0 25 0 1 0 669134259 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31195/statm: 0 0 0 0 0 0 0
[pid=31193/tid=31206] ppid=31166 vsize=416400 CPUtime=0 cores=0-7
/proc/31193/task/31206/stat : 31206 (python) S 31166 31166 31027 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 2 0 669144313 426393600 5921 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 514 18446604451936315456 0 0 -1 0 0 0 0
[pid=31199] ppid=31166 vsize=426656 CPUtime=0.2 cores=0-7
/proc/31199/stat : 31199 (python) S 31166 31166 31027 0 -1 4202560 855 0 0 0 11 9 0 0 15 0 1 0 669144185 436895744 5911 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 17056165334077112577 0 0 17 2 0 0 0
/proc/31199/statm: 106664 5911 371 364 0 42558 0
[pid=31201] ppid=31199 vsize=9148 CPUtime=48.08 cores=0-7
/proc/31201/stat : 31201 (march_hi) R 31199 31201 31201 0 -1 4202496 2252 0 0 0 4808 0 0 0 25 0 1 0 669144185 9367552 1990 33554432000 4194304 4955518 140736282979072 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31201/statm: 2287 1990 104 186 0 2100 0
[pid=31203] ppid=31166 vsize=436912 CPUtime=0.2 cores=0-7
/proc/31203/stat : 31203 (python) S 31166 31166 31027 0 -1 4202560 872 0 0 0 11 9 0 0 15 0 1 0 669144275 447397888 5949 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 8424035883849580804 0 0 17 1 0 0 0
/proc/31203/statm: 109228 5949 371 364 0 45119 0
[pid=31205] ppid=31203 vsize=9148 CPUtime=47.06 cores=0-7
/proc/31205/stat : 31205 (march_hi) R 31203 31205 31205 0 -1 4202496 2230 0 0 0 4706 0 0 0 25 0 1 0 669144276 9367552 1966 33554432000 4194304 4955518 140736671331824 18446744073709551615 4224597 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31205/statm: 2287 1966 104 186 0 2100 0
[pid=31166/tid=31173] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31173/stat : 31173 (python) S 31164 31166 31027 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 11 0 669134237 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 7 0 0 0
[pid=31166/tid=31176] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31176/stat : 31176 (python) S 31164 31166 31027 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 11 0 669134240 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 3 0 0 0
[pid=31166/tid=31179] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31179/stat : 31179 (python) S 31164 31166 31027 0 -1 4202560 70 934 0 0 0 0 0 0 20 0 11 0 669134243 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 4 0 0 0
[pid=31166/tid=31182] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31182/stat : 31182 (python) S 31164 31166 31027 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 11 0 669134247 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 4 0 0 0
[pid=31166/tid=31185] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31185/stat : 31185 (python) S 31164 31166 31027 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 11 0 669134250 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 0 0 0 0
[pid=31166/tid=31188] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31188/stat : 31188 (python) S 31164 31166 31027 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 11 0 669134253 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 7 0 0 0
[pid=31166/tid=31191] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31191/stat : 31191 (python) S 31164 31166 31027 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 11 0 669134256 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 1 0 0 0
[pid=31166/tid=31194] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31194/stat : 31194 (python) S 31164 31166 31027 0 -1 4202560 41 934 0 0 0 0 0 0 18 0 11 0 669134259 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 1 0 0 0
[pid=31166/tid=31200] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31200/stat : 31200 (python) S 31164 31166 31027 0 -1 4202560 39 934 0 0 0 0 0 0 20 0 11 0 669144185 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 6 0 0 0
[pid=31166/tid=31204] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31204/stat : 31204 (python) S 31164 31166 31027 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 11 0 669144276 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1178.65
Current children cumulated vsize (KiB) 6379364

[startup+148.701 s]
/proc/loadavg: 8.00 8.13 8.16 16/503 31208
/proc/meminfo: memFree=10213504/32951124 swapFree=56316216/67111528
[pid=31166] ppid=31164 vsize=447156 CPUtime=0.79 cores=0-7
/proc/31166/stat : 31166 (python) S 31164 31166 31027 0 -1 4202496 17456 934 1 0 69 10 0 0 18 0 11 0 669134180 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/31166/statm: 111789 7499 1894 364 0 47680 0
[pid=31172] ppid=31166 vsize=354420 CPUtime=0.35 cores=0-7
/proc/31172/stat : 31172 (python) S 31166 31166 31027 0 -1 4202560 1092 0 0 0 17 18 0 0 18 0 2 0 669134237 362926080 5644 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31172/statm: 88605 5644 410 364 0 24523 0
[pid=31174] ppid=31172 vsize=1017800 CPUtime=100.32 cores=0-7
/proc/31174/stat : 31174 (gnovelty+2) T 31172 31174 31174 0 -1 4202496 436 0 0 0 10032 0 0 0 25 0 1 0 669134238 1042227200 173 33554432000 134512640 135663704 4288609296 18446744073709551615 134544242 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/31174/statm: 254450 173 113 282 0 254166 0
[pid=31172/tid=31202] ppid=31166 vsize=354420 CPUtime=0 cores=0-7
/proc/31172/task/31202/stat : 31202 (python) S 31166 31166 31027 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 669144272 362926080 5644 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 514 18446604445173062592 0 0 -1 2 0 0 0
[pid=31175] ppid=31166 vsize=289328 CPUtime=1.7 cores=0-7
/proc/31175/stat : 31175 (python) S 31166 31166 31027 0 -1 4202560 986 0 0 0 129 41 0 0 17 0 1 0 669134240 296271872 5713 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/31175/statm: 72332 5713 371 364 0 8247 0
[pid=31177] ppid=31175 vsize=0 CPUtime=146.4 cores=0-7
/proc/31177/stat : 31177 (march_hi) R 31175 31177 31177 0 -1 4202500 4907 0 0 0 14638 2 0 0 25 0 1 0 669134241 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/31177/statm: 0 0 0 0 0 0 0
[pid=31178] ppid=31166 vsize=365120 CPUtime=2.48 cores=0-7
/proc/31178/stat : 31178 (python) R 31166 31166 31027 0 -1 4202560 812 0 0 0 196 52 0 0 18 0 1 0 669134243 373882880 5890 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447847231 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/31178/statm: 91280 5890 371 364 0 27192 0
[pid=31180] ppid=31178 vsize=0 CPUtime=145.58 cores=0-7
/proc/31180/stat : 31180 (march_hi) R 31178 31180 31180 0 -1 4202500 4896 0 0 0 14556 2 0 0 25 0 1 0 669134244 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/31180/statm: 0 0 0 0 0 0 0
[pid=31181] ppid=31166 vsize=375376 CPUtime=0.35 cores=0-7
/proc/31181/stat : 31181 (python) S 31166 31166 31027 0 -1 4202560 968 0 0 0 18 17 0 0 19 0 2 0 669134246 384385024 5881 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/31181/statm: 93844 5881 400 364 0 29753 0
[pid=31183] ppid=31181 vsize=1017800 CPUtime=99.34 cores=0-7
/proc/31183/stat : 31183 (gnovelty+2) T 31181 31183 31183 0 -1 4202496 430 0 0 0 9934 0 0 0 25 0 1 0 669134247 1042227200 173 33554432000 134512640 135663704 4288502912 18446744073709551615 134545583 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/31183/statm: 254450 173 113 282 0 254166 0
[pid=31181/tid=31198] ppid=31166 vsize=375376 CPUtime=0 cores=0-7
/proc/31181/task/31198/stat : 31198 (python) S 31166 31166 31027 0 -1 4202560 63 0 0 0 0 0 0 0 19 0 2 0 669144181 384385024 5881 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 514 18446604445288707904 0 0 -1 0 0 0 0
[pid=31184] ppid=31166 vsize=385632 CPUtime=2.14 cores=0-7
/proc/31184/stat : 31184 (python) R 31166 31166 31027 0 -1 4202560 835 0 0 0 165 49 0 0 17 0 1 0 669134250 394887168 5873 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/31184/statm: 96408 5873 371 364 0 32314 0
[pid=31186] ppid=31184 vsize=0 CPUtime=146.02 cores=0-7
/proc/31186/stat : 31186 (march_hi) R 31184 31186 31186 0 -1 4202500 4898 0 0 0 14601 1 0 0 25 0 1 0 669134250 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31186/statm: 0 0 0 0 0 0 0
[pid=31187] ppid=31166 vsize=395888 CPUtime=0.58 cores=0-7
/proc/31187/stat : 31187 (python) S 31166 31166 31027 0 -1 4202560 839 0 0 0 30 28 0 0 15 0 1 0 669134253 405389312 5860 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 2915750909528998146 0 0 17 7 0 0 0
/proc/31187/statm: 98972 5860 371 364 0 34875 0
[pid=31189] ppid=31187 vsize=26436 CPUtime=144.64 cores=0-7
/proc/31189/stat : 31189 (march_hi) R 31187 31189 31189 0 -1 4202496 4855 0 0 0 14463 1 0 0 25 0 1 0 669134253 27070464 4597 33554432000 4194304 4955518 140733652809968 18446744073709551615 4284906 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31189/statm: 6609 4597 104 186 0 6422 0
[pid=31190] ppid=31166 vsize=406144 CPUtime=1.44 cores=0-7
/proc/31190/stat : 31190 (python) R 31166 31166 31027 0 -1 4202560 848 0 0 0 108 36 0 0 16 0 1 0 669134256 415891456 5984 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/31190/statm: 101536 5984 371 364 0 37436 0
[pid=31192] ppid=31190 vsize=0 CPUtime=146.13 cores=0-7
/proc/31192/stat : 31192 (march_hi) R 31190 31192 31192 0 -1 4202500 4902 0 0 0 14610 3 0 0 25 0 1 0 669134258 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/31192/statm: 0 0 0 0 0 0 0
[pid=31193] ppid=31166 vsize=416400 CPUtime=1.48 cores=0-7
/proc/31193/stat : 31193 (python) R 31166 31166 31027 0 -1 4202560 1062 0 0 0 108 40 0 0 16 0 2 0 669134259 426393600 5921 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/31193/statm: 104100 5921 406 364 0 39997 0
[pid=31195] ppid=31193 vsize=0 CPUtime=145.78 cores=0-7
/proc/31195/stat : 31195 (march_hi) R 31193 31195 31195 0 -1 4202500 4905 0 0 0 14577 1 0 0 25 0 1 0 669134259 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/31195/statm: 0 0 0 0 0 0 0
[pid=31193/tid=31206] ppid=31166 vsize=416400 CPUtime=0 cores=0-7
/proc/31193/task/31206/stat : 31206 (python) S 31166 31166 31027 0 -1 4202560 73 0 0 0 0 0 0 0 16 0 2 0 669144313 426393600 5921 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 514 18446604451936315456 0 0 -1 0 0 0 0
[pid=31199] ppid=31166 vsize=426656 CPUtime=0.2 cores=0-7
/proc/31199/stat : 31199 (python) S 31166 31166 31027 0 -1 4202560 855 0 0 0 11 9 0 0 15 0 1 0 669144185 436895744 5911 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 17056165334077112577 0 0 17 2 0 0 0
/proc/31199/statm: 106664 5911 371 364 0 42558 0
[pid=31201] ppid=31199 vsize=9148 CPUtime=48.48 cores=0-7
/proc/31201/stat : 31201 (march_hi) R 31199 31201 31201 0 -1 4202496 2265 0 0 0 4848 0 0 0 25 0 1 0 669144185 9367552 2003 33554432000 4194304 4955518 140736282979072 18446744073709551615 4261424 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/31201/statm: 2287 2003 104 186 0 2100 0
[pid=31203] ppid=31166 vsize=436912 CPUtime=0.2 cores=0-7
/proc/31203/stat : 31203 (python) S 31166 31166 31027 0 -1 4202560 872 0 0 0 11 9 0 0 15 0 1 0 669144275 447397888 5949 33554432000 4194304 5683644 140735727277280 18446744073709551615 212436037190 0 0 16781312 514 8424035883849580804 0 0 17 1 0 0 0
/proc/31203/statm: 109228 5949 371 364 0 45119 0
[pid=31205] ppid=31203 vsize=9148 CPUtime=47.46 cores=0-7
/proc/31205/stat : 31205 (march_hi) R 31203 31205 31205 0 -1 4202496 2243 0 0 0 4746 0 0 0 25 0 1 0 669144276 9367552 1979 33554432000 4194304 4955518 140736671331824 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/31205/statm: 2287 1979 104 186 0 2100 0
[pid=31166/tid=31173] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31173/stat : 31173 (python) S 31164 31166 31027 0 -1 4202560 27 934 0 0 0 0 0 0 19 0 11 0 669134237 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 7 0 0 0
[pid=31166/tid=31176] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31176/stat : 31176 (python) S 31164 31166 31027 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 11 0 669134240 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 3 0 0 0
[pid=31166/tid=31179] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31179/stat : 31179 (python) S 31164 31166 31027 0 -1 4202560 70 934 0 0 0 0 0 0 20 0 11 0 669134243 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 4 0 0 0
[pid=31166/tid=31182] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31182/stat : 31182 (python) S 31164 31166 31027 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 11 0 669134247 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 4 0 0 0
[pid=31166/tid=31185] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31185/stat : 31185 (python) S 31164 31166 31027 0 -1 4202560 32 934 0 0 0 0 0 0 19 0 11 0 669134250 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 0 0 0 0
[pid=31166/tid=31188] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31188/stat : 31188 (python) S 31164 31166 31027 0 -1 4202560 30 934 0 0 0 0 0 0 20 0 11 0 669134253 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 7 0 0 0
[pid=31166/tid=31191] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31191/stat : 31191 (python) S 31164 31166 31027 0 -1 4202560 33 934 0 0 0 0 0 0 19 0 11 0 669134256 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 1 0 0 0
[pid=31166/tid=31194] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31194/stat : 31194 (python) S 31164 31166 31027 0 -1 4202560 41 934 0 0 0 0 0 0 18 0 11 0 669134259 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 1 0 0 0
[pid=31166/tid=31200] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31200/stat : 31200 (python) S 31164 31166 31027 0 -1 4202560 39 934 0 0 0 0 0 0 20 0 11 0 669144185 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 6 0 0 0
[pid=31166/tid=31204] ppid=31164 vsize=447156 CPUtime=0 cores=0-7
/proc/31166/task/31204/stat : 31204 (python) S 31164 31166 31027 0 -1 4202560 33 934 0 0 0 0 0 0 20 0 11 0 669144276 457887744 7499 33554432000 4194304 5683644 140735727277280 18446744073709551615 212447840689 0 0 16781312 2 18446604452489698176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 6379364

Child status: 0
Real time (s): 148.769
CPU time (s): 1182.43
CPU user time (s): 1179.07
CPU system time (s): 3.35849
CPU usage (%): 794.807
Max. virtual memory (cumulated for all children) (KiB): 6511544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1179.07
system time used= 3.35849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67689
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= 6919
involuntary context switches= 10467

runsolver used 0.893864 second user time and 1.85872 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-16 21:48:38
IDJOB=3385795
IDBENCH=83060
IDSOLVER=1870
FILE ID=node102/3385795-1305575318
RUNJOBID= node102-1305575311-31041
PBS_JOBID= 13350161
Free space on /tmp= 73580 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S116041094-082.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-3385795-1305575318/watcher-3385795-1305575318 -o /tmp/evaluation-result-3385795-1305575318/solver-3385795-1305575318 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385795-1305575318.cnf -seed 1672559295 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= c3607b4797e262c1da0dfb143eedc361
RANDOM SEED=1672559295

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10307148 kB
Buffers:        130164 kB
Cached:        1055908 kB
SwapCached:      33496 kB
Active:       13774448 kB
Inactive:      8613108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10307148 kB
SwapTotal:    67111528 kB
SwapFree:     56316216 kB
Dirty:           32284 kB
Writeback:           0 kB
AnonPages:    21179376 kB
Mapped:          24700 kB
Slab:            82020 kB
PageTables:      99460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134972056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73548 MiB
End job on node102 at 2011-05-16 21:51:07