Trace number 3484114

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) 703.76 703.765

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S680524168-083-UNKNOWN.cnf
MD5SUMebf03c9c6463f3682b7e09274cee8655
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 variables300
Number of clauses25500
Sum of the clauses size178500
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 525500

Solver Data

0.34/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.34/0.69	c INFO: solving HOME/instance-3484114-1307747695.cnf
0.34/0.69	c INFO: computing task features
0.50/0.86	c INFO: computed variable-clause graph statistics
0.50/0.87	c INFO: computed clause balance statistics
1.50/1.87	c INFO: computed variable balance statistics
1.90/2.25	c INFO: computed small-clause counts
1.90/2.26	c INFO: computed Horn-clause counts
1.90/2.29	c INFO: computed variable graph statistics
1.90/2.29	c INFO: collected features for HOME/instance-3484114-1307747695.cnf in 1.59 s
1.90/2.30	c INFO: running gnovelty+2@0 for 97 with 1198 remaining (b = 0.37)
102.09/102.47	c INFO: running gnovelty+2@0 for 97 with 1098 remaining (b = 0.13)
202.30/202.66	c INFO: running adaptg2wsat2009++@0 for 97 with 998 remaining (b = 0.08)
302.54/302.81	c INFO: running adaptg2wsat2009++@0 for 97 with 898 remaining (b = 0.07)
402.77/402.96	c INFO: running adaptg2wsat2009++@0 for 97 with 798 remaining (b = 0.05)
503.00/503.11	c INFO: running gnovelty+2@0 for 97 with 698 remaining (b = 0.04)
603.21/603.31	c INFO: running FH@0 for 97 with 598 remaining (b = 0.03)
703.46/703.48	c INFO: running adaptg2wsat2009++@0 for 97 with 497 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.08 3.66 2.15 4/219 31547
/proc/meminfo: memFree=31135368/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=15184 CPUtime=0 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 734 0 0 0 0 0 0 0 22 0 1 0 867185765 15548416 622 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039653376 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/31547/statm: 3796 622 322 364 0 283 0

[startup+0.0614049 s]
/proc/loadavg: 4.08 3.66 2.15 4/219 31547
/proc/meminfo: memFree=31135368/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=29792 CPUtime=0.03 cores=5,7
/proc/31547/stat : 31547 (python) R 31545 31547 31196 0 -1 4202496 1424 0 0 0 3 0 0 0 22 0 1 0 867185765 30507008 1267 33554432000 4194304 5683644 140733471925872 18446744073709551615 4444941 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31547/statm: 7448 1267 443 364 0 818 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29792

[startup+0.100401 s]
/proc/loadavg: 4.08 3.66 2.15 4/219 31547
/proc/meminfo: memFree=31135368/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=85364 CPUtime=0.05 cores=5,7
/proc/31547/stat : 31547 (python) R 31545 31547 31196 0 -1 4202496 2594 0 0 0 4 1 0 0 17 0 1 0 867185765 87412736 2315 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039653376 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31547/statm: 21341 2315 713 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.300429 s]
/proc/loadavg: 4.08 3.66 2.15 4/219 31547
/proc/meminfo: memFree=31135368/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=135748 CPUtime=0.17 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 5972 933 1 0 13 4 0 0 17 0 1 0 867185765 139005952 4149 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039651333 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/31547/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700319 s]
/proc/loadavg: 4.08 3.66 2.15 4/219 31547
/proc/meminfo: memFree=31135368/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=279076 CPUtime=0.4 cores=5,7
/proc/31547/stat : 31547 (python) R 31545 31547 31196 0 -1 4202496 9439 933 1 0 28 12 0 0 15 0 1 0 867185765 285773824 7109 33554432000 4194304 5683644 140733471925872 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31547/statm: 69769 7109 1761 364 0 5693 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 279076

[startup+1.50015 s]
/proc/loadavg: 4.08 3.66 2.15 5/222 31594
/proc/meminfo: memFree=31089236/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=285628 CPUtime=1.2 cores=5,7
/proc/31547/stat : 31547 (python) R 31545 31547 31196 0 -1 4202496 12513 933 1 0 108 12 0 0 16 0 1 0 867185765 292483072 8792 33554432000 4194304 5683644 140733471925872 18446744073709551615 47752031494708 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31547/statm: 71407 8792 1826 364 0 7331 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 285628

[startup+3.10083 s]
/proc/loadavg: 4.07 3.67 2.16 5/222 31594
/proc/meminfo: memFree=31074604/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=290512 CPUtime=2 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 12841 933 1 0 187 13 0 0 19 0 2 0 867185765 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31547/statm: 72628 7493 1869 364 0 8546 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 290512
heavy processes:

[startup+6.30029 s]
/proc/loadavg: 4.07 3.67 2.16 5/228 31601
/proc/meminfo: memFree=31077296/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=290512 CPUtime=2 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 12841 933 1 0 187 13 0 0 19 0 2 0 867185765 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31547/statm: 72628 7493 1869 364 0 8546 0
[pid=31595] ppid=31547 vsize=280752 CPUtime=0 cores=5,7
/proc/31595/stat : 31595 (python) S 31547 31547 31196 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 867185996 287490048 5976 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039675407 0 0 16781312 514 5035845997759004936 0 0 17 5 0 0 0
/proc/31595/statm: 70188 5976 355 364 0 6106 0
[pid=31597] ppid=31595 vsize=1019708 CPUtime=3.99 cores=5,7
/proc/31597/stat : 31597 (gnovelty+2) R 31595 31597 31597 0 -1 4202496 954 0 0 0 399 0 0 0 25 0 1 0 867185996 1044180992 690 33554432000 134512640 135663704 4291094624 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31597/statm: 254927 690 113 282 0 254643 0
[pid=31547/tid=31596] ppid=31545 vsize=290512 CPUtime=0 cores=5,7
/proc/31547/task/31596/stat : 31596 (python) S 31545 31547 31196 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 2 0 867185996 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 1590972

[startup+12.7011 s]
/proc/loadavg: 4.06 3.68 2.18 5/228 31601
/proc/meminfo: memFree=31076988/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=290512 CPUtime=2 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 12841 933 1 0 187 13 0 0 19 0 2 0 867185765 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31547/statm: 72628 7493 1869 364 0 8546 0
[pid=31595] ppid=31547 vsize=280752 CPUtime=0.01 cores=5,7
/proc/31595/stat : 31595 (python) S 31547 31547 31196 0 -1 4202560 859 0 0 0 1 0 0 0 18 0 1 0 867185996 287490048 5999 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039675407 0 0 16781312 514 2292842383726838024 0 0 17 5 0 0 0
/proc/31595/statm: 70188 5999 378 364 0 6106 0
[pid=31597] ppid=31595 vsize=1019708 CPUtime=10.37 cores=5,7
/proc/31597/stat : 31597 (gnovelty+2) R 31595 31597 31597 0 -1 4202496 954 0 0 0 1037 0 0 0 25 0 1 0 867185996 1044180992 690 33554432000 134512640 135663704 4291094624 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/31597/statm: 254927 690 113 282 0 254643 0
[pid=31547/tid=31596] ppid=31545 vsize=290512 CPUtime=0 cores=5,7
/proc/31547/task/31596/stat : 31596 (python) S 31545 31547 31196 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 2 0 867185996 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 1590972

[startup+25.5009 s]
/proc/loadavg: 4.05 3.69 2.20 5/228 31601
/proc/meminfo: memFree=31077600/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=290512 CPUtime=2 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 12841 933 1 0 187 13 0 0 19 0 2 0 867185765 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31547/statm: 72628 7493 1869 364 0 8546 0
[pid=31595] ppid=31547 vsize=280752 CPUtime=0.03 cores=5,7
/proc/31595/stat : 31595 (python) S 31547 31547 31196 0 -1 4202560 864 0 0 0 2 1 0 0 18 0 1 0 867185996 287490048 5999 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039675407 0 0 16781312 514 2292842383726838024 0 0 17 5 0 0 0
/proc/31595/statm: 70188 5999 378 364 0 6106 0
[pid=31597] ppid=31595 vsize=1019708 CPUtime=23.16 cores=5,7
/proc/31597/stat : 31597 (gnovelty+2) R 31595 31597 31597 0 -1 4202496 954 0 0 0 2316 0 0 0 25 0 1 0 867185996 1044180992 690 33554432000 134512640 135663704 4291094624 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31597/statm: 254927 690 113 282 0 254643 0
[pid=31547/tid=31596] ppid=31545 vsize=290512 CPUtime=0 cores=5,7
/proc/31547/task/31596/stat : 31596 (python) S 31545 31547 31196 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 2 0 867185996 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1590972

[startup+51.1003 s]
/proc/loadavg: 4.03 3.71 2.24 5/228 31602
/proc/meminfo: memFree=31077100/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=290512 CPUtime=2 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 12841 933 1 0 187 13 0 0 19 0 2 0 867185765 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31547/statm: 72628 7493 1869 364 0 8546 0
[pid=31595] ppid=31547 vsize=280752 CPUtime=0.06 cores=5,7
/proc/31595/stat : 31595 (python) S 31547 31547 31196 0 -1 4202560 875 0 0 0 4 2 0 0 18 0 1 0 867185996 287490048 5999 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039675407 0 0 16781312 514 2292842383726838024 0 0 17 5 0 0 0
/proc/31595/statm: 70188 5999 378 364 0 6106 0
[pid=31597] ppid=31595 vsize=1019708 CPUtime=48.74 cores=5,7
/proc/31597/stat : 31597 (gnovelty+2) R 31595 31597 31597 0 -1 4202496 954 0 0 0 4874 0 0 0 25 0 1 0 867185996 1044180992 690 33554432000 134512640 135663704 4291094624 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31597/statm: 254927 690 113 282 0 254643 0
[pid=31547/tid=31596] ppid=31545 vsize=290512 CPUtime=0 cores=5,7
/proc/31547/task/31596/stat : 31596 (python) S 31545 31547 31196 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 2 0 867185996 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 1590972

[startup+102.301 s]
/proc/loadavg: 4.01 3.76 2.34 5/228 31603
/proc/meminfo: memFree=31076820/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=290512 CPUtime=2 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 12841 933 1 0 187 13 0 0 19 0 2 0 867185765 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31547/statm: 72628 7493 1869 364 0 8546 0
[pid=31595] ppid=31547 vsize=280752 CPUtime=0.12 cores=5,7
/proc/31595/stat : 31595 (python) S 31547 31547 31196 0 -1 4202560 897 0 0 0 8 4 0 0 18 0 1 0 867185996 287490048 5999 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039675407 0 0 16781312 514 2292842383726838024 0 0 17 5 0 0 0
/proc/31595/statm: 70188 5999 378 364 0 6106 0
[pid=31597] ppid=31595 vsize=1019708 CPUtime=99.87 cores=5,7
/proc/31597/stat : 31597 (gnovelty+2) R 31595 31597 31597 0 -1 4202496 954 0 0 0 9987 0 0 0 25 0 1 0 867185996 1044180992 690 33554432000 134512640 135663704 4291094624 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31597/statm: 254927 690 113 282 0 254643 0
[pid=31547/tid=31596] ppid=31545 vsize=290512 CPUtime=0 cores=5,7
/proc/31547/task/31596/stat : 31596 (python) S 31545 31547 31196 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 2 0 867185996 297484288 7493 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 1590972

[startup+162.3 s]
/proc/loadavg: 4.00 3.80 2.44 5/239 31616
/proc/meminfo: memFree=31035136/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=300768 CPUtime=2.01 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 13707 933 1 0 188 13 0 0 19 0 3 0 867185765 307986432 7508 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31547/statm: 75192 7508 1880 364 0 11107 0
[pid=31595] ppid=31547 vsize=290996 CPUtime=0.13 cores=5,7
/proc/31595/stat : 31595 (python) S 31547 31547 31196 0 -1 4202560 1132 0 0 0 8 5 0 0 19 0 2 0 867185996 297979904 6041 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31595/statm: 72749 6041 415 364 0 8667 0
[pid=31597] ppid=31595 vsize=1019708 CPUtime=100.03 cores=5,7
/proc/31597/stat : 31597 (gnovelty+2) T 31595 31597 31597 0 -1 4202496 954 0 0 0 10003 0 0 0 25 0 1 0 867185996 1044180992 690 33554432000 134512640 135663704 4291094624 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31597/statm: 254927 690 113 282 0 254643 0
[pid=31595/tid=31604] ppid=31547 vsize=290996 CPUtime=0 cores=5,7
/proc/31595/task/31604/stat : 31604 (python) S 31547 31547 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867196012 297979904 6041 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604462675127104 0 0 -1 7 0 0 0
[pid=31605] ppid=31547 vsize=291084 CPUtime=0.08 cores=5,7
/proc/31605/stat : 31605 (python) S 31547 31547 31196 0 -1 4202560 903 0 0 0 4 4 0 0 18 0 1 0 867196013 298070016 5997 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039675462 0 0 16781312 514 2292842383726838024 0 0 17 5 0 0 0
/proc/31605/statm: 72771 5997 372 364 0 8686 0
[pid=31607] ppid=31605 vsize=1019708 CPUtime=59.75 cores=5,7
/proc/31607/stat : 31607 (gnovelty+2) R 31605 31607 31607 0 -1 4202496 955 0 0 0 5975 0 0 0 25 0 1 0 867196014 1044180992 689 33554432000 134512640 135663704 4288720000 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31607/statm: 254927 689 113 282 0 254643 0
[pid=31547/tid=31596] ppid=31545 vsize=300768 CPUtime=0 cores=5,7
/proc/31547/task/31596/stat : 31596 (python) S 31545 31547 31196 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 3 0 867185996 307986432 7508 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31606] ppid=31545 vsize=300768 CPUtime=0 cores=5,7
/proc/31547/task/31606/stat : 31606 (python) S 31545 31547 31196 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 867196013 307986432 7508 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 2922264

[startup+222.301 s]
/proc/loadavg: 4.00 3.83 2.54 5/251 31629
/proc/meminfo: memFree=30989340/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=311024 CPUtime=2.02 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 14490 933 1 0 189 13 0 0 20 0 4 0 867185765 318488576 7533 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0

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

/proc/31605/statm: 72771 6026 400 364 0 8686 0
[pid=31607] ppid=31605 vsize=1019708 CPUtime=100.05 cores=5,7
/proc/31607/stat : 31607 (gnovelty+2) T 31605 31607 31607 0 -1 4202496 955 0 0 0 10005 0 0 0 25 0 1 0 867196014 1044180992 689 33554432000 134512640 135663704 4288720000 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31607/statm: 254927 689 113 282 0 254643 0
[pid=31605/tid=31621] ppid=31547 vsize=291084 CPUtime=0 cores=5,7
/proc/31605/task/31621/stat : 31621 (python) S 31547 31547 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867206032 298070016 6026 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604471145673920 0 0 -1 7 0 0 0
[pid=31622] ppid=31547 vsize=301424 CPUtime=0.14 cores=5,7
/proc/31622/stat : 31622 (python) S 31547 31547 31196 0 -1 4202560 1067 0 0 0 6 8 0 0 19 0 2 0 867206032 308658176 6049 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31622/statm: 75356 6049 400 364 0 11268 0
[pid=31624] ppid=31622 vsize=420220 CPUtime=100.04 cores=5,7
/proc/31624/stat : 31624 (adaptg2wsat2009) T 31622 31624 31624 0 -1 4202496 1666 0 0 0 10004 0 0 0 25 0 1 0 867206033 430305280 1400 33554432000 134512640 135107411 4288958992 18446744073709551615 134532381 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31624/statm: 105055 1400 59 146 0 103931 0
[pid=31622/tid=31636] ppid=31547 vsize=301424 CPUtime=0 cores=5,7
/proc/31622/task/31636/stat : 31636 (python) S 31547 31547 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867216046 308658176 6049 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604454224044224 0 0 -1 5 0 0 0
[pid=31637] ppid=31547 vsize=311612 CPUtime=0.15 cores=5,7
/proc/31637/stat : 31637 (python) S 31547 31547 31196 0 -1 4202560 1076 0 0 0 7 8 0 0 19 0 2 0 867216047 319090688 6074 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31637/statm: 77903 6074 400 364 0 13812 0
[pid=31639] ppid=31637 vsize=420220 CPUtime=100.13 cores=5,7
/proc/31639/stat : 31639 (adaptg2wsat2009) T 31637 31639 31639 0 -1 4202496 1667 0 0 0 10013 0 0 0 25 0 1 0 867216047 430305280 1400 33554432000 134512640 135107411 4294353632 18446744073709551615 134532224 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31639/statm: 105055 1400 59 146 0 103931 0
[pid=31637/tid=31693] ppid=31547 vsize=311612 CPUtime=0 cores=5,7
/proc/31637/task/31693/stat : 31693 (python) S 31547 31547 31196 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867226061 319090688 6074 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604460928031488 0 0 -1 7 0 0 0
[pid=31694] ppid=31547 vsize=322064 CPUtime=0.14 cores=5,7
/proc/31694/stat : 31694 (python) S 31547 31547 31196 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867226062 329793536 6078 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31694/statm: 80516 6078 400 364 0 16422 0
[pid=31696] ppid=31694 vsize=420220 CPUtime=100.02 cores=5,7
/proc/31696/stat : 31696 (adaptg2wsat2009) T 31694 31696 31696 0 -1 4202496 1665 0 0 0 10002 0 0 0 25 0 1 0 867226062 430305280 1399 33554432000 134512640 135107411 4287638640 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31696/statm: 105055 1399 59 146 0 103931 0
[pid=31694/tid=31711] ppid=31547 vsize=322064 CPUtime=0 cores=5,7
/proc/31694/task/31711/stat : 31711 (python) S 31547 31547 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867236076 329793536 6078 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604471160826752 0 0 -1 7 0 0 0
[pid=31712] ppid=31547 vsize=332424 CPUtime=0.14 cores=5,7
/proc/31712/stat : 31712 (python) S 31547 31547 31196 0 -1 4202560 1080 0 0 0 8 6 0 0 19 0 2 0 867236077 340402176 6114 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31712/statm: 83106 6114 400 364 0 19009 0
[pid=31714] ppid=31712 vsize=1019708 CPUtime=100.05 cores=5,7
/proc/31714/stat : 31714 (gnovelty+2) T 31712 31714 31714 0 -1 4202496 955 0 0 0 10005 0 0 0 25 0 1 0 867236077 1044180992 690 33554432000 134512640 135663704 4291751936 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31714/statm: 254927 690 113 282 0 254643 0
[pid=31712/tid=31728] ppid=31547 vsize=332424 CPUtime=0 cores=5,7
/proc/31712/task/31728/stat : 31728 (python) S 31547 31547 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867246096 340402176 6114 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604471134305024 0 0 -1 7 0 0 0
[pid=31729] ppid=31547 vsize=342792 CPUtime=0.16 cores=5,7
/proc/31729/stat : 31729 (python) S 31547 31547 31196 0 -1 4202560 913 0 0 0 8 8 0 0 18 0 1 0 867246097 351019008 6115 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039675462 0 0 16781312 514 2292842383726838021 0 0 17 7 0 0 0
/proc/31729/statm: 85698 6115 372 364 0 21598 0
[pid=31731] ppid=31729 vsize=249872 CPUtime=98.98 cores=5,7
/proc/31731/stat : 31731 (FH) R 31729 31731 31731 0 -1 4202496 1528 0 0 0 9898 0 0 0 25 0 1 0 867246097 255868928 1264 33554432000 134512640 134936988 4288352816 18446744073709551615 134553505 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31731/statm: 62468 1264 41 104 0 61972 0
[pid=31547/tid=31596] ppid=31545 vsize=352440 CPUtime=0 cores=5,7
/proc/31547/task/31596/stat : 31596 (python) S 31545 31547 31196 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 8 0 867185996 360898560 7636 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31606] ppid=31545 vsize=352440 CPUtime=0 cores=5,7
/proc/31547/task/31606/stat : 31606 (python) S 31545 31547 31196 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 8 0 867196013 360898560 7636 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31623] ppid=31545 vsize=352440 CPUtime=0 cores=5,7
/proc/31547/task/31623/stat : 31623 (python) S 31545 31547 31196 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 867206033 360898560 7636 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 7 0 0 0
[pid=31547/tid=31638] ppid=31545 vsize=352440 CPUtime=0 cores=5,7
/proc/31547/task/31638/stat : 31638 (python) S 31545 31547 31196 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 8 0 867216047 360898560 7636 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31695] ppid=31545 vsize=352440 CPUtime=0 cores=5,7
/proc/31547/task/31695/stat : 31695 (python) S 31545 31547 31196 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 8 0 867226062 360898560 7636 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31713] ppid=31545 vsize=352440 CPUtime=0 cores=5,7
/proc/31547/task/31713/stat : 31713 (python) S 31545 31547 31196 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 8 0 867236077 360898560 7636 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31730] ppid=31545 vsize=352440 CPUtime=0 cores=5,7
/proc/31547/task/31730/stat : 31730 (python) S 31545 31547 31196 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 8 0 867246097 360898560 7636 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 702.36
Current children cumulated vsize (KiB) 7114492



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+703.701 s]
/proc/loadavg: 4.00 3.97 3.12 6/287 31747
/proc/meminfo: memFree=30751300/32951124 swapFree=67050916/67111528
[pid=31547] ppid=31545 vsize=362696 CPUtime=2.07 cores=5,7
/proc/31547/stat : 31547 (python) S 31545 31547 31196 0 -1 4202496 18739 933 1 0 193 14 0 0 20 0 9 0 867185765 371400704 7670 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31547/statm: 90674 7670 1892 364 0 26571 0
[pid=31595] ppid=31547 vsize=290996 CPUtime=0.13 cores=5,7
/proc/31595/stat : 31595 (python) S 31547 31547 31196 0 -1 4202560 1132 0 0 0 8 5 0 0 19 0 2 0 867185996 297979904 6041 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31595/statm: 72749 6041 415 364 0 8667 0
[pid=31597] ppid=31595 vsize=1019708 CPUtime=100.03 cores=5,7
/proc/31597/stat : 31597 (gnovelty+2) T 31595 31597 31597 0 -1 4202496 954 0 0 0 10003 0 0 0 25 0 1 0 867185996 1044180992 690 33554432000 134512640 135663704 4291094624 18446744073709551615 134524548 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31597/statm: 254927 690 113 282 0 254643 0
[pid=31595/tid=31604] ppid=31547 vsize=290996 CPUtime=0 cores=5,7
/proc/31595/task/31604/stat : 31604 (python) S 31547 31547 31196 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867196012 297979904 6041 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604462675127104 0 0 -1 7 0 0 0
[pid=31605] ppid=31547 vsize=291084 CPUtime=0.14 cores=5,7
/proc/31605/stat : 31605 (python) S 31547 31547 31196 0 -1 4202560 1071 0 0 0 7 7 0 0 19 0 2 0 867196013 298070016 6026 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31605/statm: 72771 6026 400 364 0 8686 0
[pid=31607] ppid=31605 vsize=1019708 CPUtime=100.05 cores=5,7
/proc/31607/stat : 31607 (gnovelty+2) T 31605 31607 31607 0 -1 4202496 955 0 0 0 10005 0 0 0 25 0 1 0 867196014 1044180992 689 33554432000 134512640 135663704 4288720000 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31607/statm: 254927 689 113 282 0 254643 0
[pid=31605/tid=31621] ppid=31547 vsize=291084 CPUtime=0 cores=5,7
/proc/31605/task/31621/stat : 31621 (python) S 31547 31547 31196 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 867206032 298070016 6026 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604471145673920 0 0 -1 7 0 0 0
[pid=31622] ppid=31547 vsize=301424 CPUtime=0.14 cores=5,7
/proc/31622/stat : 31622 (python) S 31547 31547 31196 0 -1 4202560 1067 0 0 0 6 8 0 0 19 0 2 0 867206032 308658176 6049 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31622/statm: 75356 6049 400 364 0 11268 0
[pid=31624] ppid=31622 vsize=420220 CPUtime=100.04 cores=5,7
/proc/31624/stat : 31624 (adaptg2wsat2009) T 31622 31624 31624 0 -1 4202496 1666 0 0 0 10004 0 0 0 25 0 1 0 867206033 430305280 1400 33554432000 134512640 135107411 4288958992 18446744073709551615 134532381 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31624/statm: 105055 1400 59 146 0 103931 0
[pid=31622/tid=31636] ppid=31547 vsize=301424 CPUtime=0 cores=5,7
/proc/31622/task/31636/stat : 31636 (python) S 31547 31547 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867216046 308658176 6049 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604454224044224 0 0 -1 5 0 0 0
[pid=31637] ppid=31547 vsize=311612 CPUtime=0.15 cores=5,7
/proc/31637/stat : 31637 (python) S 31547 31547 31196 0 -1 4202560 1076 0 0 0 7 8 0 0 19 0 2 0 867216047 319090688 6074 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31637/statm: 77903 6074 400 364 0 13812 0
[pid=31639] ppid=31637 vsize=420220 CPUtime=100.13 cores=5,7
/proc/31639/stat : 31639 (adaptg2wsat2009) T 31637 31639 31639 0 -1 4202496 1667 0 0 0 10013 0 0 0 25 0 1 0 867216047 430305280 1400 33554432000 134512640 135107411 4294353632 18446744073709551615 134532224 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31639/statm: 105055 1400 59 146 0 103931 0
[pid=31637/tid=31693] ppid=31547 vsize=311612 CPUtime=0 cores=5,7
/proc/31637/task/31693/stat : 31693 (python) S 31547 31547 31196 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 867226061 319090688 6074 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604460928031488 0 0 -1 7 0 0 0
[pid=31694] ppid=31547 vsize=322064 CPUtime=0.14 cores=5,7
/proc/31694/stat : 31694 (python) S 31547 31547 31196 0 -1 4202560 1077 0 0 0 8 6 0 0 19 0 2 0 867226062 329793536 6078 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31694/statm: 80516 6078 400 364 0 16422 0
[pid=31696] ppid=31694 vsize=420220 CPUtime=100.02 cores=5,7
/proc/31696/stat : 31696 (adaptg2wsat2009) T 31694 31696 31696 0 -1 4202496 1665 0 0 0 10002 0 0 0 25 0 1 0 867226062 430305280 1399 33554432000 134512640 135107411 4287638640 18446744073709551615 134532349 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31696/statm: 105055 1399 59 146 0 103931 0
[pid=31694/tid=31711] ppid=31547 vsize=322064 CPUtime=0 cores=5,7
/proc/31694/task/31711/stat : 31711 (python) S 31547 31547 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867236076 329793536 6078 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604471160826752 0 0 -1 7 0 0 0
[pid=31712] ppid=31547 vsize=332424 CPUtime=0.14 cores=5,7
/proc/31712/stat : 31712 (python) S 31547 31547 31196 0 -1 4202560 1080 0 0 0 8 6 0 0 19 0 2 0 867236077 340402176 6114 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31712/statm: 83106 6114 400 364 0 19009 0
[pid=31714] ppid=31712 vsize=1019708 CPUtime=100.05 cores=5,7
/proc/31714/stat : 31714 (gnovelty+2) T 31712 31714 31714 0 -1 4202496 955 0 0 0 10005 0 0 0 25 0 1 0 867236077 1044180992 690 33554432000 134512640 135663704 4291751936 18446744073709551615 134525691 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/31714/statm: 254927 690 113 282 0 254643 0
[pid=31712/tid=31728] ppid=31547 vsize=332424 CPUtime=0 cores=5,7
/proc/31712/task/31728/stat : 31728 (python) S 31547 31547 31196 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 867246096 340402176 6114 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604471134305024 0 0 -1 7 0 0 0
[pid=31729] ppid=31547 vsize=342792 CPUtime=0.16 cores=5,7
/proc/31729/stat : 31729 (python) S 31547 31547 31196 0 -1 4202560 1075 0 0 0 8 8 0 0 19 0 2 0 867246097 351019008 6144 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051482059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/31729/statm: 85698 6144 400 364 0 21598 0
[pid=31731] ppid=31729 vsize=249872 CPUtime=100.15 cores=5,7
/proc/31731/stat : 31731 (FH) T 31729 31731 31731 0 -1 4202496 1528 0 0 0 10015 0 0 0 25 0 1 0 867246097 255868928 1264 33554432000 134512640 134936988 4288352816 18446744073709551615 134552080 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31731/statm: 62468 1264 41 104 0 61972 0
[pid=31729/tid=31744] ppid=31547 vsize=342792 CPUtime=0 cores=5,7
/proc/31729/task/31744/stat : 31744 (python) S 31547 31547 31196 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 867256113 351019008 6144 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 514 18446604456321745984 0 0 -1 7 0 0 0
[pid=31745] ppid=31547 vsize=352960 CPUtime=0 cores=5,7
/proc/31745/stat : 31745 (python) S 31547 31547 31196 0 -1 4202560 828 0 0 0 0 0 0 0 19 0 1 0 867256114 361431040 6126 33554432000 4194304 5683644 140733471925872 18446744073709551615 212039675462 0 0 16781312 514 4477866936406900735 0 0 17 5 0 0 0
/proc/31745/statm: 88240 6126 351 364 0 24137 0
[pid=31747] ppid=31745 vsize=419820 CPUtime=0.22 cores=5,7
/proc/31747/stat : 31747 (adaptg2wsat2009) R 31745 31747 31747 0 -1 4202496 1435 0 0 0 22 0 0 0 21 0 1 0 867256114 429895680 1172 33554432000 134512640 135107411 4290677600 18446744073709551615 134523434 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/31747/statm: 104955 1172 49 146 0 103831 0
[pid=31547/tid=31596] ppid=31545 vsize=362696 CPUtime=0 cores=5,7
/proc/31547/task/31596/stat : 31596 (python) S 31545 31547 31196 0 -1 4202560 26 933 0 0 0 0 0 0 19 0 9 0 867185996 371400704 7670 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31606] ppid=31545 vsize=362696 CPUtime=0 cores=5,7
/proc/31547/task/31606/stat : 31606 (python) S 31545 31547 31196 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 867196013 371400704 7670 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31623] ppid=31545 vsize=362696 CPUtime=0 cores=5,7
/proc/31547/task/31623/stat : 31623 (python) S 31545 31547 31196 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867206033 371400704 7670 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 7 0 0 0
[pid=31547/tid=31638] ppid=31545 vsize=362696 CPUtime=0 cores=5,7
/proc/31547/task/31638/stat : 31638 (python) S 31545 31547 31196 0 -1 4202560 24 933 0 0 0 0 0 0 20 0 9 0 867216047 371400704 7670 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31695] ppid=31545 vsize=362696 CPUtime=0 cores=5,7
/proc/31547/task/31695/stat : 31695 (python) S 31545 31547 31196 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 867226062 371400704 7670 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31713] ppid=31545 vsize=362696 CPUtime=0 cores=5,7
/proc/31547/task/31713/stat : 31713 (python) S 31545 31547 31196 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 867236077 371400704 7670 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31730] ppid=31545 vsize=362696 CPUtime=0 cores=5,7
/proc/31547/task/31730/stat : 31730 (python) S 31545 31547 31196 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 9 0 867246097 371400704 7670 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
[pid=31547/tid=31746] ppid=31545 vsize=362696 CPUtime=0 cores=5,7
/proc/31547/task/31746/stat : 31746 (python) S 31545 31547 31196 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 867256114 371400704 7670 33554432000 4194304 5683644 140733471925872 18446744073709551615 212051478961 0 0 16781312 2 18446604471127114176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 703.76
Current children cumulated vsize (KiB) 7897528

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

Real time (s): 703.765
CPU time (s): 703.76
CPU user time (s): 703.14
CPU system time (s): 0.62
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 7897528

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

runsolver used 1.59376 second user time and 3.37649 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-11 01:14:55
IDJOB=3484114
IDBENCH=82625
IDSOLVER=1975
FILE ID=node146/3484114-1307747695
RUNJOBID= node146-1307746987-31217
PBS_JOBID= 13550814
Free space on /tmp= 73992 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S680524168-083-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-3484114-1307747695/watcher-3484114-1307747695 -o /tmp/evaluation-result-3484114-1307747695/solver-3484114-1307747695 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484114-1307747695.cnf -seed 134082521 -budget 1200

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

MD5SUM BENCH= ebf03c9c6463f3682b7e09274cee8655
RANDOM SEED=134082521

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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:      31135424 kB
Buffers:        256584 kB
Cached:        1044988 kB
SwapCached:      14540 kB
Active:         911380 kB
Inactive:       688404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31135424 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:           32772 kB
Writeback:           0 kB
AnonPages:      295840 kB
Mapped:          16496 kB
Slab:           142820 kB
PageTables:      12104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3965040 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= 73956 MiB
End job on node146 at 2011-06-11 01:26:41