Trace number 3385705

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)? (TO) 2346.96 5100.04

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v650-c2769-S30721646-064.SATISFIABLE.cnf
MD5SUM594a31b95a871970fa7797f18ebcd756
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009998
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of clauses2769
Sum of the clauses size8307
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32769
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/2.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/2.71	c INFO: solving HOME/instance-3385705-1308048004.cnf
0.41/2.71	c INFO: computing task features
0.41/2.72	c INFO: computed variable-clause graph statistics
0.41/2.72	c INFO: computed clause balance statistics
0.41/2.77	c INFO: computed variable balance statistics
0.50/2.81	c INFO: computed small-clause counts
0.50/2.81	c INFO: computed Horn-clause counts
0.50/2.81	c INFO: computed variable graph statistics
0.50/2.81	c INFO: collected features for HOME/instance-3385705-1308048004.cnf in 0.10 s
0.50/2.84	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
0.50/2.87	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.16)
0.61/2.90	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.07)
0.61/2.93	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.26)
0.61/2.96	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.23)
0.61/2.99	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.24)
0.72/3.03	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.21)
0.72/3.06	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.15)
0.72/3.06	Traceback (most recent call last):
0.72/3.06	  File "HOME/solve", line 33, in <module>
0.72/3.06	    plac.call(main)
0.72/3.06	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.72/3.06	    cmd, result = parser_from(obj).consume(arglist)
0.72/3.06	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.72/3.06	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.72/3.06	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.72/3.06	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.72/3.06	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.72/3.06	    process.die()
0.72/3.06	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.72/3.06	    os.kill(self._process.pid, signal.SIGUSR1)
0.72/3.06	OSError: [Errno 3] No such process

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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


[startup+0 s]
/proc/loadavg: 1.68 5.57 5.32 1/167 29424
/proc/meminfo: memFree=31675148/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=11804 CPUtime=0 cores=0-7
/proc/29424/stat : 29424 (runsolver) S 29422 29424 29394 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 995031198 12087296 51 33554432000 4194304 5436572 140734783074992 18446744073709551615 4883175 0 2147483391 4096 24578 18446744071699960631 0 0 17 3 0 0 0
/proc/29424/statm: 2951 51 31 304 0 2643 0

[startup+0.0645021 s]
/proc/loadavg: 1.68 5.57 5.32 1/167 29424
/proc/meminfo: memFree=31675148/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=15184 CPUtime=0 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 712 0 0 0 0 0 0 0 23 0 1 0 995031198 15548416 603 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29424/statm: 3796 603 319 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.100508 s]
/proc/loadavg: 1.68 5.57 5.32 1/167 29424
/proc/meminfo: memFree=31675148/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=15184 CPUtime=0 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 728 0 0 0 0 0 0 0 23 0 1 0 995031198 15548416 617 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29424/statm: 3796 617 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300484 s]
/proc/loadavg: 1.68 5.57 5.32 1/167 29424
/proc/meminfo: memFree=31675148/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=15908 CPUtime=0 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 945 0 0 0 0 0 0 0 21 0 1 0 995031198 16289792 821 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29424/statm: 3977 821 357 364 0 464 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15908

[startup+0.700398 s]
/proc/loadavg: 1.68 5.57 5.32 1/167 29424
/proc/meminfo: memFree=31675148/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=18884 CPUtime=0.01 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 1236 0 0 0 1 0 0 0 17 0 1 0 995031198 19337216 1092 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29424/statm: 4721 1092 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+1.50026 s]
/proc/loadavg: 1.68 5.57 5.32 1/168 29425
/proc/meminfo: memFree=31672040/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=102008 CPUtime=0.07 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 3026 0 0 0 5 2 0 0 15 0 1 0 995031198 104456192 2717 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29424/statm: 25502 2717 841 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102008

[startup+3.10089 s]
/proc/loadavg: 1.68 5.57 5.32 1/168 29429
/proc/meminfo: memFree=31660264/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=375500 CPUtime=0.89 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 15463 3969 1 0 63 14 11 1 20 0 1 0 995031198 384512000 7424 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469895999 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/29424/statm: 93875 7424 1891 364 0 29772 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 375500
heavy processes:

[startup+6.30135 s]
/proc/loadavg: 2.03 5.58 5.32 7/180 29455
/proc/meminfo: memFree=31618372/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=375500 CPUtime=0.89 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 15463 3969 1 0 63 14 11 1 20 0 1 0 995031198 384512000 7424 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469895999 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/29424/statm: 93875 7424 1891 364 0 29772 0
[pid=29433] ppid=29424 vsize=289404 CPUtime=0 cores=0-7
/proc/29433/stat : 29433 (python) S 29424 29424 29394 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 995031485 296349696 5708 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 10237429625214959876 0 0 17 3 0 0 0
/proc/29433/statm: 72351 5708 348 364 0 8266 0
[pid=29435] ppid=29433 vsize=3416 CPUtime=3.42 cores=0-7
/proc/29435/stat : 29435 (march_hi) R 29433 29435 29435 0 -1 4202496 868 0 0 0 342 0 0 0 25 0 1 0 995031485 3497984 604 33554432000 4194304 4955518 140735873470512 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29435/statm: 854 604 104 186 0 667 0
[pid=29440] ppid=29424 vsize=375452 CPUtime=0 cores=0-7
/proc/29440/stat : 29440 (python) S 29424 29424 29394 0 -1 4202560 726 0 0 0 0 0 0 0 15 0 1 0 995031491 384462848 5846 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 18265170727793557764 0 0 17 0 0 0 0
/proc/29440/statm: 93863 5846 348 364 0 29772 0
[pid=29442] ppid=29440 vsize=3416 CPUtime=3.34 cores=0-7
/proc/29442/stat : 29442 (march_hi) R 29440 29442 29442 0 -1 4202496 855 0 0 0 334 0 0 0 25 0 1 0 995031492 3497984 600 33554432000 4194304 4955518 140735433502704 18446744073709551615 4261387 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29442/statm: 854 600 104 186 0 667 0
[pid=29443] ppid=29424 vsize=385708 CPUtime=0 cores=0-7
/proc/29443/stat : 29443 (python) S 29424 29424 29394 0 -1 4202560 735 0 0 0 0 0 0 0 15 0 1 0 995031494 394964992 5868 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 4098838615155507460 0 0 17 0 0 0 0
/proc/29443/statm: 96427 5868 348 364 0 32333 0
[pid=29445] ppid=29443 vsize=3416 CPUtime=3.32 cores=0-7
/proc/29445/stat : 29445 (march_hi) R 29443 29445 29445 0 -1 4202496 859 0 0 0 332 0 0 0 25 0 1 0 995031495 3497984 599 33554432000 4194304 4955518 140737349937168 18446744073709551615 4235352 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29445/statm: 854 599 104 186 0 667 0
[pid=29446] ppid=29424 vsize=395964 CPUtime=0 cores=0-7
/proc/29446/stat : 29446 (python) S 29424 29424 29394 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 995031498 405467136 5872 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 3260051980650774788 0 0 17 2 0 0 0
/proc/29446/statm: 98991 5872 348 364 0 34894 0
[pid=29449] ppid=29446 vsize=3416 CPUtime=3.29 cores=0-7
/proc/29449/stat : 29449 (march_hi) R 29446 29449 29449 0 -1 4202496 858 0 0 0 329 0 0 0 25 0 1 0 995031498 3497984 598 33554432000 4194304 4955518 140735596832336 18446744073709551615 4314865 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/29449/statm: 854 598 104 186 0 667 0
[pid=29450] ppid=29424 vsize=406220 CPUtime=0 cores=0-7
/proc/29450/stat : 29450 (python) S 29424 29424 29394 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 995031501 415969280 5893 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 3948086774894395652 0 0 17 1 0 0 0
/proc/29450/statm: 101555 5893 348 364 0 37455 0
[pid=29452] ppid=29450 vsize=3416 CPUtime=3.25 cores=0-7
/proc/29452/stat : 29452 (march_hi) R 29450 29452 29452 0 -1 4202496 858 0 0 0 325 0 0 0 25 0 1 0 995031501 3497984 596 33554432000 4194304 4955518 140733912238176 18446744073709551615 4227571 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29452/statm: 854 596 104 186 0 667 0
[pid=29453] ppid=29424 vsize=416476 CPUtime=0 cores=0-7
/proc/29453/stat : 29453 (python) S 29424 29424 29394 0 -1 4202560 788 0 0 0 0 0 0 0 15 0 1 0 995031504 426471424 5903 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 3982629032192606468 0 0 17 6 0 0 0
/proc/29453/statm: 104119 5903 354 364 0 40016 0
[pid=29455] ppid=29453 vsize=3416 CPUtime=3.22 cores=0-7
/proc/29455/stat : 29455 (march_hi) R 29453 29455 29455 0 -1 4202496 860 0 0 0 322 0 0 0 25 0 1 0 995031504 3497984 595 33554432000 4194304 4955518 140734536809472 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29455/statm: 854 595 104 186 0 667 0
Current children cumulated CPU time (s) 20.73
Current children cumulated vsize (KiB) 2665220

[startup+12.7011 s]
/proc/loadavg: 2.34 5.59 5.32 7/180 29455
/proc/meminfo: memFree=31611208/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=375500 CPUtime=0.89 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 15463 3969 1 0 63 14 11 1 20 0 1 0 995031198 384512000 7424 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469895999 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/29424/statm: 93875 7424 1891 364 0 29772 0
[pid=29433] ppid=29424 vsize=289404 CPUtime=0 cores=0-7
/proc/29433/stat : 29433 (python) S 29424 29424 29394 0 -1 4202560 910 0 0 0 0 0 0 0 15 0 1 0 995031485 296349696 5731 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 10237429625214959876 0 0 17 3 0 0 0
/proc/29433/statm: 72351 5731 371 364 0 8266 0
[pid=29435] ppid=29433 vsize=4560 CPUtime=9.81 cores=0-7
/proc/29435/stat : 29435 (march_hi) R 29433 29435 29435 0 -1 4202496 1174 0 0 0 981 0 0 0 25 0 1 0 995031485 4669440 910 33554432000 4194304 4955518 140735873470512 18446744073709551615 4263531 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29435/statm: 1140 910 104 186 0 953 0
[pid=29440] ppid=29424 vsize=375452 CPUtime=0 cores=0-7
/proc/29440/stat : 29440 (python) S 29424 29424 29394 0 -1 4202560 806 0 0 0 0 0 0 0 15 0 1 0 995031491 384462848 5869 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 18265170727793557764 0 0 17 0 0 0 0
/proc/29440/statm: 93863 5869 371 364 0 29772 0
[pid=29442] ppid=29440 vsize=4560 CPUtime=9.74 cores=0-7
/proc/29442/stat : 29442 (march_hi) R 29440 29442 29442 0 -1 4202496 1162 0 0 0 974 0 0 0 25 0 1 0 995031492 4669440 907 33554432000 4194304 4955518 140735433502704 18446744073709551615 4227647 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29442/statm: 1140 907 104 186 0 953 0
[pid=29443] ppid=29424 vsize=385708 CPUtime=0.01 cores=0-7
/proc/29443/stat : 29443 (python) S 29424 29424 29394 0 -1 4202560 810 0 0 0 0 1 0 0 15 0 1 0 995031494 394964992 5891 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 4098838615155507460 0 0 17 0 0 0 0
/proc/29443/statm: 96427 5891 371 364 0 32333 0
[pid=29445] ppid=29443 vsize=4560 CPUtime=9.72 cores=0-7
/proc/29445/stat : 29445 (march_hi) R 29443 29445 29445 0 -1 4202496 1164 0 0 0 972 0 0 0 25 0 1 0 995031495 4669440 904 33554432000 4194304 4955518 140737349937168 18446744073709551615 4227079 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/29445/statm: 1140 904 104 186 0 953 0
[pid=29446] ppid=29424 vsize=395964 CPUtime=0 cores=0-7
/proc/29446/stat : 29446 (python) S 29424 29424 29394 0 -1 4202560 822 0 0 0 0 0 0 0 15 0 1 0 995031498 405467136 5895 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 3260051980650774788 0 0 17 2 0 0 0
/proc/29446/statm: 98991 5895 371 364 0 34894 0
[pid=29449] ppid=29446 vsize=4560 CPUtime=9.68 cores=0-7
/proc/29449/stat : 29449 (march_hi) R 29446 29449 29449 0 -1 4202496 1148 0 0 0 968 0 0 0 25 0 1 0 995031498 4669440 888 33554432000 4194304 4955518 140735596832336 18446744073709551615 4286801 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29449/statm: 1140 888 104 186 0 953 0
[pid=29450] ppid=29424 vsize=406220 CPUtime=0.01 cores=0-7
/proc/29450/stat : 29450 (python) S 29424 29424 29394 0 -1 4202560 837 0 0 0 0 1 0 0 15 0 1 0 995031501 415969280 5916 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 3948086774894395652 0 0 17 1 0 0 0
/proc/29450/statm: 101555 5916 371 364 0 37455 0
[pid=29452] ppid=29450 vsize=4560 CPUtime=9.65 cores=0-7
/proc/29452/stat : 29452 (march_hi) R 29450 29452 29452 0 -1 4202496 1165 0 0 0 965 0 0 0 25 0 1 0 995031501 4669440 903 33554432000 4194304 4955518 140733912238176 18446744073709551615 4227659 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/29452/statm: 1140 903 104 186 0 953 0
[pid=29453] ppid=29424 vsize=416476 CPUtime=0.01 cores=0-7
/proc/29453/stat : 29453 (python) S 29424 29424 29394 0 -1 4202560 872 0 0 0 0 1 0 0 15 0 1 0 995031504 426471424 5926 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 3982629032192606468 0 0 17 6 0 0 0
/proc/29453/statm: 104119 5926 377 364 0 40016 0
[pid=29455] ppid=29453 vsize=4560 CPUtime=9.62 cores=0-7
/proc/29455/stat : 29455 (march_hi) R 29453 29455 29455 0 -1 4202496 1167 0 0 0 962 0 0 0 25 0 1 0 995031504 4669440 902 33554432000 4194304 4955518 140734536809472 18446744073709551615 4238710 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29455/statm: 1140 902 104 186 0 953 0
Current children cumulated CPU time (s) 59.14
Current children cumulated vsize (KiB) 2672084

[startup+25.5007 s]
/proc/loadavg: 3.15 5.61 5.33 7/180 29456
/proc/meminfo: memFree=31601936/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=375500 CPUtime=0.89 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 15463 3969 1 0 63 14 11 1 20 0 1 0 995031198 384512000 7424 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469895999 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/29424/statm: 93875 7424 1891 364 0 29772 0
[pid=29433] ppid=29424 vsize=289404 CPUtime=0.02 cores=0-7
/proc/29433/stat : 29433 (python) S 29424 29424 29394 0 -1 4202560 915 0 0 0 1 1 0 0 15 0 1 0 995031485 296349696 5731 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 10237429625214959876 0 0 17 3 0 0 0
/proc/29433/statm: 72351 5731 371 364 0 8266 0
[pid=29435] ppid=29433 vsize=7344 CPUtime=22.6 cores=0-7
/proc/29435/stat : 29435 (march_hi) R 29433 29435 29435 0 -1 4202496 1658 0 0 0 2260 0 0 0 25 0 1 0 995031485 7520256 1394 33554432000 4194304 4955518 140735873470512 18446744073709551615 4261364 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29435/statm: 1836 1394 104 186 0 1649 0
[pid=29440] ppid=29424 vsize=375452 CPUtime=0.02 cores=0-7
/proc/29440/stat : 29440 (python) S 29424 29424 29394 0 -1 4202560 806 0 0 0 1 1 0 0 15 0 1 0 995031491 384462848 5869 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 18265170727793557764 0 0 17 0 0 0 0
/proc/29440/statm: 93863 5869 371 364 0 29772 0
[pid=29442] ppid=29440 vsize=7344 CPUtime=22.52 cores=0-7
/proc/29442/stat : 29442 (march_hi) R 29440 29442 29442 0 -1 4202496 1628 0 0 0 2252 0 0 0 25 0 1 0 995031492 7520256 1373 33554432000 4194304 4955518 140735433502704 18446744073709551615 4227859 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/29442/statm: 1836 1373 104 186 0 1649 0
[pid=29443] ppid=29424 vsize=385708 CPUtime=0.02 cores=0-7
/proc/29443/stat : 29443 (python) S 29424 29424 29394 0 -1 4202560 810 0 0 0 1 1 0 0 15 0 1 0 995031494 394964992 5891 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 4098838615155507460 0 0 17 0 0 0 0
/proc/29443/statm: 96427 5891 371 364 0 32333 0
[pid=29445] ppid=29443 vsize=7344 CPUtime=22.51 cores=0-7
/proc/29445/stat : 29445 (march_hi) R 29443 29445 29445 0 -1 4202496 1638 0 0 0 2251 0 0 0 25 0 1 0 995031495 7520256 1378 33554432000 4194304 4955518 140737349937168 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/29445/statm: 1836 1378 104 186 0 1649 0
[pid=29446] ppid=29424 vsize=395964 CPUtime=0.02 cores=0-7
/proc/29446/stat : 29446 (python) S 29424 29424 29394 0 -1 4202560 822 0 0 0 1 1 0 0 15 0 1 0 995031498 405467136 5895 33554432000 4194304 5683644 140737103828880 18446744073709551615 252458085958 0 0 16781312 514 18200541430017917188 0 0 17 2 0 0 0
/proc/29446/statm: 98991 5895 371 364 0 34894 0

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

/proc/29445/stat : 29445 (march_hi) T 29443 29445 29445 0 -1 4202496 14730 0 0 0 39295 4 0 0 25 0 1 0 995031495 82452480 14470 33554432000 4194304 4955518 140737349937168 18446744073709551615 4227667 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29445/statm: 20130 14470 104 186 0 19943 0
[pid=29443/tid=29470] ppid=29424 vsize=385708 CPUtime=0 cores=0-7
/proc/29443/task/29470/stat : 29470 (python) S 29424 29424 29394 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 2 0 995070821 394964992 5921 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453877589056 0 0 -1 1 0 0 0
[pid=29446] ppid=29424 vsize=395964 CPUtime=0.6 cores=0-7
/proc/29446/stat : 29446 (python) S 29424 29424 29394 0 -1 4202560 1001 0 0 0 34 26 0 0 16 0 2 0 995031498 405467136 5925 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29446/statm: 98991 5925 400 364 0 34894 0
[pid=29449] ppid=29446 vsize=80520 CPUtime=487.41 cores=0-7
/proc/29449/stat : 29449 (march_hi) T 29446 29449 29449 0 -1 4202496 18143 0 0 0 48737 4 0 0 25 0 1 0 995031498 82452480 17883 33554432000 4194304 4955518 140735596832336 18446744073709551615 4300601 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29449/statm: 20130 17883 104 186 0 19943 0
[pid=29446/tid=29474] ppid=29424 vsize=395964 CPUtime=0 cores=0-7
/proc/29446/task/29474/stat : 29474 (python) S 29424 29424 29394 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 2 0 995080240 405467136 5925 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453862909248 0 0 -1 1 0 0 0
[pid=29450] ppid=29424 vsize=406220 CPUtime=0.6 cores=0-7
/proc/29450/stat : 29450 (python) S 29424 29424 29394 0 -1 4202560 1020 0 0 0 31 29 0 0 16 0 2 0 995031501 415969280 5946 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29450/statm: 101555 5946 400 364 0 37455 0
[pid=29452] ppid=29450 vsize=80520 CPUtime=486.48 cores=0-7
/proc/29452/stat : 29452 (march_hi) T 29450 29452 29452 0 -1 4202496 18145 0 0 0 48644 4 0 0 25 0 1 0 995031501 82452480 17883 33554432000 4194304 4955518 140733912238176 18446744073709551615 4227565 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29452/statm: 20130 17883 104 186 0 19943 0
[pid=29450/tid=29473] ppid=29424 vsize=406220 CPUtime=0 cores=0-7
/proc/29450/task/29473/stat : 29473 (python) S 29424 29424 29394 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 2 0 995080150 415969280 5946 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453848560960 0 0 -1 1 0 0 0
[pid=29453] ppid=29424 vsize=416476 CPUtime=0.49 cores=0-7
/proc/29453/stat : 29453 (python) S 29424 29424 29394 0 -1 4202560 1064 0 0 0 27 22 0 0 16 0 2 0 995031504 426471424 5956 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29453/statm: 104119 5956 406 364 0 40016 0
[pid=29455] ppid=29453 vsize=80520 CPUtime=392.01 cores=0-7
/proc/29455/stat : 29455 (march_hi) T 29453 29455 29455 0 -1 4202496 14957 0 0 0 39196 5 0 0 25 0 1 0 995031504 82452480 14692 33554432000 4194304 4955518 140734536809472 18446744073709551615 4209624 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29455/statm: 20130 14692 104 186 0 19943 0
[pid=29453/tid=29469] ppid=29424 vsize=416476 CPUtime=0 cores=0-7
/proc/29453/task/29469/stat : 29469 (python) S 29424 29424 29394 0 -1 4202560 80 0 0 0 0 0 0 0 16 0 2 0 995070720 426471424 5956 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453862911040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2346.96
Current children cumulated vsize (KiB) 3085676
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/186 29625
/proc/meminfo: memFree=31278724/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=375500 CPUtime=0.89 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 15463 3969 1 0 63 14 11 1 20 0 1 0 995031198 384512000 7424 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469895999 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/29424/statm: 93875 7424 1891 364 0 29772 0
[pid=29433] ppid=29424 vsize=289404 CPUtime=0.25 cores=0-7
/proc/29433/stat : 29433 (python) S 29424 29424 29394 0 -1 4202560 1127 0 0 0 13 12 0 0 16 0 2 0 995031485 296349696 5761 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29433/statm: 72351 5761 400 364 0 8266 0
[pid=29435] ppid=29433 vsize=38352 CPUtime=194.91 cores=0-7
/proc/29435/stat : 29435 (march_hi) T 29433 29435 29435 0 -1 4202496 7970 0 0 0 19490 1 0 0 25 0 1 0 995031485 39272448 7706 33554432000 4194304 4955518 140735873470512 18446744073709551615 4224679 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/29435/statm: 9588 7706 104 186 0 9401 0
[pid=29433/tid=29461] ppid=29424 vsize=289404 CPUtime=0 cores=0-7
/proc/29433/task/29461/stat : 29461 (python) S 29424 29424 29394 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 995050991 296349696 5761 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453878462464 0 0 -1 3 0 0 0
[pid=29440] ppid=29424 vsize=375452 CPUtime=0.48 cores=0-7
/proc/29440/stat : 29440 (python) S 29424 29424 29394 0 -1 4202560 984 0 0 0 25 23 0 0 16 0 2 0 995031491 384462848 5899 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29440/statm: 93863 5899 400 364 0 29772 0
[pid=29442] ppid=29440 vsize=80520 CPUtime=389.36 cores=0-7
/proc/29442/stat : 29442 (march_hi) T 29440 29442 29442 0 -1 4202496 14667 0 0 0 38931 5 0 0 25 0 1 0 995031492 82452480 14412 33554432000 4194304 4955518 140735433502704 18446744073709551615 4238345 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29442/statm: 20130 14412 104 186 0 19943 0
[pid=29440/tid=29468] ppid=29424 vsize=375452 CPUtime=0 cores=0-7
/proc/29440/task/29468/stat : 29468 (python) S 29424 29424 29394 0 -1 4202560 67 0 0 0 0 0 0 0 17 0 2 0 995070455 384462848 5899 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453878461568 0 0 -1 1 0 0 0
[pid=29443] ppid=29424 vsize=385708 CPUtime=0.49 cores=0-7
/proc/29443/stat : 29443 (python) S 29424 29424 29394 0 -1 4202560 998 0 0 0 26 23 0 0 16 0 2 0 995031494 394964992 5921 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 96427 5921 400 364 0 32333 0
[pid=29445] ppid=29443 vsize=80520 CPUtime=392.99 cores=0-7
/proc/29445/stat : 29445 (march_hi) T 29443 29445 29445 0 -1 4202496 14730 0 0 0 39295 4 0 0 25 0 1 0 995031495 82452480 14470 33554432000 4194304 4955518 140737349937168 18446744073709551615 4227667 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29445/statm: 20130 14470 104 186 0 19943 0
[pid=29443/tid=29470] ppid=29424 vsize=385708 CPUtime=0 cores=0-7
/proc/29443/task/29470/stat : 29470 (python) S 29424 29424 29394 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 2 0 995070821 394964992 5921 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453877589056 0 0 -1 1 0 0 0
[pid=29446] ppid=29424 vsize=395964 CPUtime=0.6 cores=0-7
/proc/29446/stat : 29446 (python) S 29424 29424 29394 0 -1 4202560 1001 0 0 0 34 26 0 0 16 0 2 0 995031498 405467136 5925 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29446/statm: 98991 5925 400 364 0 34894 0
[pid=29449] ppid=29446 vsize=80520 CPUtime=487.41 cores=0-7
/proc/29449/stat : 29449 (march_hi) T 29446 29449 29449 0 -1 4202496 18143 0 0 0 48737 4 0 0 25 0 1 0 995031498 82452480 17883 33554432000 4194304 4955518 140735596832336 18446744073709551615 4300601 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29449/statm: 20130 17883 104 186 0 19943 0
[pid=29446/tid=29474] ppid=29424 vsize=395964 CPUtime=0 cores=0-7
/proc/29446/task/29474/stat : 29474 (python) S 29424 29424 29394 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 2 0 995080240 405467136 5925 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453862909248 0 0 -1 1 0 0 0
[pid=29450] ppid=29424 vsize=406220 CPUtime=0.6 cores=0-7
/proc/29450/stat : 29450 (python) S 29424 29424 29394 0 -1 4202560 1020 0 0 0 31 29 0 0 16 0 2 0 995031501 415969280 5946 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29450/statm: 101555 5946 400 364 0 37455 0
[pid=29452] ppid=29450 vsize=80520 CPUtime=486.48 cores=0-7
/proc/29452/stat : 29452 (march_hi) T 29450 29452 29452 0 -1 4202496 18145 0 0 0 48644 4 0 0 25 0 1 0 995031501 82452480 17883 33554432000 4194304 4955518 140733912238176 18446744073709551615 4227565 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29452/statm: 20130 17883 104 186 0 19943 0
[pid=29450/tid=29473] ppid=29424 vsize=406220 CPUtime=0 cores=0-7
/proc/29450/task/29473/stat : 29473 (python) S 29424 29424 29394 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 2 0 995080150 415969280 5946 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453848560960 0 0 -1 1 0 0 0
[pid=29453] ppid=29424 vsize=416476 CPUtime=0.49 cores=0-7
/proc/29453/stat : 29453 (python) S 29424 29424 29394 0 -1 4202560 1064 0 0 0 27 22 0 0 16 0 2 0 995031504 426471424 5956 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29453/statm: 104119 5956 406 364 0 40016 0
[pid=29455] ppid=29453 vsize=80520 CPUtime=392.01 cores=0-7
/proc/29455/stat : 29455 (march_hi) T 29453 29455 29455 0 -1 4202496 14957 0 0 0 39196 5 0 0 25 0 1 0 995031504 82452480 14692 33554432000 4194304 4955518 140734536809472 18446744073709551615 4209624 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29455/statm: 20130 14692 104 186 0 19943 0
[pid=29453/tid=29469] ppid=29424 vsize=416476 CPUtime=0 cores=0-7
/proc/29453/task/29469/stat : 29469 (python) S 29424 29424 29394 0 -1 4202560 80 0 0 0 0 0 0 0 16 0 2 0 995070720 426471424 5956 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453862911040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2346.96
Current children cumulated vsize (KiB) 3085676
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/186 29625
/proc/meminfo: memFree=31278712/32951124 swapFree=67062556/67111528
[pid=29424] ppid=29422 vsize=375500 CPUtime=0.89 cores=0-7
/proc/29424/stat : 29424 (python) S 29422 29424 29394 0 -1 4202496 15463 3969 1 0 63 14 11 1 20 0 1 0 995031198 384512000 7424 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469895999 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/29424/statm: 93875 7424 1891 364 0 29772 0
[pid=29433] ppid=29424 vsize=289404 CPUtime=0.25 cores=0-7
/proc/29433/stat : 29433 (python) S 29424 29424 29394 0 -1 4202560 1127 0 0 0 13 12 0 0 16 0 2 0 995031485 296349696 5761 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29433/statm: 72351 5761 400 364 0 8266 0
[pid=29435] ppid=29433 vsize=38352 CPUtime=194.91 cores=0-7
/proc/29435/stat : 29435 (march_hi) T 29433 29435 29435 0 -1 4202496 7970 0 0 0 19490 1 0 0 25 0 1 0 995031485 39272448 7706 33554432000 4194304 4955518 140735873470512 18446744073709551615 4224679 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/29435/statm: 9588 7706 104 186 0 9401 0
[pid=29433/tid=29461] ppid=29424 vsize=289404 CPUtime=0 cores=0-7
/proc/29433/task/29461/stat : 29461 (python) S 29424 29424 29394 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 995050991 296349696 5761 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453878462464 0 0 -1 3 0 0 0
[pid=29440] ppid=29424 vsize=375452 CPUtime=0.48 cores=0-7
/proc/29440/stat : 29440 (python) S 29424 29424 29394 0 -1 4202560 984 0 0 0 25 23 0 0 16 0 2 0 995031491 384462848 5899 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29440/statm: 93863 5899 400 364 0 29772 0
[pid=29442] ppid=29440 vsize=80520 CPUtime=389.36 cores=0-7
/proc/29442/stat : 29442 (march_hi) T 29440 29442 29442 0 -1 4202496 14667 0 0 0 38931 5 0 0 25 0 1 0 995031492 82452480 14412 33554432000 4194304 4955518 140735433502704 18446744073709551615 4238345 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29442/statm: 20130 14412 104 186 0 19943 0
[pid=29440/tid=29468] ppid=29424 vsize=375452 CPUtime=0 cores=0-7
/proc/29440/task/29468/stat : 29468 (python) S 29424 29424 29394 0 -1 4202560 67 0 0 0 0 0 0 0 17 0 2 0 995070455 384462848 5899 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453878461568 0 0 -1 1 0 0 0
[pid=29443] ppid=29424 vsize=385708 CPUtime=0.49 cores=0-7
/proc/29443/stat : 29443 (python) S 29424 29424 29394 0 -1 4202560 998 0 0 0 26 23 0 0 16 0 2 0 995031494 394964992 5921 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29443/statm: 96427 5921 400 364 0 32333 0
[pid=29445] ppid=29443 vsize=80520 CPUtime=392.99 cores=0-7
/proc/29445/stat : 29445 (march_hi) T 29443 29445 29445 0 -1 4202496 14730 0 0 0 39295 4 0 0 25 0 1 0 995031495 82452480 14470 33554432000 4194304 4955518 140737349937168 18446744073709551615 4227667 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29445/statm: 20130 14470 104 186 0 19943 0
[pid=29443/tid=29470] ppid=29424 vsize=385708 CPUtime=0 cores=0-7
/proc/29443/task/29470/stat : 29470 (python) S 29424 29424 29394 0 -1 4202560 74 0 0 0 0 0 0 0 16 0 2 0 995070821 394964992 5921 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453877589056 0 0 -1 1 0 0 0
[pid=29446] ppid=29424 vsize=395964 CPUtime=0.6 cores=0-7
/proc/29446/stat : 29446 (python) S 29424 29424 29394 0 -1 4202560 1001 0 0 0 34 26 0 0 16 0 2 0 995031498 405467136 5925 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29446/statm: 98991 5925 400 364 0 34894 0
[pid=29449] ppid=29446 vsize=80520 CPUtime=487.41 cores=0-7
/proc/29449/stat : 29449 (march_hi) T 29446 29449 29449 0 -1 4202496 18143 0 0 0 48737 4 0 0 25 0 1 0 995031498 82452480 17883 33554432000 4194304 4955518 140735596832336 18446744073709551615 4300601 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/29449/statm: 20130 17883 104 186 0 19943 0
[pid=29446/tid=29474] ppid=29424 vsize=395964 CPUtime=0 cores=0-7
/proc/29446/task/29474/stat : 29474 (python) S 29424 29424 29394 0 -1 4202560 68 0 0 0 0 0 0 0 16 0 2 0 995080240 405467136 5925 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453862909248 0 0 -1 1 0 0 0
[pid=29450] ppid=29424 vsize=406220 CPUtime=0.6 cores=0-7
/proc/29450/stat : 29450 (python) S 29424 29424 29394 0 -1 4202560 1020 0 0 0 31 29 0 0 16 0 2 0 995031501 415969280 5946 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29450/statm: 101555 5946 400 364 0 37455 0
[pid=29452] ppid=29450 vsize=80520 CPUtime=486.48 cores=0-7
/proc/29452/stat : 29452 (march_hi) T 29450 29452 29452 0 -1 4202496 18145 0 0 0 48644 4 0 0 25 0 1 0 995031501 82452480 17883 33554432000 4194304 4955518 140733912238176 18446744073709551615 4227565 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/29452/statm: 20130 17883 104 186 0 19943 0
[pid=29450/tid=29473] ppid=29424 vsize=406220 CPUtime=0 cores=0-7
/proc/29450/task/29473/stat : 29473 (python) S 29424 29424 29394 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 2 0 995080150 415969280 5946 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453848560960 0 0 -1 1 0 0 0
[pid=29453] ppid=29424 vsize=416476 CPUtime=0.49 cores=0-7
/proc/29453/stat : 29453 (python) S 29424 29424 29394 0 -1 4202560 1064 0 0 0 27 22 0 0 16 0 2 0 995031504 426471424 5956 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29453/statm: 104119 5956 406 364 0 40016 0
[pid=29455] ppid=29453 vsize=80520 CPUtime=392.01 cores=0-7
/proc/29455/stat : 29455 (march_hi) T 29453 29455 29455 0 -1 4202496 14957 0 0 0 39196 5 0 0 25 0 1 0 995031504 82452480 14692 33554432000 4194304 4955518 140734536809472 18446744073709551615 4209624 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29455/statm: 20130 14692 104 186 0 19943 0
[pid=29453/tid=29469] ppid=29424 vsize=416476 CPUtime=0 cores=0-7
/proc/29453/task/29469/stat : 29469 (python) S 29424 29424 29394 0 -1 4202560 80 0 0 0 0 0 0 0 16 0 2 0 995070720 426471424 5956 33554432000 4194304 5683644 140737103828880 18446744073709551615 252469889457 0 0 16781312 514 18446604453862911040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2346.96
Current children cumulated vsize (KiB) 3085676
heavy processes:

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29424 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=343643
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=534766
# CPU time returned by wait4() is 3.87841
# while last known CPU time is 2346.96
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.04
CPU time (s): 2346.96
CPU user time (s): 2345.23
CPU system time (s): 1.73
CPU usage (%): 46.0184
Max. virtual memory (cumulated for all children) (KiB): 3085680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.34364
system time used= 1.53477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27579
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= 6819
involuntary context switches= 45

runsolver used 6.46802 second user time and 16.9484 second system time

The end

Launcher Data

Begin job on node111 at 2011-06-14 12:40:05
IDJOB=3385705
IDBENCH=82970
IDSOLVER=1870
FILE ID=node111/3385705-1308048004
RUNJOBID= node111-1308048004-29408
PBS_JOBID= 13566214
Free space on /tmp= 73684 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v650-c2769-S30721646-064.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385705-1308048004/watcher-3385705-1308048004 -o /tmp/evaluation-result-3385705-1308048004/solver-3385705-1308048004 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385705-1308048004.cnf -seed 777552576 -budget 40000 -cores 8

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

MD5SUM BENCH= 594a31b95a871970fa7797f18ebcd756
RANDOM SEED=777552576

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31675800 kB
Buffers:        222800 kB
Cached:         803208 kB
SwapCached:      11344 kB
Active:         419176 kB
Inactive:       624112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31675800 kB
SwapTotal:    67111528 kB
SwapFree:     67062556 kB
Dirty:           31900 kB
Writeback:           0 kB
AnonPages:       15136 kB
Mapped:           9696 kB
Slab:           168460 kB
PageTables:       3792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   155560 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= 73652 MiB
End job on node111 at 2011-06-14 14:05:09