Trace number 3484580

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)UNSAT 244.321 244.55

General information on the benchmark

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

Solver Data

0.45/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.45/0.70	c INFO: solving HOME/instance-3484580-1307758159.cnf
0.45/0.70	c INFO: computing task features
0.45/0.70	c INFO: computed variable-clause graph statistics
0.45/0.70	c INFO: computed clause balance statistics
0.45/0.70	c INFO: computed variable balance statistics
0.45/0.71	c INFO: computed small-clause counts
0.45/0.71	c INFO: computed Horn-clause counts
0.45/0.71	c INFO: computed variable graph statistics
0.45/0.71	c INFO: collected features for HOME/instance-3484580-1307758159.cnf in 0.07 s
0.45/0.72	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
100.54/100.84	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.37)
244.22/244.53	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.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-3484580-1307758159/watcher-3484580-1307758159 -o /tmp/evaluation-result-3484580-1307758159/solver-3484580-1307758159 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484580-1307758159.cnf -seed 1964916964 -budget 1200 

running on 2 cores: 5,7

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: 3.64 2.00 1.91 4/207 7751
/proc/meminfo: memFree=31538836/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=15184 CPUtime=0 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 734 0 0 0 0 0 0 0 25 0 1 0 887415585 15548416 622 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473965568 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/7751/statm: 3796 622 322 364 0 283 0

[startup+0.0740231 s]
/proc/loadavg: 3.64 2.00 1.91 4/207 7751
/proc/meminfo: memFree=31538836/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=43816 CPUtime=0.04 cores=5,7
/proc/7751/stat : 7751 (python) R 7749 7751 1193 0 -1 4202496 1880 0 0 0 3 1 0 0 17 0 1 0 887415585 44867584 1703 33554432000 4194304 5683644 140734026305392 18446744073709551615 4502625 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7751/statm: 10954 1703 467 364 0 1219 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 43816

[startup+0.101017 s]
/proc/loadavg: 3.64 2.00 1.91 4/207 7751
/proc/meminfo: memFree=31538836/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=93960 CPUtime=0.06 cores=5,7
/proc/7751/stat : 7751 (python) R 7749 7751 1193 0 -1 4202496 2694 0 0 0 4 2 0 0 17 0 1 0 887415585 96215040 2407 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473965568 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7751/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.301046 s]
/proc/loadavg: 3.64 2.00 1.91 4/207 7751
/proc/meminfo: memFree=31538836/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=135752 CPUtime=0.19 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 5973 933 1 0 14 5 0 0 17 0 1 0 887415585 139010048 4150 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473963525 0 2147483391 16781312 2 18446744071699215550 0 0 17 5 0 0 0
/proc/7751/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700978 s]
/proc/loadavg: 3.64 2.00 1.91 4/207 7751
/proc/meminfo: memFree=31538836/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=278284 CPUtime=0.45 cores=5,7
/proc/7751/stat : 7751 (python) R 7749 7751 1193 0 -1 4202496 9322 933 1 0 34 11 0 0 15 0 1 0 887415585 284962816 6979 33554432000 4194304 5683644 140734026305392 18446744073709551615 4539648 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/7751/statm: 69571 6979 1827 364 0 5495 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 278284

[startup+1.50077 s]
/proc/loadavg: 3.64 2.00 1.91 5/211 7759
/proc/meminfo: memFree=31514036/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=288716 CPUtime=0.48 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 9779 933 1 0 36 12 0 0 17 0 2 0 887415585 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 72179 7059 1867 364 0 8097 0
[pid=7757] ppid=7751 vsize=278472 CPUtime=0 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 887415658 285155328 5542 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987599 0 0 16781312 514 4476702553593085951 0 0 17 5 0 0 0
/proc/7757/statm: 69618 5542 354 364 0 5536 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=0.76 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) R 7757 7759 7759 0 -1 4202496 436 0 0 0 76 0 0 0 21 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7751/tid=7758] ppid=7749 vsize=288716 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 887415658 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1584988

[startup+3.10049 s]
/proc/loadavg: 3.67 2.04 1.92 5/211 7759
/proc/meminfo: memFree=31513664/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=288716 CPUtime=0.48 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 9779 933 1 0 36 12 0 0 17 0 2 0 887415585 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 72179 7059 1867 364 0 8097 0
[pid=7757] ppid=7751 vsize=278472 CPUtime=0 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 887415658 285155328 5542 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987599 0 0 16781312 514 4476702553593053448 0 0 17 5 0 0 0
/proc/7757/statm: 69618 5542 354 364 0 5536 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=2.36 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) R 7757 7759 7759 0 -1 4202496 436 0 0 0 236 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7751/tid=7758] ppid=7749 vsize=288716 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 887415658 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1584988

[startup+6.30092 s]
/proc/loadavg: 3.67 2.04 1.92 5/211 7759
/proc/meminfo: memFree=31511184/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=288716 CPUtime=0.48 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 9779 933 1 0 36 12 0 0 17 0 2 0 887415585 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 72179 7059 1867 364 0 8097 0
[pid=7757] ppid=7751 vsize=278472 CPUtime=0 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 874 0 0 0 0 0 0 0 18 0 1 0 887415658 285155328 5565 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987599 0 0 16781312 514 4476702553593053448 0 0 17 5 0 0 0
/proc/7757/statm: 69618 5565 377 364 0 5536 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=5.55 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) R 7757 7759 7759 0 -1 4202496 436 0 0 0 555 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134545682 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7751/tid=7758] ppid=7749 vsize=288716 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 887415658 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 1584988

[startup+12.7008 s]
/proc/loadavg: 3.72 2.10 1.95 5/211 7760
/proc/meminfo: memFree=31508980/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=288716 CPUtime=0.48 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 9779 933 1 0 36 12 0 0 17 0 2 0 887415585 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 72179 7059 1867 364 0 8097 0
[pid=7757] ppid=7751 vsize=278472 CPUtime=0.01 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 877 0 0 0 1 0 0 0 18 0 1 0 887415658 285155328 5565 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987599 0 0 16781312 514 13989763739356725512 0 0 17 5 0 0 0
/proc/7757/statm: 69618 5565 377 364 0 5536 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=11.95 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) R 7757 7759 7759 0 -1 4202496 436 0 0 0 1195 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7751/tid=7758] ppid=7749 vsize=288716 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 887415658 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 1584988

[startup+25.5005 s]
/proc/loadavg: 3.76 2.16 1.97 5/211 7760
/proc/meminfo: memFree=31505768/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=288716 CPUtime=0.48 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 9779 933 1 0 36 12 0 0 17 0 2 0 887415585 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 72179 7059 1867 364 0 8097 0
[pid=7757] ppid=7751 vsize=278472 CPUtime=0.02 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 883 0 0 0 2 0 0 0 18 0 1 0 887415658 285155328 5565 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987599 0 0 16781312 514 13989763739356725512 0 0 17 5 0 0 0
/proc/7757/statm: 69618 5565 377 364 0 5536 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=24.73 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) R 7757 7759 7759 0 -1 4202496 436 0 0 0 2473 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7751/tid=7758] ppid=7749 vsize=288716 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 887415658 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 1584988

[startup+51.101 s]
/proc/loadavg: 3.84 2.31 2.02 5/211 7761
/proc/meminfo: memFree=31498536/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=288716 CPUtime=0.48 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 9779 933 1 0 36 12 0 0 17 0 2 0 887415585 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 72179 7059 1867 364 0 8097 0
[pid=7757] ppid=7751 vsize=278472 CPUtime=0.05 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 894 0 0 0 4 1 0 0 18 0 1 0 887415658 285155328 5565 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987599 0 0 16781312 514 13989763739356725512 0 0 17 5 0 0 0
/proc/7757/statm: 69618 5565 377 364 0 5536 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=50.31 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) R 7757 7759 7759 0 -1 4202496 436 0 0 0 5031 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134525298 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7751/tid=7758] ppid=7749 vsize=288716 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 887415658 295645184 7059 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 1584988

[startup+102.307 s]
/proc/loadavg: 3.93 2.59 2.13 5/219 7770
/proc/meminfo: memFree=31475136/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=299544 CPUtime=0.49 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 10623 933 1 0 37 12 0 0 20 0 3 0 887415585 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 74886 7217 1878 364 0 10801 0
[pid=7757] ppid=7751 vsize=288716 CPUtime=0.11 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 1152 0 0 0 7 4 0 0 19 0 2 0 887415658 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7757/statm: 72179 5609 416 364 0 8097 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) T 7757 7759 7759 0 -1 4202496 436 0 0 0 9998 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7757/tid=7767] ppid=7751 vsize=288716 CPUtime=0 cores=5,7
/proc/7757/task/7767/stat : 7767 (python) S 7751 7751 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887425669 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 514 18446604471134875968 0 0 -1 7 0 0 0
[pid=7768] ppid=7751 vsize=289300 CPUtime=0 cores=5,7
/proc/7768/stat : 7768 (python) S 7751 7751 1193 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 887425669 296243200 5683 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987654 0 0 16781312 514 5616778970658734344 0 0 17 5 0 0 0
/proc/7768/statm: 72325 5683 348 364 0 8240 0
[pid=7770] ppid=7768 vsize=2152 CPUtime=1.45 cores=5,7
/proc/7770/stat : 7770 (march_hi) R 7768 7770 7770 0 -1 4202496 608 0 0 0 145 0 0 0 25 0 1 0 887425670 2203648 345 33554432000 4194304 4955518 140734993008400 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7770/statm: 538 345 104 186 0 351 0
[pid=7751/tid=7758] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 887415658 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
[pid=7751/tid=7769] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7769/stat : 7769 (python) S 7749 7751 1193 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 887425670 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1897512

[startup+162.3 s]
/proc/loadavg: 3.97 2.82 2.24 5/219 7772
/proc/meminfo: memFree=31455996/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=299544 CPUtime=0.49 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 10623 933 1 0 37 12 0 0 20 0 3 0 887415585 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 74886 7217 1878 364 0 10801 0
[pid=7757] ppid=7751 vsize=288716 CPUtime=0.11 cores=5,7

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

/proc/7770/stat : 7770 (march_hi) R 7768 7770 7770 0 -1 4202496 1873 0 0 0 12924 0 0 0 25 0 1 0 887425670 8634368 1608 33554432000 4194304 4955518 140734993008400 18446744073709551615 4209708 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7770/statm: 2108 1608 104 186 0 1921 0
[pid=7751/tid=7758] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 887415658 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
[pid=7751/tid=7769] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7769/stat : 7769 (python) S 7749 7751 1193 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 887425670 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 230.02
Current children cumulated vsize (KiB) 1903792

[startup+236.7 s]
/proc/loadavg: 3.99 3.08 2.37 5/219 7774
/proc/meminfo: memFree=31432244/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=299544 CPUtime=0.49 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 10623 933 1 0 37 12 0 0 20 0 3 0 887415585 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 74886 7217 1878 364 0 10801 0
[pid=7757] ppid=7751 vsize=288716 CPUtime=0.11 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 1152 0 0 0 7 4 0 0 19 0 2 0 887415658 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7757/statm: 72179 5609 416 364 0 8097 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) T 7757 7759 7759 0 -1 4202496 436 0 0 0 9998 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7757/tid=7767] ppid=7751 vsize=288716 CPUtime=0 cores=5,7
/proc/7757/task/7767/stat : 7767 (python) S 7751 7751 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887425669 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 514 18446604471134875968 0 0 -1 7 0 0 0
[pid=7768] ppid=7751 vsize=289300 CPUtime=0.2 cores=5,7
/proc/7768/stat : 7768 (python) S 7751 7751 1193 0 -1 4202560 979 0 0 0 10 10 0 0 15 0 1 0 887425669 296243200 5706 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987654 0 0 16781312 514 4329661290197778696 0 0 17 5 0 0 0
/proc/7768/statm: 72325 5706 371 364 0 8240 0
[pid=7770] ppid=7768 vsize=8432 CPUtime=135.63 cores=5,7
/proc/7770/stat : 7770 (march_hi) R 7768 7770 7770 0 -1 4202496 1984 0 0 0 13563 0 0 0 25 0 1 0 887425670 8634368 1719 33554432000 4194304 4955518 140734993008400 18446744073709551615 4291014 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7770/statm: 2108 1719 104 186 0 1921 0
[pid=7751/tid=7758] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 887415658 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
[pid=7751/tid=7769] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7769/stat : 7769 (python) S 7749 7751 1193 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 887425670 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 236.41
Current children cumulated vsize (KiB) 1903792

[startup+239.901 s]
/proc/loadavg: 3.99 3.10 2.38 5/219 7774
/proc/meminfo: memFree=31431000/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=299544 CPUtime=0.49 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 10623 933 1 0 37 12 0 0 20 0 3 0 887415585 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 74886 7217 1878 364 0 10801 0
[pid=7757] ppid=7751 vsize=288716 CPUtime=0.11 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 1152 0 0 0 7 4 0 0 19 0 2 0 887415658 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7757/statm: 72179 5609 416 364 0 8097 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) T 7757 7759 7759 0 -1 4202496 436 0 0 0 9998 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7757/tid=7767] ppid=7751 vsize=288716 CPUtime=0 cores=5,7
/proc/7757/task/7767/stat : 7767 (python) S 7751 7751 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887425669 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 514 18446604471134875968 0 0 -1 7 0 0 0
[pid=7768] ppid=7751 vsize=289300 CPUtime=0.22 cores=5,7
/proc/7768/stat : 7768 (python) S 7751 7751 1193 0 -1 4202560 981 0 0 0 11 11 0 0 15 0 1 0 887425669 296243200 5706 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987654 0 0 16781312 514 4329661290197778696 0 0 17 5 0 0 0
/proc/7768/statm: 72325 5706 371 364 0 8240 0
[pid=7770] ppid=7768 vsize=8432 CPUtime=138.82 cores=5,7
/proc/7770/stat : 7770 (march_hi) R 7768 7770 7770 0 -1 4202496 2039 0 0 0 13882 0 0 0 25 0 1 0 887425670 8634368 1774 33554432000 4194304 4955518 140734993008400 18446744073709551615 4210655 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7770/statm: 2108 1774 104 186 0 1921 0
[pid=7751/tid=7758] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 887415658 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
[pid=7751/tid=7769] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7769/stat : 7769 (python) S 7749 7751 1193 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 887425670 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 239.62
Current children cumulated vsize (KiB) 1903792

[startup+243.107 s]
/proc/loadavg: 3.99 3.11 2.39 5/219 7774
/proc/meminfo: memFree=31429756/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=299544 CPUtime=0.49 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 10623 933 1 0 37 12 0 0 20 0 3 0 887415585 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 74886 7217 1878 364 0 10801 0
[pid=7757] ppid=7751 vsize=288716 CPUtime=0.11 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 1152 0 0 0 7 4 0 0 19 0 2 0 887415658 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7757/statm: 72179 5609 416 364 0 8097 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) T 7757 7759 7759 0 -1 4202496 436 0 0 0 9998 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7757/tid=7767] ppid=7751 vsize=288716 CPUtime=0 cores=5,7
/proc/7757/task/7767/stat : 7767 (python) S 7751 7751 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887425669 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 514 18446604471134875968 0 0 -1 7 0 0 0
[pid=7768] ppid=7751 vsize=289300 CPUtime=0.22 cores=5,7
/proc/7768/stat : 7768 (python) S 7751 7751 1193 0 -1 4202560 981 0 0 0 11 11 0 0 15 0 1 0 887425669 296243200 5706 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987654 0 0 16781312 514 4329661290197778696 0 0 17 5 0 0 0
/proc/7768/statm: 72325 5706 371 364 0 8240 0
[pid=7770] ppid=7768 vsize=8432 CPUtime=142.03 cores=5,7
/proc/7770/stat : 7770 (march_hi) R 7768 7770 7770 0 -1 4202496 2095 0 0 0 14203 0 0 0 25 0 1 0 887425670 8634368 1830 33554432000 4194304 4955518 140734993008400 18446744073709551615 4311772 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7770/statm: 2108 1830 104 186 0 1921 0
[pid=7751/tid=7758] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 887415658 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
[pid=7751/tid=7769] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7769/stat : 7769 (python) S 7749 7751 1193 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 887425670 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 242.83
Current children cumulated vsize (KiB) 1903792

[startup+243.901 s]
/proc/loadavg: 3.99 3.11 2.39 5/219 7774
/proc/meminfo: memFree=31429756/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=299544 CPUtime=0.49 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 10623 933 1 0 37 12 0 0 20 0 3 0 887415585 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 74886 7217 1878 364 0 10801 0
[pid=7757] ppid=7751 vsize=288716 CPUtime=0.11 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 1152 0 0 0 7 4 0 0 19 0 2 0 887415658 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7757/statm: 72179 5609 416 364 0 8097 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) T 7757 7759 7759 0 -1 4202496 436 0 0 0 9998 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7757/tid=7767] ppid=7751 vsize=288716 CPUtime=0 cores=5,7
/proc/7757/task/7767/stat : 7767 (python) S 7751 7751 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887425669 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 514 18446604471134875968 0 0 -1 7 0 0 0
[pid=7768] ppid=7751 vsize=289300 CPUtime=0.22 cores=5,7
/proc/7768/stat : 7768 (python) S 7751 7751 1193 0 -1 4202560 983 0 0 0 11 11 0 0 15 0 1 0 887425669 296243200 5706 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987654 0 0 16781312 514 4329661290197778696 0 0 17 5 0 0 0
/proc/7768/statm: 72325 5706 371 364 0 8240 0
[pid=7770] ppid=7768 vsize=8432 CPUtime=142.82 cores=5,7
/proc/7770/stat : 7770 (march_hi) R 7768 7770 7770 0 -1 4202496 2110 0 0 0 14282 0 0 0 25 0 1 0 887425670 8634368 1845 33554432000 4194304 4955518 140734993008400 18446744073709551615 4224693 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/7770/statm: 2108 1845 104 186 0 1921 0
[pid=7751/tid=7758] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 887415658 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
[pid=7751/tid=7769] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7769/stat : 7769 (python) S 7749 7751 1193 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 887425670 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 243.62
Current children cumulated vsize (KiB) 1903792

[startup+244.301 s]
/proc/loadavg: 3.99 3.11 2.39 5/219 7774
/proc/meminfo: memFree=31429384/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=299544 CPUtime=0.49 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 10623 933 1 0 37 12 0 0 20 0 3 0 887415585 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 74886 7217 1878 364 0 10801 0
[pid=7757] ppid=7751 vsize=288716 CPUtime=0.11 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 1152 0 0 0 7 4 0 0 19 0 2 0 887415658 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7757/statm: 72179 5609 416 364 0 8097 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) T 7757 7759 7759 0 -1 4202496 436 0 0 0 9998 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7757/tid=7767] ppid=7751 vsize=288716 CPUtime=0 cores=5,7
/proc/7757/task/7767/stat : 7767 (python) S 7751 7751 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887425669 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 514 18446604471134875968 0 0 -1 7 0 0 0
[pid=7768] ppid=7751 vsize=289300 CPUtime=0.22 cores=5,7
/proc/7768/stat : 7768 (python) S 7751 7751 1193 0 -1 4202560 983 0 0 0 11 11 0 0 15 0 1 0 887425669 296243200 5706 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987654 0 0 16781312 514 4329661290197778696 0 0 17 5 0 0 0
/proc/7768/statm: 72325 5706 371 364 0 8240 0
[pid=7770] ppid=7768 vsize=8432 CPUtime=143.22 cores=5,7
/proc/7770/stat : 7770 (march_hi) R 7768 7770 7770 0 -1 4202496 2116 0 0 0 14322 0 0 0 25 0 1 0 887425670 8634368 1851 33554432000 4194304 4955518 140734993008400 18446744073709551615 4227819 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7770/statm: 2108 1851 104 186 0 1921 0
[pid=7751/tid=7758] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 887415658 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
[pid=7751/tid=7769] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7769/stat : 7769 (python) S 7749 7751 1193 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 887425670 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 244.02
Current children cumulated vsize (KiB) 1903792

[startup+244.501 s]
/proc/loadavg: 3.99 3.11 2.39 5/219 7774
/proc/meminfo: memFree=31429384/32950928 swapFree=67079488/67111528
[pid=7751] ppid=7749 vsize=299544 CPUtime=0.49 cores=5,7
/proc/7751/stat : 7751 (python) S 7749 7751 1193 0 -1 4202496 10623 933 1 0 37 12 0 0 20 0 3 0 887415585 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7751/statm: 74886 7217 1878 364 0 10801 0
[pid=7757] ppid=7751 vsize=288716 CPUtime=0.11 cores=5,7
/proc/7757/stat : 7757 (python) S 7751 7751 1193 0 -1 4202560 1152 0 0 0 7 4 0 0 19 0 2 0 887415658 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485794251 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/7757/statm: 72179 5609 416 364 0 8097 0
[pid=7759] ppid=7757 vsize=1017800 CPUtime=99.98 cores=5,7
/proc/7759/stat : 7759 (gnovelty+2) T 7757 7759 7759 0 -1 4202496 436 0 0 0 9998 0 0 0 25 0 1 0 887415658 1042227200 174 33554432000 134512640 135663704 4288558720 18446744073709551615 134525222 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/7759/statm: 254450 174 113 282 0 254166 0
[pid=7757/tid=7767] ppid=7751 vsize=288716 CPUtime=0 cores=5,7
/proc/7757/task/7767/stat : 7767 (python) S 7751 7751 1193 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 887425669 295645184 5609 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 514 18446604471134875968 0 0 -1 7 0 0 0
[pid=7768] ppid=7751 vsize=289300 CPUtime=0.22 cores=5,7
/proc/7768/stat : 7768 (python) S 7751 7751 1193 0 -1 4202560 983 0 0 0 11 11 0 0 15 0 1 0 887425669 296243200 5706 33554432000 4194304 5683644 140734026305392 18446744073709551615 274473987654 0 0 16781312 514 4329661290197778696 0 0 17 5 0 0 0
/proc/7768/statm: 72325 5706 371 364 0 8240 0
[pid=7770] ppid=7768 vsize=8432 CPUtime=143.42 cores=5,7
/proc/7770/stat : 7770 (march_hi) R 7768 7770 7770 0 -1 4202496 2120 0 0 0 14342 0 0 0 25 0 1 0 887425670 8634368 1855 33554432000 4194304 4955518 140734993008400 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/7770/statm: 2108 1855 104 186 0 1921 0
[pid=7751/tid=7758] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7758/stat : 7758 (python) S 7749 7751 1193 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 3 0 887415658 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
[pid=7751/tid=7769] ppid=7749 vsize=299544 CPUtime=0 cores=5,7
/proc/7751/task/7769/stat : 7769 (python) S 7749 7751 1193 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 887425670 306733056 7217 33554432000 4194304 5683644 140734026305392 18446744073709551615 274485791153 0 0 16781312 2 18446604460161253632 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 244.22
Current children cumulated vsize (KiB) 1903792

Child status: 0
Real time (s): 244.55
CPU time (s): 244.321
CPU user time (s): 244.013
CPU system time (s): 0.307953
CPU usage (%): 99.9061
Max. virtual memory (cumulated for all children) (KiB): 1903796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.013
system time used= 0.307953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20846
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= 3734
involuntary context switches= 1115

runsolver used 0.406938 second user time and 0.930858 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-11 04:09:19
IDJOB=3484580
IDBENCH=83091
IDSOLVER=1975
FILE ID=node125/3484580-1307758159
RUNJOBID= node125-1307758049-7334
PBS_JOBID= 13550832
Free space on /tmp= 73936 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S1959079526-027.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-3484580-1307758159/watcher-3484580-1307758159 -o /tmp/evaluation-result-3484580-1307758159/solver-3484580-1307758159 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484580-1307758159.cnf -seed 1964916964 -budget 1200

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

MD5SUM BENCH= f44a4cf4fe89dcbd323f749ee3ba0f10
RANDOM SEED=1964916964

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      31539396 kB
Buffers:        269308 kB
Cached:         802420 kB
SwapCached:       3400 kB
Active:         667516 kB
Inactive:       539708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31539396 kB
SwapTotal:    67111528 kB
SwapFree:     67079488 kB
Dirty:           31904 kB
Writeback:           0 kB
AnonPages:      133372 kB
Mapped:          22040 kB
Slab:           134664 kB
PageTables:       9892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3635208 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= 73904 MiB
End job on node125 at 2011-06-11 04:13:24