Trace number 3484274

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, 1200 s timeout)? (TO) 1200.09 1199.36

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1780733482-097.UNKNOWN.cnf
MD5SUM261ca77431063ab06f6a4cdf20ea9cf2
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 variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
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 50
Number of clauses of size over 56230

Solver Data

0.42/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/0.65	c INFO: solving HOME/instance-3484274-1307748621.cnf
0.42/0.65	c INFO: computing task features
0.42/0.69	c INFO: computed variable-clause graph statistics
0.42/0.69	c INFO: computed clause balance statistics
0.70/0.92	c INFO: computed variable balance statistics
0.80/1.02	c INFO: computed small-clause counts
0.80/1.02	c INFO: computed Horn-clause counts
0.80/1.02	c INFO: computed variable graph statistics
0.80/1.02	c INFO: collected features for HOME/instance-3484274-1307748621.cnf in 0.38 s
0.80/1.03	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.52)
100.94/101.19	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
201.14/201.35	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.05)
301.25/301.50	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
401.47/401.65	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.03)
501.78/501.81	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.87/601.97	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
702.08/702.12	c INFO: running march_hi@0 for 388 with 499 remaining (b = 0.07)
1095.41/1094.89	c INFO: running march_hi@392 for 106 with 106 remaining (b = 0.03)
1200.09/1199.35	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484274-1307748621/watcher-3484274-1307748621 -o /tmp/evaluation-result-3484274-1307748621/solver-3484274-1307748621 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484274-1307748621.cnf -seed 1177601286 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.02 3.99 3.28 5/227 16619
/proc/meminfo: memFree=31352804/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=15184 CPUtime=0 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 726 0 0 0 0 0 0 0 24 0 1 0 886460786 15548416 615 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/16619/statm: 3796 615 321 364 0 283 0

[startup+0.105732 s]
/proc/loadavg: 4.02 3.99 3.28 5/227 16619
/proc/meminfo: memFree=31352804/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=93964 CPUtime=0.07 cores=1,3
/proc/16619/stat : 16619 (python) R 16617 16619 15638 0 -1 4202496 2698 0 0 0 5 2 0 0 17 0 1 0 886460786 96219136 2408 33554432000 4194304 5683644 140737222461280 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16619/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93964

[startup+0.200685 s]
/proc/loadavg: 4.02 3.99 3.28 5/227 16619
/proc/meminfo: memFree=31352804/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=124232 CPUtime=0.13 cores=1,3
/proc/16619/stat : 16619 (python) R 16617 16619 15638 0 -1 4202496 4262 0 1 0 8 5 0 0 17 0 1 0 886460786 127213568 3869 33554432000 4194304 5683644 140737222461280 18446744073709551615 5094992 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16619/statm: 31058 3869 996 364 0 2869 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 124232

[startup+0.30064 s]
/proc/loadavg: 4.02 3.99 3.28 5/227 16619
/proc/meminfo: memFree=31352804/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=135748 CPUtime=0.21 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 5973 933 1 0 13 8 0 0 17 0 1 0 886460786 139005952 4149 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699215550 0 0 17 3 0 0 0
/proc/16619/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 135748

[startup+0.705543 s]
/proc/loadavg: 4.02 3.99 3.28 5/227 16619
/proc/meminfo: memFree=31352804/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=279848 CPUtime=0.51 cores=1,3
/proc/16619/stat : 16619 (python) R 16617 16619 15638 0 -1 4202496 9778 933 1 0 33 18 0 0 15 0 1 0 886460786 286564352 7347 33554432000 4194304 5683644 140737222461280 18446744073709551615 251817649072 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/16619/statm: 69962 7347 1826 364 0 5886 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 279848

[startup+1.50041 s]
/proc/loadavg: 4.02 3.99 3.28 5/231 16627
/proc/meminfo: memFree=31325896/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=290116 CPUtime=0.84 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 10081 933 1 0 66 18 0 0 17 0 2 0 886460786 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16619/statm: 72529 7408 1877 364 0 8447 0
[pid=16625] ppid=16619 vsize=279872 CPUtime=0 cores=1,3
/proc/16625/stat : 16625 (python) S 16619 16619 15638 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 886460890 286588928 5881 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814260239 0 0 16781312 514 4314959995100725247 0 0 17 1 0 0 0
/proc/16625/statm: 69968 5881 354 364 0 5886 0
[pid=16627] ppid=16625 vsize=1018076 CPUtime=0.45 cores=1,3
/proc/16627/stat : 16627 (gnovelty+2) R 16625 16627 16627 0 -1 4202496 531 0 0 0 45 0 0 0 20 0 1 0 886460890 1042509824 266 33554432000 134512640 135663704 4287598576 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16627/statm: 254519 266 113 282 0 254235 0
[pid=16619/tid=16626] ppid=16617 vsize=290116 CPUtime=0 cores=1,3
/proc/16619/task/16626/stat : 16626 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886460890 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 1588064

[startup+3.10114 s]
/proc/loadavg: 4.02 3.99 3.28 5/235 16631
/proc/meminfo: memFree=31317432/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=290116 CPUtime=0.84 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 10081 933 1 0 66 18 0 0 17 0 2 0 886460786 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16619/statm: 72529 7408 1877 364 0 8447 0
[pid=16625] ppid=16619 vsize=279872 CPUtime=0 cores=1,3
/proc/16625/stat : 16625 (python) S 16619 16619 15638 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 886460890 286588928 5881 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814260239 0 0 16781312 514 4314959995100692744 0 0 17 1 0 0 0
/proc/16625/statm: 69968 5881 354 364 0 5886 0
[pid=16627] ppid=16625 vsize=1018076 CPUtime=2.05 cores=1,3
/proc/16627/stat : 16627 (gnovelty+2) R 16625 16627 16627 0 -1 4202496 531 0 0 0 205 0 0 0 25 0 1 0 886460890 1042509824 266 33554432000 134512640 135663704 4287598576 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16627/statm: 254519 266 113 282 0 254235 0
[pid=16619/tid=16626] ppid=16617 vsize=290116 CPUtime=0 cores=1,3
/proc/16619/task/16626/stat : 16626 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886460890 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 1588064

[startup+6.3006 s]
/proc/loadavg: 4.01 3.99 3.28 5/235 16631
/proc/meminfo: memFree=31314456/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=290116 CPUtime=0.84 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 10081 933 1 0 66 18 0 0 17 0 2 0 886460786 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16619/statm: 72529 7408 1877 364 0 8447 0
[pid=16625] ppid=16619 vsize=279872 CPUtime=0 cores=1,3
/proc/16625/stat : 16625 (python) S 16619 16619 15638 0 -1 4202560 868 0 0 0 0 0 0 0 18 0 1 0 886460890 286588928 5904 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814260239 0 0 16781312 514 4314959995100692744 0 0 17 1 0 0 0
/proc/16625/statm: 69968 5904 377 364 0 5886 0
[pid=16627] ppid=16625 vsize=1018076 CPUtime=5.24 cores=1,3
/proc/16627/stat : 16627 (gnovelty+2) R 16625 16627 16627 0 -1 4202496 531 0 0 0 524 0 0 0 25 0 1 0 886460890 1042509824 266 33554432000 134512640 135663704 4287598576 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16627/statm: 254519 266 113 282 0 254235 0
[pid=16619/tid=16626] ppid=16617 vsize=290116 CPUtime=0 cores=1,3
/proc/16619/task/16626/stat : 16626 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886460890 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 1588064

[startup+12.7006 s]
/proc/loadavg: 4.01 3.99 3.29 5/235 16631
/proc/meminfo: memFree=31313712/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=290116 CPUtime=0.84 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 10081 933 1 0 66 18 0 0 17 0 2 0 886460786 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16619/statm: 72529 7408 1877 364 0 8447 0
[pid=16625] ppid=16619 vsize=279872 CPUtime=0.01 cores=1,3
/proc/16625/stat : 16625 (python) S 16619 16619 15638 0 -1 4202560 873 0 0 0 0 1 0 0 18 0 1 0 886460890 286588928 5904 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814260239 0 0 16781312 514 16533435511704879368 0 0 17 1 0 0 0
/proc/16625/statm: 69968 5904 377 364 0 5886 0
[pid=16627] ppid=16625 vsize=1018076 CPUtime=11.63 cores=1,3
/proc/16627/stat : 16627 (gnovelty+2) R 16625 16627 16627 0 -1 4202496 531 0 0 0 1163 0 0 0 25 0 1 0 886460890 1042509824 266 33554432000 134512640 135663704 4287598576 18446744073709551615 134524518 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16627/statm: 254519 266 113 282 0 254235 0
[pid=16619/tid=16626] ppid=16617 vsize=290116 CPUtime=0 cores=1,3
/proc/16619/task/16626/stat : 16626 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886460890 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 1588064

[startup+25.5004 s]
/proc/loadavg: 4.08 4.00 3.30 5/235 16632
/proc/meminfo: memFree=31314156/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=290116 CPUtime=0.84 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 10081 933 1 0 66 18 0 0 17 0 2 0 886460786 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16619/statm: 72529 7408 1877 364 0 8447 0
[pid=16625] ppid=16619 vsize=279872 CPUtime=0.02 cores=1,3
/proc/16625/stat : 16625 (python) S 16619 16619 15638 0 -1 4202560 878 0 0 0 1 1 0 0 18 0 1 0 886460890 286588928 5904 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814260239 0 0 16781312 514 16533435511704879368 0 0 17 1 0 0 0
/proc/16625/statm: 69968 5904 377 364 0 5886 0
[pid=16627] ppid=16625 vsize=1018076 CPUtime=24.42 cores=1,3
/proc/16627/stat : 16627 (gnovelty+2) R 16625 16627 16627 0 -1 4202496 531 0 0 0 2442 0 0 0 25 0 1 0 886460890 1042509824 266 33554432000 134512640 135663704 4287598576 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16627/statm: 254519 266 113 282 0 254235 0
[pid=16619/tid=16626] ppid=16617 vsize=290116 CPUtime=0 cores=1,3
/proc/16619/task/16626/stat : 16626 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886460890 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 1588064

[startup+51.1011 s]
/proc/loadavg: 4.05 4.00 3.32 5/235 16632
/proc/meminfo: memFree=31313868/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=290116 CPUtime=0.84 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 10081 933 1 0 66 18 0 0 17 0 2 0 886460786 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16619/statm: 72529 7408 1877 364 0 8447 0
[pid=16625] ppid=16619 vsize=279872 CPUtime=0.06 cores=1,3
/proc/16625/stat : 16625 (python) S 16619 16619 15638 0 -1 4202560 890 0 0 0 3 3 0 0 18 0 1 0 886460890 286588928 5904 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814260239 0 0 16781312 514 16533435511704879368 0 0 17 1 0 0 0
/proc/16625/statm: 69968 5904 377 364 0 5886 0
[pid=16627] ppid=16625 vsize=1018076 CPUtime=50 cores=1,3
/proc/16627/stat : 16627 (gnovelty+2) R 16625 16627 16627 0 -1 4202496 531 0 0 0 5000 0 0 0 25 0 1 0 886460890 1042509824 266 33554432000 134512640 135663704 4287598576 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16627/statm: 254519 266 113 282 0 254235 0
[pid=16619/tid=16626] ppid=16617 vsize=290116 CPUtime=0 cores=1,3
/proc/16619/task/16626/stat : 16626 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886460890 297078784 7408 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 1588064

[startup+102.3 s]
/proc/loadavg: 4.02 4.00 3.35 5/247 16646
/proc/meminfo: memFree=31295872/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=300372 CPUtime=0.85 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 10943 933 1 0 66 19 0 0 20 0 3 0 886460786 307580928 7415 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16619/statm: 75093 7415 1880 364 0 11008 0
[pid=16625] ppid=16619 vsize=290116 CPUtime=0.14 cores=1,3
/proc/16625/stat : 16625 (python) S 16619 16619 15638 0 -1 4202560 1146 0 0 0 8 6 0 0 19 0 2 0 886460890 297078784 5948 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16625/statm: 72529 5948 416 364 0 8447 0
[pid=16627] ppid=16625 vsize=1018076 CPUtime=100.04 cores=1,3
/proc/16627/stat : 16627 (gnovelty+2) T 16625 16627 16627 0 -1 4202496 531 0 0 0 10004 0 0 0 25 0 1 0 886460890 1042509824 266 33554432000 134512640 135663704 4287598576 18446744073709551615 134524916 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16627/statm: 254519 266 113 282 0 254235 0
[pid=16625/tid=16639] ppid=16619 vsize=290116 CPUtime=0 cores=1,3
/proc/16625/task/16639/stat : 16639 (python) S 16619 16619 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886470905 297078784 5948 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604458212315456 0 0 -1 3 0 0 0
[pid=16640] ppid=16619 vsize=290128 CPUtime=0 cores=1,3
/proc/16640/stat : 16640 (python) S 16619 16619 15638 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 886470906 297091072 5879 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814260294 0 0 16781312 514 2460279317234417925 0 0 17 1 0 0 0
/proc/16640/statm: 72532 5879 348 364 0 8447 0
[pid=16642] ppid=16640 vsize=1018076 CPUtime=1.1 cores=1,3
/proc/16642/stat : 16642 (gnovelty+2) R 16640 16642 16642 0 -1 4202496 530 0 0 0 110 0 0 0 24 0 1 0 886470906 1042509824 267 33554432000 134512640 135663704 4292531728 18446744073709551615 134525278 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16642/statm: 254519 267 113 282 0 254235 0
[pid=16619/tid=16626] ppid=16617 vsize=300372 CPUtime=0 cores=1,3
/proc/16619/task/16626/stat : 16626 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 886460890 307580928 7415 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16641] ppid=16617 vsize=300372 CPUtime=0 cores=1,3
/proc/16619/task/16641/stat : 16641 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 3 0 886470906 307580928 7415 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 2916768

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 3.39 5/238 16696
/proc/meminfo: memFree=31276092/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=300372 CPUtime=0.85 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 10943 933 1 0 66 19 0 0 20 0 3 0 886460786 307580928 7415 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/16619/statm: 75093 7415 1880 364 0 11008 0
[pid=16625] ppid=16619 vsize=290116 CPUtime=0.14 cores=1,3

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

[pid=16715] ppid=16619 vsize=310640 CPUtime=0.14 cores=1,3
/proc/16715/stat : 16715 (python) S 16619 16619 15638 0 -1 4202560 1088 0 0 0 7 7 0 0 19 0 2 0 886490937 318095360 5940 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16715/statm: 77660 5940 400 364 0 13569 0
[pid=16717] ppid=16715 vsize=416920 CPUtime=100.01 cores=1,3
/proc/16717/stat : 16717 (adaptg2wsat2009) T 16715 16717 16717 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 886490937 426926080 407 33554432000 134512640 135107411 4288524992 18446744073709551615 134531856 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16717/statm: 104230 407 59 146 0 103106 0
[pid=16715/tid=16825] ppid=16619 vsize=310640 CPUtime=0 cores=1,3
/proc/16715/task/16825/stat : 16825 (python) S 16619 16619 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886500951 318095360 5940 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604471161024768 0 0 -1 1 0 0 0
[pid=16826] ppid=16619 vsize=320896 CPUtime=0.15 cores=1,3
/proc/16826/stat : 16826 (python) S 16619 16619 15638 0 -1 4202560 1078 0 0 0 7 8 0 0 19 0 2 0 886500952 328597504 5944 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16826/statm: 80224 5944 400 364 0 16130 0
[pid=16828] ppid=16826 vsize=416920 CPUtime=100.13 cores=1,3
/proc/16828/stat : 16828 (adaptg2wsat2009) T 16826 16828 16828 0 -1 4202496 670 0 0 0 10013 0 0 0 25 0 1 0 886500952 426926080 406 33554432000 134512640 135107411 4294186000 18446744073709551615 134532379 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16828/statm: 104230 406 59 146 0 103106 0
[pid=16826/tid=16836] ppid=16619 vsize=320896 CPUtime=0 cores=1,3
/proc/16826/task/16836/stat : 16836 (python) S 16619 16619 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886510966 328597504 5944 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604454225328192 0 0 -1 3 0 0 0
[pid=16837] ppid=16619 vsize=331152 CPUtime=0.15 cores=1,3
/proc/16837/stat : 16837 (python) S 16619 16619 15638 0 -1 4202560 1081 0 0 0 7 8 0 0 19 0 2 0 886510967 339099648 5948 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16837/statm: 82788 5948 400 364 0 18691 0
[pid=16839] ppid=16837 vsize=1018076 CPUtime=99.99 cores=1,3
/proc/16839/stat : 16839 (gnovelty+2) T 16837 16839 16839 0 -1 4202496 527 0 0 0 9999 0 0 0 25 0 1 0 886510967 1042509824 267 33554432000 134512640 135663704 4290531680 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16839/statm: 254519 267 113 282 0 254235 0
[pid=16837/tid=16850] ppid=16619 vsize=331152 CPUtime=0 cores=1,3
/proc/16837/task/16850/stat : 16850 (python) S 16619 16619 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886520982 339099648 5948 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604471162978368 0 0 -1 1 0 0 0
[pid=16851] ppid=16619 vsize=341408 CPUtime=0.14 cores=1,3
/proc/16851/stat : 16851 (python) S 16619 16619 15638 0 -1 4202560 1082 0 0 0 8 6 0 0 19 0 2 0 886520983 349601792 5952 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16851/statm: 85352 5952 400 364 0 21252 0
[pid=16853] ppid=16851 vsize=247064 CPUtime=99.99 cores=1,3
/proc/16853/stat : 16853 (FH) T 16851 16853 16853 0 -1 4202496 629 0 0 0 9999 0 0 0 25 0 1 0 886520984 252993536 365 33554432000 134512640 134936988 4288238592 18446744073709551615 134553445 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16853/statm: 61766 365 41 104 0 61270 0
[pid=16851/tid=16862] ppid=16619 vsize=341408 CPUtime=0 cores=1,3
/proc/16851/task/16862/stat : 16862 (python) S 16619 16619 15638 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886530998 349601792 5952 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604471120759680 0 0 -1 3 0 0 0
[pid=16863] ppid=16619 vsize=351664 CPUtime=0.79 cores=1,3
/proc/16863/stat : 16863 (python) S 16619 16619 15638 0 -1 4202560 1197 0 0 0 44 35 0 0 15 0 2 0 886530999 360103936 5962 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16863/statm: 87916 5962 406 364 0 23813 0
[pid=16865] ppid=16863 vsize=5156 CPUtime=480.16 cores=1,3
/proc/16865/stat : 16865 (march_hi) R 16863 16865 16865 0 -1 4202496 1984 0 0 0 48016 0 0 0 25 0 1 0 886530999 5279744 953 33554432000 4194304 4955518 140736863953184 18446744073709551615 4297477 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16865/statm: 1289 953 106 186 0 1102 0
[pid=16863/tid=16942] ppid=16619 vsize=351664 CPUtime=0 cores=1,3
/proc/16863/task/16942/stat : 16942 (python) S 16619 16619 15638 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 886570275 360103936 5962 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604471100421184 0 0 -1 3 0 0 0
[pid=16619/tid=16626] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16626/stat : 16626 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 886460890 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16641] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16641/stat : 16641 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 886470906 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 3 0 0 0
[pid=16619/tid=16700] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16700/stat : 16700 (python) S 16617 16619 15638 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886480922 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16716] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16716/stat : 16716 (python) S 16617 16619 15638 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886490937 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 3 0 0 0
[pid=16619/tid=16827] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16827/stat : 16827 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 886500952 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16838] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16838/stat : 16838 (python) S 16617 16619 15638 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886510967 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16852] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16852/stat : 16852 (python) S 16617 16619 15638 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 886520983 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16864] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16864/stat : 16864 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 886530999 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.05
Current children cumulated vsize (KiB) 7455504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.3 s]
/proc/loadavg: 4.08 4.04 3.80 5/248 17083
/proc/meminfo: memFree=31309540/32950928 swapFree=67050648/67111528
[pid=16619] ppid=16617 vsize=361908 CPUtime=0.92 cores=1,3
/proc/16619/stat : 16619 (python) S 16617 16619 15638 0 -1 4202496 16808 933 1 0 72 20 0 0 18 0 9 0 886460786 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/16619/statm: 90477 7451 1892 364 0 26374 0
[pid=16625] ppid=16619 vsize=290116 CPUtime=0.14 cores=1,3
/proc/16625/stat : 16625 (python) S 16619 16619 15638 0 -1 4202560 1146 0 0 0 8 6 0 0 19 0 2 0 886460890 297078784 5948 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16625/statm: 72529 5948 416 364 0 8447 0
[pid=16627] ppid=16625 vsize=1018076 CPUtime=100.04 cores=1,3
/proc/16627/stat : 16627 (gnovelty+2) T 16625 16627 16627 0 -1 4202496 531 0 0 0 10004 0 0 0 25 0 1 0 886460890 1042509824 266 33554432000 134512640 135663704 4287598576 18446744073709551615 134524916 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16627/statm: 254519 266 113 282 0 254235 0
[pid=16625/tid=16639] ppid=16619 vsize=290116 CPUtime=0 cores=1,3
/proc/16625/task/16639/stat : 16639 (python) S 16619 16619 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886470905 297078784 5948 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604458212315456 0 0 -1 3 0 0 0
[pid=16640] ppid=16619 vsize=290128 CPUtime=0.14 cores=1,3
/proc/16640/stat : 16640 (python) S 16619 16619 15638 0 -1 4202560 1081 0 0 0 7 7 0 0 19 0 2 0 886470906 297091072 5932 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16640/statm: 72532 5932 400 364 0 8447 0
[pid=16642] ppid=16640 vsize=1018076 CPUtime=100.01 cores=1,3
/proc/16642/stat : 16642 (gnovelty+2) T 16640 16642 16642 0 -1 4202496 530 0 0 0 10001 0 0 0 25 0 1 0 886470906 1042509824 267 33554432000 134512640 135663704 4292531728 18446744073709551615 134524688 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16642/statm: 254519 267 113 282 0 254235 0
[pid=16640/tid=16698] ppid=16619 vsize=290128 CPUtime=0 cores=1,3
/proc/16640/task/16698/stat : 16698 (python) S 16619 16619 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886480921 297091072 5932 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604470665390848 0 0 -1 1 0 0 0
[pid=16699] ppid=16619 vsize=300384 CPUtime=0.14 cores=1,3
/proc/16699/stat : 16699 (python) S 16619 16619 15638 0 -1 4202560 1078 0 0 0 7 7 0 0 19 0 2 0 886480921 307593216 5936 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16699/statm: 75096 5936 400 364 0 11008 0
[pid=16701] ppid=16699 vsize=416920 CPUtime=100.01 cores=1,3
/proc/16701/stat : 16701 (adaptg2wsat2009) T 16699 16701 16701 0 -1 4202496 670 0 0 0 10001 0 0 0 25 0 1 0 886480922 426926080 406 33554432000 134512640 135107411 4294046384 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16701/statm: 104230 406 59 146 0 103106 0
[pid=16699/tid=16714] ppid=16619 vsize=300384 CPUtime=0 cores=1,3
/proc/16699/task/16714/stat : 16714 (python) S 16619 16619 15638 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886490936 307593216 5936 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604471146591488 0 0 -1 3 0 0 0
[pid=16715] ppid=16619 vsize=310640 CPUtime=0.14 cores=1,3
/proc/16715/stat : 16715 (python) S 16619 16619 15638 0 -1 4202560 1088 0 0 0 7 7 0 0 19 0 2 0 886490937 318095360 5940 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16715/statm: 77660 5940 400 364 0 13569 0
[pid=16717] ppid=16715 vsize=416920 CPUtime=100.01 cores=1,3
/proc/16717/stat : 16717 (adaptg2wsat2009) T 16715 16717 16717 0 -1 4202496 672 0 0 0 10001 0 0 0 25 0 1 0 886490937 426926080 407 33554432000 134512640 135107411 4288524992 18446744073709551615 134531856 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16717/statm: 104230 407 59 146 0 103106 0
[pid=16715/tid=16825] ppid=16619 vsize=310640 CPUtime=0 cores=1,3
/proc/16715/task/16825/stat : 16825 (python) S 16619 16619 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886500951 318095360 5940 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604471161024768 0 0 -1 1 0 0 0
[pid=16826] ppid=16619 vsize=320896 CPUtime=0.15 cores=1,3
/proc/16826/stat : 16826 (python) S 16619 16619 15638 0 -1 4202560 1078 0 0 0 7 8 0 0 19 0 2 0 886500952 328597504 5944 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16826/statm: 80224 5944 400 364 0 16130 0
[pid=16828] ppid=16826 vsize=416920 CPUtime=100.13 cores=1,3
/proc/16828/stat : 16828 (adaptg2wsat2009) T 16826 16828 16828 0 -1 4202496 670 0 0 0 10013 0 0 0 25 0 1 0 886500952 426926080 406 33554432000 134512640 135107411 4294186000 18446744073709551615 134532379 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16828/statm: 104230 406 59 146 0 103106 0
[pid=16826/tid=16836] ppid=16619 vsize=320896 CPUtime=0 cores=1,3
/proc/16826/task/16836/stat : 16836 (python) S 16619 16619 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886510966 328597504 5944 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604454225328192 0 0 -1 3 0 0 0
[pid=16837] ppid=16619 vsize=331152 CPUtime=0.15 cores=1,3
/proc/16837/stat : 16837 (python) S 16619 16619 15638 0 -1 4202560 1081 0 0 0 7 8 0 0 19 0 2 0 886510967 339099648 5948 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/16837/statm: 82788 5948 400 364 0 18691 0
[pid=16839] ppid=16837 vsize=1018076 CPUtime=99.99 cores=1,3
/proc/16839/stat : 16839 (gnovelty+2) T 16837 16839 16839 0 -1 4202496 527 0 0 0 9999 0 0 0 25 0 1 0 886510967 1042509824 267 33554432000 134512640 135663704 4290531680 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/16839/statm: 254519 267 113 282 0 254235 0
[pid=16837/tid=16850] ppid=16619 vsize=331152 CPUtime=0 cores=1,3
/proc/16837/task/16850/stat : 16850 (python) S 16619 16619 15638 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886520982 339099648 5948 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604471162978368 0 0 -1 1 0 0 0
[pid=16851] ppid=16619 vsize=341408 CPUtime=0.14 cores=1,3
/proc/16851/stat : 16851 (python) S 16619 16619 15638 0 -1 4202560 1082 0 0 0 8 6 0 0 19 0 2 0 886520983 349601792 5952 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16851/statm: 85352 5952 400 364 0 21252 0
[pid=16853] ppid=16851 vsize=247064 CPUtime=99.99 cores=1,3
/proc/16853/stat : 16853 (FH) T 16851 16853 16853 0 -1 4202496 629 0 0 0 9999 0 0 0 25 0 1 0 886520984 252993536 365 33554432000 134512640 134936988 4288238592 18446744073709551615 134553445 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/16853/statm: 61766 365 41 104 0 61270 0
[pid=16851/tid=16862] ppid=16619 vsize=341408 CPUtime=0 cores=1,3
/proc/16851/task/16862/stat : 16862 (python) S 16619 16619 15638 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 886530998 349601792 5952 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604471120759680 0 0 -1 3 0 0 0
[pid=16863] ppid=16619 vsize=351664 CPUtime=0.82 cores=1,3
/proc/16863/stat : 16863 (python) S 16619 16619 15638 0 -1 4202560 1197 0 0 0 46 36 0 0 15 0 2 0 886530999 360103936 5962 33554432000 4194304 5683644 140737222461280 18446744073709551615 251814260294 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/16863/statm: 87916 5962 406 364 0 23813 0
[pid=16865] ppid=16863 vsize=5156 CPUtime=497.17 cores=1,3
/proc/16865/stat : 16865 (march_hi) R 16863 16865 16865 0 -1 4202496 2002 0 0 0 49717 0 0 0 25 0 1 0 886530999 5279744 971 33554432000 4194304 4955518 140736863953184 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/16865/statm: 1289 971 106 186 0 1102 0
[pid=16863/tid=16942] ppid=16619 vsize=351664 CPUtime=0 cores=1,3
/proc/16863/task/16942/stat : 16942 (python) S 16619 16619 15638 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 886570275 360103936 5962 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 514 18446604471100421184 0 0 -1 3 0 0 0
[pid=16619/tid=16626] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16626/stat : 16626 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 886460890 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16641] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16641/stat : 16641 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 886470906 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 3 0 0 0
[pid=16619/tid=16700] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16700/stat : 16700 (python) S 16617 16619 15638 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886480922 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16716] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16716/stat : 16716 (python) S 16617 16619 15638 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886490937 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 3 0 0 0
[pid=16619/tid=16827] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16827/stat : 16827 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 886500952 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16838] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16838/stat : 16838 (python) S 16617 16619 15638 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 886510967 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16852] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16852/stat : 16852 (python) S 16617 16619 15638 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 886520983 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 1 0 0 0
[pid=16619/tid=16864] ppid=16617 vsize=361908 CPUtime=0 cores=1,3
/proc/16619/task/16864/stat : 16864 (python) S 16617 16619 15638 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 9 0 886530999 370593792 7451 33554432000 4194304 5683644 140737222461280 18446744073709551615 251826063793 0 0 16781312 2 18446604454225329088 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 7455504

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 16619 and gives
#  childrusage.ru_utime.tv_sec=498
#  childrusage.ru_utime.tv_usec=966145
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=112830
# CPU time returned by wait4() is 500.079
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.36
CPU time (s): 1200.09
CPU user time (s): 1199.04
CPU system time (s): 1.05
CPU usage (%): 100.061
Max. virtual memory (cumulated for all children) (KiB): 7455504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 498.966
system time used= 1.11283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30534
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= 4512
involuntary context switches= 6088

runsolver used 3.37349 second user time and 6.82396 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-11 01:30:21
IDJOB=3484274
IDBENCH=82785
IDSOLVER=1975
FILE ID=node126/3484274-1307748621
RUNJOBID= node126-1307747008-15658
PBS_JOBID= 13550831
Free space on /tmp= 74072 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1780733482-097.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-3484274-1307748621/watcher-3484274-1307748621 -o /tmp/evaluation-result-3484274-1307748621/solver-3484274-1307748621 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484274-1307748621.cnf -seed 1177601286 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 261ca77431063ab06f6a4cdf20ea9cf2
RANDOM SEED=1177601286

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31353496 kB
Buffers:        244956 kB
Cached:         835408 kB
SwapCached:      14888 kB
Active:         830596 kB
Inactive:       555944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31353496 kB
SwapTotal:    67111528 kB
SwapFree:     67050648 kB
Dirty:           31860 kB
Writeback:           0 kB
AnonPages:      303684 kB
Mapped:          17084 kB
Slab:           135820 kB
PageTables:      13940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  7193132 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= 74040 MiB
End job on node126 at 2011-06-11 01:50:22