Trace number 3322030

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-random? (exit code) 156.942 32.9333

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S2065964480-034.SATISFIABLE.cnf
MD5SUM06d324a3bc5f99e4e9d2e5560e56ab8e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.47	c INFO: solving HOME/instance-3322030-1304371321.cnf
0.31/0.47	c INFO: computing task features
0.31/0.48	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.39/0.51	c INFO: computed variable balance statistics
0.39/0.54	c INFO: computed small-clause counts
0.39/0.54	c INFO: computed Horn-clause counts
0.39/0.54	c INFO: computed variable graph statistics
0.39/0.54	c INFO: collected features for HOME/instance-3322030-1304371321.cnf in 0.07 s
0.39/0.58	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.57)
0.49/0.61	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.37)
0.49/0.65	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.37)
0.49/0.69	c INFO: running march_hi@0 for 97 with 39999 remaining (b = 0.12)
0.65/0.73	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.07)
0.65/0.77	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.26)
0.74/0.81	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.24)
0.74/0.85	c INFO: running march_hi@0 for 388 with 39999 remaining (b = 0.17)
0.74/0.85	Traceback (most recent call last):
0.74/0.85	  File "HOME/solve", line 33, in <module>
0.74/0.85	    plac.call(main)
0.74/0.85	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.74/0.85	    cmd, result = parser_from(obj).consume(arglist)
0.74/0.85	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.74/0.85	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.74/0.85	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.74/0.85	    (_, answer, _) = solver(input_path, budget, cores)
0.74/0.85	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.74/0.85	    process.die()
0.74/0.85	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.74/0.85	    os.kill(self._process.pid, signal.SIGUSR1)
0.74/0.85	OSError: [Errno 3] No such process

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: 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-3322030-1304371321/watcher-3322030-1304371321 -o /tmp/evaluation-result-3322030-1304371321/solver-3322030-1304371321 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322030-1304371321.cnf -seed 1602385021 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.64 8.02 8.08 2/258 18470
/proc/meminfo: memFree=23181160/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=15776 CPUtime=0 cores=0-7
/proc/18470/stat : 18470 (python) R 18468 18470 17621 0 -1 4202496 903 0 0 0 0 0 0 0 25 0 1 0 548731785 16154624 783 33554432000 4194304 5683644 140734089265056 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18470/statm: 3944 783 345 364 0 431 0

[startup+0.10872 s]
/proc/loadavg: 7.64 8.02 8.08 2/258 18470
/proc/meminfo: memFree=23181160/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=104640 CPUtime=0.08 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 3182 0 0 0 6 2 0 0 25 0 1 0 548731785 107151360 2852 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/18470/statm: 26160 2852 847 364 0 1908 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104640

[startup+0.200706 s]
/proc/loadavg: 7.64 8.02 8.08 2/258 18470
/proc/meminfo: memFree=23181160/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=128872 CPUtime=0.15 cores=0-7
/proc/18470/stat : 18470 (python) R 18468 18470 17621 0 -1 4202496 5556 933 1 0 12 3 0 0 18 0 1 0 548731785 131964928 4020 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664466865 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/18470/statm: 32218 4020 1011 364 0 2997 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 128872

[startup+0.3007 s]
/proc/loadavg: 7.64 8.02 8.08 2/258 18470
/proc/meminfo: memFree=23181160/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=168676 CPUtime=0.22 cores=0-7
/proc/18470/stat : 18470 (python) R 18468 18470 17621 0 -1 4202496 6722 933 1 0 17 5 0 0 17 0 1 0 548731785 172724224 4798 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664806400 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/18470/statm: 42170 4799 1331 364 0 3455 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 168676

[startup+0.700583 s]
/proc/loadavg: 7.64 8.02 8.08 2/258 18470
/proc/meminfo: memFree=23181160/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=320164 CPUtime=0.65 cores=0-7
/proc/18470/stat : 18470 (python) R 18468 18470 17621 0 -1 4202496 12779 2422 1 0 50 9 6 0 20 0 5 0 548731785 327847936 7253 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664466865 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/18470/statm: 80041 7253 1880 364 0 15950 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 320164

[startup+1.50047 s]
/proc/loadavg: 7.64 8.02 8.08 7/269 18501
/proc/meminfo: memFree=23135936/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=1.04 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 5346 1 0 64 10 29 1 19 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18479] ppid=18470 vsize=289304 CPUtime=0 cores=0-7
/proc/18479/stat : 18479 (python) S 18470 18470 17621 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 548731847 296247296 5684 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 15914731526957269249 0 0 17 1 0 0 0
/proc/18479/statm: 72326 5684 348 364 0 8241 0
[pid=18481] ppid=18479 vsize=2132 CPUtime=0.87 cores=0-7
/proc/18481/stat : 18481 (march_hi) R 18479 18481 18481 0 -1 4202496 595 0 0 0 87 0 0 0 25 0 1 0 548731848 2183168 333 33554432000 4194304 4955518 140737232895520 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18481/statm: 533 333 104 186 0 346 0
[pid=18483] ppid=18470 vsize=299240 CPUtime=0 cores=0-7
/proc/18483/stat : 18483 (python) S 18470 18470 17621 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 548731851 306421760 5608 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 5958024816794501378 0 0 17 7 0 0 0
/proc/18483/statm: 74810 5608 348 364 0 10722 0
[pid=18485] ppid=18483 vsize=2132 CPUtime=0.83 cores=0-7
/proc/18485/stat : 18485 (march_hi) R 18483 18485 18485 0 -1 4202496 601 0 0 0 83 0 0 0 25 0 1 0 548731851 2183168 333 33554432000 4194304 4955518 140733699727344 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18485/statm: 533 333 104 186 0 346 0
[pid=18492] ppid=18470 vsize=330036 CPUtime=0 cores=0-7
/proc/18492/stat : 18492 (python) S 18470 18470 17621 0 -1 4202560 770 0 0 0 0 0 0 0 15 0 1 0 548731862 337956864 5638 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 1084008518119293185 0 0 17 4 0 0 0
/proc/18492/statm: 82509 5638 348 364 0 18412 0
[pid=18494] ppid=18492 vsize=2132 CPUtime=0.71 cores=0-7
/proc/18494/stat : 18494 (march_hi) R 18492 18494 18494 0 -1 4202496 596 0 0 0 71 0 0 0 22 0 1 0 548731863 2183168 332 33554432000 4194304 4955518 140735141630032 18446744073709551615 4295678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18494/statm: 533 332 104 186 0 346 0
[pid=18496] ppid=18470 vsize=340752 CPUtime=0 cores=0-7
/proc/18496/stat : 18496 (python) S 18470 18470 17621 0 -1 4202560 772 0 0 0 0 0 0 0 16 0 1 0 548731867 348930048 5729 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 3951886687079989507 0 0 17 2 0 0 0
/proc/18496/statm: 85188 5729 348 364 0 21088 0
[pid=18498] ppid=18496 vsize=2132 CPUtime=0.68 cores=0-7
/proc/18498/stat : 18498 (march_hi) R 18496 18498 18498 0 -1 4202496 598 0 0 0 68 0 0 0 25 0 1 0 548731867 2183168 332 33554432000 4194304 4955518 140736777613280 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18498/statm: 533 332 104 186 0 346 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 801 0 0 0 0 0 0 0 15 0 1 0 548731871 359432192 5746 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5746 354 364 0 23649 0
[pid=18501] ppid=18499 vsize=2132 CPUtime=0.63 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 600 0 0 0 63 0 0 0 22 0 1 0 548731871 2183168 331 33554432000 4194304 4955518 140736165859696 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18501/statm: 533 331 104 186 0 346 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 1931032

[startup+3.10116 s]
/proc/loadavg: 7.64 8.02 8.08 7/269 18501
/proc/meminfo: memFree=23134944/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=1.04 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 5346 1 0 64 10 29 1 19 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18479] ppid=18470 vsize=289304 CPUtime=0 cores=0-7
/proc/18479/stat : 18479 (python) S 18470 18470 17621 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 548731847 296247296 5684 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 15914731526957269249 0 0 17 1 0 0 0
/proc/18479/statm: 72326 5684 348 364 0 8241 0
[pid=18481] ppid=18479 vsize=2132 CPUtime=2.47 cores=0-7
/proc/18481/stat : 18481 (march_hi) R 18479 18481 18481 0 -1 4202496 613 0 0 0 247 0 0 0 25 0 1 0 548731848 2183168 351 33554432000 4194304 4955518 140737232895520 18446744073709551615 4235384 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18481/statm: 533 351 104 186 0 346 0
[pid=18483] ppid=18470 vsize=299240 CPUtime=0 cores=0-7
/proc/18483/stat : 18483 (python) S 18470 18470 17621 0 -1 4202560 757 0 0 0 0 0 0 0 15 0 1 0 548731851 306421760 5608 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 5958024816794501378 0 0 17 7 0 0 0
/proc/18483/statm: 74810 5608 348 364 0 10722 0
[pid=18485] ppid=18483 vsize=2132 CPUtime=2.44 cores=0-7
/proc/18485/stat : 18485 (march_hi) R 18483 18485 18485 0 -1 4202496 620 0 0 0 244 0 0 0 25 0 1 0 548731851 2183168 352 33554432000 4194304 4955518 140733699727344 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18485/statm: 533 352 104 186 0 346 0
[pid=18492] ppid=18470 vsize=330036 CPUtime=0 cores=0-7
/proc/18492/stat : 18492 (python) S 18470 18470 17621 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 548731862 337956864 5638 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 1084008518119293185 0 0 17 4 0 0 0
/proc/18492/statm: 82509 5638 348 364 0 18412 0
[pid=18494] ppid=18492 vsize=2132 CPUtime=2.31 cores=0-7
/proc/18494/stat : 18494 (march_hi) R 18492 18494 18494 0 -1 4202496 613 0 0 0 231 0 0 0 25 0 1 0 548731863 2183168 349 33554432000 4194304 4955518 140735141630032 18446744073709551615 4209794 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/18494/statm: 533 349 104 186 0 346 0
[pid=18496] ppid=18470 vsize=340752 CPUtime=0 cores=0-7
/proc/18496/stat : 18496 (python) S 18470 18470 17621 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 548731867 348930048 5729 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 3951886687079989507 0 0 17 2 0 0 0
/proc/18496/statm: 85188 5729 348 364 0 21088 0
[pid=18498] ppid=18496 vsize=2132 CPUtime=2.28 cores=0-7
/proc/18498/stat : 18498 (march_hi) R 18496 18498 18498 0 -1 4202496 615 0 0 0 228 0 0 0 25 0 1 0 548731867 2183168 349 33554432000 4194304 4955518 140736777613280 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18498/statm: 533 349 104 186 0 346 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 808 0 0 0 0 0 0 0 15 0 1 0 548731871 359432192 5746 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5746 354 364 0 23649 0
[pid=18501] ppid=18499 vsize=2132 CPUtime=2.23 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 617 0 0 0 223 0 0 0 25 0 1 0 548731871 2183168 348 33554432000 4194304 4955518 140736165859696 18446744073709551615 4238457 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18501/statm: 533 348 104 186 0 346 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1931032

[startup+6.30064 s]
/proc/loadavg: 7.75 8.04 8.09 7/269 18501
/proc/meminfo: memFree=23132624/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=1.04 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 5346 1 0 64 10 29 1 19 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18479] ppid=18470 vsize=289304 CPUtime=0 cores=0-7
/proc/18479/stat : 18479 (python) S 18470 18470 17621 0 -1 4202560 898 0 0 0 0 0 0 0 15 0 1 0 548731847 296247296 5707 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 15914731526957269249 0 0 17 1 0 0 0
/proc/18479/statm: 72326 5707 371 364 0 8241 0
[pid=18481] ppid=18479 vsize=2264 CPUtime=5.67 cores=0-7
/proc/18481/stat : 18481 (march_hi) R 18479 18481 18481 0 -1 4202496 627 0 0 0 567 0 0 0 25 0 1 0 548731848 2318336 365 33554432000 4194304 4955518 140737232895520 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18481/statm: 566 365 104 186 0 379 0
[pid=18483] ppid=18470 vsize=299240 CPUtime=0 cores=0-7
/proc/18483/stat : 18483 (python) S 18470 18470 17621 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 548731851 306421760 5631 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 5958024816794501378 0 0 17 7 0 0 0
/proc/18483/statm: 74810 5631 371 364 0 10722 0
[pid=18485] ppid=18483 vsize=2264 CPUtime=5.64 cores=0-7
/proc/18485/stat : 18485 (march_hi) R 18483 18485 18485 0 -1 4202496 634 0 0 0 564 0 0 0 25 0 1 0 548731851 2318336 366 33554432000 4194304 4955518 140733699727344 18446744073709551615 4209669 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18485/statm: 566 366 104 186 0 379 0
[pid=18492] ppid=18470 vsize=330036 CPUtime=0 cores=0-7
/proc/18492/stat : 18492 (python) S 18470 18470 17621 0 -1 4202560 959 0 0 0 0 0 0 0 15 0 1 0 548731862 337956864 5661 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 1084008518119293185 0 0 17 4 0 0 0
/proc/18492/statm: 82509 5661 371 364 0 18412 0
[pid=18494] ppid=18492 vsize=2132 CPUtime=5.5 cores=0-7
/proc/18494/stat : 18494 (march_hi) R 18492 18494 18494 0 -1 4202496 629 0 0 0 550 0 0 0 25 0 1 0 548731863 2183168 365 33554432000 4194304 4955518 140735141630032 18446744073709551615 4238462 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18494/statm: 533 365 104 186 0 346 0
[pid=18496] ppid=18470 vsize=340752 CPUtime=0.25 cores=0-7
/proc/18496/stat : 18496 (python) S 18470 18470 17621 0 -1 4202560 948 0 0 0 13 12 0 0 15 0 1 0 548731867 348930048 5752 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 3951886687079989507 0 0 17 7 0 0 0
/proc/18496/statm: 85188 5752 371 364 0 21088 0
[pid=18498] ppid=18496 vsize=2132 CPUtime=5.47 cores=0-7
/proc/18498/stat : 18498 (march_hi) R 18496 18498 18498 0 -1 4202496 631 0 0 0 547 0 0 0 25 0 1 0 548731867 2183168 365 33554432000 4194304 4955518 140736777613280 18446744073709551615 4347021 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18498/statm: 533 365 104 186 0 346 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 999 0 0 0 0 0 0 0 15 0 1 0 548731871 359432192 5769 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5769 377 364 0 23649 0
[pid=18501] ppid=18499 vsize=2132 CPUtime=5.42 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 633 0 0 0 542 0 0 0 25 0 1 0 548731871 2183168 364 33554432000 4194304 4955518 140736165859696 18446744073709551615 4227764 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18501/statm: 533 364 104 186 0 346 0
Current children cumulated CPU time (s) 28.99
Current children cumulated vsize (KiB) 1931296

[startup+12.7006 s]
/proc/loadavg: 7.77 8.04 8.09 7/269 18501
/proc/meminfo: memFree=23132068/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=1.04 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 5346 1 0 64 10 29 1 19 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18479] ppid=18470 vsize=289304 CPUtime=0.22 cores=0-7
/proc/18479/stat : 18479 (python) S 18470 18470 17621 0 -1 4202560 901 0 0 0 13 9 0 0 15 0 1 0 548731847 296247296 5707 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 17683102461893509377 0 0 17 0 0 0 0
/proc/18479/statm: 72326 5707 371 364 0 8241 0
[pid=18481] ppid=18479 vsize=2264 CPUtime=12.07 cores=0-7
/proc/18481/stat : 18481 (march_hi) R 18479 18481 18481 0 -1 4202496 641 0 0 0 1207 0 0 0 25 0 1 0 548731848 2318336 379 33554432000 4194304 4955518 140737232895520 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18481/statm: 566 379 104 186 0 379 0
[pid=18483] ppid=18470 vsize=299240 CPUtime=0.02 cores=0-7
/proc/18483/stat : 18483 (python) S 18470 18470 17621 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 548731851 306421760 5631 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 17683102461893509378 0 0 17 7 0 0 0
/proc/18483/statm: 74810 5631 371 364 0 10722 0
[pid=18485] ppid=18483 vsize=2264 CPUtime=12.04 cores=0-7
/proc/18485/stat : 18485 (march_hi) R 18483 18485 18485 0 -1 4202496 648 0 0 0 1204 0 0 0 25 0 1 0 548731851 2318336 380 33554432000 4194304 4955518 140733699727344 18446744073709551615 4290524 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18485/statm: 566 380 104 186 0 379 0
[pid=18492] ppid=18470 vsize=330036 CPUtime=0.02 cores=0-7

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

[pid=18492] ppid=18470 vsize=330036 CPUtime=0.04 cores=0-7
/proc/18492/stat : 18492 (python) S 18470 18470 17621 0 -1 4202560 969 0 0 0 2 2 0 0 15 0 1 0 548731862 337956864 5661 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 1084008518119293185 0 0 17 4 0 0 0
/proc/18492/statm: 82509 5661 371 364 0 18412 0
[pid=18494] ppid=18492 vsize=2448 CPUtime=24.56 cores=0-7
/proc/18494/stat : 18494 (march_hi) R 18492 18494 18494 0 -1 4202496 681 0 0 0 2455 1 0 0 25 0 1 0 548731863 2506752 417 33554432000 4194304 4955518 140735141630032 18446744073709551615 4227597 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18494/statm: 612 417 104 186 0 425 0
[pid=18496] ppid=18470 vsize=340752 CPUtime=0.29 cores=0-7
/proc/18496/stat : 18496 (python) S 18470 18470 17621 0 -1 4202560 958 0 0 0 15 14 0 0 15 0 1 0 548731867 348930048 5752 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 3951886687079989507 0 0 17 1 0 0 0
/proc/18496/statm: 85188 5752 371 364 0 21088 0
[pid=18498] ppid=18496 vsize=2448 CPUtime=24.75 cores=0-7
/proc/18498/stat : 18498 (march_hi) R 18496 18498 18498 0 -1 4202496 684 0 0 0 2475 0 0 0 25 0 1 0 548731867 2506752 418 33554432000 4194304 4955518 140736777613280 18446744073709551615 4239032 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18498/statm: 612 418 104 186 0 425 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0.04 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 1009 0 0 0 3 1 0 0 15 0 1 0 548731871 359432192 5769 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5769 377 364 0 23649 0
[pid=18501] ppid=18499 vsize=2448 CPUtime=24.06 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 684 0 0 0 2403 3 0 0 25 0 1 0 548731871 2506752 415 33554432000 4194304 4955518 140736165859696 18446744073709551615 4295762 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18501/statm: 612 415 104 186 0 425 0
Current children cumulated CPU time (s) 124.97
Current children cumulated vsize (KiB) 1932612

[startup+28.8008 s]
/proc/loadavg: 7.38 7.94 8.06 7/269 18501
/proc/meminfo: memFree=23131776/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=1.04 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 5346 1 0 64 10 29 1 19 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18479] ppid=18470 vsize=289304 CPUtime=0.26 cores=0-7
/proc/18479/stat : 18479 (python) S 18470 18470 17621 0 -1 4202560 911 0 0 0 15 11 0 0 15 0 1 0 548731847 296247296 5707 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 15914731526957269249 0 0 17 0 0 0 0
/proc/18479/statm: 72326 5707 371 364 0 8241 0
[pid=18481] ppid=18479 vsize=2448 CPUtime=28.17 cores=0-7
/proc/18481/stat : 18481 (march_hi) R 18479 18481 18481 0 -1 4202496 683 0 0 0 2817 0 0 0 25 0 1 0 548731848 2506752 421 33554432000 4194304 4955518 140737232895520 18446744073709551615 4261536 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18481/statm: 612 421 104 186 0 425 0
[pid=18483] ppid=18470 vsize=299240 CPUtime=0.06 cores=0-7
/proc/18483/stat : 18483 (python) S 18470 18470 17621 0 -1 4202560 929 0 0 0 3 3 0 0 15 0 1 0 548731851 306421760 5631 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 5958024816794501378 0 0 17 7 0 0 0
/proc/18483/statm: 74810 5631 371 364 0 10722 0
[pid=18485] ppid=18483 vsize=2448 CPUtime=28.14 cores=0-7
/proc/18485/stat : 18485 (march_hi) R 18483 18485 18485 0 -1 4202496 690 0 0 0 2814 0 0 0 25 0 1 0 548731851 2506752 422 33554432000 4194304 4955518 140733699727344 18446744073709551615 4238703 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18485/statm: 612 422 104 186 0 425 0
[pid=18492] ppid=18470 vsize=330036 CPUtime=0.05 cores=0-7
/proc/18492/stat : 18492 (python) S 18470 18470 17621 0 -1 4202560 973 0 0 0 3 2 0 0 15 0 1 0 548731862 337956864 5661 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 1084008518119293185 0 0 17 4 0 0 0
/proc/18492/statm: 82509 5661 371 364 0 18412 0
[pid=18494] ppid=18492 vsize=2448 CPUtime=27.75 cores=0-7
/proc/18494/stat : 18494 (march_hi) R 18492 18494 18494 0 -1 4202496 685 0 0 0 2774 1 0 0 25 0 1 0 548731863 2506752 421 33554432000 4194304 4955518 140735141630032 18446744073709551615 4238419 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18494/statm: 612 421 104 186 0 425 0
[pid=18496] ppid=18470 vsize=340752 CPUtime=0.3 cores=0-7
/proc/18496/stat : 18496 (python) S 18470 18470 17621 0 -1 4202560 960 0 0 0 16 14 0 0 15 0 1 0 548731867 348930048 5752 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 3951886687079989507 0 0 17 1 0 0 0
/proc/18496/statm: 85188 5752 371 364 0 21088 0
[pid=18498] ppid=18496 vsize=2448 CPUtime=27.95 cores=0-7
/proc/18498/stat : 18498 (march_hi) R 18496 18498 18498 0 -1 4202496 688 0 0 0 2795 0 0 0 25 0 1 0 548731867 2506752 422 33554432000 4194304 4955518 140736777613280 18446744073709551615 4238783 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18498/statm: 612 422 104 186 0 425 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0.06 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 1012 0 0 0 4 2 0 0 15 0 1 0 548731871 359432192 5769 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5769 377 364 0 23649 0
[pid=18501] ppid=18499 vsize=2448 CPUtime=27.26 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 688 0 0 0 2723 3 0 0 25 0 1 0 548731871 2506752 419 33554432000 4194304 4955518 140736165859696 18446744073709551615 4224665 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18501/statm: 612 419 104 186 0 425 0
Current children cumulated CPU time (s) 141.04
Current children cumulated vsize (KiB) 1932612

[startup+30.4005 s]
/proc/loadavg: 7.38 7.94 8.06 7/269 18501
/proc/meminfo: memFree=23131404/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=1.04 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 5346 1 0 64 10 29 1 19 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 2 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18479] ppid=18470 vsize=289304 CPUtime=0.26 cores=0-7
/proc/18479/stat : 18479 (python) S 18470 18470 17621 0 -1 4202560 911 0 0 0 15 11 0 0 15 0 1 0 548731847 296247296 5707 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 15914731526957269249 0 0 17 0 0 0 0
/proc/18479/statm: 72326 5707 371 364 0 8241 0
[pid=18481] ppid=18479 vsize=2448 CPUtime=29.77 cores=0-7
/proc/18481/stat : 18481 (march_hi) R 18479 18481 18481 0 -1 4202496 686 0 0 0 2977 0 0 0 25 0 1 0 548731848 2506752 424 33554432000 4194304 4955518 140737232895520 18446744073709551615 4235384 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/18481/statm: 612 424 104 186 0 425 0
[pid=18483] ppid=18470 vsize=299240 CPUtime=0.06 cores=0-7
/proc/18483/stat : 18483 (python) S 18470 18470 17621 0 -1 4202560 929 0 0 0 3 3 0 0 15 0 1 0 548731851 306421760 5631 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 5958024816794501378 0 0 17 7 0 0 0
/proc/18483/statm: 74810 5631 371 364 0 10722 0
[pid=18485] ppid=18483 vsize=2448 CPUtime=29.74 cores=0-7
/proc/18485/stat : 18485 (march_hi) R 18483 18485 18485 0 -1 4202496 692 0 0 0 2974 0 0 0 25 0 1 0 548731851 2506752 424 33554432000 4194304 4955518 140733699727344 18446744073709551615 4224679 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/18485/statm: 612 424 104 186 0 425 0
[pid=18492] ppid=18470 vsize=330036 CPUtime=0.05 cores=0-7
/proc/18492/stat : 18492 (python) S 18470 18470 17621 0 -1 4202560 973 0 0 0 3 2 0 0 15 0 1 0 548731862 337956864 5661 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 1084008518119293185 0 0 17 4 0 0 0
/proc/18492/statm: 82509 5661 371 364 0 18412 0
[pid=18494] ppid=18492 vsize=2448 CPUtime=29.35 cores=0-7
/proc/18494/stat : 18494 (march_hi) R 18492 18494 18494 0 -1 4202496 687 0 0 0 2934 1 0 0 25 0 1 0 548731863 2506752 423 33554432000 4194304 4955518 140735141630032 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18494/statm: 612 423 104 186 0 425 0
[pid=18496] ppid=18470 vsize=340752 CPUtime=0.3 cores=0-7
/proc/18496/stat : 18496 (python) S 18470 18470 17621 0 -1 4202560 960 0 0 0 16 14 0 0 15 0 1 0 548731867 348930048 5752 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 3951886687079989507 0 0 17 1 0 0 0
/proc/18496/statm: 85188 5752 371 364 0 21088 0
[pid=18498] ppid=18496 vsize=2448 CPUtime=29.55 cores=0-7
/proc/18498/stat : 18498 (march_hi) R 18496 18498 18498 0 -1 4202496 690 0 0 0 2955 0 0 0 25 0 1 0 548731867 2506752 424 33554432000 4194304 4955518 140736777613280 18446744073709551615 4238438 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/18498/statm: 612 424 104 186 0 425 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0.06 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 1012 0 0 0 4 2 0 0 15 0 1 0 548731871 359432192 5769 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5769 377 364 0 23649 0
[pid=18501] ppid=18499 vsize=2448 CPUtime=28.86 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 690 0 0 0 2883 3 0 0 25 0 1 0 548731871 2506752 421 33554432000 4194304 4955518 140736165859696 18446744073709551615 4346473 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18501/statm: 612 421 104 186 0 425 0
Current children cumulated CPU time (s) 149.04
Current children cumulated vsize (KiB) 1932612

[startup+32.0102 s]
/proc/loadavg: 7.27 7.90 8.04 4/265 18504
/proc/meminfo: memFree=23144452/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=32.05 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 7188 1 0 64 10 3118 13 15 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 0 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18483] ppid=18470 vsize=0 CPUtime=30.8 cores=0-7
/proc/18483/stat : 18483 (python) Z 18470 18470 17621 0 -1 4202588 1179 694 0 0 3 3 3074 0 16 0 1 0 548731851 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18483/statm: 0 0 0 0 0 0 0
[pid=18492] ppid=18470 vsize=330036 CPUtime=0.05 cores=0-7
/proc/18492/stat : 18492 (python) S 18470 18470 17621 0 -1 4202560 973 0 0 0 3 2 0 0 15 0 1 0 548731862 337956864 5661 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 1084008518119293185 0 0 17 4 0 0 0
/proc/18492/statm: 82509 5661 371 364 0 18412 0
[pid=18494] ppid=18492 vsize=2448 CPUtime=30.96 cores=0-7
/proc/18494/stat : 18494 (march_hi) R 18492 18494 18494 0 -1 4202496 689 0 0 0 3095 1 0 0 25 0 1 0 548731863 2506752 425 33554432000 4194304 4955518 140735141630032 18446744073709551615 4238910 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/18494/statm: 612 425 104 186 0 425 0
[pid=18496] ppid=18470 vsize=0 CPUtime=31.15 cores=0-7
/proc/18496/stat : 18496 (python) Z 18470 18470 17621 0 -1 4202588 1255 692 0 0 16 14 3085 0 17 0 1 0 548731867 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18496/statm: 0 0 0 0 0 0 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0.06 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 1013 0 0 0 4 2 0 0 15 0 1 0 548731871 359432192 5769 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5769 377 364 0 23649 0
[pid=18501] ppid=18499 vsize=2448 CPUtime=30.47 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 693 0 0 0 3044 3 0 0 25 0 1 0 548731871 2506752 424 33554432000 4194304 4955518 140736165859696 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18501/statm: 612 424 104 186 0 425 0
Current children cumulated CPU time (s) 155.54
Current children cumulated vsize (KiB) 995972

[startup+32.4011 s]
/proc/loadavg: 7.27 7.90 8.04 4/265 18504
/proc/meminfo: memFree=23144452/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=125.45 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 12923 1 0 64 10 12434 37 15 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0.06 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 1013 0 0 0 4 2 0 0 15 0 1 0 548731871 359432192 5769 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5769 377 364 0 23649 0
[pid=18501] ppid=18499 vsize=2448 CPUtime=30.86 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 693 0 0 0 3083 3 0 0 25 0 1 0 548731871 2506752 424 33554432000 4194304 4955518 140736165859696 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18501/statm: 612 424 104 186 0 425 0
Current children cumulated CPU time (s) 156.37
Current children cumulated vsize (KiB) 663488

[startup+32.8011 s]
/proc/loadavg: 7.27 7.90 8.04 4/265 18504
/proc/meminfo: memFree=23144452/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=125.45 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 12923 1 0 64 10 12434 37 15 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0.06 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 1013 0 0 0 4 2 0 0 15 0 1 0 548731871 359432192 5769 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5769 377 364 0 23649 0
[pid=18501] ppid=18499 vsize=2448 CPUtime=31.26 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 693 0 0 0 3123 3 0 0 25 0 1 0 548731871 2506752 424 33554432000 4194304 4955518 140736165859696 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18501/statm: 612 424 104 186 0 425 0
Current children cumulated CPU time (s) 156.77
Current children cumulated vsize (KiB) 663488

[startup+32.901 s]
/proc/loadavg: 7.27 7.90 8.04 4/265 18504
/proc/meminfo: memFree=23144452/32951132 swapFree=67111356/67111528
[pid=18470] ppid=18468 vsize=310032 CPUtime=125.45 cores=0-7
/proc/18470/stat : 18470 (python) S 18468 18470 17621 0 -1 4202496 16075 12923 1 0 64 10 12434 37 15 0 1 0 548731785 317472768 7267 33554432000 4194304 5683644 140734089265056 18446744073709551615 274676638527 0 0 16781312 2 18446744071562232103 0 0 17 4 0 0 0
/proc/18470/statm: 77508 7267 1891 364 0 13405 0
[pid=18499] ppid=18470 vsize=351008 CPUtime=0.06 cores=0-7
/proc/18499/stat : 18499 (python) S 18470 18470 17621 0 -1 4202560 1013 0 0 0 4 2 0 0 15 0 1 0 548731871 359432192 5769 33554432000 4194304 5683644 140734089265056 18446744073709551615 274664828486 0 0 16781312 514 6666453352710111490 0 0 17 0 0 0 0
/proc/18499/statm: 87752 5769 377 364 0 23649 0
[pid=18501] ppid=18499 vsize=2448 CPUtime=31.36 cores=0-7
/proc/18501/stat : 18501 (march_hi) R 18499 18501 18501 0 -1 4202496 693 0 0 0 3133 3 0 0 25 0 1 0 548731871 2506752 424 33554432000 4194304 4955518 140736165859696 18446744073709551615 4238657 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18501/statm: 612 424 104 186 0 425 0
Current children cumulated CPU time (s) 156.87
Current children cumulated vsize (KiB) 663488

Child status: 1
Real time (s): 32.9333
CPU time (s): 156.942
CPU user time (s): 156.398
CPU system time (s): 0.543917
CPU usage (%): 476.545
Max. virtual memory (cumulated for all children) (KiB): 1932612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 156.398
system time used= 0.543917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35149
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= 1882
involuntary context switches= 981

runsolver used 0.079987 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-02 23:22:01
IDJOB=3322030
IDBENCH=82808
IDSOLVER=1712
FILE ID=node131/3322030-1304371321
RUNJOBID= node131-1304366465-17635
PBS_JOBID= 13181740
Free space on /tmp= 72848 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v450-c1917-S2065964480-034.SATISFIABLE.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-3322030-1304371321/watcher-3322030-1304371321 -o /tmp/evaluation-result-3322030-1304371321/solver-3322030-1304371321 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322030-1304371321.cnf -seed 1602385021 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 06d324a3bc5f99e4e9d2e5560e56ab8e
RANDOM SEED=1602385021

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:     32951132 kB
MemFree:      23181192 kB
Buffers:        317688 kB
Cached:        2104876 kB
SwapCached:        168 kB
Active:        7437816 kB
Inactive:      1977484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      23181192 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           32728 kB
Writeback:           0 kB
AnonPages:     6993176 kB
Mapped:          25744 kB
Slab:           264180 kB
PageTables:      24744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 19728468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72816 MiB
End job on node131 at 2011-05-02 23:22:35