Trace number 3386785

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-seq-random (fixed)UNSAT 468.805 467.456

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1465579926-097.UNKNOWN.cnf
MD5SUMeb55252a6fac55d328f4d31fcc6e53bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.466
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.67	c INFO: solving HOME/instance-3386785-1305592602.cnf
0.37/0.67	c INFO: computing task features
0.37/0.68	c INFO: computed variable-clause graph statistics
0.37/0.68	c INFO: computed clause balance statistics
0.45/0.74	c INFO: computed variable balance statistics
0.45/0.77	c INFO: computed small-clause counts
0.45/0.77	c INFO: computed Horn-clause counts
0.45/0.77	c INFO: computed variable graph statistics
0.45/0.77	c INFO: collected features for HOME/instance-3386785-1305592602.cnf in 0.10 s
0.55/0.80	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.62)
101.14/101.13	c INFO: running march_hi@0 for 194 with 4899 remaining (b = 0.19)
301.68/301.07	c INFO: running march_hi@199 for 194 with 4699 remaining (b = 0.17)
468.71/467.43	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386785-1305592602/watcher-3386785-1305592602 -o /tmp/evaluation-result-3386785-1305592602/solver-3386785-1305592602 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386785-1305592602.cnf -seed 836287827 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.93 3.03 3.00 4/443 8721
/proc/meminfo: memFree=22573548/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/8721/stat : 8721 (python) R 8719 8721 7922 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 749490955 15749120 696 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895488512 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/8721/statm: 3845 696 334 364 0 332 0

[startup+0.095445 s]
/proc/loadavg: 2.93 3.03 3.00 4/443 8721
/proc/meminfo: memFree=22573548/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=85072 CPUtime=0.05 cores=0,2,4,6
/proc/8721/stat : 8721 (python) R 8719 8721 7922 0 -1 4202496 2484 0 0 0 4 1 0 0 18 0 1 0 749490955 87113728 2211 33554432000 4194304 5683644 140736750050160 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8721/statm: 21268 2217 707 364 0 1485 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85072

[startup+0.10045 s]
/proc/loadavg: 2.93 3.03 3.00 4/443 8721
/proc/meminfo: memFree=22573548/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=87704 CPUtime=0.05 cores=0,2,4,6
/proc/8721/stat : 8721 (python) R 8719 8721 7922 0 -1 4202496 2637 0 0 0 4 1 0 0 18 0 1 0 749490955 89808896 2354 33554432000 4194304 5683644 140736750050160 18446744073709551615 4570909 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8721/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.300414 s]
/proc/loadavg: 2.93 3.03 3.00 4/443 8721
/proc/meminfo: memFree=22573548/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 5973 935 1 0 13 5 0 0 17 0 1 0 749490955 139005952 4149 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895486469 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/8721/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700395 s]
/proc/loadavg: 2.93 3.03 3.00 4/443 8721
/proc/meminfo: memFree=22573548/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=278420 CPUtime=0.45 cores=0,2,4,6
/proc/8721/stat : 8721 (python) R 8719 8721 7922 0 -1 4202496 9341 935 1 0 33 12 0 0 16 0 1 0 749490955 285102080 6998 33554432000 4194304 5683644 140736750050160 18446744073709551615 47923342559240 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8721/statm: 69605 6998 1826 364 0 5529 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278420

[startup+1.50126 s]
/proc/loadavg: 2.93 3.03 3.00 4/447 8729
/proc/meminfo: memFree=22548324/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 9809 935 1 0 43 12 0 0 18 0 2 0 749490955 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8721/statm: 72211 7085 1875 364 0 8129 0
[pid=8727] ppid=8721 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 736 0 0 0 0 0 0 0 17 0 1 0 749491035 285286400 5560 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510543 0 0 16781312 514 1406890827854118911 0 0 17 6 0 0 0
/proc/8727/statm: 69650 5560 354 364 0 5568 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=0.69 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) R 8727 8729 8729 0 -1 4202496 435 0 0 0 69 0 0 0 19 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 135008502 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8721/tid=8728] ppid=8719 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 749491035 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1585244

[startup+3.10096 s]
/proc/loadavg: 2.93 3.03 3.00 4/447 8729
/proc/meminfo: memFree=22546960/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 9809 935 1 0 43 12 0 0 18 0 2 0 749490955 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8721/statm: 72211 7085 1875 364 0 8129 0
[pid=8727] ppid=8721 vsize=278600 CPUtime=0 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 736 0 0 0 0 0 0 0 15 0 1 0 749491035 285286400 5560 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510543 0 0 16781312 514 1406890827854086403 0 0 17 6 0 0 0
/proc/8727/statm: 69650 5560 354 364 0 5568 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=2.29 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) R 8727 8729 8729 0 -1 4202496 435 0 0 0 229 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8721/tid=8728] ppid=8719 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 749491035 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1585244

[startup+6.30036 s]
/proc/loadavg: 2.93 3.03 3.00 4/447 8729
/proc/meminfo: memFree=22546160/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 9809 935 1 0 43 12 0 0 18 0 2 0 749490955 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8721/statm: 72211 7085 1875 364 0 8129 0
[pid=8727] ppid=8721 vsize=278600 CPUtime=0.01 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 892 0 0 0 0 1 0 0 15 0 1 0 749491035 285286400 5583 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510543 0 0 16781312 514 1406890827854086403 0 0 17 6 0 0 0
/proc/8727/statm: 69650 5583 377 364 0 5568 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=5.49 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) R 8727 8729 8729 0 -1 4202496 435 0 0 0 549 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8721/tid=8728] ppid=8719 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 749491035 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1585244

[startup+12.7012 s]
/proc/loadavg: 2.94 3.03 3.00 4/447 8730
/proc/meminfo: memFree=22544284/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 9809 935 1 0 43 12 0 0 18 0 2 0 749490955 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8721/statm: 72211 7085 1875 364 0 8129 0
[pid=8727] ppid=8721 vsize=278600 CPUtime=0.02 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 897 0 0 0 1 1 0 0 15 0 1 0 749491035 285286400 5583 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510543 0 0 16781312 514 1160732435210535171 0 0 17 6 0 0 0
/proc/8727/statm: 69650 5583 377 364 0 5568 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=11.89 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) R 8727 8729 8729 0 -1 4202496 435 0 0 0 1189 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8721/tid=8728] ppid=8719 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 749491035 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1585244

[startup+25.5007 s]
/proc/loadavg: 2.95 3.03 3.00 5/447 8730
/proc/meminfo: memFree=22542416/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 9809 935 1 0 43 12 0 0 18 0 2 0 749490955 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8721/statm: 72211 7085 1875 364 0 8129 0
[pid=8727] ppid=8721 vsize=278600 CPUtime=0.06 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 903 0 0 0 3 3 0 0 15 0 1 0 749491035 285286400 5583 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510543 0 0 16781312 514 1160732435210535171 0 0 17 6 0 0 0
/proc/8727/statm: 69650 5583 377 364 0 5568 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=24.69 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) R 8727 8729 8729 0 -1 4202496 435 0 0 0 2469 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8721/tid=8728] ppid=8719 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 749491035 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1585244

[startup+51.1009 s]
/proc/loadavg: 2.97 3.02 3.00 4/450 8734
/proc/meminfo: memFree=22534784/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=288844 CPUtime=0.55 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 9809 935 1 0 43 12 0 0 18 0 2 0 749490955 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8721/statm: 72211 7085 1875 364 0 8129 0
[pid=8727] ppid=8721 vsize=278600 CPUtime=0.13 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 915 0 0 0 7 6 0 0 15 0 1 0 749491035 285286400 5583 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510543 0 0 16781312 514 1160732435210535171 0 0 17 6 0 0 0
/proc/8727/statm: 69650 5583 377 364 0 5568 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=50.29 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) R 8727 8729 8729 0 -1 4202496 435 0 0 0 5029 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8721/tid=8728] ppid=8719 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 749491035 295776256 7085 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 1585244

[startup+102.316 s]
/proc/loadavg: 2.98 3.02 3.00 4/454 8739
/proc/meminfo: memFree=22520548/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=299548 CPUtime=0.59 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 10657 935 1 0 47 12 0 0 20 0 3 0 749490955 306737152 7218 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8721/statm: 74887 7218 1878 364 0 10802 0
[pid=8727] ppid=8721 vsize=288844 CPUtime=0.3 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 1089 0 0 0 16 14 0 0 16 0 2 0 749491035 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8727/statm: 72211 5621 410 364 0 8129 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=100.28 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) T 8727 8729 8729 0 -1 4202496 435 0 0 0 10028 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8727/tid=8736] ppid=8721 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (python) S 8721 8721 7922 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 749501065 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604440355358656 0 0 -1 0 0 0 0
[pid=8737] ppid=8721 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/8737/stat : 8737 (python) S 8721 8721 7922 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 749501068 296247296 5684 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510598 0 0 16781312 514 11688740993414168833 0 0 17 4 0 0 0
/proc/8737/statm: 72326 5684 348 364 0 8241 0
[pid=8739] ppid=8737 vsize=1560 CPUtime=1.17 cores=0,2,4,6
/proc/8739/stat : 8739 (march_hi) R 8737 8739 8739 0 -1 4202496 505 0 0 0 117 0 0 0 18 0 1 0 749501069 1597440 239 33554432000 4194304 4955518 140734031651088 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8739/statm: 390 239 106 186 0 203 0
[pid=8721/tid=8728] ppid=8719 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 749491035 306737152 7218 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=299548 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8738/stat : 8738 (python) S 8719 8721 7922 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 3 0 749501068 306737152 7218 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 1897056

[startup+162.301 s]
/proc/loadavg: 3.15 3.05 3.01 4/454 8744
/proc/meminfo: memFree=22504964/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=299548 CPUtime=0.59 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 10657 935 1 0 47 12 0 0 20 0 3 0 749490955 306737152 7218 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8721/statm: 74887 7218 1878 364 0 10802 0
[pid=8727] ppid=8721 vsize=288844 CPUtime=0.3 cores=0,2,4,6

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

[pid=8721] ppid=8719 vsize=299220 CPUtime=0.62 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 11284 935 1 0 50 12 0 0 18 0 3 0 749490955 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8721/statm: 74805 7137 1878 364 0 10720 0
[pid=8727] ppid=8721 vsize=288844 CPUtime=0.3 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 1089 0 0 0 16 14 0 0 16 0 2 0 749491035 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8727/statm: 72211 5621 410 364 0 8129 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=100.28 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) T 8727 8729 8729 0 -1 4202496 435 0 0 0 10028 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8727/tid=8736] ppid=8721 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (python) S 8721 8721 7922 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 749501065 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604440355358656 0 0 -1 0 0 0 0
[pid=8737] ppid=8721 vsize=289304 CPUtime=1.28 cores=0,2,4,6
/proc/8737/stat : 8737 (python) S 8721 8721 7922 0 -1 4202560 1146 0 0 0 69 59 0 0 15 0 2 0 749501068 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8737/statm: 72326 5737 400 364 0 8241 0
[pid=8739] ppid=8737 vsize=9456 CPUtime=362.7 cores=0,2,4,6
/proc/8739/stat : 8739 (march_hi) R 8737 8739 8739 0 -1 4202496 1920 0 0 0 36269 1 0 0 25 0 1 0 749501069 9682944 1654 33554432000 4194304 4955518 140734031651088 18446744073709551615 4224445 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8739/statm: 2364 1654 106 186 0 2177 0
[pid=8737/tid=8748] ppid=8721 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/8737/task/8748/stat : 8748 (python) S 8721 8721 7922 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 749521059 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604447089311872 0 0 -1 6 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 749491035 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8738/stat : 8738 (python) S 8719 8721 7922 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 3 0 749501068 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 465.18
Current children cumulated vsize (KiB) 1904624

[startup+465.501 s]
/proc/loadavg: 3.02 3.04 3.00 4/456 8754
/proc/meminfo: memFree=22443492/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=299220 CPUtime=0.62 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 11284 935 1 0 50 12 0 0 18 0 3 0 749490955 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8721/statm: 74805 7137 1878 364 0 10720 0
[pid=8727] ppid=8721 vsize=288844 CPUtime=0.3 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 1089 0 0 0 16 14 0 0 16 0 2 0 749491035 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8727/statm: 72211 5621 410 364 0 8129 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=100.28 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) T 8727 8729 8729 0 -1 4202496 435 0 0 0 10028 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8727/tid=8736] ppid=8721 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (python) S 8721 8721 7922 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 749501065 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604440355358656 0 0 -1 0 0 0 0
[pid=8737] ppid=8721 vsize=289304 CPUtime=1.28 cores=0,2,4,6
/proc/8737/stat : 8737 (python) S 8721 8721 7922 0 -1 4202560 1146 0 0 0 69 59 0 0 15 0 2 0 749501068 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8737/statm: 72326 5737 400 364 0 8241 0
[pid=8739] ppid=8737 vsize=9640 CPUtime=364.3 cores=0,2,4,6
/proc/8739/stat : 8739 (march_hi) R 8737 8739 8739 0 -1 4202496 1951 0 0 0 36429 1 0 0 25 0 1 0 749501069 9871360 1685 33554432000 4194304 4955518 140734031651088 18446744073709551615 4237772 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8739/statm: 2410 1685 106 186 0 2223 0
[pid=8737/tid=8748] ppid=8721 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/8737/task/8748/stat : 8748 (python) S 8721 8721 7922 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 749521059 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604447089311872 0 0 -1 6 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 749491035 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8738/stat : 8738 (python) S 8719 8721 7922 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 3 0 749501068 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 466.78
Current children cumulated vsize (KiB) 1904808

[startup+466.301 s]
/proc/loadavg: 3.02 3.04 3.00 4/456 8754
/proc/meminfo: memFree=22443244/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=299220 CPUtime=0.62 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 11284 935 1 0 50 12 0 0 18 0 3 0 749490955 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8721/statm: 74805 7137 1878 364 0 10720 0
[pid=8727] ppid=8721 vsize=288844 CPUtime=0.3 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 1089 0 0 0 16 14 0 0 16 0 2 0 749491035 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8727/statm: 72211 5621 410 364 0 8129 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=100.28 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) T 8727 8729 8729 0 -1 4202496 435 0 0 0 10028 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8727/tid=8736] ppid=8721 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (python) S 8721 8721 7922 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 749501065 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604440355358656 0 0 -1 0 0 0 0
[pid=8737] ppid=8721 vsize=289304 CPUtime=1.28 cores=0,2,4,6
/proc/8737/stat : 8737 (python) S 8721 8721 7922 0 -1 4202560 1146 0 0 0 69 59 0 0 15 0 2 0 749501068 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8737/statm: 72326 5737 400 364 0 8241 0
[pid=8739] ppid=8737 vsize=9640 CPUtime=365.11 cores=0,2,4,6
/proc/8739/stat : 8739 (march_hi) R 8737 8739 8739 0 -1 4202496 1961 0 0 0 36510 1 0 0 25 0 1 0 749501069 9871360 1695 33554432000 4194304 4955518 140734031651088 18446744073709551615 4315068 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8739/statm: 2410 1695 106 186 0 2223 0
[pid=8737/tid=8748] ppid=8721 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/8737/task/8748/stat : 8748 (python) S 8721 8721 7922 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 749521059 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604447089311872 0 0 -1 6 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 749491035 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8738/stat : 8738 (python) S 8719 8721 7922 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 3 0 749501068 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 467.59
Current children cumulated vsize (KiB) 1904808

[startup+467.101 s]
/proc/loadavg: 3.02 3.04 3.00 4/456 8754
/proc/meminfo: memFree=22443244/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=299220 CPUtime=0.62 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 11284 935 1 0 50 12 0 0 18 0 3 0 749490955 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8721/statm: 74805 7137 1878 364 0 10720 0
[pid=8727] ppid=8721 vsize=288844 CPUtime=0.3 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 1089 0 0 0 16 14 0 0 16 0 2 0 749491035 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8727/statm: 72211 5621 410 364 0 8129 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=100.28 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) T 8727 8729 8729 0 -1 4202496 435 0 0 0 10028 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8727/tid=8736] ppid=8721 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (python) S 8721 8721 7922 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 749501065 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604440355358656 0 0 -1 0 0 0 0
[pid=8737] ppid=8721 vsize=289304 CPUtime=1.3 cores=0,2,4,6
/proc/8737/stat : 8737 (python) R 8721 8721 7922 0 -1 4202560 1146 0 0 0 70 60 0 0 15 0 2 0 749501068 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8737/statm: 72326 5737 400 364 0 8241 0
[pid=8739] ppid=8737 vsize=9640 CPUtime=365.9 cores=0,2,4,6
/proc/8739/stat : 8739 (march_hi) R 8737 8739 8739 0 -1 4202496 1970 0 0 0 36589 1 0 0 25 0 1 0 749501069 9871360 1704 33554432000 4194304 4955518 140734031651088 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8739/statm: 2410 1704 106 186 0 2223 0
[pid=8737/tid=8748] ppid=8721 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/8737/task/8748/stat : 8748 (python) S 8721 8721 7922 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 749521059 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604447089311872 0 0 -1 6 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 749491035 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8738/stat : 8738 (python) S 8719 8721 7922 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 3 0 749501068 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 468.4
Current children cumulated vsize (KiB) 1904808

[startup+467.301 s]
/proc/loadavg: 3.02 3.04 3.00 4/456 8754
/proc/meminfo: memFree=22443244/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=299220 CPUtime=0.62 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 11284 935 1 0 50 12 0 0 18 0 3 0 749490955 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8721/statm: 74805 7137 1878 364 0 10720 0
[pid=8727] ppid=8721 vsize=288844 CPUtime=0.3 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 1089 0 0 0 16 14 0 0 16 0 2 0 749491035 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8727/statm: 72211 5621 410 364 0 8129 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=100.28 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) T 8727 8729 8729 0 -1 4202496 435 0 0 0 10028 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8727/tid=8736] ppid=8721 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (python) S 8721 8721 7922 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 749501065 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604440355358656 0 0 -1 0 0 0 0
[pid=8737] ppid=8721 vsize=289304 CPUtime=1.3 cores=0,2,4,6
/proc/8737/stat : 8737 (python) S 8721 8721 7922 0 -1 4202560 1146 0 0 0 70 60 0 0 15 0 2 0 749501068 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8737/statm: 72326 5737 400 364 0 8241 0
[pid=8739] ppid=8737 vsize=9640 CPUtime=366.1 cores=0,2,4,6
/proc/8739/stat : 8739 (march_hi) R 8737 8739 8739 0 -1 4202496 1973 0 0 0 36609 1 0 0 25 0 1 0 749501069 9871360 1707 33554432000 4194304 4955518 140734031651088 18446744073709551615 4297458 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8739/statm: 2410 1707 106 186 0 2223 0
[pid=8737/tid=8748] ppid=8721 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/8737/task/8748/stat : 8748 (python) S 8721 8721 7922 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 749521059 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604447089311872 0 0 -1 6 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 749491035 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8738/stat : 8738 (python) S 8719 8721 7922 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 3 0 749501068 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 468.6
Current children cumulated vsize (KiB) 1904808

[startup+467.401 s]
/proc/loadavg: 3.02 3.04 3.00 4/456 8754
/proc/meminfo: memFree=22442748/32950928 swapFree=60044328/67111528
[pid=8721] ppid=8719 vsize=299220 CPUtime=0.62 cores=0,2,4,6
/proc/8721/stat : 8721 (python) S 8719 8721 7922 0 -1 4202496 11284 935 1 0 50 12 0 0 18 0 3 0 749490955 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/8721/statm: 74805 7137 1878 364 0 10720 0
[pid=8727] ppid=8721 vsize=288844 CPUtime=0.3 cores=0,2,4,6
/proc/8727/stat : 8727 (python) S 8721 8721 7922 0 -1 4202560 1089 0 0 0 16 14 0 0 16 0 2 0 749491035 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/8727/statm: 72211 5621 410 364 0 8129 0
[pid=8729] ppid=8727 vsize=1017800 CPUtime=100.28 cores=0,2,4,6
/proc/8729/stat : 8729 (gnovelty+2) T 8727 8729 8729 0 -1 4202496 435 0 0 0 10028 0 0 0 25 0 1 0 749491035 1042227200 171 33554432000 134512640 135663704 4291087520 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/8729/statm: 254450 171 113 282 0 254166 0
[pid=8727/tid=8736] ppid=8721 vsize=288844 CPUtime=0 cores=0,2,4,6
/proc/8727/task/8736/stat : 8736 (python) S 8721 8721 7922 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 749501065 295776256 5621 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604440355358656 0 0 -1 0 0 0 0
[pid=8737] ppid=8721 vsize=289304 CPUtime=1.3 cores=0,2,4,6
/proc/8737/stat : 8737 (python) R 8721 8721 7922 0 -1 4202560 1146 0 0 0 70 60 0 0 15 0 2 0 749501068 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231895510598 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8737/statm: 72326 5737 400 364 0 8241 0
[pid=8739] ppid=8737 vsize=9640 CPUtime=366.21 cores=0,2,4,6
/proc/8739/stat : 8739 (march_hi) R 8737 8739 8739 0 -1 4202496 1974 0 0 0 36620 1 0 0 25 0 1 0 749501069 9871360 1708 33554432000 4194304 4955518 140734031651088 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/8739/statm: 2410 1708 106 186 0 2223 0
[pid=8737/tid=8748] ppid=8721 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/8737/task/8748/stat : 8748 (python) S 8721 8721 7922 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 749521059 296247296 5737 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 514 18446604447089311872 0 0 -1 6 0 0 0
[pid=8721/tid=8728] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8728/stat : 8728 (python) S 8719 8721 7922 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 749491035 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 6 0 0 0
[pid=8721/tid=8738] ppid=8719 vsize=299220 CPUtime=0 cores=0,2,4,6
/proc/8721/task/8738/stat : 8738 (python) S 8719 8721 7922 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 3 0 749501068 306401280 7137 33554432000 4194304 5683644 140736750050160 18446744073709551615 231907314097 0 0 16781312 2 18446604445830327232 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 468.71
Current children cumulated vsize (KiB) 1904808

Child status: 0
Real time (s): 467.456
CPU time (s): 468.805
CPU user time (s): 467.902
CPU system time (s): 0.902862
CPU usage (%): 100.288
Max. virtual memory (cumulated for all children) (KiB): 1904808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 467.902
system time used= 0.902862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20970
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= 3939
involuntary context switches= 1362

runsolver used 2.13667 second user time and 4.14937 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-17 02:36:43
IDJOB=3386785
IDBENCH=82850
IDSOLVER=1872
FILE ID=node114/3386785-1305592602
RUNJOBID= node114-1305586148-7940
PBS_JOBID= 13350364
Free space on /tmp= 72884 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1465579926-097.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386785-1305592602/watcher-3386785-1305592602 -o /tmp/evaluation-result-3386785-1305592602/solver-3386785-1305592602 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386785-1305592602.cnf -seed 836287827 -budget 5000

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

MD5SUM BENCH= eb55252a6fac55d328f4d31fcc6e53bd
RANDOM SEED=836287827

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22573704 kB
Buffers:         86900 kB
Cached:         597680 kB
SwapCached:      48552 kB
Active:        1912052 kB
Inactive:      8253236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22573704 kB
SwapTotal:    67111528 kB
SwapFree:     60044328 kB
Dirty:           31952 kB
Writeback:           0 kB
AnonPages:     9438300 kB
Mapped:          31976 kB
Slab:            81904 kB
PageTables:      63324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 101174744 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= 72856 MiB
End job on node114 at 2011-05-17 02:44:30