Trace number 3378280

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-par-random (fixed)? (MO) 2020.64 509.329

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S58287803-001-UNKNOWN.cnf
MD5SUM0d5d355ade4a956f83626786ca6018b7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.33/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.33/0.47	c INFO: solving HOME/instance-3378280-1305464451.cnf
0.33/0.47	c INFO: computing task features
0.51/0.61	c INFO: computed variable-clause graph statistics
0.51/0.61	c INFO: computed clause balance statistics
1.22/1.33	c INFO: computed variable balance statistics
1.52/1.63	c INFO: computed small-clause counts
1.52/1.63	c INFO: computed Horn-clause counts
1.52/1.65	c INFO: computed variable graph statistics
1.52/1.65	c INFO: collected features for HOME/instance-3378280-1305464451.cnf in 1.18 s
1.52/1.66	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.36)
1.52/1.67	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.13)
1.52/1.68	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.08)
1.52/1.69	c INFO: running adaptg2wsat2009++@0 for 97 with 1198 remaining (b = 0.07)
393.72/100.01	c INFO: running adaptg2wsat2009++@0 for 97 with 1100 remaining (b = 0.05)
396.39/100.96	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.04)
396.39/100.99	c INFO: running FH@0 for 97 with 1099 remaining (b = 0.03)
401.23/101.96	c INFO: running adaptg2wsat2009++@0 for 97 with 1098 remaining (b = 0.03)
792.39/200.28	c INFO: running adaptg2wsat2009++@0 for 97 with 1000 remaining (b = 0.02)
796.37/201.23	c INFO: running FH@0 for 97 with 999 remaining (b = 0.02)
796.37/201.27	c INFO: running hybridGM3@0 for 194 with 999 remaining (b = 0.04)
812.22/205.28	c INFO: running gnovelty+2@0 for 97 with 995 remaining (b = 0.02)
1187.43/299.57	c INFO: running hybridGM3@0 for 194 with 900 remaining (b = 0.03)
1190.97/300.50	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.02)
1227.56/309.62	c INFO: running hybridGM3@0 for 194 with 890 remaining (b = 0.03)
1586.71/399.90	c INFO: running hybridGM3@101 for 97 with 800 remaining (b = 0.01)
1606.24/404.82	c INFO: running FH@0 for 97 with 795 remaining (b = 0.01)
1964.64/495.17	c INFO: running hybridGM3@0 for 194 with 705 remaining (b = 0.02)
1976.94/498.23	c INFO: running hybridGM3@99 for 97 with 702 remaining (b = 0.01)
2016.61/508.26	c INFO: running TNM@0 for 692 with 692 remaining (b = 0.08)
2020.64/509.32	c INFO: running adaptg2wsat2009++@98 for 97 with 691 remaining (b = 0.01)
2020.64/509.32	Traceback (most recent call last):
2020.64/509.32	  File "HOME/solve", line 33, in <module>
2020.64/509.32	    plac.call(main)
2020.64/509.32	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
2020.64/509.32	    cmd, result = parser_from(obj).consume(arglist)
2020.64/509.32	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
2020.64/509.32	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
2020.64/509.32	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
2020.64/509.32	    (_, answer, _) = solver(input_path, budget / cores, cores)
2020.64/509.32	  File "HOME/borg/build/lib/borg/bilevel.py", line 202, in __call__
2020.64/509.32	    solver.go(max_cost * borg.defaults.machine_speed)
2020.64/509.32	  File "HOME/borg/build/lib/borg/solvers.py", line 179, in go
2020.64/509.32	    self._process.start()
2020.64/509.32	  File "/home/evaluation/evaluation/tools64/lib/python2.7/multiprocessing/process.py", line 94, in start
2020.64/509.32	    assert self._popen is None, 'cannot start a process twice'
2020.64/509.32	AssertionError: cannot start a process twice

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378280-1305464451/watcher-3378280-1305464451 -o /tmp/evaluation-result-3378280-1305464451/solver-3378280-1305464451 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378280-1305464451.cnf -seed 1087263410 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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.28 8.22 6.96 5/382 18548
/proc/meminfo: memFree=19703884/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/18548/stat : 18548 (python) R 18546 18548 18093 0 -1 4202496 996 0 0 0 0 0 0 0 17 0 1 0 658043255 16629760 869 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335553221 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18548/statm: 4060 869 368 364 0 547 0

[startup+0.0812741 s]
/proc/loadavg: 8.28 8.22 6.96 5/382 18548
/proc/meminfo: memFree=19703884/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=85620 CPUtime=0.05 cores=1,3,5,7
/proc/18548/stat : 18548 (python) S 18546 18548 18093 0 -1 4202496 2629 0 0 0 4 1 0 0 17 0 1 0 658043255 87674880 2348 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/18548/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.100776 s]
/proc/loadavg: 8.28 8.22 6.96 5/382 18548
/proc/meminfo: memFree=19703884/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=104224 CPUtime=0.07 cores=1,3,5,7
/proc/18548/stat : 18548 (python) R 18546 18548 18093 0 -1 4202496 3057 0 0 0 5 2 0 0 17 0 1 0 658043255 106725376 2741 33554432000 4194304 5683644 140736216520768 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/18548/statm: 26055 2740 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300759 s]
/proc/loadavg: 8.28 8.22 6.96 5/382 18548
/proc/meminfo: memFree=19703884/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=170752 CPUtime=0.23 cores=1,3,5,7
/proc/18548/stat : 18548 (python) S 18546 18548 18093 0 -1 4202496 6729 933 1 0 17 6 0 0 17 0 1 0 658043255 174850048 4805 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 1 0 0 0
/proc/18548/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700686 s]
/proc/loadavg: 8.28 8.22 6.96 5/382 18548
/proc/meminfo: memFree=19703884/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=283912 CPUtime=0.62 cores=1,3,5,7
/proc/18548/stat : 18548 (python) R 18546 18548 18093 0 -1 4202496 11842 933 1 0 52 10 0 0 17 0 1 0 658043255 290725888 8363 33554432000 4194304 5683644 140736216520768 18446744073709551615 4567033 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18548/statm: 70978 8363 1826 364 0 6902 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 283912

[startup+1.50054 s]
/proc/loadavg: 8.28 8.22 6.96 6/383 18553
/proc/meminfo: memFree=19676472/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=283912 CPUtime=1.42 cores=1,3,5,7
/proc/18548/stat : 18548 (python) R 18546 18548 18093 0 -1 4202496 11843 933 1 0 132 10 0 0 18 0 1 0 658043255 290725888 8364 33554432000 4194304 5683644 140736216520768 18446744073709551615 47330792509531 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/18548/statm: 70978 8364 1827 364 0 6902 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 283912

[startup+3.10121 s]
/proc/loadavg: 8.02 8.17 6.95 9/395 18565
/proc/meminfo: memFree=19654500/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=321092 CPUtime=1.6 cores=1,3,5,7
/proc/18548/stat : 18548 (python) S 18546 18548 18093 0 -1 4202496 14595 933 1 0 150 10 0 0 22 0 5 0 658043255 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18548/statm: 80273 7464 1875 364 0 16182 0
[pid=18554] ppid=18548 vsize=279924 CPUtime=0 cores=1,3,5,7
/proc/18554/stat : 18554 (python) S 18548 18548 18093 0 -1 4202560 724 0 0 0 0 0 0 0 18 0 1 0 658043422 286642176 5769 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912463 0 0 16781312 514 17033129191085670663 0 0 17 5 0 0 0
/proc/18554/statm: 69981 5769 355 364 0 5899 0
[pid=18556] ppid=18554 vsize=1018820 CPUtime=1.42 cores=1,3,5,7
/proc/18556/stat : 18556 (gnovelty+2) R 18554 18556 18556 0 -1 4202496 861 0 0 0 142 0 0 0 25 0 1 0 658043422 1043271680 596 33554432000 134512640 135663704 4291833920 18446744073709551615 134544212 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18556/statm: 254705 596 113 282 0 254421 0
[pid=18557] ppid=18548 vsize=290820 CPUtime=0 cores=1,3,5,7
/proc/18557/stat : 18557 (python) S 18548 18548 18093 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 658043423 297799680 5792 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 16828254715581006084 0 0 17 7 0 0 0
/proc/18557/statm: 72705 5792 349 364 0 8620 0
[pid=18559] ppid=18557 vsize=1018820 CPUtime=1.42 cores=1,3,5,7
/proc/18559/stat : 18559 (gnovelty+2) R 18557 18559 18559 0 -1 4202496 858 0 0 0 142 0 0 0 25 0 1 0 658043423 1043271680 595 33554432000 134512640 135663704 4294827120 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18559/statm: 254705 595 113 282 0 254421 0
[pid=18560] ppid=18548 vsize=300592 CPUtime=0 cores=1,3,5,7
/proc/18560/stat : 18560 (python) S 18548 18548 18093 0 -1 4202560 730 0 0 0 0 0 0 0 18 0 1 0 658043424 307806208 5929 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 4450533077340389375 0 0 17 7 0 0 0
/proc/18560/statm: 75148 5929 347 364 0 11060 0
[pid=18562] ppid=18560 vsize=419160 CPUtime=1.41 cores=1,3,5,7
/proc/18562/stat : 18562 (adaptg2wsat2009) R 18560 18562 18562 0 -1 4202496 1253 0 0 0 141 0 0 0 25 0 1 0 658043424 429219840 991 33554432000 134512640 135107411 4287300416 18446744073709551615 134523300 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18562/statm: 104790 991 49 146 0 103666 0
[pid=18563] ppid=18548 vsize=310848 CPUtime=0 cores=1,3,5,7
/proc/18563/stat : 18563 (python) S 18548 18548 18093 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 658043425 318308352 5932 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 3556765363888717823 0 0 17 7 0 0 0
/proc/18563/statm: 77712 5932 347 364 0 13621 0
[pid=18565] ppid=18563 vsize=419160 CPUtime=1.38 cores=1,3,5,7
/proc/18565/stat : 18565 (adaptg2wsat2009) R 18563 18565 18565 0 -1 4202496 1252 0 0 0 138 0 0 0 25 0 1 0 658043425 429219840 990 33554432000 134512640 135107411 4291102720 18446744073709551615 134523455 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18565/statm: 104790 990 49 146 0 103666 0
[pid=18548/tid=18555] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18555/stat : 18555 (python) S 18546 18548 18093 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658043422 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 3 0 0 0
[pid=18548/tid=18558] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18558/stat : 18558 (python) S 18546 18548 18093 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658043423 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18561] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18561/stat : 18561 (python) S 18546 18548 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658043424 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18564] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18564/stat : 18564 (python) S 18546 18548 18093 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 5 0 658043425 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.23
Current children cumulated vsize (KiB) 4379236

[startup+6.30065 s]
/proc/loadavg: 8.02 8.17 6.95 9/395 18566
/proc/meminfo: memFree=19651428/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=321092 CPUtime=1.6 cores=1,3,5,7
/proc/18548/stat : 18548 (python) S 18546 18548 18093 0 -1 4202496 14595 933 1 0 150 10 0 0 22 0 5 0 658043255 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18548/statm: 80273 7464 1875 364 0 16182 0
[pid=18554] ppid=18548 vsize=279924 CPUtime=0 cores=1,3,5,7
/proc/18554/stat : 18554 (python) S 18548 18548 18093 0 -1 4202560 878 0 0 0 0 0 0 0 18 0 1 0 658043422 286642176 5792 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912463 0 0 16781312 514 17033129191085670663 0 0 17 5 0 0 0
/proc/18554/statm: 69981 5792 378 364 0 5899 0
[pid=18556] ppid=18554 vsize=1018820 CPUtime=4.62 cores=1,3,5,7
/proc/18556/stat : 18556 (gnovelty+2) R 18554 18556 18556 0 -1 4202496 861 0 0 0 462 0 0 0 25 0 1 0 658043422 1043271680 596 33554432000 134512640 135663704 4291833920 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18556/statm: 254705 596 113 282 0 254421 0
[pid=18557] ppid=18548 vsize=290820 CPUtime=0 cores=1,3,5,7
/proc/18557/stat : 18557 (python) S 18548 18548 18093 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 658043423 297799680 5815 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 16828254715581006084 0 0 17 7 0 0 0
/proc/18557/statm: 72705 5815 372 364 0 8620 0
[pid=18559] ppid=18557 vsize=1018820 CPUtime=4.6 cores=1,3,5,7
/proc/18559/stat : 18559 (gnovelty+2) R 18557 18559 18559 0 -1 4202496 858 0 0 0 460 0 0 0 25 0 1 0 658043423 1043271680 595 33554432000 134512640 135663704 4294827120 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18559/statm: 254705 595 113 282 0 254421 0
[pid=18560] ppid=18548 vsize=300592 CPUtime=0 cores=1,3,5,7
/proc/18560/stat : 18560 (python) S 18548 18548 18093 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 658043424 307806208 5951 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 4450533077340356869 0 0 17 7 0 0 0
/proc/18560/statm: 75148 5951 369 364 0 11060 0
[pid=18562] ppid=18560 vsize=419428 CPUtime=4.6 cores=1,3,5,7
/proc/18562/stat : 18562 (adaptg2wsat2009) R 18560 18562 18562 0 -1 4202496 1437 0 0 0 460 0 0 0 25 0 1 0 658043424 429494272 1175 33554432000 134512640 135107411 4287300416 18446744073709551615 134531741 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18562/statm: 104857 1175 59 146 0 103733 0
[pid=18563] ppid=18548 vsize=310848 CPUtime=0 cores=1,3,5,7
/proc/18563/stat : 18563 (python) S 18548 18548 18093 0 -1 4202560 907 0 0 0 0 0 0 0 18 0 1 0 658043425 318308352 5955 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 3556765363888685317 0 0 17 7 0 0 0
/proc/18563/statm: 77712 5955 370 364 0 13621 0
[pid=18565] ppid=18563 vsize=419428 CPUtime=4.49 cores=1,3,5,7
/proc/18565/stat : 18565 (adaptg2wsat2009) R 18563 18565 18565 0 -1 4202496 1438 0 0 0 449 0 0 0 25 0 1 0 658043425 429494272 1176 33554432000 134512640 135107411 4291102720 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18565/statm: 104857 1176 59 146 0 103733 0
[pid=18548/tid=18555] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18555/stat : 18555 (python) S 18546 18548 18093 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658043422 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 3 0 0 0
[pid=18548/tid=18558] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18558/stat : 18558 (python) S 18546 18548 18093 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658043423 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18561] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18561/stat : 18561 (python) S 18546 18548 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658043424 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18564] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18564/stat : 18564 (python) S 18546 18548 18093 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 5 0 658043425 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.91
Current children cumulated vsize (KiB) 4379772

[startup+12.7015 s]
/proc/loadavg: 8.02 8.16 6.96 9/395 18575
/proc/meminfo: memFree=19647604/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=321092 CPUtime=1.6 cores=1,3,5,7
/proc/18548/stat : 18548 (python) S 18546 18548 18093 0 -1 4202496 14595 933 1 0 150 10 0 0 22 0 5 0 658043255 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18548/statm: 80273 7464 1875 364 0 16182 0
[pid=18554] ppid=18548 vsize=279924 CPUtime=0.02 cores=1,3,5,7
/proc/18554/stat : 18554 (python) S 18548 18548 18093 0 -1 4202560 884 0 0 0 1 1 0 0 18 0 1 0 658043422 286642176 5792 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912463 0 0 16781312 514 864480022222569735 0 0 17 5 0 0 0
/proc/18554/statm: 69981 5792 378 364 0 5899 0
[pid=18556] ppid=18554 vsize=1018820 CPUtime=11.02 cores=1,3,5,7
/proc/18556/stat : 18556 (gnovelty+2) R 18554 18556 18556 0 -1 4202496 861 0 0 0 1102 0 0 0 25 0 1 0 658043422 1043271680 596 33554432000 134512640 135663704 4291833920 18446744073709551615 134525544 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18556/statm: 254705 596 113 282 0 254421 0
[pid=18557] ppid=18548 vsize=290820 CPUtime=0.02 cores=1,3,5,7
/proc/18557/stat : 18557 (python) S 18548 18548 18093 0 -1 4202560 892 0 0 0 1 1 0 0 18 0 1 0 658043423 297799680 5815 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 864480022222569732 0 0 17 7 0 0 0
/proc/18557/statm: 72705 5815 372 364 0 8620 0
[pid=18559] ppid=18557 vsize=1018820 CPUtime=10.99 cores=1,3,5,7
/proc/18559/stat : 18559 (gnovelty+2) R 18557 18559 18559 0 -1 4202496 858 0 0 0 1099 0 0 0 25 0 1 0 658043423 1043271680 595 33554432000 134512640 135663704 4294827120 18446744073709551615 134545566 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18559/statm: 254705 595 113 282 0 254421 0
[pid=18560] ppid=18548 vsize=300592 CPUtime=0.03 cores=1,3,5,7
/proc/18560/stat : 18560 (python) S 18548 18548 18093 0 -1 4202560 896 0 0 0 1 2 0 0 18 0 1 0 658043424 307806208 5952 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 864480022222569733 0 0 17 7 0 0 0
/proc/18560/statm: 75148 5952 370 364 0 11060 0
[pid=18562] ppid=18560 vsize=419428 CPUtime=11 cores=1,3,5,7
/proc/18562/stat : 18562 (adaptg2wsat2009) R 18560 18562 18562 0 -1 4202496 1437 0 0 0 1100 0 0 0 25 0 1 0 658043424 429494272 1175 33554432000 134512640 135107411 4287300416 18446744073709551615 134532121 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18562/statm: 104857 1175 59 146 0 103733 0
[pid=18563] ppid=18548 vsize=310848 CPUtime=0.02 cores=1,3,5,7
/proc/18563/stat : 18563 (python) S 18548 18548 18093 0 -1 4202560 909 0 0 0 1 1 0 0 18 0 1 0 658043425 318308352 5955 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 864480022222569733 0 0 17 7 0 0 0
/proc/18563/statm: 77712 5955 370 364 0 13621 0
[pid=18565] ppid=18563 vsize=419428 CPUtime=10.76 cores=1,3,5,7
/proc/18565/stat : 18565 (adaptg2wsat2009) R 18563 18565 18565 0 -1 4202496 1438 0 0 0 1076 0 0 0 25 0 1 0 658043425 429494272 1176 33554432000 134512640 135107411 4291102720 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18565/statm: 104857 1176 59 146 0 103733 0
[pid=18548/tid=18555] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18555/stat : 18555 (python) S 18546 18548 18093 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 5 0 658043422 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 3 0 0 0
[pid=18548/tid=18558] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18558/stat : 18558 (python) S 18546 18548 18093 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 5 0 658043423 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18561] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18561/stat : 18561 (python) S 18546 18548 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 5 0 658043424 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18564] ppid=18546 vsize=321092 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18564/stat : 18564 (python) S 18546 18548 18093 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 5 0 658043425 328798208 7464 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.46
Current children cumulated vsize (KiB) 4379772

[startup+25.5012 s]
/proc/loadavg: 8.16 8.19 6.98 9/395 18575
/proc/meminfo: memFree=19649116/32951124 swapFree=66457188/67111528
[pid=18548] ppid=18546 vsize=321092 CPUtime=1.6 cores=1,3,5,7

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

/proc/18563/stat : 18563 (python) S 18548 18548 18093 0 -1 4202560 1089 0 0 0 14 12 0 0 19 0 2 0 658043425 318308352 5985 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18563/statm: 77712 5985 399 364 0 13621 0
[pid=18565] ppid=18563 vsize=419428 CPUtime=97.36 cores=1,3,5,7
/proc/18565/stat : 18565 (adaptg2wsat2009) T 18563 18565 18565 0 -1 4202496 1438 0 0 0 9736 0 0 0 25 0 1 0 658043425 429494272 1176 33554432000 134512640 135107411 4291102720 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18565/statm: 104857 1176 59 146 0 103733 0
[pid=18563/tid=18625] ppid=18548 vsize=310848 CPUtime=0 cores=1,3,5,7
/proc/18563/task/18625/stat : 18625 (python) S 18548 18548 18093 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658053351 318308352 5985 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604466625719104 0 0 -1 5 0 0 0
[pid=18622] ppid=18548 vsize=321688 CPUtime=0.25 cores=1,3,5,7
/proc/18622/stat : 18622 (python) S 18548 18548 18093 0 -1 4202560 1091 0 0 0 12 13 0 0 19 0 2 0 658053257 329408512 5991 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18622/statm: 80422 5991 400 364 0 16328 0
[pid=18624] ppid=18622 vsize=419428 CPUtime=100.22 cores=1,3,5,7
/proc/18624/stat : 18624 (adaptg2wsat2009) T 18622 18624 18624 0 -1 4202496 1443 0 0 0 10022 0 0 0 25 0 1 0 658053257 429494272 1175 33554432000 134512640 135107411 4290445056 18446744073709551615 134531274 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18624/statm: 104857 1175 59 146 0 103733 0
[pid=18622/tid=18643] ppid=18548 vsize=321688 CPUtime=0 cores=1,3,5,7
/proc/18622/task/18643/stat : 18643 (python) S 18548 18548 18093 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658063283 329408512 5991 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604468615350208 0 0 -1 7 0 0 0
[pid=18626] ppid=18548 vsize=396896 CPUtime=0.25 cores=1,3,5,7
/proc/18626/stat : 18626 (python) S 18548 18548 18093 0 -1 4202560 1087 0 0 0 13 12 0 0 18 0 2 0 658053352 406421504 6019 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/18626/statm: 99224 6019 399 364 0 35127 0
[pid=18629] ppid=18626 vsize=1018820 CPUtime=100.27 cores=1,3,5,7
/proc/18629/stat : 18629 (gnovelty+2) T 18626 18629 18629 0 -1 4202496 860 0 0 0 10027 0 0 0 25 0 1 0 658053354 1043271680 596 33554432000 134512640 135663704 4289230160 18446744073709551615 134545682 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18629/statm: 254705 596 113 282 0 254421 0
[pid=18626/tid=18651] ppid=18548 vsize=396896 CPUtime=0 cores=1,3,5,7
/proc/18626/task/18651/stat : 18651 (python) S 18548 18548 18093 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 658063381 406421504 6019 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604467961016448 0 0 -1 3 0 0 0
[pid=18630] ppid=18548 vsize=342216 CPUtime=0.27 cores=1,3,5,7
/proc/18630/stat : 18630 (python) S 18548 18548 18093 0 -1 4202560 1086 0 0 0 13 14 0 0 19 0 2 0 658053355 350429184 6024 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18630/statm: 85554 6024 400 364 0 21454 0
[pid=18632] ppid=18630 vsize=249188 CPUtime=101.48 cores=1,3,5,7
/proc/18632/stat : 18632 (FH) T 18630 18632 18632 0 -1 4202496 1321 0 0 0 10148 0 0 0 25 0 1 0 658053355 255168512 1057 33554432000 134512640 134936988 4290819264 18446744073709551615 134553238 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18632/statm: 62297 1057 41 104 0 61801 0
[pid=18630/tid=18655] ppid=18548 vsize=342216 CPUtime=0 cores=1,3,5,7
/proc/18630/task/18655/stat : 18655 (python) S 18548 18548 18093 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658063783 350429184 6024 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604455375139200 0 0 -1 7 0 0 0
[pid=18634] ppid=18548 vsize=352180 CPUtime=0.25 cores=1,3,5,7
/proc/18634/stat : 18634 (python) S 18548 18548 18093 0 -1 4202560 1123 0 0 0 12 13 0 0 19 0 2 0 658053451 360632320 6038 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18634/statm: 88045 6038 406 364 0 23942 0
[pid=18636] ppid=18634 vsize=419428 CPUtime=99.01 cores=1,3,5,7
/proc/18636/stat : 18636 (adaptg2wsat2009) T 18634 18636 18636 0 -1 4202496 1445 0 0 0 9901 0 0 0 25 0 1 0 658053452 429494272 1175 33554432000 134512640 135107411 4286687552 18446744073709551615 134531731 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18636/statm: 104857 1175 59 146 0 103733 0
[pid=18634/tid=18647] ppid=18548 vsize=352180 CPUtime=0 cores=1,3,5,7
/proc/18634/task/18647/stat : 18647 (python) S 18548 18548 18093 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658063378 360632320 6038 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604471144055040 0 0 -1 7 0 0 0
[pid=18644] ppid=18548 vsize=362272 CPUtime=0.25 cores=1,3,5,7
/proc/18644/stat : 18644 (python) S 18548 18548 18093 0 -1 4202560 1125 0 0 0 13 12 0 0 19 0 2 0 658063284 370966528 6042 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18644/statm: 90568 6042 406 364 0 26462 0
[pid=18646] ppid=18644 vsize=419428 CPUtime=99.1 cores=1,3,5,7
/proc/18646/stat : 18646 (adaptg2wsat2009) T 18644 18646 18646 0 -1 4202496 1443 0 0 0 9910 0 0 0 25 0 1 0 658063284 429494272 1175 33554432000 134512640 135107411 4287347488 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18646/statm: 104857 1175 59 146 0 103733 0
[pid=18644/tid=18668] ppid=18548 vsize=362272 CPUtime=0 cores=1,3,5,7
/proc/18644/task/18668/stat : 18668 (python) S 18548 18548 18093 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 658073212 370966528 6042 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604463105320960 0 0 -1 5 0 0 0
[pid=18648] ppid=18548 vsize=373136 CPUtime=0.26 cores=1,3,5,7
/proc/18648/stat : 18648 (python) S 18548 18548 18093 0 -1 4202560 1106 0 0 0 14 12 0 0 19 0 2 0 658063379 382091264 6040 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18648/statm: 93284 6040 400 364 0 29175 0
[pid=18650] ppid=18648 vsize=249192 CPUtime=99.22 cores=1,3,5,7
/proc/18650/stat : 18650 (FH) T 18648 18650 18650 0 -1 4202496 1324 0 0 0 9922 0 0 0 25 0 1 0 658063379 255172608 1059 33554432000 134512640 134936988 4287592048 18446744073709551615 134545269 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18650/statm: 62298 1059 41 104 0 61802 0
[pid=18648/tid=18672] ppid=18548 vsize=373136 CPUtime=0 cores=1,3,5,7
/proc/18648/task/18672/stat : 18672 (python) S 18548 18548 18093 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 658073304 382091264 6040 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604471113810944 0 0 -1 1 0 0 0
[pid=18652] ppid=18548 vsize=382908 CPUtime=0.78 cores=1,3,5,7
/proc/18652/stat : 18652 (python) S 18548 18548 18093 0 -1 4202560 1171 0 0 0 36 42 0 0 18 0 2 0 658063383 392097792 6080 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18652/statm: 95727 6080 399 364 0 31615 0
[pid=18654] ppid=18652 vsize=268428 CPUtime=293.7 cores=1,3,5,7
/proc/18654/stat : 18654 (hybridGM3) T 18652 18654 18654 0 -1 4202496 5278 0 0 0 29370 0 0 0 25 0 1 0 658063383 274870272 5010 33554432000 134512640 135204385 4292102528 18446744073709551615 134538016 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18654/statm: 67107 5010 63 169 0 66937 0
[pid=18652/tid=18693] ppid=18548 vsize=382908 CPUtime=0 cores=1,3,5,7
/proc/18652/task/18693/stat : 18693 (python) S 18548 18548 18093 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 658083245 392097792 6080 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604462999134400 0 0 -1 7 0 0 0
[pid=18656] ppid=18548 vsize=393692 CPUtime=0.27 cores=1,3,5,7
/proc/18656/stat : 18656 (python) S 18548 18548 18093 0 -1 4202560 1126 0 0 0 14 13 0 0 19 0 2 0 658063784 403140608 6086 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18656/statm: 98423 6086 400 364 0 34308 0
[pid=18658] ppid=18656 vsize=1018820 CPUtime=101.36 cores=1,3,5,7
/proc/18658/stat : 18658 (gnovelty+2) T 18656 18658 18658 0 -1 4202496 865 0 0 0 10136 0 0 0 25 0 1 0 658063784 1043271680 596 33554432000 134512640 135663704 4286974016 18446744073709551615 134525493 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18658/statm: 254705 596 113 282 0 254421 0
[pid=18656/tid=18677] ppid=18548 vsize=393692 CPUtime=0 cores=1,3,5,7
/proc/18656/task/18677/stat : 18677 (python) S 18548 18548 18093 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 658074216 403140608 6086 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604458412722240 0 0 -1 5 0 0 0
[pid=18669] ppid=18548 vsize=403420 CPUtime=0.55 cores=1,3,5,7
/proc/18669/stat : 18669 (python) S 18548 18548 18093 0 -1 4202560 1164 0 0 0 27 28 0 0 18 0 2 0 658073213 413102080 6099 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18669/statm: 100855 6099 399 364 0 36737 0
[pid=18671] ppid=18669 vsize=268424 CPUtime=208.87 cores=1,3,5,7
/proc/18671/stat : 18671 (hybridGM3) R 18669 18671 18671 0 -1 4202496 5277 0 0 0 20887 0 0 0 25 0 1 0 658073213 274866176 5009 33554432000 134512640 135204385 4292517952 18446744073709551615 134538264 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18671/statm: 67106 5009 63 169 0 66936 0
[pid=18669/tid=18708] ppid=18548 vsize=403420 CPUtime=0 cores=1,3,5,7
/proc/18669/task/18708/stat : 18708 (python) S 18548 18548 18093 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658093077 413102080 6099 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604464863559808 0 0 -1 5 0 0 0
[pid=18673] ppid=18548 vsize=414284 CPUtime=0.28 cores=1,3,5,7
/proc/18673/stat : 18673 (python) S 18548 18548 18093 0 -1 4202560 1151 0 0 0 13 15 0 0 19 0 2 0 658073305 424226816 6105 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18673/statm: 103571 6105 400 364 0 39450 0
[pid=18675] ppid=18673 vsize=419428 CPUtime=101.26 cores=1,3,5,7
/proc/18675/stat : 18675 (adaptg2wsat2009) T 18673 18675 18675 0 -1 4202496 1448 0 0 0 10126 0 0 0 25 0 1 0 658073306 429494272 1176 33554432000 134512640 135107411 4289860880 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/18675/statm: 104857 1176 59 146 0 103733 0
[pid=18673/tid=18694] ppid=18548 vsize=414284 CPUtime=0 cores=1,3,5,7
/proc/18673/task/18694/stat : 18694 (python) S 18548 18548 18093 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658083736 424226816 6105 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604464863562496 0 0 -1 7 0 0 0
[pid=18678] ppid=18548 vsize=424376 CPUtime=0.54 cores=1,3,5,7
/proc/18678/stat : 18678 (python) S 18548 18548 18093 0 -1 4202560 1225 0 0 0 27 27 0 0 19 0 2 0 658074218 434561024 6137 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18678/statm: 106094 6137 408 364 0 41970 0
[pid=18680] ppid=18678 vsize=268428 CPUtime=198.62 cores=1,3,5,7
/proc/18680/stat : 18680 (hybridGM3) T 18678 18680 18680 0 -1 4202496 5284 0 0 0 19862 0 0 0 25 0 1 0 658074218 274870272 5010 33554432000 134512640 135204385 4294223520 18446744073709551615 134538284 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/18680/statm: 67107 5010 63 169 0 66937 0
[pid=18678/tid=18709] ppid=18548 vsize=424376 CPUtime=0 cores=1,3,5,7
/proc/18678/task/18709/stat : 18709 (python) S 18548 18548 18093 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 658094081 434561024 6137 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 514 18446604454395489024 0 0 -1 5 0 0 0
[pid=18695] ppid=18548 vsize=434608 CPUtime=0.26 cores=1,3,5,7
/proc/18695/stat : 18695 (python) S 18548 18548 18093 0 -1 4202560 1032 0 0 0 13 13 0 0 18 0 1 0 658083738 445038592 6112 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 864480022222569733 0 0 17 7 0 0 0
/proc/18695/statm: 108652 6112 380 364 0 44525 0
[pid=18697] ppid=18695 vsize=249196 CPUtime=100.67 cores=1,3,5,7
/proc/18697/stat : 18697 (FH) R 18695 18697 18697 0 -1 4202496 1334 0 0 0 10067 0 0 0 25 0 1 0 658083738 255176704 1059 33554432000 134512640 134936988 4288935792 18446744073709551615 134545388 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18697/statm: 62299 1059 41 104 0 61803 0
[pid=18705] ppid=18548 vsize=444788 CPUtime=0.02 cores=1,3,5,7
/proc/18705/stat : 18705 (python) S 18548 18548 18093 0 -1 4202560 1006 0 0 0 1 1 0 0 18 0 1 0 658092773 455462912 6116 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 864480022222569732 0 0 17 7 0 0 0
/proc/18705/statm: 111197 6116 380 364 0 47067 0
[pid=18707] ppid=18705 vsize=268424 CPUtime=13.87 cores=1,3,5,7
/proc/18707/stat : 18707 (hybridGM3) R 18705 18707 18707 0 -1 4202496 5285 0 0 0 1387 0 0 0 25 0 1 0 658092774 274866176 5008 33554432000 134512640 135204385 4293238112 18446744073709551615 134538427 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18707/statm: 67106 5008 63 169 0 66936 0
[pid=18710] ppid=18548 vsize=455316 CPUtime=0 cores=1,3,5,7
/proc/18710/stat : 18710 (python) S 18548 18548 18093 0 -1 4202560 816 0 0 0 0 0 0 0 19 0 1 0 658094082 466243584 6106 33554432000 4194304 5683644 140736216520768 18446744073709551615 232335912518 0 0 16781312 514 16828247018999644159 0 0 17 7 0 0 0
/proc/18710/statm: 113829 6106 346 364 0 49696 0
[pid=18712] ppid=18710 vsize=453560 CPUtime=0.95 cores=1,3,5,7
/proc/18712/stat : 18712 (TNM) R 18710 18712 18712 0 -1 4202496 1115 0 0 0 95 0 0 0 23 0 1 0 658094082 464445440 842 33554432000 134512640 135008748 4293033200 18446744073709551615 134523389 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18712/statm: 113390 842 45 122 0 112290 0
[pid=18548/tid=18555] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18555/stat : 18555 (python) S 18546 18548 18093 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 19 0 658043422 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 3 0 0 0
[pid=18548/tid=18558] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18558/stat : 18558 (python) S 18546 18548 18093 0 -1 4202560 24 933 0 0 0 0 0 0 22 0 19 0 658043423 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18561] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18561/stat : 18561 (python) S 18546 18548 18093 0 -1 4202560 22 933 0 0 0 0 0 0 20 0 19 0 658043424 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18564] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18564/stat : 18564 (python) S 18546 18548 18093 0 -1 4202560 29 933 0 0 0 0 0 0 22 0 19 0 658043425 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18623] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18623/stat : 18623 (python) S 18546 18548 18093 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 658053257 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18627] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18627/stat : 18627 (python) S 18546 18548 18093 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 658053352 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 1 0 0 0
[pid=18548/tid=18631] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18631/stat : 18631 (python) S 18546 18548 18093 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 658053355 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18635] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18635/stat : 18635 (python) S 18546 18548 18093 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 658053452 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18645] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18645/stat : 18645 (python) S 18546 18548 18093 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 19 0 658063284 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18649] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18649/stat : 18649 (python) S 18546 18548 18093 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 19 0 658063379 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18653] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18653/stat : 18653 (python) S 18546 18548 18093 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 19 0 658063383 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18657] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18657/stat : 18657 (python) S 18546 18548 18093 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 658063784 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18670] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18670/stat : 18670 (python) S 18546 18548 18093 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 19 0 658073213 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18674] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18674/stat : 18674 (python) S 18546 18548 18093 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 19 0 658073306 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18679] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18679/stat : 18679 (python) S 18546 18548 18093 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 19 0 658074218 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18696] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18696/stat : 18696 (python) S 18546 18548 18093 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 19 0 658083738 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18706] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18706/stat : 18706 (python) S 18546 18548 18093 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 658092773 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
[pid=18548/tid=18711] ppid=18546 vsize=465148 CPUtime=0 cores=1,3,5,7
/proc/18548/task/18711/stat : 18711 (python) S 18546 18548 18093 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 19 0 658094082 476311552 7675 33554432000 4194304 5683644 140736216520768 18446744073709551615 232347716017 0 0 16781312 2 18446604455939790144 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2020.64
Current children cumulated vsize (KiB) 16026044

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18548 and gives
#  childrusage.ru_utime.tv_sec=120
#  childrusage.ru_utime.tv_usec=183729
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=918556
# CPU time returned by wait4() is 123.102
# while last known CPU time is 2020.64
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 509.329
CPU time (s): 2020.64
CPU user time (s): 2017.85
CPU system time (s): 2.79
CPU usage (%): 396.726
Max. virtual memory (cumulated for all children) (KiB): 16026044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 120.184
system time used= 2.91856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58016
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= 3678
involuntary context switches= 2164

runsolver used 2.97955 second user time and 7.84781 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 15:00:51
IDJOB=3378280
IDBENCH=82689
IDSOLVER=1859
FILE ID=node132/3378280-1305464451
RUNJOBID= node132-1305463312-18112
PBS_JOBID= 13324991
Free space on /tmp= 73316 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S58287803-001-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-3378280-1305464451/watcher-3378280-1305464451 -o /tmp/evaluation-result-3378280-1305464451/solver-3378280-1305464451 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378280-1305464451.cnf -seed 1087263410 -budget 4800 -cores 4

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

MD5SUM BENCH= 0d5d355ade4a956f83626786ca6018b7
RANDOM SEED=1087263410

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19703924 kB
Buffers:        302576 kB
Cached:        5990824 kB
SwapCached:       6904 kB
Active:        6480596 kB
Inactive:      6430220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19703924 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           32984 kB
Writeback:           0 kB
AnonPages:     6615324 kB
Mapped:          27744 kB
Slab:           226868 kB
PageTables:      43968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 58355184 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73284 MiB
End job on node132 at 2011-05-15 15:09:22