Trace number 3484069

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 700.7 700.665

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1227169170-092-UNKNOWN.cnf
MD5SUM51cac83217796c0d85d5add5d2ed2d64
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.517
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.28/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.47	c INFO: solving HOME/instance-3484069-1307747038.cnf
0.28/0.47	c INFO: computing task features
0.35/0.59	c INFO: computed variable-clause graph statistics
0.35/0.59	c INFO: computed clause balance statistics
0.97/1.18	c INFO: computed variable balance statistics
1.26/1.41	c INFO: computed small-clause counts
1.26/1.41	c INFO: computed Horn-clause counts
1.26/1.43	c INFO: computed variable graph statistics
1.26/1.43	c INFO: collected features for HOME/instance-3484069-1307747038.cnf in 0.96 s
1.26/1.44	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.35)
101.38/101.58	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.12)
200.68/200.75	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.08)
300.77/300.88	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.06)
400.96/401.01	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.05)
500.21/500.15	c INFO: running gnovelty+2@0 for 97 with 700 remaining (b = 0.04)
600.40/600.33	c INFO: running FH@0 for 97 with 600 remaining (b = 0.03)
700.48/700.48	c INFO: running adaptg2wsat2009++@0 for 97 with 500 remaining (b = 0.03)

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: 988)

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-3484069-1307747038/watcher-3484069-1307747038 -o /tmp/evaluation-result-3484069-1307747038/solver-3484069-1307747038 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484069-1307747038.cnf -seed 1402461258 -budget 1200 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 2.44 0.68 0.27 4/198 18378
/proc/meminfo: memFree=31897800/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=15380 CPUtime=0 cores=5,7
/proc/18378/stat : 18378 (python) R 18376 18378 18188 0 -1 4202496 808 0 0 0 0 0 0 0 23 0 1 0 886300897 15749120 692 33554432000 4194304 5683644 140734477673648 18446744073709551615 4309344 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18378/statm: 3845 693 332 364 0 332 0

[startup+0.059557 s]
/proc/loadavg: 2.44 0.68 0.27 4/198 18378
/proc/meminfo: memFree=31897800/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=38908 CPUtime=0.03 cores=5,7
/proc/18378/stat : 18378 (python) R 18376 18378 18188 0 -1 4202496 1661 0 0 0 3 0 0 0 17 0 1 0 886300897 39841792 1487 33554432000 4194304 5683644 140734477673648 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18378/statm: 9727 1489 455 364 0 1027 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38908

[startup+0.10055 s]
/proc/loadavg: 2.44 0.68 0.27 4/198 18378
/proc/meminfo: memFree=31897800/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=104232 CPUtime=0.05 cores=5,7
/proc/18378/stat : 18378 (python) R 18376 18378 18188 0 -1 4202496 3089 0 0 0 4 1 0 0 17 0 1 0 886300897 106733568 2768 33554432000 4194304 5683644 140734477673648 18446744073709551615 4516224 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/18378/statm: 26058 2768 847 364 0 1806 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 104232

[startup+0.301057 s]
/proc/loadavg: 2.44 0.68 0.27 4/198 18378
/proc/meminfo: memFree=31897800/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=157380 CPUtime=0.2 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 6601 932 1 0 15 5 0 0 17 0 1 0 886300897 161157120 4695 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 7 0 0 1
/proc/18378/statm: 39345 4695 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 157380

[startup+0.700434 s]
/proc/loadavg: 2.44 0.68 0.27 4/198 18378
/proc/meminfo: memFree=31897800/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=282556 CPUtime=0.56 cores=5,7
/proc/18378/stat : 18378 (python) R 18376 18378 18188 0 -1 4202496 11221 932 1 0 49 7 0 0 17 0 1 0 886300897 289337344 8052 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476055808 0 0 16781312 2 0 0 0 17 5 0 0 1
/proc/18378/statm: 70639 8052 1826 364 0 6563 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 282556

[startup+1.50022 s]
/proc/loadavg: 2.44 0.68 0.27 6/199 18383
/proc/meminfo: memFree=31871996/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=289436 CPUtime=1.31 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 11582 932 1 0 124 7 0 0 20 0 2 0 886300897 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 1
/proc/18378/statm: 72359 7224 1869 364 0 8277 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 289436

[startup+3.10097 s]
/proc/loadavg: 2.44 0.68 0.27 6/202 18386
/proc/meminfo: memFree=31871352/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=289436 CPUtime=1.31 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 11582 932 1 0 124 7 0 0 20 0 2 0 886300897 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 1
/proc/18378/statm: 72359 7224 1869 364 0 8277 0
[pid=18384] ppid=18378 vsize=279192 CPUtime=0 cores=5,7
/proc/18384/stat : 18384 (python) S 18378 18378 18188 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 886301042 285892608 5705 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476715023 0 0 16781312 514 5636298093780500743 0 0 17 5 0 0 0
/proc/18384/statm: 69798 5705 354 364 0 5716 0
[pid=18386] ppid=18384 vsize=1018616 CPUtime=1.64 cores=5,7
/proc/18386/stat : 18386 (gnovelty+2) R 18384 18386 18386 0 -1 4202496 767 0 0 0 164 0 0 0 25 0 1 0 886301042 1043062784 501 33554432000 134512640 135663704 4289654592 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18386/statm: 254654 501 113 282 0 254370 0
[pid=18378/tid=18385] ppid=18376 vsize=289436 CPUtime=0 cores=5,7
/proc/18378/task/18385/stat : 18385 (python) S 18376 18378 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 886301042 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1587244

[startup+6.30035 s]
/proc/loadavg: 2.56 0.74 0.29 6/202 18386
/proc/meminfo: memFree=31871444/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=289436 CPUtime=1.31 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 11582 932 1 0 124 7 0 0 20 0 2 0 886300897 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 1
/proc/18378/statm: 72359 7224 1869 364 0 8277 0
[pid=18384] ppid=18378 vsize=279192 CPUtime=0 cores=5,7
/proc/18384/stat : 18384 (python) S 18378 18378 18188 0 -1 4202560 866 0 0 0 0 0 0 0 18 0 1 0 886301042 285892608 5728 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476715023 0 0 16781312 514 5636298093780500743 0 0 17 5 0 0 0
/proc/18384/statm: 69798 5728 377 364 0 5716 0
[pid=18386] ppid=18384 vsize=1018616 CPUtime=4.84 cores=5,7
/proc/18386/stat : 18386 (gnovelty+2) R 18384 18386 18386 0 -1 4202496 767 0 0 0 484 0 0 0 25 0 1 0 886301042 1043062784 501 33554432000 134512640 135663704 4289654592 18446744073709551615 134525715 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18386/statm: 254654 501 113 282 0 254370 0
[pid=18378/tid=18385] ppid=18376 vsize=289436 CPUtime=0 cores=5,7
/proc/18378/task/18385/stat : 18385 (python) S 18376 18378 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 886301042 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 1587244

[startup+12.7011 s]
/proc/loadavg: 2.68 0.79 0.31 6/202 18387
/proc/meminfo: memFree=31871088/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=289436 CPUtime=1.31 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 11582 932 1 0 124 7 0 0 20 0 2 0 886300897 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 1
/proc/18378/statm: 72359 7224 1869 364 0 8277 0
[pid=18384] ppid=18378 vsize=279192 CPUtime=0 cores=5,7
/proc/18384/stat : 18384 (python) S 18378 18378 18188 0 -1 4202560 866 0 0 0 0 0 0 0 18 0 1 0 886301042 285892608 5728 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476715023 0 0 16781312 514 13432284955795226887 0 0 17 5 0 0 0
/proc/18384/statm: 69798 5728 377 364 0 5716 0
[pid=18386] ppid=18384 vsize=1018616 CPUtime=11.23 cores=5,7
/proc/18386/stat : 18386 (gnovelty+2) R 18384 18386 18386 0 -1 4202496 767 0 0 0 1123 0 0 0 25 0 1 0 886301042 1043062784 501 33554432000 134512640 135663704 4289654592 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18386/statm: 254654 501 113 282 0 254370 0
[pid=18378/tid=18385] ppid=18376 vsize=289436 CPUtime=0 cores=5,7
/proc/18378/task/18385/stat : 18385 (python) S 18376 18378 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 886301042 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 1587244

[startup+25.5007 s]
/proc/loadavg: 3.05 0.97 0.37 6/202 18390
/proc/meminfo: memFree=31871360/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=289436 CPUtime=1.31 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 11582 932 1 0 124 7 0 0 20 0 2 0 886300897 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 1
/proc/18378/statm: 72359 7224 1869 364 0 8277 0
[pid=18384] ppid=18378 vsize=279192 CPUtime=0.02 cores=5,7
/proc/18384/stat : 18384 (python) S 18378 18378 18188 0 -1 4202560 873 0 0 0 1 1 0 0 18 0 1 0 886301042 285892608 5728 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476715023 0 0 16781312 514 13432284955795226887 0 0 17 5 0 0 0
/proc/18384/statm: 69798 5728 377 364 0 5716 0
[pid=18386] ppid=18384 vsize=1018616 CPUtime=24.01 cores=5,7
/proc/18386/stat : 18386 (gnovelty+2) R 18384 18386 18386 0 -1 4202496 767 0 0 0 2401 0 0 0 25 0 1 0 886301042 1043062784 501 33554432000 134512640 135663704 4289654592 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18386/statm: 254654 501 113 282 0 254370 0
[pid=18378/tid=18385] ppid=18376 vsize=289436 CPUtime=0 cores=5,7
/proc/18378/task/18385/stat : 18385 (python) S 18376 18378 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 886301042 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 1587244

[startup+51.1008 s]
/proc/loadavg: 3.37 1.21 0.47 5/202 18437
/proc/meminfo: memFree=31848132/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=289436 CPUtime=1.31 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 11582 932 1 0 124 7 0 0 20 0 2 0 886300897 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 1
/proc/18378/statm: 72359 7224 1869 364 0 8277 0
[pid=18384] ppid=18378 vsize=279192 CPUtime=0.05 cores=5,7
/proc/18384/stat : 18384 (python) S 18378 18378 18188 0 -1 4202560 884 0 0 0 2 3 0 0 18 0 1 0 886301042 285892608 5728 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476715023 0 0 16781312 514 13432284955795226887 0 0 17 5 0 0 0
/proc/18384/statm: 69798 5728 377 364 0 5716 0
[pid=18386] ppid=18384 vsize=1018616 CPUtime=49.59 cores=5,7
/proc/18386/stat : 18386 (gnovelty+2) R 18384 18386 18386 0 -1 4202496 767 0 0 0 4959 0 0 0 25 0 1 0 886301042 1043062784 501 33554432000 134512640 135663704 4289654592 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18386/statm: 254654 501 113 282 0 254370 0
[pid=18378/tid=18385] ppid=18376 vsize=289436 CPUtime=0 cores=5,7
/proc/18378/task/18385/stat : 18385 (python) S 18376 18378 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 2 0 886301042 296382464 7224 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 1587244

[startup+102.307 s]
/proc/loadavg: 3.73 1.64 0.65 5/214 18496
/proc/meminfo: memFree=31852372/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=299864 CPUtime=1.31 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 12424 932 1 0 124 7 0 0 20 0 3 0 886300897 307060736 7290 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 1
/proc/18378/statm: 74966 7290 1872 364 0 10881 0
[pid=18384] ppid=18378 vsize=289436 CPUtime=0.11 cores=5,7
/proc/18384/stat : 18384 (python) S 18378 18378 18188 0 -1 4202560 1138 0 0 0 5 6 0 0 19 0 2 0 886301042 296382464 5771 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18384/statm: 72359 5771 415 364 0 8277 0
[pid=18386] ppid=18384 vsize=1018616 CPUtime=100.04 cores=5,7
/proc/18386/stat : 18386 (gnovelty+2) T 18384 18386 18386 0 -1 4202496 767 0 0 0 10004 0 0 0 25 0 1 0 886301042 1043062784 501 33554432000 134512640 135663704 4289654592 18446744073709551615 134524540 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18386/statm: 254654 501 113 282 0 254370 0
[pid=18384/tid=18493] ppid=18378 vsize=289436 CPUtime=0 cores=5,7
/proc/18384/task/18493/stat : 18493 (python) S 18378 18378 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886311055 296382464 5771 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604454224996160 0 0 -1 7 0 0 0
[pid=18494] ppid=18378 vsize=289620 CPUtime=0 cores=5,7
/proc/18494/stat : 18494 (python) S 18378 18378 18188 0 -1 4202560 732 0 0 0 0 0 0 0 19 0 1 0 886311056 296570880 5762 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476715078 0 0 16781312 514 5631078162327666687 0 0 17 7 0 0 0
/proc/18494/statm: 72405 5762 348 364 0 8320 0
[pid=18496] ppid=18494 vsize=1018616 CPUtime=0.71 cores=5,7
/proc/18496/stat : 18496 (gnovelty+2) R 18494 18496 18496 0 -1 4202496 766 0 0 0 71 0 0 0 22 0 1 0 886311056 1043062784 501 33554432000 134512640 135663704 4290520432 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18496/statm: 254654 501 113 282 0 254370 0
[pid=18378/tid=18385] ppid=18376 vsize=299864 CPUtime=0 cores=5,7
/proc/18378/task/18385/stat : 18385 (python) S 18376 18378 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 886301042 307060736 7290 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18495] ppid=18376 vsize=299864 CPUtime=0 cores=5,7
/proc/18378/task/18495/stat : 18495 (python) S 18376 18378 18188 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 886311056 307060736 7290 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2916152

[startup+162.3 s]
/proc/loadavg: 3.99 2.09 0.87 5/218 18502
/proc/meminfo: memFree=31842992/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=299864 CPUtime=1.31 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 12424 932 1 0 124 7 0 0 20 0 3 0 886300897 307060736 7290 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 1
/proc/18378/statm: 74966 7290 1872 364 0 10881 0
[pid=18384] ppid=18378 vsize=289436 CPUtime=0.11 cores=5,7
/proc/18384/stat : 18384 (python) S 18378 18378 18188 0 -1 4202560 1138 0 0 0 5 6 0 0 19 0 2 0 886301042 296382464 5771 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18384/statm: 72359 5771 415 364 0 8277 0
[pid=18386] ppid=18384 vsize=1018616 CPUtime=100.04 cores=5,7
/proc/18386/stat : 18386 (gnovelty+2) T 18384 18386 18386 0 -1 4202496 767 0 0 0 10004 0 0 0 25 0 1 0 886301042 1043062784 501 33554432000 134512640 135663704 4289654592 18446744073709551615 134524540 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18386/statm: 254654 501 113 282 0 254370 0
[pid=18384/tid=18493] ppid=18378 vsize=289436 CPUtime=0 cores=5,7
/proc/18384/task/18493/stat : 18493 (python) S 18378 18378 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886311055 296382464 5771 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604454224996160 0 0 -1 7 0 0 0
[pid=18494] ppid=18378 vsize=289620 CPUtime=0.07 cores=5,7

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

/proc/18494/statm: 72405 5815 400 364 0 8320 0
[pid=18496] ppid=18494 vsize=1018616 CPUtime=99.15 cores=5,7
/proc/18496/stat : 18496 (gnovelty+2) T 18494 18496 18496 0 -1 4202496 766 0 0 0 9915 0 0 0 25 0 1 0 886311056 1043062784 501 33554432000 134512640 135663704 4290520432 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18496/statm: 254654 501 113 282 0 254370 0
[pid=18494/tid=18512] ppid=18378 vsize=289620 CPUtime=0 cores=5,7
/proc/18494/task/18512/stat : 18512 (python) S 18378 18378 18188 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886320971 296570880 5815 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604454223780800 0 0 -1 7 0 0 0
[pid=18513] ppid=18378 vsize=300480 CPUtime=0.13 cores=5,7
/proc/18513/stat : 18513 (python) S 18378 18378 18188 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 886320972 307691520 5954 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18513/statm: 75120 5954 399 364 0 11032 0
[pid=18515] ppid=18513 vsize=418636 CPUtime=99.97 cores=5,7
/proc/18515/stat : 18515 (adaptg2wsat2009) T 18513 18515 18515 0 -1 4202496 1224 0 0 0 9997 0 0 0 25 0 1 0 886320972 428683264 957 33554432000 134512640 135107411 4287165408 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18515/statm: 104659 957 59 146 0 103535 0
[pid=18513/tid=18572] ppid=18378 vsize=300480 CPUtime=0 cores=5,7
/proc/18513/task/18572/stat : 18572 (python) S 18378 18378 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886330984 307691520 5954 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604471134149696 0 0 -1 7 0 0 0
[pid=18573] ppid=18378 vsize=310736 CPUtime=0.13 cores=5,7
/proc/18573/stat : 18573 (python) S 18378 18378 18188 0 -1 4202560 1088 0 0 0 7 6 0 0 19 0 2 0 886330985 318193664 5958 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18573/statm: 77684 5958 400 364 0 13593 0
[pid=18575] ppid=18573 vsize=418636 CPUtime=99.99 cores=5,7
/proc/18575/stat : 18575 (adaptg2wsat2009) T 18573 18575 18575 0 -1 4202496 1223 0 0 0 9999 0 0 0 25 0 1 0 886330986 428683264 955 33554432000 134512640 135107411 4288552448 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18575/statm: 104659 955 59 146 0 103535 0
[pid=18573/tid=18633] ppid=18378 vsize=310736 CPUtime=0 cores=5,7
/proc/18573/task/18633/stat : 18633 (python) S 18378 18378 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886340998 318193664 5958 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604454223779008 0 0 -1 5 0 0 0
[pid=18634] ppid=18378 vsize=320992 CPUtime=0.13 cores=5,7
/proc/18634/stat : 18634 (python) S 18378 18378 18188 0 -1 4202560 1081 0 0 0 6 7 0 0 19 0 2 0 886340999 328695808 5962 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18634/statm: 80248 5962 399 364 0 16154 0
[pid=18636] ppid=18634 vsize=418636 CPUtime=99.13 cores=5,7
/proc/18636/stat : 18636 (adaptg2wsat2009) T 18634 18636 18636 0 -1 4202496 1220 0 0 0 9913 0 0 0 25 0 1 0 886340999 428683264 955 33554432000 134512640 135107411 4293634496 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18636/statm: 104659 955 59 146 0 103535 0
[pid=18634/tid=18652] ppid=18378 vsize=320992 CPUtime=0 cores=5,7
/proc/18634/task/18652/stat : 18652 (python) S 18378 18378 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886350912 328695808 5962 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604471139153088 0 0 -1 7 0 0 0
[pid=18653] ppid=18378 vsize=331248 CPUtime=0.15 cores=5,7
/proc/18653/stat : 18653 (python) S 18378 18378 18188 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 886350913 339197952 5966 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18653/statm: 82812 5966 400 364 0 18715 0
[pid=18655] ppid=18653 vsize=1018616 CPUtime=100.02 cores=5,7
/proc/18655/stat : 18655 (gnovelty+2) T 18653 18655 18655 0 -1 4202496 766 0 0 0 10002 0 0 0 25 0 1 0 886350913 1043062784 501 33554432000 134512640 135663704 4290606160 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18655/statm: 254654 501 113 282 0 254370 0
[pid=18653/tid=18670] ppid=18378 vsize=331248 CPUtime=0 cores=5,7
/proc/18653/task/18670/stat : 18670 (python) S 18378 18378 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886360930 339197952 5966 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604471151169984 0 0 -1 7 0 0 0
[pid=18671] ppid=18378 vsize=341504 CPUtime=0.06 cores=5,7
/proc/18671/stat : 18671 (python) S 18378 18378 18188 0 -1 4202560 903 0 0 0 4 2 0 0 18 0 1 0 886360931 349700096 5940 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476715078 0 0 16781312 514 13432284955795226888 0 0 17 5 0 0 0
/proc/18671/statm: 85376 5940 371 364 0 21276 0
[pid=18673] ppid=18671 vsize=248656 CPUtime=41.9 cores=5,7
/proc/18673/stat : 18673 (FH) R 18671 18673 18673 0 -1 4202496 1122 0 0 0 4190 0 0 0 25 0 1 0 886360931 254623744 857 33554432000 134512640 134936988 4292918016 18446744073709551615 134552411 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18673/statm: 62164 857 41 104 0 61668 0
[pid=18378/tid=18385] ppid=18376 vsize=351748 CPUtime=0 cores=5,7
/proc/18378/task/18385/stat : 18385 (python) S 18376 18378 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 8 0 886301042 360189952 7463 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18495] ppid=18376 vsize=351748 CPUtime=0 cores=5,7
/proc/18378/task/18495/stat : 18495 (python) S 18376 18378 18188 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 8 0 886311056 360189952 7463 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 7 0 0 0
[pid=18378/tid=18514] ppid=18376 vsize=351748 CPUtime=0 cores=5,7
/proc/18378/task/18514/stat : 18514 (python) S 18376 18378 18188 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 8 0 886320972 360189952 7463 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18574] ppid=18376 vsize=351748 CPUtime=0 cores=5,7
/proc/18378/task/18574/stat : 18574 (python) S 18376 18378 18188 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 8 0 886330985 360189952 7463 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 7 0 0 0
[pid=18378/tid=18635] ppid=18376 vsize=351748 CPUtime=0 cores=5,7
/proc/18378/task/18635/stat : 18635 (python) S 18376 18378 18188 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 8 0 886340999 360189952 7463 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18654] ppid=18376 vsize=351748 CPUtime=0 cores=5,7
/proc/18378/task/18654/stat : 18654 (python) S 18376 18378 18188 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 886350913 360189952 7463 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18672] ppid=18376 vsize=351748 CPUtime=0 cores=5,7
/proc/18378/task/18672/stat : 18672 (python) S 18376 18378 18188 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 886360931 360189952 7463 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 642.4
Current children cumulated vsize (KiB) 7096176



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+700.602 s]
/proc/loadavg: 4.04 3.71 2.24 6/266 18739
/proc/meminfo: memFree=31679956/32950928 swapFree=67055428/67111528
[pid=18378] ppid=18376 vsize=362004 CPUtime=1.37 cores=5,7
/proc/18378/stat : 18378 (python) S 18376 18378 18188 0 -1 4202496 17479 932 1 0 129 8 0 0 20 0 9 0 886300897 370692096 7469 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 1
/proc/18378/statm: 90501 7469 1892 364 0 26398 0
[pid=18384] ppid=18378 vsize=289436 CPUtime=0.11 cores=5,7
/proc/18384/stat : 18384 (python) S 18378 18378 18188 0 -1 4202560 1138 0 0 0 5 6 0 0 19 0 2 0 886301042 296382464 5771 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18384/statm: 72359 5771 415 364 0 8277 0
[pid=18386] ppid=18384 vsize=1018616 CPUtime=100.04 cores=5,7
/proc/18386/stat : 18386 (gnovelty+2) T 18384 18386 18386 0 -1 4202496 767 0 0 0 10004 0 0 0 25 0 1 0 886301042 1043062784 501 33554432000 134512640 135663704 4289654592 18446744073709551615 134524540 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18386/statm: 254654 501 113 282 0 254370 0
[pid=18384/tid=18493] ppid=18378 vsize=289436 CPUtime=0 cores=5,7
/proc/18384/task/18493/stat : 18493 (python) S 18378 18378 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886311055 296382464 5771 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604454224996160 0 0 -1 7 0 0 0
[pid=18494] ppid=18378 vsize=289620 CPUtime=0.13 cores=5,7
/proc/18494/stat : 18494 (python) S 18378 18378 18188 0 -1 4202560 1073 0 0 0 7 6 0 0 19 0 2 0 886311056 296570880 5815 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18494/statm: 72405 5815 400 364 0 8320 0
[pid=18496] ppid=18494 vsize=1018616 CPUtime=99.15 cores=5,7
/proc/18496/stat : 18496 (gnovelty+2) T 18494 18496 18496 0 -1 4202496 766 0 0 0 9915 0 0 0 25 0 1 0 886311056 1043062784 501 33554432000 134512640 135663704 4290520432 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18496/statm: 254654 501 113 282 0 254370 0
[pid=18494/tid=18512] ppid=18378 vsize=289620 CPUtime=0 cores=5,7
/proc/18494/task/18512/stat : 18512 (python) S 18378 18378 18188 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886320971 296570880 5815 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604454223780800 0 0 -1 7 0 0 0
[pid=18513] ppid=18378 vsize=300480 CPUtime=0.13 cores=5,7
/proc/18513/stat : 18513 (python) S 18378 18378 18188 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 886320972 307691520 5954 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18513/statm: 75120 5954 399 364 0 11032 0
[pid=18515] ppid=18513 vsize=418636 CPUtime=99.97 cores=5,7
/proc/18515/stat : 18515 (adaptg2wsat2009) T 18513 18515 18515 0 -1 4202496 1224 0 0 0 9997 0 0 0 25 0 1 0 886320972 428683264 957 33554432000 134512640 135107411 4287165408 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18515/statm: 104659 957 59 146 0 103535 0
[pid=18513/tid=18572] ppid=18378 vsize=300480 CPUtime=0 cores=5,7
/proc/18513/task/18572/stat : 18572 (python) S 18378 18378 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886330984 307691520 5954 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604471134149696 0 0 -1 7 0 0 0
[pid=18573] ppid=18378 vsize=310736 CPUtime=0.13 cores=5,7
/proc/18573/stat : 18573 (python) S 18378 18378 18188 0 -1 4202560 1088 0 0 0 7 6 0 0 19 0 2 0 886330985 318193664 5958 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18573/statm: 77684 5958 400 364 0 13593 0
[pid=18575] ppid=18573 vsize=418636 CPUtime=99.99 cores=5,7
/proc/18575/stat : 18575 (adaptg2wsat2009) T 18573 18575 18575 0 -1 4202496 1223 0 0 0 9999 0 0 0 25 0 1 0 886330986 428683264 955 33554432000 134512640 135107411 4288552448 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18575/statm: 104659 955 59 146 0 103535 0
[pid=18573/tid=18633] ppid=18378 vsize=310736 CPUtime=0 cores=5,7
/proc/18573/task/18633/stat : 18633 (python) S 18378 18378 18188 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886340998 318193664 5958 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604454223779008 0 0 -1 5 0 0 0
[pid=18634] ppid=18378 vsize=320992 CPUtime=0.13 cores=5,7
/proc/18634/stat : 18634 (python) S 18378 18378 18188 0 -1 4202560 1081 0 0 0 6 7 0 0 19 0 2 0 886340999 328695808 5962 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/18634/statm: 80248 5962 399 364 0 16154 0
[pid=18636] ppid=18634 vsize=418636 CPUtime=99.13 cores=5,7
/proc/18636/stat : 18636 (adaptg2wsat2009) T 18634 18636 18636 0 -1 4202496 1220 0 0 0 9913 0 0 0 25 0 1 0 886340999 428683264 955 33554432000 134512640 135107411 4293634496 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/18636/statm: 104659 955 59 146 0 103535 0
[pid=18634/tid=18652] ppid=18378 vsize=320992 CPUtime=0 cores=5,7
/proc/18634/task/18652/stat : 18652 (python) S 18378 18378 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886350912 328695808 5962 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604471139153088 0 0 -1 7 0 0 0
[pid=18653] ppid=18378 vsize=331248 CPUtime=0.15 cores=5,7
/proc/18653/stat : 18653 (python) S 18378 18378 18188 0 -1 4202560 1076 0 0 0 9 6 0 0 19 0 2 0 886350913 339197952 5966 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18653/statm: 82812 5966 400 364 0 18715 0
[pid=18655] ppid=18653 vsize=1018616 CPUtime=100.02 cores=5,7
/proc/18655/stat : 18655 (gnovelty+2) T 18653 18655 18655 0 -1 4202496 766 0 0 0 10002 0 0 0 25 0 1 0 886350913 1043062784 501 33554432000 134512640 135663704 4290606160 18446744073709551615 134524897 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18655/statm: 254654 501 113 282 0 254370 0
[pid=18653/tid=18670] ppid=18378 vsize=331248 CPUtime=0 cores=5,7
/proc/18653/task/18670/stat : 18670 (python) S 18378 18378 18188 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886360930 339197952 5966 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604471151169984 0 0 -1 7 0 0 0
[pid=18671] ppid=18378 vsize=341504 CPUtime=0.15 cores=5,7
/proc/18671/stat : 18671 (python) S 18378 18378 18188 0 -1 4202560 1091 0 0 0 8 7 0 0 19 0 2 0 886360931 349700096 5979 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/18671/statm: 85376 5979 409 364 0 21276 0
[pid=18673] ppid=18671 vsize=248656 CPUtime=99.98 cores=5,7
/proc/18673/stat : 18673 (FH) T 18671 18673 18673 0 -1 4202496 1122 0 0 0 9998 0 0 0 25 0 1 0 886360931 254623744 857 33554432000 134512640 134936988 4292918016 18446744073709551615 134545134 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/18673/statm: 62164 857 41 104 0 61668 0
[pid=18671/tid=18736] ppid=18378 vsize=341504 CPUtime=0 cores=5,7
/proc/18671/task/18736/stat : 18736 (python) S 18378 18378 18188 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886370945 349700096 5979 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 514 18446604471134147904 0 0 -1 7 0 0 0
[pid=18737] ppid=18378 vsize=351760 CPUtime=0 cores=5,7
/proc/18737/stat : 18737 (python) S 18378 18378 18188 0 -1 4202560 831 0 0 0 0 0 0 0 19 0 1 0 886370946 360202240 5923 33554432000 4194304 5683644 140734477673648 18446744073709551615 239476715078 0 0 16781312 514 16091925247476891647 0 0 17 5 0 0 0
/proc/18737/statm: 87940 5923 350 364 0 23837 0
[pid=18739] ppid=18737 vsize=418500 CPUtime=0.12 cores=5,7
/proc/18739/stat : 18739 (adaptg2wsat2009) R 18737 18739 18739 0 -1 4202496 1075 0 0 0 12 0 0 0 21 0 1 0 886370946 428544000 808 33554432000 134512640 135107411 4292643520 18446744073709551615 134523232 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/18739/statm: 104625 808 49 146 0 103501 0
[pid=18378/tid=18385] ppid=18376 vsize=362004 CPUtime=0 cores=5,7
/proc/18378/task/18385/stat : 18385 (python) S 18376 18378 18188 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 886301042 370692096 7469 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18495] ppid=18376 vsize=362004 CPUtime=0 cores=5,7
/proc/18378/task/18495/stat : 18495 (python) S 18376 18378 18188 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 886311056 370692096 7469 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 7 0 0 0
[pid=18378/tid=18514] ppid=18376 vsize=362004 CPUtime=0 cores=5,7
/proc/18378/task/18514/stat : 18514 (python) S 18376 18378 18188 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 9 0 886320972 370692096 7469 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18574] ppid=18376 vsize=362004 CPUtime=0 cores=5,7
/proc/18378/task/18574/stat : 18574 (python) S 18376 18378 18188 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886330985 370692096 7469 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 7 0 0 0
[pid=18378/tid=18635] ppid=18376 vsize=362004 CPUtime=0 cores=5,7
/proc/18378/task/18635/stat : 18635 (python) S 18376 18378 18188 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 886340999 370692096 7469 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18654] ppid=18376 vsize=362004 CPUtime=0 cores=5,7
/proc/18378/task/18654/stat : 18654 (python) S 18376 18378 18188 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886350913 370692096 7469 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18672] ppid=18376 vsize=362004 CPUtime=0 cores=5,7
/proc/18378/task/18672/stat : 18672 (python) S 18376 18378 18188 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 886360931 370692096 7469 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 5 0 0 0
[pid=18378/tid=18738] ppid=18376 vsize=362004 CPUtime=0 cores=5,7
/proc/18378/task/18738/stat : 18738 (python) S 18376 18378 18188 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 886370946 370692096 7469 33554432000 4194304 5683644 140734477673648 18446744073709551615 239488518577 0 0 16781312 2 18446604454224997056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 700.7
Current children cumulated vsize (KiB) 7876692

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 18378 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=304801
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=88986
# CPU time returned by wait4() is 1.39379
# while last known CPU time is 700.7
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 700.665
CPU time (s): 700.7
CPU user time (s): 700.18
CPU system time (s): 0.52
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 7876692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.3048
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19000
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= 1003
involuntary context switches= 28

runsolver used 1.41878 second user time and 2.93755 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:03:58
IDJOB=3484069
IDBENCH=82580
IDSOLVER=1975
FILE ID=node148/3484069-1307747038
RUNJOBID= node148-1307746987-18209
PBS_JOBID= 13550812
Free space on /tmp= 73948 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S1227169170-092-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484069-1307747038/watcher-3484069-1307747038 -o /tmp/evaluation-result-3484069-1307747038/solver-3484069-1307747038 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484069-1307747038.cnf -seed 1402461258 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 51cac83217796c0d85d5add5d2ed2d64
RANDOM SEED=1402461258

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:      31898104 kB
Buffers:         90204 kB
Cached:         705336 kB
SwapCached:       8820 kB
Active:         448060 kB
Inactive:       453296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31898104 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           70196 kB
Writeback:           0 kB
AnonPages:      104328 kB
Mapped:          20388 kB
Slab:            81860 kB
PageTables:       8556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3505452 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= 73912 MiB
End job on node148 at 2011-06-11 01:15:41