Trace number 3317559

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-randomUNSAT 190.588 48.4481

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
MD5SUM5f2e312544271c81369da327dc351a86
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.27
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.68	c INFO: solving HOME/instance-3317559-1304270071.cnf
0.32/0.68	c INFO: computing task features
0.32/0.69	c INFO: computed variable-clause graph statistics
0.32/0.69	c INFO: computed clause balance statistics
0.41/0.72	c INFO: computed variable balance statistics
0.41/0.74	c INFO: computed small-clause counts
0.41/0.74	c INFO: computed Horn-clause counts
0.41/0.74	c INFO: computed variable graph statistics
0.41/0.74	c INFO: collected features for HOME/instance-3317559-1304270071.cnf in 0.06 s
0.41/0.77	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.56)
0.50/0.81	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.25)
0.50/0.83	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.18)
0.50/0.86	c INFO: running TNM@0 for 97 with 4799 remaining (b = 0.07)
190.43/48.42	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: 935)

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-3317559-1304270071/watcher-3317559-1304270071 -o /tmp/evaluation-result-3317559-1304270071/solver-3317559-1304270071 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317559-1304270071.cnf -seed 1753217343 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.17 8.15 7.68 5/292 13698
/proc/meminfo: memFree=27758904/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=15752 CPUtime=0 cores=0,2,4,6
/proc/13698/stat : 13698 (python) R 13696 13698 12773 0 -1 4202496 842 0 0 0 0 0 0 0 25 0 1 0 617237772 16130048 725 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415434887 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13698/statm: 3940 727 334 364 0 427 0

[startup+0.0639109 s]
/proc/loadavg: 8.17 8.15 7.68 5/292 13698
/proc/meminfo: memFree=27758904/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=29788 CPUtime=0.04 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 1460 0 0 0 3 1 0 0 17 0 1 0 617237772 30502912 1300 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/13698/statm: 7447 1300 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+0.100267 s]
/proc/loadavg: 8.17 8.15 7.68 5/292 13698
/proc/meminfo: memFree=27758904/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=85620 CPUtime=0.06 cores=0,2,4,6
/proc/13698/stat : 13698 (python) R 13696 13698 12773 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 617237772 87674880 2348 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415389696 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/13698/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300262 s]
/proc/loadavg: 8.17 8.15 7.68 5/292 13698
/proc/meminfo: memFree=27758904/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 5965 932 1 0 12 5 0 0 18 0 1 0 617237772 139005952 4151 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415387653 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/13698/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.704218 s]
/proc/loadavg: 8.17 8.15 7.68 5/292 13698
/proc/meminfo: memFree=27758904/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=278256 CPUtime=0.41 cores=0,2,4,6
/proc/13698/stat : 13698 (python) R 13696 13698 12773 0 -1 4202496 9299 932 1 0 29 12 0 0 17 0 1 0 617237772 284934144 6967 33554432000 4194304 5683644 140735963130496 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/13698/statm: 69564 6967 1826 364 0 5488 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 278256

[startup+1.501 s]
/proc/loadavg: 8.16 8.14 7.69 9/305 13715
/proc/meminfo: memFree=27719560/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 12318 932 1 0 44 13 0 0 20 0 5 0 617237772 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13698/statm: 80058 7255 1881 364 0 15967 0
[pid=13704] ppid=13698 vsize=278476 CPUtime=0 cores=0,2,4,6
/proc/13704/stat : 13704 (python) S 13698 13698 12773 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 617237850 285159424 5556 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411727 0 0 16781312 514 2592938693660508159 0 0 17 0 0 0 0
/proc/13704/statm: 69619 5556 354 364 0 5537 0
[pid=13706] ppid=13704 vsize=1017800 CPUtime=0.71 cores=0,2,4,6
/proc/13706/stat : 13706 (gnovelty+2) R 13704 13706 13706 0 -1 4202496 431 0 0 0 71 0 0 0 21 0 1 0 617237850 1042227200 168 33554432000 134512640 135663704 4290681392 18446744073709551615 134545197 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13706/statm: 254450 168 113 282 0 254166 0
[pid=13707] ppid=13698 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/13707/stat : 13707 (python) S 13698 13698 12773 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 617237853 296247296 5684 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 4624743822813790468 0 0 17 0 0 0 0
/proc/13707/statm: 72326 5684 348 364 0 8241 0
[pid=13709] ppid=13707 vsize=1972 CPUtime=0.67 cores=0,2,4,6
/proc/13709/stat : 13709 (march_hi) R 13707 13709 13709 0 -1 4202496 579 0 0 0 67 0 0 0 24 0 1 0 617237853 2019328 312 33554432000 4194304 4955518 140735179213952 18446744073709551615 4282504 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13709/statm: 493 312 104 186 0 306 0
[pid=13710] ppid=13698 vsize=299192 CPUtime=0 cores=0,2,4,6
/proc/13710/stat : 13710 (python) S 13698 13698 12773 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 617237856 306372608 5592 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 1860162572259393793 0 0 17 4 0 0 0
/proc/13710/statm: 74798 5592 348 364 0 10710 0
[pid=13712] ppid=13710 vsize=1972 CPUtime=0.65 cores=0,2,4,6
/proc/13712/stat : 13712 (march_hi) R 13710 13712 13712 0 -1 4202496 579 0 0 0 65 0 0 0 22 0 1 0 617237856 2019328 313 33554432000 4194304 4955518 140734049591856 18446744073709551615 4306973 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13712/statm: 493 313 104 186 0 306 0
[pid=13713] ppid=13698 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13713/stat : 13713 (python) S 13698 13698 12773 0 -1 4202560 734 0 0 0 0 0 0 0 19 0 1 0 617237859 317427712 5714 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 2592930997079113727 0 0 17 6 0 0 0
/proc/13713/statm: 77497 5714 344 364 0 13406 0
[pid=13715] ppid=13713 vsize=454916 CPUtime=0.62 cores=0,2,4,6
/proc/13715/stat : 13715 (TNM) R 13713 13715 13715 0 -1 4202496 425 0 0 0 62 0 0 0 22 0 1 0 617237859 465833984 161 33554432000 134512640 135008748 4286903936 18446744073709551615 134527320 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13715/statm: 113729 161 46 122 0 112629 0
[pid=13698/tid=13705] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (python) S 13696 13698 12773 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 617237850 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 0 0 0 0
[pid=13698/tid=13708] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 5 0 617237853 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13711] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (python) S 13696 13698 12773 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 5 0 617237856 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13714] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617237859 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 2973852

[startup+3.10069 s]
/proc/loadavg: 8.16 8.14 7.69 9/305 13715
/proc/meminfo: memFree=27717080/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 12318 932 1 0 44 13 0 0 20 0 5 0 617237772 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13698/statm: 80058 7255 1881 364 0 15967 0
[pid=13704] ppid=13698 vsize=278476 CPUtime=0 cores=0,2,4,6
/proc/13704/stat : 13704 (python) S 13698 13698 12773 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 617237850 285159424 5556 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411727 0 0 16781312 514 2592938693660475652 0 0 17 0 0 0 0
/proc/13704/statm: 69619 5556 354 364 0 5537 0
[pid=13706] ppid=13704 vsize=1017800 CPUtime=2.31 cores=0,2,4,6
/proc/13706/stat : 13706 (gnovelty+2) R 13704 13706 13706 0 -1 4202496 431 0 0 0 231 0 0 0 25 0 1 0 617237850 1042227200 168 33554432000 134512640 135663704 4290681392 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13706/statm: 254450 168 113 282 0 254166 0
[pid=13707] ppid=13698 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/13707/stat : 13707 (python) S 13698 13698 12773 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 617237853 296247296 5684 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 4624743822813790468 0 0 17 0 0 0 0
/proc/13707/statm: 72326 5684 348 364 0 8241 0
[pid=13709] ppid=13707 vsize=1972 CPUtime=2.26 cores=0,2,4,6
/proc/13709/stat : 13709 (march_hi) R 13707 13709 13709 0 -1 4202496 596 0 0 0 226 0 0 0 25 0 1 0 617237853 2019328 329 33554432000 4194304 4955518 140735179213952 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13709/statm: 493 329 104 186 0 306 0
[pid=13710] ppid=13698 vsize=299192 CPUtime=0 cores=0,2,4,6
/proc/13710/stat : 13710 (python) S 13698 13698 12773 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 617237856 306372608 5592 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 1860162572259393793 0 0 17 4 0 0 0
/proc/13710/statm: 74798 5592 348 364 0 10710 0
[pid=13712] ppid=13710 vsize=1972 CPUtime=2.24 cores=0,2,4,6
/proc/13712/stat : 13712 (march_hi) R 13710 13712 13712 0 -1 4202496 596 0 0 0 224 0 0 0 25 0 1 0 617237856 2019328 330 33554432000 4194304 4955518 140734049591856 18446744073709551615 4224615 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13712/statm: 493 330 104 186 0 306 0
[pid=13713] ppid=13698 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13713/stat : 13713 (python) S 13698 13698 12773 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 617237859 317427712 5718 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 2592930997079081218 0 0 17 6 0 0 0
/proc/13713/statm: 77497 5718 348 364 0 13406 0
[pid=13715] ppid=13713 vsize=454916 CPUtime=2.22 cores=0,2,4,6
/proc/13715/stat : 13715 (TNM) R 13713 13715 13715 0 -1 4202496 425 0 0 0 222 0 0 0 25 0 1 0 617237859 465833984 161 33554432000 134512640 135008748 4286903936 18446744073709551615 134529155 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13715/statm: 113729 161 46 122 0 112629 0
[pid=13698/tid=13705] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (python) S 13696 13698 12773 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 617237850 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 0 0 0 0
[pid=13698/tid=13708] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 5 0 617237853 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13711] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (python) S 13696 13698 12773 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 5 0 617237856 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13714] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617237859 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.6
Current children cumulated vsize (KiB) 2973852

[startup+6.30108 s]
/proc/loadavg: 8.16 8.14 7.69 9/305 13715
/proc/meminfo: memFree=27715600/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 12318 932 1 0 44 13 0 0 20 0 5 0 617237772 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13698/statm: 80058 7255 1881 364 0 15967 0
[pid=13704] ppid=13698 vsize=278476 CPUtime=0 cores=0,2,4,6
/proc/13704/stat : 13704 (python) S 13698 13698 12773 0 -1 4202560 892 0 0 0 0 0 0 0 18 0 1 0 617237850 285159424 5579 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411727 0 0 16781312 514 2592938693660475652 0 0 17 0 0 0 0
/proc/13704/statm: 69619 5579 377 364 0 5537 0
[pid=13706] ppid=13704 vsize=1017800 CPUtime=5.51 cores=0,2,4,6
/proc/13706/stat : 13706 (gnovelty+2) R 13704 13706 13706 0 -1 4202496 431 0 0 0 551 0 0 0 25 0 1 0 617237850 1042227200 168 33554432000 134512640 135663704 4290681392 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13706/statm: 254450 168 113 282 0 254166 0
[pid=13707] ppid=13698 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/13707/stat : 13707 (python) S 13698 13698 12773 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 1 0 617237853 296247296 5707 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 4624743822813790468 0 0 17 0 0 0 0
/proc/13707/statm: 72326 5707 371 364 0 8241 0
[pid=13709] ppid=13707 vsize=2112 CPUtime=5.42 cores=0,2,4,6
/proc/13709/stat : 13709 (march_hi) R 13707 13709 13709 0 -1 4202496 613 0 0 0 542 0 0 0 25 0 1 0 617237853 2162688 346 33554432000 4194304 4955518 140735179213952 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13709/statm: 528 346 104 186 0 341 0
[pid=13710] ppid=13698 vsize=299192 CPUtime=0.01 cores=0,2,4,6
/proc/13710/stat : 13710 (python) S 13698 13698 12773 0 -1 4202560 901 0 0 0 1 0 0 0 15 0 1 0 617237856 306372608 5615 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 1860162572259393793 0 0 17 4 0 0 0
/proc/13710/statm: 74798 5615 371 364 0 10710 0
[pid=13712] ppid=13710 vsize=2112 CPUtime=5.43 cores=0,2,4,6
/proc/13712/stat : 13712 (march_hi) R 13710 13712 13712 0 -1 4202496 613 0 0 0 543 0 0 0 25 0 1 0 617237856 2162688 347 33554432000 4194304 4955518 140734049591856 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13712/statm: 528 347 104 186 0 341 0
[pid=13713] ppid=13698 vsize=309988 CPUtime=0 cores=0,2,4,6
/proc/13713/stat : 13713 (python) S 13698 13698 12773 0 -1 4202560 925 0 0 0 0 0 0 0 18 0 1 0 617237859 317427712 5741 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 2592930997079081218 0 0 17 6 0 0 0
/proc/13713/statm: 77497 5741 371 364 0 13406 0
[pid=13715] ppid=13713 vsize=454916 CPUtime=5.4 cores=0,2,4,6
/proc/13715/stat : 13715 (TNM) R 13713 13715 13715 0 -1 4202496 425 0 0 0 540 0 0 0 25 0 1 0 617237859 465833984 161 33554432000 134512640 135008748 4286903936 18446744073709551615 134529349 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13715/statm: 113729 161 46 122 0 112629 0
[pid=13698/tid=13705] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (python) S 13696 13698 12773 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 617237850 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 0 0 0 0
[pid=13698/tid=13708] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 5 0 617237853 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13711] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (python) S 13696 13698 12773 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 5 0 617237856 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13714] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617237859 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.34
Current children cumulated vsize (KiB) 2974132

[startup+12.7009 s]
/proc/loadavg: 8.29 8.17 7.70 9/305 13715
/proc/meminfo: memFree=27712944/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 12318 932 1 0 44 13 0 0 20 0 5 0 617237772 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13698/statm: 80058 7255 1881 364 0 15967 0
[pid=13704] ppid=13698 vsize=278476 CPUtime=0.01 cores=0,2,4,6
/proc/13704/stat : 13704 (python) S 13698 13698 12773 0 -1 4202560 894 0 0 0 1 0 0 0 18 0 1 0 617237850 285159424 5579 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411727 0 0 16781312 514 11987509084711518468 0 0 17 0 0 0 0
/proc/13704/statm: 69619 5579 377 364 0 5537 0
[pid=13706] ppid=13704 vsize=1017800 CPUtime=11.91 cores=0,2,4,6
/proc/13706/stat : 13706 (gnovelty+2) R 13704 13706 13706 0 -1 4202496 431 0 0 0 1191 0 0 0 25 0 1 0 617237850 1042227200 168 33554432000 134512640 135663704 4290681392 18446744073709551615 134546772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13706/statm: 254450 168 113 282 0 254166 0
[pid=13707] ppid=13698 vsize=289304 CPUtime=0.02 cores=0,2,4,6

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

[pid=13698/tid=13711] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (python) S 13696 13698 12773 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 5 0 617237856 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13714] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617237859 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 182
Current children cumulated vsize (KiB) 2976500

[startup+47.1013 s]
/proc/loadavg: 8.27 8.18 7.72 9/306 13717
/proc/meminfo: memFree=27701632/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 12318 932 1 0 44 13 0 0 20 0 5 0 617237772 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13698/statm: 80058 7255 1881 364 0 15967 0
[pid=13704] ppid=13698 vsize=278476 CPUtime=0.08 cores=0,2,4,6
/proc/13704/stat : 13704 (python) S 13698 13698 12773 0 -1 4202560 904 0 0 0 5 3 0 0 18 0 1 0 617237850 285159424 5579 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411727 0 0 16781312 514 11987509084711518468 0 0 17 0 0 0 0
/proc/13704/statm: 69619 5579 377 364 0 5537 0
[pid=13706] ppid=13704 vsize=1017800 CPUtime=46.31 cores=0,2,4,6
/proc/13706/stat : 13706 (gnovelty+2) R 13704 13706 13706 0 -1 4202496 431 0 0 0 4631 0 0 0 25 0 1 0 617237850 1042227200 168 33554432000 134512640 135663704 4290681392 18446744073709551615 134545653 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13706/statm: 254450 168 113 282 0 254166 0
[pid=13707] ppid=13698 vsize=289304 CPUtime=0.1 cores=0,2,4,6
/proc/13707/stat : 13707 (python) S 13698 13698 12773 0 -1 4202560 937 0 0 0 5 5 0 0 15 0 1 0 617237853 296247296 5707 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 4624743822813790468 0 0 17 6 0 0 0
/proc/13707/statm: 72326 5707 371 364 0 8241 0
[pid=13709] ppid=13707 vsize=3296 CPUtime=45.75 cores=0,2,4,6
/proc/13709/stat : 13709 (march_hi) R 13707 13709 13709 0 -1 4202496 855 0 0 0 4575 0 0 0 25 0 1 0 617237853 3375104 588 33554432000 4194304 4955518 140735179213952 18446744073709551615 4224646 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13709/statm: 824 588 104 186 0 637 0
[pid=13710] ppid=13698 vsize=299192 CPUtime=0.1 cores=0,2,4,6
/proc/13710/stat : 13710 (python) S 13698 13698 12773 0 -1 4202560 926 0 0 0 7 3 0 0 15 0 1 0 617237856 306372608 5615 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 5601797506254995713 0 0 17 4 0 0 0
/proc/13710/statm: 74798 5615 371 364 0 10710 0
[pid=13712] ppid=13710 vsize=3296 CPUtime=46.14 cores=0,2,4,6
/proc/13712/stat : 13712 (march_hi) R 13710 13712 13712 0 -1 4202496 862 0 0 0 4613 1 0 0 25 0 1 0 617237856 3375104 596 33554432000 4194304 4955518 140734049591856 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/13712/statm: 824 596 104 186 0 637 0
[pid=13713] ppid=13698 vsize=309988 CPUtime=0.08 cores=0,2,4,6
/proc/13713/stat : 13713 (python) S 13698 13698 12773 0 -1 4202560 939 0 0 0 5 3 0 0 18 0 1 0 617237859 317427712 5741 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 11987509084711518466 0 0 17 6 0 0 0
/proc/13713/statm: 77497 5741 371 364 0 13406 0
[pid=13715] ppid=13713 vsize=454916 CPUtime=46.08 cores=0,2,4,6
/proc/13715/stat : 13715 (TNM) R 13713 13715 13715 0 -1 4202496 425 0 0 0 4608 0 0 0 25 0 1 0 617237859 465833984 161 33554432000 134512640 135008748 4286903936 18446744073709551615 134536400 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13715/statm: 113729 161 46 122 0 112629 0
[pid=13698/tid=13705] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (python) S 13696 13698 12773 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 617237850 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 0 0 0 0
[pid=13698/tid=13708] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 5 0 617237853 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13711] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (python) S 13696 13698 12773 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 5 0 617237856 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13714] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617237859 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 185.21
Current children cumulated vsize (KiB) 2976500

[startup+47.9011 s]
/proc/loadavg: 8.27 8.18 7.72 9/306 13717
/proc/meminfo: memFree=27701260/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 12318 932 1 0 44 13 0 0 20 0 5 0 617237772 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13698/statm: 80058 7255 1881 364 0 15967 0
[pid=13704] ppid=13698 vsize=278476 CPUtime=0.08 cores=0,2,4,6
/proc/13704/stat : 13704 (python) S 13698 13698 12773 0 -1 4202560 904 0 0 0 5 3 0 0 18 0 1 0 617237850 285159424 5579 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411727 0 0 16781312 514 11987509084711518468 0 0 17 0 0 0 0
/proc/13704/statm: 69619 5579 377 364 0 5537 0
[pid=13706] ppid=13704 vsize=1017800 CPUtime=47.11 cores=0,2,4,6
/proc/13706/stat : 13706 (gnovelty+2) R 13704 13706 13706 0 -1 4202496 431 0 0 0 4711 0 0 0 25 0 1 0 617237850 1042227200 168 33554432000 134512640 135663704 4290681392 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13706/statm: 254450 168 113 282 0 254166 0
[pid=13707] ppid=13698 vsize=289304 CPUtime=0.1 cores=0,2,4,6
/proc/13707/stat : 13707 (python) S 13698 13698 12773 0 -1 4202560 939 0 0 0 5 5 0 0 15 0 1 0 617237853 296247296 5707 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 4624743822813790468 0 0 17 6 0 0 0
/proc/13707/statm: 72326 5707 371 364 0 8241 0
[pid=13709] ppid=13707 vsize=3296 CPUtime=46.54 cores=0,2,4,6
/proc/13709/stat : 13709 (march_hi) R 13707 13709 13709 0 -1 4202496 867 0 0 0 4654 0 0 0 25 0 1 0 617237853 3375104 600 33554432000 4194304 4955518 140735179213952 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/13709/statm: 824 600 104 186 0 637 0
[pid=13710] ppid=13698 vsize=299192 CPUtime=0.31 cores=0,2,4,6
/proc/13710/stat : 13710 (python) R 13698 13698 12773 0 -1 4202560 927 0 0 0 25 6 0 0 16 0 1 0 617237856 306372608 5615 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/13710/statm: 74798 5615 371 364 0 10710 0
[pid=13712] ppid=13710 vsize=0 CPUtime=46.73 cores=0,2,4,6
/proc/13712/stat : 13712 (march_hi) R 13710 13712 13712 0 -1 4202500 873 0 0 0 4672 1 0 0 25 0 1 0 617237856 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13712/statm: 0 0 0 0 0 0 0
[pid=13713] ppid=13698 vsize=309988 CPUtime=0.08 cores=0,2,4,6
/proc/13713/stat : 13713 (python) S 13698 13698 12773 0 -1 4202560 939 0 0 0 5 3 0 0 18 0 1 0 617237859 317427712 5741 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 11987509084711518466 0 0 17 6 0 0 0
/proc/13713/statm: 77497 5741 371 364 0 13406 0
[pid=13715] ppid=13713 vsize=454916 CPUtime=46.88 cores=0,2,4,6
/proc/13715/stat : 13715 (TNM) R 13713 13715 13715 0 -1 4202496 425 0 0 0 4688 0 0 0 25 0 1 0 617237859 465833984 161 33554432000 134512640 135008748 4286903936 18446744073709551615 134529155 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13715/statm: 113729 161 46 122 0 112629 0
[pid=13698/tid=13705] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (python) S 13696 13698 12773 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 617237850 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 0 0 0 0
[pid=13698/tid=13708] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 5 0 617237853 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13711] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (python) S 13696 13698 12773 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 5 0 617237856 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13714] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617237859 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 188.4
Current children cumulated vsize (KiB) 2973204

[startup+48.3601 s]
/proc/loadavg: 8.27 8.18 7.72 11/306 13717
/proc/meminfo: memFree=27703988/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 12318 932 1 0 44 13 0 0 20 0 5 0 617237772 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13698/statm: 80058 7255 1881 364 0 15967 0
[pid=13704] ppid=13698 vsize=278476 CPUtime=0.08 cores=0,2,4,6
/proc/13704/stat : 13704 (python) S 13698 13698 12773 0 -1 4202560 904 0 0 0 5 3 0 0 18 0 1 0 617237850 285159424 5579 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411727 0 0 16781312 514 11987509084711518468 0 0 17 0 0 0 0
/proc/13704/statm: 69619 5579 377 364 0 5537 0
[pid=13706] ppid=13704 vsize=1017800 CPUtime=47.57 cores=0,2,4,6
/proc/13706/stat : 13706 (gnovelty+2) R 13704 13706 13706 0 -1 4202496 431 0 0 0 4757 0 0 0 25 0 1 0 617237850 1042227200 168 33554432000 134512640 135663704 4290681392 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13706/statm: 254450 168 113 282 0 254166 0
[pid=13707] ppid=13698 vsize=289304 CPUtime=0.21 cores=0,2,4,6
/proc/13707/stat : 13707 (python) R 13698 13698 12773 0 -1 4202560 945 0 0 0 15 6 0 0 16 0 1 0 617237853 296247296 5707 33554432000 4194304 5683644 140735963130496 18446744073709551615 4539201 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/13707/statm: 72326 5707 371 364 0 8241 0
[pid=13709] ppid=13707 vsize=0 CPUtime=46.89 cores=0,2,4,6
/proc/13709/stat : 13709 (march_hi) R 13707 13709 13709 0 -1 4202500 873 0 0 0 4689 0 0 0 25 0 1 0 617237853 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13709/statm: 0 0 0 0 0 0 0
[pid=13710] ppid=13698 vsize=299192 CPUtime=0.76 cores=0,2,4,6
/proc/13710/stat : 13710 (python) R 13698 13698 12773 0 -1 4202560 927 0 0 0 65 11 0 0 16 0 1 0 617237856 306372608 5615 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/13710/statm: 74798 5615 371 364 0 10710 0
[pid=13712] ppid=13710 vsize=0 CPUtime=46.73 cores=0,2,4,6
/proc/13712/stat : 13712 (march_hi) R 13710 13712 13712 0 -1 4202500 873 0 0 0 4672 1 0 0 25 0 1 0 617237856 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13712/statm: 0 0 0 0 0 0 0
[pid=13713] ppid=13698 vsize=309988 CPUtime=0.08 cores=0,2,4,6
/proc/13713/stat : 13713 (python) S 13698 13698 12773 0 -1 4202560 939 0 0 0 5 3 0 0 18 0 1 0 617237859 317427712 5741 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 11987509084711518466 0 0 17 6 0 0 0
/proc/13713/statm: 77497 5741 371 364 0 13406 0
[pid=13715] ppid=13713 vsize=454916 CPUtime=47.35 cores=0,2,4,6
/proc/13715/stat : 13715 (TNM) R 13713 13715 13715 0 -1 4202496 425 0 0 0 4735 0 0 0 25 0 1 0 617237859 465833984 161 33554432000 134512640 135008748 4286903936 18446744073709551615 134527900 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13715/statm: 113729 161 46 122 0 112629 0
[pid=13698/tid=13705] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (python) S 13696 13698 12773 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 617237850 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 0 0 0 0
[pid=13698/tid=13708] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 5 0 617237853 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13711] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (python) S 13696 13698 12773 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 5 0 617237856 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13714] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617237859 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 190.24
Current children cumulated vsize (KiB) 2969908

[startup+48.41 s]
/proc/loadavg: 8.27 8.18 7.72 11/306 13717
/proc/meminfo: memFree=27703988/32950928 swapFree=67111364/67111528
[pid=13698] ppid=13696 vsize=320232 CPUtime=0.57 cores=0,2,4,6
/proc/13698/stat : 13698 (python) S 13696 13698 12773 0 -1 4202496 12318 932 1 0 44 13 0 0 20 0 5 0 617237772 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13698/statm: 80058 7255 1881 364 0 15967 0
[pid=13704] ppid=13698 vsize=278476 CPUtime=0.08 cores=0,2,4,6
/proc/13704/stat : 13704 (python) S 13698 13698 12773 0 -1 4202560 904 0 0 0 5 3 0 0 18 0 1 0 617237850 285159424 5579 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411727 0 0 16781312 514 11987509084711518468 0 0 17 0 0 0 0
/proc/13704/statm: 69619 5579 377 364 0 5537 0
[pid=13706] ppid=13704 vsize=1017800 CPUtime=47.62 cores=0,2,4,6
/proc/13706/stat : 13706 (gnovelty+2) R 13704 13706 13706 0 -1 4202496 431 0 0 0 4762 0 0 0 25 0 1 0 617237850 1042227200 168 33554432000 134512640 135663704 4290681392 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/13706/statm: 254450 168 113 282 0 254166 0
[pid=13707] ppid=13698 vsize=289304 CPUtime=0.26 cores=0,2,4,6
/proc/13707/stat : 13707 (python) R 13698 13698 12773 0 -1 4202560 945 0 0 0 19 7 0 0 16 0 1 0 617237853 296247296 5707 33554432000 4194304 5683644 140735963130496 18446744073709551615 4578757 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/13707/statm: 72326 5707 371 364 0 8241 0
[pid=13709] ppid=13707 vsize=0 CPUtime=46.89 cores=0,2,4,6
/proc/13709/stat : 13709 (march_hi) R 13707 13709 13709 0 -1 4202500 873 0 0 0 4689 0 0 0 25 0 1 0 617237853 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/13709/statm: 0 0 0 0 0 0 0
[pid=13710] ppid=13698 vsize=299192 CPUtime=0.81 cores=0,2,4,6
/proc/13710/stat : 13710 (python) R 13698 13698 12773 0 -1 4202560 927 0 0 0 69 12 0 0 16 0 1 0 617237856 306372608 5615 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427221823 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/13710/statm: 74798 5615 371 364 0 10710 0
[pid=13712] ppid=13710 vsize=0 CPUtime=46.73 cores=0,2,4,6
/proc/13712/stat : 13712 (march_hi) R 13710 13712 13712 0 -1 4202500 873 0 0 0 4672 1 0 0 25 0 1 0 617237856 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/13712/statm: 0 0 0 0 0 0 0
[pid=13713] ppid=13698 vsize=309988 CPUtime=0.08 cores=0,2,4,6
/proc/13713/stat : 13713 (python) S 13698 13698 12773 0 -1 4202560 939 0 0 0 5 3 0 0 18 0 1 0 617237859 317427712 5741 33554432000 4194304 5683644 140735963130496 18446744073709551615 256415411782 0 0 16781312 514 11987509084711518466 0 0 17 6 0 0 0
/proc/13713/statm: 77497 5741 371 364 0 13406 0
[pid=13715] ppid=13713 vsize=454916 CPUtime=47.39 cores=0,2,4,6
/proc/13715/stat : 13715 (TNM) R 13713 13715 13715 0 -1 4202496 425 0 0 0 4739 0 0 0 25 0 1 0 617237859 465833984 161 33554432000 134512640 135008748 4286903936 18446744073709551615 134527771 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/13715/statm: 113729 161 46 122 0 112629 0
[pid=13698/tid=13705] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13705/stat : 13705 (python) S 13696 13698 12773 0 -1 4202560 25 932 0 0 0 0 0 0 19 0 5 0 617237850 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 0 0 0 0
[pid=13698/tid=13708] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13708/stat : 13708 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 21 0 5 0 617237853 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13711] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13711/stat : 13711 (python) S 13696 13698 12773 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 5 0 617237856 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 4 0 0 0
[pid=13698/tid=13714] ppid=13696 vsize=320232 CPUtime=0 cores=0,2,4,6
/proc/13698/task/13714/stat : 13714 (python) S 13696 13698 12773 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617237859 327917568 7255 33554432000 4194304 5683644 140735963130496 18446744073709551615 256427215281 0 0 16781312 2 18446604453826440000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 190.43
Current children cumulated vsize (KiB) 2969908

Child status: 0
Real time (s): 48.4481
CPU time (s): 190.588
CPU user time (s): 190.143
CPU system time (s): 0.444932
CPU usage (%): 393.386
Max. virtual memory (cumulated for all children) (KiB): 2976500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 190.143
system time used= 0.444932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24320
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= 4262
involuntary context switches= 2362

runsolver used 0.110983 second user time and 0.295955 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-01 19:14:31
IDJOB=3317559
IDBENCH=83024
IDSOLVER=1705
FILE ID=node115/3317559-1304270071
RUNJOBID= node115-1304267285-12791
PBS_JOBID= 13173964
Free space on /tmp= 73112 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1511266249-002.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317559-1304270071/watcher-3317559-1304270071 -o /tmp/evaluation-result-3317559-1304270071/solver-3317559-1304270071 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317559-1304270071.cnf -seed 1753217343 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5f2e312544271c81369da327dc351a86
RANDOM SEED=1753217343

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:      27759060 kB
Buffers:        877952 kB
Cached:        2121552 kB
SwapCached:          0 kB
Active:        2117496 kB
Inactive:      2612256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27759060 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           31848 kB
Writeback:           0 kB
AnonPages:     1729412 kB
Mapped:          25020 kB
Slab:           374360 kB
PageTables:      25712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 29995856 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= 73080 MiB
End job on node115 at 2011-05-01 19:15:20