Trace number 3378689

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)? 4771.95 1197.37

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S118521533-021.UNKNOWN.cnf
MD5SUM26e1db2f130e6076b57fb074a1167d5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3378689-1305467043.cnf
0.32/0.47	c INFO: computing task features
0.32/0.48	c INFO: computed variable-clause graph statistics
0.32/0.49	c INFO: computed clause balance statistics
0.41/0.56	c INFO: computed variable balance statistics
0.51/0.60	c INFO: computed small-clause counts
0.51/0.60	c INFO: computed Horn-clause counts
0.51/0.60	c INFO: computed variable graph statistics
0.51/0.60	c INFO: collected features for HOME/instance-3378689-1305467043.cnf in 0.13 s
0.51/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.62)
0.51/0.62	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.07)
0.51/0.63	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.29)
0.51/0.64	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.36)
392.18/98.93	c INFO: running march_hi@0 for 679 with 1101 remaining (b = 0.32)
400.12/100.90	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.29)
1573.76/395.36	c INFO: running march_hi@0 for 97 with 805 remaining (b = 0.05)
1969.00/494.42	c INFO: running march_hi@97 for 291 with 706 remaining (b = 0.17)
2733.05/686.06	c INFO: running march_hi@0 for 514 with 514 remaining (b = 0.21)
3135.81/787.08	c INFO: running march_hi@0 for 413 with 413 remaining (b = 0.16)
3142.21/788.70	c INFO: running march_hi@98 for 291 with 411 remaining (b = 0.11)
3146.60/789.76	c INFO: running march_hi@99 for 291 with 410 remaining (b = 0.11)
4283.98/1075.10	c INFO: running march_hi@392 for 125 with 125 remaining (b = 0.05)
4325.84/1085.54	c INFO: running march_hi@386 for 114 with 114 remaining (b = 0.07)
4771.61/1197.35	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378689-1305467043/watcher-3378689-1305467043 -o /tmp/evaluation-result-3378689-1305467043/solver-3378689-1305467043 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378689-1305467043.cnf -seed 842993227 -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: 4.88 4.49 5.54 5/414 28354
/proc/meminfo: memFree=20156144/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/28354/stat : 28354 (python) R 28352 28354 27281 0 -1 4202496 985 0 0 0 0 0 0 0 17 0 1 0 658303923 16629760 859 33554432000 4194304 5683644 140735475751408 18446744073709551615 210646807237 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28354/statm: 4060 859 363 364 0 547 0

[startup+0.051077 s]
/proc/loadavg: 4.88 4.49 5.54 5/414 28354
/proc/meminfo: memFree=20156144/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=29792 CPUtime=0.04 cores=0,2,4,6
/proc/28354/stat : 28354 (python) R 28352 28354 27281 0 -1 4202496 1459 0 0 0 3 1 0 0 17 0 1 0 658303923 30507008 1300 33554432000 4194304 5683644 140735475751408 18446744073709551615 4864861 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28354/statm: 7448 1300 443 364 0 818 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29792

[startup+0.10107 s]
/proc/loadavg: 4.88 4.49 5.54 5/414 28354
/proc/meminfo: memFree=20156144/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=104232 CPUtime=0.07 cores=0,2,4,6
/proc/28354/stat : 28354 (python) R 28352 28354 27281 0 -1 4202496 3085 0 0 0 5 2 0 0 17 0 1 0 658303923 106733568 2767 33554432000 4194304 5683644 140735475751408 18446744073709551615 4516256 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28354/statm: 26058 2767 847 364 0 1806 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104232

[startup+0.301057 s]
/proc/loadavg: 4.88 4.49 5.54 5/414 28354
/proc/meminfo: memFree=20156144/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=172860 CPUtime=0.24 cores=0,2,4,6
/proc/28354/stat : 28354 (python) R 28352 28354 27281 0 -1 4202496 6742 932 1 0 16 8 0 0 17 0 1 0 658303923 177008640 4811 33554432000 4194304 5683644 140735475751408 18446744073709551615 210642166828 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28354/statm: 43215 4813 1338 364 0 3454 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 172860

[startup+0.700925 s]
/proc/loadavg: 4.88 4.49 5.54 5/414 28354
/proc/meminfo: memFree=20156144/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=320100 CPUtime=0.54 cores=0,2,4,6
/proc/28354/stat : 28354 (python) S 28352 28354 27281 0 -1 4202496 12216 932 1 0 44 10 0 0 22 0 5 0 658303923 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28354/statm: 80025 7230 1873 364 0 15934 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 320100

[startup+1.50079 s]
/proc/loadavg: 4.88 4.49 5.54 9/427 28371
/proc/meminfo: memFree=20116292/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=320100 CPUtime=0.54 cores=0,2,4,6
/proc/28354/stat : 28354 (python) S 28352 28354 27281 0 -1 4202496 12216 932 1 0 44 10 0 0 22 0 5 0 658303923 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28354/statm: 80025 7230 1873 364 0 15934 0
[pid=28360] ppid=28354 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/28360/stat : 28360 (python) S 28354 28354 27281 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658303985 285237248 5557 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166479 0 0 16781312 514 6920440813604306943 0 0 17 0 0 0 0
/proc/28360/statm: 69638 5557 354 364 0 5556 0
[pid=28362] ppid=28360 vsize=1017800 CPUtime=0.88 cores=0,2,4,6
/proc/28362/stat : 28362 (gnovelty+2) R 28360 28362 28362 0 -1 4202496 442 0 0 0 88 0 0 0 21 0 1 0 658303985 1042227200 180 33554432000 134512640 135663704 4292381296 18446744073709551615 134525162 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28362/statm: 254450 180 113 282 0 254166 0
[pid=28363] ppid=28354 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/28363/stat : 28363 (python) S 28354 28354 27281 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 658303986 296288256 5676 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 16268316324508205055 0 0 17 6 0 0 0
/proc/28363/statm: 72336 5676 348 364 0 8251 0
[pid=28365] ppid=28363 vsize=1017800 CPUtime=0.87 cores=0,2,4,6
/proc/28365/stat : 28365 (gnovelty+2) R 28363 28365 28365 0 -1 4202496 446 0 0 0 87 0 0 0 23 0 1 0 658303986 1042227200 181 33554432000 134512640 135663704 4294611104 18446744073709551615 134545793 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28365/statm: 254450 181 113 282 0 254166 0
[pid=28366] ppid=28354 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (python) S 28354 28354 27281 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 658303987 306790400 5697 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 13352504396378767618 0 0 17 0 0 0 0
/proc/28366/statm: 74900 5697 348 364 0 10812 0
[pid=28368] ppid=28366 vsize=2088 CPUtime=0.84 cores=0,2,4,6
/proc/28368/stat : 28368 (march_hi) R 28366 28368 28368 0 -1 4202496 607 0 0 0 84 0 0 0 25 0 1 0 658303987 2138112 341 33554432000 4194304 4955518 140735880670128 18446744073709551615 4309882 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28368/statm: 522 341 106 186 0 335 0
[pid=28369] ppid=28354 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/28369/stat : 28369 (python) S 28354 28354 27281 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 658303988 317292544 5701 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 3181986655078678785 0 0 17 6 0 0 0
/proc/28369/statm: 77464 5701 348 364 0 13373 0
[pid=28371] ppid=28369 vsize=2088 CPUtime=0.85 cores=0,2,4,6
/proc/28371/stat : 28371 (march_hi) R 28369 28371 28371 0 -1 4202496 602 0 0 0 85 0 0 0 25 0 1 0 658303988 2138112 341 33554432000 4194304 4955518 140736483504016 18446744073709551615 4261461 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28371/statm: 522 341 106 186 0 335 0
[pid=28354/tid=28361] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28361/stat : 28361 (python) S 28352 28354 27281 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 5 0 658303985 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28364] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28364/stat : 28364 (python) S 28352 28354 27281 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 5 0 658303986 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28367] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28367/stat : 28367 (python) S 28352 28354 27281 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658303987 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 0 0 0 0
[pid=28354/tid=28370] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28370/stat : 28370 (python) S 28352 28354 27281 0 -1 4202560 29 932 0 0 0 0 0 0 22 0 5 0 658303988 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 3537228

[startup+3.10052 s]
/proc/loadavg: 4.88 4.49 5.54 9/427 28371
/proc/meminfo: memFree=20114552/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=320100 CPUtime=0.54 cores=0,2,4,6
/proc/28354/stat : 28354 (python) S 28352 28354 27281 0 -1 4202496 12216 932 1 0 44 10 0 0 22 0 5 0 658303923 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28354/statm: 80025 7230 1873 364 0 15934 0
[pid=28360] ppid=28354 vsize=278552 CPUtime=0 cores=0,2,4,6
/proc/28360/stat : 28360 (python) S 28354 28354 27281 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658303985 285237248 5557 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166479 0 0 16781312 514 6920440813604274435 0 0 17 0 0 0 0
/proc/28360/statm: 69638 5557 354 364 0 5556 0
[pid=28362] ppid=28360 vsize=1017800 CPUtime=2.48 cores=0,2,4,6
/proc/28362/stat : 28362 (gnovelty+2) R 28360 28362 28362 0 -1 4202496 442 0 0 0 248 0 0 0 25 0 1 0 658303985 1042227200 180 33554432000 134512640 135663704 4292381296 18446744073709551615 134524919 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28362/statm: 254450 180 113 282 0 254166 0
[pid=28363] ppid=28354 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/28363/stat : 28363 (python) S 28354 28354 27281 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 658303986 296288256 5676 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 16268316324508172545 0 0 17 6 0 0 0
/proc/28363/statm: 72336 5676 348 364 0 8251 0
[pid=28365] ppid=28363 vsize=1017800 CPUtime=2.47 cores=0,2,4,6
/proc/28365/stat : 28365 (gnovelty+2) R 28363 28365 28365 0 -1 4202496 446 0 0 0 247 0 0 0 25 0 1 0 658303986 1042227200 181 33554432000 134512640 135663704 4294611104 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28365/statm: 254450 181 113 282 0 254166 0
[pid=28366] ppid=28354 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/28366/stat : 28366 (python) S 28354 28354 27281 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 658303987 306790400 5697 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 13352504396378767618 0 0 17 0 0 0 0
/proc/28366/statm: 74900 5697 348 364 0 10812 0
[pid=28368] ppid=28366 vsize=2468 CPUtime=2.43 cores=0,2,4,6
/proc/28368/stat : 28368 (march_hi) R 28366 28368 28368 0 -1 4202496 703 0 0 0 243 0 0 0 25 0 1 0 658303987 2527232 437 33554432000 4194304 4955518 140735880670128 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28368/statm: 617 437 106 186 0 430 0
[pid=28369] ppid=28354 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/28369/stat : 28369 (python) S 28354 28354 27281 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 658303988 317292544 5701 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 3181986655078678785 0 0 17 6 0 0 0
/proc/28369/statm: 77464 5701 348 364 0 13373 0
[pid=28371] ppid=28369 vsize=2468 CPUtime=2.44 cores=0,2,4,6
/proc/28371/stat : 28371 (march_hi) R 28369 28371 28371 0 -1 4202496 701 0 0 0 244 0 0 0 25 0 1 0 658303988 2527232 440 33554432000 4194304 4955518 140736483504016 18446744073709551615 4206496 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28371/statm: 617 440 106 186 0 430 0
[pid=28354/tid=28361] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28361/stat : 28361 (python) S 28352 28354 27281 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 5 0 658303985 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28364] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28364/stat : 28364 (python) S 28352 28354 27281 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 5 0 658303986 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28367] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28367/stat : 28367 (python) S 28352 28354 27281 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658303987 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 0 0 0 0
[pid=28354/tid=28370] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28370/stat : 28370 (python) S 28352 28354 27281 0 -1 4202560 29 932 0 0 0 0 0 0 22 0 5 0 658303988 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 10.36
Current children cumulated vsize (KiB) 3537988

[startup+6.30098 s]
/proc/loadavg: 5.29 4.58 5.56 9/427 28371
/proc/meminfo: memFree=20109208/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=320100 CPUtime=0.54 cores=0,2,4,6
/proc/28354/stat : 28354 (python) S 28352 28354 27281 0 -1 4202496 12216 932 1 0 44 10 0 0 22 0 5 0 658303923 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28354/statm: 80025 7230 1873 364 0 15934 0
[pid=28360] ppid=28354 vsize=278552 CPUtime=0.01 cores=0,2,4,6
/proc/28360/stat : 28360 (python) S 28354 28354 27281 0 -1 4202560 894 0 0 0 0 1 0 0 18 0 1 0 658303985 285237248 5580 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166479 0 0 16781312 514 6920440813604274435 0 0 17 0 0 0 0
/proc/28360/statm: 69638 5580 377 364 0 5556 0
[pid=28362] ppid=28360 vsize=1017800 CPUtime=5.67 cores=0,2,4,6
/proc/28362/stat : 28362 (gnovelty+2) R 28360 28362 28362 0 -1 4202496 442 0 0 0 567 0 0 0 25 0 1 0 658303985 1042227200 180 33554432000 134512640 135663704 4292381296 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28362/statm: 254450 180 113 282 0 254166 0
[pid=28363] ppid=28354 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/28363/stat : 28363 (python) S 28354 28354 27281 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 658303986 296288256 5699 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 16268316324508172545 0 0 17 6 0 0 0
/proc/28363/statm: 72336 5699 371 364 0 8251 0
[pid=28365] ppid=28363 vsize=1017800 CPUtime=5.67 cores=0,2,4,6
/proc/28365/stat : 28365 (gnovelty+2) R 28363 28365 28365 0 -1 4202496 446 0 0 0 567 0 0 0 25 0 1 0 658303986 1042227200 181 33554432000 134512640 135663704 4294611104 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28365/statm: 254450 181 113 282 0 254166 0
[pid=28366] ppid=28354 vsize=299600 CPUtime=0.01 cores=0,2,4,6
/proc/28366/stat : 28366 (python) S 28354 28354 27281 0 -1 4202560 919 0 0 0 1 0 0 0 15 0 1 0 658303987 306790400 5720 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 13352504396378767618 0 0 17 0 0 0 0
/proc/28366/statm: 74900 5720 371 364 0 10812 0
[pid=28368] ppid=28366 vsize=3320 CPUtime=5.55 cores=0,2,4,6
/proc/28368/stat : 28368 (march_hi) R 28366 28368 28368 0 -1 4202496 872 0 0 0 555 0 0 0 25 0 1 0 658303987 3399680 606 33554432000 4194304 4955518 140735880670128 18446744073709551615 4235304 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28368/statm: 830 606 106 186 0 643 0
[pid=28369] ppid=28354 vsize=309856 CPUtime=0.01 cores=0,2,4,6
/proc/28369/stat : 28369 (python) S 28354 28354 27281 0 -1 4202560 915 0 0 0 1 0 0 0 15 0 1 0 658303988 317292544 5724 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 3181986655078678785 0 0 17 6 0 0 0
/proc/28369/statm: 77464 5724 371 364 0 13373 0
[pid=28371] ppid=28369 vsize=3320 CPUtime=5.6 cores=0,2,4,6
/proc/28371/stat : 28371 (march_hi) R 28369 28371 28371 0 -1 4202496 872 0 0 0 560 0 0 0 25 0 1 0 658303988 3399680 611 33554432000 4194304 4955518 140736483504016 18446744073709551615 4314135 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28371/statm: 830 611 106 186 0 643 0
[pid=28354/tid=28361] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28361/stat : 28361 (python) S 28352 28354 27281 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 5 0 658303985 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28364] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28364/stat : 28364 (python) S 28352 28354 27281 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 5 0 658303986 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28367] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28367/stat : 28367 (python) S 28352 28354 27281 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 658303987 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 0 0 0 0
[pid=28354/tid=28370] ppid=28352 vsize=320100 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28370/stat : 28370 (python) S 28352 28354 27281 0 -1 4202560 29 932 0 0 0 0 0 0 22 0 5 0 658303988 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 23.06
Current children cumulated vsize (KiB) 3539692

[startup+12.7009 s]
/proc/loadavg: 5.82 4.70 5.59 9/427 28372
/proc/meminfo: memFree=20103648/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=320100 CPUtime=0.54 cores=0,2,4,6
/proc/28354/stat : 28354 (python) S 28352 28354 27281 0 -1 4202496 12216 932 1 0 44 10 0 0 22 0 5 0 658303923 327782400 7230 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28354/statm: 80025 7230 1873 364 0 15934 0
[pid=28360] ppid=28354 vsize=278552 CPUtime=0.02 cores=0,2,4,6
/proc/28360/stat : 28360 (python) S 28354 28354 27281 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 658303985 285237248 5580 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166479 0 0 16781312 514 2675173363030130947 0 0 17 0 0 0 0
/proc/28360/statm: 69638 5580 377 364 0 5556 0
[pid=28362] ppid=28360 vsize=1017800 CPUtime=12.07 cores=0,2,4,6
/proc/28362/stat : 28362 (gnovelty+2) R 28360 28362 28362 0 -1 4202496 442 0 0 0 1207 0 0 0 25 0 1 0 658303985 1042227200 180 33554432000 134512640 135663704 4292381296 18446744073709551615 134545670 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28362/statm: 254450 180 113 282 0 254166 0
[pid=28363] ppid=28354 vsize=289344 CPUtime=0.02 cores=0,2,4,6

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


[startup+1197.1 s]
/proc/loadavg: 4.10 4.20 4.88 5/406 28448
/proc/meminfo: memFree=19818916/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=360812 CPUtime=0.62 cores=0,2,4,6
/proc/28354/stat : 28354 (python) S 28352 28354 27281 0 -1 4202496 16673 932 1 0 51 11 0 0 18 0 9 0 658303923 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28354/statm: 90203 7200 1890 364 0 26100 0
[pid=28360] ppid=28354 vsize=288796 CPUtime=0.29 cores=0,2,4,6
/proc/28360/stat : 28360 (python) S 28354 28354 27281 0 -1 4202560 1174 0 0 0 17 12 0 0 19 0 2 0 658303985 295727104 5624 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 72199 5624 416 364 0 8117 0
[pid=28362] ppid=28360 vsize=1017800 CPUtime=100.13 cores=0,2,4,6
/proc/28362/stat : 28362 (gnovelty+2) T 28360 28362 28362 0 -1 4202496 442 0 0 0 9997 16 0 0 25 0 1 0 658303985 1042227200 180 33554432000 134512640 135663704 4292381296 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/28362/statm: 254450 180 113 282 0 254166 0
[pid=28360/tid=28380] ppid=28354 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/28360/task/28380/stat : 28380 (python) S 28354 28354 27281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658314013 295727104 5624 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604441639082048 0 0 -1 0 0 0 0
[pid=28363] ppid=28354 vsize=289344 CPUtime=0.28 cores=0,2,4,6
/proc/28363/stat : 28363 (python) S 28354 28354 27281 0 -1 4202560 1086 0 0 0 14 14 0 0 19 0 2 0 658303986 296288256 5729 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28363/statm: 72336 5729 400 364 0 8251 0
[pid=28365] ppid=28363 vsize=1017800 CPUtime=98.28 cores=0,2,4,6
/proc/28365/stat : 28365 (gnovelty+2) T 28363 28365 28365 0 -1 4202496 446 0 0 0 9828 0 0 0 25 0 1 0 658303986 1042227200 181 33554432000 134512640 135663704 4294611104 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/28365/statm: 254450 181 113 282 0 254166 0
[pid=28363/tid=28376] ppid=28354 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/28363/task/28376/stat : 28376 (python) S 28354 28354 27281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658313816 296288256 5729 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604443815553920 0 0 -1 4 0 0 0
[pid=28366] ppid=28354 vsize=299600 CPUtime=2.36 cores=0,2,4,6
/proc/28366/stat : 28366 (python) S 28354 28354 27281 0 -1 4202560 1159 0 0 0 130 106 0 0 15 0 2 0 658303987 306790400 5750 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28366/statm: 74900 5750 400 364 0 10812 0
[pid=28368] ppid=28366 vsize=141132 CPUtime=781.39 cores=0,2,4,6
/proc/28368/stat : 28368 (march_hi) T 28366 28368 28368 0 -1 4202496 33728 0 0 0 78131 8 0 0 25 0 1 0 658303987 144519168 33462 33554432000 4194304 4955518 140735880670128 18446744073709551615 4235624 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28368/statm: 35283 33462 106 186 0 35096 0
[pid=28366/tid=28409] ppid=28354 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/28366/task/28409/stat : 28409 (python) S 28354 28354 27281 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658343459 306790400 5750 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604452033595520 0 0 -1 6 0 0 0
[pid=28369] ppid=28354 vsize=309856 CPUtime=2.98 cores=0,2,4,6
/proc/28369/stat : 28369 (python) S 28354 28354 27281 0 -1 4202560 1155 0 0 0 166 132 0 0 15 0 2 0 658303988 317292544 5754 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28369/statm: 77464 5754 400 364 0 13373 0
[pid=28371] ppid=28369 vsize=214172 CPUtime=970.83 cores=0,2,4,6
/proc/28371/stat : 28371 (march_hi) T 28369 28371 28371 0 -1 4202496 41719 0 0 0 97047 36 0 0 25 0 1 0 658303988 219312128 41458 33554432000 4194304 4955518 140736483504016 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/28371/statm: 53543 41458 106 186 0 53356 0
[pid=28369/tid=28418] ppid=28354 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/28369/task/28418/stat : 28418 (python) S 28354 28354 27281 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658372529 317292544 5754 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604443815552128 0 0 -1 0 0 0 0
[pid=28377] ppid=28354 vsize=320112 CPUtime=3.2 cores=0,2,4,6
/proc/28377/stat : 28377 (python) S 28354 28354 27281 0 -1 4202560 1173 0 0 0 173 147 0 0 15 0 2 0 658313817 327794688 5758 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28377/statm: 80028 5758 400 364 0 15934 0
[pid=28379] ppid=28377 vsize=214172 CPUtime=1086.11 cores=0,2,4,6
/proc/28379/stat : 28379 (march_hi) R 28377 28379 28379 0 -1 4202496 46001 0 0 0 108602 9 0 0 25 0 1 0 658313817 219312128 45737 33554432000 4194304 4955518 140735413295168 18446744073709551615 4296838 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28379/statm: 53543 45737 106 186 0 53356 0
[pid=28377/tid=28424] ppid=28354 vsize=320112 CPUtime=0 cores=0,2,4,6
/proc/28377/task/28424/stat : 28424 (python) S 28354 28354 27281 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658382631 327794688 5758 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604452267270592 0 0 -1 4 0 0 0
[pid=28381] ppid=28354 vsize=330512 CPUtime=2.49 cores=0,2,4,6
/proc/28381/stat : 28381 (python) S 28354 28354 27281 0 -1 4202560 1157 0 0 0 140 109 0 0 15 0 2 0 658314014 338444288 5781 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28381/statm: 82628 5781 400 364 0 18531 0
[pid=28383] ppid=28381 vsize=141132 CPUtime=806.4 cores=0,2,4,6
/proc/28383/stat : 28383 (march_hi) R 28381 28383 28383 0 -1 4202496 34433 0 0 0 80628 12 0 0 25 0 1 0 658314014 144519168 34169 33554432000 4194304 4955518 140734664000352 18446744073709551615 4245448 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28383/statm: 35283 34169 106 186 0 35096 0
[pid=28381/tid=28428] ppid=28354 vsize=330512 CPUtime=0 cores=0,2,4,6
/proc/28381/task/28428/stat : 28428 (python) S 28354 28354 27281 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 658382899 338444288 5781 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604452267271488 0 0 -1 0 0 0 0
[pid=28419] ppid=28354 vsize=340796 CPUtime=1.54 cores=0,2,4,6
/proc/28419/stat : 28419 (python) S 28354 28354 27281 0 -1 4202560 1007 0 0 0 85 69 0 0 15 0 1 0 658372530 348975104 5785 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 4703248953036996866 0 0 17 0 0 0 0
/proc/28419/statm: 85199 5785 371 364 0 21099 0
[pid=28421] ppid=28419 vsize=96932 CPUtime=506.75 cores=0,2,4,6
/proc/28421/stat : 28421 (march_hi) R 28419 28421 28421 0 -1 4202496 21900 0 0 0 50670 5 0 0 25 0 1 0 658372530 99258368 21636 33554432000 4194304 4955518 140735841823248 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28421/statm: 24233 21636 106 186 0 24046 0
[pid=28425] ppid=28354 vsize=351052 CPUtime=1.24 cores=0,2,4,6
/proc/28425/stat : 28425 (python) S 28354 28354 27281 0 -1 4202560 1045 0 0 0 70 54 0 0 15 0 1 0 658382632 359477248 5795 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 2675173363030130946 0 0 17 0 0 0 0
/proc/28425/statm: 87763 5795 377 364 0 23660 0
[pid=28427] ppid=28425 vsize=93560 CPUtime=405.92 cores=0,2,4,6
/proc/28427/stat : 28427 (march_hi) R 28425 28427 28427 0 -1 4202496 18872 0 0 0 40586 6 0 0 25 0 1 0 658382632 95805440 18603 33554432000 4194304 4955518 140733220030800 18446744073709551615 4208802 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28427/statm: 23390 18603 106 186 0 23203 0
[pid=28354/tid=28361] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28361/stat : 28361 (python) S 28352 28354 27281 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 658303985 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28364] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28364/stat : 28364 (python) S 28352 28354 27281 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 9 0 658303986 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28367] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28367/stat : 28367 (python) S 28352 28354 27281 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 658303987 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 0 0 0 0
[pid=28354/tid=28370] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28370/stat : 28370 (python) S 28352 28354 27281 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 658303988 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
[pid=28354/tid=28378] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28378/stat : 28378 (python) S 28352 28354 27281 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 658313817 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
[pid=28354/tid=28382] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28382/stat : 28382 (python) S 28352 28354 27281 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 658314014 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
[pid=28354/tid=28420] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28420/stat : 28420 (python) S 28352 28354 27281 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 658372530 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
[pid=28354/tid=28426] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28426/stat : 28426 (python) S 28352 28354 27281 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 658382632 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4770.81
Current children cumulated vsize (KiB) 5827580

[startup+1197.3 s]
/proc/loadavg: 4.10 4.20 4.88 5/406 28448
/proc/meminfo: memFree=19818916/32951132 swapFree=64495980/67111528
[pid=28354] ppid=28352 vsize=360812 CPUtime=0.62 cores=0,2,4,6
/proc/28354/stat : 28354 (python) S 28352 28354 27281 0 -1 4202496 16673 932 1 0 51 11 0 0 18 0 9 0 658303923 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/28354/statm: 90203 7200 1890 364 0 26100 0
[pid=28360] ppid=28354 vsize=288796 CPUtime=0.29 cores=0,2,4,6
/proc/28360/stat : 28360 (python) S 28354 28354 27281 0 -1 4202560 1174 0 0 0 17 12 0 0 19 0 2 0 658303985 295727104 5624 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28360/statm: 72199 5624 416 364 0 8117 0
[pid=28362] ppid=28360 vsize=1017800 CPUtime=100.13 cores=0,2,4,6
/proc/28362/stat : 28362 (gnovelty+2) T 28360 28362 28362 0 -1 4202496 442 0 0 0 9997 16 0 0 25 0 1 0 658303985 1042227200 180 33554432000 134512640 135663704 4292381296 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/28362/statm: 254450 180 113 282 0 254166 0
[pid=28360/tid=28380] ppid=28354 vsize=288796 CPUtime=0 cores=0,2,4,6
/proc/28360/task/28380/stat : 28380 (python) S 28354 28354 27281 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658314013 295727104 5624 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604441639082048 0 0 -1 0 0 0 0
[pid=28363] ppid=28354 vsize=289344 CPUtime=0.28 cores=0,2,4,6
/proc/28363/stat : 28363 (python) S 28354 28354 27281 0 -1 4202560 1086 0 0 0 14 14 0 0 19 0 2 0 658303986 296288256 5729 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28363/statm: 72336 5729 400 364 0 8251 0
[pid=28365] ppid=28363 vsize=1017800 CPUtime=98.28 cores=0,2,4,6
/proc/28365/stat : 28365 (gnovelty+2) T 28363 28365 28365 0 -1 4202496 446 0 0 0 9828 0 0 0 25 0 1 0 658303986 1042227200 181 33554432000 134512640 135663704 4294611104 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/28365/statm: 254450 181 113 282 0 254166 0
[pid=28363/tid=28376] ppid=28354 vsize=289344 CPUtime=0 cores=0,2,4,6
/proc/28363/task/28376/stat : 28376 (python) S 28354 28354 27281 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658313816 296288256 5729 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604443815553920 0 0 -1 4 0 0 0
[pid=28366] ppid=28354 vsize=299600 CPUtime=2.36 cores=0,2,4,6
/proc/28366/stat : 28366 (python) S 28354 28354 27281 0 -1 4202560 1159 0 0 0 130 106 0 0 15 0 2 0 658303987 306790400 5750 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28366/statm: 74900 5750 400 364 0 10812 0
[pid=28368] ppid=28366 vsize=141132 CPUtime=781.39 cores=0,2,4,6
/proc/28368/stat : 28368 (march_hi) T 28366 28368 28368 0 -1 4202496 33728 0 0 0 78131 8 0 0 25 0 1 0 658303987 144519168 33462 33554432000 4194304 4955518 140735880670128 18446744073709551615 4235624 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/28368/statm: 35283 33462 106 186 0 35096 0
[pid=28366/tid=28409] ppid=28354 vsize=299600 CPUtime=0 cores=0,2,4,6
/proc/28366/task/28409/stat : 28409 (python) S 28354 28354 27281 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 658343459 306790400 5750 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604452033595520 0 0 -1 6 0 0 0
[pid=28369] ppid=28354 vsize=309856 CPUtime=2.98 cores=0,2,4,6
/proc/28369/stat : 28369 (python) S 28354 28354 27281 0 -1 4202560 1155 0 0 0 166 132 0 0 15 0 2 0 658303988 317292544 5754 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28369/statm: 77464 5754 400 364 0 13373 0
[pid=28371] ppid=28369 vsize=214172 CPUtime=970.83 cores=0,2,4,6
/proc/28371/stat : 28371 (march_hi) T 28369 28371 28371 0 -1 4202496 41719 0 0 0 97047 36 0 0 25 0 1 0 658303988 219312128 41458 33554432000 4194304 4955518 140736483504016 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/28371/statm: 53543 41458 106 186 0 53356 0
[pid=28369/tid=28418] ppid=28354 vsize=309856 CPUtime=0 cores=0,2,4,6
/proc/28369/task/28418/stat : 28418 (python) S 28354 28354 27281 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658372529 317292544 5754 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604443815552128 0 0 -1 0 0 0 0
[pid=28377] ppid=28354 vsize=320112 CPUtime=3.21 cores=0,2,4,6
/proc/28377/stat : 28377 (python) R 28354 28354 27281 0 -1 4202560 1173 0 0 0 174 147 0 0 15 0 2 0 658313817 327794688 5758 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647189639 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28377/statm: 80028 5758 400 364 0 15934 0
[pid=28379] ppid=28377 vsize=214172 CPUtime=1086.31 cores=0,2,4,6
/proc/28379/stat : 28379 (march_hi) R 28377 28379 28379 0 -1 4202496 46010 0 0 0 108622 9 0 0 25 0 1 0 658313817 219312128 45746 33554432000 4194304 4955518 140735413295168 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/28379/statm: 53543 45746 106 186 0 53356 0
[pid=28377/tid=28424] ppid=28354 vsize=320112 CPUtime=0 cores=0,2,4,6
/proc/28377/task/28424/stat : 28424 (python) S 28354 28354 27281 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658382631 327794688 5758 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604452267270592 0 0 -1 4 0 0 0
[pid=28381] ppid=28354 vsize=330512 CPUtime=2.49 cores=0,2,4,6
/proc/28381/stat : 28381 (python) S 28354 28354 27281 0 -1 4202560 1157 0 0 0 140 109 0 0 15 0 2 0 658314014 338444288 5781 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28381/statm: 82628 5781 400 364 0 18531 0
[pid=28383] ppid=28381 vsize=141132 CPUtime=806.59 cores=0,2,4,6
/proc/28383/stat : 28383 (march_hi) R 28381 28383 28383 0 -1 4202496 34443 0 0 0 80647 12 0 0 25 0 1 0 658314014 144519168 34179 33554432000 4194304 4955518 140734664000352 18446744073709551615 4346322 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/28383/statm: 35283 34179 106 186 0 35096 0
[pid=28381/tid=28428] ppid=28354 vsize=330512 CPUtime=0 cores=0,2,4,6
/proc/28381/task/28428/stat : 28428 (python) S 28354 28354 27281 0 -1 4202560 44 0 0 0 0 0 0 0 17 0 2 0 658382899 338444288 5781 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 514 18446604452267271488 0 0 -1 0 0 0 0
[pid=28419] ppid=28354 vsize=340796 CPUtime=1.54 cores=0,2,4,6
/proc/28419/stat : 28419 (python) S 28354 28354 27281 0 -1 4202560 1007 0 0 0 85 69 0 0 15 0 1 0 658372530 348975104 5785 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 4703248953036996866 0 0 17 0 0 0 0
/proc/28419/statm: 85199 5785 371 364 0 21099 0
[pid=28421] ppid=28419 vsize=96932 CPUtime=506.95 cores=0,2,4,6
/proc/28421/stat : 28421 (march_hi) R 28419 28421 28421 0 -1 4202496 21910 0 0 0 50690 5 0 0 25 0 1 0 658372530 99258368 21646 33554432000 4194304 4955518 140735841823248 18446744073709551615 4297507 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/28421/statm: 24233 21646 106 186 0 24046 0
[pid=28425] ppid=28354 vsize=351052 CPUtime=1.24 cores=0,2,4,6
/proc/28425/stat : 28425 (python) S 28354 28354 27281 0 -1 4202560 1045 0 0 0 70 54 0 0 15 0 1 0 658382632 359477248 5795 33554432000 4194304 5683644 140735475751408 18446744073709551615 210647166534 0 0 16781312 514 2675173363030130946 0 0 17 0 0 0 0
/proc/28425/statm: 87763 5795 377 364 0 23660 0
[pid=28427] ppid=28425 vsize=93560 CPUtime=406.12 cores=0,2,4,6
/proc/28427/stat : 28427 (march_hi) R 28425 28427 28427 0 -1 4202496 18880 0 0 0 40606 6 0 0 25 0 1 0 658382632 95805440 18611 33554432000 4194304 4955518 140733220030800 18446744073709551615 4224443 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/28427/statm: 23390 18611 106 186 0 23203 0
[pid=28354/tid=28361] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28361/stat : 28361 (python) S 28352 28354 27281 0 -1 4202560 27 932 0 0 0 0 0 0 19 0 9 0 658303985 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28364] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28364/stat : 28364 (python) S 28352 28354 27281 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 9 0 658303986 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 4 0 0 0
[pid=28354/tid=28367] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28367/stat : 28367 (python) S 28352 28354 27281 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 658303987 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 0 0 0 0
[pid=28354/tid=28370] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28370/stat : 28370 (python) S 28352 28354 27281 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 9 0 658303988 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
[pid=28354/tid=28378] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28378/stat : 28378 (python) S 28352 28354 27281 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 658313817 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
[pid=28354/tid=28382] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28382/stat : 28382 (python) S 28352 28354 27281 0 -1 4202560 31 932 0 0 0 0 0 0 18 0 9 0 658314014 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
[pid=28354/tid=28420] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28420/stat : 28420 (python) S 28352 28354 27281 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 658372530 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
[pid=28354/tid=28426] ppid=28352 vsize=360812 CPUtime=0 cores=0,2,4,6
/proc/28354/task/28426/stat : 28426 (python) S 28352 28354 27281 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 658382632 369471488 7200 33554432000 4194304 5683644 140735475751408 18446744073709551615 210658970033 0 0 16781312 2 18446604440514710464 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4771.61
Current children cumulated vsize (KiB) 5827580

Child status: 0
Real time (s): 1197.37
CPU time (s): 4771.95
CPU user time (s): 4764.36
CPU system time (s): 7.58885
CPU usage (%): 398.536
Max. virtual memory (cumulated for all children) (KiB): 5827584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4764.36
system time used= 7.58885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228576
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= 7991
involuntary context switches= 27596

runsolver used 5.10422 second user time and 9.76052 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 15:44:03
IDJOB=3378689
IDBENCH=83098
IDSOLVER=1859
FILE ID=node129/3378689-1305467043
RUNJOBID= node129-1305463314-27299
PBS_JOBID= 13324993
Free space on /tmp= 73364 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S118521533-021.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-3378689-1305467043/watcher-3378689-1305467043 -o /tmp/evaluation-result-3378689-1305467043/solver-3378689-1305467043 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378689-1305467043.cnf -seed 842993227 -budget 4800 -cores 4

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

MD5SUM BENCH= 26e1db2f130e6076b57fb074a1167d5e
RANDOM SEED=842993227

node129.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      20156176 kB
Buffers:        271220 kB
Cached:        6414640 kB
SwapCached:      52668 kB
Active:        4027472 kB
Inactive:      8519512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20156176 kB
SwapTotal:    67111528 kB
SwapFree:     64495980 kB
Dirty:           32288 kB
Writeback:           0 kB
AnonPages:     5817004 kB
Mapped:          27580 kB
Slab:           134608 kB
PageTables:      47692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 96789032 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73364 MiB
End job on node129 at 2011-05-15 16:04:00