Trace number 3484313

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)? (MO) 702.65 702.863

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1475406203-080.UNKNOWN.cnf
MD5SUM6cadcf1602218f53da431eaffbc93148
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 variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.36/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.50	c INFO: solving HOME/instance-3484313-1307748881.cnf
0.36/0.50	c INFO: computing task features
0.36/0.52	c INFO: computed variable-clause graph statistics
0.36/0.52	c INFO: computed clause balance statistics
0.66/0.80	c INFO: computed variable balance statistics
0.76/0.91	c INFO: computed small-clause counts
0.76/0.91	c INFO: computed Horn-clause counts
0.76/0.92	c INFO: computed variable graph statistics
0.76/0.92	c INFO: collected features for HOME/instance-3484313-1307748881.cnf in 0.45 s
0.76/0.93	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.47)
100.84/101.07	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.11)
201.02/201.21	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.06)
301.10/301.35	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.05)
401.18/401.48	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.04)
501.37/501.61	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.50/601.76	c INFO: running FH@0 for 97 with 599 remaining (b = 0.03)
701.64/701.90	c INFO: running adaptg2wsat2009++@0 for 97 with 499 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.09 4.03 3.47 4/215 14247
/proc/meminfo: memFree=31794448/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=15380 CPUtime=0 cores=1,3
/proc/14247/stat : 14247 (python) R 14245 14247 12976 0 -1 4202496 809 0 0 0 0 0 0 0 25 0 1 0 867304015 15749120 693 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816236176 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14247/statm: 3845 694 333 364 0 332 0

[startup+0.0413969 s]
/proc/loadavg: 4.09 4.03 3.47 4/215 14247
/proc/meminfo: memFree=31794448/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=21100 CPUtime=0.02 cores=1,3
/proc/14247/stat : 14247 (python) R 14245 14247 12976 0 -1 4202496 1302 0 0 0 2 0 0 0 25 0 1 0 867304015 21606400 1152 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14247/statm: 5275 1152 428 364 0 722 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21100

[startup+0.1004 s]
/proc/loadavg: 4.09 4.03 3.47 4/215 14247
/proc/meminfo: memFree=31794448/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=104216 CPUtime=0.07 cores=1,3
/proc/14247/stat : 14247 (python) R 14245 14247 12976 0 -1 4202496 3048 0 0 0 5 2 0 0 17 0 1 0 867304015 106717184 2731 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816234496 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14247/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104216

[startup+0.30035 s]
/proc/loadavg: 4.09 4.03 3.47 4/215 14247
/proc/meminfo: memFree=31794448/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=170752 CPUtime=0.21 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 6736 932 1 0 15 6 0 0 17 0 1 0 867304015 174850048 4805 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/14247/statm: 42688 4805 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 170752

[startup+0.700277 s]
/proc/loadavg: 4.09 4.03 3.47 4/215 14247
/proc/meminfo: memFree=31794448/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=280204 CPUtime=0.56 cores=1,3
/proc/14247/stat : 14247 (python) R 14245 14247 12976 0 -1 4202496 10013 932 1 0 49 7 0 0 17 0 1 0 867304015 286928896 7452 33554432000 4194304 5683644 140733198040464 18446744073709551615 47723895242338 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14247/statm: 70051 7452 1826 364 0 5975 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 280204

[startup+1.50113 s]
/proc/loadavg: 4.16 4.05 3.48 5/219 14255
/proc/meminfo: memFree=31767780/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=289596 CPUtime=0.8 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 10437 932 1 0 73 7 0 0 20 0 2 0 867304015 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14247/statm: 72399 7296 1869 364 0 8317 0
[pid=14253] ppid=14247 vsize=279352 CPUtime=0 cores=1,3
/proc/14253/stat : 14253 (python) S 14247 14247 12976 0 -1 4202560 722 0 0 0 0 0 0 0 19 0 1 0 867304109 286056448 5777 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816256527 0 0 16781312 514 16153181789039362047 0 0 17 1 0 0 0
/proc/14253/statm: 69838 5777 354 364 0 5756 0
[pid=14255] ppid=14253 vsize=1018088 CPUtime=0.55 cores=1,3
/proc/14255/stat : 14255 (gnovelty+2) R 14253 14255 14255 0 -1 4202496 569 0 0 0 55 0 0 0 22 0 1 0 867304109 1042522112 306 33554432000 134512640 135663704 4292891840 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14255/statm: 254522 306 113 282 0 254238 0
[pid=14247/tid=14254] ppid=14245 vsize=289596 CPUtime=0 cores=1,3
/proc/14247/task/14254/stat : 14254 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 867304109 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 1587036

[startup+3.10083 s]
/proc/loadavg: 4.16 4.05 3.48 5/219 14255
/proc/meminfo: memFree=31767656/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=289596 CPUtime=0.8 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 10437 932 1 0 73 7 0 0 20 0 2 0 867304015 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14247/statm: 72399 7296 1869 364 0 8317 0
[pid=14253] ppid=14247 vsize=279352 CPUtime=0 cores=1,3
/proc/14253/stat : 14253 (python) S 14247 14247 12976 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 867304109 286056448 5777 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816256527 0 0 16781312 514 16153181789039329540 0 0 17 1 0 0 0
/proc/14253/statm: 69838 5777 354 364 0 5756 0
[pid=14255] ppid=14253 vsize=1018088 CPUtime=2.15 cores=1,3
/proc/14255/stat : 14255 (gnovelty+2) R 14253 14255 14255 0 -1 4202496 569 0 0 0 215 0 0 0 25 0 1 0 867304109 1042522112 306 33554432000 134512640 135663704 4292891840 18446744073709551615 134525258 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14255/statm: 254522 306 113 282 0 254238 0
[pid=14247/tid=14254] ppid=14245 vsize=289596 CPUtime=0 cores=1,3
/proc/14247/task/14254/stat : 14254 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 867304109 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 1587036

[startup+6.30024 s]
/proc/loadavg: 4.16 4.05 3.48 5/223 14259
/proc/meminfo: memFree=31763736/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=289596 CPUtime=0.8 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 10437 932 1 0 73 7 0 0 20 0 2 0 867304015 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14247/statm: 72399 7296 1869 364 0 8317 0
[pid=14253] ppid=14247 vsize=279352 CPUtime=0 cores=1,3
/proc/14253/stat : 14253 (python) S 14247 14247 12976 0 -1 4202560 859 0 0 0 0 0 0 0 18 0 1 0 867304109 286056448 5799 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816256527 0 0 16781312 514 16153181789039329540 0 0 17 1 0 0 0
/proc/14253/statm: 69838 5799 376 364 0 5756 0
[pid=14255] ppid=14253 vsize=1018088 CPUtime=5.34 cores=1,3
/proc/14255/stat : 14255 (gnovelty+2) R 14253 14255 14255 0 -1 4202496 569 0 0 0 534 0 0 0 25 0 1 0 867304109 1042522112 306 33554432000 134512640 135663704 4292891840 18446744073709551615 134524503 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14255/statm: 254522 306 113 282 0 254238 0
[pid=14247/tid=14254] ppid=14245 vsize=289596 CPUtime=0 cores=1,3
/proc/14247/task/14254/stat : 14254 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 867304109 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 1587036

[startup+12.7011 s]
/proc/loadavg: 4.13 4.05 3.48 5/223 14259
/proc/meminfo: memFree=31763132/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=289596 CPUtime=0.8 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 10437 932 1 0 73 7 0 0 20 0 2 0 867304015 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14247/statm: 72399 7296 1869 364 0 8317 0
[pid=14253] ppid=14247 vsize=279352 CPUtime=0 cores=1,3
/proc/14253/stat : 14253 (python) S 14247 14247 12976 0 -1 4202560 861 0 0 0 0 0 0 0 18 0 1 0 867304109 286056448 5799 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816256527 0 0 16781312 514 11549252545973027076 0 0 17 1 0 0 0
/proc/14253/statm: 69838 5799 376 364 0 5756 0
[pid=14255] ppid=14253 vsize=1018088 CPUtime=11.74 cores=1,3
/proc/14255/stat : 14255 (gnovelty+2) R 14253 14255 14255 0 -1 4202496 569 0 0 0 1174 0 0 0 25 0 1 0 867304109 1042522112 306 33554432000 134512640 135663704 4292891840 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14255/statm: 254522 306 113 282 0 254238 0
[pid=14247/tid=14254] ppid=14245 vsize=289596 CPUtime=0 cores=1,3
/proc/14247/task/14254/stat : 14254 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 867304109 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 1587036

[startup+25.5007 s]
/proc/loadavg: 4.11 4.05 3.49 5/227 14263
/proc/meminfo: memFree=31758808/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=289596 CPUtime=0.8 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 10437 932 1 0 73 7 0 0 20 0 2 0 867304015 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14247/statm: 72399 7296 1869 364 0 8317 0
[pid=14253] ppid=14247 vsize=279352 CPUtime=0.02 cores=1,3
/proc/14253/stat : 14253 (python) S 14247 14247 12976 0 -1 4202560 868 0 0 0 1 1 0 0 18 0 1 0 867304109 286056448 5799 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816256527 0 0 16781312 514 11549252545973027076 0 0 17 1 0 0 0
/proc/14253/statm: 69838 5799 376 364 0 5756 0
[pid=14255] ppid=14253 vsize=1018088 CPUtime=24.52 cores=1,3
/proc/14255/stat : 14255 (gnovelty+2) R 14253 14255 14255 0 -1 4202496 569 0 0 0 2452 0 0 0 25 0 1 0 867304109 1042522112 306 33554432000 134512640 135663704 4292891840 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14255/statm: 254522 306 113 282 0 254238 0
[pid=14247/tid=14254] ppid=14245 vsize=289596 CPUtime=0 cores=1,3
/proc/14247/task/14254/stat : 14254 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 867304109 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 1587036

[startup+51.101 s]
/proc/loadavg: 4.07 4.04 3.50 5/227 14264
/proc/meminfo: memFree=31757656/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=289596 CPUtime=0.8 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 10437 932 1 0 73 7 0 0 20 0 2 0 867304015 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14247/statm: 72399 7296 1869 364 0 8317 0
[pid=14253] ppid=14247 vsize=279352 CPUtime=0.05 cores=1,3
/proc/14253/stat : 14253 (python) S 14247 14247 12976 0 -1 4202560 880 0 0 0 3 2 0 0 18 0 1 0 867304109 286056448 5800 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816256527 0 0 16781312 514 11549252545973027076 0 0 17 1 0 0 0
/proc/14253/statm: 69838 5800 377 364 0 5756 0
[pid=14255] ppid=14253 vsize=1018088 CPUtime=50.09 cores=1,3
/proc/14255/stat : 14255 (gnovelty+2) R 14253 14255 14255 0 -1 4202496 569 0 0 0 5009 0 0 0 25 0 1 0 867304109 1042522112 306 33554432000 134512640 135663704 4292891840 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14255/statm: 254522 306 113 282 0 254238 0
[pid=14247/tid=14254] ppid=14245 vsize=289596 CPUtime=0 cores=1,3
/proc/14247/task/14254/stat : 14254 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 2 0 867304109 296546304 7296 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 1587036

[startup+102.308 s]
/proc/loadavg: 4.03 4.03 3.53 5/235 14273
/proc/meminfo: memFree=31746460/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=300112 CPUtime=0.81 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 11304 932 1 0 73 8 0 0 20 0 3 0 867304015 307314688 7336 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14247/statm: 75028 7336 1872 364 0 10943 0
[pid=14253] ppid=14247 vsize=289596 CPUtime=0.12 cores=1,3
/proc/14253/stat : 14253 (python) S 14247 14247 12976 0 -1 4202560 1139 0 0 0 7 5 0 0 19 0 2 0 867304109 296546304 5843 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14253/statm: 72399 5843 415 364 0 8317 0
[pid=14255] ppid=14253 vsize=1018088 CPUtime=99.98 cores=1,3
/proc/14255/stat : 14255 (gnovelty+2) T 14253 14255 14255 0 -1 4202496 569 0 0 0 9998 0 0 0 25 0 1 0 867304109 1042522112 306 33554432000 134512640 135663704 4292891840 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14255/statm: 254522 306 113 282 0 254238 0
[pid=14253/tid=14270] ppid=14247 vsize=289596 CPUtime=0 cores=1,3
/proc/14253/task/14270/stat : 14270 (python) S 14247 14247 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867314122 296546304 5843 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604456673648960 0 0 -1 3 0 0 0
[pid=14271] ppid=14247 vsize=289868 CPUtime=0 cores=1,3
/proc/14271/stat : 14271 (python) S 14247 14247 12976 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 867314123 296824832 5808 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816256582 0 0 16781312 514 16153193333911421192 0 0 17 1 0 0 0
/proc/14271/statm: 72467 5808 348 364 0 8382 0
[pid=14273] ppid=14271 vsize=1018088 CPUtime=1.22 cores=1,3
/proc/14273/stat : 14273 (gnovelty+2) R 14271 14273 14273 0 -1 4202496 572 0 0 0 122 0 0 0 25 0 1 0 867314123 1042522112 307 33554432000 134512640 135663704 4290687552 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14273/statm: 254522 307 113 282 0 254238 0
[pid=14247/tid=14254] ppid=14245 vsize=300112 CPUtime=0 cores=1,3
/proc/14247/task/14254/stat : 14254 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 3 0 867304109 307314688 7336 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14272] ppid=14245 vsize=300112 CPUtime=0 cores=1,3
/proc/14247/task/14272/stat : 14272 (python) S 14245 14247 12976 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 3 0 867314123 307314688 7336 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 2915752

[startup+162.3 s]
/proc/loadavg: 4.01 4.02 3.55 5/243 14283
/proc/meminfo: memFree=31730976/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=300112 CPUtime=0.81 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 11304 932 1 0 73 8 0 0 20 0 3 0 867304015 307314688 7336 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14247/statm: 75028 7336 1872 364 0 10943 0
[pid=14253] ppid=14247 vsize=289596 CPUtime=0.12 cores=1,3

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

/proc/14271/statm: 72467 5861 400 364 0 8382 0
[pid=14273] ppid=14271 vsize=1018088 CPUtime=99.99 cores=1,3
/proc/14273/stat : 14273 (gnovelty+2) T 14271 14273 14273 0 -1 4202496 572 0 0 0 9999 0 0 0 25 0 1 0 867314123 1042522112 307 33554432000 134512640 135663704 4290687552 18446744073709551615 134524681 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14273/statm: 254522 307 113 282 0 254238 0
[pid=14271/tid=14285] ppid=14247 vsize=289868 CPUtime=0 cores=1,3
/proc/14271/task/14285/stat : 14285 (python) S 14247 14247 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867324137 296824832 5861 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604456673651648 0 0 -1 1 0 0 0
[pid=14286] ppid=14247 vsize=300124 CPUtime=0.12 cores=1,3
/proc/14286/stat : 14286 (python) S 14247 14247 12976 0 -1 4202560 1072 0 0 0 6 6 0 0 19 0 2 0 867324137 307326976 5865 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14286/statm: 75031 5865 400 364 0 10943 0
[pid=14288] ppid=14286 vsize=417192 CPUtime=99.98 cores=1,3
/proc/14288/stat : 14288 (adaptg2wsat2009) T 14286 14288 14288 0 -1 4202496 762 0 0 0 9998 0 0 0 25 0 1 0 867324138 427204608 496 33554432000 134512640 135107411 4294566272 18446744073709551615 134531856 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14288/statm: 104298 496 59 146 0 103174 0
[pid=14286/tid=14346] ppid=14247 vsize=300124 CPUtime=0 cores=1,3
/proc/14286/task/14346/stat : 14346 (python) S 14247 14247 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867334150 307326976 5865 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604471161775168 0 0 -1 3 0 0 0
[pid=14347] ppid=14247 vsize=310380 CPUtime=0.12 cores=1,3
/proc/14347/stat : 14347 (python) S 14247 14247 12976 0 -1 4202560 1090 0 0 0 7 5 0 0 19 0 2 0 867334151 317829120 5869 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14347/statm: 77595 5869 400 364 0 13504 0
[pid=14349] ppid=14347 vsize=417192 CPUtime=99.97 cores=1,3
/proc/14349/stat : 14349 (adaptg2wsat2009) T 14347 14349 14349 0 -1 4202496 759 0 0 0 9997 0 0 0 25 0 1 0 867334151 427204608 496 33554432000 134512640 135107411 4292207088 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14349/statm: 104298 496 59 146 0 103174 0
[pid=14347/tid=14498] ppid=14247 vsize=310380 CPUtime=0 cores=1,3
/proc/14347/task/14498/stat : 14498 (python) S 14247 14247 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867344163 317829120 5869 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604471161774272 0 0 -1 3 0 0 0
[pid=14499] ppid=14247 vsize=320636 CPUtime=0.12 cores=1,3
/proc/14499/stat : 14499 (python) S 14247 14247 12976 0 -1 4202560 1080 0 0 0 6 6 0 0 19 0 2 0 867344164 328331264 5873 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14499/statm: 80159 5873 400 364 0 16065 0
[pid=14501] ppid=14499 vsize=417192 CPUtime=100.01 cores=1,3
/proc/14501/stat : 14501 (adaptg2wsat2009) T 14499 14501 14501 0 -1 4202496 761 0 0 0 10001 0 0 0 25 0 1 0 867344164 427204608 495 33554432000 134512640 135107411 4290174400 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14501/statm: 104298 495 59 146 0 103174 0
[pid=14499/tid=14513] ppid=14247 vsize=320636 CPUtime=0 cores=1,3
/proc/14499/task/14513/stat : 14513 (python) S 14247 14247 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867354176 328331264 5873 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604471130751040 0 0 -1 3 0 0 0
[pid=14514] ppid=14247 vsize=330892 CPUtime=0.13 cores=1,3
/proc/14514/stat : 14514 (python) S 14247 14247 12976 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 867354177 338833408 5877 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14514/statm: 82723 5877 400 364 0 18626 0
[pid=14516] ppid=14514 vsize=1018088 CPUtime=100.05 cores=1,3
/proc/14516/stat : 14516 (gnovelty+2) T 14514 14516 14516 0 -1 4202496 567 0 0 0 10005 0 0 0 25 0 1 0 867354177 1042522112 306 33554432000 134512640 135663704 4292980016 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14516/statm: 254522 306 113 282 0 254238 0
[pid=14514/tid=14524] ppid=14247 vsize=330892 CPUtime=0 cores=1,3
/proc/14514/task/14524/stat : 14524 (python) S 14247 14247 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867364191 338833408 5877 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604471137113024 0 0 -1 3 0 0 0
[pid=14525] ppid=14247 vsize=341148 CPUtime=0.14 cores=1,3
/proc/14525/stat : 14525 (python) S 14247 14247 12976 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867364192 349335552 5881 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14525/statm: 85287 5881 400 364 0 21187 0
[pid=14527] ppid=14525 vsize=247352 CPUtime=100.03 cores=1,3
/proc/14527/stat : 14527 (FH) T 14525 14527 14527 0 -1 4202496 709 0 0 0 10003 0 0 0 25 0 1 0 867364192 253288448 443 33554432000 134512640 134936988 4294560928 18446744073709551615 134553225 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14527/statm: 61838 443 41 104 0 61342 0
[pid=14247/tid=14254] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14254/stat : 14254 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867304109 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14272] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14272/stat : 14272 (python) S 14245 14247 12976 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 867314123 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14287] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14287/stat : 14287 (python) S 14245 14247 12976 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867324138 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14348] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14348/stat : 14348 (python) S 14245 14247 12976 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867334151 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14500] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14500/stat : 14500 (python) S 14245 14247 12976 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867344164 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14515] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14515/stat : 14515 (python) S 14245 14247 12976 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867354177 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14526] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14526/stat : 14526 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867364192 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 701.75
Current children cumulated vsize (KiB) 7097484



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+702.802 s]
/proc/loadavg: 4.02 4.04 3.76 5/263 14537
/proc/meminfo: memFree=31604572/32951124 swapFree=67062492/67111528
[pid=14247] ppid=14245 vsize=361648 CPUtime=0.87 cores=1,3
/proc/14247/stat : 14247 (python) S 14245 14247 12976 0 -1 4202496 16529 932 1 0 78 9 0 0 19 0 9 0 867304015 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14247/statm: 90412 7409 1892 364 0 26309 0
[pid=14253] ppid=14247 vsize=289596 CPUtime=0.12 cores=1,3
/proc/14253/stat : 14253 (python) S 14247 14247 12976 0 -1 4202560 1139 0 0 0 7 5 0 0 19 0 2 0 867304109 296546304 5843 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14253/statm: 72399 5843 415 364 0 8317 0
[pid=14255] ppid=14253 vsize=1018088 CPUtime=99.98 cores=1,3
/proc/14255/stat : 14255 (gnovelty+2) T 14253 14255 14255 0 -1 4202496 569 0 0 0 9998 0 0 0 25 0 1 0 867304109 1042522112 306 33554432000 134512640 135663704 4292891840 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14255/statm: 254522 306 113 282 0 254238 0
[pid=14253/tid=14270] ppid=14247 vsize=289596 CPUtime=0 cores=1,3
/proc/14253/task/14270/stat : 14270 (python) S 14247 14247 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867314122 296546304 5843 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604456673648960 0 0 -1 3 0 0 0
[pid=14271] ppid=14247 vsize=289868 CPUtime=0.12 cores=1,3
/proc/14271/stat : 14271 (python) S 14247 14247 12976 0 -1 4202560 1070 0 0 0 7 5 0 0 19 0 2 0 867314123 296824832 5861 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14271/statm: 72467 5861 400 364 0 8382 0
[pid=14273] ppid=14271 vsize=1018088 CPUtime=99.99 cores=1,3
/proc/14273/stat : 14273 (gnovelty+2) T 14271 14273 14273 0 -1 4202496 572 0 0 0 9999 0 0 0 25 0 1 0 867314123 1042522112 307 33554432000 134512640 135663704 4290687552 18446744073709551615 134524681 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14273/statm: 254522 307 113 282 0 254238 0
[pid=14271/tid=14285] ppid=14247 vsize=289868 CPUtime=0 cores=1,3
/proc/14271/task/14285/stat : 14285 (python) S 14247 14247 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867324137 296824832 5861 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604456673651648 0 0 -1 1 0 0 0
[pid=14286] ppid=14247 vsize=300124 CPUtime=0.12 cores=1,3
/proc/14286/stat : 14286 (python) S 14247 14247 12976 0 -1 4202560 1072 0 0 0 6 6 0 0 19 0 2 0 867324137 307326976 5865 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14286/statm: 75031 5865 400 364 0 10943 0
[pid=14288] ppid=14286 vsize=417192 CPUtime=99.98 cores=1,3
/proc/14288/stat : 14288 (adaptg2wsat2009) T 14286 14288 14288 0 -1 4202496 762 0 0 0 9998 0 0 0 25 0 1 0 867324138 427204608 496 33554432000 134512640 135107411 4294566272 18446744073709551615 134531856 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14288/statm: 104298 496 59 146 0 103174 0
[pid=14286/tid=14346] ppid=14247 vsize=300124 CPUtime=0 cores=1,3
/proc/14286/task/14346/stat : 14346 (python) S 14247 14247 12976 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867334150 307326976 5865 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604471161775168 0 0 -1 3 0 0 0
[pid=14347] ppid=14247 vsize=310380 CPUtime=0.12 cores=1,3
/proc/14347/stat : 14347 (python) S 14247 14247 12976 0 -1 4202560 1090 0 0 0 7 5 0 0 19 0 2 0 867334151 317829120 5869 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14347/statm: 77595 5869 400 364 0 13504 0
[pid=14349] ppid=14347 vsize=417192 CPUtime=99.97 cores=1,3
/proc/14349/stat : 14349 (adaptg2wsat2009) T 14347 14349 14349 0 -1 4202496 759 0 0 0 9997 0 0 0 25 0 1 0 867334151 427204608 496 33554432000 134512640 135107411 4292207088 18446744073709551615 134531411 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14349/statm: 104298 496 59 146 0 103174 0
[pid=14347/tid=14498] ppid=14247 vsize=310380 CPUtime=0 cores=1,3
/proc/14347/task/14498/stat : 14498 (python) S 14247 14247 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867344163 317829120 5869 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604471161774272 0 0 -1 3 0 0 0
[pid=14499] ppid=14247 vsize=320636 CPUtime=0.12 cores=1,3
/proc/14499/stat : 14499 (python) S 14247 14247 12976 0 -1 4202560 1080 0 0 0 6 6 0 0 19 0 2 0 867344164 328331264 5873 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14499/statm: 80159 5873 400 364 0 16065 0
[pid=14501] ppid=14499 vsize=417192 CPUtime=100.01 cores=1,3
/proc/14501/stat : 14501 (adaptg2wsat2009) T 14499 14501 14501 0 -1 4202496 761 0 0 0 10001 0 0 0 25 0 1 0 867344164 427204608 495 33554432000 134512640 135107411 4290174400 18446744073709551615 134531707 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14501/statm: 104298 495 59 146 0 103174 0
[pid=14499/tid=14513] ppid=14247 vsize=320636 CPUtime=0 cores=1,3
/proc/14499/task/14513/stat : 14513 (python) S 14247 14247 12976 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867354176 328331264 5873 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604471130751040 0 0 -1 3 0 0 0
[pid=14514] ppid=14247 vsize=330892 CPUtime=0.13 cores=1,3
/proc/14514/stat : 14514 (python) S 14247 14247 12976 0 -1 4202560 1076 0 0 0 7 6 0 0 19 0 2 0 867354177 338833408 5877 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14514/statm: 82723 5877 400 364 0 18626 0
[pid=14516] ppid=14514 vsize=1018088 CPUtime=100.05 cores=1,3
/proc/14516/stat : 14516 (gnovelty+2) T 14514 14516 14516 0 -1 4202496 567 0 0 0 10005 0 0 0 25 0 1 0 867354177 1042522112 306 33554432000 134512640 135663704 4292980016 18446744073709551615 134545772 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14516/statm: 254522 306 113 282 0 254238 0
[pid=14514/tid=14524] ppid=14247 vsize=330892 CPUtime=0 cores=1,3
/proc/14514/task/14524/stat : 14524 (python) S 14247 14247 12976 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867364191 338833408 5877 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604471137113024 0 0 -1 3 0 0 0
[pid=14525] ppid=14247 vsize=341148 CPUtime=0.14 cores=1,3
/proc/14525/stat : 14525 (python) S 14247 14247 12976 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867364192 349335552 5881 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14525/statm: 85287 5881 400 364 0 21187 0
[pid=14527] ppid=14525 vsize=247352 CPUtime=100.03 cores=1,3
/proc/14527/stat : 14527 (FH) T 14525 14527 14527 0 -1 4202496 709 0 0 0 10003 0 0 0 25 0 1 0 867364192 253288448 443 33554432000 134512640 134936988 4294560928 18446744073709551615 134553225 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14527/statm: 61838 443 41 104 0 61342 0
[pid=14525/tid=14534] ppid=14247 vsize=341148 CPUtime=0 cores=1,3
/proc/14525/task/14534/stat : 14534 (python) S 14247 14247 12976 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 867374205 349335552 5881 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 514 18446604471158123584 0 0 -1 3 0 0 0
[pid=14535] ppid=14247 vsize=351404 CPUtime=0 cores=1,3
/proc/14535/stat : 14535 (python) S 14247 14247 12976 0 -1 4202560 832 0 0 0 0 0 0 0 19 0 1 0 867374205 359837696 5863 33554432000 4194304 5683644 140733198040464 18446744073709551615 220816256582 0 0 16781312 514 16153189485620756479 0 0 17 1 0 0 0
/proc/14535/statm: 87851 5863 350 364 0 23748 0
[pid=14537] ppid=14535 vsize=417048 CPUtime=0.9 cores=1,3
/proc/14537/stat : 14537 (adaptg2wsat2009) R 14535 14537 14537 0 -1 4202496 683 0 0 0 90 0 0 0 23 0 1 0 867374206 427057152 418 33554432000 134512640 135107411 4291739168 18446744073709551615 134523247 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14537/statm: 104262 418 49 146 0 103138 0
[pid=14247/tid=14254] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14254/stat : 14254 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867304109 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14272] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14272/stat : 14272 (python) S 14245 14247 12976 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 9 0 867314123 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14287] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14287/stat : 14287 (python) S 14245 14247 12976 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867324138 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14348] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14348/stat : 14348 (python) S 14245 14247 12976 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867334151 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14500] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14500/stat : 14500 (python) S 14245 14247 12976 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 9 0 867344164 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14515] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14515/stat : 14515 (python) S 14245 14247 12976 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 867354177 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14526] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14526/stat : 14526 (python) S 14245 14247 12976 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 867364192 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
[pid=14247/tid=14536] ppid=14245 vsize=361648 CPUtime=0 cores=1,3
/proc/14247/task/14536/stat : 14536 (python) S 14245 14247 12976 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 9 0 867374206 370327552 7409 33554432000 4194304 5683644 140733198040464 18446744073709551615 220828060081 0 0 16781312 2 18446604471137114816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 702.65
Current children cumulated vsize (KiB) 7865936

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

Real time (s): 702.863
CPU time (s): 702.65
CPU user time (s): 702.17
CPU system time (s): 0.48
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 7865936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.793879
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18076
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1011
involuntary context switches= 19

runsolver used 1.3308 second user time and 2.80957 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 01:34:41
IDJOB=3484313
IDBENCH=82824
IDSOLVER=1975
FILE ID=node147/3484313-1307748881
RUNJOBID= node147-1307746987-12996
PBS_JOBID= 13550813
Free space on /tmp= 73952 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1475406203-080.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-3484313-1307748881/watcher-3484313-1307748881 -o /tmp/evaluation-result-3484313-1307748881/solver-3484313-1307748881 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484313-1307748881.cnf -seed 1017891483 -budget 1200

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

MD5SUM BENCH= 6cadcf1602218f53da431eaffbc93148
RANDOM SEED=1017891483

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      31794504 kB
Buffers:        106444 kB
Cached:         777488 kB
SwapCached:      10296 kB
Active:         453108 kB
Inactive:       552752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31794504 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           40648 kB
Writeback:           0 kB
AnonPages:      120008 kB
Mapped:          18004 kB
Slab:            78036 kB
PageTables:      11628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7048320 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= 73920 MiB
End job on node147 at 2011-06-11 01:46:26