Trace number 3378605

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)? 4701.86 1200.18

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S788239782-034.UNKNOWN.cnf
MD5SUMea72de9bc2f16b1185170420c6413a72
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3378605-1305466348.cnf
0.32/0.45	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.55	c INFO: computed variable balance statistics
0.51/0.60	c INFO: computed small-clause counts
0.51/0.60	c INFO: computed Horn-clause counts
0.51/0.60	c INFO: computed variable graph statistics
0.51/0.60	c INFO: collected features for HOME/instance-3378605-1305466348.cnf in 0.16 s
0.51/0.61	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
0.51/0.62	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.08)
0.51/0.63	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
0.51/0.65	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.32)
349.30/100.93	c INFO: running march_hi@0 for 388 with 1099 remaining (b = 0.20)
631.44/179.17	c INFO: running march_hi@0 for 679 with 1021 remaining (b = 0.25)
1892.65/495.54	c INFO: running march_hi@98 for 291 with 704 remaining (b = 0.14)
2652.82/686.30	c INFO: running march_hi@0 for 291 with 514 remaining (b = 0.14)
2684.72/694.29	c INFO: running march_hi@99 for 388 with 506 remaining (b = 0.18)
3056.33/787.44	c INFO: running march_hi@0 for 413 with 413 remaining (b = 0.16)
3355.34/862.48	c INFO: running march_hi@392 for 97 with 337 remaining (b = 0.06)
3755.56/962.87	c INFO: running march_hi@493 for 237 with 237 remaining (b = 0.11)
3831.72/981.93	c INFO: running march_hi@683 for 97 with 218 remaining (b = 0.04)
4211.65/1077.21	c INFO: running adaptg2wsat2009++@0 for 123 with 123 remaining (b = 0.03)
4239.11/1084.17	c INFO: running march_hi@389 for 116 with 116 remaining (b = 0.05)
4701.53/1200.16	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3378605-1305466348/watcher-3378605-1305466348 -o /tmp/evaluation-result-3378605-1305466348/solver-3378605-1305466348 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378605-1305466348.cnf -seed 76347731 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.40 8.26 8.06 6/440 32508
/proc/meminfo: memFree=21365004/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/32508/stat : 32508 (python) R 32506 32508 30709 0 -1 4202496 1048 0 0 0 0 0 0 0 25 0 1 0 658232545 16625664 921 33554432000 4194304 5683644 140736688882128 18446744073709551615 5293775 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32508/statm: 4059 921 381 364 0 546 0

[startup+0.0522179 s]
/proc/loadavg: 8.40 8.26 8.06 6/440 32508
/proc/meminfo: memFree=21365004/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=34236 CPUtime=0.03 cores=0,2,4,6
/proc/32508/stat : 32508 (python) R 32506 32508 30709 0 -1 4202496 1519 0 0 0 3 0 0 0 25 0 1 0 658232545 35057664 1357 33554432000 4194304 5683644 140736688882128 18446744073709551615 212682712832 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32508/statm: 8559 1358 448 364 0 897 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34236

[startup+0.100207 s]
/proc/loadavg: 8.40 8.26 8.06 6/440 32508
/proc/meminfo: memFree=21365004/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=104612 CPUtime=0.06 cores=0,2,4,6
/proc/32508/stat : 32508 (python) R 32506 32508 30709 0 -1 4202496 3143 0 0 0 5 1 0 0 17 0 1 0 658232545 107122688 2821 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687718535 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32508/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104612

[startup+0.300166 s]
/proc/loadavg: 8.40 8.26 8.06 6/440 32508
/proc/meminfo: memFree=21365004/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=198912 CPUtime=0.24 cores=0,2,4,6
/proc/32508/stat : 32508 (python) R 32506 32508 30709 0 -1 4202496 7017 933 1 0 17 7 0 0 17 0 1 0 658232545 203685888 5052 33554432000 4194304 5683644 140736688882128 18446744073709551615 4523423 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/32508/statm: 49728 5052 1466 364 0 3755 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 198912

[startup+0.701061 s]
/proc/loadavg: 8.40 8.26 8.06 6/440 32508
/proc/meminfo: memFree=21365004/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=320160 CPUtime=0.55 cores=0,2,4,6
/proc/32508/stat : 32508 (python) S 32506 32508 30709 0 -1 4202496 12355 933 1 0 46 9 0 0 25 0 5 0 658232545 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32508/statm: 80040 7237 1881 364 0 15949 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 320160

[startup+1.50091 s]
/proc/loadavg: 8.40 8.26 8.06 10/453 32525
/proc/meminfo: memFree=21325964/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=320160 CPUtime=0.55 cores=0,2,4,6
/proc/32508/stat : 32508 (python) S 32506 32508 30709 0 -1 4202496 12355 933 1 0 46 9 0 0 25 0 5 0 658232545 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32508/statm: 80040 7237 1881 364 0 15949 0
[pid=32514] ppid=32508 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/32514/stat : 32514 (python) S 32508 32508 30709 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 658232607 285364224 5588 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695375 0 0 16781312 514 3635284787763085311 0 0 17 4 0 0 0
/proc/32514/statm: 69669 5588 354 364 0 5587 0
[pid=32516] ppid=32514 vsize=1017940 CPUtime=0.44 cores=0,2,4,6
/proc/32516/stat : 32516 (gnovelty+2) R 32514 32516 32516 0 -1 4202496 455 0 0 0 44 0 0 0 22 0 1 0 658232607 1042370560 192 33554432000 134512640 135663704 4293773056 18446744073709551615 134544268 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32516/statm: 254485 192 113 282 0 254201 0
[pid=32517] ppid=32508 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/32517/stat : 32517 (python) S 32508 32508 30709 0 -1 4202560 738 0 0 0 0 0 0 0 21 0 1 0 658232608 296247296 5684 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 12344653280574439423 0 0 17 2 0 0 0
/proc/32517/statm: 72326 5684 348 364 0 8241 0
[pid=32519] ppid=32517 vsize=1017940 CPUtime=0.86 cores=0,2,4,6
/proc/32519/stat : 32519 (gnovelty+2) R 32517 32519 32519 0 -1 4202496 454 0 0 0 86 0 0 0 25 0 1 0 658232608 1042370560 191 33554432000 134512640 135663704 4292108736 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32519/statm: 254485 191 113 282 0 254201 0
[pid=32520] ppid=32508 vsize=299052 CPUtime=0 cores=0,2,4,6
/proc/32520/stat : 32520 (python) S 32508 32508 30709 0 -1 4202560 757 0 0 0 0 0 0 0 19 0 1 0 658232609 306229248 5576 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 5687175520454672641 0 0 17 4 0 0 0
/proc/32520/statm: 74763 5576 348 364 0 10675 0
[pid=32522] ppid=32520 vsize=2296 CPUtime=0.84 cores=0,2,4,6
/proc/32522/stat : 32522 (march_hi) R 32520 32522 32522 0 -1 4202496 616 0 0 0 84 0 0 0 25 0 1 0 658232609 2351104 352 33554432000 4194304 4955518 140735173884000 18446744073709551615 4261539 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32522/statm: 574 352 106 186 0 387 0
[pid=32523] ppid=32508 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/32523/stat : 32523 (python) S 32508 32508 30709 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 658232610 317353984 5700 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 1527784605229220098 0 0 17 2 0 0 0
/proc/32523/statm: 77479 5700 348 364 0 13388 0
[pid=32525] ppid=32523 vsize=2128 CPUtime=0.41 cores=0,2,4,6
/proc/32525/stat : 32525 (march_hi) R 32523 32525 32525 0 -1 4202496 590 0 0 0 41 0 0 0 25 0 1 0 658232610 2179072 323 33554432000 4194304 4955518 140735756268544 18446744073709551615 4224768 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32525/statm: 532 323 106 186 0 345 0
[pid=32508/tid=32515] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32515/stat : 32515 (python) S 32506 32508 30709 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658232607 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32518] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32518/stat : 32518 (python) S 32506 32508 30709 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 658232608 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32521] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32521/stat : 32521 (python) S 32506 32508 30709 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 5 0 658232609 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32524] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32524/stat : 32524 (python) S 32506 32508 30709 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 658232610 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 3537412

[startup+3.10062 s]
/proc/loadavg: 8.40 8.26 8.06 10/453 32525
/proc/meminfo: memFree=21324368/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=320160 CPUtime=0.55 cores=0,2,4,6
/proc/32508/stat : 32508 (python) S 32506 32508 30709 0 -1 4202496 12355 933 1 0 46 9 0 0 25 0 5 0 658232545 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32508/statm: 80040 7237 1881 364 0 15949 0
[pid=32514] ppid=32508 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/32514/stat : 32514 (python) S 32508 32508 30709 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 658232607 285364224 5588 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695375 0 0 16781312 514 3635284787763052801 0 0 17 4 0 0 0
/proc/32514/statm: 69669 5588 354 364 0 5587 0
[pid=32516] ppid=32514 vsize=1017940 CPUtime=1.24 cores=0,2,4,6
/proc/32516/stat : 32516 (gnovelty+2) R 32514 32516 32516 0 -1 4202496 455 0 0 0 124 0 0 0 25 0 1 0 658232607 1042370560 192 33554432000 134512640 135663704 4293773056 18446744073709551615 134525361 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32516/statm: 254485 192 113 282 0 254201 0
[pid=32517] ppid=32508 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/32517/stat : 32517 (python) S 32508 32508 30709 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 658232608 296247296 5684 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 12344653280574406914 0 0 17 2 0 0 0
/proc/32517/statm: 72326 5684 348 364 0 8241 0
[pid=32519] ppid=32517 vsize=1017940 CPUtime=2.46 cores=0,2,4,6
/proc/32519/stat : 32519 (gnovelty+2) R 32517 32519 32519 0 -1 4202496 454 0 0 0 246 0 0 0 25 0 1 0 658232608 1042370560 191 33554432000 134512640 135663704 4292108736 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32519/statm: 254485 191 113 282 0 254201 0
[pid=32520] ppid=32508 vsize=299052 CPUtime=0 cores=0,2,4,6
/proc/32520/stat : 32520 (python) S 32508 32508 30709 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 658232609 306229248 5576 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 5687175520454672641 0 0 17 4 0 0 0
/proc/32520/statm: 74763 5576 348 364 0 10675 0
[pid=32522] ppid=32520 vsize=2676 CPUtime=2.43 cores=0,2,4,6
/proc/32522/stat : 32522 (march_hi) R 32520 32522 32522 0 -1 4202496 714 0 0 0 243 0 0 0 25 0 1 0 658232609 2740224 450 33554432000 4194304 4955518 140735173884000 18446744073709551615 4208806 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32522/statm: 669 450 106 186 0 482 0
[pid=32523] ppid=32508 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/32523/stat : 32523 (python) S 32508 32508 30709 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 658232610 317353984 5700 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 1527784605229220098 0 0 17 2 0 0 0
/proc/32523/statm: 77479 5700 348 364 0 13388 0
[pid=32525] ppid=32523 vsize=2448 CPUtime=1.69 cores=0,2,4,6
/proc/32525/stat : 32525 (march_hi) R 32523 32525 32525 0 -1 4202496 671 0 0 0 169 0 0 0 25 0 1 0 658232610 2506752 404 33554432000 4194304 4955518 140735756268544 18446744073709551615 4244920 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32525/statm: 612 404 106 186 0 425 0
[pid=32508/tid=32515] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32515/stat : 32515 (python) S 32506 32508 30709 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658232607 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32518] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32518/stat : 32518 (python) S 32506 32508 30709 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 658232608 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32521] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32521/stat : 32521 (python) S 32506 32508 30709 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 5 0 658232609 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32524] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32524/stat : 32524 (python) S 32506 32508 30709 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 658232610 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 3538112

[startup+6.30104 s]
/proc/loadavg: 8.44 8.27 8.06 10/453 32525
/proc/meminfo: memFree=21318744/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=320160 CPUtime=0.55 cores=0,2,4,6
/proc/32508/stat : 32508 (python) S 32506 32508 30709 0 -1 4202496 12355 933 1 0 46 9 0 0 25 0 5 0 658232545 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32508/statm: 80040 7237 1881 364 0 15949 0
[pid=32514] ppid=32508 vsize=278676 CPUtime=0.01 cores=0,2,4,6
/proc/32514/stat : 32514 (python) S 32508 32508 30709 0 -1 4202560 897 0 0 0 0 1 0 0 18 0 1 0 658232607 285364224 5611 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695375 0 0 16781312 514 3635284787763052801 0 0 17 4 0 0 0
/proc/32514/statm: 69669 5611 377 364 0 5587 0
[pid=32516] ppid=32514 vsize=1017940 CPUtime=2.84 cores=0,2,4,6
/proc/32516/stat : 32516 (gnovelty+2) R 32514 32516 32516 0 -1 4202496 455 0 0 0 284 0 0 0 25 0 1 0 658232607 1042370560 192 33554432000 134512640 135663704 4293773056 18446744073709551615 134525132 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32516/statm: 254485 192 113 282 0 254201 0
[pid=32517] ppid=32508 vsize=289304 CPUtime=0.01 cores=0,2,4,6
/proc/32517/stat : 32517 (python) S 32508 32508 30709 0 -1 4202560 911 0 0 0 0 1 0 0 18 0 1 0 658232608 296247296 5706 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 12344653280574406914 0 0 17 2 0 0 0
/proc/32517/statm: 72326 5706 370 364 0 8241 0
[pid=32519] ppid=32517 vsize=1017940 CPUtime=5.62 cores=0,2,4,6
/proc/32519/stat : 32519 (gnovelty+2) R 32517 32519 32519 0 -1 4202496 454 0 0 0 562 0 0 0 25 0 1 0 658232608 1042370560 191 33554432000 134512640 135663704 4292108736 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32519/statm: 254485 191 113 282 0 254201 0
[pid=32520] ppid=32508 vsize=299052 CPUtime=0.02 cores=0,2,4,6
/proc/32520/stat : 32520 (python) S 32508 32508 30709 0 -1 4202560 908 0 0 0 1 1 0 0 15 0 1 0 658232609 306229248 5599 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 5687175520454672641 0 0 17 4 0 0 0
/proc/32520/statm: 74763 5599 371 364 0 10675 0
[pid=32522] ppid=32520 vsize=3528 CPUtime=5.6 cores=0,2,4,6
/proc/32522/stat : 32522 (march_hi) R 32520 32522 32522 0 -1 4202496 907 0 0 0 560 0 0 0 25 0 1 0 658232609 3612672 643 33554432000 4194304 4955518 140735173884000 18446744073709551615 4237750 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32522/statm: 882 643 106 186 0 695 0
[pid=32523] ppid=32508 vsize=309916 CPUtime=0.01 cores=0,2,4,6
/proc/32523/stat : 32523 (python) S 32508 32508 30709 0 -1 4202560 917 0 0 0 0 1 0 0 15 0 1 0 658232610 317353984 5723 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 1527784605229220098 0 0 17 2 0 0 0
/proc/32523/statm: 77479 5723 371 364 0 13388 0
[pid=32525] ppid=32523 vsize=3528 CPUtime=4.85 cores=0,2,4,6
/proc/32525/stat : 32525 (march_hi) R 32523 32525 32525 0 -1 4202496 863 0 0 0 485 0 0 0 25 0 1 0 658232610 3612672 596 33554432000 4194304 4955518 140735756268544 18446744073709551615 4297510 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32525/statm: 882 596 106 186 0 695 0
[pid=32508/tid=32515] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32515/stat : 32515 (python) S 32506 32508 30709 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 5 0 658232607 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32518] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32518/stat : 32518 (python) S 32506 32508 30709 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 5 0 658232608 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32521] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32521/stat : 32521 (python) S 32506 32508 30709 0 -1 4202560 26 933 0 0 0 0 0 0 24 0 5 0 658232609 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32524] ppid=32506 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32524/stat : 32524 (python) S 32506 32508 30709 0 -1 4202560 29 933 0 0 0 0 0 0 25 0 5 0 658232610 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.51
Current children cumulated vsize (KiB) 3540044

[startup+12.7009 s]
/proc/loadavg: 8.49 8.28 8.07 10/453 32525
/proc/meminfo: memFree=21312464/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=320160 CPUtime=0.55 cores=0,2,4,6
/proc/32508/stat : 32508 (python) S 32506 32508 30709 0 -1 4202496 12355 933 1 0 46 9 0 0 25 0 5 0 658232545 327843840 7237 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32508/statm: 80040 7237 1881 364 0 15949 0
[pid=32514] ppid=32508 vsize=278676 CPUtime=0.03 cores=0,2,4,6
/proc/32514/stat : 32514 (python) S 32508 32508 30709 0 -1 4202560 900 0 0 0 1 2 0 0 18 0 1 0 658232607 285364224 5611 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695375 0 0 16781312 514 7156430914124218625 0 0 17 4 0 0 0
/proc/32514/statm: 69669 5611 377 364 0 5587 0
[pid=32516] ppid=32514 vsize=1017940 CPUtime=6.04 cores=0,2,4,6
/proc/32516/stat : 32516 (gnovelty+2) R 32514 32516 32516 0 -1 4202496 455 0 0 0 604 0 0 0 25 0 1 0 658232607 1042370560 192 33554432000 134512640 135663704 4293773056 18446744073709551615 134524759 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32516/statm: 254485 192 113 282 0 254201 0
[pid=32517] ppid=32508 vsize=289304 CPUtime=0.03 cores=0,2,4,6

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

[pid=32508/tid=32518] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32518/stat : 32518 (python) S 32506 32508 30709 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 658232608 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32521] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32521/stat : 32521 (python) S 32506 32508 30709 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 658232609 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32524] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32524/stat : 32524 (python) S 32506 32508 30709 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 9 0 658232610 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32533] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32533/stat : 32533 (python) S 32506 32508 30709 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 658242639 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32539] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32539/stat : 32539 (python) S 32506 32508 30709 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 658250462 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32584] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32584/stat : 32584 (python) S 32506 32508 30709 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 658311289 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32595] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32595/stat : 32595 (python) S 32506 32508 30709 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 658340266 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4697.46
Current children cumulated vsize (KiB) 6313360

[startup+1199.9 s]
/proc/loadavg: 4.06 4.77 6.37 5/442 32600
/proc/meminfo: memFree=20855660/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=361432 CPUtime=0.64 cores=0,2,4,6
/proc/32508/stat : 32508 (python) S 32506 32508 30709 0 -1 4202496 16567 933 1 0 53 11 0 0 18 0 9 0 658232545 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32508/statm: 90358 7348 1890 364 0 26255 0
[pid=32514] ppid=32508 vsize=288920 CPUtime=0.55 cores=0,2,4,6
/proc/32514/stat : 32514 (python) S 32508 32508 30709 0 -1 4202560 1196 0 0 0 29 26 0 0 19 0 2 0 658232607 295854080 5655 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32514/statm: 72230 5655 416 364 0 8148 0
[pid=32516] ppid=32514 vsize=1017940 CPUtime=98.82 cores=0,2,4,6
/proc/32516/stat : 32516 (gnovelty+2) T 32514 32516 32516 0 -1 4202496 455 0 0 0 9882 0 0 0 25 0 1 0 658232607 1042370560 192 33554432000 134512640 135663704 4293773056 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32516/statm: 254485 192 113 282 0 254201 0
[pid=32514/tid=32537] ppid=32508 vsize=288920 CPUtime=0 cores=0,2,4,6
/proc/32514/task/32537/stat : 32537 (python) S 32508 32508 30709 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 658250461 295854080 5655 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 514 18446604449464131648 0 0 -1 4 0 0 0
[pid=32517] ppid=32508 vsize=289304 CPUtime=0.3 cores=0,2,4,6
/proc/32517/stat : 32517 (python) S 32508 32508 30709 0 -1 4202560 1099 0 0 0 15 15 0 0 19 0 2 0 658232608 296247296 5737 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32517/statm: 72326 5737 400 364 0 8241 0
[pid=32519] ppid=32517 vsize=1017940 CPUtime=99.64 cores=0,2,4,6
/proc/32519/stat : 32519 (gnovelty+2) T 32517 32519 32519 0 -1 4202496 454 0 0 0 9964 0 0 0 25 0 1 0 658232608 1042370560 191 33554432000 134512640 135663704 4292108736 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32519/statm: 254485 191 113 282 0 254201 0
[pid=32517/tid=32531] ppid=32508 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/32517/task/32531/stat : 32531 (python) S 32508 32508 30709 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 658242638 296247296 5737 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 514 18446604447196972224 0 0 -1 2 0 0 0
[pid=32520] ppid=32508 vsize=299052 CPUtime=3.43 cores=0,2,4,6
/proc/32520/stat : 32520 (python) S 32508 32508 30709 0 -1 4202560 1150 0 0 0 183 160 0 0 15 0 2 0 658232609 306229248 5629 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32520/statm: 74763 5629 400 364 0 10675 0
[pid=32522] ppid=32520 vsize=208676 CPUtime=1069.01 cores=0,2,4,6
/proc/32522/stat : 32522 (march_hi) T 32520 32522 32522 0 -1 4202496 50142 0 0 0 106890 11 0 0 25 0 1 0 658232609 213684224 49864 33554432000 4194304 4955518 140735173884000 18446744073709551615 4297475 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32522/statm: 52169 49864 106 186 0 51982 0
[pid=32520/tid=32578] ppid=32508 vsize=299052 CPUtime=0 cores=0,2,4,6
/proc/32520/task/32578/stat : 32578 (python) S 32508 32508 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658301174 306229248 5629 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 514 18446604450577279040 0 0 -1 4 0 0 0
[pid=32523] ppid=32508 vsize=309916 CPUtime=3.8 cores=0,2,4,6
/proc/32523/stat : 32523 (python) S 32508 32508 30709 0 -1 4202560 1160 0 0 0 201 179 0 0 15 0 2 0 658232610 317353984 5753 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32523/statm: 77479 5753 400 364 0 13388 0
[pid=32525] ppid=32523 vsize=315964 CPUtime=1187.49 cores=0,2,4,6
/proc/32525/stat : 32525 (march_hi) R 32523 32525 32525 0 -1 4202496 54706 0 0 0 118736 13 0 0 25 0 1 0 658232610 323547136 54425 33554432000 4194304 4955518 140735756268544 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32525/statm: 78991 54425 106 186 0 78804 0
[pid=32523/tid=32579] ppid=32508 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/32523/task/32579/stat : 32579 (python) S 32508 32508 30709 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658301974 317353984 5753 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 514 18446604447196973120 0 0 -1 2 0 0 0
[pid=32532] ppid=32508 vsize=320172 CPUtime=2.25 cores=0,2,4,6
/proc/32532/stat : 32532 (python) S 32508 32508 30709 0 -1 4202560 1164 0 0 0 121 104 0 0 15 0 2 0 658242638 327856128 5774 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32532/statm: 80043 5774 400 364 0 15949 0
[pid=32534] ppid=32532 vsize=142376 CPUtime=683.4 cores=0,2,4,6
/proc/32534/stat : 32534 (march_hi) T 32532 32534 32534 0 -1 4202496 33062 0 0 0 68329 11 0 0 25 0 1 0 658242639 145793024 32783 33554432000 4194304 4955518 140736282318816 18446744073709551615 4208624 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/32534/statm: 35594 32783 106 186 0 35407 0
[pid=32532/tid=32555] ppid=32508 vsize=320172 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32555/stat : 32555 (python) S 32508 32508 30709 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658282099 327856128 5774 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 514 18446604450305584128 0 0 -1 0 0 0 0
[pid=32538] ppid=32508 vsize=330428 CPUtime=3.3 cores=0,2,4,6
/proc/32538/stat : 32538 (python) S 32508 32508 30709 0 -1 4202560 1163 0 0 0 176 154 0 0 15 0 2 0 658250462 338358272 5780 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32538/statm: 82607 5780 400 364 0 18510 0
[pid=32540] ppid=32538 vsize=208676 CPUtime=1014.82 cores=0,2,4,6
/proc/32540/stat : 32540 (march_hi) R 32538 32540 32540 0 -1 4202496 47237 0 0 0 101468 14 0 0 25 0 1 0 658250462 213684224 46957 33554432000 4194304 4955518 140734502823200 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32540/statm: 52169 46957 106 186 0 51982 0
[pid=32538/tid=32588] ppid=32508 vsize=330428 CPUtime=0 cores=0,2,4,6
/proc/32538/task/32588/stat : 32588 (python) S 32508 32508 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658318793 338358272 5780 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 514 18446604441022487616 0 0 -1 0 0 0 0
[pid=32583] ppid=32508 vsize=340844 CPUtime=1.3 cores=0,2,4,6
/proc/32583/stat : 32583 (python) S 32508 32508 30709 0 -1 4202560 1007 0 0 0 69 61 0 0 15 0 1 0 658311289 349024256 5788 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 7156430914124218625 0 0 17 6 0 0 0
/proc/32583/statm: 85211 5788 371 364 0 21111 0
[pid=32585] ppid=32583 vsize=94252 CPUtime=411.39 cores=0,2,4,6
/proc/32585/stat : 32585 (march_hi) R 32583 32585 32585 0 -1 4202496 20519 0 0 0 41135 4 0 0 25 0 1 0 658311290 96514048 20239 33554432000 4194304 4955518 140734857120080 18446744073709551615 4226472 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/32585/statm: 23563 20239 106 186 0 23376 0
[pid=32594] ppid=32508 vsize=351188 CPUtime=0.35 cores=0,2,4,6
/proc/32594/stat : 32594 (python) S 32508 32508 30709 0 -1 4202560 988 0 0 0 20 15 0 0 18 0 1 0 658340266 359616512 5807 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 7156430914124218628 0 0 17 6 0 0 0
/proc/32594/statm: 87797 5807 377 364 0 23694 0
[pid=32596] ppid=32594 vsize=416280 CPUtime=120.17 cores=0,2,4,6
/proc/32596/stat : 32596 (adaptg2wsat2009) R 32594 32596 32596 0 -1 4202496 525 0 0 0 12017 0 0 0 25 0 1 0 658340267 426270720 253 33554432000 134512640 135107411 4288091488 18446744073709551615 134531401 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32596/statm: 104070 253 59 146 0 102946 0
[pid=32508/tid=32515] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32515/stat : 32515 (python) S 32506 32508 30709 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 658232607 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32518] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32518/stat : 32518 (python) S 32506 32508 30709 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 658232608 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32521] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32521/stat : 32521 (python) S 32506 32508 30709 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 658232609 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32524] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32524/stat : 32524 (python) S 32506 32508 30709 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 9 0 658232610 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32533] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32533/stat : 32533 (python) S 32506 32508 30709 0 -1 4202560 26 933 0 0 0 0 0 0 18 0 9 0 658242639 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32539] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32539/stat : 32539 (python) S 32506 32508 30709 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 658250462 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32584] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32584/stat : 32584 (python) S 32506 32508 30709 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 658311289 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32595] ppid=32506 vsize=361432 CPUtime=0 cores=0,2,4,6
/proc/32508/task/32595/stat : 32595 (python) S 32506 32508 30709 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 658340266 370106368 7348 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4700.66
Current children cumulated vsize (KiB) 6313360

[startup+1200.12 s]
/proc/loadavg: 4.06 4.77 6.37 5/442 32600
/proc/meminfo: memFree=20854916/32951124 swapFree=67111348/67111528
[pid=32508] ppid=32506 vsize=361632 CPUtime=199.99 cores=0,2,4,6
/proc/32508/stat : 32508 (python) S 32506 32508 30709 0 -1 4202496 16646 4181 1 0 54 11 19892 42 17 0 9 0 658232545 370311168 7374 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699505471 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/32508/statm: 90408 7374 1890 364 0 26305 0
[pid=32520] ppid=32508 vsize=299052 CPUtime=3.43 cores=0,2,4,6
/proc/32520/stat : 32520 (python) S 32508 32508 30709 0 -1 4202560 1150 0 0 0 183 160 0 0 15 0 2 0 658232609 306229248 5629 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/32520/statm: 74763 5629 400 364 0 10675 0
[pid=32522] ppid=32520 vsize=208676 CPUtime=1069.01 cores=0,2,4,6
/proc/32522/stat : 32522 (march_hi) T 32520 32522 32522 0 -1 4202496 50142 0 0 0 106890 11 0 0 25 0 1 0 658232609 213684224 49864 33554432000 4194304 4955518 140735173884000 18446744073709551615 4297475 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32522/statm: 52169 49864 106 186 0 51982 0
[pid=32520/tid=32578] ppid=32508 vsize=299052 CPUtime=0 cores=0,2,4,6
/proc/32520/task/32578/stat : 32578 (python) S 32508 32508 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658301174 306229248 5629 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 514 18446604450577279040 0 0 -1 4 0 0 0
[pid=32523] ppid=32508 vsize=309916 CPUtime=3.82 cores=0,2,4,6
/proc/32523/stat : 32523 (python) S 32508 32508 30709 0 -1 4202560 1160 0 0 0 202 180 0 0 15 0 2 0 658232610 317353984 5753 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699502027 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/32523/statm: 77479 5753 400 364 0 13388 0
[pid=32525] ppid=32523 vsize=315964 CPUtime=1187.67 cores=0,2,4,6
/proc/32525/stat : 32525 (march_hi) T 32523 32525 32525 0 -1 4202496 54715 0 0 0 118754 13 0 0 25 0 1 0 658232610 323547136 54434 33554432000 4194304 4955518 140735756268544 18446744073709551615 4237736 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32525/statm: 78991 54434 106 186 0 78804 0
[pid=32523/tid=32579] ppid=32508 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/32523/task/32579/stat : 32579 (python) S 32508 32508 30709 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 658301974 317353984 5753 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 514 18446604447196973120 0 0 -1 2 0 0 0
[pid=32532] ppid=32508 vsize=320172 CPUtime=2.25 cores=0,2,4,6
/proc/32532/stat : 32532 (python) S 32508 32508 30709 0 -1 4202560 1167 0 0 0 121 104 0 0 16 0 2 0 658242638 327856128 5774 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699505471 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32532/statm: 80043 5774 400 364 0 15949 0
[pid=32534] ppid=32532 vsize=0 CPUtime=683.4 cores=0,2,4,6
/proc/32534/stat : 32534 (march_hi) R 32532 32534 32534 0 -1 4203524 33062 0 0 0 68329 11 0 0 18 0 1 0 658242639 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/32534/statm: 0 0 0 0 0 0 0
[pid=32532/tid=32555] ppid=32508 vsize=320172 CPUtime=0 cores=0,2,4,6
/proc/32532/task/32555/stat : 32555 (python) S 32508 32508 30709 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 658282099 327856128 5774 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781824 2 18446604450305584128 0 0 -1 0 0 0 0
[pid=32538] ppid=32508 vsize=330428 CPUtime=3.3 cores=0,2,4,6
/proc/32538/stat : 32538 (python) S 32508 32508 30709 0 -1 4202560 1163 0 0 0 176 154 0 0 15 0 2 0 658250462 338358272 5780 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32538/statm: 82607 5780 400 364 0 18510 0
[pid=32540] ppid=32538 vsize=208676 CPUtime=1015.03 cores=0,2,4,6
/proc/32540/stat : 32540 (march_hi) R 32538 32540 32540 0 -1 4202496 47243 0 0 0 101489 14 0 0 25 0 1 0 658250462 213684224 46963 33554432000 4194304 4955518 140734502823200 18446744073709551615 4224597 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32540/statm: 52169 46963 106 186 0 51982 0
[pid=32538/tid=32588] ppid=32508 vsize=330428 CPUtime=0 cores=0,2,4,6
/proc/32538/task/32588/stat : 32588 (python) S 32508 32508 30709 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 658318793 338358272 5780 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 514 18446604441022487616 0 0 -1 0 0 0 0
[pid=32583] ppid=32508 vsize=340844 CPUtime=1.3 cores=0,2,4,6
/proc/32583/stat : 32583 (python) S 32508 32508 30709 0 -1 4202560 1007 0 0 0 69 61 0 0 15 0 1 0 658311289 349024256 5788 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 7156430914124218625 0 0 17 6 0 0 0
/proc/32583/statm: 85211 5788 371 364 0 21111 0
[pid=32585] ppid=32583 vsize=94252 CPUtime=411.61 cores=0,2,4,6
/proc/32585/stat : 32585 (march_hi) R 32583 32585 32585 0 -1 4202496 20528 0 0 0 41157 4 0 0 25 0 1 0 658311290 96514048 20248 33554432000 4194304 4955518 140734857120080 18446744073709551615 4208576 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/32585/statm: 23563 20248 106 186 0 23376 0
[pid=32594] ppid=32508 vsize=351188 CPUtime=0.35 cores=0,2,4,6
/proc/32594/stat : 32594 (python) S 32508 32508 30709 0 -1 4202560 988 0 0 0 20 15 0 0 18 0 1 0 658340266 359616512 5807 33554432000 4194304 5683644 140736688882128 18446744073709551615 212687695430 0 0 16781312 514 7156430914124218628 0 0 17 6 0 0 0
/proc/32594/statm: 87797 5807 377 364 0 23694 0
[pid=32596] ppid=32594 vsize=416280 CPUtime=120.37 cores=0,2,4,6
/proc/32596/stat : 32596 (adaptg2wsat2009) R 32594 32596 32596 0 -1 4202496 525 0 0 0 12037 0 0 0 25 0 1 0 658340267 426270720 253 33554432000 134512640 135107411 4288091488 18446744073709551615 134548381 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/32596/statm: 104070 253 59 146 0 102946 0
[pid=32508/tid=32515] ppid=32506 vsize=361632 CPUtime=199.34 cores=0,2,4,6
/proc/32508/task/32515/stat : 32515 (python) S 32506 32508 30709 0 -1 4202560 25 4181 0 0 0 0 19892 42 20 0 9 0 658232607 370311168 7374 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32518] ppid=32506 vsize=361632 CPUtime=199.34 cores=0,2,4,6
/proc/32508/task/32518/stat : 32518 (python) S 32506 32508 30709 0 -1 4202560 23 4181 0 0 0 0 19892 42 22 0 9 0 658232608 370311168 7374 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32521] ppid=32506 vsize=361632 CPUtime=199.34 cores=0,2,4,6
/proc/32508/task/32521/stat : 32521 (python) S 32506 32508 30709 0 -1 4202560 34 4181 0 0 0 0 19892 42 18 0 9 0 658232609 370311168 7374 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32524] ppid=32506 vsize=361632 CPUtime=199.34 cores=0,2,4,6
/proc/32508/task/32524/stat : 32524 (python) S 32506 32508 30709 0 -1 4202560 39 4181 0 0 0 0 19892 42 18 0 9 0 658232610 370311168 7374 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32533] ppid=32506 vsize=361632 CPUtime=199.34 cores=0,2,4,6
/proc/32508/task/32533/stat : 32533 (python) S 32506 32508 30709 0 -1 4202560 26 4181 0 0 0 0 19892 42 18 0 9 0 658242639 370311168 7374 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32539] ppid=32506 vsize=361632 CPUtime=199.34 cores=0,2,4,6
/proc/32508/task/32539/stat : 32539 (python) S 32506 32508 30709 0 -1 4202560 28 4181 0 0 0 0 19892 42 18 0 9 0 658250462 370311168 7374 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32584] ppid=32506 vsize=361632 CPUtime=199.34 cores=0,2,4,6
/proc/32508/task/32584/stat : 32584 (python) S 32506 32508 30709 0 -1 4202560 27 4181 0 0 0 0 19892 42 20 0 9 0 658311289 370311168 7374 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
[pid=32508/tid=32595] ppid=32506 vsize=361632 CPUtime=199.34 cores=0,2,4,6
/proc/32508/task/32595/stat : 32595 (python) S 32506 32508 30709 0 -1 4202560 26 4181 0 0 0 0 19892 42 20 0 9 0 658340266 370311168 7374 33554432000 4194304 5683644 140736688882128 18446744073709551615 212699498929 0 0 16781312 2 18446604440278878976 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4701.53
Current children cumulated vsize (KiB) 3557080

Child status: 0
Real time (s): 1200.18
CPU time (s): 4701.86
CPU user time (s): 4693.95
CPU system time (s): 7.9128
CPU usage (%): 391.762
Max. virtual memory (cumulated for all children) (KiB): 6313364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4693.95
system time used= 7.9128
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237943
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= 7855
involuntary context switches= 28385

runsolver used 5.32019 second user time and 10.9933 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 15:32:28
IDJOB=3378605
IDBENCH=83014
IDSOLVER=1859
FILE ID=node139/3378605-1305466348
RUNJOBID= node139-1305463021-30728
PBS_JOBID= 13324978
Free space on /tmp= 73352 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S788239782-034.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378605-1305466348/watcher-3378605-1305466348 -o /tmp/evaluation-result-3378605-1305466348/solver-3378605-1305466348 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378605-1305466348.cnf -seed 76347731 -budget 4800 -cores 4

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

MD5SUM BENCH= ea72de9bc2f16b1185170420c6413a72
RANDOM SEED=76347731

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21365036 kB
Buffers:        327732 kB
Cached:        3087372 kB
SwapCached:          0 kB
Active:        9201748 kB
Inactive:      2061532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21365036 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           33972 kB
Writeback:          12 kB
AnonPages:     7848088 kB
Mapped:          39676 kB
Slab:           207060 kB
PageTables:      48972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99874736 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= 73352 MiB
End job on node139 at 2011-05-15 15:52:28