Trace number 3322184

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 884.894 125.698

General information on the benchmark

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

Solver Data

0.32/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3322184-1304375560.cnf
0.32/0.47	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.48	c INFO: computed clause balance statistics
0.41/0.51	c INFO: computed variable balance statistics
0.41/0.54	c INFO: computed small-clause counts
0.41/0.54	c INFO: computed Horn-clause counts
0.41/0.54	c INFO: computed variable graph statistics
0.41/0.54	c INFO: collected features for HOME/instance-3322184-1304375560.cnf in 0.07 s
0.41/0.58	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.56)
0.50/0.62	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.50/0.66	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.61/0.70	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.61/0.74	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.61/0.78	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
0.70/0.83	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.19)
0.70/0.87	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.21)
710.56/100.83	c INFO: running march_hi@0 for 485 with 39899 remaining (b = 0.19)
711.85/101.02	c INFO: running kcnfs-2006@0 for 582 with 39899 remaining (b = 0.19)
716.11/101.65	c INFO: running march_hi@0 for 97 with 39898 remaining (b = 0.04)
884.21/125.67	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-3322184-1304375560/watcher-3322184-1304375560 -o /tmp/evaluation-result-3322184-1304375560/solver-3322184-1304375560 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322184-1304375560.cnf -seed 1601470800 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 8.46 9.36 9.47 2/308 30741
/proc/meminfo: memFree=20210488/32951124 swapFree=66735616/67111528
[pid=30741] ppid=30739 vsize=15904 CPUtime=0 cores=0-7
/proc/30741/stat : 30741 (python) R 30739 30741 30032 0 -1 4202496 943 0 0 0 0 0 0 0 25 0 1 0 627786532 16285696 820 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30741/statm: 3976 820 357 364 0 463 0

[startup+0.0134491 s]
/proc/loadavg: 8.46 9.36 9.47 2/308 30741
/proc/meminfo: memFree=20210488/32951124 swapFree=66735616/67111528
[pid=30741] ppid=30739 vsize=16240 CPUtime=0 cores=0-7
/proc/30741/stat : 30741 (python) R 30739 30741 30032 0 -1 4202496 1014 0 0 0 0 0 0 0 25 0 1 0 627786532 16629760 887 33554432000 4194304 5683644 140734476537232 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30741/statm: 4060 891 372 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100477 s]
/proc/loadavg: 8.46 9.36 9.47 2/308 30741
/proc/meminfo: memFree=20210488/32951124 swapFree=66735616/67111528
[pid=30741] ppid=30739 vsize=104228 CPUtime=0.07 cores=0-7
/proc/30741/stat : 30741 (python) R 30739 30741 30032 0 -1 4202496 3064 0 0 0 5 2 0 0 17 0 1 0 627786532 106729472 2747 33554432000 4194304 5683644 140734476537232 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30741/statm: 26056 2747 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104228

[startup+0.300453 s]
/proc/loadavg: 8.46 9.36 9.47 2/308 30741
/proc/meminfo: memFree=20210488/32951124 swapFree=66735616/67111528
[pid=30741] ppid=30739 vsize=170752 CPUtime=0.24 cores=0-7
/proc/30741/stat : 30741 (python) R 30739 30741 30032 0 -1 4202496 6739 931 1 0 17 7 0 0 18 0 1 0 627786532 174850048 4809 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30741/statm: 42688 4809 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 170752

[startup+0.700366 s]
/proc/loadavg: 8.46 9.36 9.47 2/308 30741
/proc/meminfo: memFree=20210488/32951124 swapFree=66735616/67111528
[pid=30741] ppid=30739 vsize=310020 CPUtime=0.61 cores=0-7
/proc/30741/stat : 30741 (python) R 30739 30741 30032 0 -1 4202496 11991 931 1 0 51 10 0 0 18 0 4 0 627786532 317460480 7259 33554432000 4194304 5683644 140734476537232 18446744073709551615 252461504455 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30741/statm: 77505 7259 1878 364 0 13417 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 310020

[startup+1.50117 s]
/proc/loadavg: 7.86 9.22 9.43 10/333 30770
/proc/meminfo: memFree=20152628/32951124 swapFree=66735616/67111528
[pid=30741] ppid=30739 vsize=426836 CPUtime=0.77 cores=0-7
/proc/30741/stat : 30741 (python) S 30739 30741 30032 0 -1 4202496 15630 931 1 0 66 11 0 0 20 0 9 0 627786532 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30741/statm: 106709 7436 1889 364 0 42606 0
[pid=30747] ppid=30741 vsize=278588 CPUtime=0 cores=0-7
/proc/30747/stat : 30747 (python) S 30741 30741 30032 0 -1 4202560 739 0 0 0 0 0 0 0 19 0 1 0 627786590 285274112 5586 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085903 0 0 16781312 514 17932467305321594879 0 0 17 2 0 0 0
/proc/30747/statm: 69647 5586 354 364 0 5565 0
[pid=30749] ppid=30747 vsize=1017800 CPUtime=0.91 cores=0-7
/proc/30749/stat : 30749 (gnovelty+2) R 30747 30749 30749 0 -1 4202496 441 0 0 0 91 0 0 0 23 0 1 0 627786591 1042227200 174 33554432000 134512640 135663704 4290377280 18446744073709551615 135007736 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30749/statm: 254450 174 113 282 0 254166 0
[pid=30750] ppid=30741 vsize=289320 CPUtime=0 cores=0-7
/proc/30750/stat : 30750 (python) S 30741 30741 30032 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 627786594 296263680 5687 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 14309739219520553217 0 0 17 6 0 0 0
/proc/30750/statm: 72330 5687 348 364 0 8245 0
[pid=30752] ppid=30750 vsize=2132 CPUtime=0.87 cores=0-7
/proc/30752/stat : 30752 (march_hi) R 30750 30752 30752 0 -1 4202496 591 0 0 0 87 0 0 0 23 0 1 0 627786594 2183168 328 33554432000 4194304 4955518 140736181302176 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30752/statm: 533 328 104 186 0 346 0
[pid=30753] ppid=30741 vsize=299428 CPUtime=0 cores=0-7
/proc/30753/stat : 30753 (python) S 30741 30741 30032 0 -1 4202560 757 0 0 0 0 0 0 0 16 0 1 0 627786598 306614272 5638 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 10060408253143023873 0 0 17 4 0 0 0
/proc/30753/statm: 74857 5638 348 364 0 10769 0
[pid=30755] ppid=30753 vsize=2132 CPUtime=0.83 cores=0-7
/proc/30755/stat : 30755 (march_hi) R 30753 30755 30755 0 -1 4202496 592 0 0 0 83 0 0 0 25 0 1 0 627786599 2183168 329 33554432000 4194304 4955518 140734212028448 18446744073709551615 4227576 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30755/statm: 533 329 104 186 0 346 0
[pid=30756] ppid=30741 vsize=310032 CPUtime=0 cores=0-7
/proc/30756/stat : 30756 (python) S 30741 30741 30032 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 627786602 317472768 5729 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 12579886371633594626 0 0 17 4 0 0 0
/proc/30756/statm: 77508 5729 348 364 0 13417 0
[pid=30758] ppid=30756 vsize=2000 CPUtime=0.78 cores=0-7
/proc/30758/stat : 30758 (march_hi) R 30756 30758 30758 0 -1 4202496 592 0 0 0 78 0 0 0 22 0 1 0 627786603 2048000 327 33554432000 4194304 4955518 140733750930832 18446744073709551615 4227654 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30758/statm: 500 327 104 186 0 313 0
[pid=30759] ppid=30741 vsize=320288 CPUtime=0 cores=0-7
/proc/30759/stat : 30759 (python) S 30741 30741 30032 0 -1 4202560 764 0 0 0 0 0 0 0 21 0 1 0 627786606 327974912 5733 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 18088716703721586687 0 0 17 1 0 0 0
/proc/30759/statm: 80072 5733 348 364 0 15978 0
[pid=30761] ppid=30759 vsize=1017800 CPUtime=0.73 cores=0-7
/proc/30761/stat : 30761 (gnovelty+2) R 30759 30761 30761 0 -1 4202496 439 0 0 0 73 0 0 0 25 0 1 0 627786607 1042227200 174 33554432000 134512640 135663704 4289148672 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30761/statm: 254450 174 113 282 0 254166 0
[pid=30762] ppid=30741 vsize=396080 CPUtime=0 cores=0-7
/proc/30762/stat : 30762 (python) S 30741 30741 30032 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 627786610 405585920 5910 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 5602250384786555139 0 0 17 0 0 0 0
/proc/30762/statm: 99020 5910 348 364 0 34923 0
[pid=30764] ppid=30762 vsize=2000 CPUtime=0.47 cores=0-7
/proc/30764/stat : 30764 (march_hi) R 30762 30764 30764 0 -1 4202496 576 0 0 0 47 0 0 0 21 0 1 0 627786611 2048000 321 33554432000 4194304 4955518 140736815603520 18446744073709551615 4290836 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30764/statm: 500 321 104 186 0 313 0
[pid=30765] ppid=30741 vsize=406336 CPUtime=0 cores=0-7
/proc/30765/stat : 30765 (python) S 30741 30741 30032 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 627786616 416088064 5886 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 3352001939058426119 0 0 17 1 0 0 0
/proc/30765/statm: 101584 5886 348 364 0 37484 0
[pid=30767] ppid=30765 vsize=2000 CPUtime=0.61 cores=0-7
/proc/30767/stat : 30767 (march_hi) R 30765 30767 30767 0 -1 4202496 584 0 0 0 61 0 0 0 24 0 1 0 627786618 2048000 327 33554432000 4194304 4955518 140735888486176 18446744073709551615 4261387 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30767/statm: 500 327 104 186 0 313 0
[pid=30768] ppid=30741 vsize=416592 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (python) S 30741 30741 30032 0 -1 4202560 784 0 0 0 0 0 0 0 16 0 1 0 627786620 426590208 5897 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 5602250384786555141 0 0 17 0 0 0 0
/proc/30768/statm: 104148 5897 354 364 0 40045 0
[pid=30770] ppid=30768 vsize=2000 CPUtime=0.21 cores=0-7
/proc/30770/stat : 30770 (march_hi) R 30768 30770 30770 0 -1 4202496 577 0 0 0 21 0 0 0 24 0 1 0 627786625 2048000 315 33554432000 4194304 4955518 140736484369808 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30770/statm: 500 315 104 186 0 313 0
[pid=30741/tid=30748] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30748/stat : 30748 (python) S 30739 30741 30032 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 627786591 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 2 0 0 0
[pid=30741/tid=30751] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30751/stat : 30751 (python) S 30739 30741 30032 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 9 0 627786594 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 6 0 0 0
[pid=30741/tid=30754] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30754/stat : 30754 (python) S 30739 30741 30032 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 9 0 627786598 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 6 0 0 0
[pid=30741/tid=30757] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30757/stat : 30757 (python) S 30739 30741 30032 0 -1 4202560 20 931 0 0 0 0 0 0 19 0 9 0 627786603 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 4 0 0 0
[pid=30741/tid=30760] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30760/stat : 30760 (python) S 30739 30741 30032 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 627786607 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 7 0 0 0
[pid=30741/tid=30763] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30763/stat : 30763 (python) S 30739 30741 30032 0 -1 4202560 81 931 0 0 0 0 0 0 19 0 9 0 627786611 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30766] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30766/stat : 30766 (python) S 30739 30741 30032 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 9 0 627786616 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30769] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30769/stat : 30769 (python) S 30739 30741 30032 0 -1 4202560 76 931 0 0 0 0 0 0 21 0 9 0 627786620 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 5191364

[startup+3.10187 s]
/proc/loadavg: 7.86 9.22 9.43 10/333 30770
/proc/meminfo: memFree=20152016/32951124 swapFree=66735616/67111528
[pid=30741] ppid=30739 vsize=426836 CPUtime=0.77 cores=0-7
/proc/30741/stat : 30741 (python) S 30739 30741 30032 0 -1 4202496 15630 931 1 0 66 11 0 0 20 0 9 0 627786532 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30741/statm: 106709 7436 1889 364 0 42606 0
[pid=30747] ppid=30741 vsize=278588 CPUtime=0 cores=0-7
/proc/30747/stat : 30747 (python) S 30741 30741 30032 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 627786590 285274112 5586 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085903 0 0 16781312 514 17932467305321562372 0 0 17 2 0 0 0
/proc/30747/statm: 69647 5586 354 364 0 5565 0
[pid=30749] ppid=30747 vsize=1017800 CPUtime=2.51 cores=0-7
/proc/30749/stat : 30749 (gnovelty+2) R 30747 30749 30749 0 -1 4202496 441 0 0 0 251 0 0 0 25 0 1 0 627786591 1042227200 174 33554432000 134512640 135663704 4290377280 18446744073709551615 134525229 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30749/statm: 254450 174 113 282 0 254166 0
[pid=30750] ppid=30741 vsize=289320 CPUtime=0 cores=0-7
/proc/30750/stat : 30750 (python) S 30741 30741 30032 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 627786594 296263680 5687 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 14309739219520553217 0 0 17 6 0 0 0
/proc/30750/statm: 72330 5687 348 364 0 8245 0
[pid=30752] ppid=30750 vsize=2132 CPUtime=2.47 cores=0-7
/proc/30752/stat : 30752 (march_hi) R 30750 30752 30752 0 -1 4202496 614 0 0 0 247 0 0 0 25 0 1 0 627786594 2183168 351 33554432000 4194304 4955518 140736181302176 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30752/statm: 533 351 104 186 0 346 0
[pid=30753] ppid=30741 vsize=299428 CPUtime=0 cores=0-7
/proc/30753/stat : 30753 (python) S 30741 30741 30032 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 627786598 306614272 5638 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 10060408253143023873 0 0 17 4 0 0 0
/proc/30753/statm: 74857 5638 348 364 0 10769 0
[pid=30755] ppid=30753 vsize=2132 CPUtime=2.43 cores=0-7
/proc/30755/stat : 30755 (march_hi) R 30753 30755 30755 0 -1 4202496 615 0 0 0 243 0 0 0 25 0 1 0 627786599 2183168 352 33554432000 4194304 4955518 140734212028448 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30755/statm: 533 352 104 186 0 346 0
[pid=30756] ppid=30741 vsize=310032 CPUtime=0 cores=0-7
/proc/30756/stat : 30756 (python) S 30741 30741 30032 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 627786602 317472768 5729 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 12579886371633594626 0 0 17 4 0 0 0
/proc/30756/statm: 77508 5729 348 364 0 13417 0
[pid=30758] ppid=30756 vsize=2132 CPUtime=2.38 cores=0-7
/proc/30758/stat : 30758 (march_hi) R 30756 30758 30758 0 -1 4202496 617 0 0 0 238 0 0 0 25 0 1 0 627786603 2183168 352 33554432000 4194304 4955518 140733750930832 18446744073709551615 4224642 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30758/statm: 533 352 104 186 0 346 0
[pid=30759] ppid=30741 vsize=320288 CPUtime=0 cores=0-7
/proc/30759/stat : 30759 (python) S 30741 30741 30032 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 627786606 327974912 5733 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 18088716703721554177 0 0 17 1 0 0 0
/proc/30759/statm: 80072 5733 348 364 0 15978 0
[pid=30761] ppid=30759 vsize=1017800 CPUtime=2.32 cores=0-7
/proc/30761/stat : 30761 (gnovelty+2) R 30759 30761 30761 0 -1 4202496 439 0 0 0 232 0 0 0 25 0 1 0 627786607 1042227200 174 33554432000 134512640 135663704 4289148672 18446744073709551615 134525358 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30761/statm: 254450 174 113 282 0 254166 0
[pid=30762] ppid=30741 vsize=396080 CPUtime=0 cores=0-7
/proc/30762/stat : 30762 (python) S 30741 30741 30032 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 627786610 405585920 5910 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 5602250393376489731 0 0 17 0 0 0 0
/proc/30762/statm: 99020 5910 348 364 0 34923 0
[pid=30764] ppid=30762 vsize=2132 CPUtime=1.27 cores=0-7
/proc/30764/stat : 30764 (march_hi) R 30762 30764 30764 0 -1 4202496 594 0 0 0 127 0 0 0 25 0 1 0 627786611 2183168 339 33554432000 4194304 4955518 140736815603520 18446744073709551615 4227677 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30764/statm: 533 339 104 186 0 346 0
[pid=30765] ppid=30741 vsize=406336 CPUtime=0 cores=0-7
/proc/30765/stat : 30765 (python) S 30741 30741 30032 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 627786616 416088064 5886 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 3352001939058426119 0 0 17 1 0 0 0
/proc/30765/statm: 101584 5886 348 364 0 37484 0
[pid=30767] ppid=30765 vsize=2132 CPUtime=2.21 cores=0-7
/proc/30767/stat : 30767 (march_hi) R 30765 30767 30767 0 -1 4202496 603 0 0 0 221 0 0 0 25 0 1 0 627786618 2183168 346 33554432000 4194304 4955518 140735888486176 18446744073709551615 4209730 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30767/statm: 533 346 104 186 0 346 0
[pid=30768] ppid=30741 vsize=416592 CPUtime=0 cores=0-7
/proc/30768/stat : 30768 (python) S 30741 30741 30032 0 -1 4202560 787 0 0 0 0 0 0 0 15 0 1 0 627786620 426590208 5897 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 8942438024159920389 0 0 17 0 0 0 0
/proc/30768/statm: 104148 5897 354 364 0 40045 0
[pid=30770] ppid=30768 vsize=2132 CPUtime=1.01 cores=0-7
/proc/30770/stat : 30770 (march_hi) R 30768 30770 30770 0 -1 4202496 595 0 0 0 101 0 0 0 25 0 1 0 627786625 2183168 333 33554432000 4194304 4955518 140736484369808 18446744073709551615 4209628 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30770/statm: 533 333 104 186 0 346 0
[pid=30741/tid=30748] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30748/stat : 30748 (python) S 30739 30741 30032 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 627786591 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 2 0 0 0
[pid=30741/tid=30751] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30751/stat : 30751 (python) S 30739 30741 30032 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 9 0 627786594 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 6 0 0 0
[pid=30741/tid=30754] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30754/stat : 30754 (python) S 30739 30741 30032 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 9 0 627786598 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 6 0 0 0
[pid=30741/tid=30757] ppid=30739 vsize=426836 CPUtime=0 cores=0-7
/proc/30741/task/30757/stat : 30757 (python) S 30739 30741 30032 0 -1 4202560 20 931 0 0 0 0 0 0 19 0 9 0 627786603 437080064 7436 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 4 0 0 0
[pid=30741/tid=30760] ppid=30739 vsize=426836 CPUtime=0 cores=0-7

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

/proc/30752/statm: 1224 932 104 186 0 1037 0
[pid=30753] ppid=30741 vsize=299428 CPUtime=1.61 cores=0-7
/proc/30753/stat : 30753 (python) R 30741 30741 30032 0 -1 4202560 983 0 0 0 126 35 0 0 17 0 1 0 627786598 306614272 5661 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/30753/statm: 74857 5661 371 364 0 10769 0
[pid=30755] ppid=30753 vsize=0 CPUtime=123.16 cores=0-7
/proc/30755/stat : 30755 (march_hi) R 30753 30755 30755 0 -1 4202500 1586 0 0 0 12316 0 0 0 25 0 1 0 627786599 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/30755/statm: 0 0 0 0 0 0 0
[pid=30756] ppid=30741 vsize=375568 CPUtime=0.31 cores=0-7
/proc/30756/stat : 30756 (python) S 30741 30741 30032 0 -1 4202560 1146 0 0 0 17 14 0 0 15 0 2 0 627786602 384581632 5784 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30756/statm: 93892 5784 400 364 0 29801 0
[pid=30758] ppid=30756 vsize=6260 CPUtime=112.2 cores=0-7
/proc/30758/stat : 30758 (march_hi) R 30756 30758 30758 0 -1 4202496 1417 0 0 0 11220 0 0 0 25 0 1 0 627786603 6410240 1152 33554432000 4194304 4955518 140733750930832 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30758/statm: 1565 1152 104 186 0 1378 0
[pid=30756/tid=30782] ppid=30741 vsize=375568 CPUtime=0 cores=0-7
/proc/30756/task/30782/stat : 30782 (python) S 30741 30741 30032 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 627796692 384581632 5784 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 514 18446604453985334208 0 0 -1 1 0 0 0
[pid=30759] ppid=30741 vsize=320288 CPUtime=0.23 cores=0-7
/proc/30759/stat : 30759 (python) S 30741 30741 30032 0 -1 4202560 1128 0 0 0 12 11 0 0 19 0 2 0 627786606 327974912 5786 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30759/statm: 80072 5786 400 364 0 15978 0
[pid=30761] ppid=30759 vsize=1017800 CPUtime=99.09 cores=0-7
/proc/30761/stat : 30761 (gnovelty+2) T 30759 30761 30761 0 -1 4202496 439 0 0 0 9909 0 0 0 25 0 1 0 627786607 1042227200 174 33554432000 134512640 135663704 4289148672 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30761/statm: 254450 174 113 282 0 254166 0
[pid=30759/tid=30778] ppid=30741 vsize=320288 CPUtime=0 cores=0-7
/proc/30759/task/30778/stat : 30778 (python) S 30741 30741 30032 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 627796630 327974912 5786 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 514 18446604448534366208 0 0 -1 1 0 0 0
[pid=30762] ppid=30741 vsize=396080 CPUtime=0.31 cores=0-7
/proc/30762/stat : 30762 (python) S 30741 30741 30032 0 -1 4202560 814 0 0 0 16 15 0 0 15 0 1 0 627786610 405585920 5933 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 5060792542203707651 0 0 17 2 0 0 0
/proc/30762/statm: 99020 5933 371 364 0 34923 0
[pid=30764] ppid=30762 vsize=4896 CPUtime=84.77 cores=0-7
/proc/30764/stat : 30764 (march_hi) R 30762 30764 30764 0 -1 4202496 1109 0 0 0 8477 0 0 0 25 0 1 0 627786611 5013504 854 33554432000 4194304 4955518 140736815603520 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30764/statm: 1224 854 104 186 0 1037 0
[pid=30765] ppid=30741 vsize=406336 CPUtime=0.35 cores=0-7
/proc/30765/stat : 30765 (python) S 30741 30741 30032 0 -1 4202560 841 0 0 0 17 18 0 0 15 0 1 0 627786616 416088064 5909 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 3352001939058426119 0 0 17 1 0 0 0
/proc/30765/statm: 101584 5909 371 364 0 37484 0
[pid=30767] ppid=30765 vsize=6260 CPUtime=123.55 cores=0-7
/proc/30767/stat : 30767 (march_hi) R 30765 30767 30767 0 -1 4202496 1577 0 0 0 12354 1 0 0 25 0 1 0 627786618 6410240 1320 33554432000 4194304 4955518 140735888486176 18446744073709551615 4209653 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30767/statm: 1565 1320 104 186 0 1378 0
[pid=30768] ppid=30741 vsize=416592 CPUtime=0.32 cores=0-7
/proc/30768/stat : 30768 (python) S 30741 30741 30032 0 -1 4202560 872 0 0 0 18 14 0 0 15 0 1 0 627786620 426590208 5920 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 8942438024159920389 0 0 17 0 0 0 0
/proc/30768/statm: 104148 5920 377 364 0 40045 0
[pid=30770] ppid=30768 vsize=5108 CPUtime=103.7 cores=0-7
/proc/30770/stat : 30770 (march_hi) R 30768 30770 30770 0 -1 4202496 1306 0 0 0 10369 1 0 0 25 0 1 0 627786625 5230592 1044 33554432000 4194304 4955518 140736484369808 18446744073709551615 4290128 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30770/statm: 1277 1044 104 186 0 1090 0
[pid=30775] ppid=30741 vsize=426848 CPUtime=0.05 cores=0-7
/proc/30775/stat : 30775 (python) S 30741 30741 30032 0 -1 4202560 853 0 0 0 2 3 0 0 15 0 1 0 627796616 437092352 5952 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 213362434688123140 0 0 17 1 0 0 0
/proc/30775/statm: 106712 5952 371 364 0 42606 0
[pid=30777] ppid=30775 vsize=2608 CPUtime=24.4 cores=0-7
/proc/30777/stat : 30777 (march_hi) R 30775 30777 30777 0 -1 4202496 718 0 0 0 2440 0 0 0 25 0 1 0 627796616 2670592 451 33554432000 4194304 4955518 140736652408608 18446744073709551615 4346460 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30777/statm: 652 451 104 186 0 465 0
[pid=30779] ppid=30741 vsize=437104 CPUtime=0.05 cores=0-7
/proc/30779/stat : 30779 (python) S 30741 30741 30032 0 -1 4202560 849 0 0 0 2 3 0 0 18 0 1 0 627796634 447594496 5977 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 6302101583249244421 0 0 17 1 0 0 0
/proc/30779/statm: 109276 5977 371 364 0 45167 0
[pid=30781] ppid=30779 vsize=182452 CPUtime=12.79 cores=0-7
/proc/30781/stat : 30781 (kcnfs-2006) R 30779 30781 30781 0 -1 4202496 574 0 0 0 1279 0 0 0 25 0 1 0 627796634 186830848 312 33554432000 134512640 135163436 4286634224 18446744073709551615 134675205 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30781/statm: 45613 312 77 159 0 45453 0
[pid=30741/tid=30748] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30748/stat : 30748 (python) S 30739 30741 30032 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 11 0 627786591 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 2 0 0 0
[pid=30741/tid=30751] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30751/stat : 30751 (python) S 30739 30741 30032 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 11 0 627786594 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 6 0 0 0
[pid=30741/tid=30754] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30754/stat : 30754 (python) S 30739 30741 30032 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 11 0 627786598 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 6 0 0 0
[pid=30741/tid=30757] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30757/stat : 30757 (python) S 30739 30741 30032 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 11 0 627786603 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 4 0 0 0
[pid=30741/tid=30760] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30760/stat : 30760 (python) S 30739 30741 30032 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 11 0 627786607 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 7 0 0 0
[pid=30741/tid=30763] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30763/stat : 30763 (python) S 30739 30741 30032 0 -1 4202560 81 931 0 0 0 0 0 0 19 0 11 0 627786611 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30766] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30766/stat : 30766 (python) S 30739 30741 30032 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 11 0 627786616 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30769] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30769/stat : 30769 (python) S 30739 30741 30032 0 -1 4202560 76 931 0 0 0 0 0 0 21 0 11 0 627786620 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30776] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30776/stat : 30776 (python) S 30739 30741 30032 0 -1 4202560 38 931 0 0 0 0 0 0 19 0 11 0 627796616 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30780] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30780/stat : 30780 (python) S 30739 30741 30032 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 11 0 627796634 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 883.42
Current children cumulated vsize (KiB) 6351824

[startup+125.602 s]
/proc/loadavg: 8.89 9.17 9.38 11/342 30783
/proc/meminfo: memFree=20128636/32951124 swapFree=66735616/67111528
[pid=30741] ppid=30739 vsize=447348 CPUtime=0.91 cores=0-7
/proc/30741/stat : 30741 (python) S 30739 30741 30032 0 -1 4202496 17896 931 1 0 79 12 0 0 18 0 11 0 627786532 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/30741/statm: 111837 7483 1894 364 0 47728 0
[pid=30747] ppid=30741 vsize=288832 CPUtime=0.22 cores=0-7
/proc/30747/stat : 30747 (python) S 30741 30741 30032 0 -1 4202560 1083 0 0 0 10 12 0 0 19 0 2 0 627786590 295763968 5647 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30747/statm: 72208 5647 410 364 0 8126 0
[pid=30749] ppid=30747 vsize=1017800 CPUtime=100.2 cores=0-7
/proc/30749/stat : 30749 (gnovelty+2) T 30747 30749 30749 0 -1 4202496 441 0 0 0 10019 1 0 0 25 0 1 0 627786591 1042227200 174 33554432000 134512640 135663704 4290377280 18446744073709551615 134545534 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30749/statm: 254450 174 113 282 0 254166 0
[pid=30747/tid=30774] ppid=30741 vsize=288832 CPUtime=0 cores=0-7
/proc/30747/task/30774/stat : 30774 (python) S 30741 30741 30032 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 627796612 295763968 5647 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 514 18446604448497986560 0 0 -1 2 0 0 0
[pid=30750] ppid=30741 vsize=289320 CPUtime=0.31 cores=0-7
/proc/30750/stat : 30750 (python) S 30741 30741 30032 0 -1 4202560 962 0 0 0 17 14 0 0 15 0 1 0 627786594 296263680 5710 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 14309739219520553217 0 0 17 0 0 0 0
/proc/30750/statm: 72330 5710 371 364 0 8245 0
[pid=30752] ppid=30750 vsize=4896 CPUtime=94.99 cores=0-7
/proc/30752/stat : 30752 (march_hi) R 30750 30752 30752 0 -1 4202496 1196 0 0 0 9498 1 0 0 25 0 1 0 627786594 5013504 933 33554432000 4194304 4955518 140736181302176 18446744073709551615 4261438 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30752/statm: 1224 933 104 186 0 1037 0
[pid=30753] ppid=30741 vsize=299428 CPUtime=1.71 cores=0-7
/proc/30753/stat : 30753 (python) R 30741 30741 30032 0 -1 4202560 983 0 0 0 135 36 0 0 17 0 1 0 627786598 306614272 5661 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469895999 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/30753/statm: 74857 5661 371 364 0 10769 0
[pid=30755] ppid=30753 vsize=0 CPUtime=123.16 cores=0-7
/proc/30755/stat : 30755 (march_hi) R 30753 30755 30755 0 -1 4202500 1586 0 0 0 12316 0 0 0 25 0 1 0 627786599 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/30755/statm: 0 0 0 0 0 0 0
[pid=30756] ppid=30741 vsize=375568 CPUtime=0.31 cores=0-7
/proc/30756/stat : 30756 (python) S 30741 30741 30032 0 -1 4202560 1146 0 0 0 17 14 0 0 15 0 2 0 627786602 384581632 5784 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30756/statm: 93892 5784 400 364 0 29801 0
[pid=30758] ppid=30756 vsize=6260 CPUtime=112.29 cores=0-7
/proc/30758/stat : 30758 (march_hi) R 30756 30758 30758 0 -1 4202496 1418 0 0 0 11229 0 0 0 25 0 1 0 627786603 6410240 1153 33554432000 4194304 4955518 140733750930832 18446744073709551615 4227756 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30758/statm: 1565 1153 104 186 0 1378 0
[pid=30756/tid=30782] ppid=30741 vsize=375568 CPUtime=0 cores=0-7
/proc/30756/task/30782/stat : 30782 (python) S 30741 30741 30032 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 627796692 384581632 5784 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 514 18446604453985334208 0 0 -1 1 0 0 0
[pid=30759] ppid=30741 vsize=320288 CPUtime=0.23 cores=0-7
/proc/30759/stat : 30759 (python) S 30741 30741 30032 0 -1 4202560 1128 0 0 0 12 11 0 0 19 0 2 0 627786606 327974912 5786 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/30759/statm: 80072 5786 400 364 0 15978 0
[pid=30761] ppid=30759 vsize=1017800 CPUtime=99.09 cores=0-7
/proc/30761/stat : 30761 (gnovelty+2) T 30759 30761 30761 0 -1 4202496 439 0 0 0 9909 0 0 0 25 0 1 0 627786607 1042227200 174 33554432000 134512640 135663704 4289148672 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30761/statm: 254450 174 113 282 0 254166 0
[pid=30759/tid=30778] ppid=30741 vsize=320288 CPUtime=0 cores=0-7
/proc/30759/task/30778/stat : 30778 (python) S 30741 30741 30032 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 627796630 327974912 5786 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 514 18446604448534366208 0 0 -1 1 0 0 0
[pid=30762] ppid=30741 vsize=396080 CPUtime=0.31 cores=0-7
/proc/30762/stat : 30762 (python) S 30741 30741 30032 0 -1 4202560 814 0 0 0 16 15 0 0 15 0 1 0 627786610 405585920 5933 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 5060792542203707651 0 0 17 2 0 0 0
/proc/30762/statm: 99020 5933 371 364 0 34923 0
[pid=30764] ppid=30762 vsize=4896 CPUtime=84.87 cores=0-7
/proc/30764/stat : 30764 (march_hi) R 30762 30764 30764 0 -1 4202496 1110 0 0 0 8487 0 0 0 25 0 1 0 627786611 5013504 855 33554432000 4194304 4955518 140736815603520 18446744073709551615 4209675 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30764/statm: 1224 855 104 186 0 1037 0
[pid=30765] ppid=30741 vsize=406336 CPUtime=0.35 cores=0-7
/proc/30765/stat : 30765 (python) S 30741 30741 30032 0 -1 4202560 843 0 0 0 17 18 0 0 15 0 1 0 627786616 416088064 5909 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 5602250917362499847 0 0 17 1 0 0 0
/proc/30765/statm: 101584 5909 371 364 0 37484 0
[pid=30767] ppid=30765 vsize=6260 CPUtime=123.65 cores=0-7
/proc/30767/stat : 30767 (march_hi) R 30765 30767 30767 0 -1 4202496 1578 0 0 0 12364 1 0 0 25 0 1 0 627786618 6410240 1321 33554432000 4194304 4955518 140735888486176 18446744073709551615 4298080 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30767/statm: 1565 1321 104 186 0 1378 0
[pid=30768] ppid=30741 vsize=416592 CPUtime=0.32 cores=0-7
/proc/30768/stat : 30768 (python) S 30741 30741 30032 0 -1 4202560 872 0 0 0 18 14 0 0 15 0 1 0 627786620 426590208 5920 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 8942438024159920389 0 0 17 0 0 0 0
/proc/30768/statm: 104148 5920 377 364 0 40045 0
[pid=30770] ppid=30768 vsize=5108 CPUtime=103.8 cores=0-7
/proc/30770/stat : 30770 (march_hi) R 30768 30770 30770 0 -1 4202496 1307 0 0 0 10379 1 0 0 25 0 1 0 627786625 5230592 1045 33554432000 4194304 4955518 140736484369808 18446744073709551615 4235327 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30770/statm: 1277 1045 104 186 0 1090 0
[pid=30775] ppid=30741 vsize=426848 CPUtime=0.05 cores=0-7
/proc/30775/stat : 30775 (python) S 30741 30741 30032 0 -1 4202560 853 0 0 0 2 3 0 0 15 0 1 0 627796616 437092352 5952 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 213362434688123140 0 0 17 1 0 0 0
/proc/30775/statm: 106712 5952 371 364 0 42606 0
[pid=30777] ppid=30775 vsize=2608 CPUtime=24.5 cores=0-7
/proc/30777/stat : 30777 (march_hi) R 30775 30777 30777 0 -1 4202496 719 0 0 0 2450 0 0 0 25 0 1 0 627796616 2670592 452 33554432000 4194304 4955518 140736652408608 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30777/statm: 652 452 104 186 0 465 0
[pid=30779] ppid=30741 vsize=437104 CPUtime=0.05 cores=0-7
/proc/30779/stat : 30779 (python) S 30741 30741 30032 0 -1 4202560 849 0 0 0 2 3 0 0 18 0 1 0 627796634 447594496 5977 33554432000 4194304 5683644 140734476537232 18446744073709551615 252458085958 0 0 16781312 514 6302101583249244421 0 0 17 1 0 0 0
/proc/30779/statm: 109276 5977 371 364 0 45167 0
[pid=30781] ppid=30779 vsize=182452 CPUtime=12.89 cores=0-7
/proc/30781/stat : 30781 (kcnfs-2006) R 30779 30781 30781 0 -1 4202496 574 0 0 0 1289 0 0 0 25 0 1 0 627796634 186830848 312 33554432000 134512640 135163436 4286634224 18446744073709551615 134622355 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30781/statm: 45613 312 77 159 0 45453 0
[pid=30741/tid=30748] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30748/stat : 30748 (python) S 30739 30741 30032 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 11 0 627786591 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 2 0 0 0
[pid=30741/tid=30751] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30751/stat : 30751 (python) S 30739 30741 30032 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 11 0 627786594 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 6 0 0 0
[pid=30741/tid=30754] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30754/stat : 30754 (python) S 30739 30741 30032 0 -1 4202560 24 931 0 0 0 0 0 0 22 0 11 0 627786598 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 6 0 0 0
[pid=30741/tid=30757] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30757/stat : 30757 (python) S 30739 30741 30032 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 11 0 627786603 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 4 0 0 0
[pid=30741/tid=30760] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30760/stat : 30760 (python) S 30739 30741 30032 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 11 0 627786607 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 7 0 0 0
[pid=30741/tid=30763] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30763/stat : 30763 (python) S 30739 30741 30032 0 -1 4202560 81 931 0 0 0 0 0 0 19 0 11 0 627786611 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30766] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30766/stat : 30766 (python) S 30739 30741 30032 0 -1 4202560 34 931 0 0 0 0 0 0 20 0 11 0 627786616 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30769] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30769/stat : 30769 (python) S 30739 30741 30032 0 -1 4202560 76 931 0 0 0 0 0 0 21 0 11 0 627786620 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30776] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30776/stat : 30776 (python) S 30739 30741 30032 0 -1 4202560 38 931 0 0 0 0 0 0 19 0 11 0 627796616 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
[pid=30741/tid=30780] ppid=30739 vsize=447348 CPUtime=0 cores=0-7
/proc/30741/task/30780/stat : 30780 (python) S 30739 30741 30032 0 -1 4202560 33 931 0 0 0 0 0 0 20 0 11 0 627796634 458084352 7483 33554432000 4194304 5683644 140734476537232 18446744073709551615 252469889457 0 0 16781312 2 18446604449686270336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 884.21
Current children cumulated vsize (KiB) 6351824

Child status: 0
Real time (s): 125.698
CPU time (s): 884.894
CPU user time (s): 883.193
CPU system time (s): 1.70074
CPU usage (%): 703.986
Max. virtual memory (cumulated for all children) (KiB): 6358084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 883.193
system time used= 1.70074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43764
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= 4797
involuntary context switches= 8777

runsolver used 0.531919 second user time and 1.10583 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-03 00:32:40
IDJOB=3322184
IDBENCH=82962
IDSOLVER=1712
FILE ID=node111/3322184-1304375560
RUNJOBID= node111-1304366468-30046
PBS_JOBID= 13181759
Free space on /tmp= 72988 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1573194644-097.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-3322184-1304375560/watcher-3322184-1304375560 -o /tmp/evaluation-result-3322184-1304375560/solver-3322184-1304375560 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322184-1304375560.cnf -seed 1601470800 -budget 40000 -cores 8

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

MD5SUM BENCH= 94cfc1731e7c76d51d00543dd5d14f85
RANDOM SEED=1601470800

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      20210644 kB
Buffers:        302408 kB
Cached:        1652796 kB
SwapCached:      22720 kB
Active:        7560568 kB
Inactive:      4784816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20210644 kB
SwapTotal:    67111528 kB
SwapFree:     66735616 kB
Dirty:           32724 kB
Writeback:           0 kB
AnonPages:    10371460 kB
Mapped:          26020 kB
Slab:           290484 kB
PageTables:      36168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53215040 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= 72956 MiB
End job on node111 at 2011-05-03 00:34:46