Trace number 3484229

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, 1200 s timeout)? 1199.93 1198.71

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1254276596-021.UNKNOWN.cnf
MD5SUM38eb341db913fde0f11427c4d808f2c9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

Solver Data

0.35/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.35/0.63	c INFO: solving HOME/instance-3484229-1307748408.cnf
0.35/0.63	c INFO: computing task features
0.35/0.67	c INFO: computed variable-clause graph statistics
0.35/0.67	c INFO: computed clause balance statistics
0.53/0.89	c INFO: computed variable balance statistics
0.63/0.98	c INFO: computed small-clause counts
0.63/0.98	c INFO: computed Horn-clause counts
0.63/0.98	c INFO: computed variable graph statistics
0.63/0.98	c INFO: collected features for HOME/instance-3484229-1307748408.cnf in 0.35 s
0.63/0.99	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.53)
100.86/101.13	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
200.08/200.28	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.05)
300.40/300.43	c INFO: running adaptg2wsat2009++@0 for 97 with 900 remaining (b = 0.04)
400.51/400.58	c INFO: running adaptg2wsat2009++@0 for 97 with 800 remaining (b = 0.03)
499.86/499.75	c INFO: running gnovelty+2@0 for 97 with 701 remaining (b = 0.03)
600.07/599.90	c INFO: running FH@0 for 97 with 601 remaining (b = 0.02)
700.26/700.03	c INFO: running march_hi@0 for 388 with 501 remaining (b = 0.08)
1093.89/1093.04	c INFO: running march_hi@393 for 108 with 108 remaining (b = 0.03)
1199.65/1198.69	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484229-1307748408/watcher-3484229-1307748408 -o /tmp/evaluation-result-3484229-1307748408/solver-3484229-1307748408 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484229-1307748408.cnf -seed 1306360414 -budget 1200 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.04 4.06 3.57 5/210 14263
/proc/meminfo: memFree=30768668/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=15380 CPUtime=0 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 792 0 0 0 0 0 0 0 18 0 1 0 886438759 15749120 679 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/14263/statm: 3845 679 322 364 0 332 0

[startup+0.0955641 s]
/proc/loadavg: 4.04 4.06 3.57 5/210 14263
/proc/meminfo: memFree=30768668/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=85624 CPUtime=0.06 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 2631 0 0 0 5 1 0 0 17 0 1 0 886438759 87678976 2348 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/14263/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.100375 s]
/proc/loadavg: 4.04 4.06 3.57 5/210 14263
/proc/meminfo: memFree=30768668/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=93964 CPUtime=0.06 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 2695 0 0 0 5 1 0 0 17 0 1 0 886438759 96219136 2407 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/14263/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.300329 s]
/proc/loadavg: 4.04 4.06 3.57 5/210 14263
/proc/meminfo: memFree=30768668/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=135752 CPUtime=0.18 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 5970 932 1 0 14 4 0 0 18 0 1 0 886438759 139010048 4149 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122710021 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/14263/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.70629 s]
/proc/loadavg: 4.04 4.06 3.57 5/210 14263
/proc/meminfo: memFree=30768668/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=279852 CPUtime=0.44 cores=4,6
/proc/14263/stat : 14263 (python) R 14261 14263 13569 0 -1 4202496 9775 932 1 0 35 9 0 0 17 0 1 0 886438759 286568448 7347 33554432000 4194304 5683644 140736302999248 18446744073709551615 47289098332110 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/14263/statm: 69963 7347 1826 364 0 5887 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 279852

[startup+1.50116 s]
/proc/loadavg: 4.04 4.06 3.57 6/214 14271
/proc/meminfo: memFree=30742992/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=290120 CPUtime=0.73 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 10073 932 1 0 64 9 0 0 20 0 2 0 886438759 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14263/statm: 72530 7400 1869 364 0 8448 0
[pid=14269] ppid=14263 vsize=279876 CPUtime=0 cores=4,6
/proc/14269/stat : 14269 (python) S 14263 14263 13569 0 -1 4202560 734 0 0 0 0 0 0 0 20 0 1 0 886438859 286593024 5881 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122734095 0 0 16781312 514 4481807311202942975 0 0 17 4 0 0 0
/proc/14269/statm: 69969 5881 354 364 0 5887 0
[pid=14271] ppid=14269 vsize=1018076 CPUtime=0.49 cores=4,6
/proc/14271/stat : 14271 (gnovelty+2) R 14269 14271 14271 0 -1 4202496 530 0 0 0 49 0 0 0 23 0 1 0 886438859 1042509824 267 33554432000 134512640 135663704 4287056352 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14271/statm: 254519 267 113 282 0 254235 0
[pid=14263/tid=14270] ppid=14261 vsize=290120 CPUtime=0 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 886438859 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 1588072

[startup+3.10086 s]
/proc/loadavg: 4.11 4.08 3.57 5/218 14275
/proc/meminfo: memFree=30736760/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=290120 CPUtime=0.73 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 10073 932 1 0 64 9 0 0 20 0 2 0 886438759 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14263/statm: 72530 7400 1869 364 0 8448 0
[pid=14269] ppid=14263 vsize=279876 CPUtime=0 cores=4,6
/proc/14269/stat : 14269 (python) S 14263 14263 13569 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 886438859 286593024 5881 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122734095 0 0 16781312 514 4481807311202910466 0 0 17 4 0 0 0
/proc/14269/statm: 69969 5881 354 364 0 5887 0
[pid=14271] ppid=14269 vsize=1018076 CPUtime=2.09 cores=4,6
/proc/14271/stat : 14271 (gnovelty+2) R 14269 14271 14271 0 -1 4202496 530 0 0 0 209 0 0 0 25 0 1 0 886438859 1042509824 267 33554432000 134512640 135663704 4287056352 18446744073709551615 134524526 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14271/statm: 254519 267 113 282 0 254235 0
[pid=14263/tid=14270] ppid=14261 vsize=290120 CPUtime=0 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 886438859 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 1588072

[startup+6.30028 s]
/proc/loadavg: 4.11 4.08 3.57 5/218 14275
/proc/meminfo: memFree=30734164/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=290120 CPUtime=0.73 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 10073 932 1 0 64 9 0 0 20 0 2 0 886438759 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14263/statm: 72530 7400 1869 364 0 8448 0
[pid=14269] ppid=14263 vsize=279876 CPUtime=0 cores=4,6
/proc/14269/stat : 14269 (python) S 14263 14263 13569 0 -1 4202560 871 0 0 0 0 0 0 0 18 0 1 0 886438859 286593024 5903 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122734095 0 0 16781312 514 4481807311202910466 0 0 17 4 0 0 0
/proc/14269/statm: 69969 5903 376 364 0 5887 0
[pid=14271] ppid=14269 vsize=1018076 CPUtime=5.28 cores=4,6
/proc/14271/stat : 14271 (gnovelty+2) R 14269 14271 14271 0 -1 4202496 530 0 0 0 528 0 0 0 25 0 1 0 886438859 1042509824 267 33554432000 134512640 135663704 4287056352 18446744073709551615 134525684 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14271/statm: 254519 267 113 282 0 254235 0
[pid=14263/tid=14270] ppid=14261 vsize=290120 CPUtime=0 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 886438859 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 1588072

[startup+12.7011 s]
/proc/loadavg: 4.10 4.08 3.58 5/218 14275
/proc/meminfo: memFree=30733256/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=290120 CPUtime=0.73 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 10073 932 1 0 64 9 0 0 20 0 2 0 886438759 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14263/statm: 72530 7400 1869 364 0 8448 0
[pid=14269] ppid=14263 vsize=279876 CPUtime=0 cores=4,6
/proc/14269/stat : 14269 (python) S 14263 14263 13569 0 -1 4202560 879 0 0 0 0 0 0 0 18 0 1 0 886438859 286593024 5903 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122734095 0 0 16781312 514 7232165275045429506 0 0 17 4 0 0 0
/proc/14269/statm: 69969 5903 376 364 0 5887 0
[pid=14271] ppid=14269 vsize=1018076 CPUtime=11.68 cores=4,6
/proc/14271/stat : 14271 (gnovelty+2) R 14269 14271 14271 0 -1 4202496 530 0 0 0 1168 0 0 0 25 0 1 0 886438859 1042509824 267 33554432000 134512640 135663704 4287056352 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14271/statm: 254519 267 113 282 0 254235 0
[pid=14263/tid=14270] ppid=14261 vsize=290120 CPUtime=0 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 886438859 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 1588072

[startup+25.5008 s]
/proc/loadavg: 4.08 4.07 3.58 5/222 14280
/proc/meminfo: memFree=30723656/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=290120 CPUtime=0.73 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 10073 932 1 0 64 9 0 0 20 0 2 0 886438759 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14263/statm: 72530 7400 1869 364 0 8448 0
[pid=14269] ppid=14263 vsize=279876 CPUtime=0.02 cores=4,6
/proc/14269/stat : 14269 (python) S 14263 14263 13569 0 -1 4202560 886 0 0 0 1 1 0 0 18 0 1 0 886438859 286593024 5903 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122734095 0 0 16781312 514 7232165275045429506 0 0 17 4 0 0 0
/proc/14269/statm: 69969 5903 376 364 0 5887 0
[pid=14271] ppid=14269 vsize=1018076 CPUtime=24.46 cores=4,6
/proc/14271/stat : 14271 (gnovelty+2) R 14269 14271 14271 0 -1 4202496 530 0 0 0 2446 0 0 0 25 0 1 0 886438859 1042509824 267 33554432000 134512640 135663704 4287056352 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14271/statm: 254519 267 113 282 0 254235 0
[pid=14263/tid=14270] ppid=14261 vsize=290120 CPUtime=0 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 886438859 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 1588072

[startup+51.1011 s]
/proc/loadavg: 4.12 4.08 3.60 5/226 14284
/proc/meminfo: memFree=30712692/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=290120 CPUtime=0.73 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 10073 932 1 0 64 9 0 0 20 0 2 0 886438759 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14263/statm: 72530 7400 1869 364 0 8448 0
[pid=14269] ppid=14263 vsize=279876 CPUtime=0.05 cores=4,6
/proc/14269/stat : 14269 (python) S 14263 14263 13569 0 -1 4202560 897 0 0 0 3 2 0 0 18 0 1 0 886438859 286593024 5903 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122734095 0 0 16781312 514 7232165275045429506 0 0 17 4 0 0 0
/proc/14269/statm: 69969 5903 376 364 0 5887 0
[pid=14271] ppid=14269 vsize=1018076 CPUtime=50.03 cores=4,6
/proc/14271/stat : 14271 (gnovelty+2) R 14269 14271 14271 0 -1 4202496 530 0 0 0 5003 0 0 0 25 0 1 0 886438859 1042509824 267 33554432000 134512640 135663704 4287056352 18446744073709551615 134524768 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14271/statm: 254519 267 113 282 0 254235 0
[pid=14263/tid=14270] ppid=14261 vsize=290120 CPUtime=0 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 2 0 886438859 297082880 7400 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1588072

[startup+102.308 s]
/proc/loadavg: 4.05 4.06 3.62 5/234 14294
/proc/meminfo: memFree=30699324/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=300376 CPUtime=0.74 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 10956 932 1 0 64 10 0 0 20 0 3 0 886438759 307585024 7415 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14263/statm: 75094 7415 1880 364 0 11009 0
[pid=14269] ppid=14263 vsize=290120 CPUtime=0.13 cores=4,6
/proc/14269/stat : 14269 (python) S 14263 14263 13569 0 -1 4202560 1153 0 0 0 7 6 0 0 19 0 2 0 886438859 297082880 5948 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14269/statm: 72530 5948 416 364 0 8448 0
[pid=14271] ppid=14269 vsize=1018076 CPUtime=100.03 cores=4,6
/proc/14271/stat : 14271 (gnovelty+2) T 14269 14271 14271 0 -1 4202496 530 0 0 0 10003 0 0 0 25 0 1 0 886438859 1042509824 267 33554432000 134512640 135663704 4287056352 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14271/statm: 254519 267 113 282 0 254235 0
[pid=14269/tid=14287] ppid=14263 vsize=290120 CPUtime=0 cores=4,6
/proc/14269/task/14287/stat : 14287 (python) S 14263 14263 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886448873 297082880 5948 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453956195328 0 0 -1 6 0 0 0
[pid=14288] ppid=14263 vsize=290132 CPUtime=0 cores=4,6
/proc/14288/stat : 14288 (python) S 14263 14263 13569 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 886448873 297095168 5879 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122734150 0 0 16781312 514 4325381716064567555 0 0 17 6 0 0 0
/proc/14288/statm: 72533 5879 348 364 0 8448 0
[pid=14290] ppid=14288 vsize=1018076 CPUtime=1.16 cores=4,6
/proc/14290/stat : 14290 (gnovelty+2) R 14288 14290 14290 0 -1 4202496 530 0 0 0 116 0 0 0 25 0 1 0 886448874 1042509824 267 33554432000 134512640 135663704 4292222736 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14290/statm: 254519 267 113 282 0 254235 0
[pid=14263/tid=14270] ppid=14261 vsize=300376 CPUtime=0 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886438859 307585024 7415 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14289] ppid=14261 vsize=300376 CPUtime=0 cores=4,6
/proc/14263/task/14289/stat : 14289 (python) S 14261 14263 13569 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 3 0 886448873 307585024 7415 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 2916780

[startup+162.301 s]
/proc/loadavg: 4.07 4.07 3.64 5/242 14303
/proc/meminfo: memFree=30675148/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=300376 CPUtime=0.74 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 10956 932 1 0 64 10 0 0 20 0 3 0 886438759 307585024 7415 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14263/statm: 75094 7415 1880 364 0 11009 0
[pid=14269] ppid=14263 vsize=290120 CPUtime=0.13 cores=4,6

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

[pid=14306] ppid=14263 vsize=300388 CPUtime=0.15 cores=4,6
/proc/14306/stat : 14306 (python) S 14263 14263 13569 0 -1 4202560 1077 0 0 0 9 6 0 0 19 0 2 0 886458788 307597312 5936 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14306/statm: 75097 5936 400 364 0 11009 0
[pid=14308] ppid=14306 vsize=416920 CPUtime=100.13 cores=4,6
/proc/14308/stat : 14308 (adaptg2wsat2009) T 14306 14308 14308 0 -1 4202496 671 0 0 0 10013 0 0 0 25 0 1 0 886458789 426926080 405 33554432000 134512640 135107411 4291009136 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14308/statm: 104230 405 59 146 0 103106 0
[pid=14306/tid=14324] ppid=14263 vsize=300388 CPUtime=0 cores=4,6
/proc/14306/task/14324/stat : 14324 (python) S 14263 14263 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886468802 307597312 5936 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453956194432 0 0 -1 6 0 0 0
[pid=14325] ppid=14263 vsize=310644 CPUtime=0.14 cores=4,6
/proc/14325/stat : 14325 (python) S 14263 14263 13569 0 -1 4202560 1086 0 0 0 8 6 0 0 19 0 2 0 886468803 318099456 5940 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14325/statm: 77661 5940 400 364 0 13570 0
[pid=14327] ppid=14325 vsize=416920 CPUtime=99.99 cores=4,6
/proc/14327/stat : 14327 (adaptg2wsat2009) T 14325 14327 14327 0 -1 4202496 668 0 0 0 9999 0 0 0 25 0 1 0 886468804 426926080 405 33554432000 134512640 135107411 4292364752 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14327/statm: 104230 405 59 146 0 103106 0
[pid=14325/tid=14343] ppid=14263 vsize=310644 CPUtime=0 cores=4,6
/proc/14325/task/14343/stat : 14343 (python) S 14263 14263 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886478817 318099456 5940 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453943000064 0 0 -1 6 0 0 0
[pid=14344] ppid=14263 vsize=320900 CPUtime=0.16 cores=4,6
/proc/14344/stat : 14344 (python) S 14263 14263 13569 0 -1 4202560 1084 0 0 0 9 7 0 0 19 0 2 0 886478818 328601600 5944 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14344/statm: 80225 5944 400 364 0 16131 0
[pid=14346] ppid=14344 vsize=416920 CPUtime=99.15 cores=4,6
/proc/14346/stat : 14346 (adaptg2wsat2009) T 14344 14346 14346 0 -1 4202496 674 0 0 0 9915 0 0 0 25 0 1 0 886478818 426926080 407 33554432000 134512640 135107411 4292593680 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14346/statm: 104230 407 59 146 0 103106 0
[pid=14344/tid=14361] ppid=14263 vsize=320900 CPUtime=0 cores=4,6
/proc/14344/task/14361/stat : 14361 (python) S 14263 14263 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886488734 328601600 5944 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453943299136 0 0 -1 6 0 0 0
[pid=14362] ppid=14263 vsize=331156 CPUtime=0.13 cores=4,6
/proc/14362/stat : 14362 (python) S 14263 14263 13569 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 886488735 339103744 5957 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14362/statm: 82789 5957 409 364 0 18692 0
[pid=14364] ppid=14362 vsize=1018076 CPUtime=100.12 cores=4,6
/proc/14364/stat : 14364 (gnovelty+2) T 14362 14364 14364 0 -1 4202496 529 0 0 0 10012 0 0 0 25 0 1 0 886488735 1042509824 267 33554432000 134512640 135663704 4289268800 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14364/statm: 254519 267 113 282 0 254235 0
[pid=14362/tid=14566] ppid=14263 vsize=331156 CPUtime=0 cores=4,6
/proc/14362/task/14566/stat : 14566 (python) S 14263 14263 13569 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886498749 339103744 5957 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453639463360 0 0 -1 6 0 0 0
[pid=14567] ppid=14263 vsize=341412 CPUtime=0.13 cores=4,6
/proc/14567/stat : 14567 (python) S 14263 14263 13569 0 -1 4202560 1075 0 0 0 8 5 0 0 19 0 2 0 886498750 349605888 5952 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14567/statm: 85353 5952 400 364 0 21253 0
[pid=14569] ppid=14567 vsize=247072 CPUtime=99.98 cores=4,6
/proc/14569/stat : 14569 (FH) T 14567 14569 14569 0 -1 4202496 628 0 0 0 9997 1 0 0 25 0 1 0 886498750 253001728 365 33554432000 134512640 134936988 4287015232 18446744073709551615 134545066 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14569/statm: 61768 365 41 104 0 61272 0
[pid=14567/tid=14677] ppid=14263 vsize=341412 CPUtime=0 cores=4,6
/proc/14567/task/14677/stat : 14677 (python) S 14263 14263 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886508762 349605888 5952 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453955553152 0 0 -1 6 0 0 0
[pid=14678] ppid=14263 vsize=351668 CPUtime=0.79 cores=4,6
/proc/14678/stat : 14678 (python) S 14263 14263 13569 0 -1 4202560 1195 0 0 0 46 33 0 0 15 0 2 0 886508763 360108032 5962 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14678/statm: 87917 5962 406 364 0 23814 0
[pid=14680] ppid=14678 vsize=5100 CPUtime=497.46 cores=4,6
/proc/14680/stat : 14680 (march_hi) R 14678 14680 14680 0 -1 4202496 1959 0 0 0 49745 1 0 0 25 0 1 0 886508763 5222400 930 33554432000 4194304 4955518 140737393147232 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14680/statm: 1275 930 106 186 0 1088 0
[pid=14678/tid=14723] ppid=14263 vsize=351668 CPUtime=0 cores=4,6
/proc/14678/task/14723/stat : 14723 (python) S 14263 14263 13569 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 886548063 360108032 5962 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453953334272 0 0 -1 6 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886438859 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14289] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14289/stat : 14289 (python) S 14261 14263 13569 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 886448873 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14307] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14307/stat : 14307 (python) S 14261 14263 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886458788 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14326] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14326/stat : 14326 (python) S 14261 14263 13569 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886468803 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14345] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14345/stat : 14345 (python) S 14261 14263 13569 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886478818 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14363] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14363/stat : 14363 (python) S 14261 14263 13569 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886488735 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14568] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14568/stat : 14568 (python) S 14261 14263 13569 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886498750 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14679] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14679/stat : 14679 (python) S 14261 14263 13569 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 9 0 886508763 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1198.55
Current children cumulated vsize (KiB) 7455492

[startup+1198.3 s]
/proc/loadavg: 4.20 4.07 3.89 5/251 15002
/proc/meminfo: memFree=30690388/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=361912 CPUtime=0.8 cores=4,6
/proc/14263/stat : 14263 (python) S 14261 14263 13569 0 -1 4202496 16823 932 1 0 69 11 0 0 18 0 9 0 886438759 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/14263/statm: 90478 7451 1892 364 0 26375 0
[pid=14269] ppid=14263 vsize=290120 CPUtime=0.13 cores=4,6
/proc/14269/stat : 14269 (python) S 14263 14263 13569 0 -1 4202560 1153 0 0 0 7 6 0 0 19 0 2 0 886438859 297082880 5948 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14269/statm: 72530 5948 416 364 0 8448 0
[pid=14271] ppid=14269 vsize=1018076 CPUtime=100.03 cores=4,6
/proc/14271/stat : 14271 (gnovelty+2) T 14269 14271 14271 0 -1 4202496 530 0 0 0 10003 0 0 0 25 0 1 0 886438859 1042509824 267 33554432000 134512640 135663704 4287056352 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14271/statm: 254519 267 113 282 0 254235 0
[pid=14269/tid=14287] ppid=14263 vsize=290120 CPUtime=0 cores=4,6
/proc/14269/task/14287/stat : 14287 (python) S 14263 14263 13569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886448873 297082880 5948 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453956195328 0 0 -1 6 0 0 0
[pid=14288] ppid=14263 vsize=290132 CPUtime=0.13 cores=4,6
/proc/14288/stat : 14288 (python) S 14263 14263 13569 0 -1 4202560 1078 0 0 0 7 6 0 0 19 0 2 0 886448873 297095168 5932 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14288/statm: 72533 5932 400 364 0 8448 0
[pid=14290] ppid=14288 vsize=1018076 CPUtime=99.13 cores=4,6
/proc/14290/stat : 14290 (gnovelty+2) T 14288 14290 14290 0 -1 4202496 530 0 0 0 9913 0 0 0 25 0 1 0 886448874 1042509824 267 33554432000 134512640 135663704 4292222736 18446744073709551615 134525101 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14290/statm: 254519 267 113 282 0 254235 0
[pid=14288/tid=14305] ppid=14263 vsize=290132 CPUtime=0 cores=4,6
/proc/14288/task/14305/stat : 14305 (python) S 14263 14263 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886458787 297095168 5932 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453919774656 0 0 -1 6 0 0 0
[pid=14306] ppid=14263 vsize=300388 CPUtime=0.15 cores=4,6
/proc/14306/stat : 14306 (python) S 14263 14263 13569 0 -1 4202560 1077 0 0 0 9 6 0 0 19 0 2 0 886458788 307597312 5936 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14306/statm: 75097 5936 400 364 0 11009 0
[pid=14308] ppid=14306 vsize=416920 CPUtime=100.13 cores=4,6
/proc/14308/stat : 14308 (adaptg2wsat2009) T 14306 14308 14308 0 -1 4202496 671 0 0 0 10013 0 0 0 25 0 1 0 886458789 426926080 405 33554432000 134512640 135107411 4291009136 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14308/statm: 104230 405 59 146 0 103106 0
[pid=14306/tid=14324] ppid=14263 vsize=300388 CPUtime=0 cores=4,6
/proc/14306/task/14324/stat : 14324 (python) S 14263 14263 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886468802 307597312 5936 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453956194432 0 0 -1 6 0 0 0
[pid=14325] ppid=14263 vsize=310644 CPUtime=0.14 cores=4,6
/proc/14325/stat : 14325 (python) S 14263 14263 13569 0 -1 4202560 1086 0 0 0 8 6 0 0 19 0 2 0 886468803 318099456 5940 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14325/statm: 77661 5940 400 364 0 13570 0
[pid=14327] ppid=14325 vsize=416920 CPUtime=99.99 cores=4,6
/proc/14327/stat : 14327 (adaptg2wsat2009) T 14325 14327 14327 0 -1 4202496 668 0 0 0 9999 0 0 0 25 0 1 0 886468804 426926080 405 33554432000 134512640 135107411 4292364752 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14327/statm: 104230 405 59 146 0 103106 0
[pid=14325/tid=14343] ppid=14263 vsize=310644 CPUtime=0 cores=4,6
/proc/14325/task/14343/stat : 14343 (python) S 14263 14263 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886478817 318099456 5940 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453943000064 0 0 -1 6 0 0 0
[pid=14344] ppid=14263 vsize=320900 CPUtime=0.16 cores=4,6
/proc/14344/stat : 14344 (python) S 14263 14263 13569 0 -1 4202560 1084 0 0 0 9 7 0 0 19 0 2 0 886478818 328601600 5944 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14344/statm: 80225 5944 400 364 0 16131 0
[pid=14346] ppid=14344 vsize=416920 CPUtime=99.15 cores=4,6
/proc/14346/stat : 14346 (adaptg2wsat2009) T 14344 14346 14346 0 -1 4202496 674 0 0 0 9915 0 0 0 25 0 1 0 886478818 426926080 407 33554432000 134512640 135107411 4292593680 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14346/statm: 104230 407 59 146 0 103106 0
[pid=14344/tid=14361] ppid=14263 vsize=320900 CPUtime=0 cores=4,6
/proc/14344/task/14361/stat : 14361 (python) S 14263 14263 13569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886488734 328601600 5944 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453943299136 0 0 -1 6 0 0 0
[pid=14362] ppid=14263 vsize=331156 CPUtime=0.13 cores=4,6
/proc/14362/stat : 14362 (python) S 14263 14263 13569 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 886488735 339103744 5957 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14362/statm: 82789 5957 409 364 0 18692 0
[pid=14364] ppid=14362 vsize=1018076 CPUtime=100.12 cores=4,6
/proc/14364/stat : 14364 (gnovelty+2) T 14362 14364 14364 0 -1 4202496 529 0 0 0 10012 0 0 0 25 0 1 0 886488735 1042509824 267 33554432000 134512640 135663704 4289268800 18446744073709551615 134525544 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/14364/statm: 254519 267 113 282 0 254235 0
[pid=14362/tid=14566] ppid=14263 vsize=331156 CPUtime=0 cores=4,6
/proc/14362/task/14566/stat : 14566 (python) S 14263 14263 13569 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 886498749 339103744 5957 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453639463360 0 0 -1 6 0 0 0
[pid=14567] ppid=14263 vsize=341412 CPUtime=0.13 cores=4,6
/proc/14567/stat : 14567 (python) S 14263 14263 13569 0 -1 4202560 1075 0 0 0 8 5 0 0 19 0 2 0 886498750 349605888 5952 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/14567/statm: 85353 5952 400 364 0 21253 0
[pid=14569] ppid=14567 vsize=247072 CPUtime=99.98 cores=4,6
/proc/14569/stat : 14569 (FH) T 14567 14569 14569 0 -1 4202496 628 0 0 0 9997 1 0 0 25 0 1 0 886498750 253001728 365 33554432000 134512640 134936988 4287015232 18446744073709551615 134545066 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/14569/statm: 61768 365 41 104 0 61272 0
[pid=14567/tid=14677] ppid=14263 vsize=341412 CPUtime=0 cores=4,6
/proc/14567/task/14677/stat : 14677 (python) S 14263 14263 13569 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886508762 349605888 5952 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453955553152 0 0 -1 6 0 0 0
[pid=14678] ppid=14263 vsize=351668 CPUtime=0.79 cores=4,6
/proc/14678/stat : 14678 (python) S 14263 14263 13569 0 -1 4202560 1195 0 0 0 46 33 0 0 15 0 2 0 886508763 360108032 5962 33554432000 4194304 5683644 140736302999248 18446744073709551615 228122734150 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/14678/statm: 87917 5962 406 364 0 23814 0
[pid=14680] ppid=14678 vsize=5100 CPUtime=498.26 cores=4,6
/proc/14680/stat : 14680 (march_hi) R 14678 14680 14680 0 -1 4202496 1960 0 0 0 49825 1 0 0 25 0 1 0 886508763 5222400 931 33554432000 4194304 4955518 140737393147232 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/14680/statm: 1275 931 106 186 0 1088 0
[pid=14678/tid=14723] ppid=14263 vsize=351668 CPUtime=0 cores=4,6
/proc/14678/task/14723/stat : 14723 (python) S 14263 14263 13569 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 2 0 886548063 360108032 5962 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 514 18446604453953334272 0 0 -1 6 0 0 0
[pid=14263/tid=14270] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886438859 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14289] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14289/stat : 14289 (python) S 14261 14263 13569 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 9 0 886448873 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14307] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14307/stat : 14307 (python) S 14261 14263 13569 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886458788 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14326] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14326/stat : 14326 (python) S 14261 14263 13569 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886468803 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14345] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14345/stat : 14345 (python) S 14261 14263 13569 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886478818 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14363] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14363/stat : 14363 (python) S 14261 14263 13569 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 886488735 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14568] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14568/stat : 14568 (python) S 14261 14263 13569 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886498750 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14679] ppid=14261 vsize=361912 CPUtime=0 cores=4,6
/proc/14263/task/14679/stat : 14679 (python) S 14261 14263 13569 0 -1 4202560 27 932 0 0 0 0 0 0 18 0 9 0 886508763 370597888 7451 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 2 18446604453942999168 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1199.35
Current children cumulated vsize (KiB) 7455492

[startup+1198.7 s]
/proc/loadavg: 4.20 4.07 3.89 5/251 15002
/proc/meminfo: memFree=30690388/32951124 swapFree=67051744/67111528
[pid=14263] ppid=14261 vsize=341328 CPUtime=1199.9 cores=4,6
/proc/14263/stat : 14263 (python) R 14261 14263 13569 0 -1 4202496 20100 16173 1 0 71 11 119825 83 17 0 4 0 886438759 349519872 7430 33554432000 4194304 5683644 140736302999248 18446744073709551615 4509181 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/14263/statm: 85332 7430 1879 364 0 21253 0
[pid=14263/tid=14270] ppid=14261 vsize=341328 CPUtime=1199.08 cores=4,6
/proc/14263/task/14270/stat : 14270 (python) S 14261 14263 13569 0 -1 4202560 32 16173 0 0 0 0 119825 83 18 0 4 0 886438859 349519872 7430 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 0 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14363] ppid=14261 vsize=341328 CPUtime=1199.08 cores=4,6
/proc/14263/task/14363/stat : 14363 (python) S 14261 14263 13569 0 -1 4202560 27 16173 0 0 0 0 119825 83 18 0 4 0 886488735 349519872 7430 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 0 18446604453942999168 0 0 -1 4 0 0 0
[pid=14263/tid=14679] ppid=14261 vsize=341328 CPUtime=1199.08 cores=4,6
/proc/14263/task/14679/stat : 14679 (python) S 14261 14263 13569 0 -1 4202560 27 16173 0 0 0 0 119825 83 18 0 4 0 886508763 349519872 7430 33554432000 4194304 5683644 140736302999248 18446744073709551615 228134537649 0 0 16781312 0 18446604453942999168 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1199.9
Current children cumulated vsize (KiB) 341328

Child status: 0
Real time (s): 1198.71
CPU time (s): 1199.93
CPU user time (s): 1198.98
CPU system time (s): 0.955854
CPU usage (%): 100.102
Max. virtual memory (cumulated for all children) (KiB): 7455492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.98
system time used= 0.955854
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37101
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= 4571
involuntary context switches= 3386

runsolver used 4.47032 second user time and 6.85296 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 01:26:48
IDJOB=3484229
IDBENCH=82740
IDSOLVER=1975
FILE ID=node138/3484229-1307748408
RUNJOBID= node138-1307746989-13588
PBS_JOBID= 13550821
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1254276596-021.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-3484229-1307748408/watcher-3484229-1307748408 -o /tmp/evaluation-result-3484229-1307748408/solver-3484229-1307748408 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484229-1307748408.cnf -seed 1306360414 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 38eb341db913fde0f11427c4d808f2c9
RANDOM SEED=1306360414

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30769220 kB
Buffers:        246536 kB
Cached:        1611296 kB
SwapCached:      13468 kB
Active:         707804 kB
Inactive:      1274588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30769220 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:           31924 kB
Writeback:           0 kB
AnonPages:      121888 kB
Mapped:          16700 kB
Slab:           129120 kB
PageTables:      10144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6726384 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= 73956 MiB
End job on node138 at 2011-06-11 01:46:47