Trace number 3377720

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 334.567 334.728

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S324945930-048.UNKNOWN.cnf
MD5SUM25ed0c8de63814e6d33af77a8f91b72b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.3141
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
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 54450

Solver Data

0.42/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/0.62	c INFO: solving HOME/instance-3377720-1305457359.cnf
0.42/0.62	c INFO: computing task features
0.42/0.65	c INFO: computed variable-clause graph statistics
0.42/0.65	c INFO: computed clause balance statistics
0.62/0.80	c INFO: computed variable balance statistics
0.62/0.87	c INFO: computed small-clause counts
0.62/0.87	c INFO: computed Horn-clause counts
0.62/0.87	c INFO: computed variable graph statistics
0.62/0.87	c INFO: collected features for HOME/instance-3377720-1305457359.cnf in 0.25 s
0.62/0.88	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.59)
100.90/101.20	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.09)
201.28/201.51	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.04)
301.57/301.81	c INFO: running march_hi@0 for 485 with 2099 remaining (b = 0.17)
334.43/334.70	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-3377720-1305457359/watcher-3377720-1305457359 -o /tmp/evaluation-result-3377720-1305457359/solver-3377720-1305457359 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377720-1305457359.cnf -seed 1617424764 -budget 2400 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.01 4.04 3.86 4/423 1877
/proc/meminfo: memFree=23000292/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=15184 CPUtime=0 cores=5,7
/proc/1877/stat : 1877 (python) R 1875 1877 32005 0 -1 4202496 727 0 0 0 0 0 0 0 18 0 1 0 657332628 15548416 617 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1877/statm: 3796 617 322 364 0 283 0

[startup+0.0678821 s]
/proc/loadavg: 4.01 4.04 3.86 4/423 1877
/proc/meminfo: memFree=23000292/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=29788 CPUtime=0.04 cores=5,7
/proc/1877/stat : 1877 (python) R 1875 1877 32005 0 -1 4202496 1455 0 0 0 2 2 0 0 17 0 1 0 657332628 30502912 1296 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1877/statm: 7447 1296 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+0.100889 s]
/proc/loadavg: 4.01 4.04 3.86 4/423 1877
/proc/meminfo: memFree=23000292/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=50012 CPUtime=0.05 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 1975 0 0 0 3 2 0 0 17 0 1 0 657332628 51212288 1737 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/1877/statm: 12503 1737 480 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50012

[startup+0.30085 s]
/proc/loadavg: 4.01 4.04 3.86 4/423 1877
/proc/meminfo: memFree=23000292/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=131292 CPUtime=0.2 cores=5,7
/proc/1877/stat : 1877 (python) R 1875 1877 32005 0 -1 4202496 5708 934 1 0 11 9 0 0 17 0 1 0 657332628 134443008 4099 33554432000 4194304 5683644 140733736089904 18446744073709551615 4438813 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1877/statm: 32823 4099 1015 364 0 3084 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 131292

[startup+0.70077 s]
/proc/loadavg: 4.01 4.04 3.86 4/423 1877
/proc/meminfo: memFree=23000292/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=279312 CPUtime=0.52 cores=5,7
/proc/1877/stat : 1877 (python) R 1875 1877 32005 0 -1 4202496 9735 934 1 0 35 17 0 0 17 0 1 0 657332628 286015488 7213 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515464 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/1877/statm: 69828 7213 1826 364 0 5752 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 279312

[startup+1.50059 s]
/proc/loadavg: 4.01 4.04 3.86 5/429 1917
/proc/meminfo: memFree=22996764/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=288852 CPUtime=0.71 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 10169 934 1 0 54 17 0 0 19 0 2 0 657332628 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 72213 7118 1877 364 0 8131 0
[pid=1909] ppid=1877 vsize=278608 CPUtime=0 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 657332717 285294592 5591 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500711951 0 0 16781312 514 3125471757411024895 0 0 17 5 0 0 0
/proc/1909/statm: 69652 5591 354 364 0 5570 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=0.6 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) R 1909 1912 1912 0 -1 4202496 493 0 0 0 60 0 0 0 20 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1877/tid=1911] ppid=1875 vsize=288852 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 657332717 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 1585392

[startup+3.10028 s]
/proc/loadavg: 4.01 4.04 3.86 5/436 1929
/proc/meminfo: memFree=22936972/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=288852 CPUtime=0.71 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 10169 934 1 0 54 17 0 0 19 0 2 0 657332628 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 72213 7118 1877 364 0 8131 0
[pid=1909] ppid=1877 vsize=278608 CPUtime=0 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 657332717 285294592 5591 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500711951 0 0 16781312 514 3125471757410992390 0 0 17 5 0 0 0
/proc/1909/statm: 69652 5591 354 364 0 5570 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=2.2 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) R 1909 1912 1912 0 -1 4202496 493 0 0 0 220 0 0 0 25 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134525316 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1877/tid=1911] ppid=1875 vsize=288852 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 657332717 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 1585392

[startup+6.30065 s]
/proc/loadavg: 4.01 4.04 3.86 6/436 1930
/proc/meminfo: memFree=22937632/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=288852 CPUtime=0.71 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 10169 934 1 0 54 17 0 0 19 0 2 0 657332628 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 72213 7118 1877 364 0 8131 0
[pid=1909] ppid=1877 vsize=278608 CPUtime=0.01 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 976 0 0 0 1 0 0 0 18 0 1 0 657332717 285294592 5618 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500711951 0 0 16781312 514 3125471757410992390 0 0 17 5 0 0 0
/proc/1909/statm: 69652 5618 381 364 0 5570 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=5.37 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) R 1909 1912 1912 0 -1 4202496 493 0 0 0 537 0 0 0 25 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1877/tid=1911] ppid=1875 vsize=288852 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 657332717 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 1585392

[startup+12.7004 s]
/proc/loadavg: 4.09 4.05 3.87 5/436 1930
/proc/meminfo: memFree=22935120/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=288852 CPUtime=0.71 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 10169 934 1 0 54 17 0 0 19 0 2 0 657332628 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 72213 7118 1877 364 0 8131 0
[pid=1909] ppid=1877 vsize=278608 CPUtime=0.03 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 979 0 0 0 2 1 0 0 18 0 1 0 657332717 285294592 5619 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500711951 0 0 16781312 514 5837386396699951366 0 0 17 5 0 0 0
/proc/1909/statm: 69652 5619 382 364 0 5570 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=11.75 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) R 1909 1912 1912 0 -1 4202496 493 0 0 0 1175 0 0 0 25 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1877/tid=1911] ppid=1875 vsize=288852 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 657332717 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 1585392

[startup+25.5008 s]
/proc/loadavg: 4.07 4.05 3.87 5/436 1930
/proc/meminfo: memFree=22935988/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=288852 CPUtime=0.71 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 10169 934 1 0 54 17 0 0 19 0 2 0 657332628 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 72213 7118 1877 364 0 8131 0
[pid=1909] ppid=1877 vsize=278608 CPUtime=0.06 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 986 0 0 0 3 3 0 0 18 0 1 0 657332717 285294592 5619 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500711951 0 0 16781312 514 5837386396699951366 0 0 17 5 0 0 0
/proc/1909/statm: 69652 5619 382 364 0 5570 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=24.52 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) R 1909 1912 1912 0 -1 4202496 493 0 0 0 2452 0 0 0 25 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1877/tid=1911] ppid=1875 vsize=288852 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 657332717 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 1585392

[startup+51.1147 s]
/proc/loadavg: 4.12 4.06 3.88 5/436 1931
/proc/meminfo: memFree=22936360/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=288852 CPUtime=0.71 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 10169 934 1 0 54 17 0 0 19 0 2 0 657332628 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 72213 7118 1877 364 0 8131 0
[pid=1909] ppid=1877 vsize=278608 CPUtime=0.14 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 998 0 0 0 7 7 0 0 18 0 1 0 657332717 285294592 5619 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500711951 0 0 16781312 514 5837386396699951366 0 0 17 5 0 0 0
/proc/1909/statm: 69652 5619 382 364 0 5570 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=50.06 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) R 1909 1912 1912 0 -1 4202496 493 0 0 0 5006 0 0 0 25 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1877/tid=1911] ppid=1875 vsize=288852 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 2 0 657332717 295784448 7118 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 1585392

[startup+102.301 s]
/proc/loadavg: 4.14 4.08 3.89 4/441 1972
/proc/meminfo: memFree=22944792/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=299560 CPUtime=0.72 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 11034 934 1 0 55 17 0 0 20 0 3 0 657332628 306749440 7223 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 74890 7223 1880 364 0 10805 0
[pid=1909] ppid=1877 vsize=288852 CPUtime=0.29 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 1166 0 0 0 14 15 0 0 19 0 2 0 657332717 295784448 5666 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1909/statm: 72213 5666 424 364 0 8131 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=99.97 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) T 1909 1912 1912 0 -1 4202496 493 0 0 0 9997 0 0 0 25 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1909/tid=1958] ppid=1877 vsize=288852 CPUtime=0 cores=5,7
/proc/1909/task/1958/stat : 1958 (python) S 1877 1877 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657342747 295784448 5666 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604466525300736 0 0 -1 5 0 0 0
[pid=1960] ppid=1877 vsize=289316 CPUtime=0 cores=5,7
/proc/1960/stat : 1960 (python) S 1877 1877 32005 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 657342748 296259584 5687 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500712006 0 0 16781312 514 3929346973588488455 0 0 17 5 0 0 0
/proc/1960/statm: 72329 5687 348 364 0 8244 0
[pid=1962] ppid=1960 vsize=1017932 CPUtime=1.07 cores=5,7
/proc/1962/stat : 1962 (gnovelty+2) R 1960 1962 1962 0 -1 4202496 490 0 0 0 107 0 0 0 25 0 1 0 657342748 1042362368 227 33554432000 134512640 135663704 4287018976 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1962/statm: 254483 227 113 282 0 254199 0
[pid=1877/tid=1911] ppid=1875 vsize=299560 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 3 0 657332717 306749440 7223 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=1961] ppid=1875 vsize=299560 CPUtime=0 cores=5,7
/proc/1877/task/1961/stat : 1961 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 3 0 657342748 306749440 7223 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 2913592

[startup+162.301 s]
/proc/loadavg: 4.14 4.10 3.91 5/448 1988
/proc/meminfo: memFree=22916868/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=299560 CPUtime=0.72 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 11034 934 1 0 55 17 0 0 20 0 3 0 657332628 306749440 7223 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 74890 7223 1880 364 0 10805 0
[pid=1909] ppid=1877 vsize=288852 CPUtime=0.29 cores=5,7

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

[pid=1962] ppid=1960 vsize=1017932 CPUtime=100 cores=5,7
/proc/1962/stat : 1962 (gnovelty+2) T 1960 1962 1962 0 -1 4202496 490 0 0 0 10000 0 0 0 25 0 1 0 657342748 1042362368 227 33554432000 134512640 135663704 4287018976 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1962/statm: 254483 227 113 282 0 254199 0
[pid=1960/tid=1998] ppid=1877 vsize=289316 CPUtime=0 cores=5,7
/proc/1960/task/1998/stat : 1998 (python) S 1877 1877 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657352778 296259584 5740 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604471007434816 0 0 -1 5 0 0 0
[pid=1999] ppid=1877 vsize=299312 CPUtime=0.3 cores=5,7
/proc/1999/stat : 1999 (python) S 1877 1877 32005 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 657352779 306495488 5662 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1999/statm: 74828 5662 400 364 0 10740 0
[pid=2001] ppid=1999 vsize=416524 CPUtime=99.98 cores=5,7
/proc/2001/stat : 2001 (adaptg2wsat2009) T 1999 2001 2001 0 -1 4202496 587 0 0 0 9998 0 0 0 25 0 1 0 657352779 426520576 322 33554432000 134512640 135107411 4291514752 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2001/statm: 104131 322 59 146 0 103007 0
[pid=1999/tid=2026] ppid=1877 vsize=299312 CPUtime=0 cores=5,7
/proc/1999/task/2026/stat : 2026 (python) S 1877 1877 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657362808 306495488 5662 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604464339593152 0 0 -1 7 0 0 0
[pid=2027] ppid=1877 vsize=310108 CPUtime=0.11 cores=5,7
/proc/2027/stat : 2027 (python) S 1877 1877 32005 0 -1 4202560 931 0 0 0 6 5 0 0 15 0 1 0 657362810 317550592 5771 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500712006 0 0 16781312 514 15066084472174641414 0 0 17 5 0 0 0
/proc/2027/statm: 77527 5771 371 364 0 13436 0
[pid=2029] ppid=2027 vsize=2264 CPUtime=32.04 cores=5,7
/proc/2029/stat : 2029 (march_hi) R 2027 2029 2029 0 -1 4202496 991 0 0 0 3204 0 0 0 25 0 1 0 657362810 2318336 391 33554432000 4194304 4955518 140735275106672 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2029/statm: 566 391 106 186 0 379 0
[pid=1877/tid=1911] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 5 0 657332717 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=1961] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/1961/stat : 1961 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 657342748 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=2000] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/2000/stat : 2000 (python) S 1875 1877 32005 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 657352779 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=2028] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/2028/stat : 2028 (python) S 1875 1877 32005 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 5 0 657362810 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 333.73
Current children cumulated vsize (KiB) 3962592

[startup+334.401 s]
/proc/loadavg: 3.21 3.79 3.82 4/455 2034
/proc/meminfo: memFree=22947332/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=320352 CPUtime=0.74 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 12742 934 1 0 57 17 0 0 19 0 5 0 657332628 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 80088 7288 1884 364 0 15997 0
[pid=1909] ppid=1877 vsize=288852 CPUtime=0.29 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 1166 0 0 0 14 15 0 0 19 0 2 0 657332717 295784448 5666 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1909/statm: 72213 5666 424 364 0 8131 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=99.97 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) T 1909 1912 1912 0 -1 4202496 493 0 0 0 9997 0 0 0 25 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1909/tid=1958] ppid=1877 vsize=288852 CPUtime=0 cores=5,7
/proc/1909/task/1958/stat : 1958 (python) S 1877 1877 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657342747 295784448 5666 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604466525300736 0 0 -1 5 0 0 0
[pid=1960] ppid=1877 vsize=289316 CPUtime=0.3 cores=5,7
/proc/1960/stat : 1960 (python) S 1877 1877 32005 0 -1 4202560 1081 0 0 0 16 14 0 0 19 0 2 0 657342748 296259584 5740 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1960/statm: 72329 5740 400 364 0 8244 0
[pid=1962] ppid=1960 vsize=1017932 CPUtime=100 cores=5,7
/proc/1962/stat : 1962 (gnovelty+2) T 1960 1962 1962 0 -1 4202496 490 0 0 0 10000 0 0 0 25 0 1 0 657342748 1042362368 227 33554432000 134512640 135663704 4287018976 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1962/statm: 254483 227 113 282 0 254199 0
[pid=1960/tid=1998] ppid=1877 vsize=289316 CPUtime=0 cores=5,7
/proc/1960/task/1998/stat : 1998 (python) S 1877 1877 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657352778 296259584 5740 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604471007434816 0 0 -1 5 0 0 0
[pid=1999] ppid=1877 vsize=299312 CPUtime=0.3 cores=5,7
/proc/1999/stat : 1999 (python) S 1877 1877 32005 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 657352779 306495488 5662 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1999/statm: 74828 5662 400 364 0 10740 0
[pid=2001] ppid=1999 vsize=416524 CPUtime=99.98 cores=5,7
/proc/2001/stat : 2001 (adaptg2wsat2009) T 1999 2001 2001 0 -1 4202496 587 0 0 0 9998 0 0 0 25 0 1 0 657352779 426520576 322 33554432000 134512640 135107411 4291514752 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2001/statm: 104131 322 59 146 0 103007 0
[pid=1999/tid=2026] ppid=1877 vsize=299312 CPUtime=0 cores=5,7
/proc/1999/task/2026/stat : 2026 (python) S 1877 1877 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657362808 306495488 5662 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604464339593152 0 0 -1 7 0 0 0
[pid=2027] ppid=1877 vsize=310108 CPUtime=0.11 cores=5,7
/proc/2027/stat : 2027 (python) S 1877 1877 32005 0 -1 4202560 931 0 0 0 6 5 0 0 15 0 1 0 657362810 317550592 5771 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500712006 0 0 16781312 514 15066084472174641414 0 0 17 5 0 0 0
/proc/2027/statm: 77527 5771 371 364 0 13436 0
[pid=2029] ppid=2027 vsize=2264 CPUtime=32.44 cores=5,7
/proc/2029/stat : 2029 (march_hi) R 2027 2029 2029 0 -1 4202496 991 0 0 0 3244 0 0 0 25 0 1 0 657362810 2318336 391 33554432000 4194304 4955518 140735275106672 18446744073709551615 4297490 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2029/statm: 566 391 106 186 0 379 0
[pid=1877/tid=1911] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 5 0 657332717 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=1961] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/1961/stat : 1961 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 657342748 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=2000] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/2000/stat : 2000 (python) S 1875 1877 32005 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 657352779 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=2028] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/2028/stat : 2028 (python) S 1875 1877 32005 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 5 0 657362810 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 334.13
Current children cumulated vsize (KiB) 3962592

[startup+334.601 s]
/proc/loadavg: 3.21 3.79 3.82 4/455 2034
/proc/meminfo: memFree=22947332/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=320352 CPUtime=0.74 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 12742 934 1 0 57 17 0 0 19 0 5 0 657332628 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 80088 7288 1884 364 0 15997 0
[pid=1909] ppid=1877 vsize=288852 CPUtime=0.29 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 1166 0 0 0 14 15 0 0 19 0 2 0 657332717 295784448 5666 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1909/statm: 72213 5666 424 364 0 8131 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=99.97 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) T 1909 1912 1912 0 -1 4202496 493 0 0 0 9997 0 0 0 25 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1909/tid=1958] ppid=1877 vsize=288852 CPUtime=0 cores=5,7
/proc/1909/task/1958/stat : 1958 (python) S 1877 1877 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657342747 295784448 5666 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604466525300736 0 0 -1 5 0 0 0
[pid=1960] ppid=1877 vsize=289316 CPUtime=0.3 cores=5,7
/proc/1960/stat : 1960 (python) S 1877 1877 32005 0 -1 4202560 1081 0 0 0 16 14 0 0 19 0 2 0 657342748 296259584 5740 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1960/statm: 72329 5740 400 364 0 8244 0
[pid=1962] ppid=1960 vsize=1017932 CPUtime=100 cores=5,7
/proc/1962/stat : 1962 (gnovelty+2) T 1960 1962 1962 0 -1 4202496 490 0 0 0 10000 0 0 0 25 0 1 0 657342748 1042362368 227 33554432000 134512640 135663704 4287018976 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1962/statm: 254483 227 113 282 0 254199 0
[pid=1960/tid=1998] ppid=1877 vsize=289316 CPUtime=0 cores=5,7
/proc/1960/task/1998/stat : 1998 (python) S 1877 1877 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657352778 296259584 5740 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604471007434816 0 0 -1 5 0 0 0
[pid=1999] ppid=1877 vsize=299312 CPUtime=0.3 cores=5,7
/proc/1999/stat : 1999 (python) S 1877 1877 32005 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 657352779 306495488 5662 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1999/statm: 74828 5662 400 364 0 10740 0
[pid=2001] ppid=1999 vsize=416524 CPUtime=99.98 cores=5,7
/proc/2001/stat : 2001 (adaptg2wsat2009) T 1999 2001 2001 0 -1 4202496 587 0 0 0 9998 0 0 0 25 0 1 0 657352779 426520576 322 33554432000 134512640 135107411 4291514752 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2001/statm: 104131 322 59 146 0 103007 0
[pid=1999/tid=2026] ppid=1877 vsize=299312 CPUtime=0 cores=5,7
/proc/1999/task/2026/stat : 2026 (python) S 1877 1877 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657362808 306495488 5662 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604464339593152 0 0 -1 7 0 0 0
[pid=2027] ppid=1877 vsize=310108 CPUtime=0.11 cores=5,7
/proc/2027/stat : 2027 (python) S 1877 1877 32005 0 -1 4202560 931 0 0 0 6 5 0 0 15 0 1 0 657362810 317550592 5771 33554432000 4194304 5683644 140733736089904 18446744073709551615 254500712006 0 0 16781312 514 5606898106336510214 0 0 17 5 0 0 0
/proc/2027/statm: 77527 5771 371 364 0 13436 0
[pid=2029] ppid=2027 vsize=2264 CPUtime=32.64 cores=5,7
/proc/2029/stat : 2029 (march_hi) R 2027 2029 2029 0 -1 4202496 991 0 0 0 3264 0 0 0 25 0 1 0 657362810 2318336 391 33554432000 4194304 4955518 140735275106672 18446744073709551615 4285725 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/2029/statm: 566 391 106 186 0 379 0
[pid=1877/tid=1911] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 5 0 657332717 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=1961] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/1961/stat : 1961 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 657342748 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=2000] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/2000/stat : 2000 (python) S 1875 1877 32005 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 657352779 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=2028] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/2028/stat : 2028 (python) S 1875 1877 32005 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 5 0 657362810 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 334.33
Current children cumulated vsize (KiB) 3962592

[startup+334.701 s]
/proc/loadavg: 3.21 3.79 3.82 4/455 2034
/proc/meminfo: memFree=22947332/32950928 swapFree=45937192/67111528
[pid=1877] ppid=1875 vsize=320352 CPUtime=0.74 cores=5,7
/proc/1877/stat : 1877 (python) S 1875 1877 32005 0 -1 4202496 12742 934 1 0 57 17 0 0 19 0 5 0 657332628 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1877/statm: 80088 7288 1884 364 0 15997 0
[pid=1909] ppid=1877 vsize=288852 CPUtime=0.29 cores=5,7
/proc/1909/stat : 1909 (python) S 1877 1877 32005 0 -1 4202560 1166 0 0 0 14 15 0 0 19 0 2 0 657332717 295784448 5666 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1909/statm: 72213 5666 424 364 0 8131 0
[pid=1912] ppid=1909 vsize=1017932 CPUtime=99.97 cores=5,7
/proc/1912/stat : 1912 (gnovelty+2) T 1909 1912 1912 0 -1 4202496 493 0 0 0 9997 0 0 0 25 0 1 0 657332717 1042362368 227 33554432000 134512640 135663704 4293461216 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1912/statm: 254483 227 113 282 0 254199 0
[pid=1909/tid=1958] ppid=1877 vsize=288852 CPUtime=0 cores=5,7
/proc/1909/task/1958/stat : 1958 (python) S 1877 1877 32005 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 657342747 295784448 5666 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604466525300736 0 0 -1 5 0 0 0
[pid=1960] ppid=1877 vsize=289316 CPUtime=0.3 cores=5,7
/proc/1960/stat : 1960 (python) S 1877 1877 32005 0 -1 4202560 1081 0 0 0 16 14 0 0 19 0 2 0 657342748 296259584 5740 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1960/statm: 72329 5740 400 364 0 8244 0
[pid=1962] ppid=1960 vsize=1017932 CPUtime=100 cores=5,7
/proc/1962/stat : 1962 (gnovelty+2) T 1960 1962 1962 0 -1 4202496 490 0 0 0 10000 0 0 0 25 0 1 0 657342748 1042362368 227 33554432000 134512640 135663704 4287018976 18446744073709551615 135007711 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/1962/statm: 254483 227 113 282 0 254199 0
[pid=1960/tid=1998] ppid=1877 vsize=289316 CPUtime=0 cores=5,7
/proc/1960/task/1998/stat : 1998 (python) S 1877 1877 32005 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 657352778 296259584 5740 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604471007434816 0 0 -1 5 0 0 0
[pid=1999] ppid=1877 vsize=299312 CPUtime=0.3 cores=5,7
/proc/1999/stat : 1999 (python) S 1877 1877 32005 0 -1 4202560 1084 0 0 0 16 14 0 0 19 0 2 0 657352779 306495488 5662 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1999/statm: 74828 5662 400 364 0 10740 0
[pid=2001] ppid=1999 vsize=416524 CPUtime=99.98 cores=5,7
/proc/2001/stat : 2001 (adaptg2wsat2009) T 1999 2001 2001 0 -1 4202496 587 0 0 0 9998 0 0 0 25 0 1 0 657352779 426520576 322 33554432000 134512640 135107411 4291514752 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/2001/statm: 104131 322 59 146 0 103007 0
[pid=1999/tid=2026] ppid=1877 vsize=299312 CPUtime=0 cores=5,7
/proc/1999/task/2026/stat : 2026 (python) S 1877 1877 32005 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 657362808 306495488 5662 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 514 18446604464339593152 0 0 -1 7 0 0 0
[pid=2027] ppid=1877 vsize=310108 CPUtime=0.16 cores=5,7
/proc/2027/stat : 2027 (python) R 1877 1877 32005 0 -1 4202560 931 0 0 0 10 6 0 0 15 0 1 0 657362810 317550592 5771 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512522047 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/2027/statm: 77527 5771 371 364 0 13436 0
[pid=2029] ppid=2027 vsize=0 CPUtime=32.69 cores=5,7
/proc/2029/stat : 2029 (march_hi) R 2027 2029 2029 0 -1 4202500 992 0 0 0 3269 0 0 0 25 0 1 0 657362810 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/2029/statm: 0 0 0 0 0 0 0
[pid=1877/tid=1911] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/1911/stat : 1911 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 19 0 5 0 657332717 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=1961] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/1961/stat : 1961 (python) S 1875 1877 32005 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 5 0 657342748 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=2000] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/2000/stat : 2000 (python) S 1875 1877 32005 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 5 0 657352779 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
[pid=1877/tid=2028] ppid=1875 vsize=320352 CPUtime=0 cores=5,7
/proc/1877/task/2028/stat : 2028 (python) S 1875 1877 32005 0 -1 4202560 27 934 0 0 0 0 0 0 20 0 5 0 657362810 328040448 7288 33554432000 4194304 5683644 140733736089904 18446744073709551615 254512515505 0 0 16781312 2 18446604471152642176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 334.43
Current children cumulated vsize (KiB) 3960328

Child status: 0
Real time (s): 334.728
CPU time (s): 334.567
CPU user time (s): 333.848
CPU system time (s): 0.71889
CPU usage (%): 99.9521
Max. virtual memory (cumulated for all children) (KiB): 3962596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 333.848
system time used= 0.71889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25183
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= 13856
involuntary context switches= 1445

runsolver used 1.2858 second user time and 3.07153 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 13:02:39
IDJOB=3377720
IDBENCH=83029
IDSOLVER=1857
FILE ID=node149/3377720-1305457359
RUNJOBID= node149-1305457359-1826
PBS_JOBID= 13324860
Free space on /tmp= 73460 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S324945930-048.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-3377720-1305457359/watcher-3377720-1305457359 -o /tmp/evaluation-result-3377720-1305457359/solver-3377720-1305457359 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377720-1305457359.cnf -seed 1617424764 -budget 2400

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

MD5SUM BENCH= 25ed0c8de63814e6d33af77a8f91b72b
RANDOM SEED=1617424764

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.83
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.806
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.806
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.82
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.806
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.806
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.806
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:      23000696 kB
Buffers:        327904 kB
Cached:        4567608 kB
SwapCached:      19984 kB
Active:        7046264 kB
Inactive:      2586460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23000696 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:          127240 kB
Writeback:           0 kB
AnonPages:     4730124 kB
Mapped:          24908 kB
Slab:           169512 kB
PageTables:      81052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118779492 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= 73460 MiB
End job on node149 at 2011-05-15 13:08:14