Trace number 3484246

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 253.128 253.024

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1008065350-031.UNKNOWN.cnf
MD5SUMf9acc85431fa3756e8067132423a3a4a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.234
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.30/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.69	c INFO: solving HOME/instance-3484246-1307748481.cnf
0.30/0.69	c INFO: computing task features
0.38/0.70	c INFO: computed variable-clause graph statistics
0.38/0.70	c INFO: computed clause balance statistics
0.38/0.73	c INFO: computed variable balance statistics
0.38/0.76	c INFO: computed small-clause counts
0.38/0.76	c INFO: computed Horn-clause counts
0.38/0.76	c INFO: computed variable graph statistics
0.38/0.76	c INFO: collected features for HOME/instance-3484246-1307748481.cnf in 0.07 s
0.38/0.77	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
99.69/99.91	c INFO: running march_hi@0 for 388 with 1100 remaining (b = 0.37)
253.09/253.00	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-3484246-1307748481/watcher-3484246-1307748481 -o /tmp/evaluation-result-3484246-1307748481/solver-3484246-1307748481 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484246-1307748481.cnf -seed 664127887 -budget 1200 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.02 3.99 3.18 5/213 13913
/proc/meminfo: memFree=31716516/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=15184 CPUtime=0 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 867263992 15548416 615 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/13913/statm: 3796 615 321 364 0 283 0

[startup+0.011014 s]
/proc/loadavg: 4.02 3.99 3.18 5/213 13913
/proc/meminfo: memFree=31716516/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=15752 CPUtime=0 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 840 0 0 0 0 0 0 0 25 0 1 0 867263992 16130048 723 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/13913/statm: 3938 723 334 364 0 425 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15752

[startup+0.101208 s]
/proc/loadavg: 4.02 3.99 3.18 5/213 13913
/proc/meminfo: memFree=31716516/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=85620 CPUtime=0.06 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 2631 0 0 0 5 1 0 0 25 0 1 0 867263992 87674880 2348 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/13913/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300962 s]
/proc/loadavg: 4.02 3.99 3.18 5/213 13913
/proc/meminfo: memFree=31716516/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=135748 CPUtime=0.18 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 5972 937 1 0 13 5 0 0 25 0 1 0 867263992 139005952 4149 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816232453 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/13913/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700884 s]
/proc/loadavg: 4.02 3.99 3.18 5/213 13913
/proc/meminfo: memFree=31716516/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=278128 CPUtime=0.38 cores=4,6
/proc/13913/stat : 13913 (python) R 13911 13913 12976 0 -1 4202496 9206 937 1 0 28 10 0 0 25 0 1 0 867263992 284803072 6877 33554432000 4194304 5683644 140736615986688 18446744073709551615 4539691 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/13913/statm: 69532 6877 1761 364 0 5456 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 278128

[startup+1.50079 s]
/proc/loadavg: 4.02 3.99 3.19 5/217 13921
/proc/meminfo: memFree=31691708/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=288832 CPUtime=0.45 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 9791 937 1 0 35 10 0 0 25 0 2 0 867263992 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13913/statm: 72208 7071 1867 364 0 8126 0
[pid=13919] ppid=13913 vsize=278588 CPUtime=0 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 729 0 0 0 0 0 0 0 25 0 1 0 867264070 285274112 5554 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256527 0 0 16781312 514 4527164089994051583 0 0 17 6 0 0 0
/proc/13919/statm: 69647 5554 354 364 0 5565 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=0.72 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) R 13919 13921 13921 0 -1 4202496 435 0 0 0 72 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13913/tid=13920] ppid=13911 vsize=288832 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 867264070 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1585220

[startup+3.10052 s]
/proc/loadavg: 4.02 3.99 3.19 5/217 13921
/proc/meminfo: memFree=31689976/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=288832 CPUtime=0.45 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 9791 937 1 0 35 10 0 0 25 0 2 0 867263992 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13913/statm: 72208 7071 1867 364 0 8126 0
[pid=13919] ppid=13913 vsize=278588 CPUtime=0 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 867264070 285274112 5554 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256527 0 0 16781312 514 4527164089994019076 0 0 17 6 0 0 0
/proc/13919/statm: 69647 5554 354 364 0 5565 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=2.32 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) R 13919 13921 13921 0 -1 4202496 435 0 0 0 232 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13913/tid=13920] ppid=13911 vsize=288832 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 867264070 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 1585220

[startup+6.30091 s]
/proc/loadavg: 4.02 3.99 3.19 5/217 13921
/proc/meminfo: memFree=31690660/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=288832 CPUtime=0.45 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 9791 937 1 0 35 10 0 0 25 0 2 0 867263992 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13913/statm: 72208 7071 1867 364 0 8126 0
[pid=13919] ppid=13913 vsize=278588 CPUtime=0 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 867 0 0 0 0 0 0 0 18 0 1 0 867264070 285274112 5577 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256527 0 0 16781312 514 4527164089994019076 0 0 17 6 0 0 0
/proc/13919/statm: 69647 5577 377 364 0 5565 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=5.52 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) R 13919 13921 13921 0 -1 4202496 435 0 0 0 552 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 135007724 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13913/tid=13920] ppid=13911 vsize=288832 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 867264070 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 1585220

[startup+12.7007 s]
/proc/loadavg: 4.02 3.99 3.19 5/217 13921
/proc/meminfo: memFree=31690360/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=288832 CPUtime=0.45 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 9791 937 1 0 35 10 0 0 25 0 2 0 867263992 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13913/statm: 72208 7071 1867 364 0 8126 0
[pid=13919] ppid=13913 vsize=278588 CPUtime=0 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 870 0 0 0 0 0 0 0 18 0 1 0 867264070 285274112 5577 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256527 0 0 16781312 514 13259688018513461508 0 0 17 6 0 0 0
/proc/13919/statm: 69647 5577 377 364 0 5565 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=11.92 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) R 13919 13921 13921 0 -1 4202496 435 0 0 0 1192 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134544208 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13913/tid=13920] ppid=13911 vsize=288832 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 867264070 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 1585220

[startup+25.5004 s]
/proc/loadavg: 4.01 3.99 3.20 5/221 13926
/proc/meminfo: memFree=31686352/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=288832 CPUtime=0.45 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 9791 937 1 0 35 10 0 0 25 0 2 0 867263992 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13913/statm: 72208 7071 1867 364 0 8126 0
[pid=13919] ppid=13913 vsize=278588 CPUtime=0.03 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 874 0 0 0 2 1 0 0 18 0 1 0 867264070 285274112 5577 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256527 0 0 16781312 514 13259688018513461508 0 0 17 6 0 0 0
/proc/13919/statm: 69647 5577 377 364 0 5565 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=24.72 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) R 13919 13921 13921 0 -1 4202496 435 0 0 0 2472 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13913/tid=13920] ppid=13911 vsize=288832 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 867264070 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 1585220

[startup+51.1007 s]
/proc/loadavg: 4.01 3.99 3.22 5/221 13926
/proc/meminfo: memFree=31685932/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=288832 CPUtime=0.45 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 9791 937 1 0 35 10 0 0 25 0 2 0 867263992 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13913/statm: 72208 7071 1867 364 0 8126 0
[pid=13919] ppid=13913 vsize=278588 CPUtime=0.06 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 887 0 0 0 4 2 0 0 18 0 1 0 867264070 285274112 5577 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256527 0 0 16781312 514 13259688018513461508 0 0 17 6 0 0 0
/proc/13919/statm: 69647 5577 377 364 0 5565 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=50.32 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) R 13919 13921 13921 0 -1 4202496 435 0 0 0 5032 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13913/tid=13920] ppid=13911 vsize=288832 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 2 0 867264070 295763968 7071 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1585220

[startup+102.307 s]
/proc/loadavg: 4.00 3.99 3.26 5/220 13981
/proc/meminfo: memFree=31761076/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=299560 CPUtime=0.46 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 10612 937 1 0 36 10 0 0 20 0 3 0 867263992 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13913/statm: 74890 7213 1870 364 0 10805 0
[pid=13919] ppid=13913 vsize=288832 CPUtime=0.12 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 867264070 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13919/statm: 72208 5621 416 364 0 8126 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=99.12 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) T 13919 13921 13921 0 -1 4202496 435 0 0 0 9912 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134545798 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13919/tid=13978] ppid=13913 vsize=288832 CPUtime=0 cores=4,6
/proc/13919/task/13978/stat : 13978 (python) S 13913 13913 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867273983 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 514 18446604453966755776 0 0 -1 4 0 0 0
[pid=13979] ppid=13913 vsize=289316 CPUtime=0 cores=4,6
/proc/13979/stat : 13979 (python) S 13913 13913 12976 0 -1 4202560 739 0 0 0 0 0 0 0 15 0 1 0 867273984 296259584 5687 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256582 0 0 16781312 514 4455036402089820420 0 0 17 6 0 0 0
/proc/13979/statm: 72329 5687 348 364 0 8244 0
[pid=13981] ppid=13979 vsize=2132 CPUtime=2.39 cores=4,6
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13981 0 -1 4202496 619 0 0 0 239 0 0 0 25 0 1 0 867273984 2183168 354 33554432000 4194304 4955518 140734399538960 18446744073709551615 4291016 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13981/statm: 533 354 104 186 0 346 0
[pid=13913/tid=13920] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 3 0 867264070 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
[pid=13913/tid=13980] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13980/stat : 13980 (python) S 13911 13913 12976 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 867273984 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 1897640

[startup+162.301 s]
/proc/loadavg: 4.04 4.00 3.31 5/224 13986
/proc/meminfo: memFree=31752052/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=299560 CPUtime=0.46 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 10612 937 1 0 36 10 0 0 20 0 3 0 867263992 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13913/statm: 74890 7213 1870 364 0 10805 0
[pid=13919] ppid=13913 vsize=288832 CPUtime=0.12 cores=4,6

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

/proc/meminfo: memFree=31733620/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=299560 CPUtime=0.46 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 10612 937 1 0 36 10 0 0 20 0 3 0 867263992 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13913/statm: 74890 7213 1870 364 0 10805 0
[pid=13919] ppid=13913 vsize=288832 CPUtime=0.12 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 867264070 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13919/statm: 72208 5621 416 364 0 8126 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=99.12 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) T 13919 13921 13921 0 -1 4202496 435 0 0 0 9912 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134545798 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13919/tid=13978] ppid=13913 vsize=288832 CPUtime=0 cores=4,6
/proc/13919/task/13978/stat : 13978 (python) S 13913 13913 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867273983 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 514 18446604453966755776 0 0 -1 4 0 0 0
[pid=13979] ppid=13913 vsize=289316 CPUtime=0.23 cores=4,6
/proc/13979/stat : 13979 (python) S 13913 13913 12976 0 -1 4202560 963 0 0 0 15 8 0 0 15 0 1 0 867273984 296259584 5710 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256582 0 0 16781312 514 4455036402089820420 0 0 17 6 0 0 0
/proc/13979/statm: 72329 5710 371 364 0 8244 0
[pid=13981] ppid=13979 vsize=8408 CPUtime=143.18 cores=4,6
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13981 0 -1 4202496 2070 0 0 0 14318 0 0 0 25 0 1 0 867273984 8609792 1784 33554432000 4194304 4955518 140734399538960 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13981/statm: 2102 1784 104 186 0 1915 0
[pid=13913/tid=13920] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 3 0 867264070 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
[pid=13913/tid=13980] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13980/stat : 13980 (python) S 13911 13913 12976 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 867273984 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 243.11
Current children cumulated vsize (KiB) 1903916

[startup+249.501 s]
/proc/loadavg: 4.01 4.00 3.37 5/232 14092
/proc/meminfo: memFree=31733496/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=299560 CPUtime=0.46 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 10612 937 1 0 36 10 0 0 20 0 3 0 867263992 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13913/statm: 74890 7213 1870 364 0 10805 0
[pid=13919] ppid=13913 vsize=288832 CPUtime=0.12 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 867264070 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13919/statm: 72208 5621 416 364 0 8126 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=99.12 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) T 13919 13921 13921 0 -1 4202496 435 0 0 0 9912 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134545798 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13919/tid=13978] ppid=13913 vsize=288832 CPUtime=0 cores=4,6
/proc/13919/task/13978/stat : 13978 (python) S 13913 13913 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867273983 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 514 18446604453966755776 0 0 -1 4 0 0 0
[pid=13979] ppid=13913 vsize=289316 CPUtime=0.25 cores=4,6
/proc/13979/stat : 13979 (python) S 13913 13913 12976 0 -1 4202560 967 0 0 0 16 9 0 0 15 0 1 0 867273984 296259584 5710 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256582 0 0 16781312 514 4455036402089820420 0 0 17 6 0 0 0
/proc/13979/statm: 72329 5710 371 364 0 8244 0
[pid=13981] ppid=13979 vsize=8408 CPUtime=149.58 cores=4,6
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13981 0 -1 4202496 2174 0 0 0 14958 0 0 0 25 0 1 0 867273984 8609792 1888 33554432000 4194304 4955518 140734399538960 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13981/statm: 2102 1888 104 186 0 1915 0
[pid=13913/tid=13920] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 3 0 867264070 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
[pid=13913/tid=13980] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13980/stat : 13980 (python) S 13911 13913 12976 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 867273984 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 249.53
Current children cumulated vsize (KiB) 1903916

[startup+251.101 s]
/proc/loadavg: 4.01 4.00 3.37 5/232 14093
/proc/meminfo: memFree=31733372/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=299560 CPUtime=0.46 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 10612 937 1 0 36 10 0 0 20 0 3 0 867263992 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13913/statm: 74890 7213 1870 364 0 10805 0
[pid=13919] ppid=13913 vsize=288832 CPUtime=0.12 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 867264070 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13919/statm: 72208 5621 416 364 0 8126 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=99.12 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) T 13919 13921 13921 0 -1 4202496 435 0 0 0 9912 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134545798 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13919/tid=13978] ppid=13913 vsize=288832 CPUtime=0 cores=4,6
/proc/13919/task/13978/stat : 13978 (python) S 13913 13913 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867273983 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 514 18446604453966755776 0 0 -1 4 0 0 0
[pid=13979] ppid=13913 vsize=289316 CPUtime=0.26 cores=4,6
/proc/13979/stat : 13979 (python) S 13913 13913 12976 0 -1 4202560 967 0 0 0 17 9 0 0 15 0 1 0 867273984 296259584 5710 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256582 0 0 16781312 514 4455036402089820420 0 0 17 6 0 0 0
/proc/13979/statm: 72329 5710 371 364 0 8244 0
[pid=13981] ppid=13979 vsize=10996 CPUtime=151.18 cores=4,6
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13981 0 -1 4202496 2200 0 0 0 15118 0 0 0 25 0 1 0 867273984 11259904 1914 33554432000 4194304 4955518 140734399538960 18446744073709551615 4227764 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13981/statm: 2749 1914 104 186 0 2562 0
[pid=13913/tid=13920] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 3 0 867264070 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
[pid=13913/tid=13980] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13980/stat : 13980 (python) S 13911 13913 12976 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 867273984 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 251.14
Current children cumulated vsize (KiB) 1906504

[startup+251.908 s]
/proc/loadavg: 4.01 4.00 3.37 5/232 14093
/proc/meminfo: memFree=31733480/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=299560 CPUtime=0.46 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 10612 937 1 0 36 10 0 0 20 0 3 0 867263992 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13913/statm: 74890 7213 1870 364 0 10805 0
[pid=13919] ppid=13913 vsize=288832 CPUtime=0.12 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 867264070 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13919/statm: 72208 5621 416 364 0 8126 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=99.12 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) T 13919 13921 13921 0 -1 4202496 435 0 0 0 9912 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134545798 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13919/tid=13978] ppid=13913 vsize=288832 CPUtime=0 cores=4,6
/proc/13919/task/13978/stat : 13978 (python) S 13913 13913 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867273983 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 514 18446604453966755776 0 0 -1 4 0 0 0
[pid=13979] ppid=13913 vsize=289316 CPUtime=0.26 cores=4,6
/proc/13979/stat : 13979 (python) S 13913 13913 12976 0 -1 4202560 968 0 0 0 17 9 0 0 15 0 1 0 867273984 296259584 5710 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256582 0 0 16781312 514 4455036402089820420 0 0 17 6 0 0 0
/proc/13979/statm: 72329 5710 371 364 0 8244 0
[pid=13981] ppid=13979 vsize=10996 CPUtime=151.98 cores=4,6
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13981 0 -1 4202496 2215 0 0 0 15198 0 0 0 25 0 1 0 867273984 11259904 1929 33554432000 4194304 4955518 140734399538960 18446744073709551615 4227621 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13981/statm: 2749 1929 104 186 0 2562 0
[pid=13913/tid=13920] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 3 0 867264070 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
[pid=13913/tid=13980] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13980/stat : 13980 (python) S 13911 13913 12976 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 867273984 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 251.94
Current children cumulated vsize (KiB) 1906504

[startup+252.7 s]
/proc/loadavg: 4.01 4.00 3.37 5/232 14093
/proc/meminfo: memFree=31733480/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=299560 CPUtime=0.46 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 10612 937 1 0 36 10 0 0 20 0 3 0 867263992 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13913/statm: 74890 7213 1870 364 0 10805 0
[pid=13919] ppid=13913 vsize=288832 CPUtime=0.12 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 867264070 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13919/statm: 72208 5621 416 364 0 8126 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=99.12 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) T 13919 13921 13921 0 -1 4202496 435 0 0 0 9912 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134545798 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13919/tid=13978] ppid=13913 vsize=288832 CPUtime=0 cores=4,6
/proc/13919/task/13978/stat : 13978 (python) S 13913 13913 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867273983 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 514 18446604453966755776 0 0 -1 4 0 0 0
[pid=13979] ppid=13913 vsize=289316 CPUtime=0.26 cores=4,6
/proc/13979/stat : 13979 (python) S 13913 13913 12976 0 -1 4202560 975 0 0 0 17 9 0 0 15 0 1 0 867273984 296259584 5710 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256582 0 0 16781312 514 5616738048210338052 0 0 17 6 0 0 0
/proc/13979/statm: 72329 5710 371 364 0 8244 0
[pid=13981] ppid=13979 vsize=10996 CPUtime=152.78 cores=4,6
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13981 0 -1 4202496 2228 0 0 0 15278 0 0 0 25 0 1 0 867273984 11259904 1942 33554432000 4194304 4955518 140734399538960 18446744073709551615 4238288 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13981/statm: 2749 1942 104 186 0 2562 0
[pid=13913/tid=13920] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 3 0 867264070 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
[pid=13913/tid=13980] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13980/stat : 13980 (python) S 13911 13913 12976 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 867273984 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 252.74
Current children cumulated vsize (KiB) 1906504

[startup+252.9 s]
/proc/loadavg: 4.01 4.00 3.37 5/232 14093
/proc/meminfo: memFree=31733356/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=299560 CPUtime=0.46 cores=4,6
/proc/13913/stat : 13913 (python) S 13911 13913 12976 0 -1 4202496 10612 937 1 0 36 10 0 0 20 0 3 0 867263992 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13913/statm: 74890 7213 1870 364 0 10805 0
[pid=13919] ppid=13913 vsize=288832 CPUtime=0.12 cores=4,6
/proc/13919/stat : 13919 (python) S 13913 13913 12976 0 -1 4202560 1142 0 0 0 7 5 0 0 19 0 2 0 867264070 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/13919/statm: 72208 5621 416 364 0 8126 0
[pid=13921] ppid=13919 vsize=1017800 CPUtime=99.12 cores=4,6
/proc/13921/stat : 13921 (gnovelty+2) T 13919 13921 13921 0 -1 4202496 435 0 0 0 9912 0 0 0 25 0 1 0 867264070 1042227200 173 33554432000 134512640 135663704 4291845328 18446744073709551615 134545798 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/13921/statm: 254450 173 113 282 0 254166 0
[pid=13919/tid=13978] ppid=13913 vsize=288832 CPUtime=0 cores=4,6
/proc/13919/task/13978/stat : 13978 (python) S 13913 13913 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867273983 295763968 5621 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 514 18446604453966755776 0 0 -1 4 0 0 0
[pid=13979] ppid=13913 vsize=289316 CPUtime=0.26 cores=4,6
/proc/13979/stat : 13979 (python) S 13913 13913 12976 0 -1 4202560 976 0 0 0 17 9 0 0 15 0 1 0 867273984 296259584 5710 33554432000 4194304 5683644 140736615986688 18446744073709551615 220816256582 0 0 16781312 514 4455036402089820420 0 0 17 6 0 0 0
/proc/13979/statm: 72329 5710 371 364 0 8244 0
[pid=13981] ppid=13979 vsize=10996 CPUtime=152.98 cores=4,6
/proc/13981/stat : 13981 (march_hi) R 13979 13981 13981 0 -1 4202496 2231 0 0 0 15298 0 0 0 25 0 1 0 867273984 11259904 1945 33554432000 4194304 4955518 140734399538960 18446744073709551615 4235384 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13981/statm: 2749 1945 104 186 0 2562 0
[pid=13913/tid=13920] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13920/stat : 13920 (python) S 13911 13913 12976 0 -1 4202560 30 937 0 0 0 0 0 0 25 0 3 0 867264070 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 6 0 0 0
[pid=13913/tid=13980] ppid=13911 vsize=299560 CPUtime=0 cores=4,6
/proc/13913/task/13980/stat : 13980 (python) S 13911 13913 12976 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 3 0 867273984 306749440 7213 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 2 18446604453966753984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 252.94
Current children cumulated vsize (KiB) 1906504

[startup+253.007 s]
/proc/loadavg: 4.01 4.00 3.37 5/232 14093
/proc/meminfo: memFree=31733356/32951124 swapFree=67062492/67111528
[pid=13913] ppid=13911 vsize=299528 CPUtime=253.09 cores=4,6
/proc/13913/stat : 13913 (python) R 13911 13913 12976 0 -1 4202496 12734 5966 1 0 36 10 25246 17 17 0 2 0 867263992 306716672 7209 33554432000 4194304 5683644 140736615986688 18446744073709551615 4516184 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13913/statm: 74882 7209 1866 364 0 10805 0
[pid=13913/tid=13980] ppid=13911 vsize=299528 CPUtime=252.63 cores=4,6
/proc/13913/task/13980/stat : 13980 (python) R 13911 13913 12976 0 -1 4202560 29 5966 0 0 0 0 25246 17 18 0 2 0 867273984 306716672 7209 33554432000 4194304 5683644 140736615986688 18446744073709551615 220828060081 0 0 16781312 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 253.09
Current children cumulated vsize (KiB) 299528

Child status: 0
Real time (s): 253.024
CPU time (s): 253.128
CPU user time (s): 252.843
CPU system time (s): 0.284956
CPU usage (%): 100.041
Max. virtual memory (cumulated for all children) (KiB): 1906504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.843
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20941
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= 3651
involuntary context switches= 275

runsolver used 0.467928 second user time and 0.924859 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:28:01
IDJOB=3484246
IDBENCH=82757
IDSOLVER=1975
FILE ID=node147/3484246-1307748481
RUNJOBID= node147-1307746987-12995
PBS_JOBID= 13550813
Free space on /tmp= 73952 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-S1008065350-031.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-3484246-1307748481/watcher-3484246-1307748481 -o /tmp/evaluation-result-3484246-1307748481/solver-3484246-1307748481 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484246-1307748481.cnf -seed 664127887 -budget 1200

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

MD5SUM BENCH= f9acc85431fa3756e8067132423a3a4a
RANDOM SEED=664127887

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31716944 kB
Buffers:        104048 kB
Cached:         778860 kB
SwapCached:      10296 kB
Active:         533040 kB
Inactive:       551912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31716944 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           32596 kB
Writeback:           0 kB
AnonPages:      200380 kB
Mapped:          17716 kB
Slab:            77492 kB
PageTables:      11292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4362708 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= 73920 MiB
End job on node147 at 2011-06-11 01:32:14