Trace number 3317539

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-random? (TO) 3332.16 1300.06

General information on the benchmark

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

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.46	c INFO: solving HOME/instance-3317539-1304269972.cnf
0.32/0.46	c INFO: computing task features
0.32/0.48	c INFO: computed variable-clause graph statistics
0.32/0.48	c INFO: computed clause balance statistics
0.40/0.56	c INFO: computed variable balance statistics
0.50/0.61	c INFO: computed small-clause counts
0.50/0.61	c INFO: computed Horn-clause counts
0.50/0.62	c INFO: computed variable graph statistics
0.50/0.62	c INFO: collected features for HOME/instance-3317539-1304269972.cnf in 0.15 s
0.50/0.64	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.50/0.68	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.59/0.71	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.35)
0.59/0.74	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.31)
334.58/118.84	c INFO: running march_hi@0 for 485 with 4681 remaining (b = 0.23)
437.04/159.98	c INFO: running march_hi@0 for 485 with 4640 remaining (b = 0.21)
1819.74/714.26	c INFO: running march_hi@98 for 291 with 4086 remaining (b = 0.14)
2552.86/1008.11	c INFO: running march_hi@388 for 97 with 3792 remaining (b = 0.06)
2760.93/1091.60	c INFO: running march_hi@100 for 291 with 3708 remaining (b = 0.13)
2799.66/1107.07	c INFO: running march_hi@0 for 388 with 3693 remaining (b = 0.15)
2860.58/1131.53	c INFO: running adaptg2wsat2009++@0 for 97 with 3668 remaining (b = 0.03)
3173.28/1236.36	c INFO: running march_hi@0 for 97 with 3564 remaining (b = 0.04)

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.0 (svn: 935)

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

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

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


[startup+0 s]
/proc/loadavg: 9.61 9.96 9.13 8/238 16301
/proc/meminfo: memFree=28875136/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/16301/stat : 16301 (python) S 16299 16301 15176 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 538593944 15548416 615 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 0 0 0 0
/proc/16301/statm: 3796 615 321 364 0 283 0

[startup+0.020726 s]
/proc/loadavg: 9.61 9.96 9.13 8/238 16301
/proc/meminfo: memFree=28875136/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=16244 CPUtime=0.01 cores=0,2,4,6
/proc/16301/stat : 16301 (python) R 16299 16301 15176 0 -1 4202496 1052 0 0 0 1 0 0 0 25 0 1 0 538593944 16633856 923 33554432000 4194304 5683644 140734616082288 18446744073709551615 4528072 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16301/statm: 4061 923 381 364 0 548 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16244

[startup+0.100715 s]
/proc/loadavg: 9.61 9.96 9.13 8/238 16301
/proc/meminfo: memFree=28875136/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=102012 CPUtime=0.07 cores=0,2,4,6
/proc/16301/stat : 16301 (python) R 16299 16301 15176 0 -1 4202496 3009 0 0 0 5 2 0 0 17 0 1 0 538593944 104460288 2701 33554432000 4194304 5683644 140734616082288 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16301/statm: 25503 2703 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.30112 s]
/proc/loadavg: 9.61 9.96 9.13 8/238 16301
/proc/meminfo: memFree=28875136/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=187688 CPUtime=0.22 cores=0,2,4,6
/proc/16301/stat : 16301 (python) S 16299 16301 15176 0 -1 4202496 6821 935 1 0 15 7 0 0 18 0 1 0 538593944 192192512 4882 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/16301/statm: 46922 4882 1399 364 0 3723 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187688

[startup+0.700538 s]
/proc/loadavg: 9.61 9.96 9.13 8/238 16301
/proc/meminfo: memFree=28875136/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=299040 CPUtime=0.59 cores=0,2,4,6
/proc/16301/stat : 16301 (python) R 16299 16301 15176 0 -1 4202496 11182 935 1 0 49 10 0 0 23 0 3 0 538593944 306216960 7103 33554432000 4194304 5683644 140734616082288 18446744073709551615 47355642943424 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16301/statm: 74760 7103 1875 364 0 10675 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 299040

[startup+1.50137 s]
/proc/loadavg: 9.61 9.96 9.13 11/251 16319
/proc/meminfo: memFree=28835476/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=320160 CPUtime=0.64 cores=0,2,4,6
/proc/16301/stat : 16301 (python) S 16299 16301 15176 0 -1 4202496 12481 935 1 0 53 11 0 0 25 0 5 0 538593944 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16301/statm: 80040 7237 1881 364 0 15949 0
[pid=16308] ppid=16301 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/16308/stat : 16308 (python) S 16301 16301 15176 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 1 0 538594009 285364224 5588 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500711951 0 0 16781312 514 6809381617983815679 0 0 17 0 0 0 0
/proc/16308/statm: 69669 5588 354 364 0 5587 0
[pid=16310] ppid=16308 vsize=1017940 CPUtime=0.52 cores=0,2,4,6
/proc/16310/stat : 16310 (gnovelty+2) R 16308 16310 16310 0 -1 4202496 455 0 0 0 52 0 0 0 23 0 1 0 538594010 1042370560 192 33554432000 134512640 135663704 4294718832 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16310/statm: 254485 192 113 282 0 254201 0
[pid=16311] ppid=16301 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/16311/stat : 16311 (python) S 16301 16301 15176 0 -1 4202560 742 0 0 0 0 0 0 0 22 0 1 0 538594012 296247296 5684 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 13513353876551499775 0 0 17 6 0 0 0
/proc/16311/statm: 72326 5684 348 364 0 8241 0
[pid=16315] ppid=16311 vsize=1017940 CPUtime=0.42 cores=0,2,4,6
/proc/16315/stat : 16315 (gnovelty+2) R 16311 16315 16315 0 -1 4202496 458 0 0 0 42 0 0 0 25 0 1 0 538594016 1042370560 192 33554432000 134512640 135663704 4286969664 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16315/statm: 254485 192 113 282 0 254201 0
[pid=16313] ppid=16301 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/16313/stat : 16313 (python) S 16301 16301 15176 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 538594015 306409472 5601 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 12362851572403634433 0 0 17 6 0 0 0
/proc/16313/statm: 74807 5601 348 364 0 10719 0
[pid=16316] ppid=16313 vsize=1996 CPUtime=0.32 cores=0,2,4,6
/proc/16316/stat : 16316 (march_hi) R 16313 16316 16316 0 -1 4202496 576 0 0 0 32 0 0 0 25 0 1 0 538594018 2043904 303 33554432000 4194304 4955518 140736594691712 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16316/statm: 499 303 106 186 0 312 0
[pid=16317] ppid=16301 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/16317/stat : 16317 (python) S 16301 16301 15176 0 -1 4202560 772 0 0 0 0 0 0 0 22 0 1 0 538594019 317353984 5700 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 3950602457498747138 0 0 17 6 0 0 0
/proc/16317/statm: 77479 5700 348 364 0 13388 0
[pid=16319] ppid=16317 vsize=2140 CPUtime=0.74 cores=0,2,4,6
/proc/16319/stat : 16319 (march_hi) R 16317 16319 16319 0 -1 4202496 635 0 0 0 74 0 0 0 25 0 1 0 538594019 2191360 362 33554432000 4194304 4955518 140733900936528 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16319/statm: 535 362 106 186 0 348 0
[pid=16301/tid=16309] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16309/stat : 16309 (python) S 16299 16301 15176 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 538594009 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16312] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16312/stat : 16312 (python) S 16299 16301 15176 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 5 0 538594012 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16314] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16314/stat : 16314 (python) S 16299 16301 15176 0 -1 4202560 15 935 0 0 0 0 0 0 25 0 5 0 538594015 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16318] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16318/stat : 16318 (python) S 16299 16301 15176 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 5 0 538594019 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 3537300

[startup+3.10105 s]
/proc/loadavg: 9.61 9.96 9.13 11/251 16319
/proc/meminfo: memFree=28833780/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=320160 CPUtime=0.64 cores=0,2,4,6
/proc/16301/stat : 16301 (python) S 16299 16301 15176 0 -1 4202496 12481 935 1 0 53 11 0 0 25 0 5 0 538593944 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16301/statm: 80040 7237 1881 364 0 15949 0
[pid=16308] ppid=16301 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/16308/stat : 16308 (python) S 16301 16301 15176 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 538594009 285364224 5588 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500711951 0 0 16781312 514 6809381617983783171 0 0 17 0 0 0 0
/proc/16308/statm: 69669 5588 354 364 0 5587 0
[pid=16310] ppid=16308 vsize=1017940 CPUtime=1.32 cores=0,2,4,6
/proc/16310/stat : 16310 (gnovelty+2) R 16308 16310 16310 0 -1 4202496 455 0 0 0 132 0 0 0 25 0 1 0 538594010 1042370560 192 33554432000 134512640 135663704 4294718832 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16310/statm: 254485 192 113 282 0 254201 0
[pid=16311] ppid=16301 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/16311/stat : 16311 (python) S 16301 16301 15176 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538594012 296247296 5684 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 13513353876551467265 0 0 17 6 0 0 0
/proc/16311/statm: 72326 5684 348 364 0 8241 0
[pid=16315] ppid=16311 vsize=1017940 CPUtime=1.12 cores=0,2,4,6
/proc/16315/stat : 16315 (gnovelty+2) R 16311 16315 16315 0 -1 4202496 458 0 0 0 112 0 0 0 25 0 1 0 538594016 1042370560 192 33554432000 134512640 135663704 4286969664 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16315/statm: 254485 192 113 282 0 254201 0
[pid=16313] ppid=16301 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/16313/stat : 16313 (python) S 16301 16301 15176 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 538594015 306409472 5601 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 4244440892707962879 0 0 17 6 0 0 0
/proc/16313/statm: 74807 5601 348 364 0 10719 0
[pid=16316] ppid=16313 vsize=2240 CPUtime=1.12 cores=0,2,4,6
/proc/16316/stat : 16316 (march_hi) R 16313 16316 16316 0 -1 4202496 658 0 0 0 112 0 0 0 25 0 1 0 538594018 2293760 384 33554432000 4194304 4955518 140736594691712 18446744073709551615 4208710 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16316/statm: 560 384 106 186 0 373 0
[pid=16317] ppid=16301 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/16317/stat : 16317 (python) S 16301 16301 15176 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 538594019 317353984 5700 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 3950602457498747138 0 0 17 6 0 0 0
/proc/16317/statm: 77479 5700 348 364 0 13388 0
[pid=16319] ppid=16317 vsize=2620 CPUtime=2.33 cores=0,2,4,6
/proc/16319/stat : 16319 (march_hi) R 16317 16319 16319 0 -1 4202496 731 0 0 0 233 0 0 0 25 0 1 0 538594019 2682880 458 33554432000 4194304 4955518 140733900936528 18446744073709551615 4244738 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16319/statm: 655 458 106 186 0 468 0
[pid=16301/tid=16309] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16309/stat : 16309 (python) S 16299 16301 15176 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 538594009 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16312] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16312/stat : 16312 (python) S 16299 16301 15176 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 5 0 538594012 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16314] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16314/stat : 16314 (python) S 16299 16301 15176 0 -1 4202560 15 935 0 0 0 0 0 0 25 0 5 0 538594015 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16318] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16318/stat : 16318 (python) S 16299 16301 15176 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 5 0 538594019 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 3538024

[startup+6.30142 s]
/proc/loadavg: 9.64 9.96 9.14 11/251 16319
/proc/meminfo: memFree=28829376/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=320160 CPUtime=0.64 cores=0,2,4,6
/proc/16301/stat : 16301 (python) S 16299 16301 15176 0 -1 4202496 12481 935 1 0 53 11 0 0 25 0 5 0 538593944 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16301/statm: 80040 7237 1881 364 0 15949 0
[pid=16308] ppid=16301 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/16308/stat : 16308 (python) S 16301 16301 15176 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 538594009 285364224 5611 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500711951 0 0 16781312 514 6809381617983783171 0 0 17 0 0 0 0
/proc/16308/statm: 69669 5611 377 364 0 5587 0
[pid=16310] ppid=16308 vsize=1017940 CPUtime=2.92 cores=0,2,4,6
/proc/16310/stat : 16310 (gnovelty+2) R 16308 16310 16310 0 -1 4202496 455 0 0 0 292 0 0 0 25 0 1 0 538594010 1042370560 192 33554432000 134512640 135663704 4294718832 18446744073709551615 134524656 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16310/statm: 254485 192 113 282 0 254201 0
[pid=16311] ppid=16301 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/16311/stat : 16311 (python) S 16301 16301 15176 0 -1 4202560 906 0 0 0 0 0 0 0 18 0 1 0 538594012 296247296 5707 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 13513353876551467265 0 0 17 6 0 0 0
/proc/16311/statm: 72326 5707 371 364 0 8241 0
[pid=16315] ppid=16311 vsize=1017940 CPUtime=2.72 cores=0,2,4,6
/proc/16315/stat : 16315 (gnovelty+2) R 16311 16315 16315 0 -1 4202496 458 0 0 0 272 0 0 0 25 0 1 0 538594016 1042370560 192 33554432000 134512640 135663704 4286969664 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16315/statm: 254485 192 113 282 0 254201 0
[pid=16313] ppid=16301 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/16313/stat : 16313 (python) S 16301 16301 15176 0 -1 4202560 912 0 0 0 0 0 0 0 15 0 1 0 538594015 306409472 5624 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 12362851572403634433 0 0 17 6 0 0 0
/proc/16313/statm: 74807 5624 371 364 0 10719 0
[pid=16316] ppid=16313 vsize=2620 CPUtime=2.72 cores=0,2,4,6
/proc/16316/stat : 16316 (march_hi) R 16313 16316 16316 0 -1 4202496 757 0 0 0 272 0 0 0 25 0 1 0 538594018 2682880 483 33554432000 4194304 4955518 140736594691712 18446744073709551615 4261504 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16316/statm: 655 483 106 186 0 468 0
[pid=16317] ppid=16301 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/16317/stat : 16317 (python) S 16301 16301 15176 0 -1 4202560 930 0 0 0 0 0 0 0 15 0 1 0 538594019 317353984 5723 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 3950602457498747138 0 0 17 6 0 0 0
/proc/16317/statm: 77479 5723 371 364 0 13388 0
[pid=16319] ppid=16317 vsize=3472 CPUtime=5.47 cores=0,2,4,6
/proc/16319/stat : 16319 (march_hi) R 16317 16319 16319 0 -1 4202496 918 0 0 0 547 0 0 0 25 0 1 0 538594019 3555328 645 33554432000 4194304 4955518 140733900936528 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16319/statm: 868 645 106 186 0 681 0
[pid=16301/tid=16309] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16309/stat : 16309 (python) S 16299 16301 15176 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 5 0 538594009 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16312] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16312/stat : 16312 (python) S 16299 16301 15176 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 5 0 538594012 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16314] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16314/stat : 16314 (python) S 16299 16301 15176 0 -1 4202560 15 935 0 0 0 0 0 0 25 0 5 0 538594015 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16318] ppid=16299 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16318/stat : 16318 (python) S 16299 16301 15176 0 -1 4202560 28 935 0 0 0 0 0 0 25 0 5 0 538594019 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.47
Current children cumulated vsize (KiB) 3539256

[startup+12.7011 s]
/proc/loadavg: 9.67 9.96 9.14 11/251 16319
/proc/meminfo: memFree=28823844/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=320160 CPUtime=0.64 cores=0,2,4,6
/proc/16301/stat : 16301 (python) S 16299 16301 15176 0 -1 4202496 12481 935 1 0 53 11 0 0 25 0 5 0 538593944 327843840 7237 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16301/statm: 80040 7237 1881 364 0 15949 0
[pid=16308] ppid=16301 vsize=278676 CPUtime=0.01 cores=0,2,4,6
/proc/16308/stat : 16308 (python) S 16301 16301 15176 0 -1 4202560 914 0 0 0 0 1 0 0 18 0 1 0 538594009 285364224 5611 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500711951 0 0 16781312 514 16325918085124948227 0 0 17 0 0 0 0
/proc/16308/statm: 69669 5611 377 364 0 5587 0
[pid=16310] ppid=16308 vsize=1017940 CPUtime=6.12 cores=0,2,4,6
/proc/16310/stat : 16310 (gnovelty+2) R 16308 16310 16310 0 -1 4202496 455 0 0 0 612 0 0 0 25 0 1 0 538594010 1042370560 192 33554432000 134512640 135663704 4294718832 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16310/statm: 254485 192 113 282 0 254201 0
[pid=16311] ppid=16301 vsize=289304 CPUtime=0.01 cores=0,2,4,6

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

[pid=16313] ppid=16301 vsize=299228 CPUtime=2.08 cores=0,2,4,6
/proc/16313/stat : 16313 (python) S 16301 16301 15176 0 -1 4202560 1160 0 0 0 111 97 0 0 15 0 2 0 538594015 306409472 5654 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16313/statm: 74807 5654 400 364 0 10719 0
[pid=16316] ppid=16313 vsize=142480 CPUtime=686.67 cores=0,2,4,6
/proc/16316/stat : 16316 (march_hi) R 16313 16316 16316 0 -1 4202496 33437 0 0 0 68660 7 0 0 25 0 1 0 538594018 145899520 33163 33554432000 4194304 4955518 140736594691712 18446744073709551615 4208693 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16316/statm: 35620 33163 106 186 0 35433 0
[pid=16313/tid=16404] ppid=16301 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/16313/task/16404/stat : 16404 (python) S 16301 16301 15176 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 538717578 306409472 5654 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604453900929152 0 0 -1 6 0 0 0
[pid=16317] ppid=16301 vsize=309916 CPUtime=1.87 cores=0,2,4,6
/proc/16317/stat : 16317 (python) S 16301 16301 15176 0 -1 4202560 1171 0 0 0 93 94 0 0 15 0 2 0 538594019 317353984 5753 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16317/statm: 77479 5753 400 364 0 13388 0
[pid=16319] ppid=16317 vsize=208780 CPUtime=1072.25 cores=0,2,4,6
/proc/16319/stat : 16319 (march_hi) T 16317 16319 16319 0 -1 4202496 50558 0 0 0 107214 11 0 0 25 0 1 0 538594019 213790720 50285 33554432000 4194304 4955518 140733900936528 18446744073709551615 4224833 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16319/statm: 52195 50285 106 186 0 52008 0
[pid=16317/tid=16362] ppid=16301 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/16317/task/16362/stat : 16362 (python) S 16301 16301 15176 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538665368 317353984 5753 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604453881641984 0 0 -1 6 0 0 0
[pid=16324] ppid=16301 vsize=320172 CPUtime=1.9 cores=0,2,4,6
/proc/16324/stat : 16324 (python) S 16301 16301 15176 0 -1 4202560 1175 0 0 0 106 84 0 0 15 0 2 0 538605829 327856128 5757 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16324/statm: 80043 5757 400 364 0 15949 0
[pid=16326] ppid=16324 vsize=142480 CPUtime=612.82 cores=0,2,4,6
/proc/16326/stat : 16326 (march_hi) R 16324 16326 16326 0 -1 4202496 29576 0 0 0 61274 8 0 0 25 0 1 0 538605829 145899520 29305 33554432000 4194304 4955518 140736973749072 18446744073709551615 4315128 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/16326/statm: 35620 29305 106 186 0 35433 0
[pid=16324/tid=16392] ppid=16301 vsize=320172 CPUtime=0 cores=0,2,4,6
/proc/16324/task/16392/stat : 16392 (python) S 16301 16301 15176 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538703102 327856128 5757 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604453732630848 0 0 -1 2 0 0 0
[pid=16329] ppid=16301 vsize=330580 CPUtime=1.65 cores=0,2,4,6
/proc/16329/stat : 16329 (python) S 16301 16301 15176 0 -1 4202560 1172 0 0 0 84 81 0 0 16 0 2 0 538609943 338513920 5799 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16329/statm: 82645 5799 400 364 0 18548 0
[pid=16331] ppid=16329 vsize=138512 CPUtime=485.84 cores=0,2,4,6
/proc/16331/stat : 16331 (march_hi) T 16329 16331 16331 0 -1 4202496 23957 0 0 0 48579 5 0 0 25 0 1 0 538609943 141836288 23683 33554432000 4194304 4955518 140734869625168 18446744073709551615 4235634 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16331/statm: 34628 23683 106 186 0 34441 0
[pid=16329/tid=16397] ppid=16301 vsize=330580 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16397/stat : 16397 (python) S 16301 16301 15176 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538707095 338513920 5799 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604450203156864 0 0 -1 6 0 0 0
[pid=16393] ppid=16301 vsize=340836 CPUtime=0.21 cores=0,2,4,6
/proc/16393/stat : 16393 (python) S 16301 16301 15176 0 -1 4202560 981 0 0 0 12 9 0 0 15 0 1 0 538704651 349016064 5799 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 16325918085124948228 0 0 17 4 0 0 0
/proc/16393/statm: 85209 5799 371 364 0 21109 0
[pid=16395] ppid=16393 vsize=19896 CPUtime=67.47 cores=0,2,4,6
/proc/16395/stat : 16395 (march_hi) R 16393 16395 16395 0 -1 4202496 4289 0 0 0 6747 0 0 0 25 0 1 0 538704652 20373504 4014 33554432000 4194304 4955518 140736298066320 18446744073709551615 4224853 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16395/statm: 4974 4014 106 186 0 4787 0
[pid=16398] ppid=16301 vsize=351092 CPUtime=0.16 cores=0,2,4,6
/proc/16398/stat : 16398 (python) S 16301 16301 15176 0 -1 4202560 1011 0 0 0 9 7 0 0 18 0 1 0 538707097 359518208 5809 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 16325918085124948228 0 0 17 6 0 0 0
/proc/16398/statm: 87773 5809 377 364 0 23670 0
[pid=16400] ppid=16398 vsize=416280 CPUtime=55.3 cores=0,2,4,6
/proc/16400/stat : 16400 (adaptg2wsat2009) R 16398 16400 16400 0 -1 4202496 527 0 0 0 5530 0 0 0 25 0 1 0 538707098 426270720 254 33554432000 134512640 135107411 4291182560 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16400/statm: 104070 254 59 146 0 102946 0
[pid=16301/tid=16309] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16309/stat : 16309 (python) S 16299 16301 15176 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 538594009 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16312] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16312/stat : 16312 (python) S 16299 16301 15176 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 538594012 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16314] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16314/stat : 16314 (python) S 16299 16301 15176 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 538594015 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16318] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16318/stat : 16318 (python) S 16299 16301 15176 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 538594019 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16325] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16325/stat : 16325 (python) S 16299 16301 15176 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 538605829 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16330] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16330/stat : 16330 (python) S 16299 16301 15176 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 538609943 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16394] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16394/stat : 16394 (python) S 16299 16301 15176 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 538704652 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16399] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16399/stat : 16399 (python) S 16299 16301 15176 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 538707098 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3188.24
Current children cumulated vsize (KiB) 5996224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.05 7.58 8.77 7/248 16405
/proc/meminfo: memFree=28091728/32950928 swapFree=67111464/67111528
[pid=16301] ppid=16299 vsize=361868 CPUtime=0.85 cores=0,2,4,6
/proc/16301/stat : 16301 (python) S 16299 16301 15176 0 -1 4202496 16643 935 1 0 74 11 0 0 18 0 9 0 538593944 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/16301/statm: 90467 7433 1890 364 0 26364 0
[pid=16308] ppid=16301 vsize=288920 CPUtime=0.18 cores=0,2,4,6
/proc/16308/stat : 16308 (python) S 16301 16301 15176 0 -1 4202560 1099 0 0 0 9 9 0 0 19 0 2 0 538594009 295854080 5649 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16308/statm: 72230 5649 410 364 0 8148 0
[pid=16310] ppid=16308 vsize=1017940 CPUtime=98.64 cores=0,2,4,6
/proc/16310/stat : 16310 (gnovelty+2) T 16308 16310 16310 0 -1 4202496 455 0 0 0 9864 0 0 0 25 0 1 0 538594010 1042370560 192 33554432000 134512640 135663704 4294718832 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/16310/statm: 254485 192 113 282 0 254201 0
[pid=16308/tid=16323] ppid=16301 vsize=288920 CPUtime=0 cores=0,2,4,6
/proc/16308/task/16323/stat : 16323 (python) S 16301 16301 15176 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538605826 295854080 5649 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604450203158656 0 0 -1 0 0 0 0
[pid=16311] ppid=16301 vsize=289304 CPUtime=0.24 cores=0,2,4,6
/proc/16311/stat : 16311 (python) S 16301 16301 15176 0 -1 4202560 1101 0 0 0 13 11 0 0 19 0 2 0 538594012 296247296 5737 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16311/statm: 72326 5737 400 364 0 8241 0
[pid=16315] ppid=16311 vsize=1017940 CPUtime=100.11 cores=0,2,4,6
/proc/16315/stat : 16315 (gnovelty+2) T 16311 16315 16315 0 -1 4202496 458 0 0 0 10010 1 0 0 25 0 1 0 538594016 1042370560 192 33554432000 134512640 135663704 4286969664 18446744073709551615 134546752 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16315/statm: 254485 192 113 282 0 254201 0
[pid=16311/tid=16328] ppid=16301 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/16311/task/16328/stat : 16328 (python) S 16301 16301 15176 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538609939 296247296 5737 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604451764048832 0 0 -1 6 0 0 0
[pid=16313] ppid=16301 vsize=299228 CPUtime=2.16 cores=0,2,4,6
/proc/16313/stat : 16313 (python) S 16301 16301 15176 0 -1 4202560 1160 0 0 0 115 101 0 0 15 0 2 0 538594015 306409472 5654 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16313/statm: 74807 5654 400 364 0 10719 0
[pid=16316] ppid=16313 vsize=208780 CPUtime=743.75 cores=0,2,4,6
/proc/16316/stat : 16316 (march_hi) R 16313 16316 16316 0 -1 4202496 36071 0 0 0 74367 8 0 0 25 0 1 0 538594018 213790720 35797 33554432000 4194304 4955518 140736594691712 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16316/statm: 52195 35797 106 186 0 52008 0
[pid=16313/tid=16404] ppid=16301 vsize=299228 CPUtime=0 cores=0,2,4,6
/proc/16313/task/16404/stat : 16404 (python) S 16301 16301 15176 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 538717578 306409472 5654 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604453900929152 0 0 -1 6 0 0 0
[pid=16317] ppid=16301 vsize=309916 CPUtime=1.87 cores=0,2,4,6
/proc/16317/stat : 16317 (python) S 16301 16301 15176 0 -1 4202560 1171 0 0 0 93 94 0 0 15 0 2 0 538594019 317353984 5753 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16317/statm: 77479 5753 400 364 0 13388 0
[pid=16319] ppid=16317 vsize=208780 CPUtime=1072.25 cores=0,2,4,6
/proc/16319/stat : 16319 (march_hi) T 16317 16319 16319 0 -1 4202496 50558 0 0 0 107214 11 0 0 25 0 1 0 538594019 213790720 50285 33554432000 4194304 4955518 140733900936528 18446744073709551615 4224833 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/16319/statm: 52195 50285 106 186 0 52008 0
[pid=16317/tid=16362] ppid=16301 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/16317/task/16362/stat : 16362 (python) S 16301 16301 15176 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538665368 317353984 5753 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604453881641984 0 0 -1 6 0 0 0
[pid=16324] ppid=16301 vsize=320172 CPUtime=1.99 cores=0,2,4,6
/proc/16324/stat : 16324 (python) S 16301 16301 15176 0 -1 4202560 1175 0 0 0 110 89 0 0 15 0 2 0 538605829 327856128 5757 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/16324/statm: 80043 5757 400 364 0 15949 0
[pid=16326] ppid=16324 vsize=142480 CPUtime=641.68 cores=0,2,4,6
/proc/16326/stat : 16326 (march_hi) R 16324 16326 16326 0 -1 4202496 30874 0 0 0 64160 8 0 0 25 0 1 0 538605829 145899520 30603 33554432000 4194304 4955518 140736973749072 18446744073709551615 4206520 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/16326/statm: 35620 30603 106 186 0 35433 0
[pid=16324/tid=16392] ppid=16301 vsize=320172 CPUtime=0 cores=0,2,4,6
/proc/16324/task/16392/stat : 16392 (python) S 16301 16301 15176 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538703102 327856128 5757 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604453732630848 0 0 -1 2 0 0 0
[pid=16329] ppid=16301 vsize=330580 CPUtime=1.65 cores=0,2,4,6
/proc/16329/stat : 16329 (python) S 16301 16301 15176 0 -1 4202560 1172 0 0 0 84 81 0 0 16 0 2 0 538609943 338513920 5799 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/16329/statm: 82645 5799 400 364 0 18548 0
[pid=16331] ppid=16329 vsize=138512 CPUtime=485.84 cores=0,2,4,6
/proc/16331/stat : 16331 (march_hi) T 16329 16331 16331 0 -1 4202496 23957 0 0 0 48579 5 0 0 25 0 1 0 538609943 141836288 23683 33554432000 4194304 4955518 140734869625168 18446744073709551615 4235634 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/16331/statm: 34628 23683 106 186 0 34441 0
[pid=16329/tid=16397] ppid=16301 vsize=330580 CPUtime=0 cores=0,2,4,6
/proc/16329/task/16397/stat : 16397 (python) S 16301 16301 15176 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538707095 338513920 5799 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 514 18446604450203156864 0 0 -1 6 0 0 0
[pid=16393] ppid=16301 vsize=340836 CPUtime=0.31 cores=0,2,4,6
/proc/16393/stat : 16393 (python) S 16301 16301 15176 0 -1 4202560 998 0 0 0 18 13 0 0 15 0 1 0 538704651 349016064 5799 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 12487571375365521668 0 0 17 4 0 0 0
/proc/16393/statm: 85209 5799 371 364 0 21109 0
[pid=16395] ppid=16393 vsize=29124 CPUtime=96.28 cores=0,2,4,6
/proc/16395/stat : 16395 (march_hi) R 16393 16395 16395 0 -1 4202496 5679 0 0 0 9627 1 0 0 25 0 1 0 538704652 29822976 5404 33554432000 4194304 4955518 140736298066320 18446744073709551615 4290777 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16395/statm: 7281 5404 106 186 0 7094 0
[pid=16398] ppid=16301 vsize=351092 CPUtime=0.24 cores=0,2,4,6
/proc/16398/stat : 16398 (python) S 16301 16301 15176 0 -1 4202560 1025 0 0 0 13 11 0 0 18 0 1 0 538707097 359518208 5809 33554432000 4194304 5683644 140734616082288 18446744073709551615 254500712006 0 0 16781312 514 16325918085124948228 0 0 17 6 0 0 0
/proc/16398/statm: 87773 5809 377 364 0 23670 0
[pid=16400] ppid=16398 vsize=416280 CPUtime=84.12 cores=0,2,4,6
/proc/16400/stat : 16400 (adaptg2wsat2009) R 16398 16400 16400 0 -1 4202496 527 0 0 0 8412 0 0 0 25 0 1 0 538707098 426270720 254 33554432000 134512640 135107411 4291182560 18446744073709551615 134531848 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/16400/statm: 104070 254 59 146 0 102946 0
[pid=16301/tid=16309] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16309/stat : 16309 (python) S 16299 16301 15176 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 538594009 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16312] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16312/stat : 16312 (python) S 16299 16301 15176 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 538594012 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16314] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16314/stat : 16314 (python) S 16299 16301 15176 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 538594015 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16318] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16318/stat : 16318 (python) S 16299 16301 15176 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 538594019 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16325] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16325/stat : 16325 (python) S 16299 16301 15176 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 538605829 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16330] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16330/stat : 16330 (python) S 16299 16301 15176 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 538609943 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16394] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16394/stat : 16394 (python) S 16299 16301 15176 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 9 0 538704652 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
[pid=16301/tid=16399] ppid=16299 vsize=361868 CPUtime=0 cores=0,2,4,6
/proc/16301/task/16399/stat : 16399 (python) S 16299 16301 15176 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 538707098 370552832 7433 33554432000 4194304 5683644 140734616082288 18446744073709551615 254512515505 0 0 16781312 2 18446604453985335104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3332.16
Current children cumulated vsize (KiB) 6071752

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

Real time (s): 1300.06
CPU time (s): 3332.16
CPU user time (s): 3327.62
CPU system time (s): 4.54
CPU usage (%): 256.309
Max. virtual memory (cumulated for all children) (KiB): 6071756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.752885
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17679
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= 1018
involuntary context switches= 48

runsolver used 3.00454 second user time and 6.45602 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-01 19:12:52
IDJOB=3317539
IDBENCH=83004
IDSOLVER=1705
FILE ID=node149/3317539-1304269972
RUNJOBID= node149-1304267279-15194
PBS_JOBID= 13173930
Free space on /tmp= 73292 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1836400953-011.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-3317539-1304269972/watcher-3317539-1304269972 -o /tmp/evaluation-result-3317539-1304269972/solver-3317539-1304269972 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317539-1304269972.cnf -seed 493910453 -budget 4800 -cores 4

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

MD5SUM BENCH= 39542bd0a185b4f7c5fc7900079a2845
RANDOM SEED=493910453

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28875292 kB
Buffers:        542712 kB
Cached:        1601796 kB
SwapCached:         60 kB
Active:        1828660 kB
Inactive:      1849920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28875292 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           32836 kB
Writeback:           0 kB
AnonPages:     1533688 kB
Mapped:          25248 kB
Slab:           320748 kB
PageTables:      15692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 21057628 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= 73292 MiB
End job on node149 at 2011-05-01 19:34:35