Trace number 3317481

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-random? (TO) 4159.63 1300.06

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1847541883-049.UNKNOWN.cnf
MD5SUM02e5b9be63a0b18588da13d9c988e25c
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 variables150
Number of clauses3195
Sum of the clauses size15975
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 53195
Number of clauses of size over 50

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3317481-1304269798.cnf
0.32/0.45	c INFO: computing task features
0.32/0.47	c INFO: computed variable-clause graph statistics
0.32/0.47	c INFO: computed clause balance statistics
0.40/0.55	c INFO: computed variable balance statistics
0.50/0.60	c INFO: computed small-clause counts
0.50/0.60	c INFO: computed Horn-clause counts
0.50/0.60	c INFO: computed variable graph statistics
0.50/0.60	c INFO: collected features for HOME/instance-3317481-1304269798.cnf in 0.15 s
0.50/0.63	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.63)
0.50/0.66	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.50/0.69	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.35)
0.60/0.72	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.31)
308.47/100.87	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.23)
452.06/148.89	c INFO: running march_hi@0 for 485 with 4651 remaining (b = 0.21)
2037.45/614.09	c INFO: running march_hi@97 for 291 with 4186 remaining (b = 0.14)
2464.61/736.39	c INFO: running march_hi@99 for 97 with 4064 remaining (b = 0.05)
2483.09/741.62	c INFO: running march_hi@0 for 291 with 4058 remaining (b = 0.14)
2977.18/906.26	c INFO: running march_hi@780 for 194 with 3894 remaining (b = 0.09)
3037.50/926.35	c INFO: running march_hi@0 for 485 with 3874 remaining (b = 0.19)
3044.52/928.31	c INFO: running march_hi@486 for 194 with 3872 remaining (b = 0.09)
3637.00/1125.88	c INFO: running march_hi@291 for 97 with 3674 remaining (b = 0.08)
3857.17/1199.25	c INFO: running march_hi@0 for 388 with 3601 remaining (b = 0.14)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317481-1304269798/watcher-3317481-1304269798 -o /tmp/evaluation-result-3317481-1304269798/solver-3317481-1304269798 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317481-1304269798.cnf -seed 2040007130 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 9.28 8.99 7.97 7/246 24487
/proc/meminfo: memFree=29352696/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=14820 CPUtime=0 cores=0,2,4,6
/proc/24487/stat : 24487 (python) R 24485 24487 23228 0 -1 4202496 554 0 0 0 0 0 0 0 25 0 1 0 617210502 15175680 455 33554432000 4194304 5683644 140737254005216 18446744073709551615 4643408 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/24487/statm: 3705 465 275 364 0 192 0

[startup+0.0831499 s]
/proc/loadavg: 9.28 8.99 7.97 7/246 24487
/proc/meminfo: memFree=29352696/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=85620 CPUtime=0.05 cores=0,2,4,6
/proc/24487/stat : 24487 (python) R 24485 24487 23228 0 -1 4202496 2629 0 0 0 4 1 0 0 25 0 1 0 617210502 87674880 2348 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905079110 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24487/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.101143 s]
/proc/loadavg: 9.28 8.99 7.97 7/246 24487
/proc/meminfo: memFree=29352696/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=104220 CPUtime=0.07 cores=0,2,4,6
/proc/24487/stat : 24487 (python) R 24485 24487 23228 0 -1 4202496 3049 0 0 0 5 2 0 0 25 0 1 0 617210502 106721280 2733 33554432000 4194304 5683644 140737254005216 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/24487/statm: 26055 2733 847 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.301107 s]
/proc/loadavg: 9.28 8.99 7.97 7/246 24487
/proc/meminfo: memFree=29352696/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=198916 CPUtime=0.23 cores=0,2,4,6
/proc/24487/stat : 24487 (python) S 24485 24487 23228 0 -1 4202496 6982 933 1 0 17 6 0 0 18 0 1 0 617210502 203689984 5026 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905392128 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/24487/statm: 49729 5026 1454 364 0 3756 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198916

[startup+0.700978 s]
/proc/loadavg: 9.28 8.99 7.97 7/246 24487
/proc/meminfo: memFree=29352696/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=309904 CPUtime=0.6 cores=0,2,4,6
/proc/24487/stat : 24487 (python) R 24485 24487 23228 0 -1 4202496 12007 933 1 0 52 8 0 0 25 0 4 0 617210502 317341696 7229 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905052593 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24487/statm: 77476 7229 1877 364 0 13388 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 309904

[startup+1.50083 s]
/proc/loadavg: 9.42 9.02 7.99 11/259 24504
/proc/meminfo: memFree=29312904/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=320160 CPUtime=0.62 cores=0,2,4,6
/proc/24487/stat : 24487 (python) S 24485 24487 23228 0 -1 4202496 12487 933 1 0 54 8 0 0 25 0 5 0 617210502 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24487/statm: 80040 7237 1881 364 0 15949 0
[pid=24493] ppid=24487 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/24493/stat : 24493 (python) S 24487 24487 23228 0 -1 4202560 735 0 0 0 0 0 0 0 20 0 1 0 617210566 285364224 5588 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414159 0 0 16781312 514 4061952748822724607 0 0 17 2 0 0 0
/proc/24493/statm: 69669 5588 354 364 0 5587 0
[pid=24495] ppid=24493 vsize=1017940 CPUtime=0.51 cores=0,2,4,6
/proc/24495/stat : 24495 (gnovelty+2) R 24493 24495 24495 0 -1 4202496 450 0 0 0 51 0 0 0 23 0 1 0 617210566 1042370560 190 33554432000 134512640 135663704 4292686256 18446744073709551615 134524684 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 254485 190 113 282 0 254201 0
[pid=24496] ppid=24487 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/24496/stat : 24496 (python) S 24487 24487 23228 0 -1 4202560 747 0 0 0 0 0 0 0 22 0 1 0 617210569 296247296 5684 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 6141634187662196735 0 0 17 4 0 0 0
/proc/24496/statm: 72326 5684 348 364 0 8241 0
[pid=24498] ppid=24496 vsize=1017940 CPUtime=0.82 cores=0,2,4,6
/proc/24498/stat : 24498 (gnovelty+2) R 24496 24498 24498 0 -1 4202496 455 0 0 0 82 0 0 0 25 0 1 0 617210569 1042370560 190 33554432000 134512640 135663704 4286757456 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24498/statm: 254485 190 113 282 0 254201 0
[pid=24499] ppid=24487 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/24499/stat : 24499 (python) S 24487 24487 23228 0 -1 4202560 759 0 0 0 0 0 0 0 20 0 1 0 617210572 306388992 5587 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885124 0 0 17 2 0 0 0
/proc/24499/statm: 74802 5587 348 364 0 10714 0
[pid=24503] ppid=24499 vsize=2140 CPUtime=0.76 cores=0,2,4,6
/proc/24503/stat : 24503 (march_hi) R 24499 24503 24503 0 -1 4202496 632 0 0 0 76 0 0 0 25 0 1 0 617210575 2191360 360 33554432000 4194304 4955518 140734785073552 18446744073709551615 4244920 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24503/statm: 535 360 106 186 0 348 0
[pid=24501] ppid=24487 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/24501/stat : 24501 (python) S 24487 24487 23228 0 -1 4202560 775 0 0 0 0 0 0 0 21 0 1 0 617210575 317353984 5700 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 1358917211388870914 0 0 17 2 0 0 0
/proc/24501/statm: 77479 5700 348 364 0 13388 0
[pid=24504] ppid=24501 vsize=1996 CPUtime=0.32 cores=0,2,4,6
/proc/24504/stat : 24504 (march_hi) R 24501 24504 24504 0 -1 4202496 575 0 0 0 32 0 0 0 25 0 1 0 617210575 2043904 302 33554432000 4194304 4955518 140733398065744 18446744073709551615 4235158 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24504/statm: 499 302 106 186 0 312 0
[pid=24487/tid=24494] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24494/stat : 24494 (python) S 24485 24487 23228 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 617210566 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 6 0 0 0
[pid=24487/tid=24497] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24497/stat : 24497 (python) S 24485 24487 23228 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 5 0 617210569 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 4 0 0 0
[pid=24487/tid=24500] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24500/stat : 24500 (python) S 24485 24487 23228 0 -1 4202560 36 933 0 0 0 0 0 0 25 0 5 0 617210572 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24502] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24502/stat : 24502 (python) S 24485 24487 23228 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 617210575 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 3537280

[startup+3.10054 s]
/proc/loadavg: 9.42 9.02 7.99 11/259 24504
/proc/meminfo: memFree=29310548/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=320160 CPUtime=0.62 cores=0,2,4,6
/proc/24487/stat : 24487 (python) S 24485 24487 23228 0 -1 4202496 12487 933 1 0 54 8 0 0 25 0 5 0 617210502 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24487/statm: 80040 7237 1881 364 0 15949 0
[pid=24493] ppid=24487 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/24493/stat : 24493 (python) S 24487 24487 23228 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 617210566 285364224 5588 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414159 0 0 16781312 514 4061952748822692097 0 0 17 2 0 0 0
/proc/24493/statm: 69669 5588 354 364 0 5587 0
[pid=24495] ppid=24493 vsize=1017940 CPUtime=1.31 cores=0,2,4,6
/proc/24495/stat : 24495 (gnovelty+2) R 24493 24495 24495 0 -1 4202496 450 0 0 0 131 0 0 0 25 0 1 0 617210566 1042370560 190 33554432000 134512640 135663704 4292686256 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 254485 190 113 282 0 254201 0
[pid=24496] ppid=24487 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/24496/stat : 24496 (python) S 24487 24487 23228 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 617210569 296247296 5684 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 6141634187662164227 0 0 17 4 0 0 0
/proc/24496/statm: 72326 5684 348 364 0 8241 0
[pid=24498] ppid=24496 vsize=1017940 CPUtime=2.42 cores=0,2,4,6
/proc/24498/stat : 24498 (gnovelty+2) R 24496 24498 24498 0 -1 4202496 455 0 0 0 242 0 0 0 25 0 1 0 617210569 1042370560 190 33554432000 134512640 135663704 4286757456 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24498/statm: 254485 190 113 282 0 254201 0
[pid=24499] ppid=24487 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/24499/stat : 24499 (python) S 24487 24487 23228 0 -1 4202560 762 0 0 0 0 0 0 0 15 0 1 0 617210572 306388992 5587 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885124 0 0 17 2 0 0 0
/proc/24499/statm: 74802 5587 348 364 0 10714 0
[pid=24503] ppid=24499 vsize=2620 CPUtime=2.36 cores=0,2,4,6
/proc/24503/stat : 24503 (march_hi) R 24499 24503 24503 0 -1 4202496 728 0 0 0 236 0 0 0 25 0 1 0 617210575 2682880 456 33554432000 4194304 4955518 140734785073552 18446744073709551615 4224468 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24503/statm: 655 456 106 186 0 468 0
[pid=24501] ppid=24487 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/24501/stat : 24501 (python) S 24487 24487 23228 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 617210575 317353984 5700 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 1358917211388870914 0 0 17 2 0 0 0
/proc/24501/statm: 77479 5700 348 364 0 13388 0
[pid=24504] ppid=24501 vsize=2240 CPUtime=1.12 cores=0,2,4,6
/proc/24504/stat : 24504 (march_hi) R 24501 24504 24504 0 -1 4202496 655 0 0 0 112 0 0 0 25 0 1 0 617210575 2293760 380 33554432000 4194304 4955518 140733398065744 18446744073709551615 4237810 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24504/statm: 560 380 106 186 0 373 0
[pid=24487/tid=24494] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24494/stat : 24494 (python) S 24485 24487 23228 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 617210566 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 6 0 0 0
[pid=24487/tid=24497] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24497/stat : 24497 (python) S 24485 24487 23228 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 5 0 617210569 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 4 0 0 0
[pid=24487/tid=24500] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24500/stat : 24500 (python) S 24485 24487 23228 0 -1 4202560 36 933 0 0 0 0 0 0 25 0 5 0 617210572 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24502] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24502/stat : 24502 (python) S 24485 24487 23228 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 617210575 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 3538004

[startup+6.30095 s]
/proc/loadavg: 9.42 9.02 7.99 11/259 24504
/proc/meminfo: memFree=29307900/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=320160 CPUtime=0.62 cores=0,2,4,6
/proc/24487/stat : 24487 (python) S 24485 24487 23228 0 -1 4202496 12487 933 1 0 54 8 0 0 25 0 5 0 617210502 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24487/statm: 80040 7237 1881 364 0 15949 0
[pid=24493] ppid=24487 vsize=278676 CPUtime=0 cores=0,2,4,6
/proc/24493/stat : 24493 (python) S 24487 24487 23228 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 617210566 285364224 5611 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414159 0 0 16781312 514 4061952748822692097 0 0 17 2 0 0 0
/proc/24493/statm: 69669 5611 377 364 0 5587 0
[pid=24495] ppid=24493 vsize=1017940 CPUtime=2.89 cores=0,2,4,6
/proc/24495/stat : 24495 (gnovelty+2) R 24493 24495 24495 0 -1 4202496 450 0 0 0 289 0 0 0 25 0 1 0 617210566 1042370560 190 33554432000 134512640 135663704 4292686256 18446744073709551615 134545730 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 254485 190 113 282 0 254201 0
[pid=24496] ppid=24487 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/24496/stat : 24496 (python) S 24487 24487 23228 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 617210569 296247296 5707 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 6141634187662164227 0 0 17 4 0 0 0
/proc/24496/statm: 72326 5707 371 364 0 8241 0
[pid=24498] ppid=24496 vsize=1017940 CPUtime=5.61 cores=0,2,4,6
/proc/24498/stat : 24498 (gnovelty+2) R 24496 24498 24498 0 -1 4202496 455 0 0 0 561 0 0 0 25 0 1 0 617210569 1042370560 190 33554432000 134512640 135663704 4286757456 18446744073709551615 134546988 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24498/statm: 254485 190 113 282 0 254201 0
[pid=24499] ppid=24487 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/24499/stat : 24499 (python) S 24487 24487 23228 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 1 0 617210572 306388992 5610 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 18062706656654885124 0 0 17 2 0 0 0
/proc/24499/statm: 74802 5610 371 364 0 10714 0
[pid=24503] ppid=24499 vsize=3472 CPUtime=5.53 cores=0,2,4,6
/proc/24503/stat : 24503 (march_hi) R 24499 24503 24503 0 -1 4202496 913 0 0 0 553 0 0 0 25 0 1 0 617210575 3555328 641 33554432000 4194304 4955518 140734785073552 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24503/statm: 868 641 106 186 0 681 0
[pid=24501] ppid=24487 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/24501/stat : 24501 (python) S 24487 24487 23228 0 -1 4202560 929 0 0 0 0 0 0 0 15 0 1 0 617210575 317353984 5723 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 1358917211388870914 0 0 17 2 0 0 0
/proc/24501/statm: 77479 5723 371 364 0 13388 0
[pid=24504] ppid=24501 vsize=2620 CPUtime=2.72 cores=0,2,4,6
/proc/24504/stat : 24504 (march_hi) R 24501 24504 24504 0 -1 4202496 754 0 0 0 272 0 0 0 25 0 1 0 617210575 2682880 479 33554432000 4194304 4955518 140733398065744 18446744073709551615 4226543 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24504/statm: 655 479 106 186 0 468 0
[pid=24487/tid=24494] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24494/stat : 24494 (python) S 24485 24487 23228 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 5 0 617210566 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 6 0 0 0
[pid=24487/tid=24497] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24497/stat : 24497 (python) S 24485 24487 23228 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 5 0 617210569 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 4 0 0 0
[pid=24487/tid=24500] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24500/stat : 24500 (python) S 24485 24487 23228 0 -1 4202560 36 933 0 0 0 0 0 0 25 0 5 0 617210572 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24502] ppid=24485 vsize=320160 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24502/stat : 24502 (python) S 24485 24487 23228 0 -1 4202560 23 933 0 0 0 0 0 0 25 0 5 0 617210575 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.37
Current children cumulated vsize (KiB) 3539236

[startup+12.7008 s]
/proc/loadavg: 9.51 9.05 8.01 11/259 24504
/proc/meminfo: memFree=29303516/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=320160 CPUtime=0.62 cores=0,2,4,6
/proc/24487/stat : 24487 (python) S 24485 24487 23228 0 -1 4202496 12487 933 1 0 54 8 0 0 25 0 5 0 617210502 327843840 7237 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24487/statm: 80040 7237 1881 364 0 15949 0
[pid=24493] ppid=24487 vsize=278676 CPUtime=0.02 cores=0,2,4,6
/proc/24493/stat : 24493 (python) S 24487 24487 23228 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 617210566 285364224 5611 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414159 0 0 16781312 514 15586993494701342977 0 0 17 2 0 0 0
/proc/24493/statm: 69669 5611 377 364 0 5587 0
[pid=24495] ppid=24493 vsize=1017940 CPUtime=6.04 cores=0,2,4,6
/proc/24495/stat : 24495 (gnovelty+2) R 24493 24495 24495 0 -1 4202496 450 0 0 0 604 0 0 0 25 0 1 0 617210566 1042370560 190 33554432000 134512640 135663704 4292686256 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/24495/statm: 254485 190 113 282 0 254201 0
[pid=24496] ppid=24487 vsize=289304 CPUtime=0.01 cores=0,2,4,6

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

[pid=24499] ppid=24487 vsize=299208 CPUtime=2.17 cores=0,2,4,6
/proc/24499/stat : 24499 (python) S 24487 24487 23228 0 -1 4202560 1158 0 0 0 115 102 0 0 15 0 2 0 617210572 306388992 5640 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/24499/statm: 74802 5640 400 364 0 10714 0
[pid=24503] ppid=24499 vsize=208904 CPUtime=1030.16 cores=0,2,4,6
/proc/24503/stat : 24503 (march_hi) R 24499 24503 24503 0 -1 4202496 48139 0 0 0 103006 10 0 0 25 0 1 0 617210575 213917696 47867 33554432000 4194304 4955518 140734785073552 18446744073709551615 4237796 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24503/statm: 52226 47867 106 186 0 52039 0
[pid=24499/tid=24548] ppid=24487 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/24499/task/24548/stat : 24548 (python) S 24487 24487 23228 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 617284661 306388992 5640 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604453860911872 0 0 -1 4 0 0 0
[pid=24501] ppid=24487 vsize=309916 CPUtime=1.6 cores=0,2,4,6
/proc/24501/stat : 24501 (python) S 24487 24487 23228 0 -1 4202560 1183 0 0 0 90 70 0 0 15 0 2 0 617210575 317353984 5753 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24501/statm: 77479 5753 400 364 0 13388 0
[pid=24504] ppid=24501 vsize=208904 CPUtime=778.08 cores=0,2,4,6
/proc/24504/stat : 24504 (march_hi) T 24501 24504 24504 0 -1 4202496 36785 0 0 0 77801 7 0 0 25 0 1 0 617210575 213917696 36510 33554432000 4194304 4955518 140733398065744 18446744073709551615 4208704 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24504/statm: 52226 36510 106 186 0 52039 0
[pid=24501/tid=24547] ppid=24487 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/24501/task/24547/stat : 24547 (python) S 24487 24487 23228 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 617284139 317353984 5753 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604453549783936 0 0 -1 6 0 0 0
[pid=24508] ppid=24487 vsize=320172 CPUtime=1.94 cores=0,2,4,6
/proc/24508/stat : 24508 (python) S 24487 24487 23228 0 -1 4202560 1190 0 0 0 103 91 0 0 15 0 2 0 617220590 327856128 5757 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24508/statm: 80043 5757 400 364 0 15949 0
[pid=24510] ppid=24508 vsize=208904 CPUtime=972.1 cores=0,2,4,6
/proc/24510/stat : 24510 (march_hi) T 24508 24510 24510 0 -1 4202496 45675 0 0 0 97199 11 0 0 25 0 1 0 617220590 213917696 45399 33554432000 4194304 4955518 140735959761040 18446744073709551615 4237772 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24510/statm: 52226 45399 106 186 0 52039 0
[pid=24508/tid=24540] ppid=24487 vsize=320172 CPUtime=0 cores=0,2,4,6
/proc/24508/task/24540/stat : 24540 (python) S 24487 24487 23228 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 617271909 327856128 5757 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604453847939904 0 0 -1 2 0 0 0
[pid=24519] ppid=24487 vsize=330580 CPUtime=1.92 cores=0,2,4,6
/proc/24519/stat : 24519 (python) S 24487 24487 23228 0 -1 4202560 1186 0 0 0 100 92 0 0 15 0 2 0 617225392 338513920 5799 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24519/statm: 82645 5799 400 364 0 18548 0
[pid=24521] ppid=24519 vsize=142604 CPUtime=642.17 cores=0,2,4,6
/proc/24521/stat : 24521 (march_hi) R 24519 24521 24521 0 -1 4202496 30969 0 0 0 64209 8 0 0 25 0 1 0 617225392 146026496 30694 33554432000 4194304 4955518 140734893207584 18446744073709551615 4206595 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24521/statm: 35651 30694 106 186 0 35464 0
[pid=24519/tid=24558] ppid=24487 vsize=330580 CPUtime=0 cores=0,2,4,6
/proc/24519/task/24558/stat : 24558 (python) S 24487 24487 23228 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 617303331 338513920 5799 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604452939946880 0 0 -1 2 0 0 0
[pid=24555] ppid=24487 vsize=340836 CPUtime=0.59 cores=0,2,4,6
/proc/24555/stat : 24555 (python) S 24487 24487 23228 0 -1 4202560 1029 0 0 0 31 28 0 0 15 0 1 0 617303138 349016064 5799 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 15586993494701342980 0 0 17 2 0 0 0
/proc/24555/statm: 85209 5799 371 364 0 21109 0
[pid=24557] ppid=24555 vsize=94372 CPUtime=313.82 cores=0,2,4,6
/proc/24557/stat : 24557 (march_hi) R 24555 24557 24557 0 -1 4202496 16100 0 0 0 31380 2 0 0 25 0 1 0 617303138 96636928 15824 33554432000 4194304 4955518 140737321215616 18446744073709551615 4285625 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24557/statm: 23593 15824 106 186 0 23406 0
[pid=24574] ppid=24487 vsize=351204 CPUtime=0.07 cores=0,2,4,6
/proc/24574/stat : 24574 (python) S 24487 24487 23228 0 -1 4202560 997 0 0 0 3 4 0 0 15 0 1 0 617330427 359632896 5835 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 13432482872183193860 0 0 17 2 0 0 0
/proc/24574/statm: 87801 5835 377 364 0 23698 0
[pid=24576] ppid=24574 vsize=14084 CPUtime=42.81 cores=0,2,4,6
/proc/24576/stat : 24576 (march_hi) R 24574 24576 24576 0 -1 4202496 2955 0 0 0 4281 0 0 0 25 0 1 0 617330427 14422016 2676 33554432000 4194304 4955518 140735293441376 18446744073709551615 4261504 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24576/statm: 3521 2676 106 186 0 3334 0
[pid=24487/tid=24494] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24494/stat : 24494 (python) S 24485 24487 23228 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 617210566 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 6 0 0 0
[pid=24487/tid=24497] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24497/stat : 24497 (python) S 24485 24487 23228 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 9 0 617210569 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 4 0 0 0
[pid=24487/tid=24500] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24500/stat : 24500 (python) S 24485 24487 23228 0 -1 4202560 42 933 0 0 0 0 0 0 18 0 9 0 617210572 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24502] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24502/stat : 24502 (python) S 24485 24487 23228 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 617210575 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24509] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24509/stat : 24509 (python) S 24485 24487 23228 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 617220590 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24520] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24520/stat : 24520 (python) S 24485 24487 23228 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 617225392 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24556] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24556/stat : 24556 (python) S 24485 24487 23228 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 9 0 617303138 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24575] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24575/stat : 24575 (python) S 24485 24487 23228 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 617330427 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3986.49
Current children cumulated vsize (KiB) 5805240



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 7.17 9.19 9.27 7/264 24596
/proc/meminfo: memFree=28377080/32950928 swapFree=67054472/67111528
[pid=24487] ppid=24485 vsize=361448 CPUtime=0.91 cores=0,2,4,6
/proc/24487/stat : 24487 (python) S 24485 24487 23228 0 -1 4202496 16227 933 1 0 81 10 0 0 20 0 9 0 617210502 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/24487/statm: 90362 7352 1890 364 0 26259 0
[pid=24493] ppid=24487 vsize=288920 CPUtime=0.24 cores=0,2,4,6
/proc/24493/stat : 24493 (python) S 24487 24487 23228 0 -1 4202560 1101 0 0 0 13 11 0 0 19 0 2 0 617210566 295854080 5649 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24493/statm: 72230 5649 410 364 0 8148 0
[pid=24495] ppid=24493 vsize=1017940 CPUtime=97.76 cores=0,2,4,6
/proc/24495/stat : 24495 (gnovelty+2) T 24493 24495 24495 0 -1 4202496 450 0 0 0 9776 0 0 0 25 0 1 0 617210566 1042370560 190 33554432000 134512640 135663704 4292686256 18446744073709551615 134525237 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/24495/statm: 254485 190 113 282 0 254201 0
[pid=24493/tid=24518] ppid=24487 vsize=288920 CPUtime=0 cores=0,2,4,6
/proc/24493/task/24518/stat : 24518 (python) S 24487 24487 23228 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 617225389 295854080 5649 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604453858440320 0 0 -1 2 0 0 0
[pid=24496] ppid=24487 vsize=289304 CPUtime=0.16 cores=0,2,4,6
/proc/24496/stat : 24496 (python) S 24487 24487 23228 0 -1 4202560 1090 0 0 0 9 7 0 0 19 0 2 0 617210569 296247296 5737 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/24496/statm: 72326 5737 400 364 0 8241 0
[pid=24498] ppid=24496 vsize=1017940 CPUtime=99.99 cores=0,2,4,6
/proc/24498/stat : 24498 (gnovelty+2) T 24496 24498 24498 0 -1 4202496 455 0 0 0 9999 0 0 0 25 0 1 0 617210569 1042370560 190 33554432000 134512640 135663704 4286757456 18446744073709551615 134545183 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24498/statm: 254485 190 113 282 0 254201 0
[pid=24496/tid=24507] ppid=24487 vsize=289304 CPUtime=0 cores=0,2,4,6
/proc/24496/task/24507/stat : 24507 (python) S 24487 24487 23228 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617220587 296247296 5737 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604445752719296 0 0 -1 4 0 0 0
[pid=24499] ppid=24487 vsize=299208 CPUtime=2.28 cores=0,2,4,6
/proc/24499/stat : 24499 (python) S 24487 24487 23228 0 -1 4202560 1158 0 0 0 121 107 0 0 15 0 2 0 617210572 306388992 5640 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/24499/statm: 74802 5640 400 364 0 10714 0
[pid=24503] ppid=24499 vsize=208904 CPUtime=1058.96 cores=0,2,4,6
/proc/24503/stat : 24503 (march_hi) R 24499 24503 24503 0 -1 4202496 49349 0 0 0 105886 10 0 0 25 0 1 0 617210575 213917696 49077 33554432000 4194304 4955518 140734785073552 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24503/statm: 52226 49077 106 186 0 52039 0
[pid=24499/tid=24548] ppid=24487 vsize=299208 CPUtime=0 cores=0,2,4,6
/proc/24499/task/24548/stat : 24548 (python) S 24487 24487 23228 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 617284661 306388992 5640 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604453860911872 0 0 -1 4 0 0 0
[pid=24501] ppid=24487 vsize=309916 CPUtime=1.6 cores=0,2,4,6
/proc/24501/stat : 24501 (python) S 24487 24487 23228 0 -1 4202560 1183 0 0 0 90 70 0 0 15 0 2 0 617210575 317353984 5753 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24501/statm: 77479 5753 400 364 0 13388 0
[pid=24504] ppid=24501 vsize=208904 CPUtime=778.08 cores=0,2,4,6
/proc/24504/stat : 24504 (march_hi) T 24501 24504 24504 0 -1 4202496 36785 0 0 0 77801 7 0 0 25 0 1 0 617210575 213917696 36510 33554432000 4194304 4955518 140733398065744 18446744073709551615 4208704 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24504/statm: 52226 36510 106 186 0 52039 0
[pid=24501/tid=24547] ppid=24487 vsize=309916 CPUtime=0 cores=0,2,4,6
/proc/24501/task/24547/stat : 24547 (python) S 24487 24487 23228 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 2 0 617284139 317353984 5753 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604453549783936 0 0 -1 6 0 0 0
[pid=24508] ppid=24487 vsize=320172 CPUtime=1.94 cores=0,2,4,6
/proc/24508/stat : 24508 (python) S 24487 24487 23228 0 -1 4202560 1190 0 0 0 103 91 0 0 15 0 2 0 617220590 327856128 5757 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917220811 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24508/statm: 80043 5757 400 364 0 15949 0
[pid=24510] ppid=24508 vsize=208904 CPUtime=972.1 cores=0,2,4,6
/proc/24510/stat : 24510 (march_hi) T 24508 24510 24510 0 -1 4202496 45675 0 0 0 97199 11 0 0 25 0 1 0 617220590 213917696 45399 33554432000 4194304 4955518 140735959761040 18446744073709551615 4237772 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/24510/statm: 52226 45399 106 186 0 52039 0
[pid=24508/tid=24540] ppid=24487 vsize=320172 CPUtime=0 cores=0,2,4,6
/proc/24508/task/24540/stat : 24540 (python) S 24487 24487 23228 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 617271909 327856128 5757 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604453847939904 0 0 -1 2 0 0 0
[pid=24519] ppid=24487 vsize=330580 CPUtime=2.02 cores=0,2,4,6
/proc/24519/stat : 24519 (python) S 24487 24487 23228 0 -1 4202560 1186 0 0 0 107 95 0 0 15 0 2 0 617225392 338513920 5799 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/24519/statm: 82645 5799 400 364 0 18548 0
[pid=24521] ppid=24519 vsize=142604 CPUtime=670.98 cores=0,2,4,6
/proc/24521/stat : 24521 (march_hi) R 24519 24521 24521 0 -1 4202496 32285 0 0 0 67090 8 0 0 25 0 1 0 617225392 146026496 32010 33554432000 4194304 4955518 140734893207584 18446744073709551615 4208656 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24521/statm: 35651 32010 106 186 0 35464 0
[pid=24519/tid=24558] ppid=24487 vsize=330580 CPUtime=0 cores=0,2,4,6
/proc/24519/task/24558/stat : 24558 (python) S 24487 24487 23228 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 2 0 617303331 338513920 5799 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 514 18446604452939946880 0 0 -1 2 0 0 0
[pid=24555] ppid=24487 vsize=340836 CPUtime=0.69 cores=0,2,4,6
/proc/24555/stat : 24555 (python) S 24487 24487 23228 0 -1 4202560 1029 0 0 0 37 32 0 0 15 0 1 0 617303138 349016064 5799 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 15586993494701342980 0 0 17 2 0 0 0
/proc/24555/statm: 85209 5799 371 364 0 21109 0
[pid=24557] ppid=24555 vsize=94372 CPUtime=371.53 cores=0,2,4,6
/proc/24557/stat : 24557 (march_hi) R 24555 24557 24557 0 -1 4202496 18636 0 0 0 37151 2 0 0 25 0 1 0 617303138 96636928 18360 33554432000 4194304 4955518 140737321215616 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/24557/statm: 23593 18360 106 186 0 23406 0
[pid=24574] ppid=24487 vsize=351204 CPUtime=0.17 cores=0,2,4,6
/proc/24574/stat : 24574 (python) S 24487 24487 23228 0 -1 4202560 1017 0 0 0 8 9 0 0 15 0 1 0 617330427 359632896 5835 33554432000 4194304 5683644 140737254005216 18446744073709551615 260905414214 0 0 16781312 514 15586993494701342980 0 0 17 2 0 0 0
/proc/24574/statm: 87801 5835 377 364 0 23698 0
[pid=24576] ppid=24574 vsize=29140 CPUtime=100.22 cores=0,2,4,6
/proc/24576/stat : 24576 (march_hi) R 24574 24576 24576 0 -1 4202496 5817 0 0 0 10021 1 0 0 25 0 1 0 617330427 29839360 5538 33554432000 4194304 4955518 140735293441376 18446744073709551615 4224471 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/24576/statm: 7285 5538 106 186 0 7098 0
[pid=24487/tid=24494] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24494/stat : 24494 (python) S 24485 24487 23228 0 -1 4202560 26 933 0 0 0 0 0 0 21 0 9 0 617210566 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 6 0 0 0
[pid=24487/tid=24497] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24497/stat : 24497 (python) S 24485 24487 23228 0 -1 4202560 23 933 0 0 0 0 0 0 23 0 9 0 617210569 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 4 0 0 0
[pid=24487/tid=24500] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24500/stat : 24500 (python) S 24485 24487 23228 0 -1 4202560 42 933 0 0 0 0 0 0 18 0 9 0 617210572 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24502] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24502/stat : 24502 (python) S 24485 24487 23228 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 617210575 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24509] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24509/stat : 24509 (python) S 24485 24487 23228 0 -1 4202560 33 933 0 0 0 0 0 0 18 0 9 0 617220590 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24520] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24520/stat : 24520 (python) S 24485 24487 23228 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 617225392 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24556] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24556/stat : 24556 (python) S 24485 24487 23228 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 9 0 617303138 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
[pid=24487/tid=24575] ppid=24485 vsize=361448 CPUtime=0 cores=0,2,4,6
/proc/24487/task/24575/stat : 24575 (python) S 24485 24487 23228 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 9 0 617330427 370122752 7352 33554432000 4194304 5683644 140737254005216 18446744073709551615 260917217713 0 0 16781312 2 18446604453853057344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4159.63
Current children cumulated vsize (KiB) 5820296

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

Real time (s): 1300.06
CPU time (s): 4159.63
CPU user time (s): 4154.92
CPU system time (s): 4.71
CPU usage (%): 319.958
Max. virtual memory (cumulated for all children) (KiB): 5820300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.818875
system time used= 0.104984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17619
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= 1186
involuntary context switches= 34

runsolver used 3.11952 second user time and 6.77697 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-01 19:09:58
IDJOB=3317481
IDBENCH=82946
IDSOLVER=1705
FILE ID=node116/3317481-1304269798
RUNJOBID= node116-1304267284-23246
PBS_JOBID= 13173963
Free space on /tmp= 73232 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1847541883-049.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317481-1304269798/watcher-3317481-1304269798 -o /tmp/evaluation-result-3317481-1304269798/solver-3317481-1304269798 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317481-1304269798.cnf -seed 2040007130 -budget 4800 -cores 4

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

MD5SUM BENCH= 02e5b9be63a0b18588da13d9c988e25c
RANDOM SEED=2040007130

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29352976 kB
Buffers:       1047068 kB
Cached:        1700992 kB
SwapCached:       9656 kB
Active:         862684 kB
Inactive:      2375316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29352976 kB
SwapTotal:    67111528 kB
SwapFree:     67054472 kB
Dirty:           32384 kB
Writeback:           0 kB
AnonPages:      487692 kB
Mapped:          24272 kB
Slab:           284780 kB
PageTables:      15084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 32129896 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73232 MiB
End job on node116 at 2011-05-01 19:31:40