Trace number 3377448

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)UNSAT 372.891 372.152

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.43/0.74	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.43/0.74	c INFO: solving HOME/instance-3377448-1305453286.cnf
0.43/0.74	c INFO: computing task features
0.43/0.75	c INFO: computed variable-clause graph statistics
0.43/0.75	c INFO: computed clause balance statistics
0.43/0.78	c INFO: computed variable balance statistics
0.51/0.81	c INFO: computed small-clause counts
0.51/0.81	c INFO: computed Horn-clause counts
0.51/0.81	c INFO: computed variable graph statistics
0.51/0.81	c INFO: collected features for HOME/instance-3377448-1305453286.cnf in 0.07 s
0.51/0.83	c INFO: running gnovelty+2@0 for 97 with 2399 remaining (b = 0.56)
101.10/101.14	c INFO: running gnovelty+2@0 for 97 with 2299 remaining (b = 0.06)
201.43/201.49	c INFO: running march_hi@0 for 2199 with 2199 remaining (b = 0.72)
372.79/372.12	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377448-1305453286/watcher-3377448-1305453286 -o /tmp/evaluation-result-3377448-1305453286/solver-3377448-1305453286 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377448-1305453286.cnf -seed 458064915 -budget 2400 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.08 4.04 3.79 5/408 22434
/proc/meminfo: memFree=18579768/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=15780 CPUtime=0 cores=0,2
/proc/22434/stat : 22434 (python) R 22432 22434 20857 0 -1 4202496 871 0 0 0 0 0 0 0 17 0 1 0 735559260 16158720 753 33554432000 4194304 5683644 140734148449920 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/22434/statm: 3945 753 343 364 0 432 0

[startup+0.0542099 s]
/proc/loadavg: 4.08 4.04 3.79 5/408 22434
/proc/meminfo: memFree=18579768/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=18888 CPUtime=0.03 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 1288 0 0 0 3 0 0 0 17 0 1 0 735559260 19341312 1141 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22434/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18888

[startup+0.101013 s]
/proc/loadavg: 4.08 4.04 3.79 5/408 22434
/proc/meminfo: memFree=18579768/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=84608 CPUtime=0.06 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 2408 0 0 0 5 1 0 0 17 0 1 0 735559260 86638592 2136 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22434/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84608

[startup+0.301085 s]
/proc/loadavg: 4.08 4.04 3.79 5/408 22434
/proc/meminfo: memFree=18579768/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=135752 CPUtime=0.2 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 5971 932 1 0 15 5 0 0 17 0 1 0 735559260 139010048 4149 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415387653 0 2147483391 16781312 2 18446744071699945619 0 0 17 2 0 0 0
/proc/22434/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700881 s]
/proc/loadavg: 4.08 4.04 3.79 5/408 22434
/proc/meminfo: memFree=18579768/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=256992 CPUtime=0.43 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 8540 932 1 0 31 12 0 0 16 0 1 0 735559260 263159808 6396 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/22434/statm: 64248 6396 1648 364 0 5127 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 256992

[startup+1.50078 s]
/proc/loadavg: 4.15 4.06 3.80 5/420 22454
/proc/meminfo: memFree=18529560/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=288708 CPUtime=0.54 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 9781 932 1 0 41 13 0 0 18 0 2 0 735559260 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 72177 7064 1875 364 0 8095 0
[pid=22452] ppid=22434 vsize=278464 CPUtime=0 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 735559343 285147136 5539 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411727 0 0 16781312 514 4107763076160290815 0 0 17 2 0 0 0
/proc/22452/statm: 69616 5539 354 364 0 5534 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=0.66 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) R 22452 22454 22454 0 -1 4202496 435 0 0 0 66 0 0 0 19 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22434/tid=22453] ppid=22432 vsize=288708 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 735559343 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 1584972

[startup+3.10049 s]
/proc/loadavg: 4.15 4.06 3.80 5/420 22454
/proc/meminfo: memFree=18527824/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=288708 CPUtime=0.54 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 9781 932 1 0 41 13 0 0 18 0 2 0 735559260 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 72177 7064 1875 364 0 8095 0
[pid=22452] ppid=22434 vsize=278464 CPUtime=0 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 735 0 0 0 0 0 0 0 15 0 1 0 735559343 285147136 5539 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411727 0 0 16781312 514 4107763076160258307 0 0 17 2 0 0 0
/proc/22452/statm: 69616 5539 354 364 0 5534 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=2.26 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) R 22452 22454 22454 0 -1 4202496 435 0 0 0 226 0 0 0 24 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134525347 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22434/tid=22453] ppid=22432 vsize=288708 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 735559343 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 1584972

[startup+6.30088 s]
/proc/loadavg: 4.15 4.06 3.80 5/420 22454
/proc/meminfo: memFree=18526840/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=288708 CPUtime=0.54 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 9781 932 1 0 41 13 0 0 18 0 2 0 735559260 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 72177 7064 1875 364 0 8095 0
[pid=22452] ppid=22434 vsize=278464 CPUtime=0 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 878 0 0 0 0 0 0 0 15 0 1 0 735559343 285147136 5562 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411727 0 0 16781312 514 4107763076160258307 0 0 17 2 0 0 0
/proc/22452/statm: 69616 5562 377 364 0 5534 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=5.46 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) R 22452 22454 22454 0 -1 4202496 435 0 0 0 546 0 0 0 25 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134525253 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22434/tid=22453] ppid=22432 vsize=288708 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 735559343 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1584972

[startup+12.7007 s]
/proc/loadavg: 4.21 4.07 3.80 5/420 22455
/proc/meminfo: memFree=18525616/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=288708 CPUtime=0.54 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 9781 932 1 0 41 13 0 0 18 0 2 0 735559260 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 72177 7064 1875 364 0 8095 0
[pid=22452] ppid=22434 vsize=278464 CPUtime=0.03 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 980 0 0 0 1 2 0 0 15 0 1 0 735559343 285147136 5567 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411727 0 0 16781312 514 9153548650444456195 0 0 17 2 0 0 0
/proc/22452/statm: 69616 5567 382 364 0 5534 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=11.86 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) R 22452 22454 22454 0 -1 4202496 435 0 0 0 1186 0 0 0 25 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22434/tid=22453] ppid=22432 vsize=288708 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 735559343 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 1584972

[startup+25.5012 s]
/proc/loadavg: 4.18 4.07 3.81 5/421 22456
/proc/meminfo: memFree=18525288/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=288708 CPUtime=0.54 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 9781 932 1 0 41 13 0 0 18 0 2 0 735559260 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 72177 7064 1875 364 0 8095 0
[pid=22452] ppid=22434 vsize=278464 CPUtime=0.06 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 987 0 0 0 3 3 0 0 15 0 1 0 735559343 285147136 5567 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411727 0 0 16781312 514 9153548650444456195 0 0 17 2 0 0 0
/proc/22452/statm: 69616 5567 382 364 0 5534 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=24.66 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) R 22452 22454 22454 0 -1 4202496 435 0 0 0 2466 0 0 0 25 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22434/tid=22453] ppid=22432 vsize=288708 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 735559343 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 1584972

[startup+51.1004 s]
/proc/loadavg: 4.18 4.08 3.82 5/417 22496
/proc/meminfo: memFree=18529512/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=288708 CPUtime=0.54 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 9781 932 1 0 41 13 0 0 18 0 2 0 735559260 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 72177 7064 1875 364 0 8095 0
[pid=22452] ppid=22434 vsize=278464 CPUtime=0.14 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 998 0 0 0 7 7 0 0 15 0 1 0 735559343 285147136 5567 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411727 0 0 16781312 514 9153548650444456195 0 0 17 2 0 0 0
/proc/22452/statm: 69616 5567 382 364 0 5534 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=50.26 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) R 22452 22454 22454 0 -1 4202496 435 0 0 0 5026 0 0 0 25 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22434/tid=22453] ppid=22432 vsize=288708 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 2 0 735559343 295636992 7064 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 1584972

[startup+102.316 s]
/proc/loadavg: 4.19 4.09 3.83 5/425 22505
/proc/meminfo: memFree=18520044/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=299540 CPUtime=0.56 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 10639 932 1 0 43 13 0 0 20 0 3 0 735559260 306728960 7215 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 74885 7215 1878 364 0 10800 0
[pid=22452] ppid=22434 vsize=288708 CPUtime=0.3 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 1155 0 0 0 16 14 0 0 17 0 2 0 735559343 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22452/statm: 72177 5605 415 364 0 8095 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=100.29 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) T 22452 22454 22454 0 -1 4202496 435 0 0 0 10029 0 0 0 25 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22452/tid=22502] ppid=22434 vsize=288708 CPUtime=0 cores=0,2
/proc/22452/task/22502/stat : 22502 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735569374 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604453869106368 0 0 -1 2 0 0 0
[pid=22503] ppid=22434 vsize=289296 CPUtime=0 cores=0,2
/proc/22503/stat : 22503 (python) S 22434 22434 20857 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 735569375 296239104 5681 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411782 0 0 16781312 514 9017615482441662721 0 0 17 0 0 0 0
/proc/22503/statm: 72324 5681 348 364 0 8239 0
[pid=22505] ppid=22503 vsize=1017800 CPUtime=1.15 cores=0,2
/proc/22505/stat : 22505 (gnovelty+2) R 22503 22505 22505 0 -1 4202496 436 0 0 0 115 0 0 0 25 0 1 0 735569375 1042227200 173 33554432000 134512640 135663704 4292779760 18446744073709551615 134546942 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22505/statm: 254450 173 113 282 0 254166 0
[pid=22434/tid=22453] ppid=22432 vsize=299540 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 3 0 735559343 306728960 7215 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22504] ppid=22432 vsize=299540 CPUtime=0 cores=0,2
/proc/22434/task/22504/stat : 22504 (python) S 22432 22434 20857 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 3 0 735569375 306728960 7215 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2913144

[startup+162.301 s]
/proc/loadavg: 4.16 4.10 3.85 5/428 22584
/proc/meminfo: memFree=18477688/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=299540 CPUtime=0.56 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 10639 932 1 0 43 13 0 0 20 0 3 0 735559260 306728960 7215 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 74885 7215 1878 364 0 10800 0
[pid=22452] ppid=22434 vsize=288708 CPUtime=0.3 cores=0,2

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

[pid=22503] ppid=22434 vsize=289296 CPUtime=0.33 cores=0,2
/proc/22503/stat : 22503 (python) S 22434 22434 20857 0 -1 4202560 1094 0 0 0 17 16 0 0 19 0 2 0 735569375 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22503/statm: 72324 5734 400 364 0 8239 0
[pid=22505] ppid=22503 vsize=1017800 CPUtime=100.03 cores=0,2
/proc/22505/stat : 22505 (gnovelty+2) T 22503 22505 22505 0 -1 4202496 436 0 0 0 10003 0 0 0 25 0 1 0 735569375 1042227200 173 33554432000 134512640 135663704 4292779760 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22505/statm: 254450 173 113 282 0 254166 0
[pid=22503/tid=22586] ppid=22434 vsize=289296 CPUtime=0 cores=0,2
/proc/22503/task/22586/stat : 22586 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735579408 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604446422335872 0 0 -1 2 0 0 0
[pid=22587] ppid=22434 vsize=299284 CPUtime=0.62 cores=0,2
/proc/22587/stat : 22587 (python) S 22434 22434 20857 0 -1 4202560 984 0 0 0 33 29 0 0 15 0 1 0 735579409 306466816 5624 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411782 0 0 16781312 514 7842420621035143426 0 0 17 2 0 0 0
/proc/22587/statm: 74821 5624 371 364 0 10733 0
[pid=22589] ppid=22587 vsize=8408 CPUtime=166.4 cores=0,2
/proc/22589/stat : 22589 (march_hi) R 22587 22589 22589 0 -1 4202496 2169 0 0 0 16639 1 0 0 25 0 1 0 735579410 8609792 1885 33554432000 4194304 4955518 140734398384704 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22589/statm: 2102 1885 104 186 0 1915 0
[pid=22434/tid=22453] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 735559343 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22504] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22504/stat : 22504 (python) S 22432 22434 20857 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 4 0 735569375 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22588] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22588/stat : 22588 (python) S 22432 22434 20857 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 735579409 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 368.54
Current children cumulated vsize (KiB) 3230824

[startup+369.501 s]
/proc/loadavg: 4.07 4.09 3.89 5/440 22854
/proc/meminfo: memFree=18396968/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=309528 CPUtime=0.57 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 11484 932 1 0 44 13 0 0 20 0 4 0 735559260 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 77382 7137 1880 364 0 13294 0
[pid=22452] ppid=22434 vsize=288708 CPUtime=0.3 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 1155 0 0 0 16 14 0 0 17 0 2 0 735559343 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22452/statm: 72177 5605 415 364 0 8095 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=100.29 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) T 22452 22454 22454 0 -1 4202496 435 0 0 0 10029 0 0 0 25 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22452/tid=22502] ppid=22434 vsize=288708 CPUtime=0 cores=0,2
/proc/22452/task/22502/stat : 22502 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735569374 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604453869106368 0 0 -1 2 0 0 0
[pid=22503] ppid=22434 vsize=289296 CPUtime=0.33 cores=0,2
/proc/22503/stat : 22503 (python) S 22434 22434 20857 0 -1 4202560 1094 0 0 0 17 16 0 0 19 0 2 0 735569375 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22503/statm: 72324 5734 400 364 0 8239 0
[pid=22505] ppid=22503 vsize=1017800 CPUtime=100.03 cores=0,2
/proc/22505/stat : 22505 (gnovelty+2) T 22503 22505 22505 0 -1 4202496 436 0 0 0 10003 0 0 0 25 0 1 0 735569375 1042227200 173 33554432000 134512640 135663704 4292779760 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22505/statm: 254450 173 113 282 0 254166 0
[pid=22503/tid=22586] ppid=22434 vsize=289296 CPUtime=0 cores=0,2
/proc/22503/task/22586/stat : 22586 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735579408 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604446422335872 0 0 -1 2 0 0 0
[pid=22587] ppid=22434 vsize=299284 CPUtime=0.62 cores=0,2
/proc/22587/stat : 22587 (python) S 22434 22434 20857 0 -1 4202560 984 0 0 0 33 29 0 0 15 0 1 0 735579409 306466816 5624 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411782 0 0 16781312 514 7842420621035143426 0 0 17 2 0 0 0
/proc/22587/statm: 74821 5624 371 364 0 10733 0
[pid=22589] ppid=22587 vsize=8408 CPUtime=168.02 cores=0,2
/proc/22589/stat : 22589 (march_hi) R 22587 22589 22589 0 -1 4202496 2191 0 0 0 16801 1 0 0 25 0 1 0 735579410 8609792 1907 33554432000 4194304 4955518 140734398384704 18446744073709551615 4286733 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22589/statm: 2102 1907 104 186 0 1915 0
[pid=22434/tid=22453] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 735559343 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22504] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22504/stat : 22504 (python) S 22432 22434 20857 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 4 0 735569375 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22588] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22588/stat : 22588 (python) S 22432 22434 20857 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 735579409 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 370.16
Current children cumulated vsize (KiB) 3230824

[startup+371.101 s]
/proc/loadavg: 4.07 4.09 3.89 5/440 22854
/proc/meminfo: memFree=18396844/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=309528 CPUtime=0.57 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 11484 932 1 0 44 13 0 0 20 0 4 0 735559260 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 77382 7137 1880 364 0 13294 0
[pid=22452] ppid=22434 vsize=288708 CPUtime=0.3 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 1155 0 0 0 16 14 0 0 17 0 2 0 735559343 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22452/statm: 72177 5605 415 364 0 8095 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=100.29 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) T 22452 22454 22454 0 -1 4202496 435 0 0 0 10029 0 0 0 25 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22452/tid=22502] ppid=22434 vsize=288708 CPUtime=0 cores=0,2
/proc/22452/task/22502/stat : 22502 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735569374 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604453869106368 0 0 -1 2 0 0 0
[pid=22503] ppid=22434 vsize=289296 CPUtime=0.33 cores=0,2
/proc/22503/stat : 22503 (python) S 22434 22434 20857 0 -1 4202560 1094 0 0 0 17 16 0 0 19 0 2 0 735569375 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22503/statm: 72324 5734 400 364 0 8239 0
[pid=22505] ppid=22503 vsize=1017800 CPUtime=100.03 cores=0,2
/proc/22505/stat : 22505 (gnovelty+2) T 22503 22505 22505 0 -1 4202496 436 0 0 0 10003 0 0 0 25 0 1 0 735569375 1042227200 173 33554432000 134512640 135663704 4292779760 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22505/statm: 254450 173 113 282 0 254166 0
[pid=22503/tid=22586] ppid=22434 vsize=289296 CPUtime=0 cores=0,2
/proc/22503/task/22586/stat : 22586 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735579408 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604446422335872 0 0 -1 2 0 0 0
[pid=22587] ppid=22434 vsize=299284 CPUtime=0.62 cores=0,2
/proc/22587/stat : 22587 (python) S 22434 22434 20857 0 -1 4202560 984 0 0 0 33 29 0 0 15 0 1 0 735579409 306466816 5624 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411782 0 0 16781312 514 7842420621035143426 0 0 17 2 0 0 0
/proc/22587/statm: 74821 5624 371 364 0 10733 0
[pid=22589] ppid=22587 vsize=10996 CPUtime=169.6 cores=0,2
/proc/22589/stat : 22589 (march_hi) R 22587 22589 22589 0 -1 4202496 2216 0 0 0 16959 1 0 0 25 0 1 0 735579410 11259904 1932 33554432000 4194304 4955518 140734398384704 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22589/statm: 2749 1932 104 186 0 2562 0
[pid=22434/tid=22453] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 735559343 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22504] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22504/stat : 22504 (python) S 22432 22434 20857 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 4 0 735569375 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22588] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22588/stat : 22588 (python) S 22432 22434 20857 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 735579409 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 371.74
Current children cumulated vsize (KiB) 3233412

[startup+371.901 s]
/proc/loadavg: 4.06 4.09 3.89 5/440 22854
/proc/meminfo: memFree=18396596/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=309528 CPUtime=0.57 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 11484 932 1 0 44 13 0 0 20 0 4 0 735559260 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 77382 7137 1880 364 0 13294 0
[pid=22452] ppid=22434 vsize=288708 CPUtime=0.3 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 1155 0 0 0 16 14 0 0 17 0 2 0 735559343 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22452/statm: 72177 5605 415 364 0 8095 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=100.29 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) T 22452 22454 22454 0 -1 4202496 435 0 0 0 10029 0 0 0 25 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22452/tid=22502] ppid=22434 vsize=288708 CPUtime=0 cores=0,2
/proc/22452/task/22502/stat : 22502 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735569374 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604453869106368 0 0 -1 2 0 0 0
[pid=22503] ppid=22434 vsize=289296 CPUtime=0.33 cores=0,2
/proc/22503/stat : 22503 (python) S 22434 22434 20857 0 -1 4202560 1094 0 0 0 17 16 0 0 19 0 2 0 735569375 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22503/statm: 72324 5734 400 364 0 8239 0
[pid=22505] ppid=22503 vsize=1017800 CPUtime=100.03 cores=0,2
/proc/22505/stat : 22505 (gnovelty+2) T 22503 22505 22505 0 -1 4202496 436 0 0 0 10003 0 0 0 25 0 1 0 735569375 1042227200 173 33554432000 134512640 135663704 4292779760 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22505/statm: 254450 173 113 282 0 254166 0
[pid=22503/tid=22586] ppid=22434 vsize=289296 CPUtime=0 cores=0,2
/proc/22503/task/22586/stat : 22586 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735579408 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604446422335872 0 0 -1 2 0 0 0
[pid=22587] ppid=22434 vsize=299284 CPUtime=0.62 cores=0,2
/proc/22587/stat : 22587 (python) R 22434 22434 20857 0 -1 4202560 984 0 0 0 33 29 0 0 15 0 1 0 735579409 306466816 5624 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411782 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/22587/statm: 74821 5624 371 364 0 10733 0
[pid=22589] ppid=22587 vsize=10996 CPUtime=170.4 cores=0,2
/proc/22589/stat : 22589 (march_hi) R 22587 22589 22589 0 -1 4202496 2228 0 0 0 17039 1 0 0 25 0 1 0 735579410 11259904 1944 33554432000 4194304 4955518 140734398384704 18446744073709551615 4421280 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22589/statm: 2749 1944 104 186 0 2562 0
[pid=22434/tid=22453] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 735559343 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22504] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22504/stat : 22504 (python) S 22432 22434 20857 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 4 0 735569375 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22588] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22588/stat : 22588 (python) S 22432 22434 20857 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 735579409 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 372.54
Current children cumulated vsize (KiB) 3233412

[startup+372.115 s]
/proc/loadavg: 4.06 4.09 3.89 5/440 22854
/proc/meminfo: memFree=18396596/32950928 swapFree=67111200/67111528
[pid=22434] ppid=22432 vsize=309528 CPUtime=0.57 cores=0,2
/proc/22434/stat : 22434 (python) S 22432 22434 20857 0 -1 4202496 11484 932 1 0 44 13 0 0 20 0 4 0 735559260 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22434/statm: 77382 7137 1880 364 0 13294 0
[pid=22452] ppid=22434 vsize=288708 CPUtime=0.3 cores=0,2
/proc/22452/stat : 22452 (python) S 22434 22434 20857 0 -1 4202560 1155 0 0 0 16 14 0 0 17 0 2 0 735559343 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/22452/statm: 72177 5605 415 364 0 8095 0
[pid=22454] ppid=22452 vsize=1017800 CPUtime=100.29 cores=0,2
/proc/22454/stat : 22454 (gnovelty+2) T 22452 22454 22454 0 -1 4202496 435 0 0 0 10029 0 0 0 25 0 1 0 735559343 1042227200 174 33554432000 134512640 135663704 4294153504 18446744073709551615 134545203 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22454/statm: 254450 174 113 282 0 254166 0
[pid=22452/tid=22502] ppid=22434 vsize=288708 CPUtime=0 cores=0,2
/proc/22452/task/22502/stat : 22502 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 735569374 295636992 5605 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604453869106368 0 0 -1 2 0 0 0
[pid=22503] ppid=22434 vsize=289296 CPUtime=0.33 cores=0,2
/proc/22503/stat : 22503 (python) S 22434 22434 20857 0 -1 4202560 1094 0 0 0 17 16 0 0 19 0 2 0 735569375 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/22503/statm: 72324 5734 400 364 0 8239 0
[pid=22505] ppid=22503 vsize=1017800 CPUtime=100.03 cores=0,2
/proc/22505/stat : 22505 (gnovelty+2) T 22503 22505 22505 0 -1 4202496 436 0 0 0 10003 0 0 0 25 0 1 0 735569375 1042227200 173 33554432000 134512640 135663704 4292779760 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22505/statm: 254450 173 113 282 0 254166 0
[pid=22503/tid=22586] ppid=22434 vsize=289296 CPUtime=0 cores=0,2
/proc/22503/task/22586/stat : 22586 (python) S 22434 22434 20857 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735579408 296239104 5734 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 514 18446604446422335872 0 0 -1 2 0 0 0
[pid=22587] ppid=22434 vsize=299284 CPUtime=0.65 cores=0,2
/proc/22587/stat : 22587 (python) S 22434 22434 20857 0 -1 4202560 986 0 0 0 35 30 0 0 15 0 1 0 735579409 306466816 5624 33554432000 4194304 5683644 140734148449920 18446744073709551615 256415411782 0 0 16781312 514 7842420621035143426 0 0 17 2 0 0 0
/proc/22587/statm: 74821 5624 371 364 0 10733 0
[pid=22589] ppid=22587 vsize=10996 CPUtime=170.62 cores=0,2
/proc/22589/stat : 22589 (march_hi) R 22587 22589 22589 0 -1 4202496 2232 0 0 0 17061 1 0 0 25 0 1 0 735579410 11259904 1948 33554432000 4194304 4955518 140734398384704 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22589/statm: 2749 1948 104 186 0 2562 0
[pid=22434/tid=22453] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22453/stat : 22453 (python) S 22432 22434 20857 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 4 0 735559343 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22504] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22504/stat : 22504 (python) S 22432 22434 20857 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 4 0 735569375 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
[pid=22434/tid=22588] ppid=22432 vsize=309528 CPUtime=0 cores=0,2
/proc/22434/task/22588/stat : 22588 (python) S 22432 22434 20857 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 4 0 735579409 316956672 7137 33554432000 4194304 5683644 140734148449920 18446744073709551615 256427215281 0 0 16781312 2 18446604453633348736 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 372.79
Current children cumulated vsize (KiB) 3233412

Child status: 0
Real time (s): 372.152
CPU time (s): 372.891
CPU user time (s): 372.097
CPU system time (s): 0.793879
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 3233412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 372.097
system time used= 0.793879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23389
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= 10275
involuntary context switches= 1281

runsolver used 1.61375 second user time and 3.39848 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 11:54:46
IDJOB=3377448
IDBENCH=82757
IDSOLVER=1857
FILE ID=node115/3377448-1305453286
RUNJOBID= node115-1305451983-21889
PBS_JOBID= 13324848
Free space on /tmp= 73204 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
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-3377448-1305453286/watcher-3377448-1305453286 -o /tmp/evaluation-result-3377448-1305453286/solver-3377448-1305453286 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377448-1305453286.cnf -seed 458064915 -budget 2400

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

MD5SUM BENCH= f9acc85431fa3756e8067132423a3a4a
RANDOM SEED=458064915

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.75
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.811
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18580048 kB
Buffers:        251536 kB
Cached:        3057592 kB
SwapCached:          0 kB
Active:       10973960 kB
Inactive:      3079108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18580048 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           63720 kB
Writeback:           0 kB
AnonPages:    10744216 kB
Mapped:          37432 kB
Slab:           200272 kB
PageTables:      51140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 86456400 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= 73144 MiB
End job on node115 at 2011-05-15 12:00:58