Trace number 3377206

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)? (MO) 705.16 706.48

General information on the benchmark

Namerandom/large/
unif-k7-r85-v250-c21250-S1682211323-009-UNKNOWN.cnf
MD5SUM917ee0efab4f0e89027865c1129d272b
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 variables250
Number of clauses21250
Sum of the clauses size148750
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 521250

Solver Data

0.80/2.31	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.80/2.31	c INFO: solving HOME/instance-3377206-1305451353.cnf
0.80/2.31	c INFO: computing task features
0.89/2.45	c INFO: computed variable-clause graph statistics
0.89/2.46	c INFO: computed clause balance statistics
1.59/3.22	c INFO: computed variable balance statistics
1.99/3.56	c INFO: computed small-clause counts
1.99/3.56	c INFO: computed Horn-clause counts
1.99/3.59	c INFO: computed variable graph statistics
1.99/3.59	c INFO: collected features for HOME/instance-3377206-1305451353.cnf in 1.28 s
2.09/3.60	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.36)
102.38/103.94	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.68/204.29	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
303.06/304.61	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.64/404.91	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.95/505.24	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
604.35/605.61	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
704.65/705.96	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 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.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377206-1305451353/watcher-3377206-1305451353 -o /tmp/evaluation-result-3377206-1305451353/solver-3377206-1305451353 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377206-1305451353.cnf -seed 704723317 -budget 2400 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 2.22 3.53 3.76 4/369 18741
/proc/meminfo: memFree=18086228/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=14644 CPUtime=0 cores=0,2
/proc/18741/stat : 18741 (python) R 18739 18741 17657 0 -1 4202496 398 0 4 0 0 0 0 0 20 0 1 0 735365986 14995456 316 33554432000 4194304 5683644 140736049180720 18446744073709551615 4540219 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/18741/statm: 3661 316 217 364 0 148 0

[startup+0.055558 s]
/proc/loadavg: 2.22 3.53 3.76 4/369 18741
/proc/meminfo: memFree=18086228/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=16240 CPUtime=0 cores=0,2
/proc/18741/stat : 18741 (python) D 18739 18741 17657 0 -1 4202496 1045 0 4 0 0 0 0 0 17 0 1 0 735365986 16629760 921 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284925696 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 1
/proc/18741/statm: 4060 921 381 364 0 547 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16240

[startup+0.100559 s]
/proc/loadavg: 2.22 3.53 3.76 4/369 18741
/proc/meminfo: memFree=18086228/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=16808 CPUtime=0.02 cores=0,2
/proc/18741/stat : 18741 (python) R 18739 18741 17657 0 -1 4202496 1221 0 4 0 1 1 0 0 17 0 1 0 735365986 17211392 1083 33554432000 4194304 5683644 140736049180720 18446744073709551615 4562896 0 0 16781312 2 0 0 0 17 0 0 0 2
/proc/18741/statm: 4202 1083 417 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16808

[startup+0.300539 s]
/proc/loadavg: 2.22 3.53 3.76 4/369 18741
/proc/meminfo: memFree=18086228/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=36508 CPUtime=0.07 cores=0,2
/proc/18741/stat : 18741 (python) D 18739 18741 17657 0 -1 4202496 1599 0 10 0 3 4 0 0 17 0 1 0 735365986 37384192 1443 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284925696 0 0 16781312 2 18446744071562234166 0 0 17 0 0 0 3
/proc/18741/statm: 9127 1443 452 364 0 944 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 36508

[startup+0.700452 s]
/proc/loadavg: 2.22 3.53 3.76 4/369 18741
/proc/meminfo: memFree=18086228/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=104216 CPUtime=0.18 cores=0,2
/proc/18741/stat : 18741 (python) R 18739 18741 17657 0 -1 4202496 3027 0 19 0 5 13 0 0 16 0 1 0 735365986 106717184 2731 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284921701 0 0 16781312 2 0 0 0 17 0 0 0 18
/proc/18741/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 104216

[startup+1.50032 s]
/proc/loadavg: 2.36 3.53 3.76 4/379 18754
/proc/meminfo: memFree=17991852/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=135896 CPUtime=0.57 cores=0,2
/proc/18741/stat : 18741 (python) D 18739 18741 17657 0 -1 4202496 6031 924 25 9 16 41 0 0 17 0 1 0 735365986 139157504 4190 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 0 0 0 21
/proc/18741/statm: 33974 4190 1032 364 0 3160 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 135896

[startup+3.10103 s]
/proc/loadavg: 2.36 3.53 3.76 3/379 18770
/proc/meminfo: memFree=17938848/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=283972 CPUtime=1.59 cores=0,2
/proc/18741/stat : 18741 (python) R 18739 18741 17657 0 -1 4202496 11678 924 73 9 110 49 0 0 16 0 1 0 735365986 290787328 8378 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284585387 0 0 16781312 2 0 0 0 17 2 0 0 33
/proc/18741/statm: 70993 8378 1826 364 0 6917 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 283972
heavy processes:

[startup+6.30053 s]
/proc/loadavg: 2.73 3.59 3.78 6/388 18779
/proc/meminfo: memFree=17877576/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=289864 CPUtime=2.09 cores=0,2
/proc/18741/stat : 18741 (python) S 18739 18741 17657 0 -1 4202496 12022 924 73 9 160 49 0 0 19 0 2 0 735365986 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 33
/proc/18741/statm: 72466 7331 1869 364 0 8384 0
[pid=18774] ppid=18741 vsize=280104 CPUtime=0 cores=0,2
/proc/18774/stat : 18774 (python) S 18741 18741 17657 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 735366346 286826496 5814 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284945935 0 0 16781312 514 2055950133916303617 0 0 17 0 0 0 0
/proc/18774/statm: 70026 5814 355 364 0 5944 0
[pid=18776] ppid=18774 vsize=1018820 CPUtime=2.68 cores=0,2
/proc/18776/stat : 18776 (gnovelty+2) R 18774 18776 18776 0 -1 4202496 861 0 0 0 268 0 0 0 25 0 1 0 735366347 1043271680 596 33554432000 134512640 135663704 4286920592 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18776/statm: 254705 596 113 282 0 254421 0
[pid=18741/tid=18775] ppid=18739 vsize=289864 CPUtime=0 cores=0,2
/proc/18741/task/18775/stat : 18775 (python) S 18739 18741 17657 0 -1 4202560 26 924 0 9 0 0 0 0 19 0 2 0 735366347 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 1588788
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 2.83 3.60 3.78 5/391 18782
/proc/meminfo: memFree=17844100/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=289864 CPUtime=2.09 cores=0,2
/proc/18741/stat : 18741 (python) S 18739 18741 17657 0 -1 4202496 12022 924 73 9 160 49 0 0 19 0 2 0 735365986 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 33
/proc/18741/statm: 72466 7331 1869 364 0 8384 0
[pid=18774] ppid=18741 vsize=280104 CPUtime=0.01 cores=0,2
/proc/18774/stat : 18774 (python) S 18741 18741 17657 0 -1 4202560 969 0 0 0 0 1 0 0 18 0 1 0 735366346 286826496 5842 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284945935 0 0 16781312 514 2055950133916303617 0 0 17 0 0 0 0
/proc/18774/statm: 70026 5842 383 364 0 5944 0
[pid=18776] ppid=18774 vsize=1018820 CPUtime=9.06 cores=0,2
/proc/18776/stat : 18776 (gnovelty+2) R 18774 18776 18776 0 -1 4202496 861 0 0 0 906 0 0 0 25 0 1 0 735366347 1043271680 596 33554432000 134512640 135663704 4286920592 18446744073709551615 134524551 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18776/statm: 254705 596 113 282 0 254421 0
[pid=18741/tid=18775] ppid=18739 vsize=289864 CPUtime=0 cores=0,2
/proc/18741/task/18775/stat : 18775 (python) S 18739 18741 17657 0 -1 4202560 26 924 0 9 0 0 0 0 19 0 2 0 735366347 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.16
Current children cumulated vsize (KiB) 1588788

[startup+25.5003 s]
/proc/loadavg: 3.09 3.62 3.78 5/391 18782
/proc/meminfo: memFree=17846860/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=289864 CPUtime=2.09 cores=0,2
/proc/18741/stat : 18741 (python) S 18739 18741 17657 0 -1 4202496 12022 924 73 9 160 49 0 0 19 0 2 0 735365986 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 33
/proc/18741/statm: 72466 7331 1869 364 0 8384 0
[pid=18774] ppid=18741 vsize=280104 CPUtime=0.04 cores=0,2
/proc/18774/stat : 18774 (python) S 18741 18741 17657 0 -1 4202560 973 0 0 0 2 2 0 0 18 0 1 0 735366346 286826496 5842 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284945935 0 0 16781312 514 9893792654821392641 0 0 17 0 0 0 0
/proc/18774/statm: 70026 5842 383 364 0 5944 0
[pid=18776] ppid=18774 vsize=1018820 CPUtime=21.84 cores=0,2
/proc/18776/stat : 18776 (gnovelty+2) R 18774 18776 18776 0 -1 4202496 861 0 0 0 2184 0 0 0 25 0 1 0 735366347 1043271680 596 33554432000 134512640 135663704 4286920592 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18776/statm: 254705 596 113 282 0 254421 0
[pid=18741/tid=18775] ppid=18739 vsize=289864 CPUtime=0 cores=0,2
/proc/18741/task/18775/stat : 18775 (python) S 18739 18741 17657 0 -1 4202560 26 924 0 9 0 0 0 0 19 0 2 0 735366347 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.97
Current children cumulated vsize (KiB) 1588788

[startup+51.1011 s]
/proc/loadavg: 3.46 3.66 3.79 5/391 18784
/proc/meminfo: memFree=17847248/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=289864 CPUtime=2.09 cores=0,2
/proc/18741/stat : 18741 (python) S 18739 18741 17657 0 -1 4202496 12022 924 73 9 160 49 0 0 19 0 2 0 735365986 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 33
/proc/18741/statm: 72466 7331 1869 364 0 8384 0
[pid=18774] ppid=18741 vsize=280104 CPUtime=0.13 cores=0,2
/proc/18774/stat : 18774 (python) S 18741 18741 17657 0 -1 4202560 988 0 0 0 7 6 0 0 18 0 1 0 735366346 286826496 5842 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284945935 0 0 16781312 514 9893792654821392641 0 0 17 0 0 0 0
/proc/18774/statm: 70026 5842 383 364 0 5944 0
[pid=18776] ppid=18774 vsize=1018820 CPUtime=47.34 cores=0,2
/proc/18776/stat : 18776 (gnovelty+2) R 18774 18776 18776 0 -1 4202496 861 0 0 0 4734 0 0 0 25 0 1 0 735366347 1043271680 596 33554432000 134512640 135663704 4286920592 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18776/statm: 254705 596 113 282 0 254421 0
[pid=18741/tid=18775] ppid=18739 vsize=289864 CPUtime=0 cores=0,2
/proc/18741/task/18775/stat : 18775 (python) S 18739 18741 17657 0 -1 4202560 26 924 0 9 0 0 0 0 19 0 2 0 735366347 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.56
Current children cumulated vsize (KiB) 1588788

[startup+102.301 s]
/proc/loadavg: 3.77 3.71 3.80 5/391 18784
/proc/meminfo: memFree=17850100/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=289864 CPUtime=2.09 cores=0,2
/proc/18741/stat : 18741 (python) S 18739 18741 17657 0 -1 4202496 12022 924 73 9 160 49 0 0 19 0 2 0 735365986 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 33
/proc/18741/statm: 72466 7331 1869 364 0 8384 0
[pid=18774] ppid=18741 vsize=280104 CPUtime=0.28 cores=0,2
/proc/18774/stat : 18774 (python) S 18741 18741 17657 0 -1 4202560 1010 0 0 0 15 13 0 0 18 0 1 0 735366346 286826496 5842 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284945935 0 0 16781312 514 9893792654821392641 0 0 17 0 0 0 0
/proc/18774/statm: 70026 5842 383 364 0 5944 0
[pid=18776] ppid=18774 vsize=1018820 CPUtime=98.41 cores=0,2
/proc/18776/stat : 18776 (gnovelty+2) R 18774 18776 18776 0 -1 4202496 861 0 0 0 9841 0 0 0 25 0 1 0 735366347 1043271680 596 33554432000 134512640 135663704 4286920592 18446744073709551615 134545622 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18776/statm: 254705 596 113 282 0 254421 0
[pid=18741/tid=18775] ppid=18739 vsize=289864 CPUtime=0 cores=0,2
/proc/18741/task/18775/stat : 18775 (python) S 18739 18741 17657 0 -1 4202560 26 924 0 9 0 0 0 0 19 0 2 0 735366347 296820736 7331 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.78
Current children cumulated vsize (KiB) 1588788

[startup+162.3 s]
/proc/loadavg: 3.98 3.78 3.82 5/407 18802
/proc/meminfo: memFree=17784964/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=300120 CPUtime=2.11 cores=0,2
/proc/18741/stat : 18741 (python) S 18739 18741 17657 0 -1 4202496 12892 924 73 9 161 50 0 0 20 0 3 0 735365986 307322880 7338 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 33
/proc/18741/statm: 75030 7338 1872 364 0 10945 0
[pid=18774] ppid=18741 vsize=290348 CPUtime=0.3 cores=0,2
/proc/18774/stat : 18774 (python) S 18741 18741 17657 0 -1 4202560 1147 0 0 0 16 14 0 0 19 0 2 0 735366346 297316352 5879 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18774/statm: 72587 5879 415 364 0 8505 0
[pid=18776] ppid=18774 vsize=1018820 CPUtime=100.02 cores=0,2
/proc/18776/stat : 18776 (gnovelty+2) T 18774 18776 18776 0 -1 4202496 861 0 0 0 10002 0 0 0 25 0 1 0 735366347 1043271680 596 33554432000 134512640 135663704 4286920592 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18776/statm: 254705 596 113 282 0 254421 0
[pid=18774/tid=18789] ppid=18741 vsize=290348 CPUtime=0 cores=0,2
/proc/18774/task/18789/stat : 18789 (python) S 18741 18741 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735376379 297316352 5879 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604453391381440 0 0 -1 2 0 0 0
[pid=18790] ppid=18741 vsize=290360 CPUtime=0.17 cores=0,2
/proc/18790/stat : 18790 (python) S 18741 18741 17657 0 -1 4202560 904 0 0 0 9 8 0 0 18 0 1 0 735376380 297328640 5835 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284945990 0 0 16781312 514 9893792654821392643 0 0 17 0 0 0 0
/proc/18790/statm: 72590 5835 372 364 0 8505 0
[pid=18792] ppid=18790 vsize=1018820 CPUtime=58.17 cores=0,2
/proc/18792/stat : 18792 (gnovelty+2) R 18790 18792 18792 0 -1 4202496 862 0 0 0 5817 0 0 0 25 0 1 0 735376381 1043271680 596 33554432000 134512640 135663704 4294239328 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/18792/statm: 254705 596 113 282 0 254421 0
[pid=18741/tid=18775] ppid=18739 vsize=300120 CPUtime=0 cores=0,2
/proc/18741/task/18775/stat : 18775 (python) S 18739 18741 17657 0 -1 4202560 26 924 0 9 0 0 0 0 19 0 3 0 735366347 307322880 7338 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18791] ppid=18739 vsize=300120 CPUtime=0 cores=0,2
/proc/18741/task/18791/stat : 18791 (python) S 18739 18741 17657 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 3 0 735376381 307322880 7338 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.77
Current children cumulated vsize (KiB) 2918468

[startup+222.3 s]
/proc/loadavg: 4.19 3.86 3.84 6/415 18851
/proc/meminfo: memFree=17852000/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=310376 CPUtime=2.12 cores=0,2

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

/proc/18790/statm: 72590 5864 400 364 0 8505 0
[pid=18792] ppid=18790 vsize=1018820 CPUtime=100.03 cores=0,2
/proc/18792/stat : 18792 (gnovelty+2) T 18790 18792 18792 0 -1 4202496 862 0 0 0 10003 0 0 0 25 0 1 0 735376381 1043271680 596 33554432000 134512640 135663704 4294239328 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18792/statm: 254705 596 113 282 0 254421 0
[pid=18790/tid=18844] ppid=18741 vsize=290360 CPUtime=0 cores=0,2
/proc/18790/task/18844/stat : 18844 (python) S 18741 18741 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735386414 297328640 5864 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604443601029888 0 0 -1 0 0 0 0
[pid=18845] ppid=18741 vsize=300696 CPUtime=0.31 cores=0,2
/proc/18845/stat : 18845 (python) S 18741 18741 17657 0 -1 4202560 1079 0 0 0 17 14 0 0 19 0 2 0 735386415 307912704 5868 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18845/statm: 75174 5868 400 364 0 11086 0
[pid=18847] ppid=18845 vsize=419428 CPUtime=99.97 cores=0,2
/proc/18847/stat : 18847 (adaptg2wsat2009) T 18845 18847 18847 0 -1 4202496 1438 0 0 0 9997 0 0 0 25 0 1 0 735386415 429494272 1176 33554432000 134512640 135107411 4289525472 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18847/statm: 104857 1176 59 146 0 103733 0
[pid=18845/tid=18866] ppid=18741 vsize=300696 CPUtime=0 cores=0,2
/proc/18845/task/18866/stat : 18866 (python) S 18741 18741 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735396446 307912704 5868 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604440773147520 0 0 -1 2 0 0 0
[pid=18867] ppid=18741 vsize=311044 CPUtime=0.29 cores=0,2
/proc/18867/stat : 18867 (python) S 18741 18741 17657 0 -1 4202560 1087 0 0 0 16 13 0 0 19 0 2 0 735396447 318509056 5892 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18867/statm: 77761 5892 400 364 0 13670 0
[pid=18869] ppid=18867 vsize=419428 CPUtime=100.28 cores=0,2
/proc/18869/stat : 18869 (adaptg2wsat2009) T 18867 18869 18869 0 -1 4202496 1446 0 0 0 10028 0 0 0 25 0 1 0 735396447 429494272 1176 33554432000 134512640 135107411 4288520672 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18869/statm: 104857 1176 59 146 0 103733 0
[pid=18867/tid=18884] ppid=18741 vsize=311044 CPUtime=0 cores=0,2
/proc/18867/task/18884/stat : 18884 (python) S 18741 18741 17657 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735406476 318509056 5892 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604443181044672 0 0 -1 2 0 0 0
[pid=18885] ppid=18741 vsize=321396 CPUtime=0.31 cores=0,2
/proc/18885/stat : 18885 (python) S 18741 18741 17657 0 -1 4202560 1095 0 0 0 16 15 0 0 19 0 2 0 735406477 329109504 5919 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18885/statm: 80349 5919 400 364 0 16255 0
[pid=18887] ppid=18885 vsize=419428 CPUtime=100 cores=0,2
/proc/18887/stat : 18887 (adaptg2wsat2009) T 18885 18887 18887 0 -1 4202496 1442 0 0 0 10000 0 0 0 25 0 1 0 735406478 429494272 1175 33554432000 134512640 135107411 4292713424 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18887/statm: 104857 1175 59 146 0 103733 0
[pid=18885/tid=18904] ppid=18741 vsize=321396 CPUtime=0 cores=0,2
/proc/18885/task/18904/stat : 18904 (python) S 18741 18741 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735416509 329109504 5919 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604440321913152 0 0 -1 0 0 0 0
[pid=18905] ppid=18741 vsize=331548 CPUtime=0.33 cores=0,2
/proc/18905/stat : 18905 (python) S 18741 18741 17657 0 -1 4202560 1087 0 0 0 18 15 0 0 19 0 2 0 735416510 339505152 5947 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18905/statm: 82887 5947 400 364 0 18790 0
[pid=18907] ppid=18905 vsize=1018820 CPUtime=100.04 cores=0,2
/proc/18907/stat : 18907 (gnovelty+2) T 18905 18907 18907 0 -1 4202496 859 0 0 0 10004 0 0 0 25 0 1 0 735416510 1043271680 596 33554432000 134512640 135663704 4294308048 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18907/statm: 254705 596 113 282 0 254421 0
[pid=18905/tid=18953] ppid=18741 vsize=331548 CPUtime=0 cores=0,2
/proc/18905/task/18953/stat : 18953 (python) S 18741 18741 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735426546 339505152 5947 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604443601027200 0 0 -1 2 0 0 0
[pid=18954] ppid=18741 vsize=341932 CPUtime=0.31 cores=0,2
/proc/18954/stat : 18954 (python) S 18741 18741 17657 0 -1 4202560 926 0 0 0 16 15 0 0 18 0 1 0 735426548 350138368 5922 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284945990 0 0 16781312 514 9893792654821392641 0 0 17 0 0 0 0
/proc/18954/statm: 85483 5922 372 364 0 21383 0
[pid=18956] ppid=18954 vsize=249192 CPUtime=96.38 cores=0,2
/proc/18956/stat : 18956 (FH) R 18954 18956 18956 0 -1 4202496 1322 0 0 0 9638 0 0 0 25 0 1 0 735426548 255172608 1059 33554432000 134512640 134936988 4293834480 18446744073709551615 134545189 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18956/statm: 62298 1059 41 104 0 61802 0
[pid=18741/tid=18775] ppid=18739 vsize=351572 CPUtime=0 cores=0,2
/proc/18741/task/18775/stat : 18775 (python) S 18739 18741 17657 0 -1 4202560 26 924 0 9 0 0 0 0 19 0 8 0 735366347 360009728 7443 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18791] ppid=18739 vsize=351572 CPUtime=0 cores=0,2
/proc/18741/task/18791/stat : 18791 (python) S 18739 18741 17657 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 8 0 735376381 360009728 7443 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 2 0 0 0
[pid=18741/tid=18846] ppid=18739 vsize=351572 CPUtime=0 cores=0,2
/proc/18741/task/18846/stat : 18846 (python) S 18739 18741 17657 0 -1 4202560 25 924 0 9 0 0 0 0 20 0 8 0 735386415 360009728 7443 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18868] ppid=18739 vsize=351572 CPUtime=0 cores=0,2
/proc/18741/task/18868/stat : 18868 (python) S 18739 18741 17657 0 -1 4202560 22 924 0 9 0 0 0 0 20 0 8 0 735396447 360009728 7443 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18886] ppid=18739 vsize=351572 CPUtime=0 cores=0,2
/proc/18741/task/18886/stat : 18886 (python) S 18739 18741 17657 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 8 0 735406478 360009728 7443 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18906] ppid=18739 vsize=351572 CPUtime=0 cores=0,2
/proc/18741/task/18906/stat : 18906 (python) S 18739 18741 17657 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 8 0 735416510 360009728 7443 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18955] ppid=18739 vsize=351572 CPUtime=0 cores=0,2
/proc/18741/task/18955/stat : 18955 (python) S 18739 18741 17657 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 8 0 735426548 360009728 7443 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.06
Current children cumulated vsize (KiB) 7102832



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+706.402 s]
/proc/loadavg: 4.07 4.07 3.94 5/442 18992
/proc/meminfo: memFree=17708780/32951124 swapFree=45193364/67111528
[pid=18741] ppid=18739 vsize=361828 CPUtime=2.2 cores=0,2
/proc/18741/stat : 18741 (python) S 18739 18741 17657 0 -1 4202496 18058 924 73 9 169 51 0 0 19 0 9 0 735365986 370511872 7455 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 33
/proc/18741/statm: 90457 7455 1892 364 0 26354 0
[pid=18774] ppid=18741 vsize=290348 CPUtime=0.3 cores=0,2
/proc/18774/stat : 18774 (python) S 18741 18741 17657 0 -1 4202560 1147 0 0 0 16 14 0 0 19 0 2 0 735366346 297316352 5879 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18774/statm: 72587 5879 415 364 0 8505 0
[pid=18776] ppid=18774 vsize=1018820 CPUtime=100.02 cores=0,2
/proc/18776/stat : 18776 (gnovelty+2) T 18774 18776 18776 0 -1 4202496 861 0 0 0 10002 0 0 0 25 0 1 0 735366347 1043271680 596 33554432000 134512640 135663704 4286920592 18446744073709551615 134524888 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18776/statm: 254705 596 113 282 0 254421 0
[pid=18774/tid=18789] ppid=18741 vsize=290348 CPUtime=0 cores=0,2
/proc/18774/task/18789/stat : 18789 (python) S 18741 18741 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735376379 297316352 5879 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604453391381440 0 0 -1 2 0 0 0
[pid=18790] ppid=18741 vsize=290360 CPUtime=0.3 cores=0,2
/proc/18790/stat : 18790 (python) S 18741 18741 17657 0 -1 4202560 1069 0 0 0 16 14 0 0 19 0 2 0 735376380 297328640 5864 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18790/statm: 72590 5864 400 364 0 8505 0
[pid=18792] ppid=18790 vsize=1018820 CPUtime=100.03 cores=0,2
/proc/18792/stat : 18792 (gnovelty+2) T 18790 18792 18792 0 -1 4202496 862 0 0 0 10003 0 0 0 25 0 1 0 735376381 1043271680 596 33554432000 134512640 135663704 4294239328 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18792/statm: 254705 596 113 282 0 254421 0
[pid=18790/tid=18844] ppid=18741 vsize=290360 CPUtime=0 cores=0,2
/proc/18790/task/18844/stat : 18844 (python) S 18741 18741 17657 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735386414 297328640 5864 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604443601029888 0 0 -1 0 0 0 0
[pid=18845] ppid=18741 vsize=300696 CPUtime=0.31 cores=0,2
/proc/18845/stat : 18845 (python) S 18741 18741 17657 0 -1 4202560 1079 0 0 0 17 14 0 0 19 0 2 0 735386415 307912704 5868 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18845/statm: 75174 5868 400 364 0 11086 0
[pid=18847] ppid=18845 vsize=419428 CPUtime=99.97 cores=0,2
/proc/18847/stat : 18847 (adaptg2wsat2009) T 18845 18847 18847 0 -1 4202496 1438 0 0 0 9997 0 0 0 25 0 1 0 735386415 429494272 1176 33554432000 134512640 135107411 4289525472 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18847/statm: 104857 1176 59 146 0 103733 0
[pid=18845/tid=18866] ppid=18741 vsize=300696 CPUtime=0 cores=0,2
/proc/18845/task/18866/stat : 18866 (python) S 18741 18741 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735396446 307912704 5868 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604440773147520 0 0 -1 2 0 0 0
[pid=18867] ppid=18741 vsize=311044 CPUtime=0.29 cores=0,2
/proc/18867/stat : 18867 (python) S 18741 18741 17657 0 -1 4202560 1087 0 0 0 16 13 0 0 19 0 2 0 735396447 318509056 5892 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/18867/statm: 77761 5892 400 364 0 13670 0
[pid=18869] ppid=18867 vsize=419428 CPUtime=100.28 cores=0,2
/proc/18869/stat : 18869 (adaptg2wsat2009) T 18867 18869 18869 0 -1 4202496 1446 0 0 0 10028 0 0 0 25 0 1 0 735396447 429494272 1176 33554432000 134512640 135107411 4288520672 18446744073709551615 134532313 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18869/statm: 104857 1176 59 146 0 103733 0
[pid=18867/tid=18884] ppid=18741 vsize=311044 CPUtime=0 cores=0,2
/proc/18867/task/18884/stat : 18884 (python) S 18741 18741 17657 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 735406476 318509056 5892 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604443181044672 0 0 -1 2 0 0 0
[pid=18885] ppid=18741 vsize=321396 CPUtime=0.31 cores=0,2
/proc/18885/stat : 18885 (python) S 18741 18741 17657 0 -1 4202560 1095 0 0 0 16 15 0 0 19 0 2 0 735406477 329109504 5919 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18885/statm: 80349 5919 400 364 0 16255 0
[pid=18887] ppid=18885 vsize=419428 CPUtime=100 cores=0,2
/proc/18887/stat : 18887 (adaptg2wsat2009) T 18885 18887 18887 0 -1 4202496 1442 0 0 0 10000 0 0 0 25 0 1 0 735406478 429494272 1175 33554432000 134512640 135107411 4292713424 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18887/statm: 104857 1175 59 146 0 103733 0
[pid=18885/tid=18904] ppid=18741 vsize=321396 CPUtime=0 cores=0,2
/proc/18885/task/18904/stat : 18904 (python) S 18741 18741 17657 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 735416509 329109504 5919 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604440321913152 0 0 -1 0 0 0 0
[pid=18905] ppid=18741 vsize=331548 CPUtime=0.33 cores=0,2
/proc/18905/stat : 18905 (python) S 18741 18741 17657 0 -1 4202560 1087 0 0 0 18 15 0 0 19 0 2 0 735416510 339505152 5947 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18905/statm: 82887 5947 400 364 0 18790 0
[pid=18907] ppid=18905 vsize=1018820 CPUtime=100.04 cores=0,2
/proc/18907/stat : 18907 (gnovelty+2) T 18905 18907 18907 0 -1 4202496 859 0 0 0 10004 0 0 0 25 0 1 0 735416510 1043271680 596 33554432000 134512640 135663704 4294308048 18446744073709551615 134525309 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/18907/statm: 254705 596 113 282 0 254421 0
[pid=18905/tid=18953] ppid=18741 vsize=331548 CPUtime=0 cores=0,2
/proc/18905/task/18953/stat : 18953 (python) S 18741 18741 17657 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 735426546 339505152 5947 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604443601027200 0 0 -1 2 0 0 0
[pid=18954] ppid=18741 vsize=341932 CPUtime=0.33 cores=0,2
/proc/18954/stat : 18954 (python) S 18741 18741 17657 0 -1 4202560 1088 0 0 0 17 16 0 0 19 0 2 0 735426548 350138368 5951 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296752587 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/18954/statm: 85483 5951 400 364 0 21383 0
[pid=18956] ppid=18954 vsize=249192 CPUtime=100 cores=0,2
/proc/18956/stat : 18956 (FH) T 18954 18956 18956 0 -1 4202496 1322 0 0 0 10000 0 0 0 25 0 1 0 735426548 255172608 1059 33554432000 134512640 134936988 4293834480 18446744073709551615 134554258 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/18956/statm: 62298 1059 41 104 0 61802 0
[pid=18954/tid=18972] ppid=18741 vsize=341932 CPUtime=0 cores=0,2
/proc/18954/task/18972/stat : 18972 (python) S 18741 18741 17657 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735436580 350138368 5951 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 514 18446604447627129216 0 0 -1 0 0 0 0
[pid=18973] ppid=18741 vsize=352308 CPUtime=0 cores=0,2
/proc/18973/stat : 18973 (python) S 18741 18741 17657 0 -1 4202560 779 0 0 0 0 0 0 0 19 0 1 0 735436582 360763392 5911 33554432000 4194304 5683644 140736049180720 18446744073709551615 224284945990 0 0 16781312 514 16129118427309670399 0 0 17 0 0 0 0
/proc/18973/statm: 88077 5911 351 364 0 23974 0
[pid=18975] ppid=18973 vsize=419160 CPUtime=0.45 cores=0,2
/proc/18975/stat : 18975 (adaptg2wsat2009) R 18973 18975 18975 0 -1 4202496 1258 0 0 0 45 0 0 0 22 0 1 0 735436582 429219840 991 33554432000 134512640 135107411 4289357072 18446744073709551615 134523314 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/18975/statm: 104790 991 49 146 0 103666 0
[pid=18741/tid=18775] ppid=18739 vsize=361828 CPUtime=0 cores=0,2
/proc/18741/task/18775/stat : 18775 (python) S 18739 18741 17657 0 -1 4202560 26 924 0 9 0 0 0 0 19 0 9 0 735366347 370511872 7455 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18791] ppid=18739 vsize=361828 CPUtime=0 cores=0,2
/proc/18741/task/18791/stat : 18791 (python) S 18739 18741 17657 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 9 0 735376381 370511872 7455 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 2 0 0 0
[pid=18741/tid=18846] ppid=18739 vsize=361828 CPUtime=0 cores=0,2
/proc/18741/task/18846/stat : 18846 (python) S 18739 18741 17657 0 -1 4202560 25 924 0 9 0 0 0 0 20 0 9 0 735386415 370511872 7455 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18868] ppid=18739 vsize=361828 CPUtime=0 cores=0,2
/proc/18741/task/18868/stat : 18868 (python) S 18739 18741 17657 0 -1 4202560 22 924 0 9 0 0 0 0 20 0 9 0 735396447 370511872 7455 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18886] ppid=18739 vsize=361828 CPUtime=0 cores=0,2
/proc/18741/task/18886/stat : 18886 (python) S 18739 18741 17657 0 -1 4202560 29 924 0 9 0 0 0 0 20 0 9 0 735406478 370511872 7455 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18906] ppid=18739 vsize=361828 CPUtime=0 cores=0,2
/proc/18741/task/18906/stat : 18906 (python) S 18739 18741 17657 0 -1 4202560 28 924 0 9 0 0 0 0 20 0 9 0 735416510 370511872 7455 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18955] ppid=18739 vsize=361828 CPUtime=0 cores=0,2
/proc/18741/task/18955/stat : 18955 (python) S 18739 18741 17657 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 9 0 735426548 370511872 7455 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
[pid=18741/tid=18974] ppid=18739 vsize=361828 CPUtime=0 cores=0,2
/proc/18741/task/18974/stat : 18974 (python) S 18739 18741 17657 0 -1 4202560 27 924 0 9 0 0 0 0 20 0 9 0 735436582 370511872 7455 33554432000 4194304 5683644 140736049180720 18446744073709551615 224296749489 0 0 16781312 2 18446604453469903616 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 705.16
Current children cumulated vsize (KiB) 7884556

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

Real time (s): 706.48
CPU time (s): 705.16
CPU user time (s): 703.64
CPU system time (s): 1.52
CPU usage (%): 99.8132
Max. virtual memory (cumulated for all children) (KiB): 7884556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.69674
system time used= 0.526919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18987
page faults= 82
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54603
involuntary context switches= 95

runsolver used 3.18352 second user time and 6.68898 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 11:22:33
IDJOB=3377206
IDBENCH=82515
IDSOLVER=1857
FILE ID=node118/3377206-1305451353
RUNJOBID= node118-1305451353-18711
PBS_JOBID= 13324868
Free space on /tmp= 73328 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v250-c21250-S1682211323-009-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-3377206-1305451353/watcher-3377206-1305451353 -o /tmp/evaluation-result-3377206-1305451353/solver-3377206-1305451353 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377206-1305451353.cnf -seed 704723317 -budget 2400

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

MD5SUM BENCH= 917ee0efab4f0e89027865c1129d272b
RANDOM SEED=704723317

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18087424 kB
Buffers:        290128 kB
Cached:        4567464 kB
SwapCached:      22084 kB
Active:       11899656 kB
Inactive:      2657012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18087424 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:           98688 kB
Writeback:           0 kB
AnonPages:     9690044 kB
Mapped:          15004 kB
Slab:           151496 kB
PageTables:      90772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88645120 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= 73188 MiB
End job on node118 at 2011-05-15 11:34:22