Trace number 3317512

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S157016908-041.UNKNOWN.cnf
MD5SUM84ed72ef969365b45feb251988bfac3d
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.30/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.30/0.48	c INFO: solving HOME/instance-3317512-1304269917.cnf
0.30/0.48	c INFO: computing task features
0.30/0.48	c INFO: computed variable-clause graph statistics
0.30/0.48	c INFO: computed clause balance statistics
0.30/0.56	c INFO: computed variable balance statistics
0.30/0.57	c INFO: computed small-clause counts
0.30/0.57	c INFO: computed Horn-clause counts
0.30/0.58	c INFO: computed variable graph statistics
0.30/0.58	c INFO: collected features for HOME/instance-3317512-1304269917.cnf in 0.12 s
0.45/0.60	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.47/0.64	c INFO: running march_hi@0 for 97 with 4799 remaining (b = 0.07)
0.47/0.67	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.56/0.70	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.23)
338.59/118.91	c INFO: running march_hi@0 for 485 with 4681 remaining (b = 0.25)
466.10/159.89	c INFO: running march_hi@0 for 485 with 4640 remaining (b = 0.22)
590.41/195.41	c INFO: running march_hi@0 for 97 with 4605 remaining (b = 0.06)
1284.02/394.02	c INFO: running march_hi@99 for 97 with 4406 remaining (b = 0.06)
1284.68/394.28	c INFO: running march_hi@102 for 97 with 4406 remaining (b = 0.05)
1580.67/492.76	c INFO: running march_hi@491 for 97 with 4307 remaining (b = 0.06)
1850.37/582.83	c INFO: running march_hi@200 for 194 with 4217 remaining (b = 0.12)
1862.61/586.94	c INFO: running march_hi@585 for 97 with 4213 remaining (b = 0.07)
2048.18/648.96	c INFO: running march_hi@97 for 291 with 4151 remaining (b = 0.14)
2163.09/687.35	c INFO: running march_hi@1073 for 291 with 4113 remaining (b = 0.15)
2595.25/831.70	c INFO: running march_hi@293 for 97 with 3968 remaining (b = 0.09)
2638.32/846.18	c INFO: running march_hi@99 for 97 with 3954 remaining (b = 0.06)
2919.67/940.15	c INFO: running march_hi@192 for 97 with 3860 remaining (b = 0.06)
3164.79/1022.02	c INFO: running march_hi@0 for 388 with 3778 remaining (b = 0.18)
3232.46/1044.68	c INFO: running march_hi@196 for 194 with 3755 remaining (b = 0.11)
3250.14/1050.59	c INFO: running march_hi@1270 for 97 with 3749 remaining (b = 0.05)
3258.19/1053.21	c INFO: running march_hi@287 for 194 with 3747 remaining (b = 0.11)
3553.16/1151.77	c INFO: running march_hi@1367 for 776 with 3648 remaining (b = 0.31)
3835.50/1246.00	c INFO: running march_hi@487 for 97 with 3554 remaining (b = 0.06)

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-3317512-1304269917/watcher-3317512-1304269917 -o /tmp/evaluation-result-3317512-1304269917/solver-3317512-1304269917 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317512-1304269917.cnf -seed 1533156851 -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: 4.95 6.79 7.08 6/231 23507
/proc/meminfo: memFree=29061472/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/23507/stat : 23507 (runsolver) R 23505 23507 22144 0 -1 4202560 45 0 0 0 0 0 0 0 25 0 1 0 519407625 12083200 55 33554432000 4194304 5434984 140735519208496 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/23507/statm: 2950 55 34 303 0 2644 0

[startup+0.04697 s]
/proc/loadavg: 4.95 6.79 7.08 6/231 23507
/proc/meminfo: memFree=29061472/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=18884 CPUtime=0.02 cores=0,2,4,6
/proc/23507/stat : 23507 (python) S 23505 23507 22144 0 -1 4202496 1288 0 0 0 2 0 0 0 25 0 1 0 519407625 19337216 1141 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/23507/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100672 s]
/proc/loadavg: 4.95 6.79 7.08 6/231 23507
/proc/meminfo: memFree=29061472/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=102012 CPUtime=0.06 cores=0,2,4,6
/proc/23507/stat : 23507 (python) S 23505 23507 22144 0 -1 4202496 3026 0 0 0 5 1 0 0 17 0 1 0 519407625 104460288 2718 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/23507/statm: 25503 2718 841 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 102012

[startup+0.300617 s]
/proc/loadavg: 4.95 6.79 7.08 6/231 23507
/proc/meminfo: memFree=29061472/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=198916 CPUtime=0.21 cores=0,2,4,6
/proc/23507/stat : 23507 (python) S 23505 23507 22144 0 -1 4202496 6975 935 1 0 17 4 0 0 19 0 1 0 519407625 203689984 5021 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/23507/statm: 49729 5021 1454 364 0 3756 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 198916

[startup+0.700547 s]
/proc/loadavg: 4.95 6.79 7.08 6/231 23507
/proc/meminfo: memFree=29061472/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=310072 CPUtime=0.56 cores=0,2,4,6
/proc/23507/stat : 23507 (python) R 23505 23507 22144 0 -1 4202496 11911 935 1 0 49 7 0 0 25 0 4 0 519407625 317513728 7272 33554432000 4194304 5683644 140736162276528 18446744073709551615 220819674915 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23507/statm: 77518 7272 1878 364 0 13430 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 310072

[startup+1.50137 s]
/proc/loadavg: 5.19 6.81 7.09 9/244 23524
/proc/meminfo: memFree=29022056/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=320328 CPUtime=0.56 cores=0,2,4,6
/proc/23507/stat : 23507 (python) S 23505 23507 22144 0 -1 4202496 12320 935 1 0 49 7 0 0 25 0 5 0 519407625 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23507/statm: 80082 7279 1881 364 0 15991 0
[pid=23513] ppid=23507 vsize=278628 CPUtime=0 cores=0,2,4,6
/proc/23513/stat : 23513 (python) S 23507 23507 22144 0 -1 4202560 740 0 0 0 0 0 0 0 20 0 1 0 519407686 285315072 5570 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256527 0 0 16781312 514 13045124375961927679 0 0 17 6 0 0 0
/proc/23513/statm: 69657 5570 354 364 0 5575 0
[pid=23515] ppid=23513 vsize=1017936 CPUtime=0.41 cores=0,2,4,6
/proc/23515/stat : 23515 (gnovelty+2) R 23513 23515 23515 0 -1 4202496 459 0 0 0 41 0 0 0 23 0 1 0 519407688 1042366464 196 33554432000 134512640 135663704 4290130416 18446744073709551615 134544324 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23515/statm: 254484 196 113 282 0 254200 0
[pid=23516] ppid=23507 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/23516/stat : 23516 (python) S 23507 23507 22144 0 -1 4202560 752 0 0 0 0 0 0 0 16 0 1 0 519407689 296345600 5708 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 16520140221396779268 0 0 17 6 0 0 0
/proc/23516/statm: 72350 5708 348 364 0 8265 0
[pid=23518] ppid=23516 vsize=2692 CPUtime=0.42 cores=0,2,4,6
/proc/23518/stat : 23518 (march_hi) R 23516 23518 23518 0 -1 4202496 737 0 0 0 42 0 0 0 25 0 1 0 519407691 2756608 474 33554432000 4194304 4955518 140735416897856 18446744073709551615 4224682 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23518/statm: 673 474 104 186 0 486 0
[pid=23519] ppid=23507 vsize=299288 CPUtime=0 cores=0,2,4,6
/proc/23519/stat : 23519 (python) S 23507 23507 22144 0 -1 4202560 739 0 0 0 0 0 0 0 25 0 1 0 519407692 306470912 5616 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 4413588936891301887 0 0 17 6 0 0 0
/proc/23519/statm: 74822 5616 348 364 0 10734 0
[pid=23521] ppid=23519 vsize=1017936 CPUtime=0.42 cores=0,2,4,6
/proc/23521/stat : 23521 (gnovelty+2) R 23519 23521 23521 0 -1 4202496 462 0 0 0 42 0 0 0 25 0 1 0 519407695 1042366464 196 33554432000 134512640 135663704 4290317520 18446744073709551615 134545611 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23521/statm: 254484 196 113 282 0 254200 0
[pid=23522] ppid=23507 vsize=310084 CPUtime=0 cores=0,2,4,6
/proc/23522/stat : 23522 (python) S 23507 23507 22144 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 519407695 317526016 5742 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 17202994116850319620 0 0 17 6 0 0 0
/proc/23522/statm: 77521 5742 348 364 0 13430 0
[pid=23524] ppid=23522 vsize=2828 CPUtime=0.77 cores=0,2,4,6
/proc/23524/stat : 23524 (march_hi) R 23522 23524 23524 0 -1 4202496 777 0 0 0 77 0 0 0 25 0 1 0 519407696 2895872 511 33554432000 4194304 4955518 140734516163952 18446744073709551615 4224654 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23524/statm: 707 511 104 186 0 520 0
[pid=23507/tid=23514] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23514/stat : 23514 (python) S 23505 23507 22144 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 5 0 519407686 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23517] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23517/stat : 23517 (python) S 23505 23507 22144 0 -1 4202560 20 935 0 0 0 0 0 0 23 0 5 0 519407689 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23520] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23520/stat : 23520 (python) S 23505 23507 22144 0 -1 4202560 18 935 0 0 0 0 0 0 25 0 5 0 519407692 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23523] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23523/stat : 23523 (python) S 23505 23507 22144 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 519407696 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 3539120

[startup+3.10108 s]
/proc/loadavg: 5.19 6.81 7.09 9/244 23524
/proc/meminfo: memFree=29020568/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=320328 CPUtime=0.56 cores=0,2,4,6
/proc/23507/stat : 23507 (python) S 23505 23507 22144 0 -1 4202496 12320 935 1 0 49 7 0 0 25 0 5 0 519407625 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23507/statm: 80082 7279 1881 364 0 15991 0
[pid=23513] ppid=23507 vsize=278628 CPUtime=0 cores=0,2,4,6
/proc/23513/stat : 23513 (python) S 23507 23507 22144 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 519407686 285315072 5570 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256527 0 0 16781312 514 13045124375961895172 0 0 17 6 0 0 0
/proc/23513/statm: 69657 5570 354 364 0 5575 0
[pid=23515] ppid=23513 vsize=1017936 CPUtime=1.21 cores=0,2,4,6
/proc/23515/stat : 23515 (gnovelty+2) R 23513 23515 23515 0 -1 4202496 459 0 0 0 121 0 0 0 25 0 1 0 519407688 1042366464 196 33554432000 134512640 135663704 4290130416 18446744073709551615 134545757 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23515/statm: 254484 196 113 282 0 254200 0
[pid=23516] ppid=23507 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/23516/stat : 23516 (python) S 23507 23507 22144 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 519407689 296345600 5708 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 16520140221396779268 0 0 17 6 0 0 0
/proc/23516/statm: 72350 5708 348 364 0 8265 0
[pid=23518] ppid=23516 vsize=2896 CPUtime=1.22 cores=0,2,4,6
/proc/23518/stat : 23518 (march_hi) R 23516 23518 23518 0 -1 4202496 791 0 0 0 122 0 0 0 25 0 1 0 519407691 2965504 528 33554432000 4194304 4955518 140735416897856 18446744073709551615 4227104 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23518/statm: 724 528 104 186 0 537 0
[pid=23519] ppid=23507 vsize=299288 CPUtime=0 cores=0,2,4,6
/proc/23519/stat : 23519 (python) S 23507 23507 22144 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 519407692 306470912 5616 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 4413588936891269378 0 0 17 6 0 0 0
/proc/23519/statm: 74822 5616 348 364 0 10734 0
[pid=23521] ppid=23519 vsize=1017936 CPUtime=1.22 cores=0,2,4,6
/proc/23521/stat : 23521 (gnovelty+2) R 23519 23521 23521 0 -1 4202496 462 0 0 0 122 0 0 0 25 0 1 0 519407695 1042366464 196 33554432000 134512640 135663704 4290317520 18446744073709551615 134525187 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23521/statm: 254484 196 113 282 0 254200 0
[pid=23522] ppid=23507 vsize=310084 CPUtime=0 cores=0,2,4,6
/proc/23522/stat : 23522 (python) S 23507 23507 22144 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 519407695 317526016 5742 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 5601796655851471108 0 0 17 6 0 0 0
/proc/23522/statm: 77521 5742 348 364 0 13430 0
[pid=23524] ppid=23522 vsize=3300 CPUtime=2.37 cores=0,2,4,6
/proc/23524/stat : 23524 (march_hi) R 23522 23524 23524 0 -1 4202496 843 0 0 0 237 0 0 0 25 0 1 0 519407696 3379200 577 33554432000 4194304 4955518 140734516163952 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23524/statm: 825 577 104 186 0 638 0
[pid=23507/tid=23514] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23514/stat : 23514 (python) S 23505 23507 22144 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 5 0 519407686 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23517] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23517/stat : 23517 (python) S 23505 23507 22144 0 -1 4202560 20 935 0 0 0 0 0 0 23 0 5 0 519407689 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23520] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23520/stat : 23520 (python) S 23505 23507 22144 0 -1 4202560 18 935 0 0 0 0 0 0 25 0 5 0 519407692 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23523] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23523/stat : 23523 (python) S 23505 23507 22144 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 519407696 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 3539796

[startup+6.30049 s]
/proc/loadavg: 5.19 6.81 7.09 9/244 23524
/proc/meminfo: memFree=29017468/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=320328 CPUtime=0.56 cores=0,2,4,6
/proc/23507/stat : 23507 (python) S 23505 23507 22144 0 -1 4202496 12320 935 1 0 49 7 0 0 25 0 5 0 519407625 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23507/statm: 80082 7279 1881 364 0 15991 0
[pid=23513] ppid=23507 vsize=278628 CPUtime=0 cores=0,2,4,6
/proc/23513/stat : 23513 (python) S 23507 23507 22144 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 519407686 285315072 5593 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256527 0 0 16781312 514 13045124375961895172 0 0 17 6 0 0 0
/proc/23513/statm: 69657 5593 377 364 0 5575 0
[pid=23515] ppid=23513 vsize=1017936 CPUtime=2.81 cores=0,2,4,6
/proc/23515/stat : 23515 (gnovelty+2) R 23513 23515 23515 0 -1 4202496 459 0 0 0 281 0 0 0 25 0 1 0 519407688 1042366464 196 33554432000 134512640 135663704 4290130416 18446744073709551615 134545644 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23515/statm: 254484 196 113 282 0 254200 0
[pid=23516] ppid=23507 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/23516/stat : 23516 (python) S 23507 23507 22144 0 -1 4202560 912 0 0 0 0 0 0 0 15 0 1 0 519407689 296345600 5731 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 16520140221396779268 0 0 17 6 0 0 0
/proc/23516/statm: 72350 5731 371 364 0 8265 0
[pid=23518] ppid=23516 vsize=3300 CPUtime=2.82 cores=0,2,4,6
/proc/23518/stat : 23518 (march_hi) R 23516 23518 23518 0 -1 4202496 858 0 0 0 282 0 0 0 25 0 1 0 519407691 3379200 595 33554432000 4194304 4955518 140735416897856 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/23518/statm: 825 595 104 186 0 638 0
[pid=23519] ppid=23507 vsize=299288 CPUtime=0 cores=0,2,4,6
/proc/23519/stat : 23519 (python) S 23507 23507 22144 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 519407692 306470912 5639 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 4413588936891269378 0 0 17 6 0 0 0
/proc/23519/statm: 74822 5639 371 364 0 10734 0
[pid=23521] ppid=23519 vsize=1017936 CPUtime=2.82 cores=0,2,4,6
/proc/23521/stat : 23521 (gnovelty+2) R 23519 23521 23521 0 -1 4202496 462 0 0 0 282 0 0 0 25 0 1 0 519407695 1042366464 196 33554432000 134512640 135663704 4290317520 18446744073709551615 134545619 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23521/statm: 254484 196 113 282 0 254200 0
[pid=23522] ppid=23507 vsize=310084 CPUtime=0 cores=0,2,4,6
/proc/23522/stat : 23522 (python) S 23507 23507 22144 0 -1 4202560 907 0 0 0 0 0 0 0 15 0 1 0 519407695 317526016 5765 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 17202994116850319620 0 0 17 6 0 0 0
/proc/23522/statm: 77521 5765 371 364 0 13430 0
[pid=23524] ppid=23522 vsize=4024 CPUtime=5.5 cores=0,2,4,6
/proc/23524/stat : 23524 (march_hi) R 23522 23524 23524 0 -1 4202496 990 0 0 0 550 0 0 0 25 0 1 0 519407696 4120576 724 33554432000 4194304 4955518 140734516163952 18446744073709551615 4227695 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23524/statm: 1006 724 104 186 0 819 0
[pid=23507/tid=23514] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23514/stat : 23514 (python) S 23505 23507 22144 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 5 0 519407686 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23517] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23517/stat : 23517 (python) S 23505 23507 22144 0 -1 4202560 20 935 0 0 0 0 0 0 23 0 5 0 519407689 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23520] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23520/stat : 23520 (python) S 23505 23507 22144 0 -1 4202560 18 935 0 0 0 0 0 0 25 0 5 0 519407692 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23523] ppid=23505 vsize=320328 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23523/stat : 23523 (python) S 23505 23507 22144 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 5 0 519407696 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.51
Current children cumulated vsize (KiB) 3540924

[startup+12.7013 s]
/proc/loadavg: 5.70 6.86 7.10 9/244 23525
/proc/meminfo: memFree=29013804/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=320328 CPUtime=0.56 cores=0,2,4,6
/proc/23507/stat : 23507 (python) S 23505 23507 22144 0 -1 4202496 12320 935 1 0 49 7 0 0 25 0 5 0 519407625 328015872 7279 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/23507/statm: 80082 7279 1881 364 0 15991 0
[pid=23513] ppid=23507 vsize=278628 CPUtime=0.01 cores=0,2,4,6
/proc/23513/stat : 23513 (python) S 23507 23507 22144 0 -1 4202560 905 0 0 0 1 0 0 0 18 0 1 0 519407686 285315072 5593 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256527 0 0 16781312 514 6890155586155938052 0 0 17 6 0 0 0
/proc/23513/statm: 69657 5593 377 364 0 5575 0
[pid=23515] ppid=23513 vsize=1017936 CPUtime=6.01 cores=0,2,4,6
/proc/23515/stat : 23515 (gnovelty+2) R 23513 23515 23515 0 -1 4202496 459 0 0 0 601 0 0 0 25 0 1 0 519407688 1042366464 196 33554432000 134512640 135663704 4290130416 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23515/statm: 254484 196 113 282 0 254200 0
[pid=23516] ppid=23507 vsize=289400 CPUtime=0.01 cores=0,2,4,6

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

[pid=23513] ppid=23507 vsize=288872 CPUtime=0.24 cores=0,2,4,6
/proc/23513/stat : 23513 (python) S 23507 23507 22144 0 -1 4202560 1103 0 0 0 14 10 0 0 19 0 2 0 519407686 295804928 5631 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23513/statm: 72218 5631 410 364 0 8136 0
[pid=23515] ppid=23513 vsize=1017936 CPUtime=99.5 cores=0,2,4,6
/proc/23515/stat : 23515 (gnovelty+2) T 23513 23515 23515 0 -1 4202496 459 0 0 0 9950 0 0 0 25 0 1 0 519407688 1042366464 196 33554432000 134512640 135663704 4290130416 18446744073709551615 134524921 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23515/statm: 254484 196 113 282 0 254200 0
[pid=23513/tid=23533] ppid=23507 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/23513/task/23533/stat : 23533 (python) S 23507 23507 22144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519423612 295804928 5631 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604447360063360 0 0 -1 4 0 0 0
[pid=23516] ppid=23507 vsize=289400 CPUtime=2.03 cores=0,2,4,6
/proc/23516/stat : 23516 (python) S 23507 23507 22144 0 -1 4202560 1139 0 0 0 116 87 0 0 15 0 2 0 519407689 296345600 5761 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23516/statm: 72350 5761 400 364 0 8265 0
[pid=23518] ppid=23516 vsize=175468 CPUtime=966.69 cores=0,2,4,6
/proc/23518/stat : 23518 (march_hi) R 23516 23518 23518 0 -1 4202496 34043 0 0 0 96661 8 0 0 25 0 1 0 519407691 179679232 33780 33554432000 4194304 4955518 140735416897856 18446744073709551615 4235350 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23518/statm: 43867 33780 104 186 0 43680 0
[pid=23516/tid=23538] ppid=23507 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/23516/task/23538/stat : 23538 (python) S 23507 23507 22144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 519427163 296345600 5761 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604450764280000 0 0 -1 6 0 0 0
[pid=23519] ppid=23507 vsize=299288 CPUtime=0.18 cores=0,2,4,6
/proc/23519/stat : 23519 (python) S 23507 23507 22144 0 -1 4202560 1091 0 0 0 10 8 0 0 19 0 2 0 519407692 306470912 5669 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23519/statm: 74822 5669 400 364 0 10734 0
[pid=23521] ppid=23519 vsize=1017936 CPUtime=102.44 cores=0,2,4,6
/proc/23521/stat : 23521 (gnovelty+2) T 23519 23521 23521 0 -1 4202496 463 0 0 0 10244 0 0 0 25 0 1 0 519407695 1042366464 197 33554432000 134512640 135663704 4290317520 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23521/statm: 254484 197 113 282 0 254200 0
[pid=23519/tid=23528] ppid=23507 vsize=299288 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23528/stat : 23528 (python) S 23507 23507 22144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519419513 306470912 5669 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604453940312000 0 0 -1 6 0 0 0
[pid=23522] ppid=23507 vsize=310084 CPUtime=1.68 cores=0,2,4,6
/proc/23522/stat : 23522 (python) S 23507 23507 22144 0 -1 4202560 1163 0 0 0 90 78 0 0 15 0 2 0 519407695 317526016 5795 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23522/statm: 77521 5795 400 364 0 13430 0
[pid=23524] ppid=23522 vsize=175336 CPUtime=777.99 cores=0,2,4,6
/proc/23524/stat : 23524 (march_hi) T 23522 23524 23524 0 -1 4202496 28379 0 0 0 77794 5 0 0 25 0 1 0 519407696 179544064 28113 33554432000 4194304 4955518 140734516163952 18446744073709551615 4209780 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23524/statm: 43834 28113 104 186 0 43647 0
[pid=23522/tid=23546] ppid=23507 vsize=310084 CPUtime=0 cores=0,2,4,6
/proc/23522/task/23546/stat : 23546 (python) S 23507 23507 22144 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 519447050 317526016 5795 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604447360062464 0 0 -1 6 0 0 0
[pid=23529] ppid=23507 vsize=320340 CPUtime=1.85 cores=0,2,4,6
/proc/23529/stat : 23529 (python) S 23507 23507 22144 0 -1 4202560 1163 0 0 0 100 85 0 0 15 0 2 0 519419516 328028160 5799 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23529/statm: 80085 5799 400 364 0 15991 0
[pid=23531] ppid=23529 vsize=175336 CPUtime=775.06 cores=0,2,4,6
/proc/23531/stat : 23531 (march_hi) R 23529 23531 23531 0 -1 4202496 27962 0 0 0 77500 6 0 0 25 0 1 0 519419517 179544064 27696 33554432000 4194304 4955518 140735977375104 18446744073709551615 4227752 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23531/statm: 43834 27696 104 186 0 43647 0
[pid=23529/tid=23563] ppid=23507 vsize=320340 CPUtime=0 cores=0,2,4,6
/proc/23529/task/23563/stat : 23563 (python) S 23507 23507 22144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 519492241 328028160 5799 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604447360064256 0 0 -1 6 0 0 0
[pid=23534] ppid=23507 vsize=330200 CPUtime=1.83 cores=0,2,4,6
/proc/23534/stat : 23534 (python) S 23507 23507 22144 0 -1 4202560 1174 0 0 0 102 81 0 0 15 0 2 0 519423615 338124800 5708 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23534/statm: 82550 5708 400 364 0 18453 0
[pid=23536] ppid=23534 vsize=175336 CPUtime=970.43 cores=0,2,4,6
/proc/23536/stat : 23536 (march_hi) R 23534 23536 23536 0 -1 4202496 33665 0 0 0 97034 9 0 0 25 0 1 0 519423615 179544064 33400 33554432000 4194304 4955518 140735729155040 18446744073709551615 4227841 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23536/statm: 43834 33400 104 186 0 43647 0
[pid=23534/tid=23553] ppid=23507 vsize=330200 CPUtime=0 cores=0,2,4,6
/proc/23534/task/23553/stat : 23553 (python) S 23507 23507 22144 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 519472519 338124800 5708 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604449089501120 0 0 -1 0 0 0 0
[pid=23568] ppid=23507 vsize=341100 CPUtime=0.35 cores=0,2,4,6
/proc/23568/stat : 23568 (python) S 23507 23507 22144 0 -1 4202560 1004 0 0 0 20 15 0 0 15 0 1 0 519509827 349286400 5840 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 6890155586155938052 0 0 17 2 0 0 0
/proc/23568/statm: 85275 5840 371 364 0 21175 0
[pid=23570] ppid=23568 vsize=25392 CPUtime=123.09 cores=0,2,4,6
/proc/23570/stat : 23570 (march_hi) R 23568 23570 23570 0 -1 4202496 5455 0 0 0 12309 0 0 0 25 0 1 0 519509828 26001408 5188 33554432000 4194304 4955518 140733298885952 18446744073709551615 4235284 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23570/statm: 6348 5188 104 186 0 6161 0
[pid=23507/tid=23514] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23514/stat : 23514 (python) S 23505 23507 22144 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 8 0 519407686 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23517] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23517/stat : 23517 (python) S 23505 23507 22144 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 519407689 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23520] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23520/stat : 23520 (python) S 23505 23507 22144 0 -1 4202560 18 935 0 0 0 0 0 0 25 0 8 0 519407692 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23523] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23523/stat : 23523 (python) S 23505 23507 22144 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 519407696 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23530] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23530/stat : 23530 (python) S 23505 23507 22144 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 519419517 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23535] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23535/stat : 23535 (python) S 23505 23507 22144 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 8 0 519423615 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23569] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23569/stat : 23569 (python) S 23505 23507 22144 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 519509828 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3824.43
Current children cumulated vsize (KiB) 5293368



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.05 5.12 5.66 6/248 23596
/proc/meminfo: memFree=28360756/32951124 swapFree=67105204/67111528
[pid=23507] ppid=23505 vsize=351344 CPUtime=1.1 cores=0,2,4,6
/proc/23507/stat : 23507 (python) S 23505 23507 22144 0 -1 4202496 15676 935 1 0 102 8 0 0 18 0 8 0 519407625 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23507/statm: 87836 7373 1888 364 0 23736 0
[pid=23513] ppid=23507 vsize=288872 CPUtime=0.24 cores=0,2,4,6
/proc/23513/stat : 23513 (python) S 23507 23507 22144 0 -1 4202560 1103 0 0 0 14 10 0 0 19 0 2 0 519407686 295804928 5631 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23513/statm: 72218 5631 410 364 0 8136 0
[pid=23515] ppid=23513 vsize=1017936 CPUtime=99.5 cores=0,2,4,6
/proc/23515/stat : 23515 (gnovelty+2) T 23513 23515 23515 0 -1 4202496 459 0 0 0 9950 0 0 0 25 0 1 0 519407688 1042366464 196 33554432000 134512640 135663704 4290130416 18446744073709551615 134524921 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/23515/statm: 254484 196 113 282 0 254200 0
[pid=23513/tid=23533] ppid=23507 vsize=288872 CPUtime=0 cores=0,2,4,6
/proc/23513/task/23533/stat : 23533 (python) S 23507 23507 22144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519423612 295804928 5631 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604447360063360 0 0 -1 4 0 0 0
[pid=23516] ppid=23507 vsize=289400 CPUtime=2.12 cores=0,2,4,6
/proc/23516/stat : 23516 (python) S 23507 23507 22144 0 -1 4202560 1139 0 0 0 120 92 0 0 15 0 2 0 519407689 296345600 5761 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/23516/statm: 72350 5761 400 364 0 8265 0
[pid=23518] ppid=23516 vsize=175468 CPUtime=1023.79 cores=0,2,4,6
/proc/23518/stat : 23518 (march_hi) R 23516 23518 23518 0 -1 4202496 35793 0 0 0 102371 8 0 0 25 0 1 0 519407691 179679232 35530 33554432000 4194304 4955518 140735416897856 18446744073709551615 4227565 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/23518/statm: 43867 35530 104 186 0 43680 0
[pid=23516/tid=23538] ppid=23507 vsize=289400 CPUtime=0 cores=0,2,4,6
/proc/23516/task/23538/stat : 23538 (python) S 23507 23507 22144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 519427163 296345600 5761 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604450764280000 0 0 -1 6 0 0 0
[pid=23519] ppid=23507 vsize=299288 CPUtime=0.18 cores=0,2,4,6
/proc/23519/stat : 23519 (python) S 23507 23507 22144 0 -1 4202560 1091 0 0 0 10 8 0 0 19 0 2 0 519407692 306470912 5669 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23519/statm: 74822 5669 400 364 0 10734 0
[pid=23521] ppid=23519 vsize=1017936 CPUtime=102.44 cores=0,2,4,6
/proc/23521/stat : 23521 (gnovelty+2) T 23519 23521 23521 0 -1 4202496 463 0 0 0 10244 0 0 0 25 0 1 0 519407695 1042366464 197 33554432000 134512640 135663704 4290317520 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23521/statm: 254484 197 113 282 0 254200 0
[pid=23519/tid=23528] ppid=23507 vsize=299288 CPUtime=0 cores=0,2,4,6
/proc/23519/task/23528/stat : 23528 (python) S 23507 23507 22144 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 519419513 306470912 5669 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604453940312000 0 0 -1 6 0 0 0
[pid=23522] ppid=23507 vsize=310084 CPUtime=1.68 cores=0,2,4,6
/proc/23522/stat : 23522 (python) S 23507 23507 22144 0 -1 4202560 1163 0 0 0 90 78 0 0 15 0 2 0 519407695 317526016 5795 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23522/statm: 77521 5795 400 364 0 13430 0
[pid=23524] ppid=23522 vsize=175336 CPUtime=777.99 cores=0,2,4,6
/proc/23524/stat : 23524 (march_hi) T 23522 23524 23524 0 -1 4202496 28379 0 0 0 77794 5 0 0 25 0 1 0 519407696 179544064 28113 33554432000 4194304 4955518 140734516163952 18446744073709551615 4209780 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/23524/statm: 43834 28113 104 186 0 43647 0
[pid=23522/tid=23546] ppid=23507 vsize=310084 CPUtime=0 cores=0,2,4,6
/proc/23522/task/23546/stat : 23546 (python) S 23507 23507 22144 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 519447050 317526016 5795 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604447360062464 0 0 -1 6 0 0 0
[pid=23529] ppid=23507 vsize=320340 CPUtime=1.94 cores=0,2,4,6
/proc/23529/stat : 23529 (python) S 23507 23507 22144 0 -1 4202560 1163 0 0 0 104 90 0 0 15 0 2 0 519419516 328028160 5799 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23529/statm: 80085 5799 400 364 0 15991 0
[pid=23531] ppid=23529 vsize=175336 CPUtime=803.89 cores=0,2,4,6
/proc/23531/stat : 23531 (march_hi) R 23529 23531 23531 0 -1 4202496 28958 0 0 0 80383 6 0 0 25 0 1 0 519419517 179544064 28692 33554432000 4194304 4955518 140735977375104 18446744073709551615 4227679 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23531/statm: 43834 28692 104 186 0 43647 0
[pid=23529/tid=23563] ppid=23507 vsize=320340 CPUtime=0 cores=0,2,4,6
/proc/23529/task/23563/stat : 23563 (python) S 23507 23507 22144 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 519492241 328028160 5799 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604447360064256 0 0 -1 6 0 0 0
[pid=23534] ppid=23507 vsize=330200 CPUtime=1.91 cores=0,2,4,6
/proc/23534/stat : 23534 (python) S 23507 23507 22144 0 -1 4202560 1175 0 0 0 106 85 0 0 15 0 2 0 519423615 338124800 5708 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/23534/statm: 82550 5708 400 364 0 18453 0
[pid=23536] ppid=23534 vsize=175468 CPUtime=1028.02 cores=0,2,4,6
/proc/23536/stat : 23536 (march_hi) R 23534 23536 23536 0 -1 4202496 35415 0 0 0 102793 9 0 0 25 0 1 0 519423615 179679232 35150 33554432000 4194304 4955518 140735729155040 18446744073709551615 4263575 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/23536/statm: 43867 35150 104 186 0 43680 0
[pid=23534/tid=23553] ppid=23507 vsize=330200 CPUtime=0 cores=0,2,4,6
/proc/23534/task/23553/stat : 23553 (python) S 23507 23507 22144 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 519472519 338124800 5708 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 514 18446604449089501120 0 0 -1 0 0 0 0
[pid=23568] ppid=23507 vsize=341100 CPUtime=0.43 cores=0,2,4,6
/proc/23568/stat : 23568 (python) S 23507 23507 22144 0 -1 4202560 1012 0 0 0 24 19 0 0 15 0 1 0 519509827 349286400 5840 33554432000 4194304 5683644 140736162276528 18446744073709551615 220816256582 0 0 16781312 514 6890155586155938052 0 0 17 2 0 0 0
/proc/23568/statm: 85275 5840 371 364 0 21175 0
[pid=23570] ppid=23568 vsize=34124 CPUtime=151.98 cores=0,2,4,6
/proc/23570/stat : 23570 (march_hi) R 23568 23570 23570 0 -1 4202496 6483 0 0 0 15197 1 0 0 25 0 1 0 519509828 34942976 6216 33554432000 4194304 4955518 140733298885952 18446744073709551615 4282504 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/23570/statm: 8531 6216 104 186 0 8344 0
[pid=23507/tid=23514] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23514/stat : 23514 (python) S 23505 23507 22144 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 8 0 519407686 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23517] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23517/stat : 23517 (python) S 23505 23507 22144 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 8 0 519407689 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23520] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23520/stat : 23520 (python) S 23505 23507 22144 0 -1 4202560 18 935 0 0 0 0 0 0 25 0 8 0 519407692 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23523] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23523/stat : 23523 (python) S 23505 23507 22144 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 8 0 519407696 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23530] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23530/stat : 23530 (python) S 23505 23507 22144 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 8 0 519419517 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23535] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23535/stat : 23535 (python) S 23505 23507 22144 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 8 0 519423615 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
[pid=23507/tid=23569] ppid=23505 vsize=351344 CPUtime=0 cores=0,2,4,6
/proc/23507/task/23569/stat : 23569 (python) S 23505 23507 22144 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 8 0 519509828 359776256 7373 33554432000 4194304 5683644 140736162276528 18446744073709551615 220828060081 0 0 16781312 2 18446604453928146240 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.21
Current children cumulated vsize (KiB) 5302232

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 23507 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=22844
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=87986
# CPU time returned by wait4() is 1.11083
# while last known CPU time is 3997.21
#
# 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): 3997.21
CPU user time (s): 3993.02
CPU system time (s): 4.19
CPU usage (%): 307.466
Max. virtual memory (cumulated for all children) (KiB): 5302232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.02284
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16614
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= 1045
involuntary context switches= 67

runsolver used 3.17452 second user time and 6.26705 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-01 19:11:57
IDJOB=3317512
IDBENCH=82977
IDSOLVER=1705
FILE ID=node147/3317512-1304269917
RUNJOBID= node147-1304267279-22162
PBS_JOBID= 13173932
Free space on /tmp= 73220 MiB

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

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

MD5SUM BENCH= 84ed72ef969365b45feb251988bfac3d
RANDOM SEED=1533156851

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      29061760 kB
Buffers:        355288 kB
Cached:        1944568 kB
SwapCached:       3088 kB
Active:        1579488 kB
Inactive:      1955852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29061760 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:           35448 kB
Writeback:           0 kB
AnonPages:     1233496 kB
Mapped:          25468 kB
Slab:           278408 kB
PageTables:      14456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 22538656 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= 73220 MiB
End job on node147 at 2011-05-01 19:33:39