Trace number 3317409

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) 4129.41 1300.06

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1800377425-032.UNKNOWN.cnf
MD5SUMd85bdfa4ee68fd1c7d18743407334b5d
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-3317409-1304269509.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.39/0.51	c INFO: computed variable balance statistics
0.39/0.55	c INFO: computed small-clause counts
0.39/0.55	c INFO: computed Horn-clause counts
0.39/0.56	c INFO: computed variable graph statistics
0.39/0.56	c INFO: collected features for HOME/instance-3317409-1304269509.cnf in 0.11 s
0.39/0.59	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.50/0.62	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.07)
0.50/0.64	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.50/0.67	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.23)
301.35/100.86	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.25)
338.30/113.10	c INFO: running march_hi@0 for 97 with 4687 remaining (b = 0.07)
445.47/148.85	c INFO: running march_hi@0 for 485 with 4651 remaining (b = 0.22)
669.93/213.11	c INFO: running march_hi@102 for 97 with 4587 remaining (b = 0.06)
1102.66/346.12	c INFO: running march_hi@198 for 194 with 4454 remaining (b = 0.12)
1609.84/491.34	c INFO: running march_hi@100 for 97 with 4309 remaining (b = 0.06)
1781.91/541.37	c INFO: running march_hi@590 for 97 with 4259 remaining (b = 0.07)
2122.38/638.83	c INFO: running march_hi@0 for 388 with 4161 remaining (b = 0.17)
2263.39/679.27	c INFO: running march_hi@291 for 97 with 4121 remaining (b = 0.08)
2289.59/686.77	c INFO: running march_hi@101 for 97 with 4113 remaining (b = 0.04)
2349.87/705.05	c INFO: running march_hi@97 for 97 with 4095 remaining (b = 0.05)
2595.93/787.28	c INFO: running march_hi@686 for 97 with 4013 remaining (b = 0.05)
2613.30/793.01	c INFO: running march_hi@591 for 97 with 4007 remaining (b = 0.07)
2765.93/844.05	c INFO: running march_hi@197 for 194 with 3956 remaining (b = 0.12)
2965.92/910.81	c INFO: running march_hi@0 for 388 with 3889 remaining (b = 0.15)
3018.26/928.34	c INFO: running march_hi@782 for 1358 with 3872 remaining (b = 0.44)
3863.84/1211.16	c INFO: running march_hi@93 for 291 with 3589 remaining (b = 0.12)
3875.46/1215.09	c INFO: running march_hi@289 for 194 with 3585 remaining (b = 0.10)

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-3317409-1304269509/watcher-3317409-1304269509 -o /tmp/evaluation-result-3317409-1304269509/solver-3317409-1304269509 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317409-1304269509.cnf -seed 1433451454 -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.12 9.14 8.10 7/253 17857
/proc/meminfo: memFree=29680932/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/17857/stat : 17857 (python) R 17855 17857 16913 0 -1 4202496 894 0 0 0 0 0 0 0 25 0 1 0 538548924 16154624 775 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244009669 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17857/statm: 3944 775 343 364 0 431 0

[startup+0.0203071 s]
/proc/loadavg: 9.12 9.14 8.10 7/253 17857
/proc/meminfo: memFree=29680932/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=16400 CPUtime=0.01 cores=0,2,4,6
/proc/17857/stat : 17857 (python) R 17855 17857 16913 0 -1 4202496 1117 0 0 0 1 0 0 0 25 0 1 0 538548924 16793600 985 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244405344 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17857/statm: 4099 985 409 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+0.100294 s]
/proc/loadavg: 9.12 9.14 8.10 7/253 17857
/proc/meminfo: memFree=29680932/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=104616 CPUtime=0.06 cores=0,2,4,6
/proc/17857/stat : 17857 (python) R 17855 17857 16913 0 -1 4202496 3144 0 0 0 5 1 0 0 25 0 1 0 538548924 107126784 2822 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244346880 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17857/statm: 26154 2822 847 364 0 1902 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104616

[startup+0.300261 s]
/proc/loadavg: 9.12 9.14 8.10 7/253 17857
/proc/meminfo: memFree=29680932/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=198920 CPUtime=0.23 cores=0,2,4,6
/proc/17857/stat : 17857 (python) R 17855 17857 16913 0 -1 4202496 7022 934 1 0 17 6 0 0 17 0 1 0 538548924 203694080 5054 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172400 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/17857/statm: 49730 5054 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700155 s]
/proc/loadavg: 9.12 9.14 8.10 7/253 17857
/proc/meminfo: memFree=29680932/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=320280 CPUtime=0.57 cores=0,2,4,6
/proc/17857/stat : 17857 (python) S 17855 17857 16913 0 -1 4202496 12351 934 1 0 49 8 0 0 21 0 5 0 538548924 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17857/statm: 80070 7267 1881 364 0 15979 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 320280

[startup+1.50101 s]
/proc/loadavg: 9.12 9.14 8.10 10/266 17874
/proc/meminfo: memFree=29640032/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=320280 CPUtime=0.57 cores=0,2,4,6
/proc/17857/stat : 17857 (python) S 17855 17857 16913 0 -1 4202496 12351 934 1 0 49 8 0 0 21 0 5 0 538548924 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17857/statm: 80070 7267 1881 364 0 15979 0
[pid=17863] ppid=17857 vsize=278748 CPUtime=0 cores=0,2,4,6
/proc/17863/stat : 17863 (python) S 17857 17857 16913 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538548983 285437952 5597 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368911 0 0 16781312 514 3306034106680213503 0 0 17 2 0 0 0
/proc/17863/statm: 69687 5597 354 364 0 5605 0
[pid=17865] ppid=17863 vsize=1017936 CPUtime=0.9 cores=0,2,4,6
/proc/17865/stat : 17865 (gnovelty+2) R 17863 17865 17865 0 -1 4202496 465 0 0 0 90 0 0 0 21 0 1 0 538548984 1042366464 197 33554432000 134512640 135663704 4288223264 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17865/statm: 254484 197 113 282 0 254200 0
[pid=17866] ppid=17857 vsize=289388 CPUtime=0 cores=0,2,4,6
/proc/17866/stat : 17866 (python) S 17857 17857 16913 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 538548986 296333312 5705 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 2823611835121369348 0 0 17 2 0 0 0
/proc/17866/statm: 72347 5705 348 364 0 8262 0
[pid=17868] ppid=17866 vsize=2828 CPUtime=0.51 cores=0,2,4,6
/proc/17868/stat : 17868 (march_hi) R 17866 17868 17868 0 -1 4202496 756 0 0 0 51 0 0 0 23 0 1 0 538548986 2895872 493 33554432000 4194304 4955518 140735954857296 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17868/statm: 707 493 104 186 0 520 0
[pid=17869] ppid=17857 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/17869/stat : 17869 (python) S 17857 17857 16913 0 -1 4202560 742 0 0 0 0 0 0 0 19 0 1 0 538548989 306352128 5606 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 4189289664336625663 0 0 17 6 0 0 0
/proc/17869/statm: 74793 5606 348 364 0 10705 0
[pid=17873] ppid=17869 vsize=1017936 CPUtime=0.81 cores=0,2,4,6
/proc/17873/stat : 17873 (gnovelty+2) R 17869 17873 17873 0 -1 4202496 459 0 0 0 81 0 0 0 22 0 1 0 538548992 1042366464 197 33554432000 134512640 135663704 4287804064 18446744073709551615 134545776 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17873/statm: 254484 197 113 282 0 254200 0
[pid=17871] ppid=17857 vsize=310036 CPUtime=0 cores=0,2,4,6
/proc/17871/stat : 17871 (python) S 17857 17857 16913 0 -1 4202560 767 0 0 0 0 0 0 0 15 0 1 0 538548992 317476864 5730 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 2442846560376029443 0 0 17 6 0 0 0
/proc/17871/statm: 77509 5730 348 364 0 13418 0
[pid=17874] ppid=17871 vsize=2696 CPUtime=0.35 cores=0,2,4,6
/proc/17874/stat : 17874 (march_hi) R 17871 17874 17874 0 -1 4202496 727 0 0 0 35 0 0 0 24 0 1 0 538548992 2760704 467 33554432000 4194304 4955518 140734355905424 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17874/statm: 674 467 104 186 0 487 0
[pid=17857/tid=17864] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17864/stat : 17864 (python) S 17855 17857 16913 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 5 0 538548983 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17867] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17867/stat : 17867 (python) S 17855 17857 16913 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 5 0 538548986 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 2 0 0 0
[pid=17857/tid=17870] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17870/stat : 17870 (python) S 17855 17857 16913 0 -1 4202560 39 934 0 0 0 0 0 0 20 0 5 0 538548989 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17872] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17872/stat : 17872 (python) S 17855 17857 16913 0 -1 4202560 17 934 0 0 0 0 0 0 22 0 5 0 538548992 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 3539020

[startup+3.10073 s]
/proc/loadavg: 9.12 9.14 8.10 10/266 17874
/proc/meminfo: memFree=29637704/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=320280 CPUtime=0.57 cores=0,2,4,6
/proc/17857/stat : 17857 (python) S 17855 17857 16913 0 -1 4202496 12351 934 1 0 49 8 0 0 21 0 5 0 538548924 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17857/statm: 80070 7267 1881 364 0 15979 0
[pid=17863] ppid=17857 vsize=278748 CPUtime=0 cores=0,2,4,6
/proc/17863/stat : 17863 (python) S 17857 17857 16913 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538548983 285437952 5597 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368911 0 0 16781312 514 3306034106680180993 0 0 17 2 0 0 0
/proc/17863/statm: 69687 5597 354 364 0 5605 0
[pid=17865] ppid=17863 vsize=1017936 CPUtime=2.5 cores=0,2,4,6
/proc/17865/stat : 17865 (gnovelty+2) R 17863 17865 17865 0 -1 4202496 465 0 0 0 250 0 0 0 25 0 1 0 538548984 1042366464 197 33554432000 134512640 135663704 4288223264 18446744073709551615 134524734 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17865/statm: 254484 197 113 282 0 254200 0
[pid=17866] ppid=17857 vsize=289388 CPUtime=0 cores=0,2,4,6
/proc/17866/stat : 17866 (python) S 17857 17857 16913 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 538548986 296333312 5705 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 2823611835121369348 0 0 17 2 0 0 0
/proc/17866/statm: 72347 5705 348 364 0 8262 0
[pid=17868] ppid=17866 vsize=3284 CPUtime=1.31 cores=0,2,4,6
/proc/17868/stat : 17868 (march_hi) R 17866 17868 17868 0 -1 4202496 848 0 0 0 131 0 0 0 25 0 1 0 538548986 3362816 585 33554432000 4194304 4955518 140735954857296 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17868/statm: 821 585 104 186 0 634 0
[pid=17869] ppid=17857 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/17869/stat : 17869 (python) S 17857 17857 16913 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 538548989 306352128 5606 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 4189289664336593156 0 0 17 6 0 0 0
/proc/17869/statm: 74793 5606 348 364 0 10705 0
[pid=17873] ppid=17869 vsize=1017936 CPUtime=2.41 cores=0,2,4,6
/proc/17873/stat : 17873 (gnovelty+2) R 17869 17873 17873 0 -1 4202496 459 0 0 0 241 0 0 0 25 0 1 0 538548992 1042366464 197 33554432000 134512640 135663704 4287804064 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17873/statm: 254484 197 113 282 0 254200 0
[pid=17871] ppid=17857 vsize=310036 CPUtime=0 cores=0,2,4,6
/proc/17871/stat : 17871 (python) S 17857 17857 16913 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 538548992 317476864 5730 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 2442846560376029443 0 0 17 6 0 0 0
/proc/17871/statm: 77509 5730 348 364 0 13418 0
[pid=17874] ppid=17871 vsize=2980 CPUtime=1.15 cores=0,2,4,6
/proc/17874/stat : 17874 (march_hi) R 17871 17874 17874 0 -1 4202496 787 0 0 0 115 0 0 0 25 0 1 0 538548992 3051520 527 33554432000 4194304 4955518 140734355905424 18446744073709551615 4282552 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17874/statm: 745 527 104 186 0 558 0
[pid=17857/tid=17864] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17864/stat : 17864 (python) S 17855 17857 16913 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 5 0 538548983 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17867] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17867/stat : 17867 (python) S 17855 17857 16913 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 5 0 538548986 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 2 0 0 0
[pid=17857/tid=17870] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17870/stat : 17870 (python) S 17855 17857 16913 0 -1 4202560 39 934 0 0 0 0 0 0 20 0 5 0 538548989 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17872] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17872/stat : 17872 (python) S 17855 17857 16913 0 -1 4202560 17 934 0 0 0 0 0 0 22 0 5 0 538548992 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 3539760

[startup+6.30117 s]
/proc/loadavg: 9.19 9.15 8.11 10/267 17875
/proc/meminfo: memFree=29634100/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=320280 CPUtime=0.57 cores=0,2,4,6
/proc/17857/stat : 17857 (python) S 17855 17857 16913 0 -1 4202496 12351 934 1 0 49 8 0 0 21 0 5 0 538548924 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17857/statm: 80070 7267 1881 364 0 15979 0
[pid=17863] ppid=17857 vsize=278748 CPUtime=0 cores=0,2,4,6
/proc/17863/stat : 17863 (python) S 17857 17857 16913 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 538548983 285437952 5620 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368911 0 0 16781312 514 3306034106680180993 0 0 17 2 0 0 0
/proc/17863/statm: 69687 5620 377 364 0 5605 0
[pid=17865] ppid=17863 vsize=1017936 CPUtime=5.7 cores=0,2,4,6
/proc/17865/stat : 17865 (gnovelty+2) R 17863 17865 17865 0 -1 4202496 465 0 0 0 570 0 0 0 25 0 1 0 538548984 1042366464 197 33554432000 134512640 135663704 4288223264 18446744073709551615 134524747 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17865/statm: 254484 197 113 282 0 254200 0
[pid=17866] ppid=17857 vsize=289388 CPUtime=0 cores=0,2,4,6
/proc/17866/stat : 17866 (python) S 17857 17857 16913 0 -1 4202560 909 0 0 0 0 0 0 0 15 0 1 0 538548986 296333312 5728 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 2823611835121369348 0 0 17 2 0 0 0
/proc/17866/statm: 72347 5728 371 364 0 8262 0
[pid=17868] ppid=17866 vsize=3436 CPUtime=2.91 cores=0,2,4,6
/proc/17868/stat : 17868 (march_hi) R 17866 17868 17868 0 -1 4202496 912 0 0 0 291 0 0 0 25 0 1 0 538548986 3518464 649 33554432000 4194304 4955518 140735954857296 18446744073709551615 4227814 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17868/statm: 859 649 104 186 0 672 0
[pid=17869] ppid=17857 vsize=299172 CPUtime=0.01 cores=0,2,4,6
/proc/17869/stat : 17869 (python) S 17857 17857 16913 0 -1 4202560 891 0 0 0 0 1 0 0 18 0 1 0 538548989 306352128 5629 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 4189289664336593156 0 0 17 6 0 0 0
/proc/17869/statm: 74793 5629 371 364 0 10705 0
[pid=17873] ppid=17869 vsize=1017936 CPUtime=5.61 cores=0,2,4,6
/proc/17873/stat : 17873 (gnovelty+2) R 17869 17873 17873 0 -1 4202496 459 0 0 0 561 0 0 0 25 0 1 0 538548992 1042366464 197 33554432000 134512640 135663704 4287804064 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/17873/statm: 254484 197 113 282 0 254200 0
[pid=17871] ppid=17857 vsize=310036 CPUtime=0 cores=0,2,4,6
/proc/17871/stat : 17871 (python) S 17857 17857 16913 0 -1 4202560 933 0 0 0 0 0 0 0 15 0 1 0 538548992 317476864 5753 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 10076883060495712515 0 0 17 6 0 0 0
/proc/17871/statm: 77509 5753 371 364 0 13418 0
[pid=17874] ppid=17871 vsize=3436 CPUtime=2.73 cores=0,2,4,6
/proc/17874/stat : 17874 (march_hi) R 17871 17874 17874 0 -1 4202496 901 0 0 0 273 0 0 0 25 0 1 0 538548992 3518464 641 33554432000 4194304 4955518 140734355905424 18446744073709551615 4261424 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17874/statm: 859 641 104 186 0 672 0
[pid=17857/tid=17864] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17864/stat : 17864 (python) S 17855 17857 16913 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 5 0 538548983 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17867] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17867/stat : 17867 (python) S 17855 17857 16913 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 5 0 538548986 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 2 0 0 0
[pid=17857/tid=17870] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17870/stat : 17870 (python) S 17855 17857 16913 0 -1 4202560 39 934 0 0 0 0 0 0 20 0 5 0 538548989 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17872] ppid=17855 vsize=320280 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17872/stat : 17872 (python) S 17855 17857 16913 0 -1 4202560 17 934 0 0 0 0 0 0 22 0 5 0 538548992 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.53
Current children cumulated vsize (KiB) 3540368

[startup+12.701 s]
/proc/loadavg: 9.18 9.15 8.11 10/267 17875
/proc/meminfo: memFree=29629100/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=320280 CPUtime=0.57 cores=0,2,4,6
/proc/17857/stat : 17857 (python) S 17855 17857 16913 0 -1 4202496 12351 934 1 0 49 8 0 0 21 0 5 0 538548924 327966720 7267 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17857/statm: 80070 7267 1881 364 0 15979 0
[pid=17863] ppid=17857 vsize=278748 CPUtime=0.01 cores=0,2,4,6
/proc/17863/stat : 17863 (python) S 17857 17857 16913 0 -1 4202560 902 0 0 0 1 0 0 0 18 0 1 0 538548983 285437952 5620 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368911 0 0 16781312 514 2722355606001254657 0 0 17 2 0 0 0
/proc/17863/statm: 69687 5620 377 364 0 5605 0
[pid=17865] ppid=17863 vsize=1017936 CPUtime=12.1 cores=0,2,4,6
/proc/17865/stat : 17865 (gnovelty+2) R 17863 17865 17865 0 -1 4202496 465 0 0 0 1210 0 0 0 25 0 1 0 538548984 1042366464 197 33554432000 134512640 135663704 4288223264 18446744073709551615 134525323 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17865/statm: 254484 197 113 282 0 254200 0
[pid=17866] ppid=17857 vsize=289388 CPUtime=0.02 cores=0,2,4,6

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

/proc/17873/stat : 17873 (gnovelty+2) T 17869 17873 17873 0 -1 4202496 459 0 0 0 10015 0 0 0 25 0 1 0 538548992 1042366464 197 33554432000 134512640 135663704 4287804064 18446744073709551615 134525347 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17873/statm: 254484 197 113 282 0 254200 0
[pid=17869/tid=17879] ppid=17857 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/17869/task/17879/stat : 17879 (python) S 17857 17857 16913 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538559008 306352128 5659 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604453888088256 0 0 -1 0 0 0 0
[pid=17871] ppid=17857 vsize=310036 CPUtime=2.08 cores=0,2,4,6
/proc/17871/stat : 17871 (python) S 17857 17857 16913 0 -1 4202560 1168 0 0 0 112 96 0 0 15 0 2 0 538548992 317476864 5783 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17871/statm: 77509 5783 400 364 0 13418 0
[pid=17874] ppid=17871 vsize=175540 CPUtime=863.38 cores=0,2,4,6
/proc/17874/stat : 17874 (march_hi) R 17871 17874 17874 0 -1 4202496 31861 0 0 0 86331 7 0 0 25 0 1 0 538548992 179752960 31564 33554432000 4194304 4955518 140734355905424 18446744073709551615 4227671 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17874/statm: 43885 31564 104 186 0 43698 0
[pid=17871/tid=17906] ppid=17857 vsize=310036 CPUtime=0 cores=0,2,4,6
/proc/17871/task/17906/stat : 17906 (python) S 17857 17857 16913 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538598056 317476864 5783 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604446668965824 0 0 -1 4 0 0 0
[pid=17880] ppid=17857 vsize=320292 CPUtime=1.47 cores=0,2,4,6
/proc/17880/stat : 17880 (python) S 17857 17857 16913 0 -1 4202560 1177 0 0 0 83 64 0 0 15 0 2 0 538559011 327979008 5804 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17880/statm: 80073 5804 400 364 0 15979 0
[pid=17882] ppid=17880 vsize=111480 CPUtime=680 cores=0,2,4,6
/proc/17882/stat : 17882 (march_hi) T 17880 17882 17882 0 -1 4202496 25469 0 0 0 67990 10 0 0 25 0 1 0 538559011 114155520 25167 33554432000 4194304 4955518 140734414984208 18446744073709551615 4285464 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17882/statm: 27870 25167 104 186 0 27683 0
[pid=17880/tid=17919] ppid=17857 vsize=320292 CPUtime=0 cores=0,2,4,6
/proc/17880/task/17919/stat : 17919 (python) S 17857 17857 16913 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538617599 327979008 5804 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604444938107072 0 0 -1 0 0 0 0
[pid=17891] ppid=17857 vsize=330692 CPUtime=2.06 cores=0,2,4,6
/proc/17891/stat : 17891 (python) S 17857 17857 16913 0 -1 4202560 1186 0 0 0 111 95 0 0 15 0 2 0 538563809 338628608 5827 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17891/statm: 82673 5827 400 364 0 18576 0
[pid=17893] ppid=17891 vsize=175540 CPUtime=793.29 cores=0,2,4,6
/proc/17893/stat : 17893 (march_hi) R 17891 17893 17893 0 -1 4202496 29460 0 0 0 79322 7 0 0 25 0 1 0 538563810 179752960 29159 33554432000 4194304 4955518 140737263089120 18446744073709551615 4307000 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17893/statm: 43885 29159 104 186 0 43698 0
[pid=17891/tid=17921] ppid=17857 vsize=330692 CPUtime=0 cores=0,2,4,6
/proc/17891/task/17921/stat : 17921 (python) S 17857 17857 16913 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538619426 338628608 5827 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604453887481088 0 0 -1 6 0 0 0
[pid=17915] ppid=17857 vsize=340984 CPUtime=1.15 cores=0,2,4,6
/proc/17915/stat : 17915 (python) S 17857 17857 16913 0 -1 4202560 1229 0 0 0 62 53 0 0 15 0 2 0 538612807 349167616 5846 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17915/statm: 85246 5846 406 364 0 21146 0
[pid=17917] ppid=17915 vsize=82012 CPUtime=418.28 cores=0,2,4,6
/proc/17917/stat : 17917 (march_hi) R 17915 17917 17917 0 -1 4202496 16172 0 0 0 41825 3 0 0 25 0 1 0 538612808 83980288 15868 33554432000 4194304 4955518 140735480785872 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17917/statm: 20503 15868 104 186 0 20316 0
[pid=17915/tid=18028] ppid=17857 vsize=340984 CPUtime=0 cores=0,2,4,6
/proc/17915/task/18028/stat : 18028 (python) S 17857 17857 16913 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538670038 349167616 5846 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604440278436672 0 0 -1 2 0 0 0
[pid=17988] ppid=17857 vsize=351344 CPUtime=0.64 cores=0,2,4,6
/proc/17988/stat : 17988 (python) S 17857 17857 16913 0 -1 4202560 1063 0 0 0 36 28 0 0 15 0 1 0 538640005 359776256 5846 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 3680241344321650946 0 0 17 2 0 0 0
/proc/17988/statm: 87836 5846 377 364 0 23733 0
[pid=17990] ppid=17988 vsize=52304 CPUtime=308.38 cores=0,2,4,6
/proc/17990/stat : 17990 (march_hi) R 17988 17990 17990 0 -1 4202496 12207 0 0 0 30835 3 0 0 25 0 1 0 538640006 53559296 11899 33554432000 4194304 4955518 140735553336928 18446744073709551615 4227772 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17990/statm: 13076 11899 104 186 0 12889 0
[pid=17857/tid=17864] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17864/stat : 17864 (python) S 17855 17857 16913 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 538548983 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17867] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17867/stat : 17867 (python) S 17855 17857 16913 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 9 0 538548986 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17870] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17870/stat : 17870 (python) S 17855 17857 16913 0 -1 4202560 39 934 0 0 0 0 0 0 20 0 9 0 538548989 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17872] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17872/stat : 17872 (python) S 17855 17857 16913 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 538548992 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17881] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17881/stat : 17881 (python) S 17855 17857 16913 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 9 0 538559011 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17892] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17892/stat : 17892 (python) S 17855 17857 16913 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 9 0 538563810 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17916] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17916/stat : 17916 (python) S 17855 17857 16913 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 538612808 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17989] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17989/stat : 17989 (python) S 17855 17857 16913 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 538640006 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3957.01
Current children cumulated vsize (KiB) 5636716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.12 9.16 8.87 11/334 18038
/proc/meminfo: memFree=28738612/32951124 swapFree=67111364/67111528
[pid=17857] ppid=17855 vsize=361588 CPUtime=1.1 cores=0,2,4,6
/proc/17857/stat : 17857 (python) S 17855 17857 16913 0 -1 4202496 17133 934 1 0 100 10 0 0 18 0 9 0 538548924 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/17857/statm: 90397 7392 1890 364 0 26294 0
[pid=17863] ppid=17857 vsize=288992 CPUtime=0.24 cores=0,2,4,6
/proc/17863/stat : 17863 (python) S 17857 17857 16913 0 -1 4202560 1104 0 0 0 13 11 0 0 19 0 2 0 538548983 295927808 5658 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17863/statm: 72248 5658 410 364 0 8166 0
[pid=17865] ppid=17863 vsize=1017936 CPUtime=102.6 cores=0,2,4,6
/proc/17865/stat : 17865 (gnovelty+2) T 17863 17865 17865 0 -1 4202496 465 0 0 0 10260 0 0 0 25 0 1 0 538548984 1042366464 197 33554432000 134512640 135663704 4288223264 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17865/statm: 254484 197 113 282 0 254200 0
[pid=17863/tid=17890] ppid=17857 vsize=288992 CPUtime=0 cores=0,2,4,6
/proc/17863/task/17890/stat : 17890 (python) S 17857 17857 16913 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538563806 295927808 5658 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604453682439296 0 0 -1 2 0 0 0
[pid=17866] ppid=17857 vsize=289388 CPUtime=1.43 cores=0,2,4,6
/proc/17866/stat : 17866 (python) S 17857 17857 16913 0 -1 4202560 1143 0 0 0 77 66 0 0 15 0 2 0 538548986 296333312 5758 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17866/statm: 72347 5758 400 364 0 8262 0
[pid=17868] ppid=17866 vsize=111480 CPUtime=680.6 cores=0,2,4,6
/proc/17868/stat : 17868 (march_hi) T 17866 17868 17868 0 -1 4202496 25468 0 0 0 68055 5 0 0 25 0 1 0 538548986 114155520 25168 33554432000 4194304 4955518 140735954857296 18446744073709551615 4209692 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/17868/statm: 27870 25168 104 186 0 27683 0
[pid=17866/tid=17888] ppid=17857 vsize=289388 CPUtime=0 cores=0,2,4,6
/proc/17866/task/17888/stat : 17888 (python) S 17857 17857 16913 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538560231 296333312 5758 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604446712112064 0 0 -1 2 0 0 0
[pid=17869] ppid=17857 vsize=299172 CPUtime=0.16 cores=0,2,4,6
/proc/17869/stat : 17869 (python) S 17857 17857 16913 0 -1 4202560 1078 0 0 0 7 9 0 0 19 0 2 0 538548989 306352128 5659 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17869/statm: 74793 5659 400 364 0 10705 0
[pid=17873] ppid=17869 vsize=1017936 CPUtime=100.15 cores=0,2,4,6
/proc/17873/stat : 17873 (gnovelty+2) T 17869 17873 17873 0 -1 4202496 459 0 0 0 10015 0 0 0 25 0 1 0 538548992 1042366464 197 33554432000 134512640 135663704 4287804064 18446744073709551615 134525347 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/17873/statm: 254484 197 113 282 0 254200 0
[pid=17869/tid=17879] ppid=17857 vsize=299172 CPUtime=0 cores=0,2,4,6
/proc/17869/task/17879/stat : 17879 (python) S 17857 17857 16913 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538559008 306352128 5659 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604453888088256 0 0 -1 0 0 0 0
[pid=17871] ppid=17857 vsize=310036 CPUtime=2.19 cores=0,2,4,6
/proc/17871/stat : 17871 (python) S 17857 17857 16913 0 -1 4202560 1168 0 0 0 118 101 0 0 15 0 2 0 538548992 317476864 5783 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17871/statm: 77509 5783 400 364 0 13418 0
[pid=17874] ppid=17871 vsize=175540 CPUtime=892.2 cores=0,2,4,6
/proc/17874/stat : 17874 (march_hi) R 17871 17874 17874 0 -1 4202496 32895 0 0 0 89213 7 0 0 25 0 1 0 538548992 179752960 32598 33554432000 4194304 4955518 140734355905424 18446744073709551615 4224704 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17874/statm: 43885 32598 104 186 0 43698 0
[pid=17871/tid=17906] ppid=17857 vsize=310036 CPUtime=0 cores=0,2,4,6
/proc/17871/task/17906/stat : 17906 (python) S 17857 17857 16913 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538598056 317476864 5783 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604446668965824 0 0 -1 4 0 0 0
[pid=17880] ppid=17857 vsize=320292 CPUtime=1.47 cores=0,2,4,6
/proc/17880/stat : 17880 (python) S 17857 17857 16913 0 -1 4202560 1177 0 0 0 83 64 0 0 15 0 2 0 538559011 327979008 5804 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256175563 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/17880/statm: 80073 5804 400 364 0 15979 0
[pid=17882] ppid=17880 vsize=111480 CPUtime=680 cores=0,2,4,6
/proc/17882/stat : 17882 (march_hi) T 17880 17882 17882 0 -1 4202496 25469 0 0 0 67990 10 0 0 25 0 1 0 538559011 114155520 25167 33554432000 4194304 4955518 140734414984208 18446744073709551615 4285464 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/17882/statm: 27870 25167 104 186 0 27683 0
[pid=17880/tid=17919] ppid=17857 vsize=320292 CPUtime=0 cores=0,2,4,6
/proc/17880/task/17919/stat : 17919 (python) S 17857 17857 16913 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 538617599 327979008 5804 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604444938107072 0 0 -1 0 0 0 0
[pid=17891] ppid=17857 vsize=330692 CPUtime=2.18 cores=0,2,4,6
/proc/17891/stat : 17891 (python) S 17857 17857 16913 0 -1 4202560 1186 0 0 0 116 102 0 0 15 0 2 0 538563809 338628608 5827 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/17891/statm: 82673 5827 400 364 0 18576 0
[pid=17893] ppid=17891 vsize=175540 CPUtime=822.18 cores=0,2,4,6
/proc/17893/stat : 17893 (march_hi) R 17891 17893 17893 0 -1 4202496 30428 0 0 0 82211 7 0 0 25 0 1 0 538563810 179752960 30127 33554432000 4194304 4955518 140737263089120 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/17893/statm: 43885 30127 104 186 0 43698 0
[pid=17891/tid=17921] ppid=17857 vsize=330692 CPUtime=0 cores=0,2,4,6
/proc/17891/task/17921/stat : 17921 (python) S 17857 17857 16913 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538619426 338628608 5827 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604453887481088 0 0 -1 6 0 0 0
[pid=17915] ppid=17857 vsize=340984 CPUtime=1.27 cores=0,2,4,6
/proc/17915/stat : 17915 (python) S 17857 17857 16913 0 -1 4202560 1229 0 0 0 69 58 0 0 15 0 2 0 538612807 349167616 5846 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/17915/statm: 85246 5846 406 364 0 21146 0
[pid=17917] ppid=17915 vsize=82012 CPUtime=475.04 cores=0,2,4,6
/proc/17917/stat : 17917 (march_hi) R 17915 17917 17917 0 -1 4202496 18178 0 0 0 47500 4 0 0 25 0 1 0 538612808 83980288 17874 33554432000 4194304 4955518 140735480785872 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/17917/statm: 20503 17874 104 186 0 20316 0
[pid=17915/tid=18028] ppid=17857 vsize=340984 CPUtime=0 cores=0,2,4,6
/proc/17915/task/18028/stat : 18028 (python) S 17857 17857 16913 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538670038 349167616 5846 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 514 18446604440278436672 0 0 -1 2 0 0 0
[pid=17988] ppid=17857 vsize=351344 CPUtime=0.76 cores=0,2,4,6
/proc/17988/stat : 17988 (python) S 17857 17857 16913 0 -1 4202560 1063 0 0 0 43 33 0 0 15 0 1 0 538640005 359776256 5846 33554432000 4194304 5683644 140736793390832 18446744073709551615 228244368966 0 0 16781312 514 2722355606001254658 0 0 17 2 0 0 0
/proc/17988/statm: 87836 5846 377 364 0 23733 0
[pid=17990] ppid=17988 vsize=81880 CPUtime=365.84 cores=0,2,4,6
/proc/17990/stat : 17990 (march_hi) R 17988 17990 17990 0 -1 4202496 14235 0 0 0 36581 3 0 0 25 0 1 0 538640006 83845120 13927 33554432000 4194304 4955518 140735553336928 18446744073709551615 4289680 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/17990/statm: 20470 13927 104 186 0 20283 0
[pid=17857/tid=17864] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17864/stat : 17864 (python) S 17855 17857 16913 0 -1 4202560 25 934 0 0 0 0 0 0 19 0 9 0 538548983 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17867] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17867/stat : 17867 (python) S 17855 17857 16913 0 -1 4202560 37 934 0 0 0 0 0 0 18 0 9 0 538548986 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17870] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17870/stat : 17870 (python) S 17855 17857 16913 0 -1 4202560 39 934 0 0 0 0 0 0 20 0 9 0 538548989 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17872] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17872/stat : 17872 (python) S 17855 17857 16913 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 9 0 538548992 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17881] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17881/stat : 17881 (python) S 17855 17857 16913 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 9 0 538559011 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17892] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17892/stat : 17892 (python) S 17855 17857 16913 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 9 0 538563810 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17916] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17916/stat : 17916 (python) S 17855 17857 16913 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 9 0 538612808 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
[pid=17857/tid=17989] ppid=17855 vsize=361588 CPUtime=0 cores=0,2,4,6
/proc/17857/task/17989/stat : 17989 (python) S 17855 17857 16913 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 9 0 538640006 370266112 7392 33554432000 4194304 5683644 140736793390832 18446744073709551615 228256172465 0 0 16781312 2 18446604453834958976 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4129.41
Current children cumulated vsize (KiB) 5666292

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 17857 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=4847
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=106983
# CPU time returned by wait4() is 1.11183
# while last known CPU time is 4129.41
#
# 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): 4129.41
CPU user time (s): 4124.51
CPU system time (s): 4.9
CPU usage (%): 317.632
Max. virtual memory (cumulated for all children) (KiB): 5666292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.00485
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= 18071
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= 1055
involuntary context switches= 42

runsolver used 3.82942 second user time and 7.57885 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-01 19:05:09
IDJOB=3317409
IDBENCH=82874
IDSOLVER=1705
FILE ID=node136/3317409-1304269509
RUNJOBID= node136-1304267281-16931
PBS_JOBID= 13173943
Free space on /tmp= 73560 MiB

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

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

MD5SUM BENCH= d85bdfa4ee68fd1c7d18743407334b5d
RANDOM SEED=1433451454

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29681212 kB
Buffers:        647456 kB
Cached:        1213548 kB
SwapCached:          0 kB
Active:        1306524 kB
Inactive:      1518384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29681212 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           32232 kB
Writeback:           0 kB
AnonPages:      963776 kB
Mapped:          25344 kB
Slab:           368512 kB
PageTables:      16540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30682480 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= 73524 MiB
End job on node136 at 2011-05-01 19:26:52