Trace number 3378332

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)? 4777.46 1199.28

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S873866006-055.UNKNOWN.cnf
MD5SUM9ec6e0c9f7f3592c1fc9e4fe986eba4f
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.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.67	c INFO: solving HOME/instance-3378332-1305464768.cnf
0.37/0.67	c INFO: computing task features
0.37/0.68	c INFO: computed variable-clause graph statistics
0.37/0.69	c INFO: computed clause balance statistics
0.43/0.77	c INFO: computed variable balance statistics
0.53/0.82	c INFO: computed small-clause counts
0.53/0.82	c INFO: computed Horn-clause counts
0.53/0.82	c INFO: computed variable graph statistics
0.53/0.82	c INFO: collected features for HOME/instance-3378332-1305464768.cnf in 0.15 s
0.53/0.83	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.63)
0.53/0.84	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.08)
0.53/0.85	c INFO: running march_hi@0 for 679 with 1199 remaining (b = 0.35)
0.53/0.86	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.22)
396.23/100.15	c INFO: running march_hi@0 for 388 with 1100 remaining (b = 0.20)
400.19/101.15	c INFO: running march_hi@0 for 582 with 1099 remaining (b = 0.23)
1576.51/396.22	c INFO: running march_hi@99 for 97 with 804 remaining (b = 0.05)
1956.44/491.52	c INFO: running march_hi@194 for 194 with 709 remaining (b = 0.12)
1990.71/500.17	c INFO: running march_hi@98 for 97 with 700 remaining (b = 0.05)
2366.61/594.48	c INFO: running march_hi@192 for 97 with 606 remaining (b = 0.05)
2728.12/685.16	c INFO: running march_hi@394 for 97 with 515 remaining (b = 0.06)
2735.28/686.94	c INFO: running march_hi@0 for 97 with 513 remaining (b = 0.05)
2747.24/689.90	c INFO: running march_hi@587 for 97 with 510 remaining (b = 0.08)
2750.04/690.67	c INFO: running march_hi@0 for 509 with 509 remaining (b = 0.19)
3116.33/782.56	c INFO: running march_hi@1076 for 291 with 418 remaining (b = 0.12)
3122.32/784.08	c INFO: running march_hi@0 for 416 with 416 remaining (b = 0.15)
3135.05/787.23	c INFO: running march_hi@195 for 194 with 413 remaining (b = 0.11)
3899.09/978.92	c INFO: running march_hi@384 for 97 with 221 remaining (b = 0.07)
4278.91/1074.24	c INFO: running march_hi@1170 for 126 with 126 remaining (b = 0.03)
4302.46/1080.14	c INFO: running march_hi@676 for 120 with 120 remaining (b = 0.04)
4777.10/1199.25	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-3378332-1305464768/watcher-3378332-1305464768 -o /tmp/evaluation-result-3378332-1305464768/solver-3378332-1305464768 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378332-1305464768.cnf -seed 152224637 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 8.37 8.19 7.40 5/435 29427
/proc/meminfo: memFree=21348064/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/29427/stat : 29427 (python) R 29425 29427 28586 0 -1 4202496 901 0 0 0 0 0 0 0 25 0 1 0 736707483 16150528 782 33554432000 4194304 5683644 140737424936768 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29427/statm: 3943 782 345 364 0 430 0

[startup+0.0988001 s]
/proc/loadavg: 8.37 8.19 7.40 5/435 29427
/proc/meminfo: memFree=21348064/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=85616 CPUtime=0.06 cores=1,3,5,7
/proc/29427/stat : 29427 (python) S 29425 29427 28586 0 -1 4202496 2629 0 0 0 4 2 0 0 25 0 1 0 736707483 87670784 2347 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/29427/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85616

[startup+0.10087 s]
/proc/loadavg: 8.37 8.19 7.40 5/435 29427
/proc/meminfo: memFree=21348064/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=89764 CPUtime=0.06 cores=1,3,5,7
/proc/29427/stat : 29427 (python) S 29425 29427 28586 0 -1 4202496 2671 0 0 0 4 2 0 0 25 0 1 0 736707483 91918336 2387 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/29427/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.300715 s]
/proc/loadavg: 8.37 8.19 7.40 5/435 29427
/proc/meminfo: memFree=21348064/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/29427/stat : 29427 (python) S 29425 29427 28586 0 -1 4202496 5960 931 1 0 13 6 0 0 17 0 1 0 736707483 139005952 4151 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905390085 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/29427/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700698 s]
/proc/loadavg: 8.37 8.19 7.40 5/435 29427
/proc/meminfo: memFree=21348064/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=278652 CPUtime=0.43 cores=1,3,5,7
/proc/29427/stat : 29427 (python) R 29425 29427 28586 0 -1 4202496 9485 931 1 0 32 11 0 0 15 0 1 0 736707483 285339648 7060 33554432000 4194304 5683644 140737424936768 18446744073709551615 4523423 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29427/statm: 69663 7060 1826 364 0 5587 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 278652

[startup+1.50049 s]
/proc/loadavg: 8.37 8.19 7.40 10/448 29444
/proc/meminfo: memFree=21308644/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=320160 CPUtime=0.59 cores=1,3,5,7
/proc/29427/stat : 29427 (python) S 29425 29427 28586 0 -1 4202496 12345 931 1 0 47 12 0 0 24 0 5 0 736707483 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29427/statm: 80040 7237 1881 364 0 15949 0
[pid=29433] ppid=29427 vsize=278676 CPUtime=0 cores=1,3,5,7
/proc/29433/stat : 29433 (python) S 29427 29427 28586 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 736707567 285364224 5588 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414159 0 0 16781312 514 2506279035449901055 0 0 17 7 0 0 0
/proc/29433/statm: 69669 5588 354 364 0 5587 0
[pid=29435] ppid=29433 vsize=1017940 CPUtime=0.65 cores=1,3,5,7
/proc/29435/stat : 29435 (gnovelty+2) R 29433 29435 29435 0 -1 4202496 455 0 0 0 65 0 0 0 21 0 1 0 736707567 1042370560 192 33554432000 134512640 135663704 4288709024 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29435/statm: 254485 192 113 282 0 254201 0
[pid=29436] ppid=29427 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/29436/stat : 29436 (python) S 29427 29427 28586 0 -1 4202560 735 0 0 0 0 0 0 0 19 0 1 0 736707567 296247296 5684 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 9041076586677272575 0 0 17 3 0 0 0
/proc/29436/statm: 72326 5684 348 364 0 8241 0
[pid=29438] ppid=29436 vsize=1017940 CPUtime=0.63 cores=1,3,5,7
/proc/29438/stat : 29438 (gnovelty+2) R 29436 29438 29438 0 -1 4202496 456 0 0 0 63 0 0 0 22 0 1 0 736707568 1042370560 191 33554432000 134512640 135663704 4294598544 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29438/statm: 254485 191 113 282 0 254201 0
[pid=29439] ppid=29427 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/29439/stat : 29439 (python) S 29427 29427 28586 0 -1 4202560 749 0 0 0 0 0 0 0 16 0 1 0 736707568 306229248 5576 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 15802695690133405958 0 0 17 3 0 0 0
/proc/29439/statm: 74763 5576 348 364 0 10675 0
[pid=29441] ppid=29439 vsize=2124 CPUtime=0.63 cores=1,3,5,7
/proc/29441/stat : 29441 (march_hi) R 29439 29441 29441 0 -1 4202496 619 0 0 0 63 0 0 0 25 0 1 0 736707569 2174976 351 33554432000 4194304 4955518 140737245764960 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29441/statm: 531 351 106 186 0 344 0
[pid=29442] ppid=29427 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/29442/stat : 29442 (python) S 29427 29427 28586 0 -1 4202560 761 0 0 0 0 0 0 0 19 0 1 0 736707570 317353984 5700 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 3108750384575774982 0 0 17 3 0 0 0
/proc/29442/statm: 77479 5700 348 364 0 13388 0
[pid=29444] ppid=29442 vsize=2124 CPUtime=0.62 cores=1,3,5,7
/proc/29444/stat : 29444 (march_hi) R 29442 29444 29444 0 -1 4202496 620 0 0 0 62 0 0 0 25 0 1 0 736707570 2174976 350 33554432000 4194304 4955518 140733859568080 18446744073709551615 4314840 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29444/statm: 531 350 106 186 0 344 0
[pid=29427/tid=29434] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29434/stat : 29434 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 5 0 736707567 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 5 0 0 0
[pid=29427/tid=29437] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29437/stat : 29437 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 5 0 736707568 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 7 0 0 0
[pid=29427/tid=29440] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29440/stat : 29440 (python) S 29425 29427 28586 0 -1 4202560 36 931 0 0 0 0 0 0 22 0 5 0 736707569 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29443] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29443/stat : 29443 (python) S 29425 29427 28586 0 -1 4202560 26 931 0 0 0 0 0 0 24 0 5 0 736707570 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 3537236

[startup+3.1012 s]
/proc/loadavg: 8.37 8.19 7.40 9/448 29444
/proc/meminfo: memFree=21307280/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=320160 CPUtime=0.59 cores=1,3,5,7
/proc/29427/stat : 29427 (python) S 29425 29427 28586 0 -1 4202496 12345 931 1 0 47 12 0 0 24 0 5 0 736707483 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29427/statm: 80040 7237 1881 364 0 15949 0
[pid=29433] ppid=29427 vsize=278676 CPUtime=0 cores=1,3,5,7
/proc/29433/stat : 29433 (python) S 29427 29427 28586 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 736707567 285364224 5588 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414159 0 0 16781312 514 2506279035449868548 0 0 17 7 0 0 0
/proc/29433/statm: 69669 5588 354 364 0 5587 0
[pid=29435] ppid=29433 vsize=1017940 CPUtime=2.25 cores=1,3,5,7
/proc/29435/stat : 29435 (gnovelty+2) R 29433 29435 29435 0 -1 4202496 455 0 0 0 225 0 0 0 25 0 1 0 736707567 1042370560 192 33554432000 134512640 135663704 4288709024 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29435/statm: 254485 192 113 282 0 254201 0
[pid=29436] ppid=29427 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/29436/stat : 29436 (python) S 29427 29427 28586 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 736707567 296247296 5684 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 9041076586677240070 0 0 17 3 0 0 0
/proc/29436/statm: 72326 5684 348 364 0 8241 0
[pid=29438] ppid=29436 vsize=1017940 CPUtime=2.22 cores=1,3,5,7
/proc/29438/stat : 29438 (gnovelty+2) R 29436 29438 29438 0 -1 4202496 456 0 0 0 222 0 0 0 25 0 1 0 736707568 1042370560 191 33554432000 134512640 135663704 4294598544 18446744073709551615 134525095 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29438/statm: 254485 191 113 282 0 254201 0
[pid=29439] ppid=29427 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/29439/stat : 29439 (python) S 29427 29427 28586 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 736707568 306229248 5576 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 15802695690133405958 0 0 17 3 0 0 0
/proc/29439/statm: 74763 5576 348 364 0 10675 0
[pid=29441] ppid=29439 vsize=2604 CPUtime=2.23 cores=1,3,5,7
/proc/29441/stat : 29441 (march_hi) R 29439 29441 29441 0 -1 4202496 714 0 0 0 223 0 0 0 25 0 1 0 736707569 2666496 446 33554432000 4194304 4955518 140737245764960 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29441/statm: 651 446 106 186 0 464 0
[pid=29442] ppid=29427 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/29442/stat : 29442 (python) S 29427 29427 28586 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 736707570 317353984 5700 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 3108750384575774982 0 0 17 3 0 0 0
/proc/29442/statm: 77479 5700 348 364 0 13388 0
[pid=29444] ppid=29442 vsize=2604 CPUtime=2.22 cores=1,3,5,7
/proc/29444/stat : 29444 (march_hi) R 29442 29444 29444 0 -1 4202496 716 0 0 0 222 0 0 0 25 0 1 0 736707570 2666496 446 33554432000 4194304 4955518 140733859568080 18446744073709551615 4224443 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29444/statm: 651 446 106 186 0 464 0
[pid=29427/tid=29434] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29434/stat : 29434 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 5 0 736707567 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 5 0 0 0
[pid=29427/tid=29437] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29437/stat : 29437 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 5 0 736707568 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 7 0 0 0
[pid=29427/tid=29440] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29440/stat : 29440 (python) S 29425 29427 28586 0 -1 4202560 36 931 0 0 0 0 0 0 22 0 5 0 736707569 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29443] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29443/stat : 29443 (python) S 29425 29427 28586 0 -1 4202560 26 931 0 0 0 0 0 0 24 0 5 0 736707570 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 3538196

[startup+6.30061 s]
/proc/loadavg: 8.42 8.21 7.41 9/448 29445
/proc/meminfo: memFree=21304552/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=320160 CPUtime=0.59 cores=1,3,5,7
/proc/29427/stat : 29427 (python) S 29425 29427 28586 0 -1 4202496 12345 931 1 0 47 12 0 0 24 0 5 0 736707483 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29427/statm: 80040 7237 1881 364 0 15949 0
[pid=29433] ppid=29427 vsize=278676 CPUtime=0.01 cores=1,3,5,7
/proc/29433/stat : 29433 (python) S 29427 29427 28586 0 -1 4202560 898 0 0 0 0 1 0 0 18 0 1 0 736707567 285364224 5611 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414159 0 0 16781312 514 2506279035449868548 0 0 17 7 0 0 0
/proc/29433/statm: 69669 5611 377 364 0 5587 0
[pid=29435] ppid=29433 vsize=1017940 CPUtime=5.45 cores=1,3,5,7
/proc/29435/stat : 29435 (gnovelty+2) R 29433 29435 29435 0 -1 4202496 455 0 0 0 545 0 0 0 25 0 1 0 736707567 1042370560 192 33554432000 134512640 135663704 4288709024 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29435/statm: 254485 192 113 282 0 254201 0
[pid=29436] ppid=29427 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/29436/stat : 29436 (python) S 29427 29427 28586 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 736707567 296247296 5707 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 9041076586677240070 0 0 17 3 0 0 0
/proc/29436/statm: 72326 5707 371 364 0 8241 0
[pid=29438] ppid=29436 vsize=1017940 CPUtime=5.35 cores=1,3,5,7
/proc/29438/stat : 29438 (gnovelty+2) R 29436 29438 29438 0 -1 4202496 456 0 0 0 535 0 0 0 25 0 1 0 736707568 1042370560 191 33554432000 134512640 135663704 4294598544 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29438/statm: 254485 191 113 282 0 254201 0
[pid=29439] ppid=29427 vsize=299052 CPUtime=0.01 cores=1,3,5,7
/proc/29439/stat : 29439 (python) S 29427 29427 28586 0 -1 4202560 904 0 0 0 1 0 0 0 15 0 1 0 736707568 306229248 5599 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 15802695690133405958 0 0 17 3 0 0 0
/proc/29439/statm: 74763 5599 371 364 0 10675 0
[pid=29441] ppid=29439 vsize=3456 CPUtime=5.43 cores=1,3,5,7
/proc/29441/stat : 29441 (march_hi) R 29439 29441 29441 0 -1 4202496 904 0 0 0 543 0 0 0 25 0 1 0 736707569 3538944 636 33554432000 4194304 4955518 140737245764960 18446744073709551615 4224679 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29441/statm: 864 636 106 186 0 677 0
[pid=29442] ppid=29427 vsize=309916 CPUtime=0.02 cores=1,3,5,7
/proc/29442/stat : 29442 (python) S 29427 29427 28586 0 -1 4202560 919 0 0 0 1 1 0 0 15 0 1 0 736707570 317353984 5723 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 3108750384575774982 0 0 17 3 0 0 0
/proc/29442/statm: 77479 5723 371 364 0 13388 0
[pid=29444] ppid=29442 vsize=3456 CPUtime=5.37 cores=1,3,5,7
/proc/29444/stat : 29444 (march_hi) R 29442 29444 29444 0 -1 4202496 903 0 0 0 537 0 0 0 25 0 1 0 736707570 3538944 633 33554432000 4194304 4955518 140733859568080 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29444/statm: 864 633 106 186 0 677 0
[pid=29427/tid=29434] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29434/stat : 29434 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 5 0 736707567 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 5 0 0 0
[pid=29427/tid=29437] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29437/stat : 29437 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 5 0 736707568 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 7 0 0 0
[pid=29427/tid=29440] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29440/stat : 29440 (python) S 29425 29427 28586 0 -1 4202560 36 931 0 0 0 0 0 0 22 0 5 0 736707569 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29443] ppid=29425 vsize=320160 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29443/stat : 29443 (python) S 29425 29427 28586 0 -1 4202560 26 931 0 0 0 0 0 0 24 0 5 0 736707570 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 22.23
Current children cumulated vsize (KiB) 3539900

[startup+12.7004 s]
/proc/loadavg: 8.39 8.20 7.41 9/448 29449
/proc/meminfo: memFree=21282076/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=320160 CPUtime=0.59 cores=1,3,5,7
/proc/29427/stat : 29427 (python) S 29425 29427 28586 0 -1 4202496 12345 931 1 0 47 12 0 0 24 0 5 0 736707483 327843840 7237 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29427/statm: 80040 7237 1881 364 0 15949 0
[pid=29433] ppid=29427 vsize=278676 CPUtime=0.03 cores=1,3,5,7
/proc/29433/stat : 29433 (python) S 29427 29427 28586 0 -1 4202560 901 0 0 0 1 2 0 0 18 0 1 0 736707567 285364224 5611 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414159 0 0 16781312 514 5863897821068886276 0 0 17 7 0 0 0
/proc/29433/statm: 69669 5611 377 364 0 5587 0
[pid=29435] ppid=29433 vsize=1017940 CPUtime=11.85 cores=1,3,5,7
/proc/29435/stat : 29435 (gnovelty+2) R 29433 29435 29435 0 -1 4202496 455 0 0 0 1185 0 0 0 25 0 1 0 736707567 1042370560 192 33554432000 134512640 135663704 4288709024 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29435/statm: 254485 192 113 282 0 254201 0
[pid=29436] ppid=29427 vsize=289304 CPUtime=0.02 cores=1,3,5,7

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


[startup+1199.1 s]
/proc/loadavg: 8.08 8.16 7.96 9/476 29738
/proc/meminfo: memFree=20068480/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=361372 CPUtime=0.71 cores=1,3,5,7
/proc/29427/stat : 29427 (python) S 29425 29427 28586 0 -1 4202496 16619 931 1 0 58 13 0 0 18 0 9 0 736707483 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29427/statm: 90343 7335 1890 364 0 26240 0
[pid=29433] ppid=29427 vsize=288920 CPUtime=0.3 cores=1,3,5,7
/proc/29433/stat : 29433 (python) S 29427 29427 28586 0 -1 4202560 1171 0 0 0 14 16 0 0 19 0 2 0 736707567 295854080 5655 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29433/statm: 72230 5655 416 364 0 8148 0
[pid=29435] ppid=29433 vsize=1017940 CPUtime=99.28 cores=1,3,5,7
/proc/29435/stat : 29435 (gnovelty+2) T 29433 29435 29435 0 -1 4202496 455 0 0 0 9928 0 0 0 25 0 1 0 736707567 1042370560 192 33554432000 134512640 135663704 4288709024 18446744073709551615 134525218 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/29435/statm: 254485 192 113 282 0 254201 0
[pid=29433/tid=29452] ppid=29427 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/29433/task/29452/stat : 29452 (python) S 29427 29427 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736717498 295854080 5655 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604466381133696 0 0 -1 5 0 0 0
[pid=29436] ppid=29427 vsize=289304 CPUtime=0.3 cores=1,3,5,7
/proc/29436/stat : 29436 (python) S 29427 29427 28586 0 -1 4202560 1095 0 0 0 14 16 0 0 19 0 2 0 736707567 296247296 5737 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29436/statm: 72326 5737 400 364 0 8241 0
[pid=29438] ppid=29436 vsize=1017940 CPUtime=98.7 cores=1,3,5,7
/proc/29438/stat : 29438 (gnovelty+2) T 29436 29438 29438 0 -1 4202496 456 0 0 0 9870 0 0 0 25 0 1 0 736707568 1042370560 191 33554432000 134512640 135663704 4294598544 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29438/statm: 254485 191 113 282 0 254201 0
[pid=29436/tid=29456] ppid=29427 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/29436/task/29456/stat : 29456 (python) S 29427 29427 28586 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 736717597 296247296 5737 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604459312700224 0 0 -1 3 0 0 0
[pid=29439] ppid=29427 vsize=299052 CPUtime=3.92 cores=1,3,5,7
/proc/29439/stat : 29439 (python) S 29427 29427 28586 0 -1 4202560 1152 0 0 0 195 197 0 0 15 0 2 0 736707568 306229248 5629 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29439/statm: 74763 5629 400 364 0 10675 0
[pid=29441] ppid=29439 vsize=315604 CPUtime=1188.83 cores=1,3,5,7
/proc/29441/stat : 29441 (march_hi) R 29439 29441 29441 0 -1 4202496 54620 0 0 0 118872 11 0 0 25 0 1 0 736707569 323178496 54352 33554432000 4194304 4955518 140737245764960 18446744073709551615 4308767 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29441/statm: 78901 54352 106 186 0 78714 0
[pid=29439/tid=29580] ppid=29427 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/29439/task/29580/stat : 29580 (python) S 29427 29427 28586 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736776177 306229248 5629 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604465368003648 0 0 -1 3 0 0 0
[pid=29442] ppid=29427 vsize=309916 CPUtime=2.57 cores=1,3,5,7
/proc/29442/stat : 29442 (python) S 29427 29427 28586 0 -1 4202560 1175 0 0 0 129 128 0 0 15 0 2 0 736707570 317353984 5753 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29442/statm: 77479 5753 400 364 0 13388 0
[pid=29444] ppid=29442 vsize=208492 CPUtime=778.31 cores=1,3,5,7
/proc/29444/stat : 29444 (march_hi) T 29442 29444 29444 0 -1 4202496 36761 0 0 0 77823 8 0 0 25 0 1 0 736707570 213495808 36491 33554432000 4194304 4955518 140733859568080 18446744073709551615 4346482 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29444/statm: 52123 36491 106 186 0 51936 0
[pid=29442/tid=29488] ppid=29427 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/29442/task/29488/stat : 29488 (python) S 29427 29427 28586 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736747105 317353984 5753 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604466118970304 0 0 -1 1 0 0 0
[pid=29453] ppid=29427 vsize=320172 CPUtime=1.96 cores=1,3,5,7
/proc/29453/stat : 29453 (python) S 29427 29427 28586 0 -1 4202560 1167 0 0 0 94 102 0 0 15 0 2 0 736717498 327856128 5757 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29453/statm: 80043 5757 400 364 0 15949 0
[pid=29455] ppid=29453 vsize=142192 CPUtime=582.51 cores=1,3,5,7
/proc/29455/stat : 29455 (march_hi) T 29453 29455 29455 0 -1 4202496 27756 0 0 0 58245 6 0 0 25 0 1 0 736717499 145604608 27489 33554432000 4194304 4955518 140736555099136 18446744073709551615 4314889 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29455/statm: 35548 27489 106 186 0 35361 0
[pid=29453/tid=29500] ppid=29427 vsize=320172 CPUtime=0 cores=1,3,5,7
/proc/29453/task/29500/stat : 29500 (python) S 29427 29427 28586 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 736757500 327856128 5757 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604461511124096 0 0 -1 7 0 0 0
[pid=29457] ppid=29427 vsize=329904 CPUtime=3.58 cores=1,3,5,7
/proc/29457/stat : 29457 (python) S 29427 29427 28586 0 -1 4202560 1164 0 0 0 181 177 0 0 15 0 2 0 736717598 337821696 5662 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29457/statm: 82476 5662 400 364 0 18379 0
[pid=29459] ppid=29457 vsize=216156 CPUtime=1097.52 cores=1,3,5,7
/proc/29459/stat : 29459 (march_hi) R 29457 29459 29459 0 -1 4202496 50809 0 0 0 109741 11 0 0 25 0 1 0 736717598 221343744 50543 33554432000 4194304 4955518 140735262188480 18446744073709551615 4208646 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29459/statm: 54039 50543 106 186 0 53852 0
[pid=29457/tid=29579] ppid=29427 vsize=329904 CPUtime=0 cores=1,3,5,7
/proc/29457/task/29579/stat : 29579 (python) S 29427 29427 28586 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736775999 337821696 5662 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604461511123200 0 0 -1 3 0 0 0
[pid=29581] ppid=29427 vsize=340872 CPUtime=1.67 cores=1,3,5,7
/proc/29581/stat : 29581 (python) S 29427 29427 28586 0 -1 4202560 1018 0 0 0 89 78 0 0 15 0 1 0 736776551 349052928 5782 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 5863897821068886279 0 0 17 3 0 0 0
/proc/29581/statm: 85218 5782 371 364 0 21118 0
[pid=29583] ppid=29581 vsize=138360 CPUtime=506.4 cores=1,3,5,7
/proc/29583/stat : 29583 (march_hi) R 29581 29583 29583 0 -1 4202496 24562 0 0 0 50635 5 0 0 25 0 1 0 736776551 141680640 24295 33554432000 4194304 4955518 140733450264752 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29583/statm: 34590 24295 106 186 0 34403 0
[pid=29636] ppid=29427 vsize=351128 CPUtime=1.37 cores=1,3,5,7
/proc/29636/stat : 29636 (python) S 29427 29427 28586 0 -1 4202560 1047 0 0 0 70 67 0 0 15 0 1 0 736785891 359555072 5793 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 5863897821068886278 0 0 17 3 0 0 0
/proc/29636/statm: 87782 5793 377 364 0 23679 0
[pid=29639] ppid=29636 vsize=94160 CPUtime=408.76 cores=1,3,5,7
/proc/29639/stat : 29639 (march_hi) R 29636 29639 29639 0 -1 4202496 20223 0 0 0 40871 5 0 0 25 0 1 0 736785892 96419840 19950 33554432000 4194304 4955518 140735671914224 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29639/statm: 23540 19950 106 186 0 23353 0
[pid=29427/tid=29434] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29434/stat : 29434 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 9 0 736707567 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 5 0 0 0
[pid=29427/tid=29437] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29437/stat : 29437 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 736707568 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 7 0 0 0
[pid=29427/tid=29440] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29440/stat : 29440 (python) S 29425 29427 28586 0 -1 4202560 44 931 0 0 0 0 0 0 18 0 9 0 736707569 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29443] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29443/stat : 29443 (python) S 29425 29427 28586 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 9 0 736707570 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29454] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29454/stat : 29454 (python) S 29425 29427 28586 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 9 0 736717499 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29458] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29458/stat : 29458 (python) S 29425 29427 28586 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 736717598 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29582] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29582/stat : 29582 (python) S 29425 29427 28586 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 736776551 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29638] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29638/stat : 29638 (python) S 29425 29427 28586 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 736785891 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4776.69
Current children cumulated vsize (KiB) 6041484

[startup+1199.2 s]
/proc/loadavg: 8.08 8.16 7.96 9/476 29738
/proc/meminfo: memFree=20068480/32950928 swapFree=65730864/67111528
[pid=29427] ppid=29425 vsize=361372 CPUtime=0.71 cores=1,3,5,7
/proc/29427/stat : 29427 (python) S 29425 29427 28586 0 -1 4202496 16619 931 1 0 58 13 0 0 18 0 9 0 736707483 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29427/statm: 90343 7335 1890 364 0 26240 0
[pid=29433] ppid=29427 vsize=288920 CPUtime=0.3 cores=1,3,5,7
/proc/29433/stat : 29433 (python) S 29427 29427 28586 0 -1 4202560 1171 0 0 0 14 16 0 0 19 0 2 0 736707567 295854080 5655 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29433/statm: 72230 5655 416 364 0 8148 0
[pid=29435] ppid=29433 vsize=1017940 CPUtime=99.28 cores=1,3,5,7
/proc/29435/stat : 29435 (gnovelty+2) T 29433 29435 29435 0 -1 4202496 455 0 0 0 9928 0 0 0 25 0 1 0 736707567 1042370560 192 33554432000 134512640 135663704 4288709024 18446744073709551615 134525218 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/29435/statm: 254485 192 113 282 0 254201 0
[pid=29433/tid=29452] ppid=29427 vsize=288920 CPUtime=0 cores=1,3,5,7
/proc/29433/task/29452/stat : 29452 (python) S 29427 29427 28586 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736717498 295854080 5655 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604466381133696 0 0 -1 5 0 0 0
[pid=29436] ppid=29427 vsize=289304 CPUtime=0.3 cores=1,3,5,7
/proc/29436/stat : 29436 (python) S 29427 29427 28586 0 -1 4202560 1095 0 0 0 14 16 0 0 19 0 2 0 736707567 296247296 5737 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29436/statm: 72326 5737 400 364 0 8241 0
[pid=29438] ppid=29436 vsize=1017940 CPUtime=98.7 cores=1,3,5,7
/proc/29438/stat : 29438 (gnovelty+2) T 29436 29438 29438 0 -1 4202496 456 0 0 0 9870 0 0 0 25 0 1 0 736707568 1042370560 191 33554432000 134512640 135663704 4294598544 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/29438/statm: 254485 191 113 282 0 254201 0
[pid=29436/tid=29456] ppid=29427 vsize=289304 CPUtime=0 cores=1,3,5,7
/proc/29436/task/29456/stat : 29456 (python) S 29427 29427 28586 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 736717597 296247296 5737 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604459312700224 0 0 -1 3 0 0 0
[pid=29439] ppid=29427 vsize=299052 CPUtime=3.92 cores=1,3,5,7
/proc/29439/stat : 29439 (python) S 29427 29427 28586 0 -1 4202560 1152 0 0 0 195 197 0 0 15 0 2 0 736707568 306229248 5629 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29439/statm: 74763 5629 400 364 0 10675 0
[pid=29441] ppid=29439 vsize=315604 CPUtime=1188.93 cores=1,3,5,7
/proc/29441/stat : 29441 (march_hi) R 29439 29441 29441 0 -1 4202496 54623 0 0 0 118882 11 0 0 25 0 1 0 736707569 323178496 54355 33554432000 4194304 4955518 140737245764960 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29441/statm: 78901 54355 106 186 0 78714 0
[pid=29439/tid=29580] ppid=29427 vsize=299052 CPUtime=0 cores=1,3,5,7
/proc/29439/task/29580/stat : 29580 (python) S 29427 29427 28586 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736776177 306229248 5629 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604465368003648 0 0 -1 3 0 0 0
[pid=29442] ppid=29427 vsize=309916 CPUtime=2.57 cores=1,3,5,7
/proc/29442/stat : 29442 (python) S 29427 29427 28586 0 -1 4202560 1175 0 0 0 129 128 0 0 15 0 2 0 736707570 317353984 5753 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29442/statm: 77479 5753 400 364 0 13388 0
[pid=29444] ppid=29442 vsize=208492 CPUtime=778.31 cores=1,3,5,7
/proc/29444/stat : 29444 (march_hi) T 29442 29444 29444 0 -1 4202496 36761 0 0 0 77823 8 0 0 25 0 1 0 736707570 213495808 36491 33554432000 4194304 4955518 140733859568080 18446744073709551615 4346482 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29444/statm: 52123 36491 106 186 0 51936 0
[pid=29442/tid=29488] ppid=29427 vsize=309916 CPUtime=0 cores=1,3,5,7
/proc/29442/task/29488/stat : 29488 (python) S 29427 29427 28586 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736747105 317353984 5753 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604466118970304 0 0 -1 1 0 0 0
[pid=29453] ppid=29427 vsize=320172 CPUtime=1.96 cores=1,3,5,7
/proc/29453/stat : 29453 (python) S 29427 29427 28586 0 -1 4202560 1167 0 0 0 94 102 0 0 15 0 2 0 736717498 327856128 5757 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29453/statm: 80043 5757 400 364 0 15949 0
[pid=29455] ppid=29453 vsize=142192 CPUtime=582.51 cores=1,3,5,7
/proc/29455/stat : 29455 (march_hi) T 29453 29455 29455 0 -1 4202496 27756 0 0 0 58245 6 0 0 25 0 1 0 736717499 145604608 27489 33554432000 4194304 4955518 140736555099136 18446744073709551615 4314889 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29455/statm: 35548 27489 106 186 0 35361 0
[pid=29453/tid=29500] ppid=29427 vsize=320172 CPUtime=0 cores=1,3,5,7
/proc/29453/task/29500/stat : 29500 (python) S 29427 29427 28586 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 736757500 327856128 5757 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604461511124096 0 0 -1 7 0 0 0
[pid=29457] ppid=29427 vsize=329904 CPUtime=3.6 cores=1,3,5,7
/proc/29457/stat : 29457 (python) R 29427 29427 28586 0 -1 4202560 1164 0 0 0 182 178 0 0 15 0 2 0 736717598 337821696 5662 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905437319 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29457/statm: 82477 5662 400 364 0 18380 0
[pid=29459] ppid=29457 vsize=216156 CPUtime=1097.62 cores=1,3,5,7
/proc/29459/stat : 29459 (march_hi) R 29457 29459 29459 0 -1 4202496 50813 0 0 0 109751 11 0 0 25 0 1 0 736717598 221343744 50547 33554432000 4194304 4955518 140735262188480 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29459/statm: 54039 50547 106 186 0 53852 0
[pid=29457/tid=29579] ppid=29427 vsize=329908 CPUtime=0 cores=1,3,5,7
/proc/29457/task/29579/stat : 29579 (python) S 29427 29427 28586 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 736775999 337825792 5662 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 514 18446604461511123200 0 0 -1 3 0 0 0
[pid=29581] ppid=29427 vsize=340872 CPUtime=1.67 cores=1,3,5,7
/proc/29581/stat : 29581 (python) S 29427 29427 28586 0 -1 4202560 1018 0 0 0 89 78 0 0 15 0 1 0 736776551 349052928 5782 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 5863897821068886279 0 0 17 3 0 0 0
/proc/29581/statm: 85218 5782 371 364 0 21118 0
[pid=29583] ppid=29581 vsize=138360 CPUtime=506.49 cores=1,3,5,7
/proc/29583/stat : 29583 (march_hi) R 29581 29583 29583 0 -1 4202496 24565 0 0 0 50644 5 0 0 25 0 1 0 736776551 141680640 24298 33554432000 4194304 4955518 140733450264752 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29583/statm: 34590 24298 106 186 0 34403 0
[pid=29636] ppid=29427 vsize=351128 CPUtime=1.37 cores=1,3,5,7
/proc/29636/stat : 29636 (python) S 29427 29427 28586 0 -1 4202560 1047 0 0 0 70 67 0 0 15 0 1 0 736785891 359555072 5793 33554432000 4194304 5683644 140737424936768 18446744073709551615 260905414214 0 0 16781312 514 5863897821068886278 0 0 17 3 0 0 0
/proc/29636/statm: 87782 5793 377 364 0 23679 0
[pid=29639] ppid=29636 vsize=94160 CPUtime=408.86 cores=1,3,5,7
/proc/29639/stat : 29639 (march_hi) R 29636 29639 29639 0 -1 4202496 20227 0 0 0 40881 5 0 0 25 0 1 0 736785892 96419840 19954 33554432000 4194304 4955518 140735671914224 18446744073709551615 4314282 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29639/statm: 23540 19954 106 186 0 23353 0
[pid=29427/tid=29434] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29434/stat : 29434 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 9 0 736707567 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 5 0 0 0
[pid=29427/tid=29437] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29437/stat : 29437 (python) S 29425 29427 28586 0 -1 4202560 25 931 0 0 0 0 0 0 20 0 9 0 736707568 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 7 0 0 0
[pid=29427/tid=29440] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29440/stat : 29440 (python) S 29425 29427 28586 0 -1 4202560 44 931 0 0 0 0 0 0 18 0 9 0 736707569 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29443] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29443/stat : 29443 (python) S 29425 29427 28586 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 9 0 736707570 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29454] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29454/stat : 29454 (python) S 29425 29427 28586 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 9 0 736717499 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29458] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29458/stat : 29458 (python) S 29425 29427 28586 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 9 0 736717598 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29582] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29582/stat : 29582 (python) S 29425 29427 28586 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 736776551 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
[pid=29427/tid=29638] ppid=29425 vsize=361372 CPUtime=0 cores=1,3,5,7
/proc/29427/task/29638/stat : 29638 (python) S 29425 29427 28586 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 736785891 370044928 7335 33554432000 4194304 5683644 140737424936768 18446744073709551615 260917217713 0 0 16781312 2 18446604464380141824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4777.1
Current children cumulated vsize (KiB) 6041484

Child status: 0
Real time (s): 1199.28
CPU time (s): 4777.46
CPU user time (s): 4768.91
CPU system time (s): 8.5437
CPU usage (%): 398.362
Max. virtual memory (cumulated for all children) (KiB): 6041488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4768.91
system time used= 8.5437
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246524
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= 10181
involuntary context switches= 40097

runsolver used 5.03623 second user time and 11.7582 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 15:06:08
IDJOB=3378332
IDBENCH=82741
IDSOLVER=1859
FILE ID=node116/3378332-1305464768
RUNJOBID= node116-1305463137-28605
PBS_JOBID= 13324982
Free space on /tmp= 73076 MiB

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

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

MD5SUM BENCH= 9ec6e0c9f7f3592c1fc9e4fe986eba4f
RANDOM SEED=152224637

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21348344 kB
Buffers:        123556 kB
Cached:        1368216 kB
SwapCached:      12356 kB
Active:       10411856 kB
Inactive:       951768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21348344 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:           65120 kB
Writeback:           0 kB
AnonPages:     9870516 kB
Mapped:          25800 kB
Slab:           114696 kB
PageTables:      56216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 110645924 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= 73076 MiB
End job on node116 at 2011-05-15 15:26:07