Trace number 3385763

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) 201.95 5100.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v250-c1065-S1822479556-014.UNKNOWN.cnf
MD5SUM0c8d0957d77826a7c24d4ded86c5d721
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.135979
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses1065
Sum of the clauses size3195
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.29/0.60	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.60	c INFO: solving HOME/instance-3385763-1308048011.cnf
0.29/0.60	c INFO: computing task features
0.38/0.60	c INFO: computed variable-clause graph statistics
0.38/0.60	c INFO: computed clause balance statistics
0.38/0.62	c INFO: computed variable balance statistics
0.38/0.64	c INFO: computed small-clause counts
0.38/0.64	c INFO: computed Horn-clause counts
0.38/0.64	c INFO: computed variable graph statistics
0.38/0.64	c INFO: collected features for HOME/instance-3385763-1308048011.cnf in 0.04 s
0.38/0.67	c INFO: running TNM@0 for 97 with 4999 remaining (b = 0.55)
0.38/0.70	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.33)
0.48/0.73	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.23)
0.48/0.76	c INFO: running march_hi@0 for 194 with 4999 remaining (b = 0.16)
0.48/0.79	c INFO: running hybridGM3@0 for 97 with 4999 remaining (b = 0.07)
0.58/0.82	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.27)
0.58/0.85	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.24)
0.58/0.88	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.21)
0.58/0.89	Traceback (most recent call last):
0.58/0.89	  File "HOME/solve", line 33, in <module>
0.58/0.89	    plac.call(main)
0.58/0.89	  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.58/0.89	    cmd, result = parser_from(obj).consume(arglist)
0.58/0.89	  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.58/0.89	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.58/0.89	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.58/0.89	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.58/0.89	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.58/0.89	    process.die()
0.58/0.89	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.58/0.89	    os.kill(self._process.pid, signal.SIGUSR1)
0.58/0.89	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-3385763-1308048011/watcher-3385763-1308048011 -o /tmp/evaluation-result-3385763-1308048011/solver-3385763-1308048011 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385763-1308048011.cnf -seed 2123315894 -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: 0.45 0.48 0.58 1/170 7405
/proc/meminfo: memFree=30584292/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=14644 CPUtime=0 cores=0-7
/proc/7405/stat : 7405 (python) R 7403 7405 7241 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 916398153 14995456 262 33554432000 4194304 5683644 140734138563072 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/7405/statm: 3661 264 207 364 0 148 0

[startup+0.0126129 s]
/proc/loadavg: 0.45 0.48 0.58 1/170 7405
/proc/meminfo: memFree=30584292/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=15184 CPUtime=0 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 916398153 15548416 615 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/7405/statm: 3796 615 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.100636 s]
/proc/loadavg: 0.45 0.48 0.58 1/170 7405
/proc/meminfo: memFree=30584292/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=18884 CPUtime=0.01 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 1250 0 0 0 1 0 0 0 25 0 1 0 916398153 19337216 1104 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/7405/statm: 4721 1104 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.301153 s]
/proc/loadavg: 0.45 0.48 0.58 1/170 7405
/proc/meminfo: memFree=30584292/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=126804 CPUtime=0.16 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 5494 935 1 0 13 3 0 0 18 0 1 0 916398153 129847296 4006 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 0
/proc/7405/statm: 31701 4006 1008 364 0 2996 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 126804

[startup+0.704869 s]
/proc/loadavg: 0.45 0.48 0.58 1/170 7405
/proc/meminfo: memFree=30584292/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=365044 CPUtime=0.48 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 10556 935 1 0 39 9 0 0 18 0 3 0 916398153 373805056 7203 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488518577 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7405/statm: 91261 7206 1875 364 0 27176 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 365044

[startup+1.50139 s]
/proc/loadavg: 0.45 0.48 0.58 5/181 7438
/proc/meminfo: memFree=30526064/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=375528 CPUtime=0.96 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 15593 3958 1 0 57 10 28 1 16 0 1 0 916398153 384540672 7404 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488525119 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/7405/statm: 93882 7404 1891 364 0 29779 0
[pid=7411] ppid=7405 vsize=278440 CPUtime=0 cores=0-7
/proc/7411/stat : 7411 (python) S 7405 7405 7241 0 -1 4202560 713 0 0 0 0 0 0 0 19 0 1 0 916398220 285122560 5532 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476715023 0 0 16781312 514 5636294245489836031 0 0 17 0 0 0 0
/proc/7411/statm: 69610 5532 347 364 0 5528 0
[pid=7413] ppid=7411 vsize=454884 CPUtime=0.82 cores=0-7
/proc/7413/stat : 7413 (TNM) R 7411 7413 7413 0 -1 4202496 400 0 0 0 82 0 0 0 23 0 1 0 916398220 465801216 136 33554432000 134512640 135008748 4289671296 18446744073709551615 134527691 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7413/statm: 113721 136 46 122 0 112621 0
[pid=7420] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7420/stat : 7420 (python) Z 7405 7405 7241 0 -1 4202588 1055 479 0 0 0 0 13 0 19 0 1 0 916398229 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7420/statm: 0 0 0 0 0 0 0
[pid=7423] ppid=7405 vsize=385736 CPUtime=0 cores=0-7
/proc/7423/stat : 7423 (python) S 7405 7405 7241 0 -1 4202560 727 0 0 0 0 0 0 0 19 0 1 0 916398232 394993664 5883 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476715078 0 0 16781312 514 4473579390814388223 0 0 17 0 0 0 0
/proc/7423/statm: 96434 5883 348 364 0 32340 0
[pid=7425] ppid=7423 vsize=268536 CPUtime=0.69 cores=0-7
/proc/7425/stat : 7425 (hybridGM3) R 7423 7425 7425 0 -1 4202496 4868 0 0 0 69 0 0 0 22 0 1 0 916398232 274980864 4614 33554432000 134512640 135204385 4289990576 18446744073709551615 134537292 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7425/statm: 67134 4614 85 169 0 66964 0
[pid=7426] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7426/stat : 7426 (python) Z 7405 7405 7241 0 -1 4202588 1036 473 0 0 0 0 13 0 18 0 1 0 916398235 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7426/statm: 0 0 0 0 0 0 0
[pid=7430] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7430/stat : 7430 (python) Z 7405 7405 7241 0 -1 4202588 1089 473 0 0 0 0 13 0 17 0 1 0 916398238 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7430/statm: 0 0 0 0 0 0 0
[pid=7434] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7434/stat : 7434 (python) Z 7405 7405 7241 0 -1 4202588 1102 477 0 0 0 0 13 0 18 0 1 0 916398241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1763124

[startup+3.10108 s]
/proc/loadavg: 0.45 0.48 0.58 3/179 7440
/proc/meminfo: memFree=30531872/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=375528 CPUtime=0.96 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 15593 3958 1 0 57 10 28 1 16 0 1 0 916398153 384540672 7404 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488525119 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/7405/statm: 93882 7404 1891 364 0 29779 0
[pid=7411] ppid=7405 vsize=278440 CPUtime=0 cores=0-7
/proc/7411/stat : 7411 (python) S 7405 7405 7241 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 916398220 285122560 5539 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476715023 0 0 16781312 514 5636294245489803528 0 0 17 0 0 0 0
/proc/7411/statm: 69610 5539 354 364 0 5528 0
[pid=7413] ppid=7411 vsize=454884 CPUtime=2.42 cores=0-7
/proc/7413/stat : 7413 (TNM) R 7411 7413 7413 0 -1 4202496 400 0 0 0 242 0 0 0 25 0 1 0 916398220 465801216 136 33554432000 134512640 135008748 4289671296 18446744073709551615 134529488 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7413/statm: 113721 136 46 122 0 112621 0
[pid=7420] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7420/stat : 7420 (python) Z 7405 7405 7241 0 -1 4202588 1055 479 0 0 0 0 13 0 19 0 1 0 916398229 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7420/statm: 0 0 0 0 0 0 0
[pid=7423] ppid=7405 vsize=385736 CPUtime=0 cores=0-7
/proc/7423/stat : 7423 (python) S 7405 7405 7241 0 -1 4202560 727 0 0 0 0 0 0 0 18 0 1 0 916398232 394993664 5883 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476715078 0 0 16781312 514 4473579390814355720 0 0 17 0 0 0 0
/proc/7423/statm: 96434 5883 348 364 0 32340 0
[pid=7425] ppid=7423 vsize=268536 CPUtime=2.29 cores=0-7
/proc/7425/stat : 7425 (hybridGM3) R 7423 7425 7425 0 -1 4202496 4870 0 0 0 229 0 0 0 25 0 1 0 916398232 274980864 4616 33554432000 134512640 135204385 4289990576 18446744073709551615 134537008 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7425/statm: 67134 4616 85 169 0 66964 0
[pid=7426] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7426/stat : 7426 (python) Z 7405 7405 7241 0 -1 4202588 1036 473 0 0 0 0 13 0 18 0 1 0 916398235 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7426/statm: 0 0 0 0 0 0 0
[pid=7430] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7430/stat : 7430 (python) Z 7405 7405 7241 0 -1 4202588 1089 473 0 0 0 0 13 0 17 0 1 0 916398238 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7430/statm: 0 0 0 0 0 0 0
[pid=7434] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7434/stat : 7434 (python) Z 7405 7405 7241 0 -1 4202588 1102 477 0 0 0 0 13 0 18 0 1 0 916398241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 1763124

[startup+6.30048 s]
/proc/loadavg: 0.65 0.52 0.60 3/179 7440
/proc/meminfo: memFree=30533484/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=375528 CPUtime=0.96 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 15593 3958 1 0 57 10 28 1 16 0 1 0 916398153 384540672 7404 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488525119 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/7405/statm: 93882 7404 1891 364 0 29779 0
[pid=7411] ppid=7405 vsize=278440 CPUtime=0 cores=0-7
/proc/7411/stat : 7411 (python) S 7405 7405 7241 0 -1 4202560 894 0 0 0 0 0 0 0 18 0 1 0 916398220 285122560 5561 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476715023 0 0 16781312 514 5636294245489803528 0 0 17 0 0 0 0
/proc/7411/statm: 69610 5561 376 364 0 5528 0
[pid=7413] ppid=7411 vsize=454884 CPUtime=5.62 cores=0-7
/proc/7413/stat : 7413 (TNM) R 7411 7413 7413 0 -1 4202496 400 0 0 0 562 0 0 0 25 0 1 0 916398220 465801216 136 33554432000 134512640 135008748 4289671296 18446744073709551615 134529365 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7413/statm: 113721 136 46 122 0 112621 0
[pid=7420] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7420/stat : 7420 (python) Z 7405 7405 7241 0 -1 4202588 1055 479 0 0 0 0 13 0 19 0 1 0 916398229 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7420/statm: 0 0 0 0 0 0 0
[pid=7423] ppid=7405 vsize=385736 CPUtime=0 cores=0-7
/proc/7423/stat : 7423 (python) S 7405 7405 7241 0 -1 4202560 796 0 0 0 0 0 0 0 18 0 1 0 916398232 394993664 5906 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476715078 0 0 16781312 514 4473579390814355720 0 0 17 0 0 0 0
/proc/7423/statm: 96434 5906 371 364 0 32340 0
[pid=7425] ppid=7423 vsize=268536 CPUtime=5.49 cores=0-7
/proc/7425/stat : 7425 (hybridGM3) R 7423 7425 7425 0 -1 4202496 4872 0 0 0 549 0 0 0 25 0 1 0 916398232 274980864 4618 33554432000 134512640 135204385 4289990576 18446744073709551615 134524068 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7425/statm: 67134 4618 85 169 0 66964 0
[pid=7426] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7426/stat : 7426 (python) Z 7405 7405 7241 0 -1 4202588 1036 473 0 0 0 0 13 0 18 0 1 0 916398235 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7426/statm: 0 0 0 0 0 0 0
[pid=7430] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7430/stat : 7430 (python) Z 7405 7405 7241 0 -1 4202588 1089 473 0 0 0 0 13 0 17 0 1 0 916398238 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7430/statm: 0 0 0 0 0 0 0
[pid=7434] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7434/stat : 7434 (python) Z 7405 7405 7241 0 -1 4202588 1102 477 0 0 0 0 13 0 18 0 1 0 916398241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 1763124

[startup+12.7012 s]
/proc/loadavg: 0.76 0.55 0.60 3/179 7441
/proc/meminfo: memFree=30535092/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=375528 CPUtime=0.96 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 15593 3958 1 0 57 10 28 1 16 0 1 0 916398153 384540672 7404 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488525119 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/7405/statm: 93882 7404 1891 364 0 29779 0
[pid=7411] ppid=7405 vsize=278440 CPUtime=0 cores=0-7
/proc/7411/stat : 7411 (python) S 7405 7405 7241 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 916398220 285122560 5562 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476715023 0 0 16781312 514 2733403498837147912 0 0 17 0 0 0 0
/proc/7411/statm: 69610 5562 377 364 0 5528 0
[pid=7413] ppid=7411 vsize=454884 CPUtime=12.02 cores=0-7
/proc/7413/stat : 7413 (TNM) R 7411 7413 7413 0 -1 4202496 400 0 0 0 1202 0 0 0 25 0 1 0 916398220 465801216 136 33554432000 134512640 135008748 4289671296 18446744073709551615 134529365 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7413/statm: 113721 136 46 122 0 112621 0
[pid=7420] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7420/stat : 7420 (python) Z 7405 7405 7241 0 -1 4202588 1055 479 0 0 0 0 13 0 19 0 1 0 916398229 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7420/statm: 0 0 0 0 0 0 0
[pid=7423] ppid=7405 vsize=385736 CPUtime=0 cores=0-7
/proc/7423/stat : 7423 (python) S 7405 7405 7241 0 -1 4202560 796 0 0 0 0 0 0 0 18 0 1 0 916398232 394993664 5906 33554432000 4194304 5683644 140734138563072 18446744073709551615 239476715078 0 0 16781312 514 2733403498837147912 0 0 17 0 0 0 0
/proc/7423/statm: 96434 5906 371 364 0 32340 0
[pid=7425] ppid=7423 vsize=268552 CPUtime=11.89 cores=0-7
/proc/7425/stat : 7425 (hybridGM3) R 7423 7425 7425 0 -1 4202496 4873 0 0 0 1189 0 0 0 25 0 1 0 916398232 274997248 4619 33554432000 134512640 135204385 4289990576 18446744073709551615 134537249 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/7425/statm: 67138 4619 85 169 0 66968 0
[pid=7426] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7426/stat : 7426 (python) Z 7405 7405 7241 0 -1 4202588 1036 473 0 0 0 0 13 0 18 0 1 0 916398235 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7426/statm: 0 0 0 0 0 0 0
[pid=7430] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7430/stat : 7430 (python) Z 7405 7405 7241 0 -1 4202588 1089 473 0 0 0 0 13 0 17 0 1 0 916398238 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7430/statm: 0 0 0 0 0 0 0
[pid=7434] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7434/stat : 7434 (python) Z 7405 7405 7241 0 -1 4202588 1102 477 0 0 0 0 13 0 18 0 1 0 916398241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1763140

[startup+25.5008 s]
/proc/loadavg: 1.04 0.62 0.63 3/179 7441
/proc/meminfo: memFree=30538380/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=375528 CPUtime=0.96 cores=0-7

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

/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 15593 3958 1 0 57 10 28 1 16 0 1 0 916398153 384540672 7404 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488525119 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/7405/statm: 93882 7404 1891 364 0 29779 0
[pid=7411] ppid=7405 vsize=288684 CPUtime=0.12 cores=0-7
/proc/7411/stat : 7411 (python) S 7405 7405 7241 0 -1 4202560 1079 0 0 0 7 5 0 0 19 0 2 0 916398220 295612416 5600 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7411/statm: 72171 5600 410 364 0 8089 0
[pid=7413] ppid=7411 vsize=454884 CPUtime=100.12 cores=0-7
/proc/7413/stat : 7413 (TNM) T 7411 7413 7413 0 -1 4202496 400 0 0 0 10012 0 0 0 25 0 1 0 916398220 465801216 136 33554432000 134512640 135008748 4289671296 18446744073709551615 134527486 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7413/statm: 113721 136 46 122 0 112621 0
[pid=7411/tid=7444] ppid=7405 vsize=288684 CPUtime=0 cores=0-7
/proc/7411/task/7444/stat : 7444 (python) S 7405 7405 7241 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 916408232 295612416 5600 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488518577 0 0 16781312 514 18446604454224995264 0 0 -1 1 0 0 0
[pid=7420] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7420/stat : 7420 (python) Z 7405 7405 7241 0 -1 4202588 1055 479 0 0 0 0 13 0 19 0 1 0 916398229 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7420/statm: 0 0 0 0 0 0 0
[pid=7423] ppid=7405 vsize=385736 CPUtime=0.12 cores=0-7
/proc/7423/stat : 7423 (python) S 7405 7405 7241 0 -1 4202560 1012 0 0 0 8 4 0 0 19 0 2 0 916398232 394993664 5936 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7423/statm: 96434 5936 400 364 0 32340 0
[pid=7425] ppid=7423 vsize=268564 CPUtime=100.11 cores=0-7
/proc/7425/stat : 7425 (hybridGM3) T 7423 7425 7425 0 -1 4202496 6355 0 0 0 10010 1 0 0 25 0 1 0 916398232 275009536 4625 33554432000 134512640 135204385 4289990576 18446744073709551615 134536961 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7425/statm: 67141 4625 85 169 0 66971 0
[pid=7423/tid=7445] ppid=7405 vsize=385736 CPUtime=0 cores=0-7
/proc/7423/task/7445/stat : 7445 (python) S 7405 7405 7241 0 -1 4202560 108 0 0 0 0 0 0 0 18 0 2 0 916408244 394993664 5936 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488518577 0 0 16781312 514 18446604471134148800 0 0 -1 1 0 0 0
[pid=7426] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7426/stat : 7426 (python) Z 7405 7405 7241 0 -1 4202588 1036 473 0 0 0 0 13 0 18 0 1 0 916398235 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7426/statm: 0 0 0 0 0 0 0
[pid=7430] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7430/stat : 7430 (python) Z 7405 7405 7241 0 -1 4202588 1089 473 0 0 0 0 13 0 17 0 1 0 916398238 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7430/statm: 0 0 0 0 0 0 0
[pid=7434] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7434/stat : 7434 (python) Z 7405 7405 7241 0 -1 4202588 1102 477 0 0 0 0 13 0 18 0 1 0 916398241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.95
Current children cumulated vsize (KiB) 1773396
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/181 7610
/proc/meminfo: memFree=30533836/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=375528 CPUtime=0.96 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 15593 3958 1 0 57 10 28 1 16 0 1 0 916398153 384540672 7404 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488525119 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/7405/statm: 93882 7404 1891 364 0 29779 0
[pid=7411] ppid=7405 vsize=288684 CPUtime=0.12 cores=0-7
/proc/7411/stat : 7411 (python) S 7405 7405 7241 0 -1 4202560 1079 0 0 0 7 5 0 0 19 0 2 0 916398220 295612416 5600 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7411/statm: 72171 5600 410 364 0 8089 0
[pid=7413] ppid=7411 vsize=454884 CPUtime=100.12 cores=0-7
/proc/7413/stat : 7413 (TNM) T 7411 7413 7413 0 -1 4202496 400 0 0 0 10012 0 0 0 25 0 1 0 916398220 465801216 136 33554432000 134512640 135008748 4289671296 18446744073709551615 134527486 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7413/statm: 113721 136 46 122 0 112621 0
[pid=7411/tid=7444] ppid=7405 vsize=288684 CPUtime=0 cores=0-7
/proc/7411/task/7444/stat : 7444 (python) S 7405 7405 7241 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 916408232 295612416 5600 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488518577 0 0 16781312 514 18446604454224995264 0 0 -1 1 0 0 0
[pid=7420] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7420/stat : 7420 (python) Z 7405 7405 7241 0 -1 4202588 1055 479 0 0 0 0 13 0 19 0 1 0 916398229 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7420/statm: 0 0 0 0 0 0 0
[pid=7423] ppid=7405 vsize=385736 CPUtime=0.12 cores=0-7
/proc/7423/stat : 7423 (python) S 7405 7405 7241 0 -1 4202560 1012 0 0 0 8 4 0 0 19 0 2 0 916398232 394993664 5936 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7423/statm: 96434 5936 400 364 0 32340 0
[pid=7425] ppid=7423 vsize=268564 CPUtime=100.11 cores=0-7
/proc/7425/stat : 7425 (hybridGM3) T 7423 7425 7425 0 -1 4202496 6355 0 0 0 10010 1 0 0 25 0 1 0 916398232 275009536 4625 33554432000 134512640 135204385 4289990576 18446744073709551615 134536961 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7425/statm: 67141 4625 85 169 0 66971 0
[pid=7423/tid=7445] ppid=7405 vsize=385736 CPUtime=0 cores=0-7
/proc/7423/task/7445/stat : 7445 (python) S 7405 7405 7241 0 -1 4202560 108 0 0 0 0 0 0 0 18 0 2 0 916408244 394993664 5936 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488518577 0 0 16781312 514 18446604471134148800 0 0 -1 1 0 0 0
[pid=7426] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7426/stat : 7426 (python) Z 7405 7405 7241 0 -1 4202588 1036 473 0 0 0 0 13 0 18 0 1 0 916398235 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7426/statm: 0 0 0 0 0 0 0
[pid=7430] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7430/stat : 7430 (python) Z 7405 7405 7241 0 -1 4202588 1089 473 0 0 0 0 13 0 17 0 1 0 916398238 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7430/statm: 0 0 0 0 0 0 0
[pid=7434] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7434/stat : 7434 (python) Z 7405 7405 7241 0 -1 4202588 1102 477 0 0 0 0 13 0 18 0 1 0 916398241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.95
Current children cumulated vsize (KiB) 1773396
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/181 7615
/proc/meminfo: memFree=30533528/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=375528 CPUtime=0.96 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 15593 3958 1 0 57 10 28 1 16 0 1 0 916398153 384540672 7404 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488525119 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/7405/statm: 93882 7404 1891 364 0 29779 0
[pid=7411] ppid=7405 vsize=288684 CPUtime=0.12 cores=0-7
/proc/7411/stat : 7411 (python) S 7405 7405 7241 0 -1 4202560 1079 0 0 0 7 5 0 0 19 0 2 0 916398220 295612416 5600 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7411/statm: 72171 5600 410 364 0 8089 0
[pid=7413] ppid=7411 vsize=454884 CPUtime=100.12 cores=0-7
/proc/7413/stat : 7413 (TNM) T 7411 7413 7413 0 -1 4202496 400 0 0 0 10012 0 0 0 25 0 1 0 916398220 465801216 136 33554432000 134512640 135008748 4289671296 18446744073709551615 134527486 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7413/statm: 113721 136 46 122 0 112621 0
[pid=7411/tid=7444] ppid=7405 vsize=288684 CPUtime=0 cores=0-7
/proc/7411/task/7444/stat : 7444 (python) S 7405 7405 7241 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 916408232 295612416 5600 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488518577 0 0 16781312 514 18446604454224995264 0 0 -1 1 0 0 0
[pid=7420] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7420/stat : 7420 (python) Z 7405 7405 7241 0 -1 4202588 1055 479 0 0 0 0 13 0 19 0 1 0 916398229 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7420/statm: 0 0 0 0 0 0 0
[pid=7423] ppid=7405 vsize=385736 CPUtime=0.12 cores=0-7
/proc/7423/stat : 7423 (python) S 7405 7405 7241 0 -1 4202560 1012 0 0 0 8 4 0 0 19 0 2 0 916398232 394993664 5936 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7423/statm: 96434 5936 400 364 0 32340 0
[pid=7425] ppid=7423 vsize=268564 CPUtime=100.11 cores=0-7
/proc/7425/stat : 7425 (hybridGM3) T 7423 7425 7425 0 -1 4202496 6355 0 0 0 10010 1 0 0 25 0 1 0 916398232 275009536 4625 33554432000 134512640 135204385 4289990576 18446744073709551615 134536961 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7425/statm: 67141 4625 85 169 0 66971 0
[pid=7423/tid=7445] ppid=7405 vsize=385736 CPUtime=0 cores=0-7
/proc/7423/task/7445/stat : 7445 (python) S 7405 7405 7241 0 -1 4202560 108 0 0 0 0 0 0 0 18 0 2 0 916408244 394993664 5936 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488518577 0 0 16781312 514 18446604471134148800 0 0 -1 1 0 0 0
[pid=7426] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7426/stat : 7426 (python) Z 7405 7405 7241 0 -1 4202588 1036 473 0 0 0 0 13 0 18 0 1 0 916398235 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7426/statm: 0 0 0 0 0 0 0
[pid=7430] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7430/stat : 7430 (python) Z 7405 7405 7241 0 -1 4202588 1089 473 0 0 0 0 13 0 17 0 1 0 916398238 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7430/statm: 0 0 0 0 0 0 0
[pid=7434] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7434/stat : 7434 (python) Z 7405 7405 7241 0 -1 4202588 1102 477 0 0 0 0 13 0 18 0 1 0 916398241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.95
Current children cumulated vsize (KiB) 1773396
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/181 7615
/proc/meminfo: memFree=30533624/32950928 swapFree=67053960/67111528
[pid=7405] ppid=7403 vsize=375528 CPUtime=0.96 cores=0-7
/proc/7405/stat : 7405 (python) S 7403 7405 7241 0 -1 4202496 15593 3958 1 0 57 10 28 1 16 0 1 0 916398153 384540672 7404 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488525119 0 0 16781312 2 18446744071562232103 0 0 17 1 0 0 0
/proc/7405/statm: 93882 7404 1891 364 0 29779 0
[pid=7411] ppid=7405 vsize=288684 CPUtime=0.12 cores=0-7
/proc/7411/stat : 7411 (python) S 7405 7405 7241 0 -1 4202560 1079 0 0 0 7 5 0 0 19 0 2 0 916398220 295612416 5600 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7411/statm: 72171 5600 410 364 0 8089 0
[pid=7413] ppid=7411 vsize=454884 CPUtime=100.12 cores=0-7
/proc/7413/stat : 7413 (TNM) T 7411 7413 7413 0 -1 4202496 400 0 0 0 10012 0 0 0 25 0 1 0 916398220 465801216 136 33554432000 134512640 135008748 4289671296 18446744073709551615 134527486 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7413/statm: 113721 136 46 122 0 112621 0
[pid=7411/tid=7444] ppid=7405 vsize=288684 CPUtime=0 cores=0-7
/proc/7411/task/7444/stat : 7444 (python) S 7405 7405 7241 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 916408232 295612416 5600 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488518577 0 0 16781312 514 18446604454224995264 0 0 -1 1 0 0 0
[pid=7420] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7420/stat : 7420 (python) Z 7405 7405 7241 0 -1 4202588 1055 479 0 0 0 0 13 0 19 0 1 0 916398229 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/7420/statm: 0 0 0 0 0 0 0
[pid=7423] ppid=7405 vsize=385736 CPUtime=0.12 cores=0-7
/proc/7423/stat : 7423 (python) S 7405 7405 7241 0 -1 4202560 1012 0 0 0 8 4 0 0 19 0 2 0 916398232 394993664 5936 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7423/statm: 96434 5936 400 364 0 32340 0
[pid=7425] ppid=7423 vsize=268564 CPUtime=100.11 cores=0-7
/proc/7425/stat : 7425 (hybridGM3) T 7423 7425 7425 0 -1 4202496 6355 0 0 0 10010 1 0 0 25 0 1 0 916398232 275009536 4625 33554432000 134512640 135204385 4289990576 18446744073709551615 134536961 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/7425/statm: 67141 4625 85 169 0 66971 0
[pid=7423/tid=7445] ppid=7405 vsize=385736 CPUtime=0 cores=0-7
/proc/7423/task/7445/stat : 7445 (python) S 7405 7405 7241 0 -1 4202560 108 0 0 0 0 0 0 0 18 0 2 0 916408244 394993664 5936 33554432000 4194304 5683644 140734138563072 18446744073709551615 239488518577 0 0 16781312 514 18446604471134148800 0 0 -1 1 0 0 0
[pid=7426] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7426/stat : 7426 (python) Z 7405 7405 7241 0 -1 4202588 1036 473 0 0 0 0 13 0 18 0 1 0 916398235 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7426/statm: 0 0 0 0 0 0 0
[pid=7430] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7430/stat : 7430 (python) Z 7405 7405 7241 0 -1 4202588 1089 473 0 0 0 0 13 0 17 0 1 0 916398238 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7430/statm: 0 0 0 0 0 0 0
[pid=7434] ppid=7405 vsize=0 CPUtime=0.13 cores=0-7
/proc/7434/stat : 7434 (python) Z 7405 7405 7241 0 -1 4202588 1102 477 0 0 0 0 13 0 18 0 1 0 916398241 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7434/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 201.95
Current children cumulated vsize (KiB) 1773396
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 7405 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=579759
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=244962
# CPU time returned by wait4() is 1.82472
# while last known CPU time is 201.95
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 201.95
CPU user time (s): 201.74
CPU system time (s): 0.21
CPU usage (%): 3.95979
Max. virtual memory (cumulated for all children) (KiB): 2588788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.57976
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29772
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= 1958
involuntary context switches= 213

runsolver used 6.76897 second user time and 16.8844 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-14 12:40:11
IDJOB=3385763
IDBENCH=83028
IDSOLVER=1870
FILE ID=node148/3385763-1308048011
RUNJOBID= node148-1308048000-7255
PBS_JOBID= 13566192
Free space on /tmp= 74084 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v250-c1065-S1822479556-014.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-3385763-1308048011/watcher-3385763-1308048011 -o /tmp/evaluation-result-3385763-1308048011/solver-3385763-1308048011 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385763-1308048011.cnf -seed 2123315894 -budget 40000 -cores 8

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

MD5SUM BENCH= 0c8d0957d77826a7c24d4ded86c5d721
RANDOM SEED=2123315894

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30584472 kB
Buffers:        143072 kB
Cached:        2010456 kB
SwapCached:      10896 kB
Active:         560408 kB
Inactive:      1611000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30584472 kB
SwapTotal:    67111528 kB
SwapFree:     67053960 kB
Dirty:           32464 kB
Writeback:           0 kB
AnonPages:       15252 kB
Mapped:          12516 kB
Slab:           126860 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186924 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= 74052 MiB
End job on node148 at 2011-06-14 14:05:13