Trace number 3317449

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 1593.54 399.705

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1336161514-068.UNKNOWN.cnf
MD5SUMbf9c7e319eca3277c9c5b6246acb470c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark391.674
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
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 52130
Number of clauses of size over 50

Solver Data

0.29/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.46	c INFO: solving HOME/instance-3317449-1304269739.cnf
0.29/0.46	c INFO: computing task features
0.29/0.48	c INFO: computed variable-clause graph statistics
0.29/0.48	c INFO: computed clause balance statistics
0.37/0.53	c INFO: computed variable balance statistics
0.37/0.57	c INFO: computed small-clause counts
0.37/0.57	c INFO: computed Horn-clause counts
0.37/0.57	c INFO: computed variable graph statistics
0.37/0.57	c INFO: collected features for HOME/instance-3317449-1304269739.cnf in 0.10 s
0.48/0.60	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.62)
0.48/0.63	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.19)
0.48/0.66	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.48/0.69	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.29)
399.95/100.79	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.30)
400.34/100.85	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.27)
791.53/198.81	c INFO: running march_hi@0 for 291 with 4601 remaining (b = 0.17)
1568.72/393.57	c INFO: running march_hi@99 for 97 with 4406 remaining (b = 0.07)
1593.08/399.68	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-3317449-1304269739/watcher-3317449-1304269739 -o /tmp/evaluation-result-3317449-1304269739/solver-3317449-1304269739 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317449-1304269739.cnf -seed 199317606 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.20 10.11 8.95 7/284 21303
/proc/meminfo: memFree=23343248/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/21303/stat : 21303 (python) R 21301 21303 20058 0 -1 4202496 903 0 0 0 0 0 0 0 25 0 1 0 538571615 16154624 783 33554432000 4194304 5683644 140736871900048 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21303/statm: 3944 783 345 364 0 431 0

[startup+0.0517661 s]
/proc/loadavg: 10.20 10.11 8.95 7/284 21303
/proc/meminfo: memFree=23343248/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=30112 CPUtime=0.03 cores=0,2,4,6
/proc/21303/stat : 21303 (python) S 21301 21303 20058 0 -1 4202496 1471 0 0 0 3 0 0 0 25 0 1 0 538571615 30834688 1309 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21303/statm: 7528 1309 443 364 0 898 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30112

[startup+0.102094 s]
/proc/loadavg: 10.20 10.11 8.95 7/284 21303
/proc/meminfo: memFree=23343248/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=104616 CPUtime=0.06 cores=0,2,4,6
/proc/21303/stat : 21303 (python) S 21301 21303 20058 0 -1 4202496 3100 0 0 0 5 1 0 0 25 0 1 0 538571615 107126784 2779 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21303/statm: 26154 2779 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.300716 s]
/proc/loadavg: 10.20 10.11 8.95 7/284 21303
/proc/meminfo: memFree=23343248/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=187740 CPUtime=0.21 cores=0,2,4,6
/proc/21303/stat : 21303 (python) R 21301 21303 20058 0 -1 4202496 6779 935 1 0 15 6 0 0 25 0 1 0 538571615 192245760 4844 33554432000 4194304 5683644 140736871900048 18446744073709551615 212682753456 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21303/statm: 46935 4844 1364 364 0 3723 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 187740

[startup+0.700634 s]
/proc/loadavg: 10.20 10.11 8.95 7/284 21303
/proc/meminfo: memFree=23343248/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/21303/stat : 21303 (python) S 21301 21303 20058 0 -1 4202496 12251 935 1 0 48 8 0 0 19 0 5 0 538571615 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21303/statm: 80041 7238 1881 364 0 15950 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 320164

[startup+1.50049 s]
/proc/loadavg: 10.26 10.13 8.96 11/297 21320
/proc/meminfo: memFree=23304572/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/21303/stat : 21303 (python) S 21301 21303 20058 0 -1 4202496 12251 935 1 0 48 8 0 0 19 0 5 0 538571615 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21303/statm: 80041 7238 1881 364 0 15950 0
[pid=21309] ppid=21303 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/21309/stat : 21309 (python) S 21303 21303 20058 0 -1 4202560 737 0 0 0 0 0 0 0 25 0 1 0 538571676 285134848 5551 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695375 0 0 16781312 514 12267318030723186687 0 0 17 6 0 0 0
/proc/21309/statm: 69613 5551 354 364 0 5531 0
[pid=21311] ppid=21309 vsize=1017800 CPUtime=0.88 cores=0,2,4,6
/proc/21311/stat : 21311 (gnovelty+2) R 21309 21311 21311 0 -1 4202496 434 0 0 0 88 0 0 0 25 0 1 0 538571676 1042227200 171 33554432000 134512640 135663704 4292304688 18446744073709551615 134524561 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21311/statm: 254450 171 113 282 0 254166 0
[pid=21312] ppid=21303 vsize=289276 CPUtime=0 cores=0,2,4,6
/proc/21312/stat : 21312 (python) R 21303 21303 20058 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 538571678 296218624 5676 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/21312/statm: 72319 5676 348 364 0 8234 0
[pid=21314] ppid=21312 vsize=1560 CPUtime=0.86 cores=0,2,4,6
/proc/21314/stat : 21314 (march_hi) R 21312 21314 21314 0 -1 4202496 500 0 0 0 86 0 0 0 25 0 1 0 538571679 1597440 240 33554432000 4194304 4955518 140737378619968 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21314/statm: 390 240 106 186 0 203 0
[pid=21315] ppid=21303 vsize=299532 CPUtime=0 cores=0,2,4,6
/proc/21315/stat : 21315 (python) S 21303 21303 20058 0 -1 4202560 748 0 0 0 0 0 0 0 19 0 1 0 538571681 306720768 5680 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 17761501768417542143 0 0 17 6 0 0 0
/proc/21315/statm: 74883 5680 348 364 0 10795 0
[pid=21317] ppid=21315 vsize=1017800 CPUtime=0.83 cores=0,2,4,6
/proc/21317/stat : 21317 (gnovelty+2) R 21315 21317 21317 0 -1 4202496 437 0 0 0 83 0 0 0 23 0 1 0 538571682 1042227200 171 33554432000 134512640 135663704 4293953968 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21317/statm: 254450 171 113 282 0 254166 0
[pid=21318] ppid=21303 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/21318/stat : 21318 (python) S 21303 21303 20058 0 -1 4202560 765 0 0 0 0 0 0 0 15 0 1 0 538571684 317358080 5701 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 10136067847273545985 0 0 17 2 0 0 0
/proc/21318/statm: 77480 5701 348 364 0 13389 0
[pid=21320] ppid=21318 vsize=1560 CPUtime=0.8 cores=0,2,4,6
/proc/21320/stat : 21320 (march_hi) R 21318 21320 21320 0 -1 4202496 503 0 0 0 80 0 0 0 22 0 1 0 538571685 1597440 241 33554432000 4194304 4955518 140735347320832 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21320/statm: 390 241 106 186 0 203 0
[pid=21303/tid=21310] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21310/stat : 21310 (python) S 21301 21303 20058 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 538571676 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21313] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21313/stat : 21313 (python) S 21301 21303 20058 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538571679 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21316] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21316/stat : 21316 (python) S 21301 21303 20058 0 -1 4202560 18 935 0 0 0 0 0 0 20 0 5 0 538571682 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21319] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21319/stat : 21319 (python) S 21301 21303 20058 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538571685 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 3536064

[startup+3.10119 s]
/proc/loadavg: 10.26 10.13 8.96 11/297 21320
/proc/meminfo: memFree=23303456/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/21303/stat : 21303 (python) S 21301 21303 20058 0 -1 4202496 12251 935 1 0 48 8 0 0 19 0 5 0 538571615 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21303/statm: 80041 7238 1881 364 0 15950 0
[pid=21309] ppid=21303 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/21309/stat : 21309 (python) S 21303 21303 20058 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538571676 285134848 5551 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695375 0 0 16781312 514 12267318030723154178 0 0 17 6 0 0 0
/proc/21309/statm: 69613 5551 354 364 0 5531 0
[pid=21311] ppid=21309 vsize=1017800 CPUtime=2.47 cores=0,2,4,6
/proc/21311/stat : 21311 (gnovelty+2) R 21309 21311 21311 0 -1 4202496 434 0 0 0 247 0 0 0 25 0 1 0 538571676 1042227200 171 33554432000 134512640 135663704 4292304688 18446744073709551615 134524843 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21311/statm: 254450 171 113 282 0 254166 0
[pid=21312] ppid=21303 vsize=289276 CPUtime=0 cores=0,2,4,6
/proc/21312/stat : 21312 (python) S 21303 21303 20058 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 538571678 296218624 5676 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 7647063793058414849 0 0 17 2 0 0 0
/proc/21312/statm: 72319 5676 348 364 0 8234 0
[pid=21314] ppid=21312 vsize=1560 CPUtime=2.46 cores=0,2,4,6
/proc/21314/stat : 21314 (march_hi) R 21312 21314 21314 0 -1 4202496 501 0 0 0 246 0 0 0 25 0 1 0 538571679 1597440 241 33554432000 4194304 4955518 140737378619968 18446744073709551615 4208753 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21314/statm: 390 241 106 186 0 203 0
[pid=21315] ppid=21303 vsize=299532 CPUtime=0 cores=0,2,4,6
/proc/21315/stat : 21315 (python) S 21303 21303 20058 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 538571681 306720768 5680 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 17761501768417509634 0 0 17 6 0 0 0
/proc/21315/statm: 74883 5680 348 364 0 10795 0
[pid=21317] ppid=21315 vsize=1017800 CPUtime=2.43 cores=0,2,4,6
/proc/21317/stat : 21317 (gnovelty+2) R 21315 21317 21317 0 -1 4202496 437 0 0 0 243 0 0 0 25 0 1 0 538571682 1042227200 171 33554432000 134512640 135663704 4293953968 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21317/statm: 254450 171 113 282 0 254166 0
[pid=21318] ppid=21303 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/21318/stat : 21318 (python) S 21303 21303 20058 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 538571684 317358080 5701 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 10136067847273545985 0 0 17 2 0 0 0
/proc/21318/statm: 77480 5701 348 364 0 13389 0
[pid=21320] ppid=21318 vsize=1560 CPUtime=2.4 cores=0,2,4,6
/proc/21320/stat : 21320 (march_hi) R 21318 21320 21320 0 -1 4202496 504 0 0 0 240 0 0 0 25 0 1 0 538571685 1597440 242 33554432000 4194304 4955518 140735347320832 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21320/statm: 390 242 106 186 0 203 0
[pid=21303/tid=21310] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21310/stat : 21310 (python) S 21301 21303 20058 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 538571676 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21313] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21313/stat : 21313 (python) S 21301 21303 20058 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538571679 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21316] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21316/stat : 21316 (python) S 21301 21303 20058 0 -1 4202560 18 935 0 0 0 0 0 0 20 0 5 0 538571682 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21319] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21319/stat : 21319 (python) S 21301 21303 20058 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538571685 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10.32
Current children cumulated vsize (KiB) 3536064

[startup+6.30061 s]
/proc/loadavg: 10.26 10.13 8.96 11/297 21320
/proc/meminfo: memFree=23301180/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/21303/stat : 21303 (python) S 21301 21303 20058 0 -1 4202496 12251 935 1 0 48 8 0 0 19 0 5 0 538571615 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21303/statm: 80041 7238 1881 364 0 15950 0
[pid=21309] ppid=21303 vsize=278452 CPUtime=0 cores=0,2,4,6
/proc/21309/stat : 21309 (python) S 21303 21303 20058 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 538571676 285134848 5574 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695375 0 0 16781312 514 12267318030723154178 0 0 17 6 0 0 0
/proc/21309/statm: 69613 5574 377 364 0 5531 0
[pid=21311] ppid=21309 vsize=1017800 CPUtime=5.62 cores=0,2,4,6
/proc/21311/stat : 21311 (gnovelty+2) R 21309 21311 21311 0 -1 4202496 434 0 0 0 562 0 0 0 25 0 1 0 538571676 1042227200 171 33554432000 134512640 135663704 4292304688 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21311/statm: 254450 171 113 282 0 254166 0
[pid=21312] ppid=21303 vsize=289276 CPUtime=0.01 cores=0,2,4,6
/proc/21312/stat : 21312 (python) S 21303 21303 20058 0 -1 4202560 903 0 0 0 0 1 0 0 15 0 1 0 538571678 296218624 5699 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 7647063793058414849 0 0 17 2 0 0 0
/proc/21312/statm: 72319 5699 371 364 0 8234 0
[pid=21314] ppid=21312 vsize=1692 CPUtime=5.63 cores=0,2,4,6
/proc/21314/stat : 21314 (march_hi) R 21312 21314 21314 0 -1 4202496 510 0 0 0 563 0 0 0 25 0 1 0 538571679 1732608 250 33554432000 4194304 4955518 140737378619968 18446744073709551615 4224691 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21314/statm: 423 250 106 186 0 236 0
[pid=21315] ppid=21303 vsize=299532 CPUtime=0 cores=0,2,4,6
/proc/21315/stat : 21315 (python) S 21303 21303 20058 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 538571681 306720768 5703 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 17761501768417509634 0 0 17 6 0 0 0
/proc/21315/statm: 74883 5703 371 364 0 10795 0
[pid=21317] ppid=21315 vsize=1017800 CPUtime=5.63 cores=0,2,4,6
/proc/21317/stat : 21317 (gnovelty+2) R 21315 21317 21317 0 -1 4202496 437 0 0 0 563 0 0 0 25 0 1 0 538571682 1042227200 171 33554432000 134512640 135663704 4293953968 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21317/statm: 254450 171 113 282 0 254166 0
[pid=21318] ppid=21303 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/21318/stat : 21318 (python) S 21303 21303 20058 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 538571684 317358080 5724 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 10136067847273545985 0 0 17 2 0 0 0
/proc/21318/statm: 77480 5724 371 364 0 13389 0
[pid=21320] ppid=21318 vsize=1692 CPUtime=5.6 cores=0,2,4,6
/proc/21320/stat : 21320 (march_hi) R 21318 21320 21320 0 -1 4202496 513 0 0 0 560 0 0 0 25 0 1 0 538571685 1732608 251 33554432000 4194304 4955518 140735347320832 18446744073709551615 4208724 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21320/statm: 423 251 106 186 0 236 0
[pid=21303/tid=21310] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21310/stat : 21310 (python) S 21301 21303 20058 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 5 0 538571676 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21313] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21313/stat : 21313 (python) S 21301 21303 20058 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538571679 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21316] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21316/stat : 21316 (python) S 21301 21303 20058 0 -1 4202560 18 935 0 0 0 0 0 0 20 0 5 0 538571682 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21319] ppid=21301 vsize=320164 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21319/stat : 21319 (python) S 21301 21303 20058 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 5 0 538571685 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 3536328

[startup+12.7004 s]
/proc/loadavg: 10.22 10.12 8.97 11/297 21320
/proc/meminfo: memFree=23299712/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=320164 CPUtime=0.56 cores=0,2,4,6
/proc/21303/stat : 21303 (python) S 21301 21303 20058 0 -1 4202496 12251 935 1 0 48 8 0 0 19 0 5 0 538571615 327847936 7238 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21303/statm: 80041 7238 1881 364 0 15950 0
[pid=21309] ppid=21303 vsize=278452 CPUtime=0.01 cores=0,2,4,6
/proc/21309/stat : 21309 (python) S 21303 21303 20058 0 -1 4202560 900 0 0 0 1 0 0 0 18 0 1 0 538571676 285134848 5574 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695375 0 0 16781312 514 12956944088875106562 0 0 17 6 0 0 0
/proc/21309/statm: 69613 5574 377 364 0 5531 0
[pid=21311] ppid=21309 vsize=1017800 CPUtime=11.96 cores=0,2,4,6
/proc/21311/stat : 21311 (gnovelty+2) R 21309 21311 21311 0 -1 4202496 434 0 0 0 1196 0 0 0 25 0 1 0 538571676 1042227200 171 33554432000 134512640 135663704 4292304688 18446744073709551615 134525353 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21311/statm: 254450 171 113 282 0 254166 0
[pid=21312] ppid=21303 vsize=289276 CPUtime=0.01 cores=0,2,4,6

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

[pid=21320] ppid=21318 vsize=13516 CPUtime=394.92 cores=0,2,4,6
/proc/21320/stat : 21320 (march_hi) R 21318 21320 21320 0 -1 4202496 3175 0 0 0 39492 0 0 0 25 0 1 0 538571685 13840384 2913 33554432000 4194304 4955518 140735347320832 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21320/statm: 3379 2913 106 186 0 3192 0
[pid=21318/tid=21349] ppid=21303 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/21318/task/21349/stat : 21349 (python) S 21303 21303 20058 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 538610970 317358080 5754 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 514 18446604453922868288 0 0 -1 6 0 0 0
[pid=21325] ppid=21303 vsize=320176 CPUtime=0.61 cores=0,2,4,6
/proc/21325/stat : 21325 (python) S 21303 21303 20058 0 -1 4202560 1023 0 0 0 33 28 0 0 15 0 1 0 538581695 327860224 5728 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 3500541561924452610 0 0 17 0 0 0 0
/proc/21325/statm: 80044 5728 371 364 0 15950 0
[pid=21327] ppid=21325 vsize=9456 CPUtime=296.99 cores=0,2,4,6
/proc/21327/stat : 21327 (march_hi) R 21325 21327 21327 0 -1 4202496 2067 0 0 0 29697 2 0 0 25 0 1 0 538581695 9682944 1804 33554432000 4194304 4955518 140735096465664 18446744073709551615 4224811 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21327/statm: 2364 1804 106 186 0 2177 0
[pid=21329] ppid=21303 vsize=329984 CPUtime=0.61 cores=0,2,4,6
/proc/21329/stat : 21329 (python) S 21303 21303 20058 0 -1 4202560 1034 0 0 0 33 28 0 0 15 0 1 0 538581701 337903616 5636 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 8217437648990470402 0 0 17 2 0 0 0
/proc/21329/statm: 82496 5636 371 364 0 18399 0
[pid=21331] ppid=21329 vsize=9456 CPUtime=297.43 cores=0,2,4,6
/proc/21331/stat : 21331 (march_hi) R 21329 21331 21331 0 -1 4202496 2068 0 0 0 29743 0 0 0 25 0 1 0 538581701 9682944 1803 33554432000 4194304 4955518 140733449414656 18446744073709551615 4286036 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21331/statm: 2364 1803 106 186 0 2177 0
[pid=21303/tid=21310] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21310/stat : 21310 (python) S 21301 21303 20058 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 7 0 538571676 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21313] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21313/stat : 21313 (python) S 21301 21303 20058 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 7 0 538571679 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21316] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21316/stat : 21316 (python) S 21301 21303 20058 0 -1 4202560 18 935 0 0 0 0 0 0 20 0 7 0 538571682 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21319] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21319/stat : 21319 (python) S 21301 21303 20058 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 7 0 538571685 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
[pid=21303/tid=21326] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21326/stat : 21326 (python) S 21301 21303 20058 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 7 0 538581695 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
[pid=21303/tid=21330] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21330/stat : 21330 (python) S 21301 21303 20058 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 7 0 538581701 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1587.89
Current children cumulated vsize (KiB) 4259896

[startup+399.101 s]
/proc/loadavg: 9.20 9.46 9.04 10/314 21349
/proc/meminfo: memFree=23280948/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=340768 CPUtime=0.69 cores=0,2,4,6
/proc/21303/stat : 21303 (python) S 21301 21303 20058 0 -1 4202496 14606 935 1 0 60 9 0 0 18 0 7 0 538571615 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21303/statm: 85192 7296 1886 364 0 21095 0
[pid=21309] ppid=21303 vsize=288696 CPUtime=0.16 cores=0,2,4,6
/proc/21309/stat : 21309 (python) S 21303 21303 20058 0 -1 4202560 1085 0 0 0 9 7 0 0 19 0 2 0 538571676 295624704 5612 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21309/statm: 72174 5612 410 364 0 8092 0
[pid=21311] ppid=21309 vsize=1017800 CPUtime=99.07 cores=0,2,4,6
/proc/21311/stat : 21311 (gnovelty+2) T 21309 21311 21311 0 -1 4202496 434 0 0 0 9907 0 0 0 25 0 1 0 538571676 1042227200 171 33554432000 134512640 135663704 4292304688 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21311/statm: 254450 171 113 282 0 254166 0
[pid=21309/tid=21324] ppid=21303 vsize=288696 CPUtime=0 cores=0,2,4,6
/proc/21309/task/21324/stat : 21324 (python) S 21303 21303 20058 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538581692 295624704 5612 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 514 18446604447178966208 0 0 -1 6 0 0 0
[pid=21312] ppid=21303 vsize=289276 CPUtime=0.83 cores=0,2,4,6
/proc/21312/stat : 21312 (python) S 21303 21303 20058 0 -1 4202560 1168 0 0 0 44 39 0 0 15 0 2 0 538571678 296218624 5729 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21312/statm: 72319 5729 400 364 0 8234 0
[pid=21314] ppid=21312 vsize=13516 CPUtime=396.22 cores=0,2,4,6
/proc/21314/stat : 21314 (march_hi) R 21312 21314 21314 0 -1 4202496 3190 0 0 0 39621 1 0 0 25 0 1 0 538571679 13840384 2930 33554432000 4194304 4955518 140737378619968 18446744073709551615 4297540 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21314/statm: 3379 2930 106 186 0 3192 0
[pid=21312/tid=21340] ppid=21303 vsize=289276 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21340/stat : 21340 (python) S 21303 21303 20058 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538591493 296218624 5729 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 514 18446604440278877184 0 0 -1 6 0 0 0
[pid=21315] ppid=21303 vsize=299532 CPUtime=0.17 cores=0,2,4,6
/proc/21315/stat : 21315 (python) S 21303 21303 20058 0 -1 4202560 1094 0 0 0 9 8 0 0 19 0 2 0 538571681 306720768 5733 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21315/statm: 74883 5733 400 364 0 10795 0
[pid=21317] ppid=21315 vsize=1017800 CPUtime=100.16 cores=0,2,4,6
/proc/21317/stat : 21317 (gnovelty+2) T 21315 21317 21317 0 -1 4202496 437 0 0 0 10016 0 0 0 25 0 1 0 538571682 1042227200 171 33554432000 134512640 135663704 4293953968 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21317/statm: 254450 171 113 282 0 254166 0
[pid=21315/tid=21328] ppid=21303 vsize=299532 CPUtime=0 cores=0,2,4,6
/proc/21315/task/21328/stat : 21328 (python) S 21303 21303 20058 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538581698 306720768 5733 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 514 18446604444163213248 0 0 -1 6 0 0 0
[pid=21318] ppid=21303 vsize=309920 CPUtime=0.84 cores=0,2,4,6
/proc/21318/stat : 21318 (python) S 21303 21303 20058 0 -1 4202560 1175 0 0 0 47 37 0 0 15 0 2 0 538571684 317358080 5754 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21318/statm: 77480 5754 400 364 0 13389 0
[pid=21320] ppid=21318 vsize=13516 CPUtime=395.7 cores=0,2,4,6
/proc/21320/stat : 21320 (march_hi) R 21318 21320 21320 0 -1 4202496 3188 0 0 0 39570 0 0 0 25 0 1 0 538571685 13840384 2926 33554432000 4194304 4955518 140735347320832 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21320/statm: 3379 2926 106 186 0 3192 0
[pid=21318/tid=21349] ppid=21303 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/21318/task/21349/stat : 21349 (python) S 21303 21303 20058 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 538610970 317358080 5754 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 514 18446604453922868288 0 0 -1 6 0 0 0
[pid=21325] ppid=21303 vsize=320176 CPUtime=0.61 cores=0,2,4,6
/proc/21325/stat : 21325 (python) S 21303 21303 20058 0 -1 4202560 1023 0 0 0 33 28 0 0 15 0 1 0 538581695 327860224 5728 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 3500541561924452610 0 0 17 0 0 0 0
/proc/21325/statm: 80044 5728 371 364 0 15950 0
[pid=21327] ppid=21325 vsize=9456 CPUtime=297.79 cores=0,2,4,6
/proc/21327/stat : 21327 (march_hi) R 21325 21327 21327 0 -1 4202496 2071 0 0 0 29777 2 0 0 25 0 1 0 538581695 9682944 1808 33554432000 4194304 4955518 140735096465664 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21327/statm: 2364 1808 106 186 0 2177 0
[pid=21329] ppid=21303 vsize=329984 CPUtime=0.61 cores=0,2,4,6
/proc/21329/stat : 21329 (python) S 21303 21303 20058 0 -1 4202560 1034 0 0 0 33 28 0 0 15 0 1 0 538581701 337903616 5636 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 8217437648990470402 0 0 17 2 0 0 0
/proc/21329/statm: 82496 5636 371 364 0 18399 0
[pid=21331] ppid=21329 vsize=9456 CPUtime=298.23 cores=0,2,4,6
/proc/21331/stat : 21331 (march_hi) R 21329 21331 21331 0 -1 4202496 2072 0 0 0 29823 0 0 0 25 0 1 0 538581701 9682944 1807 33554432000 4194304 4955518 140733449414656 18446744073709551615 4229950 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21331/statm: 2364 1807 106 186 0 2177 0
[pid=21303/tid=21310] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21310/stat : 21310 (python) S 21301 21303 20058 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 7 0 538571676 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21313] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21313/stat : 21313 (python) S 21301 21303 20058 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 7 0 538571679 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21316] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21316/stat : 21316 (python) S 21301 21303 20058 0 -1 4202560 18 935 0 0 0 0 0 0 20 0 7 0 538571682 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21319] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21319/stat : 21319 (python) S 21301 21303 20058 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 7 0 538571685 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
[pid=21303/tid=21326] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21326/stat : 21326 (python) S 21301 21303 20058 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 7 0 538581695 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
[pid=21303/tid=21330] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21330/stat : 21330 (python) S 21301 21303 20058 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 7 0 538581701 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1591.08
Current children cumulated vsize (KiB) 4259896

[startup+399.501 s]
/proc/loadavg: 9.20 9.46 9.04 10/314 21349
/proc/meminfo: memFree=23280452/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=340768 CPUtime=0.69 cores=0,2,4,6
/proc/21303/stat : 21303 (python) S 21301 21303 20058 0 -1 4202496 14606 935 1 0 60 9 0 0 18 0 7 0 538571615 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21303/statm: 85192 7296 1886 364 0 21095 0
[pid=21309] ppid=21303 vsize=288696 CPUtime=0.16 cores=0,2,4,6
/proc/21309/stat : 21309 (python) S 21303 21303 20058 0 -1 4202560 1085 0 0 0 9 7 0 0 19 0 2 0 538571676 295624704 5612 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21309/statm: 72174 5612 410 364 0 8092 0
[pid=21311] ppid=21309 vsize=1017800 CPUtime=99.07 cores=0,2,4,6
/proc/21311/stat : 21311 (gnovelty+2) T 21309 21311 21311 0 -1 4202496 434 0 0 0 9907 0 0 0 25 0 1 0 538571676 1042227200 171 33554432000 134512640 135663704 4292304688 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21311/statm: 254450 171 113 282 0 254166 0
[pid=21309/tid=21324] ppid=21303 vsize=288696 CPUtime=0 cores=0,2,4,6
/proc/21309/task/21324/stat : 21324 (python) S 21303 21303 20058 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538581692 295624704 5612 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 514 18446604447178966208 0 0 -1 6 0 0 0
[pid=21312] ppid=21303 vsize=289276 CPUtime=0.84 cores=0,2,4,6
/proc/21312/stat : 21312 (python) S 21303 21303 20058 0 -1 4202560 1168 0 0 0 45 39 0 0 15 0 2 0 538571678 296218624 5729 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21312/statm: 72319 5729 400 364 0 8234 0
[pid=21314] ppid=21312 vsize=13516 CPUtime=396.61 cores=0,2,4,6
/proc/21314/stat : 21314 (march_hi) R 21312 21314 21314 0 -1 4202496 3197 0 0 0 39660 1 0 0 25 0 1 0 538571679 13840384 2937 33554432000 4194304 4955518 140737378619968 18446744073709551615 4314074 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21314/statm: 3379 2937 106 186 0 3192 0
[pid=21312/tid=21340] ppid=21303 vsize=289276 CPUtime=0 cores=0,2,4,6
/proc/21312/task/21340/stat : 21340 (python) S 21303 21303 20058 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538591493 296218624 5729 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 514 18446604440278877184 0 0 -1 6 0 0 0
[pid=21315] ppid=21303 vsize=299532 CPUtime=0.17 cores=0,2,4,6
/proc/21315/stat : 21315 (python) S 21303 21303 20058 0 -1 4202560 1094 0 0 0 9 8 0 0 19 0 2 0 538571681 306720768 5733 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21315/statm: 74883 5733 400 364 0 10795 0
[pid=21317] ppid=21315 vsize=1017800 CPUtime=100.16 cores=0,2,4,6
/proc/21317/stat : 21317 (gnovelty+2) T 21315 21317 21317 0 -1 4202496 437 0 0 0 10016 0 0 0 25 0 1 0 538571682 1042227200 171 33554432000 134512640 135663704 4293953968 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21317/statm: 254450 171 113 282 0 254166 0
[pid=21315/tid=21328] ppid=21303 vsize=299532 CPUtime=0 cores=0,2,4,6
/proc/21315/task/21328/stat : 21328 (python) S 21303 21303 20058 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538581698 306720768 5733 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 514 18446604444163213248 0 0 -1 6 0 0 0
[pid=21318] ppid=21303 vsize=309920 CPUtime=0.84 cores=0,2,4,6
/proc/21318/stat : 21318 (python) S 21303 21303 20058 0 -1 4202560 1175 0 0 0 47 37 0 0 15 0 2 0 538571684 317358080 5754 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21318/statm: 77480 5754 400 364 0 13389 0
[pid=21320] ppid=21318 vsize=13516 CPUtime=396.09 cores=0,2,4,6
/proc/21320/stat : 21320 (march_hi) R 21318 21320 21320 0 -1 4202496 3196 0 0 0 39609 0 0 0 25 0 1 0 538571685 13840384 2934 33554432000 4194304 4955518 140735347320832 18446744073709551615 4285342 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21320/statm: 3379 2934 106 186 0 3192 0
[pid=21318/tid=21349] ppid=21303 vsize=309920 CPUtime=0 cores=0,2,4,6
/proc/21318/task/21349/stat : 21349 (python) S 21303 21303 20058 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 538610970 317358080 5754 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 514 18446604453922868288 0 0 -1 6 0 0 0
[pid=21325] ppid=21303 vsize=320176 CPUtime=0.62 cores=0,2,4,6
/proc/21325/stat : 21325 (python) S 21303 21303 20058 0 -1 4202560 1023 0 0 0 34 28 0 0 15 0 1 0 538581695 327860224 5728 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 12956944088875106562 0 0 17 0 0 0 0
/proc/21325/statm: 80044 5728 371 364 0 15950 0
[pid=21327] ppid=21325 vsize=9456 CPUtime=298.18 cores=0,2,4,6
/proc/21327/stat : 21327 (march_hi) R 21325 21327 21327 0 -1 4202496 2073 0 0 0 29816 2 0 0 25 0 1 0 538581695 9682944 1810 33554432000 4194304 4955518 140735096465664 18446744073709551615 4224487 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21327/statm: 2364 1810 106 186 0 2177 0
[pid=21329] ppid=21303 vsize=329984 CPUtime=0.61 cores=0,2,4,6
/proc/21329/stat : 21329 (python) S 21303 21303 20058 0 -1 4202560 1034 0 0 0 33 28 0 0 15 0 1 0 538581701 337903616 5636 33554432000 4194304 5683644 140736871900048 18446744073709551615 212687695430 0 0 16781312 514 8217437648990470402 0 0 17 2 0 0 0
/proc/21329/statm: 82496 5636 371 364 0 18399 0
[pid=21331] ppid=21329 vsize=9456 CPUtime=298.63 cores=0,2,4,6
/proc/21331/stat : 21331 (march_hi) R 21329 21331 21331 0 -1 4202496 2074 0 0 0 29863 0 0 0 25 0 1 0 538581701 9682944 1809 33554432000 4194304 4955518 140733449414656 18446744073709551615 4297429 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21331/statm: 2364 1809 106 186 0 2177 0
[pid=21303/tid=21310] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21310/stat : 21310 (python) S 21301 21303 20058 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 7 0 538571676 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21313] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21313/stat : 21313 (python) S 21301 21303 20058 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 7 0 538571679 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21316] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21316/stat : 21316 (python) S 21301 21303 20058 0 -1 4202560 18 935 0 0 0 0 0 0 20 0 7 0 538571682 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 6 0 0 0
[pid=21303/tid=21319] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21319/stat : 21319 (python) S 21301 21303 20058 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 7 0 538571685 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
[pid=21303/tid=21326] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21326/stat : 21326 (python) S 21301 21303 20058 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 7 0 538581695 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
[pid=21303/tid=21330] ppid=21301 vsize=340768 CPUtime=0 cores=0,2,4,6
/proc/21303/task/21330/stat : 21330 (python) S 21301 21303 20058 0 -1 4202560 31 935 0 0 0 0 0 0 21 0 7 0 538581701 348946432 7296 33554432000 4194304 5683644 140736871900048 18446744073709551615 212699498929 0 0 16781312 2 18446604449798535936 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1592.67
Current children cumulated vsize (KiB) 4259896

[startup+399.701 s]
/proc/loadavg: 9.20 9.46 9.04 10/314 21349
/proc/meminfo: memFree=23280452/32951124 swapFree=67111524/67111528
[pid=21303] ppid=21301 vsize=309952 CPUtime=1593.51 cores=0,2,4,6
/proc/21303/stat : 21303 (python) R 21301 21303 20058 0 -1 4202496 18394 19174 1 0 61 9 159126 155 17 0 1 0 538571615 317390848 7272 33554432000 4194304 5683644 140736871900048 18446744073709551615 4619677 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21303/statm: 77488 7272 1874 364 0 13412 0
Current children cumulated CPU time (s) 1593.51
Current children cumulated vsize (KiB) 309952

Child status: 0
Real time (s): 399.705
CPU time (s): 1593.54
CPU user time (s): 1591.88
CPU system time (s): 1.65375
CPU usage (%): 398.678
Max. virtual memory (cumulated for all children) (KiB): 4259900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1591.88
system time used= 1.65375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37791
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= 4445
involuntary context switches= 10979

runsolver used 0.994848 second user time and 2.17367 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-01 19:08:59
IDJOB=3317449
IDBENCH=82914
IDSOLVER=1705
FILE ID=node139/3317449-1304269739
RUNJOBID= node139-1304267280-20076
PBS_JOBID= 13173940
Free space on /tmp= 72992 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1336161514-068.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-3317449-1304269739/watcher-3317449-1304269739 -o /tmp/evaluation-result-3317449-1304269739/solver-3317449-1304269739 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317449-1304269739.cnf -seed 199317606 -budget 4800 -cores 4

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

MD5SUM BENCH= bf9c7e319eca3277c9c5b6246acb470c
RANDOM SEED=199317606

node139.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23343528 kB
Buffers:       2078448 kB
Cached:        6137148 kB
SwapCached:          4 kB
Active:        2231820 kB
Inactive:      6827680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23343528 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           32004 kB
Writeback:           0 kB
AnonPages:      843248 kB
Mapped:          26980 kB
Slab:           464680 kB
PageTables:      22116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34702060 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= 72964 MiB
End job on node139 at 2011-05-01 19:15:39