Trace number 3386649

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-seq-random (fixed)? (TO) 5000.09 4984.27

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S826445785-043.UNKNOWN.cnf
MD5SUM75e4af5315c8af778f17bf3a82042c9e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.46	c INFO: solving HOME/instance-3386649-1305589839.cnf
0.31/0.46	c INFO: computing task features
0.31/0.47	c INFO: computed variable-clause graph statistics
0.31/0.48	c INFO: computed clause balance statistics
0.40/0.53	c INFO: computed variable balance statistics
0.40/0.57	c INFO: computed small-clause counts
0.40/0.57	c INFO: computed Horn-clause counts
0.40/0.57	c INFO: computed variable graph statistics
0.40/0.57	c INFO: collected features for HOME/instance-3386649-1305589839.cnf in 0.11 s
0.50/0.60	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
101.10/100.93	c INFO: running march_hi@0 for 97 with 4899 remaining (b = 0.07)
199.63/199.12	c INFO: running gnovelty+2@0 for 97 with 4801 remaining (b = 0.08)
298.21/297.48	c INFO: running march_hi@98 for 291 with 4703 remaining (b = 0.22)
589.88/588.16	c INFO: running march_hi@388 for 97 with 4412 remaining (b = 0.09)
689.11/687.07	c INFO: running march_hi@487 for 194 with 4313 remaining (b = 0.16)
884.84/882.18	c INFO: running march_hi@682 for 97 with 4118 remaining (b = 0.06)
979.56/976.50	c INFO: running march_hi@0 for 485 with 4024 remaining (b = 0.30)
1471.02/1466.73	c INFO: running march_hi@489 for 194 with 3534 remaining (b = 0.13)
1662.34/1657.43	c INFO: running march_hi@0 for 388 with 3343 remaining (b = 0.24)
2055.11/2048.98	c INFO: running march_hi@391 for 97 with 2952 remaining (b = 0.07)
2149.85/2143.32	c INFO: running march_hi@485 for 194 with 2857 remaining (b = 0.11)
2346.06/2338.94	c INFO: running march_hi@0 for 388 with 2662 remaining (b = 0.21)
2738.29/2729.83	c INFO: running march_hi@390 for 97 with 2271 remaining (b = 0.05)
2838.50/2829.74	c INFO: running kcnfs-2006@0 for 582 with 2171 remaining (b = 0.24)
3424.27/3413.64	c INFO: running march_hi@0 for 97 with 1587 remaining (b = 0.04)
3522.40/3511.41	c INFO: running march_hi@777 for 1358 with 1489 remaining (b = 0.40)
4890.00/4874.55	c INFO: running march_hi@2140 for 126 with 126 remaining (b = 0.11)

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: 961)

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-3386649-1305589839/watcher-3386649-1305589839 -o /tmp/evaluation-result-3386649-1305589839/solver-3386649-1305589839 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386649-1305589839.cnf -seed 2137654719 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.00 2.00 2.00 3/448 6444
/proc/meminfo: memFree=21351176/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/6444/stat : 6444 (python) R 6442 6444 5707 0 -1 4202496 815 0 0 0 0 0 0 0 25 0 1 0 670582690 15753216 701 33554432000 4194304 5683644 140736588065072 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6444/statm: 3846 704 334 364 0 333 0

[startup+0.0196529 s]
/proc/loadavg: 2.00 2.00 2.00 3/448 6444
/proc/meminfo: memFree=21351176/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=16244 CPUtime=0.01 cores=0,2,4,6
/proc/6444/stat : 6444 (python) R 6442 6444 5707 0 -1 4202496 1053 0 0 0 1 0 0 0 25 0 1 0 670582690 16633856 925 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594560459 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6444/statm: 4061 935 381 364 0 548 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16244

[startup+0.100678 s]
/proc/loadavg: 2.00 2.00 2.00 3/448 6444
/proc/meminfo: memFree=21351176/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=104216 CPUtime=0.06 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 3045 0 0 0 5 1 0 0 25 0 1 0 670582690 106717184 2731 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/6444/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104216

[startup+0.300642 s]
/proc/loadavg: 2.00 2.00 2.00 3/448 6444
/proc/meminfo: memFree=21351176/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=170752 CPUtime=0.22 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 6742 932 1 0 17 5 0 0 18 0 1 0 670582690 174850048 4807 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/6444/statm: 42688 4807 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170752

[startup+0.700596 s]
/proc/loadavg: 2.00 2.00 2.00 3/448 6444
/proc/meminfo: memFree=21351176/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=288856 CPUtime=0.51 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 9825 932 1 0 43 8 0 0 21 0 2 0 670582690 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 72214 7102 1875 364 0 8132 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 288856

[startup+1.50046 s]
/proc/loadavg: 2.00 2.00 2.00 3/452 6452
/proc/meminfo: memFree=21325848/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=288856 CPUtime=0.51 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 9825 932 1 0 43 8 0 0 21 0 2 0 670582690 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 72214 7102 1875 364 0 8132 0
[pid=6450] ppid=6444 vsize=278612 CPUtime=0 cores=0,2,4,6
/proc/6450/stat : 6450 (python) S 6444 6444 5707 0 -1 4202560 741 0 0 0 0 0 0 0 20 0 1 0 670582750 285298688 5577 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594886671 0 0 16781312 514 16493667829690662911 0 0 17 6 0 0 0
/proc/6450/statm: 69653 5577 354 364 0 5571 0
[pid=6452] ppid=6450 vsize=1017936 CPUtime=0.89 cores=0,2,4,6
/proc/6452/stat : 6452 (gnovelty+2) R 6450 6452 6452 0 -1 4202496 463 0 0 0 89 0 0 0 25 0 1 0 670582750 1042366464 197 33554432000 134512640 135663704 4292407392 18446744073709551615 134525529 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6452/statm: 254484 197 113 282 0 254200 0
[pid=6444/tid=6451] ppid=6442 vsize=288856 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6451/stat : 6451 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 21 0 2 0 670582750 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 1585404

[startup+3.10117 s]
/proc/loadavg: 2.00 2.00 2.00 3/452 6452
/proc/meminfo: memFree=21324360/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=288856 CPUtime=0.51 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 9825 932 1 0 43 8 0 0 21 0 2 0 670582690 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 72214 7102 1875 364 0 8132 0
[pid=6450] ppid=6444 vsize=278612 CPUtime=0 cores=0,2,4,6
/proc/6450/stat : 6450 (python) S 6444 6444 5707 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 670582750 285298688 5577 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594886671 0 0 16781312 514 16493667829690630403 0 0 17 6 0 0 0
/proc/6450/statm: 69653 5577 354 364 0 5571 0
[pid=6452] ppid=6450 vsize=1017936 CPUtime=2.49 cores=0,2,4,6
/proc/6452/stat : 6452 (gnovelty+2) R 6450 6452 6452 0 -1 4202496 463 0 0 0 249 0 0 0 25 0 1 0 670582750 1042366464 197 33554432000 134512640 135663704 4292407392 18446744073709551615 134545605 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6452/statm: 254484 197 113 282 0 254200 0
[pid=6444/tid=6451] ppid=6442 vsize=288856 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6451/stat : 6451 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 21 0 2 0 670582750 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 1585404

[startup+6.30061 s]
/proc/loadavg: 2.00 2.00 2.00 3/452 6452
/proc/meminfo: memFree=21325164/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=288856 CPUtime=0.51 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 9825 932 1 0 43 8 0 0 21 0 2 0 670582690 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 72214 7102 1875 364 0 8132 0
[pid=6450] ppid=6444 vsize=278612 CPUtime=0 cores=0,2,4,6
/proc/6450/stat : 6450 (python) S 6444 6444 5707 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 670582750 285298688 5600 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594886671 0 0 16781312 514 16493667829690630403 0 0 17 6 0 0 0
/proc/6450/statm: 69653 5600 377 364 0 5571 0
[pid=6452] ppid=6450 vsize=1017936 CPUtime=5.69 cores=0,2,4,6
/proc/6452/stat : 6452 (gnovelty+2) R 6450 6452 6452 0 -1 4202496 463 0 0 0 569 0 0 0 25 0 1 0 670582750 1042366464 197 33554432000 134512640 135663704 4292407392 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6452/statm: 254484 197 113 282 0 254200 0
[pid=6444/tid=6451] ppid=6442 vsize=288856 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6451/stat : 6451 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 21 0 2 0 670582750 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 1585404

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.00 3/452 6452
/proc/meminfo: memFree=21325208/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=288856 CPUtime=0.51 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 9825 932 1 0 43 8 0 0 21 0 2 0 670582690 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 72214 7102 1875 364 0 8132 0
[pid=6450] ppid=6444 vsize=278612 CPUtime=0.02 cores=0,2,4,6
/proc/6450/stat : 6450 (python) S 6444 6444 5707 0 -1 4202560 891 0 0 0 1 1 0 0 18 0 1 0 670582750 285298688 5600 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594886671 0 0 16781312 514 17349132402026316035 0 0 17 6 0 0 0
/proc/6450/statm: 69653 5600 377 364 0 5571 0
[pid=6452] ppid=6450 vsize=1017936 CPUtime=12.09 cores=0,2,4,6
/proc/6452/stat : 6452 (gnovelty+2) R 6450 6452 6452 0 -1 4202496 463 0 0 0 1209 0 0 0 25 0 1 0 670582750 1042366464 197 33554432000 134512640 135663704 4292407392 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6452/statm: 254484 197 113 282 0 254200 0
[pid=6444/tid=6451] ppid=6442 vsize=288856 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6451/stat : 6451 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 21 0 2 0 670582750 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 1585404

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/452 6452
/proc/meminfo: memFree=21325832/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=288856 CPUtime=0.51 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 9825 932 1 0 43 8 0 0 21 0 2 0 670582690 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 72214 7102 1875 364 0 8132 0
[pid=6450] ppid=6444 vsize=278612 CPUtime=0.06 cores=0,2,4,6
/proc/6450/stat : 6450 (python) S 6444 6444 5707 0 -1 4202560 894 0 0 0 3 3 0 0 18 0 1 0 670582750 285298688 5600 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594886671 0 0 16781312 514 17349132402026316035 0 0 17 6 0 0 0
/proc/6450/statm: 69653 5600 377 364 0 5571 0
[pid=6452] ppid=6450 vsize=1017936 CPUtime=24.89 cores=0,2,4,6
/proc/6452/stat : 6452 (gnovelty+2) R 6450 6452 6452 0 -1 4202496 463 0 0 0 2489 0 0 0 25 0 1 0 670582750 1042366464 197 33554432000 134512640 135663704 4292407392 18446744073709551615 134525541 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6452/statm: 254484 197 113 282 0 254200 0
[pid=6444/tid=6451] ppid=6442 vsize=288856 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6451/stat : 6451 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 21 0 2 0 670582750 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1585404

[startup+51.1006 s]
/proc/loadavg: 2.16 2.03 2.01 3/456 6457
/proc/meminfo: memFree=21300628/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=288856 CPUtime=0.51 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 9825 932 1 0 43 8 0 0 21 0 2 0 670582690 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 72214 7102 1875 364 0 8132 0
[pid=6450] ppid=6444 vsize=278612 CPUtime=0.13 cores=0,2,4,6
/proc/6450/stat : 6450 (python) S 6444 6444 5707 0 -1 4202560 903 0 0 0 7 6 0 0 18 0 1 0 670582750 285298688 5600 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594886671 0 0 16781312 514 17349132402026316035 0 0 17 6 0 0 0
/proc/6450/statm: 69653 5600 377 364 0 5571 0
[pid=6452] ppid=6450 vsize=1017936 CPUtime=50.49 cores=0,2,4,6
/proc/6452/stat : 6452 (gnovelty+2) R 6450 6452 6452 0 -1 4202496 463 0 0 0 5049 0 0 0 25 0 1 0 670582750 1042366464 197 33554432000 134512640 135663704 4292407392 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6452/statm: 254484 197 113 282 0 254200 0
[pid=6444/tid=6451] ppid=6442 vsize=288856 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6451/stat : 6451 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 21 0 2 0 670582750 295788544 7102 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 1585404

[startup+102.316 s]
/proc/loadavg: 2.14 2.04 2.01 3/460 6462
/proc/meminfo: memFree=21294456/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=299684 CPUtime=0.54 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 10653 932 1 0 46 8 0 0 20 0 3 0 670582690 306876416 7252 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 74921 7252 1878 364 0 10836 0
[pid=6450] ppid=6444 vsize=288856 CPUtime=0.3 cores=0,2,4,6
/proc/6450/stat : 6450 (python) S 6444 6444 5707 0 -1 4202560 1078 0 0 0 16 14 0 0 19 0 2 0 670582750 295788544 5638 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6450/statm: 72214 5638 410 364 0 8132 0
[pid=6452] ppid=6450 vsize=1017936 CPUtime=100.29 cores=0,2,4,6
/proc/6452/stat : 6452 (gnovelty+2) T 6450 6452 6452 0 -1 4202496 463 0 0 0 10029 0 0 0 25 0 1 0 670582750 1042366464 197 33554432000 134512640 135663704 4292407392 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6452/statm: 254484 197 113 282 0 254200 0
[pid=6450/tid=6459] ppid=6444 vsize=288856 CPUtime=0 cores=0,2,4,6
/proc/6450/task/6459/stat : 6459 (python) S 6444 6444 5707 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670592780 295788544 5638 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604452457957248 0 0 -1 6 0 0 0
[pid=6460] ppid=6444 vsize=289440 CPUtime=0 cores=0,2,4,6
/proc/6460/stat : 6460 (python) S 6444 6444 5707 0 -1 4202560 751 0 0 0 0 0 0 0 15 0 1 0 670592783 296386560 5718 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594886726 0 0 16781312 514 3033473420491718914 0 0 17 2 0 0 0
/proc/6460/statm: 72360 5718 348 364 0 8275 0
[pid=6462] ppid=6460 vsize=2980 CPUtime=1.37 cores=0,2,4,6
/proc/6462/stat : 6462 (march_hi) R 6460 6462 6462 0 -1 4202496 807 0 0 0 137 0 0 0 25 0 1 0 670592783 3051520 541 33554432000 4194304 4955518 140737165329040 18446744073709551615 4235352 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/6462/statm: 745 541 104 186 0 558 0
[pid=6444/tid=6451] ppid=6442 vsize=299684 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6451/stat : 6451 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 21 0 3 0 670582750 306876416 7252 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6461] ppid=6442 vsize=299684 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6461/stat : 6461 (python) S 6442 6444 5707 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 3 0 670592783 306876416 7252 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.5
Current children cumulated vsize (KiB) 1898896

[startup+162.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/464 6468
/proc/meminfo: memFree=21249248/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=299684 CPUtime=0.54 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 10653 932 1 0 46 8 0 0 20 0 3 0 670582690 306876416 7252 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 74921 7252 1878 364 0 10836 0
[pid=6450] ppid=6444 vsize=288856 CPUtime=0.3 cores=0,2,4,6

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

[pid=6521] ppid=6444 vsize=310160 CPUtime=2.17 cores=0,2,4,6
/proc/6521/stat : 6521 (python) S 6444 6444 5707 0 -1 4202560 1156 0 0 0 118 99 0 0 15 0 2 0 670680340 317603840 5827 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6521/statm: 77540 5827 400 364 0 13449 0
[pid=6523] ppid=6521 vsize=111504 CPUtime=680.58 cores=0,2,4,6
/proc/6523/stat : 6523 (march_hi) T 6521 6523 6523 0 -1 4202496 23549 0 0 0 68053 5 0 0 25 0 1 0 670680340 114180096 23283 33554432000 4194304 4955518 140735041352880 18446744073709551615 4346304 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6523/statm: 27876 23283 104 186 0 27689 0
[pid=6521/tid=6576] ppid=6444 vsize=310160 CPUtime=0 cores=0,2,4,6
/proc/6521/task/6576/stat : 6576 (python) S 6444 6444 5707 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 670729361 317603840 5827 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604452457955456 0 0 -1 0 0 0 0
[pid=6590] ppid=6444 vsize=320416 CPUtime=2.24 cores=0,2,4,6
/proc/6590/stat : 6590 (python) S 6444 6444 5707 0 -1 4202560 1166 0 0 0 123 101 0 0 15 0 2 0 670748433 328105984 5831 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6590/statm: 80104 5831 400 364 0 16010 0
[pid=6592] ppid=6590 vsize=111504 CPUtime=681.46 cores=0,2,4,6
/proc/6592/stat : 6592 (march_hi) T 6590 6592 6592 0 -1 4202496 22859 0 0 0 68140 6 0 0 25 0 1 0 670748433 114180096 22595 33554432000 4194304 4955518 140734127017840 18446744073709551615 4209653 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6592/statm: 27876 22595 104 186 0 27689 0
[pid=6590/tid=6619] ppid=6444 vsize=320416 CPUtime=0 cores=0,2,4,6
/proc/6590/task/6619/stat : 6619 (python) S 6444 6444 5707 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670787586 328105984 5831 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604453985309760 0 0 -1 6 0 0 0
[pid=6628] ppid=6444 vsize=330736 CPUtime=1.64 cores=0,2,4,6
/proc/6628/stat : 6628 (python) S 6444 6444 5707 0 -1 4202560 1159 0 0 0 90 74 0 0 15 0 2 0 670816584 338673664 5864 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6628/statm: 82684 5864 400 364 0 18587 0
[pid=6630] ppid=6628 vsize=82036 CPUtime=490.77 cores=0,2,4,6
/proc/6630/stat : 6630 (march_hi) T 6628 6630 6630 0 -1 4202496 18226 0 0 0 49073 4 0 0 25 0 1 0 670816585 84004864 17959 33554432000 4194304 4955518 140736163306544 18446744073709551615 4224631 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6630/statm: 20509 17959 104 186 0 20322 0
[pid=6628/tid=6642] ppid=6444 vsize=330736 CPUtime=0 cores=0,2,4,6
/proc/6628/task/6642/stat : 6642 (python) S 6444 6444 5707 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670855672 338673664 5864 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604446606878528 0 0 -1 0 0 0 0
[pid=6649] ppid=6444 vsize=341216 CPUtime=1.87 cores=0,2,4,6
/proc/6649/stat : 6649 (python) S 6444 6444 5707 0 -1 4202560 1147 0 0 0 92 95 0 0 19 0 2 0 670865664 349405184 5898 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6649/statm: 85304 5898 400 364 0 21204 0
[pid=6651] ppid=6649 vsize=182584 CPUtime=583.86 cores=0,2,4,6
/proc/6651/stat : 6651 (kcnfs-2006) T 6649 6651 6651 0 -1 4202496 673 0 0 0 58386 0 0 0 25 0 1 0 670865664 186966016 409 33554432000 134512640 135163436 4287193264 18446744073709551615 134597459 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6651/statm: 45646 409 77 159 0 45486 0
[pid=6649/tid=6672] ppid=6444 vsize=341216 CPUtime=0 cores=0,2,4,6
/proc/6649/task/6672/stat : 6672 (python) S 6444 6444 5707 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670924052 349405184 5898 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604450645744320 0 0 -1 6 0 0 0
[pid=6673] ppid=6444 vsize=351472 CPUtime=0.35 cores=0,2,4,6
/proc/6673/stat : 6673 (python) S 6444 6444 5707 0 -1 4202560 1151 0 0 0 19 16 0 0 17 0 2 0 670924054 359907328 5936 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6673/statm: 87868 5936 406 364 0 23765 0
[pid=6675] ppid=6673 vsize=22944 CPUtime=97.74 cores=0,2,4,6
/proc/6675/stat : 6675 (march_hi) T 6673 6675 6675 0 -1 4202496 4500 0 0 0 9774 0 0 0 25 0 1 0 670924054 23494656 4230 33554432000 4194304 4955518 140735254042256 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6675/statm: 5736 4230 104 186 0 5549 0
[pid=6673/tid=6679] ppid=6444 vsize=351472 CPUtime=0 cores=0,2,4,6
/proc/6673/task/6679/stat : 6679 (python) S 6444 6444 5707 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 670933830 359907328 5936 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604450108327872 0 0 -1 0 0 0 0
[pid=6444/tid=6451] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6451/stat : 6451 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 21 0 9 0 670582750 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6461] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6461/stat : 6461 (python) S 6442 6444 5707 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 670592783 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6472] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6472/stat : 6472 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 670602602 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6522] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6522/stat : 6522 (python) S 6442 6444 5707 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 670680340 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6591] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6591/stat : 6591 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 670748433 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 6 0 0 0
[pid=6444/tid=6629] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6629/stat : 6629 (python) S 6442 6444 5707 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 9 0 670816584 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 0 0 0 0
[pid=6444/tid=6650] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6650/stat : 6650 (python) S 6442 6444 5707 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 670865664 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6674] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6674/stat : 6674 (python) S 6442 6444 5707 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 670924054 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4978.1
Current children cumulated vsize (KiB) 5821516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4984.2 s]
/proc/loadavg: 2.15 2.06 2.01 3/503 6746
/proc/meminfo: memFree=20574452/32950928 swapFree=45972156/67111528
[pid=6444] ppid=6442 vsize=361864 CPUtime=0.88 cores=0,2,4,6
/proc/6444/stat : 6444 (python) S 6442 6444 5707 0 -1 4202496 17008 932 1 0 79 9 0 0 18 0 9 0 670582690 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6444/statm: 90466 7432 1890 364 0 26363 0
[pid=6450] ppid=6444 vsize=288856 CPUtime=0.3 cores=0,2,4,6
/proc/6450/stat : 6450 (python) S 6444 6444 5707 0 -1 4202560 1078 0 0 0 16 14 0 0 19 0 2 0 670582750 295788544 5638 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6450/statm: 72214 5638 410 364 0 8132 0
[pid=6452] ppid=6450 vsize=1017936 CPUtime=100.29 cores=0,2,4,6
/proc/6452/stat : 6452 (gnovelty+2) T 6450 6452 6452 0 -1 4202496 463 0 0 0 10029 0 0 0 25 0 1 0 670582750 1042366464 197 33554432000 134512640 135663704 4292407392 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6452/statm: 254484 197 113 282 0 254200 0
[pid=6450/tid=6459] ppid=6444 vsize=288856 CPUtime=0 cores=0,2,4,6
/proc/6450/task/6459/stat : 6459 (python) S 6444 6444 5707 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670592780 295788544 5638 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604452457957248 0 0 -1 6 0 0 0
[pid=6460] ppid=6444 vsize=289440 CPUtime=7.4 cores=0,2,4,6
/proc/6460/stat : 6460 (python) S 6444 6444 5707 0 -1 4202560 1143 0 0 0 408 332 0 0 15 0 2 0 670592783 296386560 5771 33554432000 4194304 5683644 140736588065072 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6460/statm: 72360 5771 400 364 0 8275 0
[pid=6462] ppid=6460 vsize=381552 CPUtime=2249.9 cores=0,2,4,6
/proc/6462/stat : 6462 (march_hi) R 6460 6462 6462 0 -1 4202496 75810 0 0 0 224972 18 0 0 25 0 1 0 670592783 390709248 75544 33554432000 4194304 4955518 140737165329040 18446744073709551615 4209727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/6462/statm: 95388 75544 104 186 0 95201 0
[pid=6460/tid=6470] ppid=6444 vsize=289440 CPUtime=0 cores=0,2,4,6
/proc/6460/task/6470/stat : 6470 (python) S 6444 6444 5707 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670602599 296386560 5771 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604449437560896 0 0 -1 6 0 0 0
[pid=6471] ppid=6444 vsize=299360 CPUtime=0.32 cores=0,2,4,6
/proc/6471/stat : 6471 (python) S 6444 6444 5707 0 -1 4202560 1093 0 0 0 17 15 0 0 19 0 2 0 670602602 306544640 5695 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6471/statm: 74840 5695 400 364 0 10752 0
[pid=6473] ppid=6471 vsize=1017936 CPUtime=98.32 cores=0,2,4,6
/proc/6473/stat : 6473 (gnovelty+2) T 6471 6473 6473 0 -1 4202496 459 0 0 0 9832 0 0 0 25 0 1 0 670602603 1042366464 197 33554432000 134512640 135663704 4293798080 18446744073709551615 134525353 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6473/statm: 254484 197 113 282 0 254200 0
[pid=6471/tid=6477] ppid=6444 vsize=299360 CPUtime=0 cores=0,2,4,6
/proc/6471/task/6477/stat : 6477 (python) S 6444 6444 5707 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 670612435 306544640 5695 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604445224774528 0 0 -1 6 0 0 0
[pid=6521] ppid=6444 vsize=310160 CPUtime=2.17 cores=0,2,4,6
/proc/6521/stat : 6521 (python) S 6444 6444 5707 0 -1 4202560 1156 0 0 0 118 99 0 0 15 0 2 0 670680340 317603840 5827 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6521/statm: 77540 5827 400 364 0 13449 0
[pid=6523] ppid=6521 vsize=111504 CPUtime=680.58 cores=0,2,4,6
/proc/6523/stat : 6523 (march_hi) T 6521 6523 6523 0 -1 4202496 23549 0 0 0 68053 5 0 0 25 0 1 0 670680340 114180096 23283 33554432000 4194304 4955518 140735041352880 18446744073709551615 4346304 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6523/statm: 27876 23283 104 186 0 27689 0
[pid=6521/tid=6576] ppid=6444 vsize=310160 CPUtime=0 cores=0,2,4,6
/proc/6521/task/6576/stat : 6576 (python) S 6444 6444 5707 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 670729361 317603840 5827 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604452457955456 0 0 -1 0 0 0 0
[pid=6590] ppid=6444 vsize=320416 CPUtime=2.24 cores=0,2,4,6
/proc/6590/stat : 6590 (python) S 6444 6444 5707 0 -1 4202560 1166 0 0 0 123 101 0 0 15 0 2 0 670748433 328105984 5831 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6590/statm: 80104 5831 400 364 0 16010 0
[pid=6592] ppid=6590 vsize=111504 CPUtime=681.46 cores=0,2,4,6
/proc/6592/stat : 6592 (march_hi) T 6590 6592 6592 0 -1 4202496 22859 0 0 0 68140 6 0 0 25 0 1 0 670748433 114180096 22595 33554432000 4194304 4955518 140734127017840 18446744073709551615 4209653 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/6592/statm: 27876 22595 104 186 0 27689 0
[pid=6590/tid=6619] ppid=6444 vsize=320416 CPUtime=0 cores=0,2,4,6
/proc/6590/task/6619/stat : 6619 (python) S 6444 6444 5707 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670787586 328105984 5831 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604453985309760 0 0 -1 6 0 0 0
[pid=6628] ppid=6444 vsize=330736 CPUtime=1.64 cores=0,2,4,6
/proc/6628/stat : 6628 (python) S 6444 6444 5707 0 -1 4202560 1159 0 0 0 90 74 0 0 15 0 2 0 670816584 338673664 5864 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6628/statm: 82684 5864 400 364 0 18587 0
[pid=6630] ppid=6628 vsize=82036 CPUtime=490.77 cores=0,2,4,6
/proc/6630/stat : 6630 (march_hi) T 6628 6630 6630 0 -1 4202496 18226 0 0 0 49073 4 0 0 25 0 1 0 670816585 84004864 17959 33554432000 4194304 4955518 140736163306544 18446744073709551615 4224631 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/6630/statm: 20509 17959 104 186 0 20322 0
[pid=6628/tid=6642] ppid=6444 vsize=330736 CPUtime=0 cores=0,2,4,6
/proc/6628/task/6642/stat : 6642 (python) S 6444 6444 5707 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670855672 338673664 5864 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604446606878528 0 0 -1 0 0 0 0
[pid=6649] ppid=6444 vsize=341216 CPUtime=1.87 cores=0,2,4,6
/proc/6649/stat : 6649 (python) S 6444 6444 5707 0 -1 4202560 1147 0 0 0 92 95 0 0 19 0 2 0 670865664 349405184 5898 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/6649/statm: 85304 5898 400 364 0 21204 0
[pid=6651] ppid=6649 vsize=182584 CPUtime=583.86 cores=0,2,4,6
/proc/6651/stat : 6651 (kcnfs-2006) T 6649 6651 6651 0 -1 4202496 673 0 0 0 58386 0 0 0 25 0 1 0 670865664 186966016 409 33554432000 134512640 135163436 4287193264 18446744073709551615 134597459 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6651/statm: 45646 409 77 159 0 45486 0
[pid=6649/tid=6672] ppid=6444 vsize=341216 CPUtime=0 cores=0,2,4,6
/proc/6649/task/6672/stat : 6672 (python) S 6444 6444 5707 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670924052 349405184 5898 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604450645744320 0 0 -1 6 0 0 0
[pid=6673] ppid=6444 vsize=351472 CPUtime=0.35 cores=0,2,4,6
/proc/6673/stat : 6673 (python) S 6444 6444 5707 0 -1 4202560 1151 0 0 0 19 16 0 0 17 0 2 0 670924054 359907328 5936 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/6673/statm: 87868 5936 406 364 0 23765 0
[pid=6675] ppid=6673 vsize=22944 CPUtime=97.74 cores=0,2,4,6
/proc/6675/stat : 6675 (march_hi) T 6673 6675 6675 0 -1 4202496 4500 0 0 0 9774 0 0 0 25 0 1 0 670924054 23494656 4230 33554432000 4194304 4955518 140735254042256 18446744073709551615 4227679 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/6675/statm: 5736 4230 104 186 0 5549 0
[pid=6673/tid=6679] ppid=6444 vsize=351472 CPUtime=0 cores=0,2,4,6
/proc/6673/task/6679/stat : 6679 (python) S 6444 6444 5707 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 670933830 359907328 5936 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 514 18446604450108327872 0 0 -1 0 0 0 0
[pid=6444/tid=6451] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6451/stat : 6451 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 21 0 9 0 670582750 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6461] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6461/stat : 6461 (python) S 6442 6444 5707 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 9 0 670592783 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6472] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6472/stat : 6472 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 670602602 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6522] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6522/stat : 6522 (python) S 6442 6444 5707 0 -1 4202560 28 932 0 0 0 0 0 0 18 0 9 0 670680340 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6591] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6591/stat : 6591 (python) S 6442 6444 5707 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 9 0 670748433 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 6 0 0 0
[pid=6444/tid=6629] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6629/stat : 6629 (python) S 6442 6444 5707 0 -1 4202560 36 932 0 0 0 0 0 0 18 0 9 0 670816584 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 0 0 0 0
[pid=6444/tid=6650] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6650/stat : 6650 (python) S 6442 6444 5707 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 9 0 670865664 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
[pid=6444/tid=6674] ppid=6442 vsize=361864 CPUtime=0 cores=0,2,4,6
/proc/6444/task/6674/stat : 6674 (python) S 6442 6444 5707 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 670924054 370548736 7432 33554432000 4194304 5683644 140736588065072 18446744073709551615 235606690225 0 0 16781312 2 18446604447815552064 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 5821516

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

Real time (s): 4984.27
CPU time (s): 5000.09
CPU user time (s): 4992.21
CPU system time (s): 7.88
CPU usage (%): 100.317
Max. virtual memory (cumulated for all children) (KiB): 5821520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.795879
system time used= 0.101984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17945
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= 1044
involuntary context switches= 33

runsolver used 27.7518 second user time and 54.7017 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-17 01:50:39
IDJOB=3386649
IDBENCH=82714
IDSOLVER=1872
FILE ID=node120/3386649-1305589839
RUNJOBID= node120-1305586147-5725
PBS_JOBID= 13350358
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S826445785-043.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386649-1305589839/watcher-3386649-1305589839 -o /tmp/evaluation-result-3386649-1305589839/solver-3386649-1305589839 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386649-1305589839.cnf -seed 2137654719 -budget 5000

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

MD5SUM BENCH= 75e4af5315c8af778f17bf3a82042c9e
RANDOM SEED=2137654719

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21351456 kB
Buffers:         92712 kB
Cached:         710316 kB
SwapCached:      63496 kB
Active:        1123588 kB
Inactive:     10230224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21351456 kB
SwapTotal:    67111528 kB
SwapFree:     45972156 kB
Dirty:           32396 kB
Writeback:          40 kB
AnonPages:    10493092 kB
Mapped:          23044 kB
Slab:            82260 kB
PageTables:      95016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 92618860 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= 73416 MiB
End job on node120 at 2011-05-17 03:13:46