Trace number 3377255

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) 703.82 705.077

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1348818483-020-UNKNOWN.cnf
MD5SUM112b17aaf1cede32f350e11f6333fc88
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark339.4
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
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 517000

Solver Data

0.76/2.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.76/2.50	c INFO: solving HOME/instance-3377255-1305451855.cnf
0.76/2.50	c INFO: computing task features
0.76/2.53	c INFO: computed variable-clause graph statistics
0.76/2.53	c INFO: computed clause balance statistics
1.36/3.19	c INFO: computed variable balance statistics
1.66/3.44	c INFO: computed small-clause counts
1.66/3.44	c INFO: computed Horn-clause counts
1.66/3.46	c INFO: computed variable graph statistics
1.66/3.46	c INFO: collected features for HOME/instance-3377255-1305451855.cnf in 1.06 s
1.66/3.48	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.35)
101.98/103.77	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.12)
201.52/203.06	c INFO: running adaptg2wsat2009++@0 for 97 with 2199 remaining (b = 0.08)
301.87/303.34	c INFO: running adaptg2wsat2009++@0 for 97 with 2099 remaining (b = 0.06)
402.42/403.63	c INFO: running adaptg2wsat2009++@0 for 97 with 1999 remaining (b = 0.05)
502.73/503.92	c INFO: running gnovelty+2@0 for 97 with 1899 remaining (b = 0.04)
603.02/604.24	c INFO: running FH@0 for 97 with 1799 remaining (b = 0.03)
703.30/704.53	c INFO: running adaptg2wsat2009++@0 for 97 with 1699 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-3377255-1305451855/watcher-3377255-1305451855 -o /tmp/evaluation-result-3377255-1305451855/solver-3377255-1305451855 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377255-1305451855.cnf -seed 491623961 -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.28 3.56 3.53 6/325 3084
/proc/meminfo: memFree=24920996/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=6240 CPUtime=0 cores=0,2
/proc/3084/stat : 3084 (python) D 3080 3084 1741 0 -1 4194304 96 0 1 0 0 0 0 0 18 0 1 0 656785970 6389760 50 33554432000 4194304 5683644 140733698560512 18446744073709551615 244442021511 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/3084/statm: 1560 50 40 364 0 42 0

[startup+0.0328631 s]
/proc/loadavg: 2.28 3.56 3.53 6/325 3084
/proc/meminfo: memFree=24920996/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=15380 CPUtime=0 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 788 0 6 0 0 0 0 0 17 0 1 0 656785970 15749120 681 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446941029 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 1
/proc/3084/statm: 3845 681 322 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.100887 s]
/proc/loadavg: 2.28 3.56 3.53 6/325 3084
/proc/meminfo: memFree=24920996/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=16808 CPUtime=0.01 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 1206 0 6 0 1 0 0 0 17 0 1 0 656785970 17211392 1071 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446943232 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 1
/proc/3084/statm: 4202 1071 417 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16808

[startup+0.300782 s]
/proc/loadavg: 2.28 3.56 3.53 6/325 3084
/proc/meminfo: memFree=24920996/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=40968 CPUtime=0.07 cores=0,2
/proc/3084/stat : 3084 (python) D 3080 3084 1741 0 -1 4202496 1664 0 12 0 5 2 0 0 17 0 1 0 656785970 41951232 1501 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446943232 0 0 16781312 2 0 0 0 17 2 0 0 3
/proc/3084/statm: 10242 1501 463 364 0 1025 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 40968

[startup+0.700699 s]
/proc/loadavg: 2.28 3.56 3.53 6/325 3084
/proc/meminfo: memFree=24920996/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=111016 CPUtime=0.17 cores=0,2
/proc/3084/stat : 3084 (python) R 3080 3084 1741 0 -1 4202496 3442 0 25 0 11 6 0 0 16 0 1 0 656785970 113680384 3119 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446943232 0 2147483391 16781312 2 0 0 0 17 2 0 0 7
/proc/3084/statm: 27754 3119 881 364 0 2290 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 111016

[startup+1.50062 s]
/proc/loadavg: 2.28 3.56 3.53 3/337 3114
/proc/meminfo: memFree=24850332/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=160660 CPUtime=0.47 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 6571 923 39 9 24 23 0 0 16 0 1 0 656785970 164515840 4698 33554432000 4194304 5683644 140733698560512 18446744073709551615 244442021511 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 13
/proc/3084/statm: 40165 4698 1259 364 0 3452 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 160660

[startup+3.10034 s]
/proc/loadavg: 2.28 3.56 3.53 3/337 3114
/proc/meminfo: memFree=24797052/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=282556 CPUtime=1.36 cores=0,2
/proc/3084/stat : 3084 (python) R 3080 3084 1741 0 -1 4202496 11137 923 81 9 106 30 0 0 16 0 1 0 656785970 289337344 8052 33554432000 4194304 5683644 140733698560512 18446744073709551615 244450353845 0 0 16781312 2 0 0 0 17 0 0 0 43
/proc/3084/statm: 70639 8052 1826 364 0 6563 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 282556
heavy processes:

[startup+6.30069 s]
/proc/loadavg: 2.42 3.57 3.53 6/346 3123
/proc/meminfo: memFree=24682808/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=289436 CPUtime=1.74 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 11496 923 81 9 144 30 0 0 19 0 2 0 656785970 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 43
/proc/3084/statm: 72359 7224 1869 364 0 8277 0
[pid=3118] ppid=3084 vsize=279192 CPUtime=0 cores=0,2
/proc/3118/stat : 3118 (python) S 3084 3084 1741 0 -1 4202560 729 0 0 0 0 0 0 0 18 0 1 0 656786318 285892608 5705 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446965263 0 0 16781312 514 17729512302241087746 0 0 17 0 0 0 0
/proc/3118/statm: 69798 5705 354 364 0 5716 0
[pid=3120] ppid=3118 vsize=1018616 CPUtime=2.8 cores=0,2
/proc/3120/stat : 3120 (gnovelty+2) R 3118 3120 3120 0 -1 4202496 766 0 0 0 280 0 0 0 25 0 1 0 656786318 1043062784 501 33554432000 134512640 135663704 4287865376 18446744073709551615 134525243 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3120/statm: 254654 501 113 282 0 254370 0
[pid=3084/tid=3119] ppid=3080 vsize=289436 CPUtime=0 cores=0,2
/proc/3084/task/3119/stat : 3119 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656786318 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 1587244
heavy processes:

[startup+12.7005 s]
/proc/loadavg: 2.55 3.57 3.53 6/349 3128
/proc/meminfo: memFree=24649428/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=289436 CPUtime=1.74 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 11496 923 81 9 144 30 0 0 19 0 2 0 656785970 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 43
/proc/3084/statm: 72359 7224 1869 364 0 8277 0
[pid=3118] ppid=3084 vsize=279192 CPUtime=0 cores=0,2
/proc/3118/stat : 3118 (python) S 3084 3084 1741 0 -1 4202560 963 0 0 0 0 0 0 0 18 0 1 0 656786318 285892608 5733 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446965263 0 0 16781312 514 17729512302241087746 0 0 17 0 0 0 0
/proc/3118/statm: 69798 5733 382 364 0 5716 0
[pid=3120] ppid=3118 vsize=1018616 CPUtime=9.19 cores=0,2
/proc/3120/stat : 3120 (gnovelty+2) R 3118 3120 3120 0 -1 4202496 766 0 0 0 919 0 0 0 25 0 1 0 656786318 1043062784 501 33554432000 134512640 135663704 4287865376 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3120/statm: 254654 501 113 282 0 254370 0
[pid=3084/tid=3119] ppid=3080 vsize=289436 CPUtime=0 cores=0,2
/proc/3084/task/3119/stat : 3119 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656786318 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.93
Current children cumulated vsize (KiB) 1587244

[startup+25.5011 s]
/proc/loadavg: 3.11 3.64 3.55 6/349 3128
/proc/meminfo: memFree=24651300/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=289436 CPUtime=1.74 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 11496 923 81 9 144 30 0 0 19 0 2 0 656785970 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 43
/proc/3084/statm: 72359 7224 1869 364 0 8277 0
[pid=3118] ppid=3084 vsize=279192 CPUtime=0.04 cores=0,2
/proc/3118/stat : 3118 (python) S 3084 3084 1741 0 -1 4202560 968 0 0 0 2 2 0 0 18 0 1 0 656786318 285892608 5733 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446965263 0 0 16781312 514 17845144087548625154 0 0 17 0 0 0 0
/proc/3118/statm: 69798 5733 382 364 0 5716 0
[pid=3120] ppid=3118 vsize=1018616 CPUtime=21.96 cores=0,2
/proc/3120/stat : 3120 (gnovelty+2) R 3118 3120 3120 0 -1 4202496 766 0 0 0 2196 0 0 0 25 0 1 0 656786318 1043062784 501 33554432000 134512640 135663704 4287865376 18446744073709551615 134524509 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3120/statm: 254654 501 113 282 0 254370 0
[pid=3084/tid=3119] ppid=3080 vsize=289436 CPUtime=0 cores=0,2
/proc/3084/task/3119/stat : 3119 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656786318 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.74
Current children cumulated vsize (KiB) 1587244

[startup+51.1004 s]
/proc/loadavg: 3.41 3.67 3.56 6/349 3129
/proc/meminfo: memFree=24649092/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=289436 CPUtime=1.74 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 11496 923 81 9 144 30 0 0 19 0 2 0 656785970 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 43
/proc/3084/statm: 72359 7224 1869 364 0 8277 0
[pid=3118] ppid=3084 vsize=279192 CPUtime=0.12 cores=0,2
/proc/3118/stat : 3118 (python) S 3084 3084 1741 0 -1 4202560 981 0 0 0 6 6 0 0 18 0 1 0 656786318 285892608 5733 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446965263 0 0 16781312 514 17845144087548625154 0 0 17 0 0 0 0
/proc/3118/statm: 69798 5733 382 364 0 5716 0
[pid=3120] ppid=3118 vsize=1018616 CPUtime=47.48 cores=0,2
/proc/3120/stat : 3120 (gnovelty+2) R 3118 3120 3120 0 -1 4202496 766 0 0 0 4748 0 0 0 25 0 1 0 656786318 1043062784 501 33554432000 134512640 135663704 4287865376 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3120/statm: 254654 501 113 282 0 254370 0
[pid=3084/tid=3119] ppid=3080 vsize=289436 CPUtime=0 cores=0,2
/proc/3084/task/3119/stat : 3119 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656786318 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.34
Current children cumulated vsize (KiB) 1587244

[startup+102.313 s]
/proc/loadavg: 3.74 3.72 3.58 5/349 3168
/proc/meminfo: memFree=24623092/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=289436 CPUtime=1.74 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 11496 923 81 9 144 30 0 0 19 0 2 0 656785970 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 43
/proc/3084/statm: 72359 7224 1869 364 0 8277 0
[pid=3118] ppid=3084 vsize=279192 CPUtime=0.24 cores=0,2
/proc/3118/stat : 3118 (python) S 3084 3084 1741 0 -1 4202560 1004 0 0 0 13 11 0 0 18 0 1 0 656786318 285892608 5733 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446965263 0 0 16781312 514 17845144087548625154 0 0 17 0 0 0 0
/proc/3118/statm: 69798 5733 382 364 0 5716 0
[pid=3120] ppid=3118 vsize=1018616 CPUtime=98.61 cores=0,2
/proc/3120/stat : 3120 (gnovelty+2) R 3118 3120 3120 0 -1 4202496 766 0 0 0 9861 0 0 0 25 0 1 0 656786318 1043062784 501 33554432000 134512640 135663704 4287865376 18446744073709551615 134525237 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3120/statm: 254654 501 113 282 0 254370 0
[pid=3084/tid=3119] ppid=3080 vsize=289436 CPUtime=0 cores=0,2
/proc/3084/task/3119/stat : 3119 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 2 0 656786318 296382464 7224 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.59
Current children cumulated vsize (KiB) 1587244

[startup+162.301 s]
/proc/loadavg: 3.90 3.77 3.61 5/357 3222
/proc/meminfo: memFree=24555804/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=299864 CPUtime=1.77 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 12371 923 81 9 146 31 0 0 20 0 3 0 656785970 307060736 7290 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 43
/proc/3084/statm: 74966 7290 1872 364 0 10881 0
[pid=3118] ppid=3084 vsize=289436 CPUtime=0.26 cores=0,2
/proc/3118/stat : 3118 (python) S 3084 3084 1741 0 -1 4202560 1144 0 0 0 14 12 0 0 19 0 2 0 656786318 296382464 5771 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3118/statm: 72359 5771 415 364 0 8277 0
[pid=3120] ppid=3118 vsize=1018616 CPUtime=100.05 cores=0,2
/proc/3120/stat : 3120 (gnovelty+2) T 3118 3120 3120 0 -1 4202496 766 0 0 0 10005 0 0 0 25 0 1 0 656786318 1043062784 501 33554432000 134512640 135663704 4287865376 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3120/statm: 254654 501 113 282 0 254370 0
[pid=3118/tid=3170] ppid=3084 vsize=289436 CPUtime=0 cores=0,2
/proc/3118/task/3170/stat : 3170 (python) S 3084 3084 1741 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656796346 296382464 5771 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604448450732416 0 0 -1 2 0 0 0
[pid=3171] ppid=3084 vsize=289620 CPUtime=0.14 cores=0,2
/proc/3171/stat : 3171 (python) S 3084 3084 1741 0 -1 4202560 909 0 0 0 8 6 0 0 18 0 1 0 656796348 296570880 5785 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446965318 0 0 16781312 514 17845144087548625153 0 0 17 2 0 0 0
/proc/3171/statm: 72405 5785 371 364 0 8320 0
[pid=3173] ppid=3171 vsize=1018616 CPUtime=58.51 cores=0,2
/proc/3173/stat : 3173 (gnovelty+2) R 3171 3173 3173 0 -1 4202496 763 0 0 0 5851 0 0 0 25 0 1 0 656796348 1043062784 500 33554432000 134512640 135663704 4293111280 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3173/statm: 254654 500 113 282 0 254370 0
[pid=3084/tid=3119] ppid=3080 vsize=299864 CPUtime=0 cores=0,2
/proc/3084/task/3119/stat : 3119 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 3 0 656786318 307060736 7290 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3172] ppid=3080 vsize=299864 CPUtime=0 cores=0,2
/proc/3084/task/3172/stat : 3172 (python) S 3080 3084 1741 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 3 0 656796348 307060736 7290 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 2916152

[startup+222.302 s]
/proc/loadavg: 4.02 3.82 3.64 5/373 3243
/proc/meminfo: memFree=24446904/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=310724 CPUtime=1.78 cores=0,2

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

/proc/3171/statm: 72405 5815 400 364 0 8320 0
[pid=3173] ppid=3171 vsize=1018616 CPUtime=99.27 cores=0,2
/proc/3173/stat : 3173 (gnovelty+2) T 3171 3173 3173 0 -1 4202496 763 0 0 0 9927 0 0 0 25 0 1 0 656796348 1043062784 500 33554432000 134512640 135663704 4293111280 18446744073709551615 134525218 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3173/statm: 254654 500 113 282 0 254370 0
[pid=3171/tid=3228] ppid=3084 vsize=289620 CPUtime=0 cores=0,2
/proc/3171/task/3228/stat : 3228 (python) S 3084 3084 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656806275 296570880 5815 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604450100150464 0 0 -1 2 0 0 0
[pid=3229] ppid=3084 vsize=300480 CPUtime=0.26 cores=0,2
/proc/3229/stat : 3229 (python) S 3084 3084 1741 0 -1 4202560 1080 0 0 0 14 12 0 0 19 0 2 0 656806277 307691520 5954 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3229/statm: 75120 5954 399 364 0 11032 0
[pid=3231] ppid=3229 vsize=418636 CPUtime=100.03 cores=0,2
/proc/3231/stat : 3231 (adaptg2wsat2009) T 3229 3231 3231 0 -1 4202496 1220 0 0 0 10003 0 0 0 25 0 1 0 656806277 428683264 957 33554432000 134512640 135107411 4293554352 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3231/statm: 104659 957 59 146 0 103535 0
[pid=3229/tid=3252] ppid=3084 vsize=300480 CPUtime=0 cores=0,2
/proc/3229/task/3252/stat : 3252 (python) S 3084 3084 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656816303 307691520 5954 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604448442732608 0 0 -1 2 0 0 0
[pid=3253] ppid=3084 vsize=310736 CPUtime=0.26 cores=0,2
/proc/3253/stat : 3253 (python) S 3084 3084 1741 0 -1 4202560 1081 0 0 0 14 12 0 0 19 0 2 0 656816304 318193664 5958 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3253/statm: 77684 5958 400 364 0 13593 0
[pid=3255] ppid=3253 vsize=418636 CPUtime=100.26 cores=0,2
/proc/3255/stat : 3255 (adaptg2wsat2009) T 3253 3255 3255 0 -1 4202496 1221 0 0 0 10026 0 0 0 25 0 1 0 656816304 428683264 955 33554432000 134512640 135107411 4288945600 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3255/statm: 104659 955 59 146 0 103535 0
[pid=3253/tid=3265] ppid=3084 vsize=310736 CPUtime=0 cores=0,2
/proc/3253/task/3265/stat : 3265 (python) S 3084 3084 1741 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656826331 318193664 5958 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604450100153152 0 0 -1 2 0 0 0
[pid=3266] ppid=3084 vsize=320992 CPUtime=0.28 cores=0,2
/proc/3266/stat : 3266 (python) S 3084 3084 1741 0 -1 4202560 1085 0 0 0 17 11 0 0 19 0 2 0 656826333 328695808 5962 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3266/statm: 80248 5962 400 364 0 16154 0
[pid=3268] ppid=3266 vsize=418636 CPUtime=100 cores=0,2
/proc/3268/stat : 3268 (adaptg2wsat2009) T 3266 3268 3268 0 -1 4202496 1220 0 0 0 10000 0 0 0 25 0 1 0 656826333 428683264 955 33554432000 134512640 135107411 4292570128 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3268/statm: 104659 955 59 146 0 103535 0
[pid=3266/tid=3272] ppid=3084 vsize=320992 CPUtime=0 cores=0,2
/proc/3266/task/3272/stat : 3272 (python) S 3084 3084 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656836361 328695808 5962 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604435956581440 0 0 -1 2 0 0 0
[pid=3273] ppid=3084 vsize=331248 CPUtime=0.28 cores=0,2
/proc/3273/stat : 3273 (python) S 3084 3084 1741 0 -1 4202560 1088 0 0 0 15 13 0 0 19 0 2 0 656836362 339197952 5966 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3273/statm: 82812 5966 400 364 0 18715 0
[pid=3275] ppid=3273 vsize=1018616 CPUtime=100.02 cores=0,2
/proc/3275/stat : 3275 (gnovelty+2) T 3273 3275 3275 0 -1 4202496 765 0 0 0 10002 0 0 0 25 0 1 0 656836363 1043062784 500 33554432000 134512640 135663704 4288113024 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3275/statm: 254654 500 113 282 0 254370 0
[pid=3273/tid=3285] ppid=3084 vsize=331248 CPUtime=0 cores=0,2
/proc/3273/task/3285/stat : 3285 (python) S 3084 3084 1741 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656846393 339197952 5966 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604453985322816 0 0 -1 2 0 0 0
[pid=3286] ppid=3084 vsize=341504 CPUtime=0.27 cores=0,2
/proc/3286/stat : 3286 (python) S 3084 3084 1741 0 -1 4202560 923 0 0 0 15 12 0 0 18 0 1 0 656846394 349700096 5940 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446965318 0 0 16781312 514 16872384160222642434 0 0 17 0 0 0 0
/proc/3286/statm: 85376 5940 370 364 0 21276 0
[pid=3288] ppid=3286 vsize=248652 CPUtime=97.77 cores=0,2
/proc/3288/stat : 3288 (FH) R 3286 3288 3288 0 -1 4202496 1120 0 0 0 9777 0 0 0 25 0 1 0 656846395 254619648 857 33554432000 134512640 134936988 4293698896 18446744073709551615 134553311 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3288/statm: 62163 857 41 104 0 61667 0
[pid=3084/tid=3119] ppid=3080 vsize=351748 CPUtime=0 cores=0,2
/proc/3084/task/3119/stat : 3119 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 8 0 656786318 360189952 7463 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3172] ppid=3080 vsize=351748 CPUtime=0 cores=0,2
/proc/3084/task/3172/stat : 3172 (python) S 3080 3084 1741 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 8 0 656796348 360189952 7463 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 2 0 0 0
[pid=3084/tid=3230] ppid=3080 vsize=351748 CPUtime=0 cores=0,2
/proc/3084/task/3230/stat : 3230 (python) S 3080 3084 1741 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 8 0 656806277 360189952 7463 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3254] ppid=3080 vsize=351748 CPUtime=0 cores=0,2
/proc/3084/task/3254/stat : 3254 (python) S 3080 3084 1741 0 -1 4202560 22 923 0 9 0 0 0 0 20 0 8 0 656816304 360189952 7463 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3267] ppid=3080 vsize=351748 CPUtime=0 cores=0,2
/proc/3084/task/3267/stat : 3267 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 8 0 656826333 360189952 7463 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3274] ppid=3080 vsize=351748 CPUtime=0 cores=0,2
/proc/3084/task/3274/stat : 3274 (python) S 3080 3084 1741 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 8 0 656836362 360189952 7463 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3287] ppid=3080 vsize=351748 CPUtime=0 cores=0,2
/proc/3084/task/3287/stat : 3287 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 8 0 656846395 360189952 7463 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 701.1
Current children cumulated vsize (KiB) 7096172



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+705.002 s]
/proc/loadavg: 4.04 4.00 3.79 6/418 3304
/proc/meminfo: memFree=24223952/32951124 swapFree=44485764/67111528
[pid=3084] ppid=3080 vsize=362004 CPUtime=1.86 cores=0,2
/proc/3084/stat : 3084 (python) S 3080 3084 1741 0 -1 4202496 17508 923 81 9 154 32 0 0 20 0 9 0 656785970 370692096 7469 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 43
/proc/3084/statm: 90501 7469 1892 364 0 26398 0
[pid=3118] ppid=3084 vsize=289436 CPUtime=0.26 cores=0,2
/proc/3118/stat : 3118 (python) S 3084 3084 1741 0 -1 4202560 1144 0 0 0 14 12 0 0 19 0 2 0 656786318 296382464 5771 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3118/statm: 72359 5771 415 364 0 8277 0
[pid=3120] ppid=3118 vsize=1018616 CPUtime=100.05 cores=0,2
/proc/3120/stat : 3120 (gnovelty+2) T 3118 3120 3120 0 -1 4202496 766 0 0 0 10005 0 0 0 25 0 1 0 656786318 1043062784 501 33554432000 134512640 135663704 4287865376 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3120/statm: 254654 501 113 282 0 254370 0
[pid=3118/tid=3170] ppid=3084 vsize=289436 CPUtime=0 cores=0,2
/proc/3118/task/3170/stat : 3170 (python) S 3084 3084 1741 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656796346 296382464 5771 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604448450732416 0 0 -1 2 0 0 0
[pid=3171] ppid=3084 vsize=289620 CPUtime=0.25 cores=0,2
/proc/3171/stat : 3171 (python) S 3084 3084 1741 0 -1 4202560 1075 0 0 0 14 11 0 0 19 0 2 0 656796348 296570880 5815 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3171/statm: 72405 5815 400 364 0 8320 0
[pid=3173] ppid=3171 vsize=1018616 CPUtime=99.27 cores=0,2
/proc/3173/stat : 3173 (gnovelty+2) T 3171 3173 3173 0 -1 4202496 763 0 0 0 9927 0 0 0 25 0 1 0 656796348 1043062784 500 33554432000 134512640 135663704 4293111280 18446744073709551615 134525218 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3173/statm: 254654 500 113 282 0 254370 0
[pid=3171/tid=3228] ppid=3084 vsize=289620 CPUtime=0 cores=0,2
/proc/3171/task/3228/stat : 3228 (python) S 3084 3084 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656806275 296570880 5815 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604450100150464 0 0 -1 2 0 0 0
[pid=3229] ppid=3084 vsize=300480 CPUtime=0.26 cores=0,2
/proc/3229/stat : 3229 (python) S 3084 3084 1741 0 -1 4202560 1080 0 0 0 14 12 0 0 19 0 2 0 656806277 307691520 5954 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3229/statm: 75120 5954 399 364 0 11032 0
[pid=3231] ppid=3229 vsize=418636 CPUtime=100.03 cores=0,2
/proc/3231/stat : 3231 (adaptg2wsat2009) T 3229 3231 3231 0 -1 4202496 1220 0 0 0 10003 0 0 0 25 0 1 0 656806277 428683264 957 33554432000 134512640 135107411 4293554352 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3231/statm: 104659 957 59 146 0 103535 0
[pid=3229/tid=3252] ppid=3084 vsize=300480 CPUtime=0 cores=0,2
/proc/3229/task/3252/stat : 3252 (python) S 3084 3084 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656816303 307691520 5954 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604448442732608 0 0 -1 2 0 0 0
[pid=3253] ppid=3084 vsize=310736 CPUtime=0.26 cores=0,2
/proc/3253/stat : 3253 (python) S 3084 3084 1741 0 -1 4202560 1081 0 0 0 14 12 0 0 19 0 2 0 656816304 318193664 5958 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/3253/statm: 77684 5958 400 364 0 13593 0
[pid=3255] ppid=3253 vsize=418636 CPUtime=100.26 cores=0,2
/proc/3255/stat : 3255 (adaptg2wsat2009) T 3253 3255 3255 0 -1 4202496 1221 0 0 0 10026 0 0 0 25 0 1 0 656816304 428683264 955 33554432000 134512640 135107411 4288945600 18446744073709551615 134532128 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3255/statm: 104659 955 59 146 0 103535 0
[pid=3253/tid=3265] ppid=3084 vsize=310736 CPUtime=0 cores=0,2
/proc/3253/task/3265/stat : 3265 (python) S 3084 3084 1741 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656826331 318193664 5958 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604450100153152 0 0 -1 2 0 0 0
[pid=3266] ppid=3084 vsize=320992 CPUtime=0.28 cores=0,2
/proc/3266/stat : 3266 (python) S 3084 3084 1741 0 -1 4202560 1085 0 0 0 17 11 0 0 19 0 2 0 656826333 328695808 5962 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3266/statm: 80248 5962 400 364 0 16154 0
[pid=3268] ppid=3266 vsize=418636 CPUtime=100 cores=0,2
/proc/3268/stat : 3268 (adaptg2wsat2009) T 3266 3268 3268 0 -1 4202496 1220 0 0 0 10000 0 0 0 25 0 1 0 656826333 428683264 955 33554432000 134512640 135107411 4292570128 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3268/statm: 104659 955 59 146 0 103535 0
[pid=3266/tid=3272] ppid=3084 vsize=320992 CPUtime=0 cores=0,2
/proc/3266/task/3272/stat : 3272 (python) S 3084 3084 1741 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 656836361 328695808 5962 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604435956581440 0 0 -1 2 0 0 0
[pid=3273] ppid=3084 vsize=331248 CPUtime=0.28 cores=0,2
/proc/3273/stat : 3273 (python) S 3084 3084 1741 0 -1 4202560 1088 0 0 0 15 13 0 0 19 0 2 0 656836362 339197952 5966 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3273/statm: 82812 5966 400 364 0 18715 0
[pid=3275] ppid=3273 vsize=1018616 CPUtime=100.02 cores=0,2
/proc/3275/stat : 3275 (gnovelty+2) T 3273 3275 3275 0 -1 4202496 765 0 0 0 10002 0 0 0 25 0 1 0 656836363 1043062784 500 33554432000 134512640 135663704 4288113024 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/3275/statm: 254654 500 113 282 0 254370 0
[pid=3273/tid=3285] ppid=3084 vsize=331248 CPUtime=0 cores=0,2
/proc/3273/task/3285/stat : 3285 (python) S 3084 3084 1741 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 656846393 339197952 5966 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604453985322816 0 0 -1 2 0 0 0
[pid=3286] ppid=3084 vsize=341504 CPUtime=0.28 cores=0,2
/proc/3286/stat : 3286 (python) S 3084 3084 1741 0 -1 4202560 1082 0 0 0 15 13 0 0 19 0 2 0 656846394 349700096 5970 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458771915 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/3286/statm: 85376 5970 399 364 0 21276 0
[pid=3288] ppid=3286 vsize=248652 CPUtime=99.99 cores=0,2
/proc/3288/stat : 3288 (FH) T 3286 3288 3288 0 -1 4202496 1120 0 0 0 9999 0 0 0 25 0 1 0 656846395 254619648 857 33554432000 134512640 134936988 4293698896 18446744073709551615 134544742 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/3288/statm: 62163 857 41 104 0 61667 0
[pid=3286/tid=3301] ppid=3084 vsize=341504 CPUtime=0 cores=0,2
/proc/3286/task/3301/stat : 3301 (python) S 3084 3084 1741 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656856422 349700096 5970 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 514 18446604449598221248 0 0 -1 2 0 0 0
[pid=3302] ppid=3084 vsize=351760 CPUtime=0 cores=0,2
/proc/3302/stat : 3302 (python) S 3084 3084 1741 0 -1 4202560 775 0 0 0 0 0 0 0 19 0 1 0 656856424 360202240 5923 33554432000 4194304 5683644 140733698560512 18446744073709551615 244446965318 0 0 16781312 514 3022198203626815487 0 0 17 0 0 0 0
/proc/3302/statm: 87940 5923 350 364 0 23837 0
[pid=3304] ppid=3302 vsize=418500 CPUtime=0.47 cores=0,2
/proc/3304/stat : 3304 (adaptg2wsat2009) R 3302 3304 3304 0 -1 4202496 1075 0 0 0 47 0 0 0 21 0 1 0 656856424 428544000 808 33554432000 134512640 135107411 4294064368 18446744073709551615 134523328 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/3304/statm: 104625 808 49 146 0 103501 0
[pid=3084/tid=3119] ppid=3080 vsize=362004 CPUtime=0 cores=0,2
/proc/3084/task/3119/stat : 3119 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 19 0 9 0 656786318 370692096 7469 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3172] ppid=3080 vsize=362004 CPUtime=0 cores=0,2
/proc/3084/task/3172/stat : 3172 (python) S 3080 3084 1741 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 656796348 370692096 7469 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 2 0 0 0
[pid=3084/tid=3230] ppid=3080 vsize=362004 CPUtime=0 cores=0,2
/proc/3084/task/3230/stat : 3230 (python) S 3080 3084 1741 0 -1 4202560 29 923 0 9 0 0 0 0 20 0 9 0 656806277 370692096 7469 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3254] ppid=3080 vsize=362004 CPUtime=0 cores=0,2
/proc/3084/task/3254/stat : 3254 (python) S 3080 3084 1741 0 -1 4202560 22 923 0 9 0 0 0 0 20 0 9 0 656816304 370692096 7469 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3267] ppid=3080 vsize=362004 CPUtime=0 cores=0,2
/proc/3084/task/3267/stat : 3267 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656826333 370692096 7469 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3274] ppid=3080 vsize=362004 CPUtime=0 cores=0,2
/proc/3084/task/3274/stat : 3274 (python) S 3080 3084 1741 0 -1 4202560 30 923 0 9 0 0 0 0 20 0 9 0 656836362 370692096 7469 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3287] ppid=3080 vsize=362004 CPUtime=0 cores=0,2
/proc/3084/task/3287/stat : 3287 (python) S 3080 3084 1741 0 -1 4202560 27 923 0 9 0 0 0 0 20 0 9 0 656846395 370692096 7469 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
[pid=3084/tid=3303] ppid=3080 vsize=362004 CPUtime=0 cores=0,2
/proc/3084/task/3303/stat : 3303 (python) S 3080 3084 1741 0 -1 4202560 25 923 0 9 0 0 0 0 20 0 9 0 656856424 370692096 7469 33554432000 4194304 5683644 140733698560512 18446744073709551615 244458768817 0 0 16781312 2 18446604453868975360 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.82
Current children cumulated vsize (KiB) 7876688

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

Real time (s): 705.077
CPU time (s): 703.82
CPU user time (s): 702.66
CPU system time (s): 1.16
CPU usage (%): 99.8218
Max. virtual memory (cumulated for all children) (KiB): 7876688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.54976
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18848
page faults= 90
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52635
involuntary context switches= 81

runsolver used 3.06353 second user time and 5.88211 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 11:30:55
IDJOB=3377255
IDBENCH=82564
IDSOLVER=1857
FILE ID=node105/3377255-1305451855
RUNJOBID= node105-1305451855-3052
PBS_JOBID= 13324851
Free space on /tmp= 73624 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v200-c17000-S1348818483-020-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-3377255-1305451855/watcher-3377255-1305451855 -o /tmp/evaluation-result-3377255-1305451855/solver-3377255-1305451855 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377255-1305451855.cnf -seed 491623961 -budget 2400

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

MD5SUM BENCH= 112b17aaf1cede32f350e11f6333fc88
RANDOM SEED=491623961

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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:      24921548 kB
Buffers:        294476 kB
Cached:        6258328 kB
SwapCached:      39656 kB
Active:         918220 kB
Inactive:      6843544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24921548 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:          132236 kB
Writeback:          24 kB
AnonPages:     1177476 kB
Mapped:          10120 kB
Slab:           136424 kB
PageTables:      66580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65321020 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= 73488 MiB
End job on node105 at 2011-05-15 11:42:42