Trace number 3317300

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) 3248.37 1300.05

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S899463426-096.UNKNOWN.cnf
MD5SUMbf57ee4f209393e8d4bc647eb9e177d4
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.45	c INFO: solving HOME/instance-3317300-1304268658.cnf
0.31/0.45	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.40/0.52	c INFO: computed variable balance statistics
0.40/0.56	c INFO: computed small-clause counts
0.40/0.56	c INFO: computed Horn-clause counts
0.40/0.56	c INFO: computed variable graph statistics
0.40/0.56	c INFO: collected features for HOME/instance-3317300-1304268658.cnf in 0.11 s
0.40/0.59	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.49/0.62	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.49/0.65	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.28)
0.49/0.68	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.29)
466.52/184.01	c INFO: running march_hi@0 for 485 with 4616 remaining (b = 0.26)
498.43/196.90	c INFO: running march_hi@0 for 485 with 4603 remaining (b = 0.23)
1228.99/489.97	c INFO: running march_hi@99 for 97 with 4310 remaining (b = 0.05)
1669.96/666.88	c INFO: running march_hi@196 for 194 with 4133 remaining (b = 0.12)
1773.18/708.29	c INFO: running march_hi@0 for 97 with 4092 remaining (b = 0.05)
2004.25/800.92	c INFO: running march_hi@92 for 97 with 3999 remaining (b = 0.06)
2252.05/900.38	c INFO: running march_hi@191 for 97 with 3900 remaining (b = 0.06)
2502.08/1000.63	c INFO: running march_hi@290 for 194 with 3799 remaining (b = 0.12)
2625.00/1049.93	c INFO: running march_hi@97 for 97 with 3750 remaining (b = 0.05)
2638.66/1055.41	c INFO: running march_hi@589 for 97 with 3745 remaining (b = 0.07)
2930.30/1172.50	c INFO: running march_hi@486 for 194 with 3627 remaining (b = 0.11)
2978.66/1191.85	c INFO: running march_hi@0 for 485 with 3608 remaining (b = 0.20)
3050.46/1220.65	c INFO: running march_hi@289 for 194 with 3579 remaining (b = 0.11)
3130.40/1252.70	c INFO: running march_hi@1077 for 291 with 3547 remaining (b = 0.16)

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-3317300-1304268658/watcher-3317300-1304268658 -o /tmp/evaluation-result-3317300-1304268658/solver-3317300-1304268658 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317300-1304268658.cnf -seed 467188285 -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: 8.06 8.04 6.24 7/222 15760
/proc/meminfo: memFree=29695900/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=16236 CPUtime=0 cores=0,2,4,6
/proc/15760/stat : 15760 (python) R 15758 15760 15176 0 -1 4202496 1037 0 0 0 0 0 0 0 25 0 1 0 538462468 16625664 909 33554432000 4194304 5683644 140734406692224 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15760/statm: 4059 909 380 364 0 546 0

[startup+0.0672069 s]
/proc/loadavg: 8.06 8.04 6.24 7/222 15760
/proc/meminfo: memFree=29695900/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=54532 CPUtime=0.03 cores=0,2,4,6
/proc/15760/stat : 15760 (python) R 15758 15760 15176 0 -1 4202496 2030 0 0 0 3 0 0 0 25 0 1 0 538462468 55840768 1789 33554432000 4194304 5683644 140734406692224 18446744073709551615 5213917 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15760/statm: 13633 1791 491 364 0 1283 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 54532

[startup+0.100198 s]
/proc/loadavg: 8.06 8.04 6.24 7/222 15760
/proc/meminfo: memFree=29695900/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=104616 CPUtime=0.06 cores=0,2,4,6
/proc/15760/stat : 15760 (python) R 15758 15760 15176 0 -1 4202496 3102 0 0 0 5 1 0 0 25 0 1 0 538462468 107126784 2782 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500691712 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15760/statm: 26154 2794 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.300161 s]
/proc/loadavg: 8.06 8.04 6.24 7/222 15760
/proc/meminfo: memFree=29695900/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=198916 CPUtime=0.22 cores=0,2,4,6
/proc/15760/stat : 15760 (python) R 15758 15760 15176 0 -1 4202496 7022 931 1 0 16 6 0 0 25 0 1 0 538462468 203689984 5053 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500350490 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15760/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.701022 s]
/proc/loadavg: 8.06 8.04 6.24 7/222 15760
/proc/meminfo: memFree=29695900/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=320288 CPUtime=0.58 cores=0,2,4,6
/proc/15760/stat : 15760 (python) S 15758 15760 15176 0 -1 4202496 12292 931 1 0 49 9 0 0 25 0 5 0 538462468 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15760/statm: 80072 7269 1881 364 0 15981 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 320288

[startup+1.50086 s]
/proc/loadavg: 8.06 8.04 6.24 11/239 15781
/proc/meminfo: memFree=29653108/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=320288 CPUtime=0.58 cores=0,2,4,6
/proc/15760/stat : 15760 (python) S 15758 15760 15176 0 -1 4202496 12292 931 1 0 49 9 0 0 25 0 5 0 538462468 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15760/statm: 80072 7269 1881 364 0 15981 0
[pid=15766] ppid=15760 vsize=278636 CPUtime=0 cores=0,2,4,6
/proc/15766/stat : 15766 (python) S 15760 15760 15176 0 -1 4202560 731 0 0 0 0 0 0 0 25 0 1 0 538462528 285323264 5582 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500711951 0 0 16781312 514 4136991393761460223 0 0 17 6 0 0 0
/proc/15766/statm: 69659 5582 354 364 0 5577 0
[pid=15768] ppid=15766 vsize=1017936 CPUtime=0.51 cores=0,2,4,6
/proc/15768/stat : 15768 (gnovelty+2) R 15766 15768 15768 0 -1 4202496 461 0 0 0 51 0 0 0 25 0 1 0 538462528 1042366464 196 33554432000 134512640 135663704 4287868032 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15768/statm: 254484 196 113 282 0 254200 0
[pid=15769] ppid=15760 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/15769/stat : 15769 (python) S 15760 15760 15176 0 -1 4202560 733 0 0 0 0 0 0 0 25 0 1 0 538462531 296345600 5707 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 4778320308446691327 0 0 17 6 0 0 0
/proc/15769/statm: 72350 5707 348 364 0 8265 0
[pid=15771] ppid=15769 vsize=1017936 CPUtime=0.37 cores=0,2,4,6
/proc/15771/stat : 15771 (gnovelty+2) R 15769 15771 15771 0 -1 4202496 461 0 0 0 37 0 0 0 25 0 1 0 538462533 1042366464 196 33554432000 134512640 135663704 4293955024 18446744073709551615 134547257 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15771/statm: 254484 196 113 282 0 254200 0
[pid=15772] ppid=15760 vsize=299788 CPUtime=0 cores=0,2,4,6
/proc/15772/stat : 15772 (python) S 15760 15760 15176 0 -1 4202560 751 0 0 0 0 0 0 0 19 0 1 0 538462534 306982912 5728 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 2797337905264034049 0 0 17 4 0 0 0
/proc/15772/statm: 74947 5728 348 364 0 10859 0
[pid=15776] ppid=15772 vsize=2688 CPUtime=0.39 cores=0,2,4,6
/proc/15776/stat : 15776 (march_hi) R 15772 15776 15776 0 -1 4202496 739 0 0 0 39 0 0 0 25 0 1 0 538462537 2752512 476 33554432000 4194304 4955518 140737014451264 18446744073709551615 4244548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15776/statm: 672 476 104 186 0 485 0
[pid=15774] ppid=15760 vsize=310044 CPUtime=0 cores=0,2,4,6
/proc/15774/stat : 15774 (python) S 15760 15760 15176 0 -1 4202560 760 0 0 0 0 0 0 0 20 0 1 0 538462537 317485056 5732 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 4139164303615820034 0 0 17 2 0 0 0
/proc/15774/statm: 77511 5732 348 364 0 13420 0
[pid=15777] ppid=15774 vsize=2824 CPUtime=0.8 cores=0,2,4,6
/proc/15777/stat : 15777 (march_hi) R 15774 15777 15777 0 -1 4202496 780 0 0 0 80 0 0 0 25 0 1 0 538462538 2891776 517 33554432000 4194304 4955518 140736087445984 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15777/statm: 706 517 104 186 0 519 0
[pid=15760/tid=15767] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15767/stat : 15767 (python) S 15758 15760 15176 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 538462528 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 6 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15770/stat : 15770 (python) S 15758 15760 15176 0 -1 4202560 21 931 0 0 0 0 0 0 25 0 5 0 538462531 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15773] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15773/stat : 15773 (python) S 15758 15760 15176 0 -1 4202560 36 931 0 0 0 0 0 0 25 0 5 0 538462534 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15775] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15775/stat : 15775 (python) S 15758 15760 15176 0 -1 4202560 20 931 0 0 0 0 0 0 25 0 5 0 538462537 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 3539540

[startup+3.10054 s]
/proc/loadavg: 8.06 8.04 6.24 11/243 15786
/proc/meminfo: memFree=29645140/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=320288 CPUtime=0.58 cores=0,2,4,6
/proc/15760/stat : 15760 (python) S 15758 15760 15176 0 -1 4202496 12292 931 1 0 49 9 0 0 25 0 5 0 538462468 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15760/statm: 80072 7269 1881 364 0 15981 0
[pid=15766] ppid=15760 vsize=278636 CPUtime=0 cores=0,2,4,6
/proc/15766/stat : 15766 (python) S 15760 15760 15176 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 538462528 285323264 5582 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500711951 0 0 16781312 514 4136991393761427716 0 0 17 6 0 0 0
/proc/15766/statm: 69659 5582 354 364 0 5577 0
[pid=15768] ppid=15766 vsize=1017936 CPUtime=1.31 cores=0,2,4,6
/proc/15768/stat : 15768 (gnovelty+2) R 15766 15768 15768 0 -1 4202496 461 0 0 0 131 0 0 0 25 0 1 0 538462528 1042366464 196 33554432000 134512640 135663704 4287868032 18446744073709551615 134546768 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15768/statm: 254484 196 113 282 0 254200 0
[pid=15769] ppid=15760 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/15769/stat : 15769 (python) S 15760 15760 15176 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 538462531 296345600 5707 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 4778320308446658819 0 0 17 6 0 0 0
/proc/15769/statm: 72350 5707 348 364 0 8265 0
[pid=15771] ppid=15769 vsize=1017936 CPUtime=1.17 cores=0,2,4,6
/proc/15771/stat : 15771 (gnovelty+2) R 15769 15771 15771 0 -1 4202496 461 0 0 0 117 0 0 0 25 0 1 0 538462533 1042366464 196 33554432000 134512640 135663704 4293955024 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15771/statm: 254484 196 113 282 0 254200 0
[pid=15772] ppid=15760 vsize=299788 CPUtime=0 cores=0,2,4,6
/proc/15772/stat : 15772 (python) S 15760 15760 15176 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 538462534 306982912 5728 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 2797337905264034049 0 0 17 4 0 0 0
/proc/15772/statm: 74947 5728 348 364 0 10859 0
[pid=15776] ppid=15772 vsize=2892 CPUtime=1.19 cores=0,2,4,6
/proc/15776/stat : 15776 (march_hi) R 15772 15776 15776 0 -1 4202496 795 0 0 0 119 0 0 0 25 0 1 0 538462537 2961408 532 33554432000 4194304 4955518 140737014451264 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15776/statm: 723 532 104 186 0 536 0
[pid=15774] ppid=15760 vsize=310044 CPUtime=0 cores=0,2,4,6
/proc/15774/stat : 15774 (python) S 15760 15760 15176 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 538462537 317485056 5732 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 4139164303615820034 0 0 17 2 0 0 0
/proc/15774/statm: 77511 5732 348 364 0 13420 0
[pid=15777] ppid=15774 vsize=3304 CPUtime=2.4 cores=0,2,4,6
/proc/15777/stat : 15777 (march_hi) R 15774 15777 15777 0 -1 4202496 842 0 0 0 240 0 0 0 25 0 1 0 538462538 3383296 579 33554432000 4194304 4955518 140736087445984 18446744073709551615 4238469 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15777/statm: 826 579 104 186 0 639 0
[pid=15760/tid=15767] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15767/stat : 15767 (python) S 15758 15760 15176 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 538462528 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 6 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15770/stat : 15770 (python) S 15758 15760 15176 0 -1 4202560 21 931 0 0 0 0 0 0 25 0 5 0 538462531 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15773] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15773/stat : 15773 (python) S 15758 15760 15176 0 -1 4202560 36 931 0 0 0 0 0 0 25 0 5 0 538462534 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15775] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15775/stat : 15775 (python) S 15758 15760 15176 0 -1 4202560 20 931 0 0 0 0 0 0 25 0 5 0 538462537 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.65
Current children cumulated vsize (KiB) 3540224

[startup+6.3009 s]
/proc/loadavg: 8.22 8.07 6.26 11/243 15786
/proc/meminfo: memFree=29640420/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=320288 CPUtime=0.58 cores=0,2,4,6
/proc/15760/stat : 15760 (python) S 15758 15760 15176 0 -1 4202496 12292 931 1 0 49 9 0 0 25 0 5 0 538462468 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15760/statm: 80072 7269 1881 364 0 15981 0
[pid=15766] ppid=15760 vsize=278636 CPUtime=0 cores=0,2,4,6
/proc/15766/stat : 15766 (python) S 15760 15760 15176 0 -1 4202560 885 0 0 0 0 0 0 0 18 0 1 0 538462528 285323264 5605 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500711951 0 0 16781312 514 4136991393761427716 0 0 17 6 0 0 0
/proc/15766/statm: 69659 5605 377 364 0 5577 0
[pid=15768] ppid=15766 vsize=1017936 CPUtime=2.91 cores=0,2,4,6
/proc/15768/stat : 15768 (gnovelty+2) R 15766 15768 15768 0 -1 4202496 461 0 0 0 291 0 0 0 25 0 1 0 538462528 1042366464 196 33554432000 134512640 135663704 4287868032 18446744073709551615 134544204 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15768/statm: 254484 196 113 282 0 254200 0
[pid=15769] ppid=15760 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/15769/stat : 15769 (python) S 15760 15760 15176 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 538462531 296345600 5730 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 4778320308446658819 0 0 17 6 0 0 0
/proc/15769/statm: 72350 5730 371 364 0 8265 0
[pid=15771] ppid=15769 vsize=1017936 CPUtime=2.73 cores=0,2,4,6
/proc/15771/stat : 15771 (gnovelty+2) R 15769 15771 15771 0 -1 4202496 461 0 0 0 273 0 0 0 25 0 1 0 538462533 1042366464 196 33554432000 134512640 135663704 4293955024 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15771/statm: 254484 196 113 282 0 254200 0
[pid=15772] ppid=15760 vsize=299788 CPUtime=0 cores=0,2,4,6
/proc/15772/stat : 15772 (python) S 15760 15760 15176 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 1 0 538462534 306982912 5751 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 2797337905264034049 0 0 17 4 0 0 0
/proc/15772/statm: 74947 5751 371 364 0 10859 0
[pid=15776] ppid=15772 vsize=3304 CPUtime=2.79 cores=0,2,4,6
/proc/15776/stat : 15776 (march_hi) R 15772 15776 15776 0 -1 4202496 858 0 0 0 279 0 0 0 25 0 1 0 538462537 3383296 595 33554432000 4194304 4955518 140737014451264 18446744073709551615 4209664 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15776/statm: 826 595 104 186 0 639 0
[pid=15774] ppid=15760 vsize=310044 CPUtime=0 cores=0,2,4,6
/proc/15774/stat : 15774 (python) S 15760 15760 15176 0 -1 4202560 928 0 0 0 0 0 0 0 15 0 1 0 538462537 317485056 5755 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 4139164303615820034 0 0 17 2 0 0 0
/proc/15774/statm: 77511 5755 371 364 0 13420 0
[pid=15777] ppid=15774 vsize=4028 CPUtime=5.59 cores=0,2,4,6
/proc/15777/stat : 15777 (march_hi) R 15774 15777 15777 0 -1 4202496 1002 0 0 0 559 0 0 0 25 0 1 0 538462538 4124672 739 33554432000 4194304 4955518 140736087445984 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15777/statm: 1007 739 104 186 0 820 0
[pid=15760/tid=15767] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15767/stat : 15767 (python) S 15758 15760 15176 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 538462528 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 6 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15770/stat : 15770 (python) S 15758 15760 15176 0 -1 4202560 21 931 0 0 0 0 0 0 25 0 5 0 538462531 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15773] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15773/stat : 15773 (python) S 15758 15760 15176 0 -1 4202560 36 931 0 0 0 0 0 0 25 0 5 0 538462534 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15775] ppid=15758 vsize=320288 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15775/stat : 15775 (python) S 15758 15760 15176 0 -1 4202560 20 931 0 0 0 0 0 0 25 0 5 0 538462537 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 3541360

[startup+12.7006 s]
/proc/loadavg: 8.36 8.11 6.28 11/243 15786
/proc/meminfo: memFree=29633152/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=320288 CPUtime=0.58 cores=0,2,4,6
/proc/15760/stat : 15760 (python) S 15758 15760 15176 0 -1 4202496 12292 931 1 0 49 9 0 0 25 0 5 0 538462468 327974912 7269 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15760/statm: 80072 7269 1881 364 0 15981 0
[pid=15766] ppid=15760 vsize=278636 CPUtime=0.01 cores=0,2,4,6
/proc/15766/stat : 15766 (python) S 15760 15760 15176 0 -1 4202560 887 0 0 0 1 0 0 0 18 0 1 0 538462528 285323264 5605 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500711951 0 0 16781312 514 18367262577160847620 0 0 17 6 0 0 0
/proc/15766/statm: 69659 5605 377 364 0 5577 0
[pid=15768] ppid=15766 vsize=1017936 CPUtime=6.06 cores=0,2,4,6
/proc/15768/stat : 15768 (gnovelty+2) R 15766 15768 15768 0 -1 4202496 461 0 0 0 606 0 0 0 25 0 1 0 538462528 1042366464 196 33554432000 134512640 135663704 4287868032 18446744073709551615 134525353 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/15768/statm: 254484 196 113 282 0 254200 0
[pid=15769] ppid=15760 vsize=289400 CPUtime=0.01 cores=0,2,4,6

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

[pid=15766] ppid=15760 vsize=288880 CPUtime=0.29 cores=0,2,4,6
/proc/15766/stat : 15766 (python) S 15760 15760 15176 0 -1 4202560 1102 0 0 0 15 14 0 0 19 0 2 0 538462528 295813120 5643 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15766/statm: 72220 5643 410 364 0 8138 0
[pid=15768] ppid=15766 vsize=1017936 CPUtime=97.39 cores=0,2,4,6
/proc/15768/stat : 15768 (gnovelty+2) T 15766 15768 15768 0 -1 4202496 461 0 0 0 9739 0 0 0 25 0 1 0 538462528 1042366464 196 33554432000 134512640 135663704 4287868032 18446744073709551615 134544183 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15768/statm: 254484 196 113 282 0 254200 0
[pid=15766/tid=15796] ppid=15760 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/15766/task/15796/stat : 15796 (python) S 15760 15760 15176 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538482156 295813120 5643 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604453875911616 0 0 -1 6 0 0 0
[pid=15769] ppid=15760 vsize=289400 CPUtime=0.27 cores=0,2,4,6
/proc/15769/stat : 15769 (python) S 15760 15760 15176 0 -1 4202560 1104 0 0 0 13 14 0 0 19 0 2 0 538462531 296345600 5760 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15769/statm: 72350 5760 400 364 0 8265 0
[pid=15771] ppid=15769 vsize=1017936 CPUtime=99.26 cores=0,2,4,6
/proc/15771/stat : 15771 (gnovelty+2) T 15769 15771 15771 0 -1 4202496 462 0 0 0 9926 0 0 0 25 0 1 0 538462533 1042366464 197 33554432000 134512640 135663704 4293955024 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15771/statm: 254484 197 113 282 0 254200 0
[pid=15769/tid=15791] ppid=15760 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/15769/task/15791/stat : 15791 (python) S 15760 15760 15176 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538480866 296345600 5760 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604449730265344 0 0 -1 6 0 0 0
[pid=15772] ppid=15760 vsize=299788 CPUtime=1.9 cores=0,2,4,6
/proc/15772/stat : 15772 (python) S 15760 15760 15176 0 -1 4202560 1150 0 0 0 104 86 0 0 15 0 2 0 538462534 306982912 5781 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15772/statm: 74947 5781 400 364 0 10859 0
[pid=15776] ppid=15772 vsize=176100 CPUtime=874.59 cores=0,2,4,6
/proc/15776/stat : 15776 (march_hi) T 15772 15776 15776 0 -1 4202496 31350 0 0 0 87447 12 0 0 25 0 1 0 538462537 180326400 31087 33554432000 4194304 4955518 140737014451264 18446744073709551615 4227104 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15776/statm: 44025 31087 104 186 0 43838 0
[pid=15772/tid=15832] ppid=15760 vsize=299788 CPUtime=0 cores=0,2,4,6
/proc/15772/task/15832/stat : 15832 (python) S 15760 15760 15176 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 538533295 306982912 5781 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604449730267136 0 0 -1 4 0 0 0
[pid=15774] ppid=15760 vsize=310044 CPUtime=1.94 cores=0,2,4,6
/proc/15774/stat : 15774 (python) S 15760 15760 15176 0 -1 4202560 1169 0 0 0 115 79 0 0 15 0 2 0 538462537 317485056 5785 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15774/statm: 77511 5785 400 364 0 13420 0
[pid=15777] ppid=15774 vsize=176100 CPUtime=868.98 cores=0,2,4,6
/proc/15777/stat : 15777 (march_hi) R 15774 15777 15777 0 -1 4202496 31278 0 0 0 86891 7 0 0 25 0 1 0 538462538 180326400 31015 33554432000 4194304 4955518 140736087445984 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15777/statm: 44025 31015 104 186 0 43838 0
[pid=15774/tid=15812] ppid=15760 vsize=310044 CPUtime=0 cores=0,2,4,6
/proc/15774/task/15812/stat : 15812 (python) S 15760 15760 15176 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538511462 317485056 5785 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604453876773248 0 0 -1 4 0 0 0
[pid=15792] ppid=15760 vsize=320300 CPUtime=1.72 cores=0,2,4,6
/proc/15792/stat : 15792 (python) S 15760 15760 15176 0 -1 4202560 1167 0 0 0 86 86 0 0 15 0 2 0 538480869 327987200 5789 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15792/statm: 80075 5789 400 364 0 15981 0
[pid=15794] ppid=15792 vsize=111640 CPUtime=596.71 cores=0,2,4,6
/proc/15794/stat : 15794 (march_hi) R 15792 15794 15794 0 -1 4202496 22113 0 0 0 59666 5 0 0 25 0 1 0 538480870 114319360 21850 33554432000 4194304 4955518 140733858849808 18446744073709551615 4209643 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15794/statm: 27910 21850 104 186 0 27723 0
[pid=15792/tid=15849] ppid=15760 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/15792/task/15849/stat : 15849 (python) S 15760 15760 15176 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538567459 327987200 5789 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604453674513664 0 0 -1 6 0 0 0
[pid=15797] ppid=15760 vsize=330708 CPUtime=1.69 cores=0,2,4,6
/proc/15797/stat : 15797 (python) S 15760 15760 15176 0 -1 4202560 1183 0 0 0 89 80 0 0 15 0 2 0 538482159 338644992 5831 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15797/statm: 82677 5831 400 364 0 18580 0
[pid=15799] ppid=15797 vsize=111640 CPUtime=522.64 cores=0,2,4,6
/proc/15799/stat : 15799 (march_hi) R 15797 15799 15799 0 -1 4202496 19676 0 0 0 52258 6 0 0 25 0 1 0 538482159 114319360 19412 33554432000 4194304 4955518 140735023297104 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15799/statm: 27910 19412 104 186 0 27723 0
[pid=15797/tid=16038] ppid=15760 vsize=330708 CPUtime=0 cores=0,2,4,6
/proc/15797/task/16038/stat : 16038 (python) S 15760 15760 15176 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538579716 338644992 5831 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604453864918016 0 0 -1 4 0 0 0
[pid=16039] ppid=15760 vsize=341056 CPUtime=0.08 cores=0,2,4,6
/proc/16039/stat : 16039 (python) S 15760 15760 15176 0 -1 4202560 958 0 0 0 4 4 0 0 15 0 1 0 538581653 349241344 5843 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 18367262577160847617 0 0 17 6 0 0 0
/proc/16039/statm: 85264 5843 371 364 0 21164 0
[pid=16041] ppid=16039 vsize=9280 CPUtime=36.1 cores=0,2,4,6
/proc/16041/stat : 16041 (march_hi) R 16039 16041 16041 0 -1 4202496 2194 0 0 0 3610 0 0 0 25 0 1 0 538581654 9502720 1927 33554432000 4194304 4955518 140736352261552 18446744073709551615 4314878 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16041/statm: 2320 1927 104 186 0 2133 0
[pid=15760/tid=15767] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15767/stat : 15767 (python) S 15758 15760 15176 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 8 0 538462528 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 6 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15770/stat : 15770 (python) S 15758 15760 15176 0 -1 4202560 21 931 0 0 0 0 0 0 25 0 8 0 538462531 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15773] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15773/stat : 15773 (python) S 15758 15760 15176 0 -1 4202560 39 931 0 0 0 0 0 0 18 0 8 0 538462534 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15775] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15775/stat : 15775 (python) S 15758 15760 15176 0 -1 4202560 24 931 0 0 0 0 0 0 18 0 8 0 538462537 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15793] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15793/stat : 15793 (python) S 15758 15760 15176 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 8 0 538480869 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15798] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15798/stat : 15798 (python) S 15758 15760 15176 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 8 0 538482159 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=16040] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/16040/stat : 16040 (python) S 15758 15760 15176 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 538581653 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3104.48
Current children cumulated vsize (KiB) 5152108



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.08 10.06 9.15 11/263 16052
/proc/meminfo: memFree=28518348/32950928 swapFree=67111464/67111528
[pid=15760] ppid=15758 vsize=351300 CPUtime=0.94 cores=0,2,4,6
/proc/15760/stat : 15760 (python) S 15758 15760 15176 0 -1 4202496 15855 931 1 0 84 10 0 0 18 0 8 0 538462468 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15760/statm: 87825 7364 1888 364 0 23725 0
[pid=15766] ppid=15760 vsize=288880 CPUtime=0.29 cores=0,2,4,6
/proc/15766/stat : 15766 (python) S 15760 15760 15176 0 -1 4202560 1102 0 0 0 15 14 0 0 19 0 2 0 538462528 295813120 5643 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15766/statm: 72220 5643 410 364 0 8138 0
[pid=15768] ppid=15766 vsize=1017936 CPUtime=97.39 cores=0,2,4,6
/proc/15768/stat : 15768 (gnovelty+2) T 15766 15768 15768 0 -1 4202496 461 0 0 0 9739 0 0 0 25 0 1 0 538462528 1042366464 196 33554432000 134512640 135663704 4287868032 18446744073709551615 134544183 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/15768/statm: 254484 196 113 282 0 254200 0
[pid=15766/tid=15796] ppid=15760 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/15766/task/15796/stat : 15796 (python) S 15760 15760 15176 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538482156 295813120 5643 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604453875911616 0 0 -1 6 0 0 0
[pid=15769] ppid=15760 vsize=289400 CPUtime=0.27 cores=0,2,4,6
/proc/15769/stat : 15769 (python) S 15760 15760 15176 0 -1 4202560 1104 0 0 0 13 14 0 0 19 0 2 0 538462531 296345600 5760 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15769/statm: 72350 5760 400 364 0 8265 0
[pid=15771] ppid=15769 vsize=1017936 CPUtime=99.26 cores=0,2,4,6
/proc/15771/stat : 15771 (gnovelty+2) T 15769 15771 15771 0 -1 4202496 462 0 0 0 9926 0 0 0 25 0 1 0 538462533 1042366464 197 33554432000 134512640 135663704 4293955024 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/15771/statm: 254484 197 113 282 0 254200 0
[pid=15769/tid=15791] ppid=15760 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/15769/task/15791/stat : 15791 (python) S 15760 15760 15176 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538480866 296345600 5760 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604449730265344 0 0 -1 6 0 0 0
[pid=15772] ppid=15760 vsize=299788 CPUtime=1.9 cores=0,2,4,6
/proc/15772/stat : 15772 (python) S 15760 15760 15176 0 -1 4202560 1150 0 0 0 104 86 0 0 15 0 2 0 538462534 306982912 5781 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15772/statm: 74947 5781 400 364 0 10859 0
[pid=15776] ppid=15772 vsize=176100 CPUtime=874.59 cores=0,2,4,6
/proc/15776/stat : 15776 (march_hi) T 15772 15776 15776 0 -1 4202496 31350 0 0 0 87447 12 0 0 25 0 1 0 538462537 180326400 31087 33554432000 4194304 4955518 140737014451264 18446744073709551615 4227104 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/15776/statm: 44025 31087 104 186 0 43838 0
[pid=15772/tid=15832] ppid=15760 vsize=299788 CPUtime=0 cores=0,2,4,6
/proc/15772/task/15832/stat : 15832 (python) S 15760 15760 15176 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 538533295 306982912 5781 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604449730267136 0 0 -1 4 0 0 0
[pid=15774] ppid=15760 vsize=310044 CPUtime=2.04 cores=0,2,4,6
/proc/15774/stat : 15774 (python) S 15760 15760 15176 0 -1 4202560 1169 0 0 0 120 84 0 0 15 0 2 0 538462537 317485056 5785 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15774/statm: 77511 5785 400 364 0 13420 0
[pid=15777] ppid=15774 vsize=176100 CPUtime=897.78 cores=0,2,4,6
/proc/15777/stat : 15777 (march_hi) R 15774 15777 15777 0 -1 4202496 32192 0 0 0 89771 7 0 0 25 0 1 0 538462538 180326400 31929 33554432000 4194304 4955518 140736087445984 18446744073709551615 4224665 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15777/statm: 44025 31929 104 186 0 43838 0
[pid=15774/tid=15812] ppid=15760 vsize=310044 CPUtime=0 cores=0,2,4,6
/proc/15774/task/15812/stat : 15812 (python) S 15760 15760 15176 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538511462 317485056 5785 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604453876773248 0 0 -1 4 0 0 0
[pid=15792] ppid=15760 vsize=320300 CPUtime=1.82 cores=0,2,4,6
/proc/15792/stat : 15792 (python) S 15760 15760 15176 0 -1 4202560 1167 0 0 0 92 90 0 0 15 0 2 0 538480869 327987200 5789 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15792/statm: 80075 5789 400 364 0 15981 0
[pid=15794] ppid=15792 vsize=111640 CPUtime=625.42 cores=0,2,4,6
/proc/15794/stat : 15794 (march_hi) R 15792 15794 15794 0 -1 4202496 23113 0 0 0 62537 5 0 0 25 0 1 0 538480870 114319360 22850 33554432000 4194304 4955518 140733858849808 18446744073709551615 4209635 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/15794/statm: 27910 22850 104 186 0 27723 0
[pid=15792/tid=15849] ppid=15760 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/15792/task/15849/stat : 15849 (python) S 15760 15760 15176 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538567459 327987200 5789 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604453674513664 0 0 -1 6 0 0 0
[pid=15797] ppid=15760 vsize=330708 CPUtime=1.78 cores=0,2,4,6
/proc/15797/stat : 15797 (python) S 15760 15760 15176 0 -1 4202560 1183 0 0 0 94 84 0 0 15 0 2 0 538482159 338644992 5831 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/15797/statm: 82677 5831 400 364 0 18580 0
[pid=15799] ppid=15797 vsize=111640 CPUtime=551.53 cores=0,2,4,6
/proc/15799/stat : 15799 (march_hi) R 15797 15799 15799 0 -1 4202496 20711 0 0 0 55147 6 0 0 25 0 1 0 538482159 114319360 20447 33554432000 4194304 4955518 140735023297104 18446744073709551615 4224541 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/15799/statm: 27910 20447 104 186 0 27723 0
[pid=15797/tid=16038] ppid=15760 vsize=330708 CPUtime=0 cores=0,2,4,6
/proc/15797/task/16038/stat : 16038 (python) S 15760 15760 15176 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 538579716 338644992 5831 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 514 18446604453864918016 0 0 -1 4 0 0 0
[pid=16039] ppid=15760 vsize=341056 CPUtime=0.19 cores=0,2,4,6
/proc/16039/stat : 16039 (python) S 15760 15760 15176 0 -1 4202560 976 0 0 0 9 10 0 0 15 0 1 0 538581653 349241344 5843 33554432000 4194304 5683644 140734406692224 18446744073709551615 254500712006 0 0 16781312 514 18367262577160847617 0 0 17 6 0 0 0
/proc/16039/statm: 85264 5843 371 364 0 21164 0
[pid=16041] ppid=16039 vsize=22960 CPUtime=93.17 cores=0,2,4,6
/proc/16041/stat : 16041 (march_hi) R 16039 16041 16041 0 -1 4202496 4345 0 0 0 9317 0 0 0 25 0 1 0 538581654 23511040 4078 33554432000 4194304 4955518 140736352261552 18446744073709551615 4227500 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16041/statm: 5740 4078 104 186 0 5553 0
[pid=15760/tid=15767] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15767/stat : 15767 (python) S 15758 15760 15176 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 8 0 538462528 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 6 0 0 0
[pid=15760/tid=15770] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15770/stat : 15770 (python) S 15758 15760 15176 0 -1 4202560 21 931 0 0 0 0 0 0 25 0 8 0 538462531 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15773] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15773/stat : 15773 (python) S 15758 15760 15176 0 -1 4202560 39 931 0 0 0 0 0 0 18 0 8 0 538462534 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15775] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15775/stat : 15775 (python) S 15758 15760 15176 0 -1 4202560 28 931 0 0 0 0 0 0 18 0 8 0 538462537 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15793] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15793/stat : 15793 (python) S 15758 15760 15176 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 8 0 538480869 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=15798] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/15798/stat : 15798 (python) S 15758 15760 15176 0 -1 4202560 26 931 0 0 0 0 0 0 18 0 8 0 538482159 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
[pid=15760/tid=16040] ppid=15758 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/15760/task/16040/stat : 16040 (python) S 15758 15760 15176 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 8 0 538581653 359731200 7364 33554432000 4194304 5683644 140734406692224 18446744073709551615 254512515505 0 0 16781312 2 18446604453848922816 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3248.37
Current children cumulated vsize (KiB) 5165788

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

Real time (s): 1300.05
CPU time (s): 3248.37
CPU user time (s): 3244.15
CPU system time (s): 4.22
CPU usage (%): 249.865
Max. virtual memory (cumulated for all children) (KiB): 5165788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.85187
system time used= 0.106983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16788
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= 1021
involuntary context switches= 52

runsolver used 2.94755 second user time and 6.36203 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-01 18:50:58
IDJOB=3317300
IDBENCH=82765
IDSOLVER=1705
FILE ID=node149/3317300-1304268658
RUNJOBID= node149-1304267279-15194
PBS_JOBID= 13173930
Free space on /tmp= 73296 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S899463426-096.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-3317300-1304268658/watcher-3317300-1304268658 -o /tmp/evaluation-result-3317300-1304268658/solver-3317300-1304268658 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317300-1304268658.cnf -seed 467188285 -budget 4800 -cores 4

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

MD5SUM BENCH= bf57ee4f209393e8d4bc647eb9e177d4
RANDOM SEED=467188285

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:      29697420 kB
Buffers:        538856 kB
Cached:        1596472 kB
SwapCached:         60 kB
Active:        1011580 kB
Inactive:      1849028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29697420 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           32648 kB
Writeback:          20 kB
AnonPages:      725620 kB
Mapped:          23316 kB
Slab:           320492 kB
PageTables:      12684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 15787632 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= 73264 MiB
End job on node149 at 2011-05-01 19:12:40