Trace number 3386673

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.07 4984.67

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S248192082-054.UNKNOWN.cnf
MD5SUMcf7086a47a32df0eb19a8b08d14122dd
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.37/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.63	c INFO: solving HOME/instance-3386673-1305590274.cnf
0.37/0.63	c INFO: computing task features
0.37/0.64	c INFO: computed variable-clause graph statistics
0.37/0.64	c INFO: computed clause balance statistics
0.37/0.69	c INFO: computed variable balance statistics
0.46/0.73	c INFO: computed small-clause counts
0.46/0.73	c INFO: computed Horn-clause counts
0.46/0.73	c INFO: computed variable graph statistics
0.46/0.73	c INFO: collected features for HOME/instance-3386673-1305590274.cnf in 0.10 s
0.46/0.76	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.58)
100.16/100.11	c INFO: running march_hi@0 for 388 with 4900 remaining (b = 0.31)
494.22/493.11	c INFO: running march_hi@392 for 97 with 4507 remaining (b = 0.09)
588.19/586.90	c INFO: running march_hi@0 for 97 with 4414 remaining (b = 0.09)
691.28/689.53	c INFO: running march_hi@486 for 194 with 4311 remaining (b = 0.17)
886.48/884.17	c INFO: running gnovelty+2@0 for 97 with 4116 remaining (b = 0.07)
987.22/984.51	c INFO: running march_hi@102 for 291 with 4016 remaining (b = 0.22)
1278.07/1274.48	c INFO: running march_hi@392 for 97 with 3726 remaining (b = 0.09)
1371.57/1367.60	c INFO: running march_hi@0 for 97 with 3633 remaining (b = 0.09)
1469.99/1465.72	c INFO: running march_hi@485 for 97 with 3535 remaining (b = 0.08)
1570.83/1566.20	c INFO: running march_hi@586 for 97 with 3434 remaining (b = 0.09)
1664.61/1659.75	c INFO: running march_hi@98 for 291 with 3341 remaining (b = 0.20)
1958.12/1952.22	c INFO: running march_hi@0 for 97 with 3048 remaining (b = 0.07)
2056.52/2050.47	c INFO: running march_hi@390 for 97 with 2950 remaining (b = 0.08)
2157.06/2150.67	c INFO: running march_hi@490 for 194 with 2850 remaining (b = 0.13)
2350.12/2343.07	c INFO: running march_hi@98 for 291 with 2658 remaining (b = 0.18)
2644.67/2636.67	c INFO: running march_hi@391 for 97 with 2364 remaining (b = 0.06)
2744.17/2735.86	c INFO: running kcnfs-2006@0 for 582 with 2265 remaining (b = 0.27)
3330.79/3320.71	c INFO: running march_hi@0 for 97 with 1680 remaining (b = 0.06)
3429.51/3419.13	c INFO: running march_hi@490 for 97 with 1582 remaining (b = 0.04)
3524.40/3513.76	c INFO: running march_hi@681 for 1487 with 1487 remaining (b = 0.43)

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

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

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: 4.01 4.07 4.03 4/474 7528
/proc/meminfo: memFree=17371648/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=15764 CPUtime=0 cores=1,3,5,7
/proc/7528/stat : 7528 (python) R 7526 7528 7001 0 -1 4202496 847 0 0 0 0 0 0 0 25 0 1 0 670625259 16142336 730 33554432000 4194304 5683644 140734409453008 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7528/statm: 3941 735 334 364 0 428 0

[startup+0.029859 s]
/proc/loadavg: 4.01 4.07 4.03 4/474 7528
/proc/meminfo: memFree=17371648/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=16392 CPUtime=0.01 cores=1,3,5,7
/proc/7528/stat : 7528 (python) R 7526 7528 7001 0 -1 4202496 1162 0 0 0 1 0 0 0 25 0 1 0 670625259 16785408 1027 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550231528 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/7528/statm: 4098 1027 413 364 0 585 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16392

[startup+0.100848 s]
/proc/loadavg: 4.01 4.07 4.03 4/474 7528
/proc/meminfo: memFree=17371648/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=93956 CPUtime=0.06 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 2691 0 0 0 4 2 0 0 17 0 1 0 670625259 96210944 2406 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 3 0 0 0
/proc/7528/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.300765 s]
/proc/loadavg: 4.01 4.07 4.03 4/474 7528
/proc/meminfo: memFree=17371648/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 5971 931 1 0 13 5 0 0 17 0 1 0 670625259 139005952 4148 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 7 0 0 0
/proc/7528/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.705768 s]
/proc/loadavg: 4.01 4.07 4.03 4/474 7528
/proc/meminfo: memFree=17371648/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=278448 CPUtime=0.46 cores=1,3,5,7
/proc/7528/stat : 7528 (python) R 7526 7528 7001 0 -1 4202496 9356 931 1 0 35 11 0 0 15 0 1 0 670625259 285130752 7015 33554432000 4194304 5683644 140734409453008 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/7528/statm: 69612 7015 1827 364 0 5536 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278448

[startup+1.50059 s]
/proc/loadavg: 4.01 4.07 4.03 5/478 7536
/proc/meminfo: memFree=17346136/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=288852 CPUtime=0.52 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 9815 931 1 0 41 11 0 0 18 0 2 0 670625259 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7528/statm: 72213 7090 1875 364 0 8131 0
[pid=7534] ppid=7528 vsize=278608 CPUtime=0 cores=1,3,5,7
/proc/7534/stat : 7534 (python) S 7528 7528 7001 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 670625336 285294592 5565 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550557711 0 0 16781312 514 1141619079124090879 0 0 17 3 0 0 0
/proc/7534/statm: 69652 5565 354 364 0 5570 0
[pid=7536] ppid=7534 vsize=1017932 CPUtime=0.72 cores=1,3,5,7
/proc/7536/stat : 7536 (gnovelty+2) R 7534 7536 7536 0 -1 4202496 450 0 0 0 72 0 0 0 21 0 1 0 670625336 1042362368 184 33554432000 134512640 135663704 4292591568 18446744073709551615 134545611 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7536/statm: 254483 184 113 282 0 254199 0
[pid=7528/tid=7535] ppid=7526 vsize=288852 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7535/stat : 7535 (python) S 7526 7528 7001 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 670625336 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 1585392

[startup+3.10029 s]
/proc/loadavg: 4.01 4.07 4.03 5/478 7536
/proc/meminfo: memFree=17345392/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=288852 CPUtime=0.52 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 9815 931 1 0 41 11 0 0 18 0 2 0 670625259 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7528/statm: 72213 7090 1875 364 0 8131 0
[pid=7534] ppid=7528 vsize=278608 CPUtime=0 cores=1,3,5,7
/proc/7534/stat : 7534 (python) S 7528 7528 7001 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 670625336 285294592 5565 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550557711 0 0 16781312 514 1141619079124058375 0 0 17 3 0 0 0
/proc/7534/statm: 69652 5565 354 364 0 5570 0
[pid=7536] ppid=7534 vsize=1017932 CPUtime=2.32 cores=1,3,5,7
/proc/7536/stat : 7536 (gnovelty+2) R 7534 7536 7536 0 -1 4202496 450 0 0 0 232 0 0 0 25 0 1 0 670625336 1042362368 184 33554432000 134512640 135663704 4292591568 18446744073709551615 134524827 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7536/statm: 254483 184 113 282 0 254199 0
[pid=7528/tid=7535] ppid=7526 vsize=288852 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7535/stat : 7535 (python) S 7526 7528 7001 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 670625336 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 1585392

[startup+6.30072 s]
/proc/loadavg: 4.01 4.07 4.03 5/478 7536
/proc/meminfo: memFree=17345640/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=288852 CPUtime=0.52 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 9815 931 1 0 41 11 0 0 18 0 2 0 670625259 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7528/statm: 72213 7090 1875 364 0 8131 0
[pid=7534] ppid=7528 vsize=278608 CPUtime=0.01 cores=1,3,5,7
/proc/7534/stat : 7534 (python) S 7528 7528 7001 0 -1 4202560 888 0 0 0 0 1 0 0 18 0 1 0 670625336 285294592 5587 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550557711 0 0 16781312 514 1141619079124058375 0 0 17 3 0 0 0
/proc/7534/statm: 69652 5587 376 364 0 5570 0
[pid=7536] ppid=7534 vsize=1017932 CPUtime=5.52 cores=1,3,5,7
/proc/7536/stat : 7536 (gnovelty+2) R 7534 7536 7536 0 -1 4202496 450 0 0 0 552 0 0 0 25 0 1 0 670625336 1042362368 184 33554432000 134512640 135663704 4292591568 18446744073709551615 134564723 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7536/statm: 254483 184 113 282 0 254199 0
[pid=7528/tid=7535] ppid=7526 vsize=288852 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7535/stat : 7535 (python) S 7526 7528 7001 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 670625336 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 1585392

[startup+12.7005 s]
/proc/loadavg: 4.01 4.07 4.03 5/478 7536
/proc/meminfo: memFree=17345308/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=288852 CPUtime=0.52 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 9815 931 1 0 41 11 0 0 18 0 2 0 670625259 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7528/statm: 72213 7090 1875 364 0 8131 0
[pid=7534] ppid=7528 vsize=278608 CPUtime=0.03 cores=1,3,5,7
/proc/7534/stat : 7534 (python) S 7528 7528 7001 0 -1 4202560 891 0 0 0 1 2 0 0 18 0 1 0 670625336 285294592 5588 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550557711 0 0 16781312 514 17063224194432467207 0 0 17 3 0 0 0
/proc/7534/statm: 69652 5588 377 364 0 5570 0
[pid=7536] ppid=7534 vsize=1017932 CPUtime=11.91 cores=1,3,5,7
/proc/7536/stat : 7536 (gnovelty+2) R 7534 7536 7536 0 -1 4202496 450 0 0 0 1191 0 0 0 25 0 1 0 670625336 1042362368 184 33554432000 134512640 135663704 4292591568 18446744073709551615 134524739 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7536/statm: 254483 184 113 282 0 254199 0
[pid=7528/tid=7535] ppid=7526 vsize=288852 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7535/stat : 7535 (python) S 7526 7528 7001 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 670625336 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 1585392

[startup+25.5002 s]
/proc/loadavg: 4.01 4.07 4.03 5/478 7537
/proc/meminfo: memFree=17345804/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=288852 CPUtime=0.52 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 9815 931 1 0 41 11 0 0 18 0 2 0 670625259 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7528/statm: 72213 7090 1875 364 0 8131 0
[pid=7534] ppid=7528 vsize=278608 CPUtime=0.07 cores=1,3,5,7
/proc/7534/stat : 7534 (python) S 7528 7528 7001 0 -1 4202560 896 0 0 0 4 3 0 0 18 0 1 0 670625336 285294592 5588 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550557711 0 0 16781312 514 17063224194432467207 0 0 17 3 0 0 0
/proc/7534/statm: 69652 5588 377 364 0 5570 0
[pid=7536] ppid=7534 vsize=1017932 CPUtime=24.71 cores=1,3,5,7
/proc/7536/stat : 7536 (gnovelty+2) R 7534 7536 7536 0 -1 4202496 450 0 0 0 2471 0 0 0 25 0 1 0 670625336 1042362368 184 33554432000 134512640 135663704 4292591568 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7536/statm: 254483 184 113 282 0 254199 0
[pid=7528/tid=7535] ppid=7526 vsize=288852 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7535/stat : 7535 (python) S 7526 7528 7001 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 670625336 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 1585392

[startup+51.1006 s]
/proc/loadavg: 4.00 4.06 4.02 5/478 7537
/proc/meminfo: memFree=17345260/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=288852 CPUtime=0.52 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 9815 931 1 0 41 11 0 0 18 0 2 0 670625259 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/7528/statm: 72213 7090 1875 364 0 8131 0
[pid=7534] ppid=7528 vsize=278608 CPUtime=0.15 cores=1,3,5,7
/proc/7534/stat : 7534 (python) S 7528 7528 7001 0 -1 4202560 905 0 0 0 8 7 0 0 18 0 1 0 670625336 285294592 5588 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550557711 0 0 16781312 514 17063224194432467207 0 0 17 7 0 0 0
/proc/7534/statm: 69652 5588 377 364 0 5570 0
[pid=7536] ppid=7534 vsize=1017932 CPUtime=50.31 cores=1,3,5,7
/proc/7536/stat : 7536 (gnovelty+2) R 7534 7536 7536 0 -1 4202496 450 0 0 0 5031 0 0 0 25 0 1 0 670625336 1042362368 184 33554432000 134512640 135663704 4292591568 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/7536/statm: 254483 184 113 282 0 254199 0
[pid=7528/tid=7535] ppid=7526 vsize=288852 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7535/stat : 7535 (python) S 7526 7528 7001 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 2 0 670625336 295784448 7090 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 1585392

[startup+102.316 s]
/proc/loadavg: 4.04 4.06 4.02 5/482 7543
/proc/meminfo: memFree=17339312/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=299640 CPUtime=0.56 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 10638 931 1 0 44 12 0 0 20 0 3 0 670625259 306831360 7241 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7528/statm: 74910 7241 1878 364 0 10825 0
[pid=7534] ppid=7528 vsize=288852 CPUtime=0.31 cores=1,3,5,7
/proc/7534/stat : 7534 (python) S 7528 7528 7001 0 -1 4202560 1077 0 0 0 16 15 0 0 19 0 2 0 670625336 295784448 5626 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7534/statm: 72213 5626 410 364 0 8131 0
[pid=7536] ppid=7534 vsize=1017932 CPUtime=99.3 cores=1,3,5,7
/proc/7536/stat : 7536 (gnovelty+2) T 7534 7536 7536 0 -1 4202496 450 0 0 0 9930 0 0 0 25 0 1 0 670625336 1042362368 184 33554432000 134512640 135663704 4292591568 18446744073709551615 134545207 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7536/statm: 254483 184 113 282 0 254199 0
[pid=7534/tid=7540] ppid=7528 vsize=288852 CPUtime=0 cores=1,3,5,7
/proc/7534/task/7540/stat : 7540 (python) S 7528 7528 7001 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670635268 295784448 5626 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604470358366336 0 0 -1 1 0 0 0
[pid=7541] ppid=7528 vsize=289396 CPUtime=0 cores=1,3,5,7
/proc/7541/stat : 7541 (python) S 7528 7528 7001 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 670635271 296341504 5707 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550557766 0 0 16781312 514 3451437372627976456 0 0 17 1 0 0 0
/proc/7541/statm: 72349 5707 348 364 0 8264 0
[pid=7543] ppid=7541 vsize=2960 CPUtime=2.19 cores=1,3,5,7
/proc/7543/stat : 7543 (march_hi) R 7541 7543 7543 0 -1 4202496 785 0 0 0 219 0 0 0 25 0 1 0 670635271 3031040 519 33554432000 4194304 4955518 140734598262016 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7543/statm: 740 519 104 186 0 553 0
[pid=7528/tid=7535] ppid=7526 vsize=299640 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7535/stat : 7535 (python) S 7526 7528 7001 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 3 0 670625336 306831360 7241 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
[pid=7528/tid=7542] ppid=7526 vsize=299640 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7542/stat : 7542 (python) S 7526 7528 7001 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 3 0 670635271 306831360 7241 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 1898780

[startup+162.3 s]
/proc/loadavg: 4.17 4.09 4.03 5/482 7544
/proc/meminfo: memFree=17328996/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=299640 CPUtime=0.56 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 10638 931 1 0 44 12 0 0 20 0 3 0 670625259 306831360 7241 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7528/statm: 74910 7241 1878 364 0 10825 0
[pid=7534] ppid=7528 vsize=288852 CPUtime=0.31 cores=1,3,5,7

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

[pid=7582] ppid=7528 vsize=310188 CPUtime=0.32 cores=1,3,5,7
/proc/7582/stat : 7582 (python) S 7528 7528 7001 0 -1 4202560 1094 0 0 0 17 15 0 0 19 0 2 0 670713677 317632512 5829 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7582/statm: 77547 5829 400 364 0 13456 0
[pid=7584] ppid=7582 vsize=1017932 CPUtime=100.3 cores=1,3,5,7
/proc/7584/stat : 7584 (gnovelty+2) T 7582 7584 7584 0 -1 4202496 451 0 0 0 10030 0 0 0 25 0 1 0 670713677 1042362368 184 33554432000 134512640 135663704 4288924880 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7584/statm: 254483 184 113 282 0 254199 0
[pid=7582/tid=7587] ppid=7528 vsize=310188 CPUtime=0 cores=1,3,5,7
/proc/7582/task/7587/stat : 7587 (python) S 7528 7528 7001 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670723708 317632512 5829 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604463712238592 0 0 -1 7 0 0 0
[pid=7673] ppid=7528 vsize=320444 CPUtime=2.3 cores=1,3,5,7
/proc/7673/stat : 7673 (python) S 7528 7528 7001 0 -1 4202560 1158 0 0 0 122 108 0 0 15 0 2 0 670762020 328134656 5857 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7673/statm: 80111 5857 400 364 0 16017 0
[pid=7675] ppid=7673 vsize=126240 CPUtime=683.09 cores=1,3,5,7
/proc/7675/stat : 7675 (march_hi) T 7673 7675 7675 0 -1 4202496 23978 0 0 0 68304 5 0 0 25 0 1 0 670762021 129269760 23712 33554432000 4194304 4955518 140735153758128 18446744073709551615 4227824 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7675/statm: 31560 23712 104 186 0 31373 0
[pid=7673/tid=7718] ppid=7528 vsize=320444 CPUtime=0 cores=1,3,5,7
/proc/7673/task/7718/stat : 7718 (python) S 7528 7528 7001 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670771829 328134656 5857 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604469001602176 0 0 -1 1 0 0 0
[pid=7740] ppid=7528 vsize=330956 CPUtime=1.97 cores=1,3,5,7
/proc/7740/stat : 7740 (python) S 7528 7528 7001 0 -1 4202560 1159 0 0 0 104 93 0 0 15 0 2 0 670820481 338898944 5893 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7740/statm: 82739 5893 400 364 0 18642 0
[pid=7742] ppid=7740 vsize=108772 CPUtime=585.44 cores=1,3,5,7
/proc/7742/stat : 7742 (march_hi) T 7740 7742 7742 0 -1 4202496 20739 0 0 0 58541 3 0 0 25 0 1 0 670820482 111382528 20475 33554432000 4194304 4955518 140733620322288 18446744073709551615 4238703 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7742/statm: 27193 20475 104 186 0 27006 0
[pid=7740/tid=7746] ppid=7528 vsize=330956 CPUtime=0 cores=1,3,5,7
/proc/7740/task/7746/stat : 7746 (python) S 7528 7528 7001 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670830304 338898944 5893 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604470119907520 0 0 -1 3 0 0 0
[pid=7769] ppid=7528 vsize=341212 CPUtime=1.86 cores=1,3,5,7
/proc/7769/stat : 7769 (python) S 7528 7528 7001 0 -1 4202560 1148 0 0 0 98 88 0 0 19 0 2 0 670898846 349401088 5897 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7769/statm: 85303 5897 400 364 0 21203 0
[pid=7771] ppid=7769 vsize=182580 CPUtime=584.67 cores=1,3,5,7
/proc/7771/stat : 7771 (kcnfs-2006) T 7769 7771 7771 0 -1 4202496 628 0 0 0 58467 0 0 0 25 0 1 0 670898847 186961920 366 33554432000 134512640 135163436 4287877328 18446744073709551615 134581838 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7771/statm: 45645 366 77 159 0 45485 0
[pid=7769/tid=7792] ppid=7528 vsize=341212 CPUtime=0 cores=1,3,5,7
/proc/7769/task/7792/stat : 7792 (python) S 7528 7528 7001 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670957330 349401088 5897 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604469001603968 0 0 -1 1 0 0 0
[pid=7793] ppid=7528 vsize=351468 CPUtime=0.34 cores=1,3,5,7
/proc/7793/stat : 7793 (python) S 7528 7528 7001 0 -1 4202560 1147 0 0 0 17 17 0 0 16 0 2 0 670957331 359903232 5907 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7793/statm: 87867 5907 406 364 0 23764 0
[pid=7795] ppid=7793 vsize=24468 CPUtime=98.37 cores=1,3,5,7
/proc/7795/stat : 7795 (march_hi) T 7793 7795 7795 0 -1 4202496 4392 0 0 0 9837 0 0 0 25 0 1 0 670957332 25055232 4119 33554432000 4194304 4955518 140736327470976 18446744073709551615 4227841 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7795/statm: 6117 4119 104 186 0 5930 0
[pid=7793/tid=7798] ppid=7528 vsize=351468 CPUtime=0 cores=1,3,5,7
/proc/7793/task/7798/stat : 7798 (python) S 7528 7528 7001 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 670967171 359903232 5907 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604461099736000 0 0 -1 3 0 0 0
[pid=7528/tid=7535] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7535/stat : 7535 (python) S 7526 7528 7001 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 670625336 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
[pid=7528/tid=7542] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7542/stat : 7542 (python) S 7526 7528 7001 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 9 0 670635271 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
[pid=7528/tid=7571] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7571/stat : 7571 (python) S 7526 7528 7001 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 9 0 670683950 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
[pid=7528/tid=7583] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7583/stat : 7583 (python) S 7526 7528 7001 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 670713677 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
[pid=7528/tid=7674] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7674/stat : 7674 (python) S 7526 7528 7001 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 9 0 670762020 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
[pid=7528/tid=7741] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7741/stat : 7741 (python) S 7526 7528 7001 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 9 0 670820482 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 3 0 0 0
[pid=7528/tid=7770] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7770/stat : 7770 (python) S 7526 7528 7001 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 670898846 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
[pid=7528/tid=7794] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7794/stat : 7794 (python) S 7526 7528 7001 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 670957331 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4977.69
Current children cumulated vsize (KiB) 5869576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4984.6 s]
/proc/loadavg: 4.02 4.04 4.00 5/485 7861
/proc/meminfo: memFree=16296744/32951124 swapFree=67056796/67111528
[pid=7528] ppid=7526 vsize=361712 CPUtime=0.98 cores=1,3,5,7
/proc/7528/stat : 7528 (python) S 7526 7528 7001 0 -1 4202496 16980 931 1 0 85 13 0 0 18 0 9 0 670625259 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/7528/statm: 90428 7395 1890 364 0 26325 0
[pid=7534] ppid=7528 vsize=288852 CPUtime=0.31 cores=1,3,5,7
/proc/7534/stat : 7534 (python) S 7528 7528 7001 0 -1 4202560 1077 0 0 0 16 15 0 0 19 0 2 0 670625336 295784448 5626 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7534/statm: 72213 5626 410 364 0 8131 0
[pid=7536] ppid=7534 vsize=1017932 CPUtime=99.3 cores=1,3,5,7
/proc/7536/stat : 7536 (gnovelty+2) T 7534 7536 7536 0 -1 4202496 450 0 0 0 9930 0 0 0 25 0 1 0 670625336 1042362368 184 33554432000 134512640 135663704 4292591568 18446744073709551615 134545207 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7536/statm: 254483 184 113 282 0 254199 0
[pid=7534/tid=7540] ppid=7528 vsize=288852 CPUtime=0 cores=1,3,5,7
/proc/7534/task/7540/stat : 7540 (python) S 7528 7528 7001 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 670635268 295784448 5626 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604470358366336 0 0 -1 1 0 0 0
[pid=7541] ppid=7528 vsize=289396 CPUtime=7.03 cores=1,3,5,7
/proc/7541/stat : 7541 (python) S 7528 7528 7001 0 -1 4202560 1135 0 0 0 359 344 0 0 15 0 2 0 670635271 296341504 5760 33554432000 4194304 5683644 140734409453008 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7541/statm: 72349 5760 400 364 0 8264 0
[pid=7543] ppid=7541 vsize=371252 CPUtime=2151.9 cores=1,3,5,7
/proc/7543/stat : 7543 (march_hi) R 7541 7543 7543 0 -1 4202496 69177 0 0 0 215177 13 0 0 25 0 1 0 670635271 380162048 68911 33554432000 4194304 4955518 140734598262016 18446744073709551615 4227807 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/7543/statm: 92813 68911 104 186 0 92626 0
[pid=7541/tid=7566] ppid=7528 vsize=289396 CPUtime=0 cores=1,3,5,7
/proc/7541/task/7566/stat : 7566 (python) S 7528 7528 7001 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 670674568 296341504 5760 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604469585589568 0 0 -1 7 0 0 0
[pid=7570] ppid=7528 vsize=299932 CPUtime=2.28 cores=1,3,5,7
/proc/7570/stat : 7570 (python) S 7528 7528 7001 0 -1 4202560 1168 0 0 0 126 102 0 0 15 0 2 0 670683949 307130368 5826 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7570/statm: 74983 5826 409 364 0 10895 0
[pid=7572] ppid=7570 vsize=126240 CPUtime=679.61 cores=1,3,5,7
/proc/7572/stat : 7572 (march_hi) T 7570 7572 7572 0 -1 4202496 23916 0 0 0 67956 5 0 0 25 0 1 0 670683950 129269760 23651 33554432000 4194304 4955518 140733602519344 18446744073709551615 4227841 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7572/statm: 31560 23651 104 186 0 31373 0
[pid=7570/tid=7575] ppid=7528 vsize=299932 CPUtime=0 cores=1,3,5,7
/proc/7570/task/7575/stat : 7575 (python) S 7528 7528 7001 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670694210 307130368 5826 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604458682164224 0 0 -1 3 0 0 0
[pid=7582] ppid=7528 vsize=310188 CPUtime=0.32 cores=1,3,5,7
/proc/7582/stat : 7582 (python) S 7528 7528 7001 0 -1 4202560 1094 0 0 0 17 15 0 0 19 0 2 0 670713677 317632512 5829 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7582/statm: 77547 5829 400 364 0 13456 0
[pid=7584] ppid=7582 vsize=1017932 CPUtime=100.3 cores=1,3,5,7
/proc/7584/stat : 7584 (gnovelty+2) T 7582 7584 7584 0 -1 4202496 451 0 0 0 10030 0 0 0 25 0 1 0 670713677 1042362368 184 33554432000 134512640 135663704 4288924880 18446744073709551615 134525229 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7584/statm: 254483 184 113 282 0 254199 0
[pid=7582/tid=7587] ppid=7528 vsize=310188 CPUtime=0 cores=1,3,5,7
/proc/7582/task/7587/stat : 7587 (python) S 7528 7528 7001 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670723708 317632512 5829 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604463712238592 0 0 -1 7 0 0 0
[pid=7673] ppid=7528 vsize=320444 CPUtime=2.3 cores=1,3,5,7
/proc/7673/stat : 7673 (python) S 7528 7528 7001 0 -1 4202560 1158 0 0 0 122 108 0 0 15 0 2 0 670762020 328134656 5857 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7673/statm: 80111 5857 400 364 0 16017 0
[pid=7675] ppid=7673 vsize=126240 CPUtime=683.09 cores=1,3,5,7
/proc/7675/stat : 7675 (march_hi) T 7673 7675 7675 0 -1 4202496 23978 0 0 0 68304 5 0 0 25 0 1 0 670762021 129269760 23712 33554432000 4194304 4955518 140735153758128 18446744073709551615 4227824 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7675/statm: 31560 23712 104 186 0 31373 0
[pid=7673/tid=7718] ppid=7528 vsize=320444 CPUtime=0 cores=1,3,5,7
/proc/7673/task/7718/stat : 7718 (python) S 7528 7528 7001 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 670771829 328134656 5857 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604469001602176 0 0 -1 1 0 0 0
[pid=7740] ppid=7528 vsize=330956 CPUtime=1.97 cores=1,3,5,7
/proc/7740/stat : 7740 (python) S 7528 7528 7001 0 -1 4202560 1159 0 0 0 104 93 0 0 15 0 2 0 670820481 338898944 5893 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7740/statm: 82739 5893 400 364 0 18642 0
[pid=7742] ppid=7740 vsize=108772 CPUtime=585.44 cores=1,3,5,7
/proc/7742/stat : 7742 (march_hi) T 7740 7742 7742 0 -1 4202496 20739 0 0 0 58541 3 0 0 25 0 1 0 670820482 111382528 20475 33554432000 4194304 4955518 140733620322288 18446744073709551615 4238703 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7742/statm: 27193 20475 104 186 0 27006 0
[pid=7740/tid=7746] ppid=7528 vsize=330956 CPUtime=0 cores=1,3,5,7
/proc/7740/task/7746/stat : 7746 (python) S 7528 7528 7001 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670830304 338898944 5893 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604470119907520 0 0 -1 3 0 0 0
[pid=7769] ppid=7528 vsize=341212 CPUtime=1.86 cores=1,3,5,7
/proc/7769/stat : 7769 (python) S 7528 7528 7001 0 -1 4202560 1148 0 0 0 98 88 0 0 19 0 2 0 670898846 349401088 5897 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/7769/statm: 85303 5897 400 364 0 21203 0
[pid=7771] ppid=7769 vsize=182580 CPUtime=584.67 cores=1,3,5,7
/proc/7771/stat : 7771 (kcnfs-2006) T 7769 7771 7771 0 -1 4202496 628 0 0 0 58467 0 0 0 25 0 1 0 670898847 186961920 366 33554432000 134512640 135163436 4287877328 18446744073709551615 134581838 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/7771/statm: 45645 366 77 159 0 45485 0
[pid=7769/tid=7792] ppid=7528 vsize=341212 CPUtime=0 cores=1,3,5,7
/proc/7769/task/7792/stat : 7792 (python) S 7528 7528 7001 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 670957330 349401088 5897 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604469001603968 0 0 -1 1 0 0 0
[pid=7793] ppid=7528 vsize=351468 CPUtime=0.34 cores=1,3,5,7
/proc/7793/stat : 7793 (python) S 7528 7528 7001 0 -1 4202560 1147 0 0 0 17 17 0 0 16 0 2 0 670957331 359903232 5907 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/7793/statm: 87867 5907 406 364 0 23764 0
[pid=7795] ppid=7793 vsize=24468 CPUtime=98.37 cores=1,3,5,7
/proc/7795/stat : 7795 (march_hi) T 7793 7795 7795 0 -1 4202496 4392 0 0 0 9837 0 0 0 25 0 1 0 670957332 25055232 4119 33554432000 4194304 4955518 140736327470976 18446744073709551615 4227841 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/7795/statm: 6117 4119 104 186 0 5930 0
[pid=7793/tid=7798] ppid=7528 vsize=351468 CPUtime=0 cores=1,3,5,7
/proc/7793/task/7798/stat : 7798 (python) S 7528 7528 7001 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 670967171 359903232 5907 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 514 18446604461099736000 0 0 -1 3 0 0 0
[pid=7528/tid=7535] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7535/stat : 7535 (python) S 7526 7528 7001 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 670625336 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
[pid=7528/tid=7542] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7542/stat : 7542 (python) S 7526 7528 7001 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 9 0 670635271 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
[pid=7528/tid=7571] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7571/stat : 7571 (python) S 7526 7528 7001 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 9 0 670683950 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
[pid=7528/tid=7583] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7583/stat : 7583 (python) S 7526 7528 7001 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 670713677 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
[pid=7528/tid=7674] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7674/stat : 7674 (python) S 7526 7528 7001 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 9 0 670762020 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
[pid=7528/tid=7741] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7741/stat : 7741 (python) S 7526 7528 7001 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 9 0 670820482 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 3 0 0 0
[pid=7528/tid=7770] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7770/stat : 7770 (python) S 7526 7528 7001 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 9 0 670898846 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 7 0 0 0
[pid=7528/tid=7794] ppid=7526 vsize=361712 CPUtime=0 cores=1,3,5,7
/proc/7528/task/7794/stat : 7794 (python) S 7526 7528 7001 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 670957331 370393088 7395 33554432000 4194304 5683644 140734409453008 18446744073709551615 271562361265 0 0 16781312 2 18446604470119909312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 5869576

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

Real time (s): 4984.67
CPU time (s): 5000.07
CPU user time (s): 4991.86
CPU system time (s): 8.21
CPU usage (%): 100.309
Max. virtual memory (cumulated for all children) (KiB): 5869576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.85487
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17915
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= 2908
involuntary context switches= 44

runsolver used 27.0679 second user time and 57.7422 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-17 01:57:54
IDJOB=3386673
IDBENCH=82738
IDSOLVER=1872
FILE ID=node133/3386673-1305590274
RUNJOBID= node133-1305586144-7020
PBS_JOBID= 13350345
Free space on /tmp= 73356 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S248192082-054.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-3386673-1305590274/watcher-3386673-1305590274 -o /tmp/evaluation-result-3386673-1305590274/solver-3386673-1305590274 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386673-1305590274.cnf -seed 1389877036 -budget 5000

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

MD5SUM BENCH= cf7086a47a32df0eb19a8b08d14122dd
RANDOM SEED=1389877036

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17371680 kB
Buffers:        305084 kB
Cached:        4267408 kB
SwapCached:       7668 kB
Active:       12326392 kB
Inactive:      2925400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17371680 kB
SwapTotal:    67111528 kB
SwapFree:     67056796 kB
Dirty:           31892 kB
Writeback:           4 kB
AnonPages:    10677232 kB
Mapped:          40112 kB
Slab:           200104 kB
PageTables:      60020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 104130728 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= 73312 MiB
End job on node133 at 2011-05-17 03:21:00