Trace number 3386805

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.02 4981.29

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S1397972185-007.UNKNOWN.cnf
MD5SUMd2902b03aca91b8ea25ec40928f31c64
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 variables125
Number of clauses2662
Sum of the clauses size13310
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52662
Number of clauses of size over 50

Solver Data

0.28/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.28/0.47	c INFO: solving HOME/instance-3386805-1305592978.cnf
0.28/0.47	c INFO: computing task features
0.28/0.48	c INFO: computed variable-clause graph statistics
0.28/0.48	c INFO: computed clause balance statistics
0.36/0.55	c INFO: computed variable balance statistics
0.36/0.58	c INFO: computed small-clause counts
0.36/0.58	c INFO: computed Horn-clause counts
0.36/0.58	c INFO: computed variable graph statistics
0.36/0.58	c INFO: collected features for HOME/instance-3386805-1305592978.cnf in 0.12 s
0.46/0.61	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
100.43/101.02	c INFO: running gnovelty+2@0 for 97 with 4900 remaining (b = 0.07)
198.20/198.49	c INFO: running march_hi@0 for 485 with 4802 remaining (b = 0.34)
690.43/688.69	c INFO: running march_hi@490 for 97 with 4312 remaining (b = 0.09)
786.92/784.79	c INFO: running march_hi@586 for 97 with 4216 remaining (b = 0.11)
881.29/878.77	c INFO: running march_hi@680 for 97 with 4122 remaining (b = 0.07)
978.12/975.12	c INFO: running march_hi@0 for 388 with 4026 remaining (b = 0.27)
1367.98/1363.47	c INFO: running march_hi@388 for 97 with 3638 remaining (b = 0.09)
1470.67/1465.76	c INFO: running march_hi@490 for 194 with 3535 remaining (b = 0.14)
1660.35/1654.63	c INFO: running march_hi@0 for 388 with 3346 remaining (b = 0.25)
2053.90/2047.01	c INFO: running march_hi@391 for 97 with 2954 remaining (b = 0.07)
2151.14/2143.90	c INFO: running march_hi@488 for 194 with 2858 remaining (b = 0.12)
2343.23/2335.12	c INFO: running march_hi@0 for 388 with 2666 remaining (b = 0.22)
2733.22/2723.58	c INFO: running march_hi@388 for 97 with 2278 remaining (b = 0.06)
2834.92/2824.87	c INFO: running kcnfs-2006@0 for 582 with 2177 remaining (b = 0.25)
3420.60/3408.22	c INFO: running march_hi@489 for 97 with 1593 remaining (b = 0.04)
3518.50/3505.77	c INFO: running march_hi@587 for 97 with 1496 remaining (b = 0.04)
3614.28/3601.15	c INFO: running march_hi@0 for 388 with 1400 remaining (b = 0.18)
4006.62/3992.00	c INFO: running march_hi@0 for 388 with 1010 remaining (b = 0.15)
4398.13/4381.95	c INFO: running march_hi@776 for 620 with 620 remaining (b = 0.19)

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-3386805-1305592978/watcher-3386805-1305592978 -o /tmp/evaluation-result-3386805-1305592978/solver-3386805-1305592978 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386805-1305592978.cnf -seed 1785760797 -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.17 4.13 4.04 4/540 20498
/proc/meminfo: memFree=3146776/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=16240 CPUtime=0 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 1050 0 0 0 0 0 0 0 24 0 1 0 670896438 16629760 922 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 3 0 0 0
/proc/20498/statm: 4060 922 381 364 0 547 0

[startup+0.0415629 s]
/proc/loadavg: 4.17 4.13 4.04 4/540 20498
/proc/meminfo: memFree=3146776/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=21104 CPUtime=0.02 cores=1,3,5,7
/proc/20498/stat : 20498 (python) R 20496 20498 19558 0 -1 4202496 1315 0 0 0 2 0 0 0 18 0 1 0 670896438 21610496 1166 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970548224 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20498/statm: 5276 1166 428 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21104

[startup+0.100535 s]
/proc/loadavg: 4.17 4.13 4.04 4/540 20498
/proc/meminfo: memFree=3146776/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=104220 CPUtime=0.06 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 3045 0 0 0 5 1 0 0 17 0 1 0 670896438 106721280 2732 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/20498/statm: 26055 2732 847 364 0 1803 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.300522 s]
/proc/loadavg: 4.17 4.13 4.04 4/540 20498
/proc/meminfo: memFree=3146776/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=170756 CPUtime=0.21 cores=1,3,5,7
/proc/20498/stat : 20498 (python) R 20496 20498 19558 0 -1 4202496 6738 932 1 0 15 6 0 0 17 0 1 0 670896438 174854144 4806 33554432000 4194304 5683644 140733592034624 18446744073709551615 4870063 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20498/statm: 42689 4806 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 170756

[startup+0.700417 s]
/proc/loadavg: 4.17 4.13 4.04 4/540 20498
/proc/meminfo: memFree=3146776/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=288768 CPUtime=0.48 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 9816 932 1 0 41 7 0 0 19 0 2 0 670896438 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20498/statm: 72192 7086 1875 364 0 8110 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 288768

[startup+1.50031 s]
/proc/loadavg: 4.17 4.13 4.04 5/544 20506
/proc/meminfo: memFree=3121448/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=288768 CPUtime=0.48 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 9816 932 1 0 41 7 0 0 19 0 2 0 670896438 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20498/statm: 72192 7086 1875 364 0 8110 0
[pid=20504] ppid=20498 vsize=278524 CPUtime=0 cores=1,3,5,7
/proc/20504/stat : 20504 (python) S 20498 20498 19558 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 670896500 285208576 5561 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970570255 0 0 16781312 514 13983272776757149695 0 0 17 3 0 0 0
/proc/20504/statm: 69631 5561 354 364 0 5549 0
[pid=20506] ppid=20504 vsize=1017800 CPUtime=0.87 cores=1,3,5,7
/proc/20506/stat : 20506 (gnovelty+2) R 20504 20506 20506 0 -1 4202496 446 0 0 0 87 0 0 0 21 0 1 0 670896500 1042227200 181 33554432000 134512640 135663704 4294764544 18446744073709551615 134525151 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20506/statm: 254450 181 113 282 0 254166 0
[pid=20498/tid=20505] ppid=20496 vsize=288768 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20505/stat : 20505 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 19 0 2 0 670896500 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1585092

[startup+3.101 s]
/proc/loadavg: 4.17 4.13 4.04 5/544 20506
/proc/meminfo: memFree=3120332/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=288768 CPUtime=0.48 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 9816 932 1 0 41 7 0 0 19 0 2 0 670896438 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20498/statm: 72192 7086 1875 364 0 8110 0
[pid=20504] ppid=20498 vsize=278524 CPUtime=0 cores=1,3,5,7
/proc/20504/stat : 20504 (python) S 20498 20498 19558 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 670896500 285208576 5561 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970570255 0 0 16781312 514 13983272776757117188 0 0 17 3 0 0 0
/proc/20504/statm: 69631 5561 354 364 0 5549 0
[pid=20506] ppid=20504 vsize=1017800 CPUtime=2.47 cores=1,3,5,7
/proc/20506/stat : 20506 (gnovelty+2) R 20504 20506 20506 0 -1 4202496 446 0 0 0 247 0 0 0 25 0 1 0 670896500 1042227200 181 33554432000 134512640 135663704 4294764544 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/20506/statm: 254450 181 113 282 0 254166 0
[pid=20498/tid=20505] ppid=20496 vsize=288768 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20505/stat : 20505 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 19 0 2 0 670896500 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1585092

[startup+6.3005 s]
/proc/loadavg: 4.31 4.16 4.05 5/544 20508
/proc/meminfo: memFree=3118012/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=288768 CPUtime=0.48 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 9816 932 1 0 41 7 0 0 19 0 2 0 670896438 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20498/statm: 72192 7086 1875 364 0 8110 0
[pid=20504] ppid=20498 vsize=278524 CPUtime=0.02 cores=1,3,5,7
/proc/20504/stat : 20504 (python) S 20498 20498 19558 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 670896500 285208576 5583 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970570255 0 0 16781312 514 13983272776757117188 0 0 17 3 0 0 0
/proc/20504/statm: 69631 5583 376 364 0 5549 0
[pid=20506] ppid=20504 vsize=1017800 CPUtime=5.66 cores=1,3,5,7
/proc/20506/stat : 20506 (gnovelty+2) R 20504 20506 20506 0 -1 4202496 446 0 0 0 566 0 0 0 25 0 1 0 670896500 1042227200 181 33554432000 134512640 135663704 4294764544 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20506/statm: 254450 181 113 282 0 254166 0
[pid=20498/tid=20505] ppid=20496 vsize=288768 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20505/stat : 20505 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 19 0 2 0 670896500 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1585092

[startup+12.7003 s]
/proc/loadavg: 4.45 4.19 4.06 5/544 20508
/proc/meminfo: memFree=3116100/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=288768 CPUtime=0.48 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 9816 932 1 0 41 7 0 0 19 0 2 0 670896438 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20498/statm: 72192 7086 1875 364 0 8110 0
[pid=20504] ppid=20498 vsize=278524 CPUtime=0.04 cores=1,3,5,7
/proc/20504/stat : 20504 (python) S 20498 20498 19558 0 -1 4202560 898 0 0 0 2 2 0 0 18 0 1 0 670896500 285208576 5584 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970570255 0 0 16781312 514 615832064670793988 0 0 17 3 0 0 0
/proc/20504/statm: 69631 5584 377 364 0 5549 0
[pid=20506] ppid=20504 vsize=1017800 CPUtime=11.36 cores=1,3,5,7
/proc/20506/stat : 20506 (gnovelty+2) R 20504 20506 20506 0 -1 4202496 446 0 0 0 1133 3 0 0 25 0 1 0 670896500 1042227200 181 33554432000 134512640 135663704 4294764544 18446744073709551615 134524697 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/20506/statm: 254450 181 113 282 0 254166 0
[pid=20498/tid=20505] ppid=20496 vsize=288768 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20505/stat : 20505 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 19 0 2 0 670896500 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 1585092

[startup+25.5012 s]
/proc/loadavg: 4.35 4.18 4.06 5/544 20508
/proc/meminfo: memFree=3112796/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=288768 CPUtime=0.48 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 9816 932 1 0 41 7 0 0 19 0 2 0 670896438 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20498/statm: 72192 7086 1875 364 0 8110 0
[pid=20504] ppid=20498 vsize=278524 CPUtime=0.08 cores=1,3,5,7
/proc/20504/stat : 20504 (python) S 20498 20498 19558 0 -1 4202560 904 0 0 0 4 4 0 0 18 0 1 0 670896500 285208576 5584 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970570255 0 0 16781312 514 615832064670793988 0 0 17 3 0 0 0
/proc/20504/statm: 69631 5584 377 364 0 5549 0
[pid=20506] ppid=20504 vsize=1017800 CPUtime=24.15 cores=1,3,5,7
/proc/20506/stat : 20506 (gnovelty+2) R 20504 20506 20506 0 -1 4202496 446 0 0 0 2412 3 0 0 25 0 1 0 670896500 1042227200 181 33554432000 134512640 135663704 4294764544 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20506/statm: 254450 181 113 282 0 254166 0
[pid=20498/tid=20505] ppid=20496 vsize=288768 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20505/stat : 20505 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 19 0 2 0 670896500 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 24.71
Current children cumulated vsize (KiB) 1585092

[startup+51.1008 s]
/proc/loadavg: 4.23 4.17 4.06 5/544 20508
/proc/meminfo: memFree=3104220/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=288768 CPUtime=0.48 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 9816 932 1 0 41 7 0 0 19 0 2 0 670896438 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20498/statm: 72192 7086 1875 364 0 8110 0
[pid=20504] ppid=20498 vsize=278524 CPUtime=0.17 cores=1,3,5,7
/proc/20504/stat : 20504 (python) S 20498 20498 19558 0 -1 4202560 914 0 0 0 9 8 0 0 18 0 1 0 670896500 285208576 5584 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970570255 0 0 16781312 514 615832064670793988 0 0 17 3 0 0 0
/proc/20504/statm: 69631 5584 377 364 0 5549 0
[pid=20506] ppid=20504 vsize=1017800 CPUtime=49.72 cores=1,3,5,7
/proc/20506/stat : 20506 (gnovelty+2) R 20504 20506 20506 0 -1 4202496 446 0 0 0 4969 3 0 0 25 0 1 0 670896500 1042227200 181 33554432000 134512640 135663704 4294764544 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/20506/statm: 254450 181 113 282 0 254166 0
[pid=20498/tid=20505] ppid=20496 vsize=288768 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20505/stat : 20505 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 19 0 2 0 670896500 295698432 7086 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 1585092

[startup+102.319 s]
/proc/loadavg: 4.15 4.15 4.06 5/548 20514
/proc/meminfo: memFree=3081976/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=299560 CPUtime=0.52 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 10648 932 1 0 44 8 0 0 19 0 3 0 670896438 306749440 7221 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20498/statm: 74890 7221 1878 364 0 10805 0
[pid=20504] ppid=20498 vsize=288768 CPUtime=0.38 cores=1,3,5,7
/proc/20504/stat : 20504 (python) S 20498 20498 19558 0 -1 4202560 1089 0 0 0 19 19 0 0 19 0 2 0 670896500 295698432 5622 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20504/statm: 72192 5622 410 364 0 8110 0
[pid=20506] ppid=20504 vsize=1017800 CPUtime=99.57 cores=1,3,5,7
/proc/20506/stat : 20506 (gnovelty+2) T 20504 20506 20506 0 -1 4202496 446 0 0 0 9954 3 0 0 25 0 1 0 670896500 1042227200 181 33554432000 134512640 135663704 4294764544 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20506/statm: 254450 181 113 282 0 254166 0
[pid=20504/tid=20511] ppid=20498 vsize=288768 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (python) S 20498 20498 19558 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670906538 295698432 5622 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604460463394944 0 0 -1 7 0 0 0
[pid=20512] ppid=20498 vsize=289316 CPUtime=0 cores=1,3,5,7
/proc/20512/stat : 20512 (python) S 20498 20498 19558 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 670906541 296259584 5687 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970570310 0 0 16781312 514 16784221748789739783 0 0 17 3 0 0 0
/proc/20512/statm: 72329 5687 348 364 0 8244 0
[pid=20514] ppid=20512 vsize=1017800 CPUtime=1.28 cores=1,3,5,7
/proc/20514/stat : 20514 (gnovelty+2) R 20512 20514 20514 0 -1 4202496 446 0 0 0 128 0 0 0 25 0 1 0 670906541 1042227200 180 33554432000 134512640 135663704 4293781936 18446744073709551615 134545727 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20514/statm: 254450 180 113 282 0 254166 0
[pid=20498/tid=20505] ppid=20496 vsize=299560 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20505/stat : 20505 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 19 0 3 0 670896500 306749440 7221 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
[pid=20498/tid=20513] ppid=20496 vsize=299560 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20513/stat : 20513 (python) S 20496 20498 19558 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 3 0 670906541 306749440 7221 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 2913244

[startup+162.301 s]
/proc/loadavg: 4.05 4.12 4.05 5/548 20516
/proc/meminfo: memFree=3060984/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=299560 CPUtime=0.52 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 10648 932 1 0 44 8 0 0 19 0 3 0 670896438 306749440 7221 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20498/statm: 74890 7221 1878 364 0 10805 0
[pid=20504] ppid=20498 vsize=288768 CPUtime=0.38 cores=1,3,5,7

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

/proc/20611/stat : 20611 (march_hi) T 20609 20611 20611 0 -1 4202496 29913 0 0 0 68256 5 0 0 25 0 1 0 671129951 144318464 29642 33554432000 4194304 4955518 140736491974400 18446744073709551615 4224427 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20611/statm: 35234 29642 106 186 0 35047 0
[pid=20609/tid=20661] ppid=20498 vsize=396148 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20661/stat : 20661 (python) S 20498 20498 19558 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671168794 405655552 5885 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604465194281664 0 0 -1 7 0 0 0
[pid=20664] ppid=20498 vsize=406404 CPUtime=2.33 cores=1,3,5,7
/proc/20664/stat : 20664 (python) S 20498 20498 19558 0 -1 4202560 1150 0 0 0 119 114 0 0 17 0 2 0 671178925 416157696 5889 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20664/statm: 101601 5889 400 364 0 37501 0
[pid=20666] ppid=20664 vsize=181380 CPUtime=583.26 cores=1,3,5,7
/proc/20666/stat : 20666 (kcnfs-2006) T 20664 20666 20666 0 -1 4202496 687 0 0 0 58326 0 0 0 25 0 1 0 671178925 185733120 419 33554432000 134512640 135163436 4287413824 18446744073709551615 134712495 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20666/statm: 45345 419 76 159 0 45185 0
[pid=20664/tid=20688] ppid=20498 vsize=406404 CPUtime=0 cores=1,3,5,7
/proc/20664/task/20688/stat : 20688 (python) S 20498 20498 19558 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 671237259 416157696 5889 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604458622649408 0 0 -1 5 0 0 0
[pid=20693] ppid=20498 vsize=416868 CPUtime=1.62 cores=1,3,5,7
/proc/20693/stat : 20693 (python) S 20498 20498 19558 0 -1 4202560 1214 0 0 0 86 76 0 0 17 0 2 0 671256553 426872832 5970 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20693/statm: 104217 5970 406 364 0 40114 0
[pid=20695] ppid=20693 vsize=93464 CPUtime=390.63 cores=1,3,5,7
/proc/20695/stat : 20695 (march_hi) T 20693 20695 20695 0 -1 4202496 18228 0 0 0 39060 3 0 0 25 0 1 0 671256554 95707136 17955 33554432000 4194304 4955518 140736515022320 18446744073709551615 4224450 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20695/statm: 23366 17955 106 186 0 23179 0
[pid=20693/tid=20712] ppid=20498 vsize=416868 CPUtime=0 cores=1,3,5,7
/proc/20693/task/20712/stat : 20712 (python) S 20498 20498 19558 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 671295637 426872832 5970 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604470424800000 0 0 -1 7 0 0 0
[pid=20713] ppid=20498 vsize=427124 CPUtime=1.66 cores=1,3,5,7
/proc/20713/stat : 20713 (python) S 20498 20498 19558 0 -1 4202560 1158 0 0 0 89 77 0 0 16 0 2 0 671295638 437374976 5968 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20713/statm: 106781 5968 400 364 0 42675 0
[pid=20715] ppid=20713 vsize=93464 CPUtime=389.93 cores=1,3,5,7
/proc/20715/stat : 20715 (march_hi) T 20713 20715 20715 0 -1 4202496 18186 0 0 0 38989 4 0 0 25 0 1 0 671295639 95707136 17916 33554432000 4194304 4955518 140736058948544 18446744073709551615 4208638 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20715/statm: 23366 17916 106 186 0 23179 0
[pid=20713/tid=20730] ppid=20498 vsize=427124 CPUtime=0 cores=1,3,5,7
/proc/20713/task/20730/stat : 20730 (python) S 20498 20498 19558 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 671334632 437374976 5968 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604459331404992 0 0 -1 7 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20505/stat : 20505 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 19 0 10 0 670896500 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
[pid=20498/tid=20513] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20513/stat : 20513 (python) S 20496 20498 19558 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 10 0 670906541 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
[pid=20498/tid=20520] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20520/stat : 20520 (python) S 20496 20498 19558 0 -1 4202560 37 932 0 0 0 0 0 0 18 0 10 0 670916288 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20552] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20552/stat : 20552 (python) S 20496 20498 19558 0 -1 4202560 26 932 0 0 0 0 0 0 15 0 10 0 670993950 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 7 0 0 0
[pid=20498/tid=20588] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20588/stat : 20588 (python) S 20496 20498 19558 0 -1 4202560 90 932 0 0 0 0 0 0 18 0 10 0 671061901 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20610] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20610/stat : 20610 (python) S 20496 20498 19558 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 10 0 671129950 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20665] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20665/stat : 20665 (python) S 20496 20498 19558 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 10 0 671178925 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20694] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20694/stat : 20694 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 10 0 671256554 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20714] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20714/stat : 20714 (python) S 20496 20498 19558 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 10 0 671295639 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4980.98
Current children cumulated vsize (KiB) 6797312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4981.22 s]
/proc/loadavg: 4.04 4.07 4.02 5/585 21231
/proc/meminfo: memFree=1072340/32951132 swapFree=59792360/67111528
[pid=20498] ppid=20496 vsize=437504 CPUtime=0.87 cores=1,3,5,7
/proc/20498/stat : 20498 (python) S 20496 20498 19558 0 -1 4202496 18251 932 1 0 77 10 0 0 18 0 10 0 670896438 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/20498/statm: 109376 7467 1892 364 0 45270 0
[pid=20504] ppid=20498 vsize=288768 CPUtime=0.38 cores=1,3,5,7
/proc/20504/stat : 20504 (python) S 20498 20498 19558 0 -1 4202560 1089 0 0 0 19 19 0 0 19 0 2 0 670896500 295698432 5622 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20504/statm: 72192 5622 410 364 0 8110 0
[pid=20506] ppid=20504 vsize=1017800 CPUtime=99.57 cores=1,3,5,7
/proc/20506/stat : 20506 (gnovelty+2) T 20504 20506 20506 0 -1 4202496 446 0 0 0 9954 3 0 0 25 0 1 0 670896500 1042227200 181 33554432000 134512640 135663704 4294764544 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20506/statm: 254450 181 113 282 0 254166 0
[pid=20504/tid=20511] ppid=20498 vsize=288768 CPUtime=0 cores=1,3,5,7
/proc/20504/task/20511/stat : 20511 (python) S 20498 20498 19558 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 670906538 295698432 5622 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604460463394944 0 0 -1 7 0 0 0
[pid=20512] ppid=20498 vsize=289316 CPUtime=0.39 cores=1,3,5,7
/proc/20512/stat : 20512 (python) S 20498 20498 19558 0 -1 4202560 1075 0 0 0 20 19 0 0 19 0 2 0 670906541 296259584 5740 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20512/statm: 72329 5740 400 364 0 8244 0
[pid=20514] ppid=20512 vsize=1017800 CPUtime=97.43 cores=1,3,5,7
/proc/20514/stat : 20514 (gnovelty+2) T 20512 20514 20514 0 -1 4202496 446 0 0 0 9743 0 0 0 25 0 1 0 670906541 1042227200 180 33554432000 134512640 135663704 4293781936 18446744073709551615 134524534 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20514/statm: 254450 180 113 282 0 254166 0
[pid=20512/tid=20518] ppid=20498 vsize=289316 CPUtime=0 cores=1,3,5,7
/proc/20512/task/20518/stat : 20518 (python) S 20498 20498 19558 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 670916284 296259584 5740 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604465410508992 0 0 -1 7 0 0 0
[pid=20519] ppid=20498 vsize=299244 CPUtime=5.7 cores=1,3,5,7
/proc/20519/stat : 20519 (python) R 20498 20498 19558 0 -1 4202560 1153 0 0 0 296 274 0 0 15 0 2 0 670916288 306425856 5673 33554432000 4194304 5683644 140733592034624 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20519/statm: 74811 5673 400 364 0 10723 0
[pid=20521] ppid=20519 vsize=313228 CPUtime=1375.82 cores=1,3,5,7
/proc/20521/stat : 20521 (march_hi) R 20519 20521 20521 0 -1 4202496 56620 0 0 0 137572 10 0 0 25 0 1 0 670916288 320745472 56356 33554432000 4194304 4955518 140736756499312 18446744073709551615 4224450 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/20521/statm: 78307 56356 106 186 0 78120 0
[pid=20519/tid=20540] ppid=20498 vsize=299244 CPUtime=0 cores=1,3,5,7
/proc/20519/task/20540/stat : 20540 (python) S 20498 20498 19558 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 670965304 306425856 5673 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604470424797312 0 0 -1 7 0 0 0
[pid=20551] ppid=20498 vsize=310100 CPUtime=2.78 cores=1,3,5,7
/proc/20551/stat : 20551 (python) S 20498 20498 19558 0 -1 4202560 1159 0 0 0 145 133 0 0 16 0 2 0 670993950 317542400 5799 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20551/statm: 77525 5799 400 364 0 13434 0
[pid=20553] ppid=20551 vsize=140936 CPUtime=679.41 cores=1,3,5,7
/proc/20553/stat : 20553 (march_hi) T 20551 20553 20553 0 -1 4202496 29811 0 0 0 67936 5 0 0 25 0 1 0 670993951 144318464 29544 33554432000 4194304 4955518 140734357503952 18446744073709551615 4297483 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20553/statm: 35234 29544 106 186 0 35047 0
[pid=20551/tid=20575] ppid=20498 vsize=310100 CPUtime=0 cores=1,3,5,7
/proc/20551/task/20575/stat : 20575 (python) S 20498 20498 19558 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 671032783 317542400 5799 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604458622650304 0 0 -1 7 0 0 0
[pid=20587] ppid=20498 vsize=385892 CPUtime=2.77 cores=1,3,5,7
/proc/20587/stat : 20587 (python) S 20498 20498 19558 0 -1 4202560 1052 0 0 0 154 123 0 0 15 0 2 0 671061901 395153408 5953 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20587/statm: 96473 5953 400 364 0 32379 0
[pid=20589] ppid=20587 vsize=140936 CPUtime=680.02 cores=1,3,5,7
/proc/20589/stat : 20589 (march_hi) T 20587 20589 20589 0 -1 4202496 29905 0 0 0 67996 6 0 0 25 0 1 0 671061901 144318464 29647 33554432000 4194304 4955518 140737480598416 18446744073709551615 4297477 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20589/statm: 35234 29647 106 186 0 35047 0
[pid=20587/tid=20600] ppid=20498 vsize=385892 CPUtime=0 cores=1,3,5,7
/proc/20587/task/20600/stat : 20600 (python) S 20498 20498 19558 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 2 0 671101137 395153408 5953 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604470261281024 0 0 -1 3 0 0 0
[pid=20609] ppid=20498 vsize=396148 CPUtime=2.84 cores=1,3,5,7
/proc/20609/stat : 20609 (python) S 20498 20498 19558 0 -1 4202560 1166 0 0 0 150 134 0 0 15 0 2 0 671129950 405655552 5885 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20609/statm: 99037 5885 400 364 0 34940 0
[pid=20611] ppid=20609 vsize=140936 CPUtime=682.61 cores=1,3,5,7
/proc/20611/stat : 20611 (march_hi) T 20609 20611 20611 0 -1 4202496 29913 0 0 0 68256 5 0 0 25 0 1 0 671129951 144318464 29642 33554432000 4194304 4955518 140736491974400 18446744073709551615 4224427 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20611/statm: 35234 29642 106 186 0 35047 0
[pid=20609/tid=20661] ppid=20498 vsize=396148 CPUtime=0 cores=1,3,5,7
/proc/20609/task/20661/stat : 20661 (python) S 20498 20498 19558 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 671168794 405655552 5885 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604465194281664 0 0 -1 7 0 0 0
[pid=20664] ppid=20498 vsize=406404 CPUtime=2.33 cores=1,3,5,7
/proc/20664/stat : 20664 (python) S 20498 20498 19558 0 -1 4202560 1150 0 0 0 119 114 0 0 17 0 2 0 671178925 416157696 5889 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20664/statm: 101601 5889 400 364 0 37501 0
[pid=20666] ppid=20664 vsize=181380 CPUtime=583.26 cores=1,3,5,7
/proc/20666/stat : 20666 (kcnfs-2006) T 20664 20666 20666 0 -1 4202496 687 0 0 0 58326 0 0 0 25 0 1 0 671178925 185733120 419 33554432000 134512640 135163436 4287413824 18446744073709551615 134712495 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/20666/statm: 45345 419 76 159 0 45185 0
[pid=20664/tid=20688] ppid=20498 vsize=406404 CPUtime=0 cores=1,3,5,7
/proc/20664/task/20688/stat : 20688 (python) S 20498 20498 19558 0 -1 4202560 45 0 0 0 0 0 0 0 17 0 2 0 671237259 416157696 5889 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604458622649408 0 0 -1 5 0 0 0
[pid=20693] ppid=20498 vsize=416868 CPUtime=1.62 cores=1,3,5,7
/proc/20693/stat : 20693 (python) S 20498 20498 19558 0 -1 4202560 1214 0 0 0 86 76 0 0 17 0 2 0 671256553 426872832 5970 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20693/statm: 104217 5970 406 364 0 40114 0
[pid=20695] ppid=20693 vsize=93464 CPUtime=390.63 cores=1,3,5,7
/proc/20695/stat : 20695 (march_hi) T 20693 20695 20695 0 -1 4202496 18228 0 0 0 39060 3 0 0 25 0 1 0 671256554 95707136 17955 33554432000 4194304 4955518 140736515022320 18446744073709551615 4224450 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20695/statm: 23366 17955 106 186 0 23179 0
[pid=20693/tid=20712] ppid=20498 vsize=416868 CPUtime=0 cores=1,3,5,7
/proc/20693/task/20712/stat : 20712 (python) S 20498 20498 19558 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 671295637 426872832 5970 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604470424800000 0 0 -1 7 0 0 0
[pid=20713] ppid=20498 vsize=427124 CPUtime=1.66 cores=1,3,5,7
/proc/20713/stat : 20713 (python) S 20498 20498 19558 0 -1 4202560 1158 0 0 0 89 77 0 0 16 0 2 0 671295638 437374976 5968 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20713/statm: 106781 5968 400 364 0 42675 0
[pid=20715] ppid=20713 vsize=93464 CPUtime=389.93 cores=1,3,5,7
/proc/20715/stat : 20715 (march_hi) T 20713 20715 20715 0 -1 4202496 18186 0 0 0 38989 4 0 0 25 0 1 0 671295639 95707136 17916 33554432000 4194304 4955518 140736058948544 18446744073709551615 4208638 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20715/statm: 23366 17916 106 186 0 23179 0
[pid=20713/tid=20730] ppid=20498 vsize=427124 CPUtime=0 cores=1,3,5,7
/proc/20713/task/20730/stat : 20730 (python) S 20498 20498 19558 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 671334632 437374976 5968 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 514 18446604459331404992 0 0 -1 7 0 0 0
[pid=20498/tid=20505] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20505/stat : 20505 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 19 0 10 0 670896500 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
[pid=20498/tid=20513] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20513/stat : 20513 (python) S 20496 20498 19558 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 10 0 670906541 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 3 0 0 0
[pid=20498/tid=20520] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20520/stat : 20520 (python) S 20496 20498 19558 0 -1 4202560 37 932 0 0 0 0 0 0 18 0 10 0 670916288 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20552] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20552/stat : 20552 (python) S 20496 20498 19558 0 -1 4202560 26 932 0 0 0 0 0 0 15 0 10 0 670993950 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 7 0 0 0
[pid=20498/tid=20588] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20588/stat : 20588 (python) S 20496 20498 19558 0 -1 4202560 90 932 0 0 0 0 0 0 18 0 10 0 671061901 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20610] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20610/stat : 20610 (python) S 20496 20498 19558 0 -1 4202560 34 932 0 0 0 0 0 0 18 0 10 0 671129950 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20665] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20665/stat : 20665 (python) S 20496 20498 19558 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 10 0 671178925 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20694] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20694/stat : 20694 (python) S 20496 20498 19558 0 -1 4202560 33 932 0 0 0 0 0 0 20 0 10 0 671256554 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
[pid=20498/tid=20714] ppid=20496 vsize=437504 CPUtime=0 cores=1,3,5,7
/proc/20498/task/20714/stat : 20714 (python) S 20496 20498 19558 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 10 0 671295639 448004096 7467 33554432000 4194304 5683644 140733592034624 18446744073709551615 242982373809 0 0 16781312 2 18446604465194278976 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 6797312

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

Real time (s): 4981.29
CPU time (s): 5000.02
CPU user time (s): 4989.87
CPU system time (s): 10.15
CPU usage (%): 100.376
Max. virtual memory (cumulated for all children) (KiB): 6797312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.776881
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19188
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= 1048
involuntary context switches= 38

runsolver used 32.1341 second user time and 66.4649 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-17 02:42:58
IDJOB=3386805
IDBENCH=82870
IDSOLVER=1872
FILE ID=node128/3386805-1305592978
RUNJOBID= node128-1305586146-19577
PBS_JOBID= 13350350
Free space on /tmp= 73440 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S1397972185-007.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-3386805-1305592978/watcher-3386805-1305592978 -o /tmp/evaluation-result-3386805-1305592978/solver-3386805-1305592978 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386805-1305592978.cnf -seed 1785760797 -budget 5000

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

MD5SUM BENCH= d2902b03aca91b8ea25ec40928f31c64
RANDOM SEED=1785760797

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       3146808 kB
Buffers:         83616 kB
Cached:         758140 kB
SwapCached:     122436 kB
Active:       14476936 kB
Inactive:     15038604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       3146808 kB
SwapTotal:    67111528 kB
SwapFree:     59792360 kB
Dirty:           31824 kB
Writeback:           0 kB
AnonPages:    28559808 kB
Mapped:          28400 kB
Slab:            99572 kB
PageTables:     119676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 174889308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73488 MiB
End job on node128 at 2011-05-17 04:06:01