Trace number 3387010

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-seq-random (fixed)UNSAT 3820.85 3807.93

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S670753028-051.UNKNOWN.cnf
MD5SUM540d28f0e1785b746f299d2e1070ed2a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark917.804
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.31/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.49	c INFO: solving HOME/instance-3387010-1305596097.cnf
0.31/0.49	c INFO: computing task features
0.40/0.50	c INFO: computed variable-clause graph statistics
0.40/0.50	c INFO: computed clause balance statistics
0.40/0.54	c INFO: computed variable balance statistics
0.40/0.57	c INFO: computed small-clause counts
0.40/0.57	c INFO: computed Horn-clause counts
0.40/0.58	c INFO: computed variable graph statistics
0.40/0.58	c INFO: collected features for HOME/instance-3387010-1305596097.cnf in 0.09 s
0.50/0.61	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
101.04/100.98	c INFO: running march_hi@0 for 388 with 4899 remaining (b = 0.35)
495.43/493.98	c INFO: running march_hi@0 for 97 with 4506 remaining (b = 0.12)
594.45/592.70	c INFO: running march_hi@392 for 97 with 4408 remaining (b = 0.10)
692.04/689.80	c INFO: running march_hi@489 for 194 with 4310 remaining (b = 0.18)
882.69/879.86	c INFO: running march_hi@98 for 97 with 4120 remaining (b = 0.07)
983.87/980.62	c INFO: running march_hi@199 for 194 with 4020 remaining (b = 0.16)
1175.54/1171.61	c INFO: running march_hi@0 for 97 with 3829 remaining (b = 0.10)
1274.77/1270.58	c INFO: running march_hi@390 for 97 with 3730 remaining (b = 0.09)
1371.04/1366.44	c INFO: running march_hi@486 for 194 with 3634 remaining (b = 0.15)
1567.71/1562.49	c INFO: running gnovelty+2@0 for 97 with 3438 remaining (b = 0.07)
1668.41/1662.84	c INFO: running march_hi@98 for 291 with 3338 remaining (b = 0.21)
1959.70/1953.19	c INFO: running march_hi@0 for 97 with 3047 remaining (b = 0.10)
2061.67/2054.71	c INFO: running march_hi@389 for 97 with 2946 remaining (b = 0.08)
2159.39/2152.15	c INFO: running march_hi@486 for 194 with 2848 remaining (b = 0.13)
2355.80/2348.00	c INFO: running march_hi@101 for 291 with 2653 remaining (b = 0.19)
2647.39/2638.54	c INFO: running march_hi@0 for 388 with 2362 remaining (b = 0.24)
3038.91/3028.80	c INFO: running march_hi@0 for 97 with 1972 remaining (b = 0.07)
3136.55/3126.13	c INFO: running march_hi@391 for 97 with 1875 remaining (b = 0.06)
3231.29/3220.52	c INFO: running march_hi@97 for 291 with 1780 remaining (b = 0.15)
3523.99/3512.35	c INFO: running march_hi@679 for 1488 with 1488 remaining (b = 0.47)
3820.74/3807.90	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3387010-1305596097/watcher-3387010-1305596097 -o /tmp/evaluation-result-3387010-1305596097/solver-3387010-1305596097 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3387010-1305596097.cnf -seed 1906858759 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 3.09 3.06 3.01 3/471 7702
/proc/meminfo: memFree=15191480/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=16240 CPUtime=0 cores=0,2,4,6
/proc/7702/stat : 7702 (python) R 7700 7702 6454 0 -1 4202496 984 0 0 0 0 0 0 0 25 0 1 0 671207937 16629760 857 33554432000 4194304 5683644 140736943491904 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7702/statm: 4060 857 362 364 0 547 0

[startup+0.081837 s]
/proc/loadavg: 3.09 3.06 3.01 3/471 7702
/proc/meminfo: memFree=15191480/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=85624 CPUtime=0.05 cores=0,2,4,6
/proc/7702/stat : 7702 (python) R 7700 7702 6454 0 -1 4202496 2628 0 0 0 4 1 0 0 25 0 1 0 671207937 87678976 2348 33554432000 4194304 5683644 140736943491904 18446744073709551615 4570874 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7702/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.100787 s]
/proc/loadavg: 3.09 3.06 3.01 3/471 7702
/proc/meminfo: memFree=15191480/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=104220 CPUtime=0.07 cores=0,2,4,6
/proc/7702/stat : 7702 (python) R 7700 7702 6454 0 -1 4202496 3044 0 0 0 5 2 0 0 25 0 1 0 671207937 106721280 2731 33554432000 4194304 5683644 140736943491904 18446744073709551615 246516832256 0 2147483391 16781312 2 0 0 0 17 0 0 0 0
/proc/7702/statm: 26055 2731 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.300759 s]
/proc/loadavg: 3.09 3.06 3.01 3/471 7702
/proc/meminfo: memFree=15191480/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=156840 CPUtime=0.23 cores=0,2,4,6
/proc/7702/stat : 7702 (python) R 7700 7702 6454 0 -1 4202496 6469 933 1 0 18 5 0 0 17 0 1 0 671207937 160604160 4568 33554432000 4194304 5683644 140736943491904 18446744073709551615 5214052 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7702/statm: 39210 4569 1257 364 0 3318 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 156840

[startup+0.70074 s]
/proc/loadavg: 3.09 3.06 3.01 3/471 7702
/proc/meminfo: memFree=15191480/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=288896 CPUtime=0.51 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 9821 933 1 0 43 8 0 0 19 0 2 0 671207937 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 72224 7102 1875 364 0 8142 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 288896

[startup+1.50058 s]
/proc/loadavg: 3.09 3.06 3.01 4/475 7710
/proc/meminfo: memFree=15166388/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=288896 CPUtime=0.51 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 9821 933 1 0 43 8 0 0 19 0 2 0 671207937 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 72224 7102 1875 364 0 8142 0
[pid=7708] ppid=7702 vsize=278652 CPUtime=0 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7702 7702 6454 0 -1 4202560 736 0 0 0 0 0 0 0 19 0 1 0 671207999 285339648 5577 33554432000 4194304 5683644 140736943491904 18446744073709551615 246516854287 0 0 16781312 514 6548450191404433407 0 0 17 0 0 0 0
/proc/7708/statm: 69663 5577 354 364 0 5581 0
[pid=7710] ppid=7708 vsize=1017800 CPUtime=0.88 cores=0,2,4,6
/proc/7710/stat : 7710 (gnovelty+2) R 7708 7710 7710 0 -1 4202496 438 0 0 0 88 0 0 0 23 0 1 0 671207999 1042227200 177 33554432000 134512640 135663704 4288555664 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/7710/statm: 254450 177 113 282 0 254166 0
[pid=7702/tid=7709] ppid=7700 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 671207999 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1585348

[startup+3.1003 s]
/proc/loadavg: 3.09 3.06 3.01 4/475 7710
/proc/meminfo: memFree=15165588/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=288896 CPUtime=0.51 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 9821 933 1 0 43 8 0 0 19 0 2 0 671207937 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 72224 7102 1875 364 0 8142 0
[pid=7708] ppid=7702 vsize=278652 CPUtime=0 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7702 7702 6454 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 671207999 285339648 5577 33554432000 4194304 5683644 140736943491904 18446744073709551615 246516854287 0 0 16781312 514 6548450191404400898 0 0 17 0 0 0 0
/proc/7708/statm: 69663 5577 354 364 0 5581 0
[pid=7710] ppid=7708 vsize=1017800 CPUtime=2.48 cores=0,2,4,6
/proc/7710/stat : 7710 (gnovelty+2) R 7708 7710 7710 0 -1 4202496 438 0 0 0 248 0 0 0 25 0 1 0 671207999 1042227200 177 33554432000 134512640 135663704 4288555664 18446744073709551615 134525224 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7710/statm: 254450 177 113 282 0 254166 0
[pid=7702/tid=7709] ppid=7700 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 671207999 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1585348

[startup+6.3007 s]
/proc/loadavg: 3.24 3.09 3.02 4/475 7710
/proc/meminfo: memFree=15164104/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=288896 CPUtime=0.51 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 9821 933 1 0 43 8 0 0 19 0 2 0 671207937 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 72224 7102 1875 364 0 8142 0
[pid=7708] ppid=7702 vsize=278652 CPUtime=0.02 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7702 7702 6454 0 -1 4202560 886 0 0 0 1 1 0 0 18 0 1 0 671207999 285339648 5600 33554432000 4194304 5683644 140736943491904 18446744073709551615 246516854287 0 0 16781312 514 6548450191404400898 0 0 17 0 0 0 0
/proc/7708/statm: 69663 5600 377 364 0 5581 0
[pid=7710] ppid=7708 vsize=1017800 CPUtime=5.68 cores=0,2,4,6
/proc/7710/stat : 7710 (gnovelty+2) R 7708 7710 7710 0 -1 4202496 438 0 0 0 568 0 0 0 25 0 1 0 671207999 1042227200 177 33554432000 134512640 135663704 4288555664 18446744073709551615 134545583 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7710/statm: 254450 177 113 282 0 254166 0
[pid=7702/tid=7709] ppid=7700 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 671207999 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1585348

[startup+12.7005 s]
/proc/loadavg: 3.22 3.09 3.02 4/475 7711
/proc/meminfo: memFree=15162520/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=288896 CPUtime=0.51 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 9821 933 1 0 43 8 0 0 19 0 2 0 671207937 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 72224 7102 1875 364 0 8142 0
[pid=7708] ppid=7702 vsize=278652 CPUtime=0.03 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7702 7702 6454 0 -1 4202560 894 0 0 0 2 1 0 0 18 0 1 0 671207999 285339648 5600 33554432000 4194304 5683644 140736943491904 18446744073709551615 246516854287 0 0 16781312 514 9327077973586575618 0 0 17 0 0 0 0
/proc/7708/statm: 69663 5600 377 364 0 5581 0
[pid=7710] ppid=7708 vsize=1017800 CPUtime=12.07 cores=0,2,4,6
/proc/7710/stat : 7710 (gnovelty+2) R 7708 7710 7710 0 -1 4202496 438 0 0 0 1207 0 0 0 25 0 1 0 671207999 1042227200 177 33554432000 134512640 135663704 4288555664 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7710/statm: 254450 177 113 282 0 254166 0
[pid=7702/tid=7709] ppid=7700 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 671207999 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 1585348

[startup+25.5012 s]
/proc/loadavg: 3.17 3.08 3.02 4/475 7711
/proc/meminfo: memFree=15162000/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=288896 CPUtime=0.51 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 9821 933 1 0 43 8 0 0 19 0 2 0 671207937 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 72224 7102 1875 364 0 8142 0
[pid=7708] ppid=7702 vsize=278652 CPUtime=0.08 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7702 7702 6454 0 -1 4202560 899 0 0 0 5 3 0 0 18 0 1 0 671207999 285339648 5600 33554432000 4194304 5683644 140736943491904 18446744073709551615 246516854287 0 0 16781312 514 9327077973586575618 0 0 17 0 0 0 0
/proc/7708/statm: 69663 5600 377 364 0 5581 0
[pid=7710] ppid=7708 vsize=1017800 CPUtime=24.86 cores=0,2,4,6
/proc/7710/stat : 7710 (gnovelty+2) R 7708 7710 7710 0 -1 4202496 438 0 0 0 2486 0 0 0 25 0 1 0 671207999 1042227200 177 33554432000 134512640 135663704 4288555664 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7710/statm: 254450 177 113 282 0 254166 0
[pid=7702/tid=7709] ppid=7700 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 671207999 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1585348

[startup+51.1005 s]
/proc/loadavg: 3.11 3.08 3.01 4/475 7712
/proc/meminfo: memFree=15158916/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=288896 CPUtime=0.51 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 9821 933 1 0 43 8 0 0 19 0 2 0 671207937 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 72224 7102 1875 364 0 8142 0
[pid=7708] ppid=7702 vsize=278652 CPUtime=0.16 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7702 7702 6454 0 -1 4202560 908 0 0 0 9 7 0 0 18 0 1 0 671207999 285339648 5600 33554432000 4194304 5683644 140736943491904 18446744073709551615 246516854287 0 0 16781312 514 9327077973586575618 0 0 17 0 0 0 0
/proc/7708/statm: 69663 5600 377 364 0 5581 0
[pid=7710] ppid=7708 vsize=1017800 CPUtime=50.44 cores=0,2,4,6
/proc/7710/stat : 7710 (gnovelty+2) R 7708 7710 7710 0 -1 4202496 438 0 0 0 5044 0 0 0 25 0 1 0 671207999 1042227200 177 33554432000 134512640 135663704 4288555664 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7710/statm: 254450 177 113 282 0 254166 0
[pid=7702/tid=7709] ppid=7700 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 2 0 671207999 295829504 7102 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 1585348

[startup+102.316 s]
/proc/loadavg: 3.10 3.08 3.01 4/479 7717
/proc/meminfo: memFree=15149032/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=299624 CPUtime=0.55 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 10652 933 1 0 46 9 0 0 19 0 3 0 671207937 306814976 7236 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 74906 7236 1878 364 0 10821 0
[pid=7708] ppid=7702 vsize=288896 CPUtime=0.35 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7702 7702 6454 0 -1 4202560 1081 0 0 0 19 16 0 0 19 0 2 0 671207999 295829504 5638 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7708/statm: 72224 5638 410 364 0 8142 0
[pid=7710] ppid=7708 vsize=1017800 CPUtime=100.26 cores=0,2,4,6
/proc/7710/stat : 7710 (gnovelty+2) T 7708 7710 7710 0 -1 4202496 438 0 0 0 10026 0 0 0 25 0 1 0 671207999 1042227200 177 33554432000 134512640 135663704 4288555664 18446744073709551615 134546768 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7710/statm: 254450 177 113 282 0 254166 0
[pid=7708/tid=7714] ppid=7702 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7714/stat : 7714 (python) S 7702 7702 6454 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 671218033 295829504 5638 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604450142405824 0 0 -1 0 0 0 0
[pid=7715] ppid=7702 vsize=289380 CPUtime=0 cores=0,2,4,6
/proc/7715/stat : 7715 (python) S 7702 7702 6454 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 671218036 296325120 5702 33554432000 4194304 5683644 140736943491904 18446744073709551615 246516854342 0 0 16781312 514 2295986991277244673 0 0 17 6 0 0 0
/proc/7715/statm: 72345 5702 348 364 0 8260 0
[pid=7717] ppid=7715 vsize=2472 CPUtime=1.32 cores=0,2,4,6
/proc/7717/stat : 7717 (march_hi) R 7715 7717 7717 0 -1 4202496 684 0 0 0 132 0 0 0 25 0 1 0 671218036 2531328 415 33554432000 4194304 4955518 140733943861296 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/7717/statm: 618 415 104 186 0 431 0
[pid=7702/tid=7709] ppid=7700 vsize=299624 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 3 0 671207999 306814976 7236 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7716] ppid=7700 vsize=299624 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (python) S 7700 7702 6454 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 671218036 306814976 7236 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 1898172

[startup+162.301 s]
/proc/loadavg: 3.07 3.08 3.01 4/479 7719
/proc/meminfo: memFree=15132988/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=299624 CPUtime=0.55 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 10652 933 1 0 46 9 0 0 19 0 3 0 671207937 306814976 7236 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 74906 7236 1878 364 0 10821 0
[pid=7708] ppid=7702 vsize=288896 CPUtime=0.35 cores=0,2,4,6

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

/proc/8284/statm: 19111 15169 104 186 0 18924 0
[pid=8282/tid=8288] ppid=7702 vsize=330676 CPUtime=0 cores=0,2,4,6
/proc/8282/task/8288/stat : 8288 (python) S 7702 7702 6454 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 671413407 338612224 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604442570188992 0 0 -1 4 0 0 0
[pid=8305] ppid=7702 vsize=340432 CPUtime=1.33 cores=0,2,4,6
/proc/8305/stat : 8305 (python) S 7702 7702 6454 0 -1 4202560 1160 0 0 0 74 59 0 0 16 0 2 0 671471792 348602368 5733 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8305/statm: 85108 5733 400 364 0 21008 0
[pid=8307] ppid=8305 vsize=56668 CPUtime=390.11 cores=0,2,4,6
/proc/8307/stat : 8307 (march_hi) T 8305 8307 8307 0 -1 4202496 12617 0 0 0 39009 2 0 0 25 0 1 0 671471793 58028032 12352 33554432000 4194304 4955518 140734507368400 18446744073709551615 4309988 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/8307/statm: 14167 12352 104 186 0 13980 0
[pid=8305/tid=8318] ppid=7702 vsize=340432 CPUtime=0 cores=0,2,4,6
/proc/8305/task/8318/stat : 8318 (python) S 7702 7702 6454 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 671510816 348602368 5733 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604451241001344 0 0 -1 6 0 0 0
[pid=8319] ppid=7702 vsize=351228 CPUtime=1.33 cores=0,2,4,6
/proc/8319/stat : 8319 (python) S 7702 7702 6454 0 -1 4202560 1201 0 0 0 78 55 0 0 15 0 2 0 671510818 359657472 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8319/statm: 87807 5846 406 364 0 23704 0
[pid=8321] ppid=8319 vsize=56668 CPUtime=389.06 cores=0,2,4,6
/proc/8321/stat : 8321 (march_hi) T 8319 8321 8321 0 -1 4202496 12770 0 0 0 38903 3 0 0 25 0 1 0 671510818 58028032 12498 33554432000 4194304 4955518 140736125868320 18446744073709551615 4227565 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/8321/statm: 14167 12498 104 186 0 13980 0
[pid=8319/tid=8325] ppid=7702 vsize=351228 CPUtime=0 cores=0,2,4,6
/proc/8319/task/8325/stat : 8325 (python) S 7702 7702 6454 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671520549 359657472 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604446052168128 0 0 -1 4 0 0 0
[pid=7702/tid=7709] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 9 0 671207999 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7716] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (python) S 7700 7702 6454 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 671218036 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7730] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7730/stat : 7730 (python) S 7700 7702 6454 0 -1 4202560 29 933 0 0 0 0 0 0 16 0 9 0 671257336 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7753] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7753/stat : 7753 (python) S 7700 7702 6454 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 671325099 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=7767] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (python) S 7700 7702 6454 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 671364187 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=8283] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/8283/stat : 8283 (python) S 7700 7702 6454 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 671403257 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=8306] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/8306/stat : 8306 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 671471792 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=8320] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/8320/stat : 8320 (python) S 7700 7702 6454 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 671510818 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3819.43
Current children cumulated vsize (KiB) 5420600

[startup+3807.52 s]
/proc/loadavg: 2.00 2.00 2.08 3/452 8343
/proc/meminfo: memFree=14970896/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=361720 CPUtime=0.98 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 17069 933 1 0 88 10 0 0 18 0 9 0 671207937 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7702/statm: 90430 7395 1890 364 0 26327 0
[pid=7708] ppid=7702 vsize=288896 CPUtime=0.35 cores=0,2,4,6
/proc/7708/stat : 7708 (python) S 7702 7702 6454 0 -1 4202560 1081 0 0 0 19 16 0 0 19 0 2 0 671207999 295829504 5638 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7708/statm: 72224 5638 410 364 0 8142 0
[pid=7710] ppid=7708 vsize=1017800 CPUtime=100.26 cores=0,2,4,6
/proc/7710/stat : 7710 (gnovelty+2) T 7708 7710 7710 0 -1 4202496 438 0 0 0 10026 0 0 0 25 0 1 0 671207999 1042227200 177 33554432000 134512640 135663704 4288555664 18446744073709551615 134546768 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/7710/statm: 254450 177 113 282 0 254166 0
[pid=7708/tid=7714] ppid=7702 vsize=288896 CPUtime=0 cores=0,2,4,6
/proc/7708/task/7714/stat : 7714 (python) S 7702 7702 6454 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 671218033 295829504 5638 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604450142405824 0 0 -1 0 0 0 0
[pid=7715] ppid=7702 vsize=289380 CPUtime=3.48 cores=0,2,4,6
/proc/7715/stat : 7715 (python) S 7702 7702 6454 0 -1 4202560 1157 0 0 0 194 154 0 0 15 0 2 0 671218036 296325120 5755 33554432000 4194304 5683644 140736943491904 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7715/statm: 72345 5755 400 364 0 8260 0
[pid=7717] ppid=7715 vsize=120820 CPUtime=975.17 cores=0,2,4,6
/proc/7717/stat : 7717 (march_hi) R 7715 7717 7717 0 -1 4202496 26363 0 0 0 97511 6 0 0 25 0 1 0 671218036 123719680 26094 33554432000 4194304 4955518 140733943861296 18446744073709551615 4206496 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/7717/statm: 30205 26094 104 186 0 30018 0
[pid=7715/tid=7728] ppid=7702 vsize=289380 CPUtime=0 cores=0,2,4,6
/proc/7715/task/7728/stat : 7728 (python) S 7702 7702 6454 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671257333 296325120 5755 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604453872511168 0 0 -1 6 0 0 0
[pid=7729] ppid=7702 vsize=299320 CPUtime=2.48 cores=0,2,4,6
/proc/7729/stat : 7729 (python) S 7702 7702 6454 0 -1 4202560 1134 0 0 0 138 110 0 0 15 0 2 0 671257336 306503680 5679 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7729/statm: 74830 5679 400 364 0 10742 0
[pid=7731] ppid=7729 vsize=91352 CPUtime=682.19 cores=0,2,4,6
/proc/7731/stat : 7731 (march_hi) T 7729 7731 7731 0 -1 4202496 19195 0 0 0 68214 5 0 0 25 0 1 0 671257336 93544448 18932 33554432000 4194304 4955518 140736237364560 18446744073709551615 4286760 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7731/statm: 22838 18932 104 186 0 22651 0
[pid=7729/tid=7735] ppid=7702 vsize=299320 CPUtime=0 cores=0,2,4,6
/proc/7729/task/7735/stat : 7735 (python) S 7702 7702 6454 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 671267204 306503680 5679 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604453374518272 0 0 -1 6 0 0 0
[pid=7752] ppid=7702 vsize=309624 CPUtime=2.36 cores=0,2,4,6
/proc/7752/stat : 7752 (python) S 7702 7702 6454 0 -1 4202560 1165 0 0 0 127 109 0 0 15 0 2 0 671325099 317054976 5693 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7752/statm: 77406 5693 400 364 0 13315 0
[pid=7754] ppid=7752 vsize=91352 CPUtime=682.42 cores=0,2,4,6
/proc/7754/stat : 7754 (march_hi) T 7752 7754 7754 0 -1 4202496 19195 0 0 0 68240 2 0 0 25 0 1 0 671325100 93544448 18929 33554432000 4194304 4955518 140735313029776 18446744073709551615 4263701 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7754/statm: 22838 18929 104 186 0 22651 0
[pid=7752/tid=7757] ppid=7702 vsize=309624 CPUtime=0 cores=0,2,4,6
/proc/7752/task/7757/stat : 7757 (python) S 7702 7702 6454 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 671334993 317054976 5693 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604450142404928 0 0 -1 6 0 0 0
[pid=7766] ppid=7702 vsize=320420 CPUtime=0.32 cores=0,2,4,6
/proc/7766/stat : 7766 (python) S 7702 7702 6454 0 -1 4202560 1096 0 0 0 18 14 0 0 19 0 2 0 671364187 328110080 5842 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7766/statm: 80105 5842 400 364 0 16011 0
[pid=7768] ppid=7766 vsize=1017800 CPUtime=100.31 cores=0,2,4,6
/proc/7768/stat : 7768 (gnovelty+2) T 7766 7768 7768 0 -1 4202496 444 0 0 0 10031 0 0 0 25 0 1 0 671364188 1042227200 177 33554432000 134512640 135663704 4286770624 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/7768/statm: 254450 177 113 282 0 254166 0
[pid=7766/tid=8271] ppid=7702 vsize=320420 CPUtime=0 cores=0,2,4,6
/proc/7766/task/8271/stat : 8271 (python) S 7702 7702 6454 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 671374220 328110080 5842 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604441801070720 0 0 -1 6 0 0 0
[pid=8282] ppid=7702 vsize=330676 CPUtime=1.72 cores=0,2,4,6
/proc/8282/stat : 8282 (python) S 7702 7702 6454 0 -1 4202560 1153 0 0 0 95 77 0 0 15 0 2 0 671403256 338612224 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8282/statm: 82669 5846 400 364 0 18572 0
[pid=8284] ppid=8282 vsize=76444 CPUtime=486.37 cores=0,2,4,6
/proc/8284/stat : 8284 (march_hi) T 8282 8284 8284 0 -1 4202496 15434 0 0 0 48635 2 0 0 25 0 1 0 671403257 78278656 15169 33554432000 4194304 4955518 140734499601264 18446744073709551615 4286713 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/8284/statm: 19111 15169 104 186 0 18924 0
[pid=8282/tid=8288] ppid=7702 vsize=330676 CPUtime=0 cores=0,2,4,6
/proc/8282/task/8288/stat : 8288 (python) S 7702 7702 6454 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 671413407 338612224 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604442570188992 0 0 -1 4 0 0 0
[pid=8305] ppid=7702 vsize=340432 CPUtime=1.33 cores=0,2,4,6
/proc/8305/stat : 8305 (python) S 7702 7702 6454 0 -1 4202560 1160 0 0 0 74 59 0 0 16 0 2 0 671471792 348602368 5733 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8305/statm: 85108 5733 400 364 0 21008 0
[pid=8307] ppid=8305 vsize=56668 CPUtime=390.11 cores=0,2,4,6
/proc/8307/stat : 8307 (march_hi) T 8305 8307 8307 0 -1 4202496 12617 0 0 0 39009 2 0 0 25 0 1 0 671471793 58028032 12352 33554432000 4194304 4955518 140734507368400 18446744073709551615 4309988 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/8307/statm: 14167 12352 104 186 0 13980 0
[pid=8305/tid=8318] ppid=7702 vsize=340432 CPUtime=0 cores=0,2,4,6
/proc/8305/task/8318/stat : 8318 (python) S 7702 7702 6454 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 671510816 348602368 5733 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604451241001344 0 0 -1 6 0 0 0
[pid=8319] ppid=7702 vsize=351228 CPUtime=1.33 cores=0,2,4,6
/proc/8319/stat : 8319 (python) S 7702 7702 6454 0 -1 4202560 1201 0 0 0 78 55 0 0 15 0 2 0 671510818 359657472 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8319/statm: 87807 5846 406 364 0 23704 0
[pid=8321] ppid=8319 vsize=56668 CPUtime=389.06 cores=0,2,4,6
/proc/8321/stat : 8321 (march_hi) T 8319 8321 8321 0 -1 4202496 12770 0 0 0 38903 3 0 0 25 0 1 0 671510818 58028032 12498 33554432000 4194304 4955518 140736125868320 18446744073709551615 4227565 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/8321/statm: 14167 12498 104 186 0 13980 0
[pid=8319/tid=8325] ppid=7702 vsize=351228 CPUtime=0 cores=0,2,4,6
/proc/8319/task/8325/stat : 8325 (python) S 7702 7702 6454 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671520549 359657472 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604446052168128 0 0 -1 4 0 0 0
[pid=7702/tid=7709] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 19 0 9 0 671207999 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7716] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (python) S 7700 7702 6454 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 671218036 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7730] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7730/stat : 7730 (python) S 7700 7702 6454 0 -1 4202560 29 933 0 0 0 0 0 0 16 0 9 0 671257336 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7753] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7753/stat : 7753 (python) S 7700 7702 6454 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 671325099 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=7767] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (python) S 7700 7702 6454 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 671364187 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=8283] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/8283/stat : 8283 (python) S 7700 7702 6454 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 671403257 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=8306] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/8306/stat : 8306 (python) S 7700 7702 6454 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 671471792 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=8320] ppid=7700 vsize=361720 CPUtime=0 cores=0,2,4,6
/proc/7702/task/8320/stat : 8320 (python) S 7700 7702 6454 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 671510818 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3820.24
Current children cumulated vsize (KiB) 5420600

[startup+3807.9 s]
/proc/loadavg: 2.00 2.00 2.08 3/452 8343
/proc/meminfo: memFree=14970896/32951124 swapFree=54450792/67111528
[pid=7702] ppid=7700 vsize=361720 CPUtime=1963.21 cores=0,2,4,6
/proc/7702/stat : 7702 (python) S 7700 7702 6454 0 -1 4202496 17079 58631 1 0 88 10 195900 323 17 0 9 0 671207937 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528664383 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/7702/statm: 90430 7395 1890 364 0 26327 0
[pid=7715] ppid=7702 vsize=0 CPUtime=979.04 cores=0,2,4,6
/proc/7715/stat : 7715 (python) Z 7702 7702 6454 0 -1 4202588 1230 26369 0 0 195 155 97547 7 15 0 1 0 671218036 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7715/statm: 0 0 0 0 0 0 0
[pid=8282] ppid=7702 vsize=330676 CPUtime=1.72 cores=0,2,4,6
/proc/8282/stat : 8282 (python) S 7702 7702 6454 0 -1 4202560 1158 0 0 0 95 77 0 0 16 0 2 0 671403256 338612224 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528664383 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/8282/statm: 82669 5846 400 364 0 18572 0
[pid=8284] ppid=8282 vsize=0 CPUtime=486.38 cores=0,2,4,6
/proc/8284/stat : 8284 (march_hi) R 8282 8284 8284 0 -1 4203524 15434 0 0 0 48635 3 0 0 18 0 1 0 671403257 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/8284/statm: 0 0 0 0 0 0 0
[pid=8282/tid=8288] ppid=7702 vsize=330676 CPUtime=0 cores=0,2,4,6
/proc/8282/task/8288/stat : 8288 (python) S 7702 7702 6454 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 671413407 338612224 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781824 2 18446604442570188992 0 0 -1 4 0 0 0
[pid=8319] ppid=7702 vsize=351228 CPUtime=1.33 cores=0,2,4,6
/proc/8319/stat : 8319 (python) S 7702 7702 6454 0 -1 4202560 1201 0 0 0 78 55 0 0 15 0 2 0 671510818 359657472 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/8319/statm: 87807 5846 406 364 0 23704 0
[pid=8321] ppid=8319 vsize=56668 CPUtime=389.06 cores=0,2,4,6
/proc/8321/stat : 8321 (march_hi) T 8319 8321 8321 0 -1 4202496 12770 0 0 0 38903 3 0 0 25 0 1 0 671510818 58028032 12498 33554432000 4194304 4955518 140736125868320 18446744073709551615 4227565 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/8321/statm: 14167 12498 104 186 0 13980 0
[pid=8319/tid=8325] ppid=7702 vsize=351228 CPUtime=0 cores=0,2,4,6
/proc/8319/task/8325/stat : 8325 (python) S 7702 7702 6454 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671520549 359657472 5846 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 514 18446604446052168128 0 0 -1 4 0 0 0
[pid=7702/tid=7709] ppid=7700 vsize=361720 CPUtime=1962.23 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (python) S 7700 7702 6454 0 -1 4202560 30 58631 0 0 0 0 195900 323 19 0 9 0 671207999 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7716] ppid=7700 vsize=361720 CPUtime=1962.23 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (python) S 7700 7702 6454 0 -1 4202560 35 58631 0 0 0 0 195900 323 18 0 9 0 671218036 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7730] ppid=7700 vsize=361720 CPUtime=1962.23 cores=0,2,4,6
/proc/7702/task/7730/stat : 7730 (python) S 7700 7702 6454 0 -1 4202560 29 58631 0 0 0 0 195900 323 16 0 9 0 671257336 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 6 0 0 0
[pid=7702/tid=7753] ppid=7700 vsize=361720 CPUtime=1962.23 cores=0,2,4,6
/proc/7702/task/7753/stat : 7753 (python) S 7700 7702 6454 0 -1 4202560 32 58631 0 0 0 0 195900 323 18 0 9 0 671325099 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=7767] ppid=7700 vsize=361720 CPUtime=1962.23 cores=0,2,4,6
/proc/7702/task/7767/stat : 7767 (python) S 7700 7702 6454 0 -1 4202560 29 58631 0 0 0 0 195900 323 20 0 9 0 671364187 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=8283] ppid=7700 vsize=361720 CPUtime=1962.23 cores=0,2,4,6
/proc/7702/task/8283/stat : 8283 (python) S 7700 7702 6454 0 -1 4202560 34 58631 0 0 0 0 195900 323 18 0 9 0 671403257 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=8306] ppid=7700 vsize=361720 CPUtime=1962.23 cores=0,2,4,6
/proc/7702/task/8306/stat : 8306 (python) S 7700 7702 6454 0 -1 4202560 30 58631 0 0 0 0 195900 323 20 0 9 0 671471792 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
[pid=7702/tid=8320] ppid=7700 vsize=361720 CPUtime=1962.23 cores=0,2,4,6
/proc/7702/task/8320/stat : 8320 (python) S 7700 7702 6454 0 -1 4202560 28 58631 0 0 0 0 195900 323 18 0 9 0 671510818 370401280 7395 33554432000 4194304 5683644 140736943491904 18446744073709551615 246528657841 0 0 16781312 2 18446604444206519616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3820.74
Current children cumulated vsize (KiB) 1100292

Child status: 0
Real time (s): 3807.93
CPU time (s): 3820.85
CPU user time (s): 3814.47
CPU system time (s): 6.37603
CPU usage (%): 100.339
Max. virtual memory (cumulated for all children) (KiB): 5420600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3814.47
system time used= 6.37603
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137992
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= 7150
involuntary context switches= 5568

runsolver used 20.1329 second user time and 38.9091 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-17 03:34:57
IDJOB=3387010
IDBENCH=83075
IDSOLVER=1872
FILE ID=node134/3387010-1305596097
RUNJOBID= node134-1305586144-6472
PBS_JOBID= 13350344
Free space on /tmp= 73508 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S670753028-051.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387010-1305596097/watcher-3387010-1305596097 -o /tmp/evaluation-result-3387010-1305596097/solver-3387010-1305596097 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3387010-1305596097.cnf -seed 1906858759 -budget 5000

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

MD5SUM BENCH= 540d28f0e1785b746f299d2e1070ed2a
RANDOM SEED=1906858759

node134.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.831
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.831
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.67
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.831
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15191512 kB
Buffers:        180460 kB
Cached:         830064 kB
SwapCached:      16428 kB
Active:        6355124 kB
Inactive:     11135060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15191512 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:           32272 kB
Writeback:          48 kB
AnonPages:    16471084 kB
Mapped:          27856 kB
Slab:           103532 kB
PageTables:      98776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 112825576 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73644 MiB
End job on node134 at 2011-05-17 04:38:25