Trace number 3377271

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (MO) 818.83 822.486

General information on the benchmark

Namerandom/large/
unif-k7-r85-v200-c17000-S1227169170-092-UNKNOWN.cnf
MD5SUM51cac83217796c0d85d5add5d2ed2d64
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark132.517
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses17000
Sum of the clauses size119000
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517000

Solver Data

0.61/4.55	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.61/4.55	c INFO: solving HOME/instance-3377271-1305451983.cnf
0.61/4.55	c INFO: computing task features
0.66/4.67	c INFO: computed variable-clause graph statistics
0.66/4.67	c INFO: computed clause balance statistics
1.35/5.32	c INFO: computed variable balance statistics
1.55/5.58	c INFO: computed small-clause counts
1.55/5.58	c INFO: computed Horn-clause counts
1.55/5.60	c INFO: computed variable graph statistics
1.65/5.60	c INFO: collected features for HOME/instance-3377271-1305451983.cnf in 1.03 s
1.65/5.61	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.35)
101.97/105.91	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.12)
117.25/121.23	c INFO: running adaptg2wsat2009++@0 for 97 with 2283 remaining (b = 0.08)
217.57/221.51	c INFO: running adaptg2wsat2009++@0 for 97 with 2183 remaining (b = 0.06)
317.88/321.80	c INFO: running adaptg2wsat2009++@0 for 97 with 2083 remaining (b = 0.05)
418.16/422.09	c INFO: running gnovelty+2@0 for 97 with 1983 remaining (b = 0.04)
518.54/522.41	c INFO: running FH@0 for 97 with 1883 remaining (b = 0.03)
618.84/622.72	c INFO: running adaptg2wsat2009++@0 for 97 with 1783 remaining (b = 0.03)
718.41/722.05	c INFO: running adaptg2wsat2009++@0 for 97 with 1684 remaining (b = 0.02)
818.72/822.36	c INFO: running FH@0 for 97 with 1584 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.0 (svn: 961)

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

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.03 2.51 3.05 6/349 21917
/proc/meminfo: memFree=19372120/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=11796 CPUtime=0 cores=1,3
/proc/21917/stat : 21917 (runsolver) R 21914 21917 20857 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 1 0 735429004 12079104 53 33554432000 4194304 5432360 140737460093600 18446744073709551615 5055511 0 0 4096 24578 0 0 0 17 3 0 0 0
/proc/21917/statm: 2949 53 33 303 0 2643 0

[startup+0.0883261 s]
/proc/loadavg: 1.03 2.51 3.05 6/349 21917
/proc/meminfo: memFree=19372120/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=16404 CPUtime=0.01 cores=1,3
/proc/21917/stat : 21917 (python) D 21914 21917 20857 0 -1 4202496 1124 0 4 0 1 0 0 0 17 0 1 0 735429004 16797696 996 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415391488 0 0 16781312 2 18446744071562234166 0 0 17 1 0 0 1
/proc/21917/statm: 4101 996 413 364 0 588 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16404

[startup+0.100319 s]
/proc/loadavg: 1.03 2.51 3.05 6/349 21917
/proc/meminfo: memFree=19372120/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=16540 CPUtime=0.01 cores=1,3
/proc/21917/stat : 21917 (python) R 21914 21917 20857 0 -1 4202496 1185 0 4 0 1 0 0 0 17 0 1 0 735429004 16936960 1050 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415389696 0 2147483391 16781312 2 0 0 0 17 1 0 0 1
/proc/21917/statm: 4135 1050 417 364 0 622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16540

[startup+0.300296 s]
/proc/loadavg: 1.03 2.51 3.05 6/349 21917
/proc/meminfo: memFree=19372120/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=43624 CPUtime=0.07 cores=1,3
/proc/21917/stat : 21917 (python) R 21914 21917 20857 0 -1 4202496 1866 0 12 0 3 4 0 0 16 0 1 0 735429004 44670976 1654 33554432000 4194304 5683644 140735422956432 18446744073709551615 256410467975 0 2147483391 16781312 2 0 0 0 17 1 0 0 3
/proc/21917/statm: 10906 1654 467 364 0 1171 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43624

[startup+0.700213 s]
/proc/loadavg: 1.03 2.51 3.05 6/349 21917
/proc/meminfo: memFree=19372120/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=113216 CPUtime=0.17 cores=1,3
/proc/21917/stat : 21917 (python) D 21914 21917 20857 0 -1 4202496 3515 0 18 0 6 11 0 0 16 0 1 0 735429004 115933184 3180 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415389696 0 0 16781312 2 0 0 0 17 1 0 0 6
/proc/21917/statm: 28304 3180 884 364 0 2326 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 113216

[startup+1.63206 s]
/proc/loadavg: 1.03 2.51 3.05 6/349 21917
/proc/meminfo: memFree=19372120/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=124240 CPUtime=0.21 cores=1,3
/proc/21917/stat : 21917 (python) S 21914 21917 20857 0 -1 4202496 4287 0 24 0 8 13 0 0 15 0 1 0 735429004 127221760 3880 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415391488 0 0 16781312 2 18446744071562362840 0 0 17 1 0 0 7
/proc/21917/statm: 31060 3880 997 364 0 2871 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 124240

[startup+3.10078 s]
/proc/loadavg: 1.03 2.51 3.05 1/372 21940
/proc/meminfo: memFree=19300396/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=124240 CPUtime=0.21 cores=1,3
/proc/21917/stat : 21917 (python) S 21914 21917 20857 0 -1 4202496 4287 0 24 0 8 13 0 0 15 0 1 0 735429004 127221760 3880 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415391488 0 0 16781312 2 18446744071562362840 0 0 17 1 0 0 7
/proc/21917/statm: 31060 3880 997 364 0 2871 0
[pid=21934] ppid=21917 vsize=8700 CPUtime=0 cores=1,3
/proc/21934/stat : 21934 (sh) S 21917 21917 20857 0 -1 4202496 307 0 0 0 0 0 0 0 17 0 1 0 735429089 8908800 246 33554432000 4194304 4922060 140734192629648 18446744073709551615 256415210629 0 65536 16781316 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/21934/statm: 2175 246 206 178 0 68 0
[pid=21935] ppid=21934 vsize=788 CPUtime=0 cores=1,3
/proc/21935/stat : 21935 (ldconfig) D 21934 21917 20857 0 -1 4194304 70 0 2 0 0 0 0 0 18 0 1 0 735429089 806912 7 33554432000 4194304 4893030 140735607777184 18446744073709551615 4371008 0 0 16781312 0 18446744071562234166 0 0 17 3 0 0 168
/proc/21935/statm: 197 7 2 171 0 24 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 133728
heavy processes:

[startup+6.31314 s]
/proc/loadavg: 1.18 2.51 3.05 4/365 21955
/proc/meminfo: memFree=19169228/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=289440 CPUtime=1.67 cores=1,3
/proc/21917/stat : 21917 (python) S 21914 21917 20857 0 -1 4202496 11504 928 77 8 133 34 0 0 19 0 2 0 735429004 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/21917/statm: 72360 7224 1869 364 0 8278 0
[pid=21952] ppid=21917 vsize=279196 CPUtime=0 cores=1,3
/proc/21952/stat : 21952 (python) S 21917 21917 20857 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 735429566 285896704 5705 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415411727 0 0 16781312 514 12858639232431816703 0 0 17 1 0 0 0
/proc/21952/statm: 69799 5705 354 364 0 5717 0
[pid=21954] ppid=21952 vsize=1018616 CPUtime=0.68 cores=1,3
/proc/21954/stat : 21954 (gnovelty+2) R 21952 21954 21954 0 -1 4202496 767 0 0 0 68 0 0 0 21 0 1 0 735429566 1043062784 501 33554432000 134512640 135663704 4289874080 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21954/statm: 254654 501 113 282 0 254370 0
[pid=21917/tid=21953] ppid=21914 vsize=289440 CPUtime=0 cores=1,3
/proc/21917/task/21953/stat : 21953 (python) S 21914 21917 20857 0 -1 4202560 29 928 0 8 0 0 0 0 19 0 2 0 735429566 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 1587252
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 1.41 2.54 3.05 5/370 21989
/proc/meminfo: memFree=19141528/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=289440 CPUtime=1.67 cores=1,3
/proc/21917/stat : 21917 (python) S 21914 21917 20857 0 -1 4202496 11504 928 77 8 133 34 0 0 19 0 2 0 735429004 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/21917/statm: 72360 7224 1869 364 0 8278 0
[pid=21952] ppid=21917 vsize=279196 CPUtime=0.01 cores=1,3
/proc/21952/stat : 21952 (python) S 21917 21917 20857 0 -1 4202560 969 0 0 0 0 1 0 0 18 0 1 0 735429566 285896704 5733 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415411727 0 0 16781312 514 12858639232431784199 0 0 17 1 0 0 0
/proc/21952/statm: 69799 5733 382 364 0 5717 0
[pid=21954] ppid=21952 vsize=1018616 CPUtime=7.06 cores=1,3
/proc/21954/stat : 21954 (gnovelty+2) R 21952 21954 21954 0 -1 4202496 767 0 0 0 706 0 0 0 25 0 1 0 735429566 1043062784 501 33554432000 134512640 135663704 4289874080 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21954/statm: 254654 501 113 282 0 254370 0
[pid=21917/tid=21953] ppid=21914 vsize=289440 CPUtime=0 cores=1,3
/proc/21917/task/21953/stat : 21953 (python) S 21914 21917 20857 0 -1 4202560 29 928 0 8 0 0 0 0 19 0 2 0 735429566 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 1587252
heavy processes:

[startup+25.5005 s]
/proc/loadavg: 2.06 2.63 3.07 5/376 21995
/proc/meminfo: memFree=19075324/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=289440 CPUtime=1.67 cores=1,3
/proc/21917/stat : 21917 (python) S 21914 21917 20857 0 -1 4202496 11504 928 77 8 133 34 0 0 19 0 2 0 735429004 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/21917/statm: 72360 7224 1869 364 0 8278 0
[pid=21952] ppid=21917 vsize=279196 CPUtime=0.03 cores=1,3
/proc/21952/stat : 21952 (python) S 21917 21917 20857 0 -1 4202560 975 0 0 0 1 2 0 0 18 0 1 0 735429566 285896704 5733 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415411727 0 0 16781312 514 12001107844523852039 0 0 17 1 0 0 0
/proc/21952/statm: 69799 5733 382 364 0 5717 0
[pid=21954] ppid=21952 vsize=1018616 CPUtime=19.82 cores=1,3
/proc/21954/stat : 21954 (gnovelty+2) R 21952 21954 21954 0 -1 4202496 767 0 0 0 1982 0 0 0 25 0 1 0 735429566 1043062784 501 33554432000 134512640 135663704 4289874080 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21954/statm: 254654 501 113 282 0 254370 0
[pid=21917/tid=21953] ppid=21914 vsize=289440 CPUtime=0 cores=1,3
/proc/21917/task/21953/stat : 21953 (python) S 21914 21917 20857 0 -1 4202560 29 928 0 8 0 0 0 0 19 0 2 0 735429566 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.52
Current children cumulated vsize (KiB) 1587252

[startup+51.1007 s]
/proc/loadavg: 2.72 2.73 3.10 5/376 21996
/proc/meminfo: memFree=19075540/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=289440 CPUtime=1.67 cores=1,3
/proc/21917/stat : 21917 (python) S 21914 21917 20857 0 -1 4202496 11504 928 77 8 133 34 0 0 19 0 2 0 735429004 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/21917/statm: 72360 7224 1869 364 0 8278 0
[pid=21952] ppid=21917 vsize=279196 CPUtime=0.11 cores=1,3
/proc/21952/stat : 21952 (python) S 21917 21917 20857 0 -1 4202560 987 0 0 0 5 6 0 0 18 0 1 0 735429566 285896704 5733 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415411727 0 0 16781312 514 12001107844523852039 0 0 17 1 0 0 0
/proc/21952/statm: 69799 5733 382 364 0 5717 0
[pid=21954] ppid=21952 vsize=1018616 CPUtime=45.37 cores=1,3
/proc/21954/stat : 21954 (gnovelty+2) R 21952 21954 21954 0 -1 4202496 767 0 0 0 4537 0 0 0 25 0 1 0 735429566 1043062784 501 33554432000 134512640 135663704 4289874080 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21954/statm: 254654 501 113 282 0 254370 0
[pid=21917/tid=21953] ppid=21914 vsize=289440 CPUtime=0 cores=1,3
/proc/21917/task/21953/stat : 21953 (python) S 21914 21917 20857 0 -1 4202560 29 928 0 8 0 0 0 0 19 0 2 0 735429566 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.15
Current children cumulated vsize (KiB) 1587252

[startup+102.301 s]
/proc/loadavg: 3.44 2.93 3.14 5/376 21997
/proc/meminfo: memFree=19072740/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=289440 CPUtime=1.67 cores=1,3
/proc/21917/stat : 21917 (python) S 21914 21917 20857 0 -1 4202496 11504 928 77 8 133 34 0 0 19 0 2 0 735429004 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/21917/statm: 72360 7224 1869 364 0 8278 0
[pid=21952] ppid=21917 vsize=279196 CPUtime=0.24 cores=1,3
/proc/21952/stat : 21952 (python) S 21917 21917 20857 0 -1 4202560 1012 0 0 0 12 12 0 0 18 0 1 0 735429566 285896704 5733 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415411727 0 0 16781312 514 12001107844523852039 0 0 17 1 0 0 0
/proc/21952/statm: 69799 5733 382 364 0 5717 0
[pid=21954] ppid=21952 vsize=1018616 CPUtime=96.45 cores=1,3
/proc/21954/stat : 21954 (gnovelty+2) R 21952 21954 21954 0 -1 4202496 767 0 0 0 9645 0 0 0 25 0 1 0 735429566 1043062784 501 33554432000 134512640 135663704 4289874080 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21954/statm: 254654 501 113 282 0 254370 0
[pid=21917/tid=21953] ppid=21914 vsize=289440 CPUtime=0 cores=1,3
/proc/21917/task/21953/stat : 21953 (python) S 21914 21917 20857 0 -1 4202560 29 928 0 8 0 0 0 0 19 0 2 0 735429566 296386560 7224 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 98.36
Current children cumulated vsize (KiB) 1587252

[startup+162.301 s]
/proc/loadavg: 3.94 3.15 3.20 5/393 22019
/proc/meminfo: memFree=18978088/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=310728 CPUtime=17 cores=1,3
/proc/21917/stat : 21917 (python) S 21914 21917 20857 0 -1 4202496 13217 2808 77 8 136 34 1527 3 20 0 4 0 735429004 318185472 7431 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/21917/statm: 77682 7431 1874 364 0 13594 0
[pid=21952] ppid=21917 vsize=289440 CPUtime=0.26 cores=1,3
/proc/21952/stat : 21952 (python) S 21917 21917 20857 0 -1 4202560 1151 0 0 0 13 13 0 0 19 0 2 0 735429566 296386560 5771 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21952/statm: 72360 5771 415 364 0 8278 0
[pid=21954] ppid=21952 vsize=1018616 CPUtime=100.04 cores=1,3
/proc/21954/stat : 21954 (gnovelty+2) T 21952 21954 21954 0 -1 4202496 767 0 0 0 10004 0 0 0 25 0 1 0 735429566 1043062784 501 33554432000 134512640 135663704 4289874080 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21954/statm: 254654 501 113 282 0 254370 0
[pid=21952/tid=21998] ppid=21917 vsize=289440 CPUtime=0 cores=1,3
/proc/21952/task/21998/stat : 21998 (python) S 21917 21917 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735439594 296386560 5771 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604460201545792 0 0 -1 3 0 0 0
[pid=22016] ppid=21917 vsize=300484 CPUtime=0.11 cores=1,3
/proc/22016/stat : 22016 (python) S 21917 21917 20857 0 -1 4202560 904 0 0 0 6 5 0 0 18 0 1 0 735441128 307695616 5924 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415411782 0 0 16781312 514 11028347917197869319 0 0 17 1 0 0 0
/proc/22016/statm: 75121 5924 370 364 0 11033 0
[pid=22018] ppid=22016 vsize=418636 CPUtime=40.96 cores=1,3
/proc/22018/stat : 22018 (adaptg2wsat2009) R 22016 22018 22018 0 -1 4202496 1225 0 0 0 4096 0 0 0 25 0 1 0 735441128 428683264 955 33554432000 134512640 135107411 4292189584 18446744073709551615 134532242 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22018/statm: 104659 955 59 146 0 103535 0
[pid=21917/tid=21953] ppid=21914 vsize=310728 CPUtime=15.3 cores=1,3
/proc/21917/task/21953/stat : 21953 (python) S 21914 21917 20857 0 -1 4202560 29 2808 0 8 0 0 1527 3 19 0 4 0 735429566 318185472 7431 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22000] ppid=21914 vsize=310728 CPUtime=15.3 cores=1,3
/proc/21917/task/22000/stat : 22000 (python) S 21914 21917 20857 0 -1 4202560 26 2808 0 8 0 0 1527 3 20 0 4 0 735439596 318185472 7431 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0

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

/proc/22061/statm: 82813 5966 400 364 0 18716 0
[pid=22063] ppid=22061 vsize=1018616 CPUtime=100.01 cores=1,3
/proc/22063/stat : 22063 (gnovelty+2) T 22061 22063 22063 0 -1 4202496 767 0 0 0 10001 0 0 0 25 0 1 0 735471214 1043062784 501 33554432000 134512640 135663704 4291260704 18446744073709551615 134524610 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22063/statm: 254654 501 113 282 0 254370 0
[pid=22061/tid=22076] ppid=21917 vsize=331252 CPUtime=0 cores=1,3
/proc/22061/task/22076/stat : 22076 (python) S 21917 21917 20857 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735481244 339202048 5966 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604459648359360 0 0 -1 1 0 0 0
[pid=22077] ppid=21917 vsize=341508 CPUtime=0.29 cores=1,3
/proc/22077/stat : 22077 (python) S 21917 21917 20857 0 -1 4202560 1097 0 0 0 16 13 0 0 19 0 2 0 735481246 349704192 5970 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22077/statm: 85377 5970 399 364 0 21277 0
[pid=22079] ppid=22077 vsize=248656 CPUtime=100 cores=1,3
/proc/22079/stat : 22079 (FH) T 22077 22079 22079 0 -1 4202496 1120 0 0 0 10000 0 0 0 25 0 1 0 735481246 254623744 857 33554432000 134512640 134936988 4292716480 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22079/statm: 62164 857 41 104 0 61668 0
[pid=22077/tid=22089] ppid=21917 vsize=341508 CPUtime=0 cores=1,3
/proc/22077/task/22089/stat : 22089 (python) S 21917 21917 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735491275 349704192 5970 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604455772037312 0 0 -1 3 0 0 0
[pid=22090] ppid=21917 vsize=351764 CPUtime=0.3 cores=1,3
/proc/22090/stat : 22090 (python) S 21917 21917 20857 0 -1 4202560 1124 0 0 0 15 15 0 0 19 0 2 0 735491277 360206336 5980 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22090/statm: 87941 5980 406 364 0 23838 0
[pid=22092] ppid=22090 vsize=418636 CPUtime=99.31 cores=1,3
/proc/22092/stat : 22092 (adaptg2wsat2009) T 22090 22092 22092 0 -1 4202496 1224 0 0 0 9931 0 0 0 25 0 1 0 735491277 428683264 956 33554432000 134512640 135107411 4286694784 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22092/statm: 104659 956 59 146 0 103535 0
[pid=22090/tid=22141] ppid=21917 vsize=351764 CPUtime=0 cores=1,3
/proc/22090/task/22141/stat : 22141 (python) S 21917 21917 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735501208 360206336 5980 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604455772039104 0 0 -1 3 0 0 0
[pid=22142] ppid=21917 vsize=362272 CPUtime=0.29 cores=1,3
/proc/22142/stat : 22142 (python) S 21917 21917 20857 0 -1 4202560 948 0 0 0 14 15 0 0 18 0 1 0 735501210 370966528 6011 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415411782 0 0 16781312 514 11028347917197869319 0 0 17 1 0 0 0
/proc/22142/statm: 90568 6011 370 364 0 26462 0
[pid=22144] ppid=22142 vsize=418636 CPUtime=99.95 cores=1,3
/proc/22144/stat : 22144 (adaptg2wsat2009) R 22142 22144 22144 0 -1 4202496 1223 0 0 0 9995 0 0 0 25 0 1 0 735501210 428683264 955 33554432000 134512640 135107411 4292742608 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22144/statm: 104659 955 59 146 0 103535 0
[pid=21917/tid=21953] ppid=21914 vsize=372516 CPUtime=15.3 cores=1,3
/proc/21917/task/21953/stat : 21953 (python) S 21914 21917 20857 0 -1 4202560 29 2808 0 8 0 0 1527 3 19 0 10 0 735429566 381456384 7538 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22000] ppid=21914 vsize=372516 CPUtime=15.3 cores=1,3
/proc/21917/task/22000/stat : 22000 (python) S 21914 21917 20857 0 -1 4202560 26 2808 0 8 0 0 1527 3 20 0 10 0 735439596 381456384 7538 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22017] ppid=21914 vsize=372516 CPUtime=15.3 cores=1,3
/proc/21917/task/22017/stat : 22017 (python) S 21914 21917 20857 0 -1 4202560 21 2808 0 8 0 0 1527 3 20 0 10 0 735441128 381456384 7538 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22035] ppid=21914 vsize=372516 CPUtime=15.3 cores=1,3
/proc/21917/task/22035/stat : 22035 (python) S 21914 21917 20857 0 -1 4202560 25 2808 0 8 0 0 1527 3 20 0 10 0 735451156 381456384 7538 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22048] ppid=21914 vsize=372516 CPUtime=15.3 cores=1,3
/proc/21917/task/22048/stat : 22048 (python) S 21914 21917 20857 0 -1 4202560 31 2808 0 8 0 0 1527 3 20 0 10 0 735461185 381456384 7538 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22062] ppid=21914 vsize=372516 CPUtime=15.3 cores=1,3
/proc/21917/task/22062/stat : 22062 (python) S 21914 21917 20857 0 -1 4202560 28 2808 0 8 0 0 1527 3 20 0 10 0 735471214 381456384 7538 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22078] ppid=21914 vsize=372516 CPUtime=15.3 cores=1,3
/proc/21917/task/22078/stat : 22078 (python) S 21914 21917 20857 0 -1 4202560 27 2808 0 8 0 0 1527 3 20 0 10 0 735481246 381456384 7538 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22091] ppid=21914 vsize=372516 CPUtime=15.3 cores=1,3
/proc/21917/task/22091/stat : 22091 (python) S 21914 21917 20857 0 -1 4202560 25 2808 0 8 0 0 1527 3 20 0 10 0 735491277 381456384 7538 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22143] ppid=21914 vsize=372516 CPUtime=15.3 cores=1,3
/proc/21917/task/22143/stat : 22143 (python) S 21914 21917 20857 0 -1 4202560 27 2808 0 8 0 0 1527 3 20 0 10 0 735501210 381456384 7538 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 818.72
Current children cumulated vsize (KiB) 7360040



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+822.402 s]
/proc/loadavg: 4.24 4.02 3.64 6/454 22156
/proc/meminfo: memFree=18568148/32950928 swapFree=67111200/67111528
[pid=21917] ppid=21914 vsize=382772 CPUtime=17.1 cores=1,3
/proc/21917/stat : 21917 (python) S 21914 21917 20857 0 -1 4202496 19286 2808 77 8 145 35 1527 3 19 0 11 0 735429004 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 22
/proc/21917/statm: 95693 7544 1896 364 0 31584 0
[pid=21952] ppid=21917 vsize=289440 CPUtime=0.26 cores=1,3
/proc/21952/stat : 21952 (python) S 21917 21917 20857 0 -1 4202560 1151 0 0 0 13 13 0 0 19 0 2 0 735429566 296386560 5771 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21952/statm: 72360 5771 415 364 0 8278 0
[pid=21954] ppid=21952 vsize=1018616 CPUtime=100.04 cores=1,3
/proc/21954/stat : 21954 (gnovelty+2) T 21952 21954 21954 0 -1 4202496 767 0 0 0 10004 0 0 0 25 0 1 0 735429566 1043062784 501 33554432000 134512640 135663704 4289874080 18446744073709551615 134524882 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21954/statm: 254654 501 113 282 0 254370 0
[pid=21952/tid=21998] ppid=21917 vsize=289440 CPUtime=0 cores=1,3
/proc/21952/task/21998/stat : 21998 (python) S 21917 21917 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735439594 296386560 5771 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604460201545792 0 0 -1 3 0 0 0
[pid=22016] ppid=21917 vsize=300484 CPUtime=0.27 cores=1,3
/proc/22016/stat : 22016 (python) S 21917 21917 20857 0 -1 4202560 1088 0 0 0 13 14 0 0 19 0 2 0 735441128 307695616 5954 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22016/statm: 75121 5954 399 364 0 11033 0
[pid=22018] ppid=22016 vsize=418636 CPUtime=100 cores=1,3
/proc/22018/stat : 22018 (adaptg2wsat2009) T 22016 22018 22018 0 -1 4202496 1225 0 0 0 10000 0 0 0 25 0 1 0 735441128 428683264 955 33554432000 134512640 135107411 4292189584 18446744073709551615 134532191 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22018/statm: 104659 955 59 146 0 103535 0
[pid=22016/tid=22033] ppid=21917 vsize=300484 CPUtime=0 cores=1,3
/proc/22016/task/22033/stat : 22033 (python) S 21917 21917 20857 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 735451154 307695616 5954 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604471147314240 0 0 -1 1 0 0 0
[pid=22034] ppid=21917 vsize=310740 CPUtime=0.28 cores=1,3
/proc/22034/stat : 22034 (python) S 21917 21917 20857 0 -1 4202560 1088 0 0 0 17 11 0 0 19 0 2 0 735451156 318197760 5958 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22034/statm: 77685 5958 400 364 0 13594 0
[pid=22036] ppid=22034 vsize=418636 CPUtime=100.01 cores=1,3
/proc/22036/stat : 22036 (adaptg2wsat2009) T 22034 22036 22036 0 -1 4202496 1222 0 0 0 10001 0 0 0 25 0 1 0 735451156 428683264 956 33554432000 134512640 135107411 4288287328 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22036/statm: 104659 956 59 146 0 103535 0
[pid=22034/tid=22046] ppid=21917 vsize=310740 CPUtime=0 cores=1,3
/proc/22034/task/22046/stat : 22046 (python) S 21917 21917 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735461183 318197760 5958 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604467096797248 0 0 -1 3 0 0 0
[pid=22047] ppid=21917 vsize=320996 CPUtime=0.28 cores=1,3
/proc/22047/stat : 22047 (python) S 21917 21917 20857 0 -1 4202560 1097 0 0 0 15 13 0 0 19 0 2 0 735461185 328699904 5962 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22047/statm: 80249 5962 399 364 0 16155 0
[pid=22049] ppid=22047 vsize=418636 CPUtime=100.06 cores=1,3
/proc/22049/stat : 22049 (adaptg2wsat2009) T 22047 22049 22049 0 -1 4202496 1221 0 0 0 10006 0 0 0 25 0 1 0 735461185 428683264 954 33554432000 134512640 135107411 4287597536 18446744073709551615 134531792 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22049/statm: 104659 954 59 146 0 103535 0
[pid=22047/tid=22060] ppid=21917 vsize=320996 CPUtime=0 cores=1,3
/proc/22047/task/22060/stat : 22060 (python) S 21917 21917 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735471212 328699904 5962 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604467096799040 0 0 -1 1 0 0 0
[pid=22061] ppid=21917 vsize=331252 CPUtime=0.29 cores=1,3
/proc/22061/stat : 22061 (python) S 21917 21917 20857 0 -1 4202560 1100 0 0 0 16 13 0 0 19 0 2 0 735471214 339202048 5966 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22061/statm: 82813 5966 400 364 0 18716 0
[pid=22063] ppid=22061 vsize=1018616 CPUtime=100.01 cores=1,3
/proc/22063/stat : 22063 (gnovelty+2) T 22061 22063 22063 0 -1 4202496 767 0 0 0 10001 0 0 0 25 0 1 0 735471214 1043062784 501 33554432000 134512640 135663704 4291260704 18446744073709551615 134524610 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22063/statm: 254654 501 113 282 0 254370 0
[pid=22061/tid=22076] ppid=21917 vsize=331252 CPUtime=0 cores=1,3
/proc/22061/task/22076/stat : 22076 (python) S 21917 21917 20857 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 735481244 339202048 5966 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604459648359360 0 0 -1 1 0 0 0
[pid=22077] ppid=21917 vsize=341508 CPUtime=0.29 cores=1,3
/proc/22077/stat : 22077 (python) S 21917 21917 20857 0 -1 4202560 1097 0 0 0 16 13 0 0 19 0 2 0 735481246 349704192 5970 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22077/statm: 85377 5970 399 364 0 21277 0
[pid=22079] ppid=22077 vsize=248656 CPUtime=100 cores=1,3
/proc/22079/stat : 22079 (FH) T 22077 22079 22079 0 -1 4202496 1120 0 0 0 10000 0 0 0 25 0 1 0 735481246 254623744 857 33554432000 134512640 134936988 4292716480 18446744073709551615 134552375 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/22079/statm: 62164 857 41 104 0 61668 0
[pid=22077/tid=22089] ppid=21917 vsize=341508 CPUtime=0 cores=1,3
/proc/22077/task/22089/stat : 22089 (python) S 21917 21917 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735491275 349704192 5970 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604455772037312 0 0 -1 3 0 0 0
[pid=22090] ppid=21917 vsize=351764 CPUtime=0.3 cores=1,3
/proc/22090/stat : 22090 (python) S 21917 21917 20857 0 -1 4202560 1124 0 0 0 15 15 0 0 19 0 2 0 735491277 360206336 5980 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/22090/statm: 87941 5980 406 364 0 23838 0
[pid=22092] ppid=22090 vsize=418636 CPUtime=99.31 cores=1,3
/proc/22092/stat : 22092 (adaptg2wsat2009) T 22090 22092 22092 0 -1 4202496 1224 0 0 0 9931 0 0 0 25 0 1 0 735491277 428683264 956 33554432000 134512640 135107411 4286694784 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22092/statm: 104659 956 59 146 0 103535 0
[pid=22090/tid=22141] ppid=21917 vsize=351764 CPUtime=0 cores=1,3
/proc/22090/task/22141/stat : 22141 (python) S 21917 21917 20857 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 735501208 360206336 5980 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604455772039104 0 0 -1 3 0 0 0
[pid=22142] ppid=21917 vsize=362272 CPUtime=0.29 cores=1,3
/proc/22142/stat : 22142 (python) S 21917 21917 20857 0 -1 4202560 1113 0 0 0 14 15 0 0 19 0 2 0 735501210 370966528 6041 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/22142/statm: 90568 6041 399 364 0 26462 0
[pid=22144] ppid=22142 vsize=418636 CPUtime=99.98 cores=1,3
/proc/22144/stat : 22144 (adaptg2wsat2009) T 22142 22144 22144 0 -1 4202496 1223 0 0 0 9998 0 0 0 25 0 1 0 735501210 428683264 955 33554432000 134512640 135107411 4292742608 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/22144/statm: 104659 955 59 146 0 103535 0
[pid=22142/tid=22153] ppid=21917 vsize=362272 CPUtime=0 cores=1,3
/proc/22142/task/22153/stat : 22153 (python) S 21917 21917 20857 0 -1 4202560 53 0 0 0 0 0 0 0 19 0 2 0 735511239 370966528 6041 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 514 18446604464600201216 0 0 -1 1 0 0 0
[pid=22154] ppid=21917 vsize=372528 CPUtime=0 cores=1,3
/proc/22154/stat : 22154 (python) S 21917 21917 20857 0 -1 4202560 757 0 0 0 0 0 0 0 19 0 1 0 735511240 381468672 5988 33554432000 4194304 5683644 140735422956432 18446744073709551615 256415411782 0 0 16781312 514 16047165503499665407 0 0 17 1 0 0 0
/proc/22154/statm: 93132 5988 344 364 0 29023 0
[pid=22156] ppid=22154 vsize=246900 CPUtime=0.06 cores=1,3
/proc/22156/stat : 22156 (FH) R 22154 22156 22156 0 -1 4202496 944 0 0 0 6 0 0 0 21 0 1 0 735511241 252825600 679 33554432000 134512640 134936988 4291237200 18446744073709551615 134523321 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/22156/statm: 61725 679 37 104 0 61229 0
[pid=21917/tid=21953] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/21953/stat : 21953 (python) S 21914 21917 20857 0 -1 4202560 29 2808 0 8 0 0 1527 3 19 0 11 0 735429566 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22000] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/22000/stat : 22000 (python) S 21914 21917 20857 0 -1 4202560 26 2808 0 8 0 0 1527 3 20 0 11 0 735439596 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22017] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/22017/stat : 22017 (python) S 21914 21917 20857 0 -1 4202560 21 2808 0 8 0 0 1527 3 20 0 11 0 735441128 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22035] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/22035/stat : 22035 (python) S 21914 21917 20857 0 -1 4202560 25 2808 0 8 0 0 1527 3 20 0 11 0 735451156 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22048] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/22048/stat : 22048 (python) S 21914 21917 20857 0 -1 4202560 31 2808 0 8 0 0 1527 3 20 0 11 0 735461185 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22062] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/22062/stat : 22062 (python) S 21914 21917 20857 0 -1 4202560 28 2808 0 8 0 0 1527 3 20 0 11 0 735471214 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22078] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/22078/stat : 22078 (python) S 21914 21917 20857 0 -1 4202560 27 2808 0 8 0 0 1527 3 20 0 11 0 735481246 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22091] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/22091/stat : 22091 (python) S 21914 21917 20857 0 -1 4202560 25 2808 0 8 0 0 1527 3 20 0 11 0 735491277 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22143] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/22143/stat : 22143 (python) S 21914 21917 20857 0 -1 4202560 27 2808 0 8 0 0 1527 3 20 0 11 0 735501210 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
[pid=21917/tid=22155] ppid=21914 vsize=382772 CPUtime=15.3 cores=1,3
/proc/21917/task/22155/stat : 22155 (python) S 21914 21917 20857 0 -1 4202560 25 2808 0 8 0 0 1527 3 20 0 11 0 735511241 391958528 7544 33554432000 4194304 5683644 140735422956432 18446744073709551615 256427215281 0 0 16781312 2 18446604465221669120 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 818.83
Current children cumulated vsize (KiB) 7989724

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

Real time (s): 822.486
CPU time (s): 818.83
CPU user time (s): 817.38
CPU system time (s): 1.45
CPU usage (%): 99.5555
Max. virtual memory (cumulated for all children) (KiB): 7989724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7255
system time used= 0.399939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22102
page faults= 85
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40250
involuntary context switches= 304

runsolver used 3.82342 second user time and 8.74567 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-15 11:33:03
IDJOB=3377271
IDBENCH=82580
IDSOLVER=1857
FILE ID=node115/3377271-1305451983
RUNJOBID= node115-1305451983-21891
PBS_JOBID= 13324848
Free space on /tmp= 73296 MiB

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

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

MD5SUM BENCH= 51cac83217796c0d85d5add5d2ed2d64
RANDOM SEED=1299152299

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19372352 kB
Buffers:        248292 kB
Cached:        2998300 kB
SwapCached:          0 kB
Active:       10173248 kB
Inactive:      3099044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19372352 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:          135504 kB
Writeback:           0 kB
AnonPages:    10025440 kB
Mapped:          27632 kB
Slab:           200180 kB
PageTables:      41164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69656000 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= 73152 MiB
End job on node115 at 2011-05-15 11:46:48