Trace number 3378321

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)UNSAT 2302.68 576.99

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1094982880-055.UNKNOWN.cnf
MD5SUM7bcc4ef0cfce2800562872a802fb17f2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark619.499
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3378321-1307741616.cnf
0.32/0.47	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.41/0.51	c INFO: computed variable balance statistics
0.41/0.54	c INFO: computed small-clause counts
0.41/0.54	c INFO: computed Horn-clause counts
0.41/0.54	c INFO: computed variable graph statistics
0.41/0.54	c INFO: collected features for HOME/instance-3378321-1307741616.cnf in 0.08 s
0.41/0.55	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.41/0.56	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.35)
0.41/0.57	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.06)
0.41/0.58	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.33)
400.00/100.68	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.39)
400.38/100.70	c INFO: running march_hi@0 for 679 with 1099 remaining (b = 0.35)
1572.17/394.18	c INFO: running march_hi@0 for 97 with 806 remaining (b = 0.07)
1572.17/394.19	c INFO: running march_hi@99 for 291 with 806 remaining (b = 0.19)
1944.39/487.39	c INFO: running march_hi@392 for 97 with 713 remaining (b = 0.08)
2302.29/576.97	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3378321-1307741616/watcher-3378321-1307741616 -o /tmp/evaluation-result-3378321-1307741616/solver-3378321-1307741616 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378321-1307741616.cnf -seed 595690404 -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: 1.77 0.39 0.13 5/189 1804
/proc/meminfo: memFree=31775572/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/1804/stat : 1804 (python) R 1802 1804 1686 0 -1 4202496 667 0 0 0 0 0 0 0 25 0 1 0 964392277 15548416 561 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735221895 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/1804/statm: 3796 567 316 364 0 283 0

[startup+0.0235569 s]
/proc/loadavg: 1.77 0.39 0.13 5/189 1804
/proc/meminfo: memFree=31775572/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 1166 0 0 0 1 0 0 0 25 0 1 0 964392277 16789504 1030 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/1804/statm: 4099 1030 414 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100545 s]
/proc/loadavg: 1.77 0.39 0.13 5/189 1804
/proc/meminfo: memFree=31775572/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=104220 CPUtime=0.06 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 3050 0 0 0 5 1 0 0 17 0 1 0 964392277 106721280 2733 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/1804/statm: 26055 2733 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.300612 s]
/proc/loadavg: 1.77 0.39 0.13 5/189 1804
/proc/meminfo: memFree=31775572/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=170752 CPUtime=0.23 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 6743 933 1 0 18 5 0 0 17 0 1 0 964392277 174850048 4809 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735176704 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/1804/statm: 42688 4809 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170752

[startup+0.700429 s]
/proc/loadavg: 1.77 0.39 0.13 5/189 1804
/proc/meminfo: memFree=31775572/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=320200 CPUtime=0.49 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 12205 933 1 0 40 9 0 0 25 0 5 0 964392277 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1804/statm: 80050 7247 1881 364 0 15959 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 320200

[startup+1.50129 s]
/proc/loadavg: 2.35 0.53 0.18 9/202 1821
/proc/meminfo: memFree=31737320/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=320200 CPUtime=0.49 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 12205 933 1 0 40 9 0 0 25 0 5 0 964392277 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1804/statm: 80050 7247 1881 364 0 15959 0
[pid=1810] ppid=1804 vsize=278512 CPUtime=0 cores=1,3,5,7
/proc/1810/stat : 1810 (python) S 1804 1804 1686 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 964392332 285196288 5552 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198735 0 0 16781312 514 4417978737065197567 0 0 17 7 0 0 0
/proc/1810/statm: 69628 5552 354 364 0 5546 0
[pid=1812] ppid=1810 vsize=1017800 CPUtime=0.93 cores=1,3,5,7
/proc/1812/stat : 1812 (gnovelty+2) R 1810 1812 1812 0 -1 4202496 440 0 0 0 93 0 0 0 21 0 1 0 964392333 1042227200 177 33554432000 134512640 135663704 4288324384 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1812/statm: 254450 177 113 282 0 254166 0
[pid=1813] ppid=1804 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/1813/stat : 1813 (python) S 1804 1804 1686 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 964392333 296284160 5693 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 16991052255480217864 0 0 17 3 0 0 0
/proc/1813/statm: 72335 5693 348 364 0 8250 0
[pid=1815] ppid=1813 vsize=2188 CPUtime=0.93 cores=1,3,5,7
/proc/1815/stat : 1815 (march_hi) R 1813 1815 1815 0 -1 4202496 620 0 0 0 93 0 0 0 25 0 1 0 964392333 2240512 358 33554432000 4194304 4955518 140736610033680 18446744073709551615 4227640 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1815/statm: 547 358 104 186 0 360 0
[pid=1816] ppid=1804 vsize=299092 CPUtime=0 cores=1,3,5,7
/proc/1816/stat : 1816 (python) S 1804 1804 1686 0 -1 4202560 735 0 0 0 0 0 0 0 23 0 1 0 964392334 306270208 5586 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 956182869686878207 0 0 17 5 0 0 0
/proc/1816/statm: 74773 5586 348 364 0 10685 0
[pid=1818] ppid=1816 vsize=1017800 CPUtime=0.92 cores=1,3,5,7
/proc/1818/stat : 1818 (gnovelty+2) R 1816 1818 1818 0 -1 4202496 436 0 0 0 92 0 0 0 25 0 1 0 964392334 1042227200 177 33554432000 134512640 135663704 4286821440 18446744073709551615 135008463 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1818/statm: 254450 177 113 282 0 254166 0
[pid=1819] ppid=1804 vsize=309956 CPUtime=0 cores=1,3,5,7
/proc/1819/stat : 1819 (python) S 1804 1804 1686 0 -1 4202560 749 0 0 0 0 0 0 0 20 0 1 0 964392335 317394944 5710 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 4613779492861608200 0 0 17 5 0 0 0
/proc/1819/statm: 77489 5710 348 364 0 13398 0
[pid=1821] ppid=1819 vsize=2188 CPUtime=0.91 cores=1,3,5,7
/proc/1821/stat : 1821 (march_hi) R 1819 1821 1821 0 -1 4202496 618 0 0 0 91 0 0 0 25 0 1 0 964392335 2240512 357 33554432000 4194304 4955518 140734507366128 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1821/statm: 547 357 104 186 0 360 0
[pid=1804/tid=1811] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1811/stat : 1811 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 964392332 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 1 0 0 0
[pid=1804/tid=1814] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1814/stat : 1814 (python) S 1802 1804 1686 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 5 0 964392333 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 3 0 0 0
[pid=1804/tid=1817] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1817/stat : 1817 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 5 0 964392334 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 7 0 0 0
[pid=1804/tid=1820] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1820/stat : 1820 (python) S 1802 1804 1686 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 5 0 964392335 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 3537076

[startup+3.10101 s]
/proc/loadavg: 2.35 0.53 0.18 9/202 1821
/proc/meminfo: memFree=31736824/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=320200 CPUtime=0.49 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 12205 933 1 0 40 9 0 0 25 0 5 0 964392277 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1804/statm: 80050 7247 1881 364 0 15959 0
[pid=1810] ppid=1804 vsize=278512 CPUtime=0 cores=1,3,5,7
/proc/1810/stat : 1810 (python) S 1804 1804 1686 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 964392332 285196288 5552 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198735 0 0 16781312 514 4417978737065165064 0 0 17 7 0 0 0
/proc/1810/statm: 69628 5552 354 364 0 5546 0
[pid=1812] ppid=1810 vsize=1017800 CPUtime=2.52 cores=1,3,5,7
/proc/1812/stat : 1812 (gnovelty+2) R 1810 1812 1812 0 -1 4202496 440 0 0 0 252 0 0 0 25 0 1 0 964392333 1042227200 177 33554432000 134512640 135663704 4288324384 18446744073709551615 134545635 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1812/statm: 254450 177 113 282 0 254166 0
[pid=1813] ppid=1804 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/1813/stat : 1813 (python) S 1804 1804 1686 0 -1 4202560 733 0 0 0 0 0 0 0 15 0 1 0 964392333 296284160 5693 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 16991052255480217864 0 0 17 3 0 0 0
/proc/1813/statm: 72335 5693 348 364 0 8250 0
[pid=1815] ppid=1813 vsize=2336 CPUtime=2.52 cores=1,3,5,7
/proc/1815/stat : 1815 (march_hi) R 1813 1815 1815 0 -1 4202496 636 0 0 0 252 0 0 0 25 0 1 0 964392333 2392064 374 33554432000 4194304 4955518 140736610033680 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1815/statm: 584 374 104 186 0 397 0
[pid=1816] ppid=1804 vsize=299092 CPUtime=0 cores=1,3,5,7
/proc/1816/stat : 1816 (python) S 1804 1804 1686 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 964392334 306270208 5586 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 956182869686845704 0 0 17 5 0 0 0
/proc/1816/statm: 74773 5586 348 364 0 10685 0
[pid=1818] ppid=1816 vsize=1017800 CPUtime=2.52 cores=1,3,5,7
/proc/1818/stat : 1818 (gnovelty+2) R 1816 1818 1818 0 -1 4202496 436 0 0 0 252 0 0 0 25 0 1 0 964392334 1042227200 177 33554432000 134512640 135663704 4286821440 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1818/statm: 254450 177 113 282 0 254166 0
[pid=1819] ppid=1804 vsize=309956 CPUtime=0 cores=1,3,5,7
/proc/1819/stat : 1819 (python) S 1804 1804 1686 0 -1 4202560 749 0 0 0 0 0 0 0 15 0 1 0 964392335 317394944 5710 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 4613779492861608200 0 0 17 5 0 0 0
/proc/1819/statm: 77489 5710 348 364 0 13398 0
[pid=1821] ppid=1819 vsize=2336 CPUtime=2.51 cores=1,3,5,7
/proc/1821/stat : 1821 (march_hi) R 1819 1821 1821 0 -1 4202496 635 0 0 0 251 0 0 0 25 0 1 0 964392335 2392064 374 33554432000 4194304 4955518 140734507366128 18446744073709551615 4261424 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1821/statm: 584 374 104 186 0 397 0
[pid=1804/tid=1811] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1811/stat : 1811 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 964392332 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 1 0 0 0
[pid=1804/tid=1814] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1814/stat : 1814 (python) S 1802 1804 1686 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 5 0 964392333 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 3 0 0 0
[pid=1804/tid=1817] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1817/stat : 1817 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 5 0 964392334 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 7 0 0 0
[pid=1804/tid=1820] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1820/stat : 1820 (python) S 1802 1804 1686 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 5 0 964392335 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 10.56
Current children cumulated vsize (KiB) 3537372

[startup+6.30045 s]
/proc/loadavg: 2.35 0.53 0.18 9/202 1821
/proc/meminfo: memFree=31734924/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=320200 CPUtime=0.49 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 12205 933 1 0 40 9 0 0 25 0 5 0 964392277 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1804/statm: 80050 7247 1881 364 0 15959 0
[pid=1810] ppid=1804 vsize=278512 CPUtime=0 cores=1,3,5,7
/proc/1810/stat : 1810 (python) S 1804 1804 1686 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 964392332 285196288 5575 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198735 0 0 16781312 514 4417978737065165064 0 0 17 7 0 0 0
/proc/1810/statm: 69628 5575 377 364 0 5546 0
[pid=1812] ppid=1810 vsize=1017800 CPUtime=5.7 cores=1,3,5,7
/proc/1812/stat : 1812 (gnovelty+2) R 1810 1812 1812 0 -1 4202496 440 0 0 0 570 0 0 0 25 0 1 0 964392333 1042227200 177 33554432000 134512640 135663704 4288324384 18446744073709551615 135008495 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1812/statm: 254450 177 113 282 0 254166 0
[pid=1813] ppid=1804 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/1813/stat : 1813 (python) S 1804 1804 1686 0 -1 4202560 895 0 0 0 0 0 0 0 15 0 1 0 964392333 296284160 5716 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 16991052255480217864 0 0 17 3 0 0 0
/proc/1813/statm: 72335 5716 371 364 0 8250 0
[pid=1815] ppid=1813 vsize=2336 CPUtime=5.72 cores=1,3,5,7
/proc/1815/stat : 1815 (march_hi) R 1813 1815 1815 0 -1 4202496 648 0 0 0 572 0 0 0 25 0 1 0 964392333 2392064 386 33554432000 4194304 4955518 140736610033680 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1815/statm: 584 386 104 186 0 397 0
[pid=1816] ppid=1804 vsize=299092 CPUtime=0 cores=1,3,5,7
/proc/1816/stat : 1816 (python) S 1804 1804 1686 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 964392334 306270208 5609 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 956182869686845704 0 0 17 5 0 0 0
/proc/1816/statm: 74773 5609 371 364 0 10685 0
[pid=1818] ppid=1816 vsize=1017800 CPUtime=5.72 cores=1,3,5,7
/proc/1818/stat : 1818 (gnovelty+2) R 1816 1818 1818 0 -1 4202496 436 0 0 0 572 0 0 0 25 0 1 0 964392334 1042227200 177 33554432000 134512640 135663704 4286821440 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1818/statm: 254450 177 113 282 0 254166 0
[pid=1819] ppid=1804 vsize=309956 CPUtime=0 cores=1,3,5,7
/proc/1819/stat : 1819 (python) S 1804 1804 1686 0 -1 4202560 901 0 0 0 0 0 0 0 15 0 1 0 964392335 317394944 5733 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 4613779492861608200 0 0 17 5 0 0 0
/proc/1819/statm: 77489 5733 371 364 0 13398 0
[pid=1821] ppid=1819 vsize=2336 CPUtime=5.69 cores=1,3,5,7
/proc/1821/stat : 1821 (march_hi) R 1819 1821 1821 0 -1 4202496 647 0 0 0 569 0 0 0 25 0 1 0 964392335 2392064 386 33554432000 4194304 4955518 140734507366128 18446744073709551615 4238696 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1821/statm: 584 386 104 186 0 397 0
[pid=1804/tid=1811] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1811/stat : 1811 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 5 0 964392332 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 1 0 0 0
[pid=1804/tid=1814] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1814/stat : 1814 (python) S 1802 1804 1686 0 -1 4202560 24 933 0 0 0 0 0 0 21 0 5 0 964392333 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 3 0 0 0
[pid=1804/tid=1817] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1817/stat : 1817 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 5 0 964392334 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 7 0 0 0
[pid=1804/tid=1820] ppid=1802 vsize=320200 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1820/stat : 1820 (python) S 1802 1804 1686 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 5 0 964392335 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.32
Current children cumulated vsize (KiB) 3537372

[startup+12.7013 s]
/proc/loadavg: 3.22 0.78 0.26 9/202 1821
/proc/meminfo: memFree=31734020/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=320200 CPUtime=0.49 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 12205 933 1 0 40 9 0 0 25 0 5 0 964392277 327884800 7247 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1804/statm: 80050 7247 1881 364 0 15959 0
[pid=1810] ppid=1804 vsize=278512 CPUtime=0 cores=1,3,5,7
/proc/1810/stat : 1810 (python) S 1804 1804 1686 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 964392332 285196288 5575 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198735 0 0 16781312 514 384881846279700744 0 0 17 7 0 0 0
/proc/1810/statm: 69628 5575 377 364 0 5546 0
[pid=1812] ppid=1810 vsize=1017800 CPUtime=12.06 cores=1,3,5,7
/proc/1812/stat : 1812 (gnovelty+2) R 1810 1812 1812 0 -1 4202496 440 0 0 0 1206 0 0 0 25 0 1 0 964392333 1042227200 177 33554432000 134512640 135663704 4288324384 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1812/statm: 254450 177 113 282 0 254166 0
[pid=1813] ppid=1804 vsize=289340 CPUtime=0.01 cores=1,3,5,7

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

/proc/1816/statm: 74773 5639 400 364 0 10685 0
[pid=1818] ppid=1816 vsize=1017800 CPUtime=100.11 cores=1,3,5,7
/proc/1818/stat : 1818 (gnovelty+2) T 1816 1818 1818 0 -1 4202496 436 0 0 0 10011 0 0 0 25 0 1 0 964392334 1042227200 177 33554432000 134512640 135663704 4286821440 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1818/statm: 254450 177 113 282 0 254166 0
[pid=1816/tid=1845] ppid=1804 vsize=299092 CPUtime=0 cores=1,3,5,7
/proc/1816/task/1845/stat : 1845 (python) S 1804 1804 1686 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 964402346 306270208 5639 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604457430289216 0 0 -1 5 0 0 0
[pid=1819] ppid=1804 vsize=309956 CPUtime=0.86 cores=1,3,5,7
/proc/1819/stat : 1819 (python) S 1804 1804 1686 0 -1 4202560 1165 0 0 0 46 40 0 0 15 0 2 0 964392335 317394944 5764 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1819/statm: 77489 5764 401 364 0 13398 0
[pid=1821] ppid=1819 vsize=21992 CPUtime=574.22 cores=1,3,5,7
/proc/1821/stat : 1821 (march_hi) R 1819 1821 1821 0 -1 4202496 4426 0 0 0 57421 1 0 0 25 0 1 0 964392335 22519808 4165 33554432000 4194304 4955518 140734507366128 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1821/statm: 5498 4165 104 186 0 5311 0
[pid=1819/tid=1894] ppid=1804 vsize=309956 CPUtime=0 cores=1,3,5,7
/proc/1819/task/1894/stat : 1894 (python) S 1804 1804 1686 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 964431695 317394944 5764 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604463551398848 0 0 -1 5 0 0 0
[pid=1842] ppid=1804 vsize=320212 CPUtime=0.71 cores=1,3,5,7
/proc/1842/stat : 1842 (python) S 1804 1804 1686 0 -1 4202560 990 0 0 0 40 31 0 0 15 0 1 0 964402345 327897088 5737 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 5629147694787166472 0 0 17 1 0 0 0
/proc/1842/statm: 80053 5737 371 364 0 15959 0
[pid=1844] ppid=1842 vsize=16172 CPUtime=474.48 cores=1,3,5,7
/proc/1844/stat : 1844 (march_hi) R 1842 1844 1844 0 -1 4202496 3189 0 0 0 47448 0 0 0 25 0 1 0 964402345 16560128 2929 33554432000 4194304 4955518 140735524826400 18446744073709551615 4209711 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1844/statm: 4043 2929 104 186 0 3856 0
[pid=1846] ppid=1804 vsize=329940 CPUtime=0.71 cores=1,3,5,7
/proc/1846/stat : 1846 (python) S 1804 1804 1686 0 -1 4202560 992 0 0 0 37 34 0 0 15 0 1 0 964402347 337858560 5641 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 110404165863178504 0 0 17 7 0 0 0
/proc/1846/statm: 82485 5641 371 364 0 18388 0
[pid=1848] ppid=1846 vsize=15240 CPUtime=471.71 cores=1,3,5,7
/proc/1848/stat : 1848 (march_hi) R 1846 1848 1848 0 -1 4202496 3133 0 0 0 47171 0 0 0 25 0 1 0 964402347 15605760 2871 33554432000 4194304 4955518 140734781870096 18446744073709551615 4210525 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1848/statm: 3810 2871 104 186 0 3623 0
[pid=1804/tid=1811] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1811/stat : 1811 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 7 0 964392332 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 1 0 0 0
[pid=1804/tid=1814] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1814/stat : 1814 (python) S 1802 1804 1686 0 -1 4202560 29 933 0 0 0 0 0 0 15 0 7 0 964392333 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
[pid=1804/tid=1817] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1817/stat : 1817 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 7 0 964392334 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 7 0 0 0
[pid=1804/tid=1820] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1820/stat : 1820 (python) S 1802 1804 1686 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 7 0 964392335 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
[pid=1804/tid=1843] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1843/stat : 1843 (python) S 1802 1804 1686 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 7 0 964402345 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
[pid=1804/tid=1847] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1847/stat : 1847 (python) S 1802 1804 1686 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 7 0 964402347 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2298.29
Current children cumulated vsize (KiB) 4289100

[startup+576.701 s]
/proc/loadavg: 4.96 6.00 3.48 5/194 1935
/proc/meminfo: memFree=31761036/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=340808 CPUtime=0.53 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 14446 933 1 0 43 10 0 0 18 0 7 0 964392277 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1804/statm: 85202 7307 1886 364 0 21105 0
[pid=1810] ppid=1804 vsize=288756 CPUtime=0.12 cores=1,3,5,7
/proc/1810/stat : 1810 (python) S 1804 1804 1686 0 -1 4202560 1162 0 0 0 6 6 0 0 19 0 2 0 964392332 295686144 5619 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1810/statm: 72189 5619 416 364 0 8107 0
[pid=1812] ppid=1810 vsize=1017800 CPUtime=99.44 cores=1,3,5,7
/proc/1812/stat : 1812 (gnovelty+2) T 1810 1812 1812 0 -1 4202496 440 0 0 0 9944 0 0 0 25 0 1 0 964392333 1042227200 177 33554432000 134512640 135663704 4288324384 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1812/statm: 254450 177 113 282 0 254166 0
[pid=1810/tid=1841] ppid=1804 vsize=288756 CPUtime=0 cores=1,3,5,7
/proc/1810/task/1841/stat : 1841 (python) S 1804 1804 1686 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 964402344 295686144 5619 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604471121203264 0 0 -1 7 0 0 0
[pid=1813] ppid=1804 vsize=289340 CPUtime=0.85 cores=1,3,5,7
/proc/1813/stat : 1813 (python) S 1804 1804 1686 0 -1 4202560 1140 0 0 0 43 42 0 0 15 0 2 0 964392333 296284160 5746 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1813/statm: 72335 5746 400 364 0 8250 0
[pid=1815] ppid=1813 vsize=21992 CPUtime=575.24 cores=1,3,5,7
/proc/1815/stat : 1815 (march_hi) R 1813 1815 1815 0 -1 4202496 4463 0 0 0 57523 1 0 0 25 0 1 0 964392333 22519808 4201 33554432000 4194304 4955518 140736610033680 18446744073709551615 4314026 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1815/statm: 5498 4201 104 186 0 5311 0
[pid=1813/tid=1893] ppid=1804 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/1813/task/1893/stat : 1893 (python) S 1804 1804 1686 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 964431694 296284160 5746 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604461196137472 0 0 -1 3 0 0 0
[pid=1816] ppid=1804 vsize=299092 CPUtime=0.11 cores=1,3,5,7
/proc/1816/stat : 1816 (python) S 1804 1804 1686 0 -1 4202560 1080 0 0 0 6 5 0 0 19 0 2 0 964392334 306270208 5639 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1816/statm: 74773 5639 400 364 0 10685 0
[pid=1818] ppid=1816 vsize=1017800 CPUtime=100.11 cores=1,3,5,7
/proc/1818/stat : 1818 (gnovelty+2) T 1816 1818 1818 0 -1 4202496 436 0 0 0 10011 0 0 0 25 0 1 0 964392334 1042227200 177 33554432000 134512640 135663704 4286821440 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1818/statm: 254450 177 113 282 0 254166 0
[pid=1816/tid=1845] ppid=1804 vsize=299092 CPUtime=0 cores=1,3,5,7
/proc/1816/task/1845/stat : 1845 (python) S 1804 1804 1686 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 964402346 306270208 5639 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604457430289216 0 0 -1 5 0 0 0
[pid=1819] ppid=1804 vsize=309956 CPUtime=0.86 cores=1,3,5,7
/proc/1819/stat : 1819 (python) S 1804 1804 1686 0 -1 4202560 1165 0 0 0 46 40 0 0 15 0 2 0 964392335 317394944 5764 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1819/statm: 77489 5764 401 364 0 13398 0
[pid=1821] ppid=1819 vsize=21992 CPUtime=575.02 cores=1,3,5,7
/proc/1821/stat : 1821 (march_hi) R 1819 1821 1821 0 -1 4202496 4437 0 0 0 57501 1 0 0 25 0 1 0 964392335 22519808 4176 33554432000 4194304 4955518 140734507366128 18446744073709551615 4286689 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1821/statm: 5498 4176 104 186 0 5311 0
[pid=1819/tid=1894] ppid=1804 vsize=309956 CPUtime=0 cores=1,3,5,7
/proc/1819/task/1894/stat : 1894 (python) S 1804 1804 1686 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 964431695 317394944 5764 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604463551398848 0 0 -1 5 0 0 0
[pid=1842] ppid=1804 vsize=320212 CPUtime=0.71 cores=1,3,5,7
/proc/1842/stat : 1842 (python) S 1804 1804 1686 0 -1 4202560 990 0 0 0 40 31 0 0 15 0 1 0 964402345 327897088 5737 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 5629147694787166472 0 0 17 1 0 0 0
/proc/1842/statm: 80053 5737 371 364 0 15959 0
[pid=1844] ppid=1842 vsize=16172 CPUtime=475.28 cores=1,3,5,7
/proc/1844/stat : 1844 (march_hi) R 1842 1844 1844 0 -1 4202496 3196 0 0 0 47528 0 0 0 25 0 1 0 964402345 16560128 2936 33554432000 4194304 4955518 140735524826400 18446744073709551615 4224707 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1844/statm: 4043 2936 104 186 0 3856 0
[pid=1846] ppid=1804 vsize=329940 CPUtime=0.71 cores=1,3,5,7
/proc/1846/stat : 1846 (python) S 1804 1804 1686 0 -1 4202560 992 0 0 0 37 34 0 0 15 0 1 0 964402347 337858560 5641 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 110404165863178504 0 0 17 7 0 0 0
/proc/1846/statm: 82485 5641 371 364 0 18388 0
[pid=1848] ppid=1846 vsize=16172 CPUtime=472.5 cores=1,3,5,7
/proc/1848/stat : 1848 (march_hi) R 1846 1848 1848 0 -1 4202496 3148 0 0 0 47250 0 0 0 25 0 1 0 964402347 16560128 2886 33554432000 4194304 4955518 140734781870096 18446744073709551615 4238349 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1848/statm: 4043 2886 104 186 0 3856 0
[pid=1804/tid=1811] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1811/stat : 1811 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 7 0 964392332 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 1 0 0 0
[pid=1804/tid=1814] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1814/stat : 1814 (python) S 1802 1804 1686 0 -1 4202560 29 933 0 0 0 0 0 0 15 0 7 0 964392333 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
[pid=1804/tid=1817] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1817/stat : 1817 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 7 0 964392334 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 7 0 0 0
[pid=1804/tid=1820] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1820/stat : 1820 (python) S 1802 1804 1686 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 7 0 964392335 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
[pid=1804/tid=1843] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1843/stat : 1843 (python) S 1802 1804 1686 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 7 0 964402345 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
[pid=1804/tid=1847] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1847/stat : 1847 (python) S 1802 1804 1686 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 7 0 964402347 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2301.48
Current children cumulated vsize (KiB) 4290032

[startup+576.901 s]
/proc/loadavg: 4.96 6.00 3.48 5/194 1935
/proc/meminfo: memFree=31761036/32951124 swapFree=67054712/67111528
[pid=1804] ppid=1802 vsize=340808 CPUtime=0.53 cores=1,3,5,7
/proc/1804/stat : 1804 (python) S 1802 1804 1686 0 -1 4202496 14446 933 1 0 43 10 0 0 18 0 7 0 964392277 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/1804/statm: 85202 7307 1886 364 0 21105 0
[pid=1810] ppid=1804 vsize=288756 CPUtime=0.12 cores=1,3,5,7
/proc/1810/stat : 1810 (python) S 1804 1804 1686 0 -1 4202560 1162 0 0 0 6 6 0 0 19 0 2 0 964392332 295686144 5619 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/1810/statm: 72189 5619 416 364 0 8107 0
[pid=1812] ppid=1810 vsize=1017800 CPUtime=99.44 cores=1,3,5,7
/proc/1812/stat : 1812 (gnovelty+2) T 1810 1812 1812 0 -1 4202496 440 0 0 0 9944 0 0 0 25 0 1 0 964392333 1042227200 177 33554432000 134512640 135663704 4288324384 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/1812/statm: 254450 177 113 282 0 254166 0
[pid=1810/tid=1841] ppid=1804 vsize=288756 CPUtime=0 cores=1,3,5,7
/proc/1810/task/1841/stat : 1841 (python) S 1804 1804 1686 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 964402344 295686144 5619 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604471121203264 0 0 -1 7 0 0 0
[pid=1813] ppid=1804 vsize=289340 CPUtime=0.86 cores=1,3,5,7
/proc/1813/stat : 1813 (python) S 1804 1804 1686 0 -1 4202560 1140 0 0 0 43 43 0 0 15 0 2 0 964392333 296284160 5746 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1813/statm: 72335 5746 400 364 0 8250 0
[pid=1815] ppid=1813 vsize=21992 CPUtime=575.44 cores=1,3,5,7
/proc/1815/stat : 1815 (march_hi) R 1813 1815 1815 0 -1 4202496 4467 0 0 0 57543 1 0 0 25 0 1 0 964392333 22519808 4205 33554432000 4194304 4955518 140736610033680 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/1815/statm: 5498 4205 104 186 0 5311 0
[pid=1813/tid=1893] ppid=1804 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/1813/task/1893/stat : 1893 (python) S 1804 1804 1686 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 964431694 296284160 5746 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604461196137472 0 0 -1 3 0 0 0
[pid=1816] ppid=1804 vsize=299092 CPUtime=0.11 cores=1,3,5,7
/proc/1816/stat : 1816 (python) S 1804 1804 1686 0 -1 4202560 1080 0 0 0 6 5 0 0 19 0 2 0 964392334 306270208 5639 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747005387 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1816/statm: 74773 5639 400 364 0 10685 0
[pid=1818] ppid=1816 vsize=1017800 CPUtime=100.11 cores=1,3,5,7
/proc/1818/stat : 1818 (gnovelty+2) T 1816 1818 1818 0 -1 4202496 436 0 0 0 10011 0 0 0 25 0 1 0 964392334 1042227200 177 33554432000 134512640 135663704 4286821440 18446744073709551615 134545670 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/1818/statm: 254450 177 113 282 0 254166 0
[pid=1816/tid=1845] ppid=1804 vsize=299092 CPUtime=0 cores=1,3,5,7
/proc/1816/task/1845/stat : 1845 (python) S 1804 1804 1686 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 964402346 306270208 5639 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604457430289216 0 0 -1 5 0 0 0
[pid=1819] ppid=1804 vsize=309956 CPUtime=0.86 cores=1,3,5,7
/proc/1819/stat : 1819 (python) S 1804 1804 1686 0 -1 4202560 1165 0 0 0 46 40 0 0 15 0 2 0 964392335 317394944 5764 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/1819/statm: 77489 5764 401 364 0 13398 0
[pid=1821] ppid=1819 vsize=21992 CPUtime=575.22 cores=1,3,5,7
/proc/1821/stat : 1821 (march_hi) R 1819 1821 1821 0 -1 4202496 4441 0 0 0 57521 1 0 0 25 0 1 0 964392335 22519808 4180 33554432000 4194304 4955518 140734507366128 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/1821/statm: 5498 4180 104 186 0 5311 0
[pid=1819/tid=1894] ppid=1804 vsize=309956 CPUtime=0 cores=1,3,5,7
/proc/1819/task/1894/stat : 1894 (python) S 1804 1804 1686 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 964431695 317394944 5764 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 514 18446604463551398848 0 0 -1 5 0 0 0
[pid=1842] ppid=1804 vsize=320212 CPUtime=0.71 cores=1,3,5,7
/proc/1842/stat : 1842 (python) S 1804 1804 1686 0 -1 4202560 990 0 0 0 40 31 0 0 15 0 1 0 964402345 327897088 5737 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 5629147694787166472 0 0 17 1 0 0 0
/proc/1842/statm: 80053 5737 371 364 0 15959 0
[pid=1844] ppid=1842 vsize=16172 CPUtime=475.48 cores=1,3,5,7
/proc/1844/stat : 1844 (march_hi) R 1842 1844 1844 0 -1 4202496 3198 0 0 0 47548 0 0 0 25 0 1 0 964402345 16560128 2938 33554432000 4194304 4955518 140735524826400 18446744073709551615 4224697 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/1844/statm: 4043 2938 104 186 0 3856 0
[pid=1846] ppid=1804 vsize=329940 CPUtime=0.71 cores=1,3,5,7
/proc/1846/stat : 1846 (python) S 1804 1804 1686 0 -1 4202560 992 0 0 0 37 34 0 0 15 0 1 0 964402347 337858560 5641 33554432000 4194304 5683644 140736903088480 18446744073709551615 216735198790 0 0 16781312 514 110404165863178504 0 0 17 7 0 0 0
/proc/1846/statm: 82485 5641 371 364 0 18388 0
[pid=1848] ppid=1846 vsize=16172 CPUtime=472.7 cores=1,3,5,7
/proc/1848/stat : 1848 (march_hi) R 1846 1848 1848 0 -1 4202496 3152 0 0 0 47270 0 0 0 25 0 1 0 964402347 16560128 2890 33554432000 4194304 4955518 140734781870096 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/1848/statm: 4043 2890 104 186 0 3856 0
[pid=1804/tid=1811] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1811/stat : 1811 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 7 0 964392332 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 1 0 0 0
[pid=1804/tid=1814] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1814/stat : 1814 (python) S 1802 1804 1686 0 -1 4202560 29 933 0 0 0 0 0 0 15 0 7 0 964392333 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
[pid=1804/tid=1817] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1817/stat : 1817 (python) S 1802 1804 1686 0 -1 4202560 26 933 0 0 0 0 0 0 23 0 7 0 964392334 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 7 0 0 0
[pid=1804/tid=1820] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1820/stat : 1820 (python) S 1802 1804 1686 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 7 0 964392335 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
[pid=1804/tid=1843] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1843/stat : 1843 (python) S 1802 1804 1686 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 7 0 964402345 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
[pid=1804/tid=1847] ppid=1802 vsize=340808 CPUtime=0 cores=1,3,5,7
/proc/1804/task/1847/stat : 1847 (python) S 1802 1804 1686 0 -1 4202560 25 933 0 0 0 0 0 0 21 0 7 0 964402347 348987392 7307 33554432000 4194304 5683644 140736903088480 18446744073709551615 216747002289 0 0 16781312 2 18446604463551399744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2302.29
Current children cumulated vsize (KiB) 4290032

Child status: 0
Real time (s): 576.99
CPU time (s): 2302.68
CPU user time (s): 2300.9
CPU system time (s): 1.78473
CPU usage (%): 399.086
Max. virtual memory (cumulated for all children) (KiB): 4290032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2300.9
system time used= 1.78473
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42352
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= 5297
involuntary context switches= 19508

runsolver used 1.02284 second user time and 2.41463 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-10 23:33:36
IDJOB=3378321
IDBENCH=82730
IDSOLVER=1859
FILE ID=node119/3378321-1307741616
RUNJOBID= node119-1307741590-1705
PBS_JOBID= 13550787
Free space on /tmp= 74044 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1094982880-055.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-3378321-1307741616/watcher-3378321-1307741616 -o /tmp/evaluation-result-3378321-1307741616/solver-3378321-1307741616 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378321-1307741616.cnf -seed 595690404 -budget 4800 -cores 4

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

MD5SUM BENCH= 7bcc4ef0cfce2800562872a802fb17f2
RANDOM SEED=595690404

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31775876 kB
Buffers:        223344 kB
Cached:         658264 kB
SwapCached:      11012 kB
Active:         530524 kB
Inactive:       424508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31775876 kB
SwapTotal:    67111528 kB
SwapFree:     67054712 kB
Dirty:           65112 kB
Writeback:           0 kB
AnonPages:       70408 kB
Mapped:          19492 kB
Slab:           151600 kB
PageTables:       8088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3320212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74044 MiB
End job on node119 at 2011-06-10 23:43:13