Trace number 3317384

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 535.841 134.83

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1082084494-034.UNKNOWN.cnf
MD5SUMbf255e5bc10dc75db5f2f0a4a1086e58
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.615
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.29/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.46	c INFO: solving HOME/instance-3317384-1304269256.cnf
0.29/0.46	c INFO: computing task features
0.37/0.50	c INFO: computed variable-clause graph statistics
0.37/0.50	c INFO: computed clause balance statistics
0.47/0.66	c INFO: computed variable balance statistics
0.57/0.72	c INFO: computed small-clause counts
0.57/0.72	c INFO: computed Horn-clause counts
0.57/0.72	c INFO: computed variable graph statistics
0.57/0.72	c INFO: collected features for HOME/instance-3317384-1304269256.cnf in 0.26 s
0.57/0.75	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.57/0.78	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.68/0.81	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.68/0.84	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
392.40/98.96	c INFO: running adaptg2wsat2009++@0 for 97 with 4701 remaining (b = 0.02)
396.80/100.01	c INFO: running gnovelty+2@0 for 97 with 4700 remaining (b = 0.02)
396.80/100.05	c INFO: running march_hi@0 for 2134 with 4700 remaining (b = 0.38)
398.64/100.94	c INFO: running march_hi@0 for 2134 with 4699 remaining (b = 0.36)
535.65/134.81	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-3317384-1304269256/watcher-3317384-1304269256 -o /tmp/evaluation-result-3317384-1304269256/solver-3317384-1304269256 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317384-1304269256.cnf -seed 496160418 -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: 9.33 8.84 7.41 6/226 22744
/proc/meminfo: memFree=28432524/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=15768 CPUtime=0 cores=0,2,4,6
/proc/22744/stat : 22744 (python) R 22742 22744 21633 0 -1 4202496 854 0 0 0 0 0 0 0 25 0 1 0 538523337 16146432 736 33554432000 4194304 5683644 140736076797648 18446744073709551615 4981020 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22744/statm: 3944 739 335 364 0 431 0

[startup+0.068838 s]
/proc/loadavg: 9.33 8.84 7.41 6/226 22744
/proc/meminfo: memFree=28432524/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=54536 CPUtime=0.05 cores=0,2,4,6
/proc/22744/stat : 22744 (python) R 22742 22744 21633 0 -1 4202496 2047 0 0 0 4 1 0 0 25 0 1 0 538523337 55844864 1806 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905391813 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22744/statm: 13634 1806 492 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54536

[startup+0.100836 s]
/proc/loadavg: 9.33 8.84 7.41 6/226 22744
/proc/meminfo: memFree=28432524/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=104232 CPUtime=0.06 cores=0,2,4,6
/proc/22744/stat : 22744 (python) R 22742 22744 21633 0 -1 4202496 3087 0 0 0 5 1 0 0 25 0 1 0 538523337 106733568 2768 33554432000 4194304 5683644 140736076797648 18446744073709551615 5116756 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22744/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.300824 s]
/proc/loadavg: 9.33 8.84 7.41 6/226 22744
/proc/meminfo: memFree=28432524/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=190252 CPUtime=0.22 cores=0,2,4,6
/proc/22744/stat : 22744 (python) R 22742 22744 21633 0 -1 4202496 6830 933 1 0 17 5 0 0 17 0 1 0 538523337 194818048 4884 33554432000 4194304 5683644 140736076797648 18446744073709551615 218900807690 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22744/statm: 47563 4891 1402 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 190252

[startup+0.700768 s]
/proc/loadavg: 9.33 8.84 7.41 6/226 22744
/proc/meminfo: memFree=28432524/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=279216 CPUtime=0.57 cores=0,2,4,6
/proc/22744/stat : 22744 (python) R 22742 22744 21633 0 -1 4202496 9533 933 1 0 51 6 0 0 17 0 1 0 538523337 285917184 7199 33554432000 4194304 5683644 140736076797648 18446744073709551615 47705059504163 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/22744/statm: 69804 7199 1827 364 0 5728 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 279216

[startup+1.50058 s]
/proc/loadavg: 8.98 8.78 7.39 10/239 22761
/proc/meminfo: memFree=28391128/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=320640 CPUtime=0.71 cores=0,2,4,6
/proc/22744/stat : 22744 (python) S 22742 22744 21633 0 -1 4202496 12571 933 1 0 64 7 0 0 25 0 5 0 538523337 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22744/statm: 80160 7359 1883 364 0 16069 0
[pid=22750] ppid=22744 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22744 22744 21633 0 -1 4202560 738 0 0 0 0 0 0 0 19 0 1 0 538523413 285941760 5726 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751055 0 0 16781312 514 17822275899253325823 0 0 17 4 0 0 0
/proc/22750/statm: 69810 5726 354 364 0 5728 0
[pid=22752] ppid=22750 vsize=1017932 CPUtime=0.73 cores=0,2,4,6
/proc/22752/stat : 22752 (gnovelty+2) R 22750 22752 22752 0 -1 4202496 490 0 0 0 73 0 0 0 22 0 1 0 538523413 1042362368 227 33554432000 134512640 135663704 4288292256 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22752/statm: 254483 227 113 282 0 254199 0
[pid=22753] ppid=22744 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22753/stat : 22753 (python) S 22744 22744 21633 0 -1 4202560 741 0 0 0 0 0 0 0 22 0 1 0 538523415 296841216 5812 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 16116013348218208255 0 0 17 6 0 0 0
/proc/22753/statm: 72471 5812 348 364 0 8386 0
[pid=22755] ppid=22753 vsize=1017932 CPUtime=0.71 cores=0,2,4,6
/proc/22755/stat : 22755 (gnovelty+2) R 22753 22755 22755 0 -1 4202496 495 0 0 0 71 0 0 0 25 0 1 0 538523416 1042362368 227 33554432000 134512640 135663704 4293787328 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22755/statm: 254483 227 113 282 0 254199 0
[pid=22756] ppid=22744 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22756/stat : 22756 (python) S 22744 22744 21633 0 -1 4202560 721 0 0 0 0 0 0 0 24 0 1 0 538523418 307343360 5812 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 4180928703041110015 0 0 17 4 0 0 0
/proc/22756/statm: 75035 5812 344 364 0 10947 0
[pid=22758] ppid=22756 vsize=416524 CPUtime=0.67 cores=0,2,4,6
/proc/22758/stat : 22758 (adaptg2wsat2009) R 22756 22758 22758 0 -1 4202496 586 0 0 0 67 0 0 0 25 0 1 0 538523419 426520576 320 33554432000 134512640 135107411 4293786032 18446744073709551615 134532097 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22758/statm: 104131 320 59 146 0 103007 0
[pid=22759] ppid=22744 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22759/stat : 22759 (python) S 22744 22744 21633 0 -1 4202560 733 0 0 0 0 0 0 0 25 0 1 0 538523421 317845504 5816 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 2920484307086606335 0 0 17 4 0 0 0
/proc/22759/statm: 77599 5816 344 364 0 13508 0
[pid=22761] ppid=22759 vsize=416524 CPUtime=0.65 cores=0,2,4,6
/proc/22761/stat : 22761 (adaptg2wsat2009) R 22759 22761 22761 0 -1 4202496 590 0 0 0 65 0 0 0 25 0 1 0 538523422 426520576 322 33554432000 134512640 135107411 4290549024 18446744073709551615 134531736 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22761/statm: 104131 322 59 146 0 103007 0
[pid=22744/tid=22751] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22751/stat : 22751 (python) S 22742 22744 21633 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 538523413 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22754] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22754/stat : 22754 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 538523416 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22757] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22757/stat : 22757 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 5 0 538523418 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22760] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22760/stat : 22760 (python) S 22742 22744 21633 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 538523422 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 4369212

[startup+3.10129 s]
/proc/loadavg: 8.98 8.78 7.39 10/239 22762
/proc/meminfo: memFree=28389640/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=320640 CPUtime=0.71 cores=0,2,4,6
/proc/22744/stat : 22744 (python) S 22742 22744 21633 0 -1 4202496 12571 933 1 0 64 7 0 0 25 0 5 0 538523337 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22744/statm: 80160 7359 1883 364 0 16069 0
[pid=22750] ppid=22744 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22744 22744 21633 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538523413 285941760 5726 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751055 0 0 16781312 514 17822275899253293313 0 0 17 4 0 0 0
/proc/22750/statm: 69810 5726 354 364 0 5728 0
[pid=22752] ppid=22750 vsize=1017932 CPUtime=2.33 cores=0,2,4,6
/proc/22752/stat : 22752 (gnovelty+2) R 22750 22752 22752 0 -1 4202496 490 0 0 0 233 0 0 0 25 0 1 0 538523413 1042362368 227 33554432000 134512640 135663704 4288292256 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22752/statm: 254483 227 113 282 0 254199 0
[pid=22753] ppid=22744 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22753/stat : 22753 (python) S 22744 22744 21633 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538523415 296841216 5812 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 16116013348218175748 0 0 17 6 0 0 0
/proc/22753/statm: 72471 5812 348 364 0 8386 0
[pid=22755] ppid=22753 vsize=1017932 CPUtime=2.3 cores=0,2,4,6
/proc/22755/stat : 22755 (gnovelty+2) R 22753 22755 22755 0 -1 4202496 495 0 0 0 230 0 0 0 25 0 1 0 538523416 1042362368 227 33554432000 134512640 135663704 4293787328 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22755/statm: 254483 227 113 282 0 254199 0
[pid=22756] ppid=22744 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22756/stat : 22756 (python) S 22744 22744 21633 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 538523418 307343360 5816 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 4180928703041077506 0 0 17 4 0 0 0
/proc/22756/statm: 75035 5816 348 364 0 10947 0
[pid=22758] ppid=22756 vsize=416524 CPUtime=2.26 cores=0,2,4,6
/proc/22758/stat : 22758 (adaptg2wsat2009) R 22756 22758 22758 0 -1 4202496 586 0 0 0 226 0 0 0 25 0 1 0 538523419 426520576 320 33554432000 134512640 135107411 4293786032 18446744073709551615 134532313 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22758/statm: 104131 320 59 146 0 103007 0
[pid=22759] ppid=22744 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22759/stat : 22759 (python) S 22744 22744 21633 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 538523421 317845504 5820 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 2920484307086573827 0 0 17 4 0 0 0
/proc/22759/statm: 77599 5820 348 364 0 13508 0
[pid=22761] ppid=22759 vsize=416524 CPUtime=2.25 cores=0,2,4,6
/proc/22761/stat : 22761 (adaptg2wsat2009) R 22759 22761 22761 0 -1 4202496 590 0 0 0 225 0 0 0 25 0 1 0 538523422 426520576 322 33554432000 134512640 135107411 4290549024 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22761/statm: 104131 322 59 146 0 103007 0
[pid=22744/tid=22751] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22751/stat : 22751 (python) S 22742 22744 21633 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 538523413 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22754] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22754/stat : 22754 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 538523416 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22757] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22757/stat : 22757 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 5 0 538523418 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22760] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22760/stat : 22760 (python) S 22742 22744 21633 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 538523422 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 4369212

[startup+6.30071 s]
/proc/loadavg: 8.98 8.78 7.40 10/239 22771
/proc/meminfo: memFree=28384556/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=320640 CPUtime=0.71 cores=0,2,4,6
/proc/22744/stat : 22744 (python) S 22742 22744 21633 0 -1 4202496 12571 933 1 0 64 7 0 0 25 0 5 0 538523337 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22744/statm: 80160 7359 1883 364 0 16069 0
[pid=22750] ppid=22744 vsize=279240 CPUtime=0 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22744 22744 21633 0 -1 4202560 896 0 0 0 0 0 0 0 18 0 1 0 538523413 285941760 5749 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751055 0 0 16781312 514 17822275899253293313 0 0 17 4 0 0 0
/proc/22750/statm: 69810 5749 377 364 0 5728 0
[pid=22752] ppid=22750 vsize=1017932 CPUtime=5.53 cores=0,2,4,6
/proc/22752/stat : 22752 (gnovelty+2) R 22750 22752 22752 0 -1 4202496 490 0 0 0 553 0 0 0 25 0 1 0 538523413 1042362368 227 33554432000 134512640 135663704 4288292256 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22752/statm: 254483 227 113 282 0 254199 0
[pid=22753] ppid=22744 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22753/stat : 22753 (python) S 22744 22744 21633 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 538523415 296841216 5834 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 16116013348218175748 0 0 17 6 0 0 0
/proc/22753/statm: 72471 5834 370 364 0 8386 0
[pid=22755] ppid=22753 vsize=1017932 CPUtime=5.49 cores=0,2,4,6
/proc/22755/stat : 22755 (gnovelty+2) R 22753 22755 22755 0 -1 4202496 495 0 0 0 549 0 0 0 25 0 1 0 538523416 1042362368 227 33554432000 134512640 135663704 4293787328 18446744073709551615 134525271 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22755/statm: 254483 227 113 282 0 254199 0
[pid=22756] ppid=22744 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22756/stat : 22756 (python) S 22744 22744 21633 0 -1 4202560 911 0 0 0 0 0 0 0 18 0 1 0 538523418 307343360 5839 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 4180928703041077506 0 0 17 4 0 0 0
/proc/22756/statm: 75035 5839 371 364 0 10947 0
[pid=22758] ppid=22756 vsize=416524 CPUtime=5.43 cores=0,2,4,6
/proc/22758/stat : 22758 (adaptg2wsat2009) R 22756 22758 22758 0 -1 4202496 586 0 0 0 543 0 0 0 25 0 1 0 538523419 426520576 320 33554432000 134512640 135107411 4293786032 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/22758/statm: 104131 320 59 146 0 103007 0
[pid=22759] ppid=22744 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22759/stat : 22759 (python) S 22744 22744 21633 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 538523421 317845504 5843 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 2920484307086573827 0 0 17 4 0 0 0
/proc/22759/statm: 77599 5843 371 364 0 13508 0
[pid=22761] ppid=22759 vsize=416524 CPUtime=5.4 cores=0,2,4,6
/proc/22761/stat : 22761 (adaptg2wsat2009) R 22759 22761 22761 0 -1 4202496 590 0 0 0 540 0 0 0 25 0 1 0 538523422 426520576 322 33554432000 134512640 135107411 4290549024 18446744073709551615 134532277 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/22761/statm: 104131 322 59 146 0 103007 0
[pid=22744/tid=22751] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22751/stat : 22751 (python) S 22742 22744 21633 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 5 0 538523413 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22754] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22754/stat : 22754 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 538523416 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22757] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22757/stat : 22757 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 5 0 538523418 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22760] ppid=22742 vsize=320640 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22760/stat : 22760 (python) S 22742 22744 21633 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 538523422 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 22.56
Current children cumulated vsize (KiB) 4369212

[startup+12.7006 s]
/proc/loadavg: 8.98 8.79 7.41 10/239 22771
/proc/meminfo: memFree=28382112/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=320640 CPUtime=0.71 cores=0,2,4,6
/proc/22744/stat : 22744 (python) S 22742 22744 21633 0 -1 4202496 12571 933 1 0 64 7 0 0 25 0 5 0 538523337 328335360 7359 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22744/statm: 80160 7359 1883 364 0 16069 0
[pid=22750] ppid=22744 vsize=279240 CPUtime=0.01 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22744 22744 21633 0 -1 4202560 900 0 0 0 0 1 0 0 18 0 1 0 538523413 285941760 5749 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751055 0 0 16781312 514 4436907650076082433 0 0 17 4 0 0 0
/proc/22750/statm: 69810 5749 377 364 0 5728 0
[pid=22752] ppid=22750 vsize=1017932 CPUtime=11.93 cores=0,2,4,6
/proc/22752/stat : 22752 (gnovelty+2) R 22750 22752 22752 0 -1 4202496 490 0 0 0 1193 0 0 0 25 0 1 0 538523413 1042362368 227 33554432000 134512640 135663704 4288292256 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22752/statm: 254483 227 113 282 0 254199 0
[pid=22753] ppid=22744 vsize=289884 CPUtime=0.01 cores=0,2,4,6

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

/proc/22744/task/22760/stat : 22760 (python) S 22742 22744 21633 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 9 0 538523422 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22777] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22777/stat : 22777 (python) S 22742 22744 21633 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 538533234 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22781] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22781/stat : 22781 (python) S 22742 22744 21633 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 538533338 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 2 0 0 0
[pid=22744/tid=22785] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22785/stat : 22785 (python) S 22742 22744 21633 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 538533343 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22789] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22789/stat : 22789 (python) S 22742 22744 21633 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 538533431 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 533.65
Current children cumulated vsize (KiB) 7201344

[startup+134.792 s]
/proc/loadavg: 9.28 8.96 7.64 11/256 22791
/proc/meminfo: memFree=28294532/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=361664 CPUtime=0.85 cores=0,2,4,6
/proc/22744/stat : 22744 (python) S 22742 22744 21633 0 -1 4202496 16233 933 1 0 77 8 0 0 19 0 9 0 538523337 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22744/statm: 90416 7384 1892 364 0 26313 0
[pid=22750] ppid=22744 vsize=289484 CPUtime=0.15 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22744 22744 21633 0 -1 4202560 1082 0 0 0 7 8 0 0 19 0 2 0 538523413 296431616 5787 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22750/statm: 72371 5787 410 364 0 8289 0
[pid=22752] ppid=22750 vsize=1017932 CPUtime=100.14 cores=0,2,4,6
/proc/22752/stat : 22752 (gnovelty+2) T 22750 22752 22752 0 -1 4202496 490 0 0 0 10014 0 0 0 25 0 1 0 538523413 1042362368 227 33554432000 134512640 135663704 4288292256 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22752/statm: 254483 227 113 282 0 254199 0
[pid=22750/tid=22787] ppid=22744 vsize=289484 CPUtime=0 cores=0,2,4,6
/proc/22750/task/22787/stat : 22787 (python) S 22744 22744 21633 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538533427 296431616 5787 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 514 18446604444177363328 0 0 -1 4 0 0 0
[pid=22753] ppid=22744 vsize=289884 CPUtime=0.15 cores=0,2,4,6
/proc/22753/stat : 22753 (python) S 22744 22744 21633 0 -1 4202560 1083 0 0 0 9 6 0 0 19 0 2 0 538523415 296841216 5865 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22753/statm: 72471 5865 400 364 0 8386 0
[pid=22755] ppid=22753 vsize=1017932 CPUtime=98.13 cores=0,2,4,6
/proc/22755/stat : 22755 (gnovelty+2) T 22753 22755 22755 0 -1 4202496 495 0 0 0 9813 0 0 0 25 0 1 0 538523416 1042362368 227 33554432000 134512640 135663704 4293787328 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22755/statm: 254483 227 113 282 0 254199 0
[pid=22753/tid=22775] ppid=22744 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22753/task/22775/stat : 22775 (python) S 22744 22744 21633 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538533231 296841216 5865 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 514 18446604452370027712 0 0 -1 6 0 0 0
[pid=22756] ppid=22744 vsize=300140 CPUtime=0.15 cores=0,2,4,6
/proc/22756/stat : 22756 (python) S 22744 22744 21633 0 -1 4202560 1094 0 0 0 6 9 0 0 19 0 2 0 538523418 307343360 5869 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22756/statm: 75035 5869 400 364 0 10947 0
[pid=22758] ppid=22756 vsize=416524 CPUtime=98.36 cores=0,2,4,6
/proc/22758/stat : 22758 (adaptg2wsat2009) T 22756 22758 22758 0 -1 4202496 586 0 0 0 9836 0 0 0 25 0 1 0 538523419 426520576 320 33554432000 134512640 135107411 4293786032 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22758/statm: 104131 320 59 146 0 103007 0
[pid=22756/tid=22779] ppid=22744 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22756/task/22779/stat : 22779 (python) S 22744 22744 21633 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538533335 307343360 5869 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 514 18446604453886141568 0 0 -1 2 0 0 0
[pid=22759] ppid=22744 vsize=310396 CPUtime=0.14 cores=0,2,4,6
/proc/22759/stat : 22759 (python) S 22744 22744 21633 0 -1 4202560 1099 0 0 0 7 7 0 0 19 0 2 0 538523421 317845504 5873 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22759/statm: 77599 5873 400 364 0 13508 0
[pid=22761] ppid=22759 vsize=416524 CPUtime=98.72 cores=0,2,4,6
/proc/22761/stat : 22761 (adaptg2wsat2009) T 22759 22761 22761 0 -1 4202496 590 0 0 0 9872 0 0 0 25 0 1 0 538523422 426520576 322 33554432000 134512640 135107411 4290549024 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22761/statm: 104131 322 59 146 0 103007 0
[pid=22759/tid=22782] ppid=22744 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22759/task/22782/stat : 22782 (python) S 22744 22744 21633 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538533339 317845504 5873 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 514 18446604453592671488 0 0 -1 4 0 0 0
[pid=22776] ppid=22744 vsize=320652 CPUtime=0.05 cores=0,2,4,6
/proc/22776/stat : 22776 (python) S 22744 22744 21633 0 -1 4202560 940 0 0 0 3 2 0 0 18 0 1 0 538533234 328347648 5847 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 4436907650076082436 0 0 17 0 0 0 0
/proc/22776/statm: 80163 5847 371 364 0 16069 0
[pid=22778] ppid=22776 vsize=416524 CPUtime=35.78 cores=0,2,4,6
/proc/22778/stat : 22778 (adaptg2wsat2009) R 22776 22778 22778 0 -1 4202496 587 0 0 0 3578 0 0 0 25 0 1 0 538533234 426520576 320 33554432000 134512640 135107411 4288469888 18446744073709551615 134531246 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22778/statm: 104131 320 59 146 0 103007 0
[pid=22780] ppid=22744 vsize=330908 CPUtime=0.05 cores=0,2,4,6
/proc/22780/stat : 22780 (python) S 22744 22744 21633 0 -1 4202560 950 0 0 0 2 3 0 0 18 0 1 0 538533338 338849792 5851 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 4436907650076082436 0 0 17 2 0 0 0
/proc/22780/statm: 82727 5851 371 364 0 18630 0
[pid=22783] ppid=22780 vsize=1017932 CPUtime=34.7 cores=0,2,4,6
/proc/22783/stat : 22783 (gnovelty+2) R 22780 22783 22783 0 -1 4202496 493 0 0 0 3470 0 0 0 25 0 1 0 538533339 1042362368 227 33554432000 134512640 135663704 4291778064 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22783/statm: 254483 227 113 282 0 254199 0
[pid=22784] ppid=22744 vsize=341164 CPUtime=1.58 cores=0,2,4,6
/proc/22784/stat : 22784 (python) S 22744 22744 21633 0 -1 4202560 966 0 0 0 135 23 0 0 17 0 1 0 538533343 349351936 5855 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22784/statm: 85291 5855 371 364 0 21191 0
[pid=22786] ppid=22784 vsize=0 CPUtime=33.08 cores=0,2,4,6
/proc/22786/stat : 22786 (march_hi) R 22784 22786 22786 0 -1 4202500 994 0 0 0 3308 0 0 0 25 0 1 0 538533343 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22786/statm: 0 0 0 0 0 0 0
[pid=22788] ppid=22744 vsize=351420 CPUtime=0.21 cores=0,2,4,6
/proc/22788/stat : 22788 (python) R 22744 22744 21633 0 -1 4202560 1022 0 0 0 17 4 0 0 16 0 1 0 538533431 359854080 5865 33554432000 4194304 5683644 140736076797648 18446744073709551615 47705032726607 0 0 16781312 514 0 0 0 17 6 0 0 0
/proc/22788/statm: 87855 5865 377 364 0 23752 0
[pid=22790] ppid=22788 vsize=0 CPUtime=33.37 cores=0,2,4,6
/proc/22790/stat : 22790 (march_hi) R 22788 22790 22790 0 -1 4202500 999 0 0 0 3337 0 0 0 25 0 1 0 538533431 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 0
/proc/22790/statm: 0 0 0 0 0 0 0
[pid=22744/tid=22751] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22751/stat : 22751 (python) S 22742 22744 21633 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 538523413 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22754] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22754/stat : 22754 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 538523416 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22757] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22757/stat : 22757 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 538523418 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22760] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22760/stat : 22760 (python) S 22742 22744 21633 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 9 0 538523422 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22777] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22777/stat : 22777 (python) S 22742 22744 21633 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 538533234 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22781] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22781/stat : 22781 (python) S 22742 22744 21633 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 538533338 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 2 0 0 0
[pid=22744/tid=22785] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22785/stat : 22785 (python) S 22742 22744 21633 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 538533343 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22789] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22789/stat : 22789 (python) S 22742 22744 21633 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 538533431 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 535.61
Current children cumulated vsize (KiB) 7199080

[startup+134.801 s]
/proc/loadavg: 9.28 8.96 7.64 11/256 22791
/proc/meminfo: memFree=28294532/32951124 swapFree=67111356/67111528
[pid=22744] ppid=22742 vsize=361664 CPUtime=0.85 cores=0,2,4,6
/proc/22744/stat : 22744 (python) R 22742 22744 21633 0 -1 4202496 16233 933 1 0 77 8 0 0 18 0 9 0 538523337 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22744/statm: 90416 7384 1892 364 0 26313 0
[pid=22750] ppid=22744 vsize=289484 CPUtime=0.15 cores=0,2,4,6
/proc/22750/stat : 22750 (python) S 22744 22744 21633 0 -1 4202560 1082 0 0 0 7 8 0 0 19 0 2 0 538523413 296431616 5787 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22750/statm: 72371 5787 410 364 0 8289 0
[pid=22752] ppid=22750 vsize=1017932 CPUtime=100.14 cores=0,2,4,6
/proc/22752/stat : 22752 (gnovelty+2) T 22750 22752 22752 0 -1 4202496 490 0 0 0 10014 0 0 0 25 0 1 0 538523413 1042362368 227 33554432000 134512640 135663704 4288292256 18446744073709551615 134525213 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/22752/statm: 254483 227 113 282 0 254199 0
[pid=22750/tid=22787] ppid=22744 vsize=289484 CPUtime=0 cores=0,2,4,6
/proc/22750/task/22787/stat : 22787 (python) S 22744 22744 21633 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538533427 296431616 5787 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 514 18446604444177363328 0 0 -1 4 0 0 0
[pid=22753] ppid=22744 vsize=289884 CPUtime=0.15 cores=0,2,4,6
/proc/22753/stat : 22753 (python) S 22744 22744 21633 0 -1 4202560 1083 0 0 0 9 6 0 0 19 0 2 0 538523415 296841216 5865 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22753/statm: 72471 5865 400 364 0 8386 0
[pid=22755] ppid=22753 vsize=1017932 CPUtime=98.13 cores=0,2,4,6
/proc/22755/stat : 22755 (gnovelty+2) T 22753 22755 22755 0 -1 4202496 495 0 0 0 9813 0 0 0 25 0 1 0 538523416 1042362368 227 33554432000 134512640 135663704 4293787328 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22755/statm: 254483 227 113 282 0 254199 0
[pid=22753/tid=22775] ppid=22744 vsize=289884 CPUtime=0 cores=0,2,4,6
/proc/22753/task/22775/stat : 22775 (python) S 22744 22744 21633 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538533231 296841216 5865 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 514 18446604452370027712 0 0 -1 6 0 0 0
[pid=22756] ppid=22744 vsize=300140 CPUtime=0.15 cores=0,2,4,6
/proc/22756/stat : 22756 (python) S 22744 22744 21633 0 -1 4202560 1094 0 0 0 6 9 0 0 19 0 2 0 538523418 307343360 5869 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/22756/statm: 75035 5869 400 364 0 10947 0
[pid=22758] ppid=22756 vsize=416524 CPUtime=98.36 cores=0,2,4,6
/proc/22758/stat : 22758 (adaptg2wsat2009) T 22756 22758 22758 0 -1 4202496 586 0 0 0 9836 0 0 0 25 0 1 0 538523419 426520576 320 33554432000 134512640 135107411 4293786032 18446744073709551615 134532326 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/22758/statm: 104131 320 59 146 0 103007 0
[pid=22756/tid=22779] ppid=22744 vsize=300140 CPUtime=0 cores=0,2,4,6
/proc/22756/task/22779/stat : 22779 (python) S 22744 22744 21633 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538533335 307343360 5869 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 514 18446604453886141568 0 0 -1 2 0 0 0
[pid=22759] ppid=22744 vsize=310396 CPUtime=0.14 cores=0,2,4,6
/proc/22759/stat : 22759 (python) S 22744 22744 21633 0 -1 4202560 1099 0 0 0 7 7 0 0 19 0 2 0 538523421 317845504 5873 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917557707 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/22759/statm: 77599 5873 400 364 0 13508 0
[pid=22761] ppid=22759 vsize=416524 CPUtime=98.72 cores=0,2,4,6
/proc/22761/stat : 22761 (adaptg2wsat2009) T 22759 22761 22761 0 -1 4202496 590 0 0 0 9872 0 0 0 25 0 1 0 538523422 426520576 322 33554432000 134512640 135107411 4290549024 18446744073709551615 134532318 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/22761/statm: 104131 322 59 146 0 103007 0
[pid=22759/tid=22782] ppid=22744 vsize=310396 CPUtime=0 cores=0,2,4,6
/proc/22759/task/22782/stat : 22782 (python) S 22744 22744 21633 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538533339 317845504 5873 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 514 18446604453592671488 0 0 -1 4 0 0 0
[pid=22776] ppid=22744 vsize=320652 CPUtime=0.05 cores=0,2,4,6
/proc/22776/stat : 22776 (python) S 22744 22744 21633 0 -1 4202560 940 0 0 0 3 2 0 0 18 0 1 0 538533234 328347648 5847 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 4436907650076082436 0 0 17 0 0 0 0
/proc/22776/statm: 80163 5847 371 364 0 16069 0
[pid=22778] ppid=22776 vsize=416524 CPUtime=35.79 cores=0,2,4,6
/proc/22778/stat : 22778 (adaptg2wsat2009) R 22776 22778 22778 0 -1 4202496 587 0 0 0 3579 0 0 0 25 0 1 0 538533234 426520576 320 33554432000 134512640 135107411 4288469888 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/22778/statm: 104131 320 59 146 0 103007 0
[pid=22780] ppid=22744 vsize=330908 CPUtime=0.05 cores=0,2,4,6
/proc/22780/stat : 22780 (python) S 22744 22744 21633 0 -1 4202560 950 0 0 0 2 3 0 0 18 0 1 0 538533338 338849792 5851 33554432000 4194304 5683644 140736076797648 18446744073709551615 218905751110 0 0 16781312 514 4436907650076082436 0 0 17 2 0 0 0
/proc/22780/statm: 82727 5851 371 364 0 18630 0
[pid=22783] ppid=22780 vsize=1017932 CPUtime=34.71 cores=0,2,4,6
/proc/22783/stat : 22783 (gnovelty+2) R 22780 22783 22783 0 -1 4202496 493 0 0 0 3471 0 0 0 25 0 1 0 538533339 1042362368 227 33554432000 134512640 135663704 4291778064 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/22783/statm: 254483 227 113 282 0 254199 0
[pid=22784] ppid=22744 vsize=341164 CPUtime=1.59 cores=0,2,4,6
/proc/22784/stat : 22784 (python) R 22744 22744 21633 0 -1 4202560 966 0 0 0 136 23 0 0 17 0 1 0 538533343 349351936 5855 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917561151 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/22784/statm: 85291 5855 371 364 0 21191 0
[pid=22786] ppid=22784 vsize=0 CPUtime=33.08 cores=0,2,4,6
/proc/22786/stat : 22786 (march_hi) R 22784 22786 22786 0 -1 4202500 994 0 0 0 3308 0 0 0 25 0 1 0 538533343 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22786/statm: 0 0 0 0 0 0 0
[pid=22788] ppid=22744 vsize=0 CPUtime=33.59 cores=0,2,4,6
/proc/22788/stat : 22788 (python) Z 22744 22744 21633 0 -1 4202588 1259 999 0 0 18 4 3337 0 17 0 1 0 538533431 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/22788/statm: 0 0 0 0 0 0 0
[pid=22744/tid=22751] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22751/stat : 22751 (python) S 22742 22744 21633 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 538523413 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22754] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22754/stat : 22754 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 538523416 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22757] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22757/stat : 22757 (python) S 22742 22744 21633 0 -1 4202560 23 933 0 0 0 0 0 0 24 0 9 0 538523418 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 6 0 0 0
[pid=22744/tid=22760] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22760/stat : 22760 (python) S 22742 22744 21633 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 9 0 538523422 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22777] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22777/stat : 22777 (python) S 22742 22744 21633 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 538533234 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22781] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22781/stat : 22781 (python) S 22742 22744 21633 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 538533338 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 2 0 0 0
[pid=22744/tid=22785] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22785/stat : 22785 (python) S 22742 22744 21633 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 538533343 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
[pid=22744/tid=22789] ppid=22742 vsize=361664 CPUtime=0 cores=0,2,4,6
/proc/22744/task/22789/stat : 22789 (python) S 22742 22744 21633 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 538533431 370343936 7384 33554432000 4194304 5683644 140736076797648 18446744073709551615 218917554609 0 0 16781312 2 18446604440278958528 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 535.65
Current children cumulated vsize (KiB) 6847660

Child status: 0
Real time (s): 134.83
CPU time (s): 535.841
CPU user time (s): 535.057
CPU system time (s): 0.78388
CPU usage (%): 397.419
Max. virtual memory (cumulated for all children) (KiB): 7203612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 535.057
system time used= 0.78388
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35753
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= 2716
involuntary context switches= 5541

runsolver used 0.283956 second user time and 0.612906 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-01 19:00:56
IDJOB=3317384
IDBENCH=82849
IDSOLVER=1705
FILE ID=node137/3317384-1304269256
RUNJOBID= node137-1304267281-21651
PBS_JOBID= 13173942
Free space on /tmp= 73376 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1082084494-034.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-3317384-1304269256/watcher-3317384-1304269256 -o /tmp/evaluation-result-3317384-1304269256/solver-3317384-1304269256 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317384-1304269256.cnf -seed 496160418 -budget 4800 -cores 4

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

MD5SUM BENCH= bf255e5bc10dc75db5f2f0a4a1086e58
RANDOM SEED=496160418

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.83
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.844
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:     32951124 kB
MemFree:      28432556 kB
Buffers:        940224 kB
Cached:        2611544 kB
SwapCached:         48 kB
Active:         822336 kB
Inactive:      3225264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28432556 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           31996 kB
Writeback:           4 kB
AnonPages:      495864 kB
Mapped:          24200 kB
Slab:           399048 kB
PageTables:      12496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17970552 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= 73344 MiB
End job on node137 at 2011-05-01 19:03:11