Trace number 3484306

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.08 1199.86

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1475900283-041.UNKNOWN.cnf
MD5SUMa83cf27d1d664cde32ad2f1a49b00933
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.38/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.38/0.50	c INFO: solving HOME/instance-3484306-1307748831.cnf
0.38/0.50	c INFO: computing task features
0.38/0.51	c INFO: computed variable-clause graph statistics
0.38/0.51	c INFO: computed clause balance statistics
0.58/0.72	c INFO: computed variable balance statistics
0.68/0.81	c INFO: computed small-clause counts
0.68/0.81	c INFO: computed Horn-clause counts
0.68/0.82	c INFO: computed variable graph statistics
0.68/0.82	c INFO: collected features for HOME/instance-3484306-1307748831.cnf in 0.35 s
0.68/0.83	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.52)
100.76/100.97	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
200.99/201.11	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.05)
301.09/301.25	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
401.45/401.40	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.03)
501.59/501.55	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.02)
601.93/601.71	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
702.02/701.86	c INFO: running march_hi@0 for 388 with 499 remaining (b = 0.07)
1095.48/1095.24	c INFO: running march_hi@392 for 106 with 106 remaining (b = 0.03)

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

running on 2 cores: 5,7

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.17 4.08 3.48 4/227 19115
/proc/meminfo: memFree=31050628/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=15388 CPUtime=0 cores=5,7
/proc/19115/stat : 19115 (python) R 19113 19115 17860 0 -1 4202496 813 0 0 0 0 0 0 0 25 0 1 0 867298412 15757312 698 33554432000 4194304 5683644 140736919569600 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19115/statm: 3847 698 334 364 0 334 0

[startup+0.028121 s]
/proc/loadavg: 4.17 4.08 3.48 4/227 19115
/proc/meminfo: memFree=31050628/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=18888 CPUtime=0.01 cores=5,7
/proc/19115/stat : 19115 (python) R 19113 19115 17860 0 -1 4202496 1243 0 0 0 1 0 0 0 25 0 1 0 867298412 19341312 1097 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261659783 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19115/statm: 4722 1098 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.101115 s]
/proc/loadavg: 4.17 4.08 3.48 4/227 19115
/proc/meminfo: memFree=31050628/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=104232 CPUtime=0.06 cores=5,7
/proc/19115/stat : 19115 (python) R 19113 19115 17860 0 -1 4202496 3067 0 0 0 5 1 0 0 17 0 1 0 867298412 106733568 2748 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261614592 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/19115/statm: 26059 2749 847 364 0 1807 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104232

[startup+0.301077 s]
/proc/loadavg: 4.17 4.08 3.48 4/227 19115
/proc/meminfo: memFree=31050628/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=187744 CPUtime=0.22 cores=5,7
/proc/19115/stat : 19115 (python) R 19113 19115 17860 0 -1 4202496 6779 937 1 0 16 6 0 0 17 0 1 0 867298412 192249856 4837 33554432000 4194304 5683644 140736919569600 18446744073709551615 254256648151 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19115/statm: 46936 4845 1365 364 0 3724 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 187744

[startup+0.701004 s]
/proc/loadavg: 4.17 4.08 3.48 4/227 19115
/proc/meminfo: memFree=31050628/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=279852 CPUtime=0.58 cores=5,7
/proc/19115/stat : 19115 (python) R 19113 19115 17860 0 -1 4202496 9777 937 1 0 49 9 0 0 17 0 1 0 867298412 286568448 7347 33554432000 4194304 5683644 140736919569600 18446744073709551615 254265025221 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19115/statm: 69963 7347 1826 364 0 5887 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 279852

[startup+1.50086 s]
/proc/loadavg: 4.17 4.08 3.48 5/231 19123
/proc/meminfo: memFree=31025308/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=290120 CPUtime=0.71 cores=5,7
/proc/19115/stat : 19115 (python) S 19113 19115 17860 0 -1 4202496 10074 937 1 0 62 9 0 0 18 0 2 0 867298412 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19115/statm: 72530 7400 1869 364 0 8448 0
[pid=19121] ppid=19115 vsize=279876 CPUtime=0 cores=5,7
/proc/19121/stat : 19121 (python) S 19115 19115 17860 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 867298495 286593024 5881 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261636623 0 0 16781312 514 4476526631732641791 0 0 17 5 0 0 0
/proc/19121/statm: 69969 5881 354 364 0 5887 0
[pid=19123] ppid=19121 vsize=1018076 CPUtime=0.66 cores=5,7
/proc/19123/stat : 19123 (gnovelty+2) R 19121 19123 19123 0 -1 4202496 530 0 0 0 66 0 0 0 21 0 1 0 867298495 1042509824 266 33554432000 134512640 135663704 4291522768 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19123/statm: 254519 266 113 282 0 254235 0
[pid=19115/tid=19122] ppid=19113 vsize=290120 CPUtime=0 cores=5,7
/proc/19115/task/19122/stat : 19122 (python) S 19113 19115 17860 0 -1 4202560 30 937 0 0 0 0 0 0 19 0 2 0 867298495 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1588072

[startup+3.10058 s]
/proc/loadavg: 4.17 4.08 3.48 5/231 19123
/proc/meminfo: memFree=31024688/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=290120 CPUtime=0.71 cores=5,7
/proc/19115/stat : 19115 (python) S 19113 19115 17860 0 -1 4202496 10074 937 1 0 62 9 0 0 18 0 2 0 867298412 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19115/statm: 72530 7400 1869 364 0 8448 0
[pid=19121] ppid=19115 vsize=279876 CPUtime=0 cores=5,7
/proc/19121/stat : 19121 (python) S 19115 19115 17860 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 867298495 286593024 5881 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261636623 0 0 16781312 514 4476526631732609285 0 0 17 5 0 0 0
/proc/19121/statm: 69969 5881 354 364 0 5887 0
[pid=19123] ppid=19121 vsize=1018076 CPUtime=2.26 cores=5,7
/proc/19123/stat : 19123 (gnovelty+2) R 19121 19123 19123 0 -1 4202496 530 0 0 0 226 0 0 0 25 0 1 0 867298495 1042509824 266 33554432000 134512640 135663704 4291522768 18446744073709551615 134525265 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19123/statm: 254519 266 113 282 0 254235 0
[pid=19115/tid=19122] ppid=19113 vsize=290120 CPUtime=0 cores=5,7
/proc/19115/task/19122/stat : 19122 (python) S 19113 19115 17860 0 -1 4202560 30 937 0 0 0 0 0 0 19 0 2 0 867298495 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 1588072

[startup+6.30102 s]
/proc/loadavg: 4.24 4.09 3.49 5/231 19123
/proc/meminfo: memFree=31023756/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=290120 CPUtime=0.71 cores=5,7
/proc/19115/stat : 19115 (python) S 19113 19115 17860 0 -1 4202496 10074 937 1 0 62 9 0 0 18 0 2 0 867298412 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19115/statm: 72530 7400 1869 364 0 8448 0
[pid=19121] ppid=19115 vsize=279876 CPUtime=0 cores=5,7
/proc/19121/stat : 19121 (python) S 19115 19115 17860 0 -1 4202560 870 0 0 0 0 0 0 0 18 0 1 0 867298495 286593024 5903 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261636623 0 0 16781312 514 4476526631732609285 0 0 17 5 0 0 0
/proc/19121/statm: 69969 5903 376 364 0 5887 0
[pid=19123] ppid=19121 vsize=1018076 CPUtime=5.45 cores=5,7
/proc/19123/stat : 19123 (gnovelty+2) R 19121 19123 19123 0 -1 4202496 530 0 0 0 545 0 0 0 25 0 1 0 867298495 1042509824 266 33554432000 134512640 135663704 4291522768 18446744073709551615 134524546 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19123/statm: 254519 266 113 282 0 254235 0
[pid=19115/tid=19122] ppid=19113 vsize=290120 CPUtime=0 cores=5,7
/proc/19115/task/19122/stat : 19122 (python) S 19113 19115 17860 0 -1 4202560 30 937 0 0 0 0 0 0 19 0 2 0 867298495 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1588072

[startup+12.7009 s]
/proc/loadavg: 4.22 4.09 3.49 5/234 19126
/proc/meminfo: memFree=30988856/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=290120 CPUtime=0.71 cores=5,7
/proc/19115/stat : 19115 (python) S 19113 19115 17860 0 -1 4202496 10074 937 1 0 62 9 0 0 18 0 2 0 867298412 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19115/statm: 72530 7400 1869 364 0 8448 0
[pid=19121] ppid=19115 vsize=279876 CPUtime=0.01 cores=5,7
/proc/19121/stat : 19121 (python) S 19115 19115 17860 0 -1 4202560 876 0 0 0 0 1 0 0 18 0 1 0 867298495 286593024 5903 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261636623 0 0 16781312 514 8175053670467993861 0 0 17 5 0 0 0
/proc/19121/statm: 69969 5903 376 364 0 5887 0
[pid=19123] ppid=19121 vsize=1018076 CPUtime=11.84 cores=5,7
/proc/19123/stat : 19123 (gnovelty+2) R 19121 19123 19123 0 -1 4202496 530 0 0 0 1184 0 0 0 25 0 1 0 867298495 1042509824 266 33554432000 134512640 135663704 4291522768 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19123/statm: 254519 266 113 282 0 254235 0
[pid=19115/tid=19122] ppid=19113 vsize=290120 CPUtime=0 cores=5,7
/proc/19115/task/19122/stat : 19122 (python) S 19113 19115 17860 0 -1 4202560 30 937 0 0 0 0 0 0 19 0 2 0 867298495 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1588072

[startup+25.5006 s]
/proc/loadavg: 4.25 4.10 3.50 5/234 19126
/proc/meminfo: memFree=30988884/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=290120 CPUtime=0.71 cores=5,7
/proc/19115/stat : 19115 (python) S 19113 19115 17860 0 -1 4202496 10074 937 1 0 62 9 0 0 18 0 2 0 867298412 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19115/statm: 72530 7400 1869 364 0 8448 0
[pid=19121] ppid=19115 vsize=279876 CPUtime=0.03 cores=5,7
/proc/19121/stat : 19121 (python) S 19115 19115 17860 0 -1 4202560 880 0 0 0 1 2 0 0 18 0 1 0 867298495 286593024 5903 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261636623 0 0 16781312 514 8175053670467993861 0 0 17 5 0 0 0
/proc/19121/statm: 69969 5903 376 364 0 5887 0
[pid=19123] ppid=19121 vsize=1018076 CPUtime=24.62 cores=5,7
/proc/19123/stat : 19123 (gnovelty+2) R 19121 19123 19123 0 -1 4202496 530 0 0 0 2462 0 0 0 25 0 1 0 867298495 1042509824 266 33554432000 134512640 135663704 4291522768 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19123/statm: 254519 266 113 282 0 254235 0
[pid=19115/tid=19122] ppid=19113 vsize=290120 CPUtime=0 cores=5,7
/proc/19115/task/19122/stat : 19122 (python) S 19113 19115 17860 0 -1 4202560 30 937 0 0 0 0 0 0 19 0 2 0 867298495 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 1588072

[startup+51.1011 s]
/proc/loadavg: 4.16 4.09 3.52 5/234 19127
/proc/meminfo: memFree=30988512/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=290120 CPUtime=0.71 cores=5,7
/proc/19115/stat : 19115 (python) S 19113 19115 17860 0 -1 4202496 10074 937 1 0 62 9 0 0 18 0 2 0 867298412 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19115/statm: 72530 7400 1869 364 0 8448 0
[pid=19121] ppid=19115 vsize=279876 CPUtime=0.06 cores=5,7
/proc/19121/stat : 19121 (python) S 19115 19115 17860 0 -1 4202560 894 0 0 0 2 4 0 0 18 0 1 0 867298495 286593024 5904 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261636623 0 0 16781312 514 8175053670467993861 0 0 17 5 0 0 0
/proc/19121/statm: 69969 5904 377 364 0 5887 0
[pid=19123] ppid=19121 vsize=1018076 CPUtime=50.19 cores=5,7
/proc/19123/stat : 19123 (gnovelty+2) R 19121 19123 19123 0 -1 4202496 530 0 0 0 5019 0 0 0 25 0 1 0 867298495 1042509824 266 33554432000 134512640 135663704 4291522768 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19123/statm: 254519 266 113 282 0 254235 0
[pid=19115/tid=19122] ppid=19113 vsize=290120 CPUtime=0 cores=5,7
/proc/19115/task/19122/stat : 19122 (python) S 19113 19115 17860 0 -1 4202560 30 937 0 0 0 0 0 0 19 0 2 0 867298495 297082880 7400 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1588072

[startup+102.307 s]
/proc/loadavg: 4.12 4.09 3.55 5/246 19141
/proc/meminfo: memFree=30972816/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=300376 CPUtime=0.72 cores=5,7
/proc/19115/stat : 19115 (python) S 19113 19115 17860 0 -1 4202496 10949 937 1 0 63 9 0 0 20 0 3 0 867298412 307585024 7407 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19115/statm: 75094 7407 1872 364 0 11009 0
[pid=19121] ppid=19115 vsize=290120 CPUtime=0.13 cores=5,7
/proc/19121/stat : 19121 (python) S 19115 19115 17860 0 -1 4202560 1149 0 0 0 6 7 0 0 19 0 2 0 867298495 297082880 5948 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19121/statm: 72530 5948 416 364 0 8448 0
[pid=19123] ppid=19121 vsize=1018076 CPUtime=99.99 cores=5,7
/proc/19123/stat : 19123 (gnovelty+2) T 19121 19123 19123 0 -1 4202496 530 0 0 0 9999 0 0 0 25 0 1 0 867298495 1042509824 266 33554432000 134512640 135663704 4291522768 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19123/statm: 254519 266 113 282 0 254235 0
[pid=19121/tid=19137] ppid=19115 vsize=290120 CPUtime=0 cores=5,7
/proc/19121/task/19137/stat : 19137 (python) S 19115 19115 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867308508 297082880 5948 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 7 0 0 0
[pid=19138] ppid=19115 vsize=290132 CPUtime=0 cores=5,7
/proc/19138/stat : 19138 (python) S 19115 19115 17860 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 867308509 297095168 5879 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261636678 0 0 16781312 514 4474415844285186310 0 0 17 5 0 0 0
/proc/19138/statm: 72533 5879 348 364 0 8448 0
[pid=19140] ppid=19138 vsize=1018076 CPUtime=1.32 cores=5,7
/proc/19140/stat : 19140 (gnovelty+2) R 19138 19140 19140 0 -1 4202496 530 0 0 0 132 0 0 0 25 0 1 0 867308509 1042509824 267 33554432000 134512640 135663704 4286642400 18446744073709551615 134546768 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19140/statm: 254519 267 113 282 0 254235 0
[pid=19115/tid=19122] ppid=19113 vsize=300376 CPUtime=0 cores=5,7
/proc/19115/task/19122/stat : 19122 (python) S 19113 19115 17860 0 -1 4202560 30 937 0 0 0 0 0 0 19 0 3 0 867298495 307585024 7407 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19139] ppid=19113 vsize=300376 CPUtime=0 cores=5,7
/proc/19115/task/19139/stat : 19139 (python) S 19113 19115 17860 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 3 0 867308509 307585024 7407 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 2916780

[startup+162.3 s]
/proc/loadavg: 4.04 4.07 3.57 5/243 19189
/proc/meminfo: memFree=30975400/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=300376 CPUtime=0.72 cores=5,7
/proc/19115/stat : 19115 (python) S 19113 19115 17860 0 -1 4202496 10949 937 1 0 63 9 0 0 20 0 3 0 867298412 307585024 7407 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19115/statm: 75094 7407 1872 364 0 11009 0
[pid=19121] ppid=19115 vsize=290120 CPUtime=0.13 cores=5,7

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

[pid=19214] ppid=19115 vsize=310644 CPUtime=0.15 cores=5,7
/proc/19214/stat : 19214 (python) S 19115 19115 17860 0 -1 4202560 1081 0 0 0 9 6 0 0 19 0 2 0 867328537 318099456 5940 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19214/statm: 77661 5940 400 364 0 13570 0
[pid=19216] ppid=19214 vsize=416920 CPUtime=100.13 cores=5,7
/proc/19216/stat : 19216 (adaptg2wsat2009) T 19214 19216 19216 0 -1 4202496 667 0 0 0 10013 0 0 0 25 0 1 0 867328537 426926080 405 33554432000 134512640 135107411 4286809200 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19216/statm: 104230 405 59 146 0 103106 0
[pid=19214/tid=19227] ppid=19115 vsize=310644 CPUtime=0 cores=5,7
/proc/19214/task/19227/stat : 19227 (python) S 19115 19115 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867338551 318099456 5940 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604454225506560 0 0 -1 7 0 0 0
[pid=19228] ppid=19115 vsize=320900 CPUtime=0.14 cores=5,7
/proc/19228/stat : 19228 (python) S 19115 19115 17860 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 867338552 328601600 5944 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19228/statm: 80225 5944 400 364 0 16131 0
[pid=19230] ppid=19228 vsize=416920 CPUtime=100.03 cores=5,7
/proc/19230/stat : 19230 (adaptg2wsat2009) T 19228 19230 19230 0 -1 4202496 673 0 0 0 10003 0 0 0 25 0 1 0 867338552 426926080 406 33554432000 134512640 135107411 4287147088 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19230/statm: 104230 406 59 146 0 103106 0
[pid=19228/tid=19238] ppid=19115 vsize=320900 CPUtime=0 cores=5,7
/proc/19228/task/19238/stat : 19238 (python) S 19115 19115 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867348566 328601600 5944 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604462383744960 0 0 -1 7 0 0 0
[pid=19239] ppid=19115 vsize=331156 CPUtime=0.15 cores=5,7
/proc/19239/stat : 19239 (python) S 19115 19115 17860 0 -1 4202560 1085 0 0 0 8 7 0 0 19 0 2 0 867348567 339103744 5948 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19239/statm: 82789 5948 400 364 0 18692 0
[pid=19241] ppid=19239 vsize=1018076 CPUtime=100.15 cores=5,7
/proc/19241/stat : 19241 (gnovelty+2) T 19239 19241 19241 0 -1 4202496 527 0 0 0 10015 0 0 0 25 0 1 0 867348567 1042509824 266 33554432000 134512640 135663704 4289424736 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19241/statm: 254519 266 113 282 0 254235 0
[pid=19239/tid=19296] ppid=19115 vsize=331156 CPUtime=0 cores=5,7
/proc/19239/task/19296/stat : 19296 (python) S 19115 19115 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867358582 339103744 5948 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604454222670848 0 0 -1 7 0 0 0
[pid=19297] ppid=19115 vsize=341412 CPUtime=0.14 cores=5,7
/proc/19297/stat : 19297 (python) S 19115 19115 17860 0 -1 4202560 1086 0 0 0 7 7 0 0 16 0 2 0 867358583 349605888 5952 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19297/statm: 85353 5952 400 364 0 21253 0
[pid=19299] ppid=19297 vsize=247072 CPUtime=99.99 cores=5,7
/proc/19299/stat : 19299 (FH) T 19297 19299 19299 0 -1 4202496 631 0 0 0 9999 0 0 0 25 0 1 0 867358584 253001728 366 33554432000 134512640 134936988 4287546864 18446744073709551615 134544771 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19299/statm: 61768 366 41 104 0 61272 0
[pid=19297/tid=19311] ppid=19115 vsize=341412 CPUtime=0 cores=5,7
/proc/19297/task/19311/stat : 19311 (python) S 19115 19115 17860 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867368597 349605888 5952 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604463649335424 0 0 -1 5 0 0 0
[pid=19312] ppid=19115 vsize=351668 CPUtime=0.77 cores=5,7
/proc/19312/stat : 19312 (python) S 19115 19115 17860 0 -1 4202560 1190 0 0 0 43 34 0 0 15 0 2 0 867368598 360108032 5971 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19312/statm: 87917 5971 415 364 0 23814 0
[pid=19314] ppid=19312 vsize=5152 CPUtime=479.71 cores=5,7
/proc/19314/stat : 19314 (march_hi) R 19312 19314 19314 0 -1 4202496 1993 0 0 0 47971 0 0 0 25 0 1 0 867368599 5275648 959 33554432000 4194304 4955518 140734295301680 18446744073709551615 4235624 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19314/statm: 1288 959 106 186 0 1101 0
[pid=19312/tid=19768] ppid=19115 vsize=351668 CPUtime=0 cores=5,7
/proc/19312/task/19768/stat : 19768 (python) S 19115 19115 17860 0 -1 4202560 42 0 0 0 0 0 0 0 17 0 2 0 867407936 360108032 5971 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604463649333632 0 0 -1 5 0 0 0
[pid=19115/tid=19122] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19122/stat : 19122 (python) S 19113 19115 17860 0 -1 4202560 30 937 0 0 0 0 0 0 19 0 9 0 867298495 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19139] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19139/stat : 19139 (python) S 19113 19115 17860 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 9 0 867308509 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19197] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19197/stat : 19197 (python) S 19113 19115 17860 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 867318523 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 7 0 0 0
[pid=19115/tid=19215] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19215/stat : 19215 (python) S 19113 19115 17860 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 867328537 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19229] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19229/stat : 19229 (python) S 19113 19115 17860 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 867338552 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19240] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19240/stat : 19240 (python) S 19113 19115 17860 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 867348567 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19298] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19298/stat : 19298 (python) S 19113 19115 17860 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 867358583 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19313] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19313/stat : 19313 (python) S 19113 19115 17860 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 9 0 867368598 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.57
Current children cumulated vsize (KiB) 7455544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 4.07 4.04 3.86 5/263 19775
/proc/meminfo: memFree=31119104/32951124 swapFree=67057920/67111528
[pid=19115] ppid=19113 vsize=361912 CPUtime=0.78 cores=5,7
/proc/19115/stat : 19115 (python) S 19113 19115 17860 0 -1 4202496 16791 937 1 0 67 11 0 0 18 0 9 0 867298412 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19115/statm: 90478 7443 1884 364 0 26375 0
[pid=19121] ppid=19115 vsize=290120 CPUtime=0.13 cores=5,7
/proc/19121/stat : 19121 (python) S 19115 19115 17860 0 -1 4202560 1149 0 0 0 6 7 0 0 19 0 2 0 867298495 297082880 5948 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19121/statm: 72530 5948 416 364 0 8448 0
[pid=19123] ppid=19121 vsize=1018076 CPUtime=99.99 cores=5,7
/proc/19123/stat : 19123 (gnovelty+2) T 19121 19123 19123 0 -1 4202496 530 0 0 0 9999 0 0 0 25 0 1 0 867298495 1042509824 266 33554432000 134512640 135663704 4291522768 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19123/statm: 254519 266 113 282 0 254235 0
[pid=19121/tid=19137] ppid=19115 vsize=290120 CPUtime=0 cores=5,7
/proc/19121/task/19137/stat : 19137 (python) S 19115 19115 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867308508 297082880 5948 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604471134835008 0 0 -1 7 0 0 0
[pid=19138] ppid=19115 vsize=290132 CPUtime=0.13 cores=5,7
/proc/19138/stat : 19138 (python) S 19115 19115 17860 0 -1 4202560 1077 0 0 0 6 7 0 0 19 0 2 0 867308509 297095168 5932 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19138/statm: 72533 5932 400 364 0 8448 0
[pid=19140] ppid=19138 vsize=1018076 CPUtime=100.03 cores=5,7
/proc/19140/stat : 19140 (gnovelty+2) T 19138 19140 19140 0 -1 4202496 530 0 0 0 10003 0 0 0 25 0 1 0 867308509 1042509824 267 33554432000 134512640 135663704 4286642400 18446744073709551615 134525278 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19140/statm: 254519 267 113 282 0 254235 0
[pid=19138/tid=19195] ppid=19115 vsize=290132 CPUtime=0 cores=5,7
/proc/19138/task/19195/stat : 19195 (python) S 19115 19115 17860 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867318523 297095168 5932 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604471134343552 0 0 -1 7 0 0 0
[pid=19196] ppid=19115 vsize=300388 CPUtime=0.14 cores=5,7
/proc/19196/stat : 19196 (python) S 19115 19115 17860 0 -1 4202560 1072 0 0 0 8 6 0 0 19 0 2 0 867318523 307597312 5936 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19196/statm: 75097 5936 400 364 0 11009 0
[pid=19198] ppid=19196 vsize=416920 CPUtime=100.01 cores=5,7
/proc/19198/stat : 19198 (adaptg2wsat2009) T 19196 19198 19198 0 -1 4202496 671 0 0 0 10001 0 0 0 25 0 1 0 867318524 426926080 405 33554432000 134512640 135107411 4288560192 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19198/statm: 104230 405 59 146 0 103106 0
[pid=19196/tid=19213] ppid=19115 vsize=300388 CPUtime=0 cores=5,7
/proc/19196/task/19213/stat : 19213 (python) S 19115 19115 17860 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867328536 307597312 5936 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604454225508352 0 0 -1 5 0 0 0
[pid=19214] ppid=19115 vsize=310644 CPUtime=0.15 cores=5,7
/proc/19214/stat : 19214 (python) S 19115 19115 17860 0 -1 4202560 1081 0 0 0 9 6 0 0 19 0 2 0 867328537 318099456 5940 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19214/statm: 77661 5940 400 364 0 13570 0
[pid=19216] ppid=19214 vsize=416920 CPUtime=100.13 cores=5,7
/proc/19216/stat : 19216 (adaptg2wsat2009) T 19214 19216 19216 0 -1 4202496 667 0 0 0 10013 0 0 0 25 0 1 0 867328537 426926080 405 33554432000 134512640 135107411 4286809200 18446744073709551615 134532277 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19216/statm: 104230 405 59 146 0 103106 0
[pid=19214/tid=19227] ppid=19115 vsize=310644 CPUtime=0 cores=5,7
/proc/19214/task/19227/stat : 19227 (python) S 19115 19115 17860 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867338551 318099456 5940 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604454225506560 0 0 -1 7 0 0 0
[pid=19228] ppid=19115 vsize=320900 CPUtime=0.14 cores=5,7
/proc/19228/stat : 19228 (python) S 19115 19115 17860 0 -1 4202560 1087 0 0 0 7 7 0 0 19 0 2 0 867338552 328601600 5944 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19228/statm: 80225 5944 400 364 0 16131 0
[pid=19230] ppid=19228 vsize=416920 CPUtime=100.03 cores=5,7
/proc/19230/stat : 19230 (adaptg2wsat2009) T 19228 19230 19230 0 -1 4202496 673 0 0 0 10003 0 0 0 25 0 1 0 867338552 426926080 406 33554432000 134512640 135107411 4287147088 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19230/statm: 104230 406 59 146 0 103106 0
[pid=19228/tid=19238] ppid=19115 vsize=320900 CPUtime=0 cores=5,7
/proc/19228/task/19238/stat : 19238 (python) S 19115 19115 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867348566 328601600 5944 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604462383744960 0 0 -1 7 0 0 0
[pid=19239] ppid=19115 vsize=331156 CPUtime=0.15 cores=5,7
/proc/19239/stat : 19239 (python) S 19115 19115 17860 0 -1 4202560 1085 0 0 0 8 7 0 0 19 0 2 0 867348567 339103744 5948 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19239/statm: 82789 5948 400 364 0 18692 0
[pid=19241] ppid=19239 vsize=1018076 CPUtime=100.15 cores=5,7
/proc/19241/stat : 19241 (gnovelty+2) T 19239 19241 19241 0 -1 4202496 527 0 0 0 10015 0 0 0 25 0 1 0 867348567 1042509824 266 33554432000 134512640 135663704 4289424736 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/19241/statm: 254519 266 113 282 0 254235 0
[pid=19239/tid=19296] ppid=19115 vsize=331156 CPUtime=0 cores=5,7
/proc/19239/task/19296/stat : 19296 (python) S 19115 19115 17860 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867358582 339103744 5948 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604454222670848 0 0 -1 7 0 0 0
[pid=19297] ppid=19115 vsize=341412 CPUtime=0.14 cores=5,7
/proc/19297/stat : 19297 (python) S 19115 19115 17860 0 -1 4202560 1086 0 0 0 7 7 0 0 16 0 2 0 867358583 349605888 5952 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19297/statm: 85353 5952 400 364 0 21253 0
[pid=19299] ppid=19297 vsize=247072 CPUtime=99.99 cores=5,7
/proc/19299/stat : 19299 (FH) T 19297 19299 19299 0 -1 4202496 631 0 0 0 9999 0 0 0 25 0 1 0 867358584 253001728 366 33554432000 134512640 134936988 4287546864 18446744073709551615 134544771 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/19299/statm: 61768 366 41 104 0 61272 0
[pid=19297/tid=19311] ppid=19115 vsize=341412 CPUtime=0 cores=5,7
/proc/19297/task/19311/stat : 19311 (python) S 19115 19115 17860 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 867368597 349605888 5952 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604463649335424 0 0 -1 5 0 0 0
[pid=19312] ppid=19115 vsize=351668 CPUtime=0.8 cores=5,7
/proc/19312/stat : 19312 (python) S 19115 19115 17860 0 -1 4202560 1190 0 0 0 45 35 0 0 15 0 2 0 867368598 360108032 5971 33554432000 4194304 5683644 140736919569600 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19312/statm: 87917 5971 415 364 0 23814 0
[pid=19314] ppid=19312 vsize=5152 CPUtime=497.19 cores=5,7
/proc/19314/stat : 19314 (march_hi) R 19312 19314 19314 0 -1 4202496 2009 0 0 0 49719 0 0 0 25 0 1 0 867368599 5275648 975 33554432000 4194304 4955518 140734295301680 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/19314/statm: 1288 975 106 186 0 1101 0
[pid=19312/tid=19768] ppid=19115 vsize=351668 CPUtime=0 cores=5,7
/proc/19312/task/19768/stat : 19768 (python) S 19115 19115 17860 0 -1 4202560 42 0 0 0 0 0 0 0 17 0 2 0 867407936 360108032 5971 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 514 18446604463649333632 0 0 -1 5 0 0 0
[pid=19115/tid=19122] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19122/stat : 19122 (python) S 19113 19115 17860 0 -1 4202560 30 937 0 0 0 0 0 0 19 0 9 0 867298495 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19139] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19139/stat : 19139 (python) S 19113 19115 17860 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 9 0 867308509 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19197] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19197/stat : 19197 (python) S 19113 19115 17860 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 9 0 867318523 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 7 0 0 0
[pid=19115/tid=19215] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19215/stat : 19215 (python) S 19113 19115 17860 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 9 0 867328537 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19229] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19229/stat : 19229 (python) S 19113 19115 17860 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 9 0 867338552 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19240] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19240/stat : 19240 (python) S 19113 19115 17860 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 9 0 867348567 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19298] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19298/stat : 19298 (python) S 19113 19115 17860 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 9 0 867358583 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
[pid=19115/tid=19313] ppid=19113 vsize=361912 CPUtime=0 cores=5,7
/proc/19115/task/19313/stat : 19313 (python) S 19113 19115 17860 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 9 0 867368598 370597888 7443 33554432000 4194304 5683644 140736919569600 18446744073709551615 254273440177 0 0 16781312 2 18446604471126989824 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 7455544

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

Real time (s): 1199.86
CPU time (s): 1200.08
CPU user time (s): 1199.15
CPU system time (s): 0.93
CPU usage (%): 100.019
Max. virtual memory (cumulated for all children) (KiB): 7455548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.680896
system time used= 0.113982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17734
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= 1009
involuntary context switches= 26

runsolver used 4.32834 second user time and 5.8911 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-11 01:33:51
IDJOB=3484306
IDBENCH=82817
IDSOLVER=1975
FILE ID=node140/3484306-1307748831
RUNJOBID= node140-1307746989-17881
PBS_JOBID= 13550820
Free space on /tmp= 73712 MiB

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

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

MD5SUM BENCH= a83cf27d1d664cde32ad2f1a49b00933
RANDOM SEED=926209631

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31051196 kB
Buffers:        267280 kB
Cached:        1124356 kB
SwapCached:       7060 kB
Active:         991904 kB
Inactive:       693456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31051196 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           64888 kB
Writeback:           0 kB
AnonPages:      291652 kB
Mapped:          21268 kB
Slab:           138560 kB
PageTables:      14316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6631480 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= 73680 MiB
End job on node140 at 2011-06-11 01:53:53