Trace number 3317630

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) 4800.15 1221.47

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1885965779-049.UNKNOWN.cnf
MD5SUM465b21028c8505bfc2ee7974d056b900
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3317630-1304270587.cnf
0.31/0.46	c INFO: computing task features
0.31/0.46	c INFO: computed variable-clause graph statistics
0.31/0.46	c INFO: computed clause balance statistics
0.40/0.51	c INFO: computed variable balance statistics
0.40/0.54	c INFO: computed small-clause counts
0.40/0.55	c INFO: computed Horn-clause counts
0.40/0.55	c INFO: computed variable graph statistics
0.40/0.55	c INFO: collected features for HOME/instance-3317630-1304270587.cnf in 0.09 s
0.40/0.58	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.49/0.61	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.17)
0.49/0.64	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.49/0.67	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.27)
397.65/117.81	c INFO: running march_hi@0 for 485 with 4682 remaining (b = 0.28)
402.02/118.97	c INFO: running march_hi@0 for 485 with 4681 remaining (b = 0.25)
850.39/231.24	c INFO: running march_hi@0 for 97 with 4569 remaining (b = 0.06)
1239.27/328.66	c INFO: running march_hi@97 for 97 with 4471 remaining (b = 0.06)
1500.40/394.03	c INFO: running march_hi@97 for 97 with 4406 remaining (b = 0.06)
1634.15/427.52	c INFO: running march_hi@489 for 194 with 4372 remaining (b = 0.12)
1885.30/490.40	c INFO: running march_hi@195 for 194 with 4310 remaining (b = 0.13)
2355.28/608.13	c INFO: running march_hi@101 for 97 with 4192 remaining (b = 0.06)
2368.05/611.31	c INFO: running march_hi@195 for 194 with 4189 remaining (b = 0.13)
2401.19/619.66	c INFO: running march_hi@586 for 97 with 4180 remaining (b = 0.07)
2651.53/682.39	c INFO: running march_hi@685 for 97 with 4118 remaining (b = 0.05)
2744.97/705.75	c INFO: running march_hi@589 for 97 with 4094 remaining (b = 0.06)
2795.31/718.39	c INFO: running march_hi@0 for 388 with 4082 remaining (b = 0.21)
3044.02/780.63	c INFO: running march_hi@0 for 388 with 4019 remaining (b = 0.17)
3119.44/799.57	c INFO: running kcnfs-2006@0 for 582 with 4000 remaining (b = 0.21)
3136.96/803.95	c INFO: running march_hi@386 for 97 with 3996 remaining (b = 0.06)
3544.51/906.30	c INFO: running march_hi@0 for 388 with 3894 remaining (b = 0.13)
4360.35/1111.02	c INFO: running march_hi@777 for 1358 with 3689 remaining (b = 0.45)
4604.52/1172.37	c INFO: running march_hi@97 for 291 with 3628 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-3317630-1304270587/watcher-3317630-1304270587 -o /tmp/evaluation-result-3317630-1304270587/solver-3317630-1304270587 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317630-1304270587.cnf -seed 1936579876 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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.05 9.16 8.80 7/260 29986
/proc/meminfo: memFree=28463740/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=16236 CPUtime=0 cores=1,3,5,7
/proc/29986/stat : 29986 (python) R 29984 29986 28463 0 -1 4202496 996 0 0 0 0 0 0 0 25 0 1 0 538656939 16625664 869 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516495045 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29986/statm: 4059 869 368 364 0 546 0

[startup+0.0948029 s]
/proc/loadavg: 9.05 9.16 8.80 7/260 29986
/proc/meminfo: memFree=28463740/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=102008 CPUtime=0.07 cores=1,3,5,7
/proc/29986/stat : 29986 (python) S 29984 29986 28463 0 -1 4202496 3025 0 0 0 5 2 0 0 17 0 1 0 538656939 104456192 2717 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/29986/statm: 25502 2717 841 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102008

[startup+0.101655 s]
/proc/loadavg: 9.05 9.16 8.80 7/260 29986
/proc/meminfo: memFree=28463740/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=104612 CPUtime=0.07 cores=1,3,5,7
/proc/29986/stat : 29986 (python) S 29984 29986 28463 0 -1 4202496 3142 0 0 0 5 2 0 0 17 0 1 0 538656939 107122688 2821 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516832256 0 2147483391 16781312 2 18446744071699453118 0 0 17 7 0 0 0
/proc/29986/statm: 26153 2821 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300795 s]
/proc/loadavg: 9.05 9.16 8.80 7/260 29986
/proc/meminfo: memFree=28463740/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=198916 CPUtime=0.22 cores=1,3,5,7
/proc/29986/stat : 29986 (python) R 29984 29986 28463 0 -1 4202496 7016 934 1 0 16 6 0 0 17 0 1 0 538656939 203689984 5053 33554432000 4194304 5683644 140734878482448 18446744073709551615 47615458436864 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/29986/statm: 49729 5053 1466 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 198916

[startup+0.70069 s]
/proc/loadavg: 9.05 9.16 8.80 7/260 29986
/proc/meminfo: memFree=28463740/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=320328 CPUtime=0.56 cores=1,3,5,7
/proc/29986/stat : 29986 (python) S 29984 29986 28463 0 -1 4202496 12363 934 1 0 47 9 0 0 24 0 5 0 538656939 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29986/statm: 80082 7279 1881 364 0 15991 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 320328

[startup+1.50054 s]
/proc/loadavg: 8.80 9.11 8.79 10/273 30003
/proc/meminfo: memFree=28424816/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=320328 CPUtime=0.56 cores=1,3,5,7
/proc/29986/stat : 29986 (python) S 29984 29986 28463 0 -1 4202496 12363 934 1 0 47 9 0 0 24 0 5 0 538656939 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29986/statm: 80082 7279 1881 364 0 15991 0
[pid=29992] ppid=29986 vsize=278648 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (python) S 29986 29986 28463 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538656997 285335552 5582 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854287 0 0 16781312 514 5632227151978692607 0 0 17 7 0 0 0
/proc/29992/statm: 69662 5582 354 364 0 5580 0
[pid=29994] ppid=29992 vsize=1017932 CPUtime=0.91 cores=1,3,5,7
/proc/29994/stat : 29994 (gnovelty+2) R 29992 29994 29994 0 -1 4202496 445 0 0 0 91 0 0 0 21 0 1 0 538656997 1042362368 185 33554432000 134512640 135663704 4294768208 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29994/statm: 254483 185 113 282 0 254199 0
[pid=29995] ppid=29986 vsize=289372 CPUtime=0 cores=1,3,5,7
/proc/29995/stat : 29995 (python) S 29986 29986 28463 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 538657000 296316928 5701 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 9782442917548228869 0 0 17 7 0 0 0
/proc/29995/statm: 72343 5701 348 364 0 8258 0
[pid=29997] ppid=29995 vsize=2496 CPUtime=0.51 cores=1,3,5,7
/proc/29997/stat : 29997 (march_hi) R 29995 29997 29997 0 -1 4202496 677 0 0 0 51 0 0 0 22 0 1 0 538657001 2555904 415 33554432000 4194304 4955518 140736255950160 18446744073709551615 4346425 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29997/statm: 624 415 104 186 0 437 0
[pid=29998] ppid=29986 vsize=299288 CPUtime=0 cores=1,3,5,7
/proc/29998/stat : 29998 (python) S 29986 29986 28463 0 -1 4202560 741 0 0 0 0 0 0 0 21 0 1 0 538657003 306470912 5603 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 4445318368567754751 0 0 17 5 0 0 0
/proc/29998/statm: 74822 5603 348 364 0 10734 0
[pid=30000] ppid=29998 vsize=1017932 CPUtime=0.35 cores=1,3,5,7
/proc/30000/stat : 30000 (gnovelty+2) R 29998 30000 30000 0 -1 4202496 450 0 0 0 35 0 0 0 24 0 1 0 538657006 1042362368 185 33554432000 134512640 135663704 4294931104 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30000/statm: 254483 185 113 282 0 254199 0
[pid=30001] ppid=29986 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/30001/stat : 30001 (python) S 29986 29986 28463 0 -1 4202560 769 0 0 0 0 0 0 0 19 0 1 0 538657006 317526016 5742 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 4518152767570673927 0 0 17 5 0 0 0
/proc/30001/statm: 77521 5742 348 364 0 13430 0
[pid=30003] ppid=30001 vsize=2700 CPUtime=0.81 cores=1,3,5,7
/proc/30003/stat : 30003 (march_hi) R 30001 30003 30003 0 -1 4202496 731 0 0 0 81 0 0 0 25 0 1 0 538657007 2764800 467 33554432000 4194304 4955518 140734897181456 18446744073709551615 4227917 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30003/statm: 675 467 104 186 0 488 0
[pid=29986/tid=29993] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28463 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 538656997 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28463 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538657000 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28463 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 538657003 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30002] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30002/stat : 30002 (python) S 29984 29986 28463 0 -1 4202560 30 934 0 0 0 0 0 0 24 0 5 0 538657007 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 3538780

[startup+3.10125 s]
/proc/loadavg: 8.80 9.11 8.79 10/273 30003
/proc/meminfo: memFree=28423328/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=320328 CPUtime=0.56 cores=1,3,5,7
/proc/29986/stat : 29986 (python) S 29984 29986 28463 0 -1 4202496 12363 934 1 0 47 9 0 0 24 0 5 0 538656939 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29986/statm: 80082 7279 1881 364 0 15991 0
[pid=29992] ppid=29986 vsize=278648 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (python) S 29986 29986 28463 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538656997 285335552 5582 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854287 0 0 16781312 514 5632227151978660103 0 0 17 7 0 0 0
/proc/29992/statm: 69662 5582 354 364 0 5580 0
[pid=29994] ppid=29992 vsize=1017932 CPUtime=2.51 cores=1,3,5,7
/proc/29994/stat : 29994 (gnovelty+2) R 29992 29994 29994 0 -1 4202496 445 0 0 0 251 0 0 0 25 0 1 0 538656997 1042362368 185 33554432000 134512640 135663704 4294768208 18446744073709551615 134524821 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29994/statm: 254483 185 113 282 0 254199 0
[pid=29995] ppid=29986 vsize=289372 CPUtime=0 cores=1,3,5,7
/proc/29995/stat : 29995 (python) S 29986 29986 28463 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 538657000 296316928 5701 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 9782442917548228869 0 0 17 7 0 0 0
/proc/29995/statm: 72343 5701 348 364 0 8258 0
[pid=29997] ppid=29995 vsize=2800 CPUtime=1.31 cores=1,3,5,7
/proc/29997/stat : 29997 (march_hi) R 29995 29997 29997 0 -1 4202496 748 0 0 0 131 0 0 0 25 0 1 0 538657001 2867200 486 33554432000 4194304 4955518 140736255950160 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29997/statm: 700 486 104 186 0 513 0
[pid=29998] ppid=29986 vsize=299288 CPUtime=0 cores=1,3,5,7
/proc/29998/stat : 29998 (python) S 29986 29986 28463 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538657003 306470912 5603 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 4445318368567722246 0 0 17 5 0 0 0
/proc/29998/statm: 74822 5603 348 364 0 10734 0
[pid=30000] ppid=29998 vsize=1017932 CPUtime=1.14 cores=1,3,5,7
/proc/30000/stat : 30000 (gnovelty+2) R 29998 30000 30000 0 -1 4202496 450 0 0 0 114 0 0 0 25 0 1 0 538657006 1042362368 185 33554432000 134512640 135663704 4294931104 18446744073709551615 134544264 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30000/statm: 254483 185 113 282 0 254199 0
[pid=30001] ppid=29986 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/30001/stat : 30001 (python) S 29986 29986 28463 0 -1 4202560 774 0 0 0 0 0 0 0 15 0 1 0 538657006 317526016 5742 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 4518152767570673927 0 0 17 5 0 0 0
/proc/30001/statm: 77521 5742 348 364 0 13430 0
[pid=30003] ppid=30001 vsize=2952 CPUtime=2.41 cores=1,3,5,7
/proc/30003/stat : 30003 (march_hi) R 30001 30003 30003 0 -1 4202496 790 0 0 0 241 0 0 0 25 0 1 0 538657007 3022848 526 33554432000 4194304 4955518 140734897181456 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30003/statm: 738 526 104 186 0 551 0
[pid=29986/tid=29993] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28463 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 538656997 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28463 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538657000 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28463 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 538657003 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30002] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30002/stat : 30002 (python) S 29984 29986 28463 0 -1 4202560 30 934 0 0 0 0 0 0 24 0 5 0 538657007 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 3539336

[startup+6.30067 s]
/proc/loadavg: 8.80 9.11 8.79 11/273 30004
/proc/meminfo: memFree=28418560/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=320328 CPUtime=0.56 cores=1,3,5,7
/proc/29986/stat : 29986 (python) S 29984 29986 28463 0 -1 4202496 12363 934 1 0 47 9 0 0 24 0 5 0 538656939 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29986/statm: 80082 7279 1881 364 0 15991 0
[pid=29992] ppid=29986 vsize=278648 CPUtime=0 cores=1,3,5,7
/proc/29992/stat : 29992 (python) S 29986 29986 28463 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 538656997 285335552 5605 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854287 0 0 16781312 514 5632227151978660103 0 0 17 7 0 0 0
/proc/29992/statm: 69662 5605 377 364 0 5580 0
[pid=29994] ppid=29992 vsize=1017932 CPUtime=5.71 cores=1,3,5,7
/proc/29994/stat : 29994 (gnovelty+2) R 29992 29994 29994 0 -1 4202496 445 0 0 0 571 0 0 0 25 0 1 0 538656997 1042362368 185 33554432000 134512640 135663704 4294768208 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29994/statm: 254483 185 113 282 0 254199 0
[pid=29995] ppid=29986 vsize=289372 CPUtime=0 cores=1,3,5,7
/proc/29995/stat : 29995 (python) S 29986 29986 28463 0 -1 4202560 905 0 0 0 0 0 0 0 15 0 1 0 538657000 296316928 5724 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 9782442917548228869 0 0 17 7 0 0 0
/proc/29995/statm: 72343 5724 371 364 0 8258 0
[pid=29997] ppid=29995 vsize=2952 CPUtime=2.89 cores=1,3,5,7
/proc/29997/stat : 29997 (march_hi) R 29995 29997 29997 0 -1 4202496 807 0 0 0 289 0 0 0 25 0 1 0 538657001 3022848 545 33554432000 4194304 4955518 140736255950160 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29997/statm: 738 545 104 186 0 551 0
[pid=29998] ppid=29986 vsize=299288 CPUtime=0 cores=1,3,5,7
/proc/29998/stat : 29998 (python) S 29986 29986 28463 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 538657003 306470912 5626 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 4445318368567722246 0 0 17 5 0 0 0
/proc/29998/statm: 74822 5626 371 364 0 10734 0
[pid=30000] ppid=29998 vsize=1017932 CPUtime=2.72 cores=1,3,5,7
/proc/30000/stat : 30000 (gnovelty+2) R 29998 30000 30000 0 -1 4202496 450 0 0 0 272 0 0 0 25 0 1 0 538657006 1042362368 185 33554432000 134512640 135663704 4294931104 18446744073709551615 134545572 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30000/statm: 254483 185 113 282 0 254199 0
[pid=30001] ppid=29986 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/30001/stat : 30001 (python) S 29986 29986 28463 0 -1 4202560 929 0 0 0 0 0 0 0 15 0 1 0 538657006 317526016 5765 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 4518152767570673927 0 0 17 5 0 0 0
/proc/30001/statm: 77521 5765 371 364 0 13430 0
[pid=30003] ppid=30001 vsize=3656 CPUtime=5.59 cores=1,3,5,7
/proc/30003/stat : 30003 (march_hi) R 30001 30003 30003 0 -1 4202496 934 0 0 0 559 0 0 0 25 0 1 0 538657007 3743744 670 33554432000 4194304 4955518 140734897181456 18446744073709551615 4227935 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30003/statm: 914 670 104 186 0 727 0
[pid=29986/tid=29993] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28463 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 5 0 538656997 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28463 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 5 0 538657000 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28463 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 5 0 538657003 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30002] ppid=29984 vsize=320328 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30002/stat : 30002 (python) S 29984 29986 28463 0 -1 4202560 30 934 0 0 0 0 0 0 24 0 5 0 538657007 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 17.47
Current children cumulated vsize (KiB) 3540192

[startup+12.7005 s]
/proc/loadavg: 8.83 9.10 8.79 10/273 30004
/proc/meminfo: memFree=28413772/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=320328 CPUtime=0.56 cores=1,3,5,7
/proc/29986/stat : 29986 (python) S 29984 29986 28463 0 -1 4202496 12363 934 1 0 47 9 0 0 24 0 5 0 538656939 328015872 7279 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29986/statm: 80082 7279 1881 364 0 15991 0
[pid=29992] ppid=29986 vsize=278648 CPUtime=0.01 cores=1,3,5,7
/proc/29992/stat : 29992 (python) S 29986 29986 28463 0 -1 4202560 903 0 0 0 1 0 0 0 18 0 1 0 538656997 285335552 5605 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854287 0 0 16781312 514 6974281419820335367 0 0 17 7 0 0 0
/proc/29992/statm: 69662 5605 377 364 0 5580 0
[pid=29994] ppid=29992 vsize=1017932 CPUtime=12.11 cores=1,3,5,7
/proc/29994/stat : 29994 (gnovelty+2) R 29992 29994 29994 0 -1 4202496 445 0 0 0 1211 0 0 0 25 0 1 0 538656997 1042362368 185 33554432000 134512640 135663704 4294768208 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29994/statm: 254483 185 113 282 0 254199 0
[pid=29995] ppid=29986 vsize=289372 CPUtime=0.01 cores=1,3,5,7

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

[pid=30060] ppid=29986 vsize=350816 CPUtime=0.7 cores=1,3,5,7
/proc/30060/stat : 30060 (python) S 29986 29986 28463 0 -1 4202560 1212 0 0 0 36 34 0 0 16 0 2 0 538735003 359235584 5755 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30060/statm: 87704 5755 406 364 0 23601 0
[pid=30062] ppid=30060 vsize=79232 CPUtime=391.27 cores=1,3,5,7
/proc/30062/stat : 30062 (march_hi) T 30060 30062 30062 0 -1 4202496 14197 0 0 0 39124 3 0 0 25 0 1 0 538735003 81133568 13927 33554432000 4194304 4955518 140737064348720 18446744073709551615 4209672 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/30062/statm: 19808 13927 104 186 0 19621 0
[pid=30060/tid=30081] ppid=29986 vsize=350816 CPUtime=0 cores=1,3,5,7
/proc/30060/task/30081/stat : 30081 (python) S 29986 29986 28463 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 538774174 359235584 5755 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 514 18446604471110855552 0 0 -1 5 0 0 0
[pid=30064] ppid=29986 vsize=361656 CPUtime=0.63 cores=1,3,5,7
/proc/30064/stat : 30064 (python) S 29986 29986 28463 0 -1 4202560 1036 0 0 0 33 30 0 0 18 0 1 0 538736896 370335744 5858 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 6974281419820335365 0 0 17 5 0 0 0
/proc/30064/statm: 90414 5858 371 364 0 26308 0
[pid=30066] ppid=30064 vsize=182576 CPUtime=376.28 cores=1,3,5,7
/proc/30066/stat : 30066 (kcnfs-2006) R 30064 30066 30066 0 -1 4202496 633 0 0 0 37628 0 0 0 25 0 1 0 538736897 186957824 367 33554432000 134512640 135163436 4288935088 18446744073709551615 134571698 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30066/statm: 45644 367 77 159 0 45484 0
[pid=30070] ppid=29986 vsize=371388 CPUtime=0.49 cores=1,3,5,7
/proc/30070/stat : 30070 (python) S 29986 29986 28463 0 -1 4202560 1051 0 0 0 26 23 0 0 15 0 1 0 538747570 380301312 5750 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 6974281419820335365 0 0 17 5 0 0 0
/proc/30070/statm: 92847 5750 371 364 0 28738 0
[pid=30072] ppid=30070 vsize=50820 CPUtime=274.38 cores=1,3,5,7
/proc/30072/stat : 30072 (march_hi) R 30070 30072 30072 0 -1 4202496 10440 0 0 0 27435 3 0 0 25 0 1 0 538747570 52039680 10170 33554432000 4194304 4955518 140734542380960 18446744073709551615 4209699 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30072/statm: 12705 10170 104 186 0 12518 0
[pid=29986/tid=29993] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28463 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 11 0 538656997 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28463 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 11 0 538657000 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28463 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 11 0 538657003 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30002] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30002/stat : 30002 (python) S 29984 29986 28463 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 11 0 538657007 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30010] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30010/stat : 30010 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 538668720 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30014] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30014/stat : 30014 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 538668836 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30057] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30057/stat : 30057 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 538728779 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30061] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30061/stat : 30061 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 538735003 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30065] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30065/stat : 30065 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 538736897 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30071] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30071/stat : 30071 (python) S 29984 29986 28463 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 11 0 538747570 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4644.37
Current children cumulated vsize (KiB) 6561228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1221.4 s]
/proc/loadavg: 4.07 4.40 5.96 5/266 30082
/proc/meminfo: memFree=28127244/32951124 swapFree=67102756/67111528
[pid=29986] ppid=29984 vsize=382096 CPUtime=1.14 cores=1,3,5,7
/proc/29986/stat : 29986 (python) S 29984 29986 28463 0 -1 4202496 18602 934 1 0 103 11 0 0 18 0 11 0 538656939 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29986/statm: 95524 7376 1894 364 0 31415 0
[pid=29992] ppid=29986 vsize=288892 CPUtime=0.2 cores=1,3,5,7
/proc/29992/stat : 29992 (python) S 29986 29986 28463 0 -1 4202560 1087 0 0 0 10 10 0 0 19 0 2 0 538656997 295825408 5643 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/29992/statm: 72223 5643 410 364 0 8141 0
[pid=29994] ppid=29992 vsize=1017932 CPUtime=97.45 cores=1,3,5,7
/proc/29994/stat : 29994 (gnovelty+2) T 29992 29994 29994 0 -1 4202496 445 0 0 0 9745 0 0 0 25 0 1 0 538656997 1042362368 185 33554432000 134512640 135663704 4294768208 18446744073709551615 134524594 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/29994/statm: 254483 185 113 282 0 254199 0
[pid=29992/tid=30008] ppid=29986 vsize=288892 CPUtime=0 cores=1,3,5,7
/proc/29992/task/30008/stat : 30008 (python) S 29986 29986 28463 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538668717 295825408 5643 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 514 18446604454224048320 0 0 -1 7 0 0 0
[pid=29995] ppid=29986 vsize=289372 CPUtime=1.46 cores=1,3,5,7
/proc/29995/stat : 29995 (python) S 29986 29986 28463 0 -1 4202560 1136 0 0 0 77 69 0 0 15 0 2 0 538657000 296316928 5754 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/29995/statm: 72343 5754 400 364 0 8258 0
[pid=29997] ppid=29995 vsize=126368 CPUtime=791.4 cores=1,3,5,7
/proc/29997/stat : 29997 (march_hi) R 29995 29997 29997 0 -1 4202496 27100 0 0 0 79133 7 0 0 25 0 1 0 538657001 129400832 26838 33554432000 4194304 4955518 140736255950160 18446744073709551615 4238722 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/29997/statm: 31592 26838 104 186 0 31405 0
[pid=29995/tid=30019] ppid=29986 vsize=289372 CPUtime=0 cores=1,3,5,7
/proc/29995/task/30019/stat : 30019 (python) S 29986 29986 28463 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538680060 296316928 5754 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 514 18446604463043465472 0 0 -1 1 0 0 0
[pid=29998] ppid=29986 vsize=299288 CPUtime=0.2 cores=1,3,5,7
/proc/29998/stat : 29998 (python) S 29986 29986 28463 0 -1 4202560 1076 0 0 0 11 9 0 0 19 0 2 0 538657003 306470912 5656 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/29998/statm: 74822 5656 400 364 0 10734 0
[pid=30000] ppid=29998 vsize=1017932 CPUtime=101.5 cores=1,3,5,7
/proc/30000/stat : 30000 (gnovelty+2) T 29998 30000 30000 0 -1 4202496 450 0 0 0 10150 0 0 0 25 0 1 0 538657006 1042362368 185 33554432000 134512640 135663704 4294931104 18446744073709551615 134545635 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30000/statm: 254483 185 113 282 0 254199 0
[pid=29998/tid=30012] ppid=29986 vsize=299288 CPUtime=0 cores=1,3,5,7
/proc/29998/task/30012/stat : 30012 (python) S 29986 29986 28463 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538668833 306470912 5656 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 514 18446604471127568768 0 0 -1 5 0 0 0
[pid=30001] ppid=29986 vsize=310084 CPUtime=1.36 cores=1,3,5,7
/proc/30001/stat : 30001 (python) S 29986 29986 28463 0 -1 4202560 1169 0 0 0 72 64 0 0 16 0 2 0 538657006 317526016 5795 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30001/statm: 77521 5795 400 364 0 13430 0
[pid=30003] ppid=30001 vsize=126368 CPUtime=778.21 cores=1,3,5,7
/proc/30003/stat : 30003 (march_hi) T 30001 30003 30003 0 -1 4202496 26719 0 0 0 77815 6 0 0 25 0 1 0 538657007 129400832 26455 33554432000 4194304 4955518 140734897181456 18446744073709551615 4224648 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30003/statm: 31592 26455 104 186 0 31405 0
[pid=30001/tid=30026] ppid=29986 vsize=310084 CPUtime=0 cores=1,3,5,7
/proc/30001/task/30026/stat : 30026 (python) S 29986 29986 28463 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538696340 317526016 5795 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 514 18446604471118156096 0 0 -1 5 0 0 0
[pid=30009] ppid=29986 vsize=320340 CPUtime=1.2 cores=1,3,5,7
/proc/30009/stat : 30009 (python) S 29986 29986 28463 0 -1 4202560 1162 0 0 0 64 56 0 0 15 0 2 0 538668720 328028160 5799 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30009/statm: 80085 5799 400 364 0 15991 0
[pid=30011] ppid=30009 vsize=108832 CPUtime=679.59 cores=1,3,5,7
/proc/30011/stat : 30011 (march_hi) T 30009 30011 30011 0 -1 4202496 23522 0 0 0 67955 4 0 0 25 0 1 0 538668720 111443968 23259 33554432000 4194304 4955518 140733481588864 18446744073709551615 4227522 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30011/statm: 27208 23259 104 186 0 27021 0
[pid=30009/tid=30051] ppid=29986 vsize=320340 CPUtime=0 cores=1,3,5,7
/proc/30009/task/30051/stat : 30051 (python) S 29986 29986 28463 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538717749 328028160 5799 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 514 18446604471161717696 0 0 -1 5 0 0 0
[pid=30013] ppid=29986 vsize=330596 CPUtime=1.38 cores=1,3,5,7
/proc/30013/stat : 30013 (python) S 29986 29986 28463 0 -1 4202560 1188 0 0 0 74 64 0 0 15 0 2 0 538668836 338530304 5805 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30013/statm: 82649 5805 400 364 0 18552 0
[pid=30015] ppid=30013 vsize=126368 CPUtime=781.93 cores=1,3,5,7
/proc/30015/stat : 30015 (march_hi) T 30013 30015 30015 0 -1 4202496 26603 0 0 0 78188 5 0 0 25 0 1 0 538668836 129400832 26337 33554432000 4194304 4955518 140734341760480 18446744073709551615 4286639 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/30015/statm: 31592 26337 104 186 0 31405 0
[pid=30013/tid=30052] ppid=29986 vsize=330596 CPUtime=0 cores=1,3,5,7
/proc/30013/task/30052/stat : 30052 (python) S 29986 29986 28463 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538718068 338530304 5805 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 514 18446604471161719488 0 0 -1 7 0 0 0
[pid=30056] ppid=29986 vsize=341040 CPUtime=0.78 cores=1,3,5,7
/proc/30056/stat : 30056 (python) S 29986 29986 28463 0 -1 4202560 1229 0 0 0 40 38 0 0 15 0 2 0 538728779 349224960 5860 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30056/statm: 85260 5860 406 364 0 21160 0
[pid=30058] ppid=30056 vsize=79232 CPUtime=441.12 cores=1,3,5,7
/proc/30058/stat : 30058 (march_hi) R 30056 30058 30058 0 -1 4202496 15898 0 0 0 44110 2 0 0 25 0 1 0 538728779 81133568 15630 33554432000 4194304 4955518 140736843646400 18446744073709551615 4227695 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30058/statm: 19808 15630 104 186 0 19621 0
[pid=30056/tid=30078] ppid=29986 vsize=341040 CPUtime=0 cores=1,3,5,7
/proc/30056/task/30078/stat : 30078 (python) S 29986 29986 28463 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 538768039 349224960 5860 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 514 18446604456277580736 0 0 -1 5 0 0 0
[pid=30060] ppid=29986 vsize=350816 CPUtime=0.7 cores=1,3,5,7
/proc/30060/stat : 30060 (python) S 29986 29986 28463 0 -1 4202560 1212 0 0 0 36 34 0 0 16 0 2 0 538735003 359235584 5755 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528660939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30060/statm: 87704 5755 406 364 0 23601 0
[pid=30062] ppid=30060 vsize=79232 CPUtime=391.27 cores=1,3,5,7
/proc/30062/stat : 30062 (march_hi) T 30060 30062 30062 0 -1 4202496 14197 0 0 0 39124 3 0 0 25 0 1 0 538735003 81133568 13927 33554432000 4194304 4955518 140737064348720 18446744073709551615 4209672 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/30062/statm: 19808 13927 104 186 0 19621 0
[pid=30060/tid=30081] ppid=29986 vsize=350816 CPUtime=0 cores=1,3,5,7
/proc/30060/task/30081/stat : 30081 (python) S 29986 29986 28463 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 2 0 538774174 359235584 5755 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 514 18446604471110855552 0 0 -1 5 0 0 0
[pid=30064] ppid=29986 vsize=361656 CPUtime=0.69 cores=1,3,5,7
/proc/30064/stat : 30064 (python) S 29986 29986 28463 0 -1 4202560 1036 0 0 0 36 33 0 0 18 0 1 0 538736896 370335744 5858 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 6974281419820335365 0 0 17 5 0 0 0
/proc/30064/statm: 90414 5858 371 364 0 26308 0
[pid=30066] ppid=30064 vsize=182576 CPUtime=414.73 cores=1,3,5,7
/proc/30066/stat : 30066 (kcnfs-2006) R 30064 30066 30066 0 -1 4202496 633 0 0 0 41473 0 0 0 25 0 1 0 538736897 186957824 367 33554432000 134512640 135163436 4288935088 18446744073709551615 134574130 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30066/statm: 45644 367 77 159 0 45484 0
[pid=30070] ppid=29986 vsize=371388 CPUtime=0.55 cores=1,3,5,7
/proc/30070/stat : 30070 (python) S 29986 29986 28463 0 -1 4202560 1051 0 0 0 29 26 0 0 15 0 1 0 538747570 380301312 5750 33554432000 4194304 5683644 140734878482448 18446744073709551615 246516854342 0 0 16781312 514 6974281419820335365 0 0 17 5 0 0 0
/proc/30070/statm: 92847 5750 371 364 0 28738 0
[pid=30072] ppid=30070 vsize=50820 CPUtime=313.29 cores=1,3,5,7
/proc/30072/stat : 30072 (march_hi) R 30070 30072 30072 0 -1 4202496 11727 0 0 0 31326 3 0 0 25 0 1 0 538747570 52039680 11457 33554432000 4194304 4955518 140734542380960 18446744073709551615 4238735 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30072/statm: 12705 11457 104 186 0 12518 0
[pid=29986/tid=29993] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29993/stat : 29993 (python) S 29984 29986 28463 0 -1 4202560 26 934 0 0 0 0 0 0 19 0 11 0 538656997 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29996] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29996/stat : 29996 (python) S 29984 29986 28463 0 -1 4202560 33 934 0 0 0 0 0 0 18 0 11 0 538657000 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 7 0 0 0
[pid=29986/tid=29999] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/29999/stat : 29999 (python) S 29984 29986 28463 0 -1 4202560 22 934 0 0 0 0 0 0 22 0 11 0 538657003 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30002] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30002/stat : 30002 (python) S 29984 29986 28463 0 -1 4202560 34 934 0 0 0 0 0 0 18 0 11 0 538657007 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30010] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30010/stat : 30010 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 538668720 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30014] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30014/stat : 30014 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 538668836 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30057] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30057/stat : 30057 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 18 0 11 0 538728779 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30061] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30061/stat : 30061 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 538735003 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30065] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30065/stat : 30065 (python) S 29984 29986 28463 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 11 0 538736897 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
[pid=29986/tid=30071] ppid=29984 vsize=382096 CPUtime=0 cores=1,3,5,7
/proc/29986/task/30071/stat : 30071 (python) S 29984 29986 28463 0 -1 4202560 26 934 0 0 0 0 0 0 20 0 11 0 538747570 391266304 7376 33554432000 4194304 5683644 140734878482448 18446744073709551615 246528657841 0 0 16781312 2 18446604468854006016 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 6561228

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

Real time (s): 1221.47
CPU time (s): 4800.15
CPU user time (s): 4795.71
CPU system time (s): 4.44
CPU usage (%): 392.982
Max. virtual memory (cumulated for all children) (KiB): 6561232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.05484
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19574
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= 1059
involuntary context switches= 51

runsolver used 3.84142 second user time and 8.89265 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-01 19:23:07
IDJOB=3317630
IDBENCH=83095
IDSOLVER=1705
FILE ID=node134/3317630-1304270587
RUNJOBID= node134-1304267281-28482
PBS_JOBID= 13173945
Free space on /tmp= 72468 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1885965779-049.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-3317630-1304270587/watcher-3317630-1304270587 -o /tmp/evaluation-result-3317630-1304270587/solver-3317630-1304270587 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317630-1304270587.cnf -seed 1936579876 -budget 4800 -cores 4

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

MD5SUM BENCH= 465b21028c8505bfc2ee7974d056b900
RANDOM SEED=1936579876

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28464764 kB
Buffers:       1067276 kB
Cached:        1676032 kB
SwapCached:       4712 kB
Active:        1661100 kB
Inactive:      2404168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28464764 kB
SwapTotal:    67111528 kB
SwapFree:     67102756 kB
Dirty:           31860 kB
Writeback:           0 kB
AnonPages:     1319144 kB
Mapped:          25828 kB
Slab:           342948 kB
PageTables:      17532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 26511540 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72464 MiB
End job on node134 at 2011-05-01 19:43:31