Trace number 3484383

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)? 1198.96 1198.69

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S289144908-090.UNKNOWN.cnf
MD5SUMacdd1627e1c0387cb30884180f862a47
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 variables70
Number of clauses6230
Sum of the clauses size43610
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 56230

Solver Data

0.29/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.29/0.46	c INFO: solving HOME/instance-3484383-1307749368.cnf
0.29/0.46	c INFO: computing task features
0.38/0.50	c INFO: computed variable-clause graph statistics
0.38/0.50	c INFO: computed clause balance statistics
0.58/0.73	c INFO: computed variable balance statistics
0.68/0.82	c INFO: computed small-clause counts
0.68/0.82	c INFO: computed Horn-clause counts
0.68/0.83	c INFO: computed variable graph statistics
0.68/0.83	c INFO: collected features for HOME/instance-3484383-1307749368.cnf in 0.37 s
0.68/0.84	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.52)
100.75/100.97	c INFO: running gnovelty+2@0 for 97 with 1099 remaining (b = 0.10)
200.95/201.11	c INFO: running adaptg2wsat2009++@0 for 97 with 999 remaining (b = 0.05)
301.16/301.24	c INFO: running adaptg2wsat2009++@0 for 97 with 899 remaining (b = 0.04)
401.25/401.37	c INFO: running adaptg2wsat2009++@0 for 97 with 799 remaining (b = 0.03)
501.44/501.50	c INFO: running gnovelty+2@0 for 97 with 699 remaining (b = 0.03)
601.56/601.64	c INFO: running FH@0 for 97 with 599 remaining (b = 0.02)
700.76/700.77	c INFO: running march_hi@0 for 388 with 500 remaining (b = 0.07)
1093.27/1093.25	c INFO: running march_hi@391 for 108 with 108 remaining (b = 0.03)
1198.69/1198.67	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3484383-1307749368/watcher-3484383-1307749368 -o /tmp/evaluation-result-3484383-1307749368/solver-3484383-1307749368 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484383-1307749368.cnf -seed 1472919221 -budget 1200 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.04 4.03 3.69 5/214 20005
/proc/meminfo: memFree=31739284/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=15380 CPUtime=0 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 793 0 0 0 0 0 0 0 18 0 1 0 886533876 15749120 679 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/20005/statm: 3845 679 322 364 0 332 0

[startup+0.043118 s]
/proc/loadavg: 4.04 4.03 3.69 5/214 20005
/proc/meminfo: memFree=31739284/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=23188 CPUtime=0.03 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 1333 0 0 0 3 0 0 0 17 0 1 0 886533876 23744512 1179 33554432000 4194304 5683644 140737425549600 18446744073709551615 239471771271 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/20005/statm: 5797 1179 432 364 0 724 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23188

[startup+0.101124 s]
/proc/loadavg: 4.04 4.03 3.69 5/214 20005
/proc/meminfo: memFree=31739284/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=104228 CPUtime=0.06 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 3072 0 0 0 5 1 0 0 17 0 1 0 886533876 106729472 2751 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/20005/statm: 26057 2751 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.301074 s]
/proc/loadavg: 4.04 4.03 3.69 5/214 20005
/proc/meminfo: memFree=31739284/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=194420 CPUtime=0.21 cores=1,3
/proc/20005/stat : 20005 (python) R 20003 20005 18188 0 -1 4202496 6913 931 1 0 16 5 0 0 17 0 1 0 886533876 199086080 4959 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476694672 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20005/statm: 48605 4959 1431 364 0 3724 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 194420

[startup+0.700991 s]
/proc/loadavg: 4.04 4.03 3.69 5/214 20005
/proc/meminfo: memFree=31739284/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=279748 CPUtime=0.58 cores=1,3
/proc/20005/stat : 20005 (python) R 20003 20005 18188 0 -1 4202496 10039 931 1 0 51 7 0 0 17 0 1 0 886533876 286461952 7321 33554432000 4194304 5683644 140737425549600 18446744073709551615 5003218 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20005/statm: 69937 7321 1826 364 0 5861 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 279748

[startup+1.50084 s]
/proc/loadavg: 4.04 4.03 3.69 5/218 20013
/proc/meminfo: memFree=31714600/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=288992 CPUtime=0.72 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 10470 931 1 0 65 7 0 0 19 0 2 0 886533876 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20005/statm: 72248 7144 1869 364 0 8166 0
[pid=20011] ppid=20005 vsize=278748 CPUtime=0 cores=1,3
/proc/20011/stat : 20011 (python) S 20005 20005 18188 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 886533960 285437952 5625 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476715023 0 0 16781312 514 131414183802568703 0 0 17 1 0 0 0
/proc/20011/statm: 69687 5625 354 364 0 5605 0
[pid=20013] ppid=20011 vsize=1018076 CPUtime=0.65 cores=1,3
/proc/20013/stat : 20013 (gnovelty+2) R 20011 20013 20013 0 -1 4202496 537 0 0 0 65 0 0 0 21 0 1 0 886533960 1042509824 266 33554432000 134512640 135663704 4293000032 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20013/statm: 254519 266 113 282 0 254235 0
[pid=20005/tid=20012] ppid=20003 vsize=288992 CPUtime=0 cores=1,3
/proc/20005/task/20012/stat : 20012 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 886533960 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 1585816

[startup+3.10053 s]
/proc/loadavg: 4.04 4.03 3.69 5/218 20013
/proc/meminfo: memFree=31714104/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=288992 CPUtime=0.72 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 10470 931 1 0 65 7 0 0 19 0 2 0 886533876 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20005/statm: 72248 7144 1869 364 0 8166 0
[pid=20011] ppid=20005 vsize=278748 CPUtime=0 cores=1,3
/proc/20011/stat : 20011 (python) S 20005 20005 18188 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 886533960 285437952 5625 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476715023 0 0 16781312 514 131414183802536200 0 0 17 1 0 0 0
/proc/20011/statm: 69687 5625 354 364 0 5605 0
[pid=20013] ppid=20011 vsize=1018076 CPUtime=2.24 cores=1,3
/proc/20013/stat : 20013 (gnovelty+2) R 20011 20013 20013 0 -1 4202496 537 0 0 0 224 0 0 0 25 0 1 0 886533960 1042509824 266 33554432000 134512640 135663704 4293000032 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20013/statm: 254519 266 113 282 0 254235 0
[pid=20005/tid=20012] ppid=20003 vsize=288992 CPUtime=0 cores=1,3
/proc/20005/task/20012/stat : 20012 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 886533960 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 1585816

[startup+6.30092 s]
/proc/loadavg: 4.04 4.03 3.69 5/218 20014
/proc/meminfo: memFree=31711964/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=288992 CPUtime=0.72 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 10470 931 1 0 65 7 0 0 19 0 2 0 886533876 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20005/statm: 72248 7144 1869 364 0 8166 0
[pid=20011] ppid=20005 vsize=278748 CPUtime=0 cores=1,3
/proc/20011/stat : 20011 (python) S 20005 20005 18188 0 -1 4202560 883 0 0 0 0 0 0 0 18 0 1 0 886533960 285437952 5648 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476715023 0 0 16781312 514 131414183802536200 0 0 17 1 0 0 0
/proc/20011/statm: 69687 5648 377 364 0 5605 0
[pid=20013] ppid=20011 vsize=1018076 CPUtime=5.44 cores=1,3
/proc/20013/stat : 20013 (gnovelty+2) R 20011 20013 20013 0 -1 4202496 537 0 0 0 544 0 0 0 25 0 1 0 886533960 1042509824 266 33554432000 134512640 135663704 4293000032 18446744073709551615 134524874 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20013/statm: 254519 266 113 282 0 254235 0
[pid=20005/tid=20012] ppid=20003 vsize=288992 CPUtime=0 cores=1,3
/proc/20005/task/20012/stat : 20012 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 886533960 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 1585816

[startup+12.7007 s]
/proc/loadavg: 4.04 4.03 3.69 5/218 20014
/proc/meminfo: memFree=31710748/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=288992 CPUtime=0.72 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 10470 931 1 0 65 7 0 0 19 0 2 0 886533876 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20005/statm: 72248 7144 1869 364 0 8166 0
[pid=20011] ppid=20005 vsize=278748 CPUtime=0 cores=1,3
/proc/20011/stat : 20011 (python) S 20005 20005 18188 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 886533960 285437952 5648 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476715023 0 0 16781312 514 11738280585020277000 0 0 17 1 0 0 0
/proc/20011/statm: 69687 5648 377 364 0 5605 0
[pid=20013] ppid=20011 vsize=1018076 CPUtime=11.83 cores=1,3
/proc/20013/stat : 20013 (gnovelty+2) R 20011 20013 20013 0 -1 4202496 537 0 0 0 1183 0 0 0 25 0 1 0 886533960 1042509824 266 33554432000 134512640 135663704 4293000032 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20013/statm: 254519 266 113 282 0 254235 0
[pid=20005/tid=20012] ppid=20003 vsize=288992 CPUtime=0 cores=1,3
/proc/20005/task/20012/stat : 20012 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 886533960 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 1585816

[startup+25.5002 s]
/proc/loadavg: 4.03 4.03 3.69 5/218 20014
/proc/meminfo: memFree=31708240/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=288992 CPUtime=0.72 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 10470 931 1 0 65 7 0 0 19 0 2 0 886533876 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20005/statm: 72248 7144 1869 364 0 8166 0
[pid=20011] ppid=20005 vsize=278748 CPUtime=0.02 cores=1,3
/proc/20011/stat : 20011 (python) S 20005 20005 18188 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 886533960 285437952 5648 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476715023 0 0 16781312 514 11738280585020277000 0 0 17 1 0 0 0
/proc/20011/statm: 69687 5648 377 364 0 5605 0
[pid=20013] ppid=20011 vsize=1018076 CPUtime=24.61 cores=1,3
/proc/20013/stat : 20013 (gnovelty+2) R 20011 20013 20013 0 -1 4202496 537 0 0 0 2461 0 0 0 25 0 1 0 886533960 1042509824 266 33554432000 134512640 135663704 4293000032 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20013/statm: 254519 266 113 282 0 254235 0
[pid=20005/tid=20012] ppid=20003 vsize=288992 CPUtime=0 cores=1,3
/proc/20005/task/20012/stat : 20012 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 886533960 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 1585816

[startup+51.1003 s]
/proc/loadavg: 4.02 4.02 3.70 5/223 20020
/proc/meminfo: memFree=31692624/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=288992 CPUtime=0.72 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 10470 931 1 0 65 7 0 0 19 0 2 0 886533876 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20005/statm: 72248 7144 1869 364 0 8166 0
[pid=20011] ppid=20005 vsize=278748 CPUtime=0.05 cores=1,3
/proc/20011/stat : 20011 (python) S 20005 20005 18188 0 -1 4202560 905 0 0 0 3 2 0 0 18 0 1 0 886533960 285437952 5648 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476715023 0 0 16781312 514 11738280585020277000 0 0 17 1 0 0 0
/proc/20011/statm: 69687 5648 377 364 0 5605 0
[pid=20013] ppid=20011 vsize=1018076 CPUtime=50.19 cores=1,3
/proc/20013/stat : 20013 (gnovelty+2) R 20011 20013 20013 0 -1 4202496 537 0 0 0 5019 0 0 0 25 0 1 0 886533960 1042509824 266 33554432000 134512640 135663704 4293000032 18446744073709551615 134524957 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20013/statm: 254519 266 113 282 0 254235 0
[pid=20005/tid=20012] ppid=20003 vsize=288992 CPUtime=0 cores=1,3
/proc/20005/task/20012/stat : 20012 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 2 0 886533960 295927808 7144 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 1585816

[startup+102.307 s]
/proc/loadavg: 4.12 4.05 3.73 5/227 20167
/proc/meminfo: memFree=31674324/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=299616 CPUtime=0.74 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 11317 931 1 0 66 8 0 0 19 0 3 0 886533876 306806784 7228 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20005/statm: 74904 7228 1872 364 0 10819 0
[pid=20011] ppid=20005 vsize=288992 CPUtime=0.13 cores=1,3
/proc/20011/stat : 20011 (python) S 20005 20005 18188 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886533960 295927808 5692 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20011/statm: 72248 5692 416 364 0 8166 0
[pid=20013] ppid=20011 vsize=1018076 CPUtime=99.98 cores=1,3
/proc/20013/stat : 20013 (gnovelty+2) T 20011 20013 20013 0 -1 4202496 537 0 0 0 9998 0 0 0 25 0 1 0 886533960 1042509824 266 33554432000 134512640 135663704 4293000032 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20013/statm: 254519 266 113 282 0 254235 0
[pid=20011/tid=20164] ppid=20005 vsize=288992 CPUtime=0 cores=1,3
/proc/20011/task/20164/stat : 20164 (python) S 20005 20005 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886543973 295927808 5692 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604470123159680 0 0 -1 3 0 0 0
[pid=20165] ppid=20005 vsize=289372 CPUtime=0 cores=1,3
/proc/20165/stat : 20165 (python) S 20005 20005 18188 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 886543973 296316928 5700 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476715078 0 0 16781312 514 4597519090276335880 0 0 17 1 0 0 0
/proc/20165/statm: 72343 5700 348 364 0 8258 0
[pid=20167] ppid=20165 vsize=1018076 CPUtime=1.32 cores=1,3
/proc/20167/stat : 20167 (gnovelty+2) R 20165 20167 20167 0 -1 4202496 532 0 0 0 132 0 0 0 25 0 1 0 886543974 1042509824 266 33554432000 134512640 135663704 4289446384 18446744073709551615 134524901 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20167/statm: 254519 266 113 282 0 254235 0
[pid=20005/tid=20012] ppid=20003 vsize=299616 CPUtime=0 cores=1,3
/proc/20005/task/20012/stat : 20012 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 3 0 886533960 306806784 7228 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20166] ppid=20003 vsize=299616 CPUtime=0 cores=1,3
/proc/20005/task/20166/stat : 20166 (python) S 20003 20005 18188 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 3 0 886543973 306806784 7228 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 2914132

[startup+162.301 s]
/proc/loadavg: 4.04 4.04 3.74 5/227 20169
/proc/meminfo: memFree=31658952/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=299616 CPUtime=0.74 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 11317 931 1 0 66 8 0 0 19 0 3 0 886533876 306806784 7228 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20005/statm: 74904 7228 1872 364 0 10819 0
[pid=20011] ppid=20005 vsize=288992 CPUtime=0.13 cores=1,3

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

/proc/20011/stat : 20011 (python) S 20005 20005 18188 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886533960 295927808 5692 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20011/statm: 72248 5692 416 364 0 8166 0
[pid=20013] ppid=20011 vsize=1018076 CPUtime=99.98 cores=1,3
/proc/20013/stat : 20013 (gnovelty+2) T 20011 20013 20013 0 -1 4202496 537 0 0 0 9998 0 0 0 25 0 1 0 886533960 1042509824 266 33554432000 134512640 135663704 4293000032 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20013/statm: 254519 266 113 282 0 254235 0
[pid=20011/tid=20164] ppid=20005 vsize=288992 CPUtime=0 cores=1,3
/proc/20011/task/20164/stat : 20164 (python) S 20005 20005 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886543973 295927808 5692 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604470123159680 0 0 -1 3 0 0 0
[pid=20165] ppid=20005 vsize=289372 CPUtime=0.12 cores=1,3
/proc/20165/stat : 20165 (python) S 20005 20005 18188 0 -1 4202560 1091 0 0 0 7 5 0 0 19 0 2 0 886543973 296316928 5753 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20165/statm: 72343 5753 400 364 0 8258 0
[pid=20167] ppid=20165 vsize=1018076 CPUtime=99.98 cores=1,3
/proc/20167/stat : 20167 (gnovelty+2) T 20165 20167 20167 0 -1 4202496 532 0 0 0 9998 0 0 0 25 0 1 0 886543974 1042509824 266 33554432000 134512640 135663704 4289446384 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20167/statm: 254519 266 113 282 0 254235 0
[pid=20165/tid=20175] ppid=20005 vsize=289372 CPUtime=0 cores=1,3
/proc/20165/task/20175/stat : 20175 (python) S 20005 20005 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886553987 296316928 5753 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604471163005760 0 0 -1 3 0 0 0
[pid=20176] ppid=20005 vsize=299332 CPUtime=0.13 cores=1,3
/proc/20176/stat : 20176 (python) S 20005 20005 18188 0 -1 4202560 1088 0 0 0 7 6 0 0 19 0 2 0 886553987 306515968 5686 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20176/statm: 74833 5686 400 364 0 10745 0
[pid=20178] ppid=20176 vsize=416920 CPUtime=100.11 cores=1,3
/proc/20178/stat : 20178 (adaptg2wsat2009) T 20176 20178 20178 0 -1 4202496 673 0 0 0 10011 0 0 0 25 0 1 0 886553988 426926080 406 33554432000 134512640 135107411 4287072384 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20178/statm: 104230 406 59 146 0 103106 0
[pid=20176/tid=20186] ppid=20005 vsize=299332 CPUtime=0 cores=1,3
/proc/20176/task/20186/stat : 20186 (python) S 20005 20005 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886563999 306515968 5686 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604471159271552 0 0 -1 3 0 0 0
[pid=20187] ppid=20005 vsize=310128 CPUtime=0.12 cores=1,3
/proc/20187/stat : 20187 (python) S 20005 20005 18188 0 -1 4202560 1097 0 0 0 6 6 0 0 19 0 2 0 886564000 317571072 5805 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20187/statm: 77532 5805 400 364 0 13441 0
[pid=20189] ppid=20187 vsize=416920 CPUtime=99.99 cores=1,3
/proc/20189/stat : 20189 (adaptg2wsat2009) T 20187 20189 20189 0 -1 4202496 668 0 0 0 9999 0 0 0 25 0 1 0 886564000 426926080 406 33554432000 134512640 135107411 4287691504 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20189/statm: 104230 406 59 146 0 103106 0
[pid=20187/tid=20423] ppid=20005 vsize=310128 CPUtime=0 cores=1,3
/proc/20187/task/20423/stat : 20423 (python) S 20005 20005 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886574012 317571072 5805 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604470732573568 0 0 -1 3 0 0 0
[pid=20424] ppid=20005 vsize=320384 CPUtime=0.12 cores=1,3
/proc/20424/stat : 20424 (python) S 20005 20005 18188 0 -1 4202560 1087 0 0 0 7 5 0 0 19 0 2 0 886574013 328073216 5809 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20424/statm: 80096 5809 400 364 0 16002 0
[pid=20426] ppid=20424 vsize=416920 CPUtime=99.99 cores=1,3
/proc/20426/stat : 20426 (adaptg2wsat2009) T 20424 20426 20426 0 -1 4202496 671 0 0 0 9999 0 0 0 25 0 1 0 886574013 426926080 406 33554432000 134512640 135107411 4291828400 18446744073709551615 134531768 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20426/statm: 104230 406 59 146 0 103106 0
[pid=20424/tid=20480] ppid=20005 vsize=320384 CPUtime=0 cores=1,3
/proc/20424/task/20480/stat : 20480 (python) S 20005 20005 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886584025 328073216 5809 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604471146706176 0 0 -1 1 0 0 0
[pid=20481] ppid=20005 vsize=330640 CPUtime=0.13 cores=1,3
/proc/20481/stat : 20481 (python) S 20005 20005 18188 0 -1 4202560 1096 0 0 0 6 7 0 0 19 0 2 0 886584026 338575360 5841 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20481/statm: 82660 5841 400 364 0 18563 0
[pid=20483] ppid=20481 vsize=1018076 CPUtime=100.01 cores=1,3
/proc/20483/stat : 20483 (gnovelty+2) T 20481 20483 20483 0 -1 4202496 529 0 0 0 10001 0 0 0 25 0 1 0 886584026 1042509824 267 33554432000 134512640 135663704 4290384560 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20483/statm: 254519 267 113 282 0 254235 0
[pid=20481/tid=20490] ppid=20005 vsize=330640 CPUtime=0 cores=1,3
/proc/20481/task/20490/stat : 20490 (python) S 20005 20005 18188 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886594039 338575360 5841 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604454223779008 0 0 -1 3 0 0 0
[pid=20491] ppid=20005 vsize=341112 CPUtime=0.12 cores=1,3
/proc/20491/stat : 20491 (python) S 20005 20005 18188 0 -1 4202560 1091 0 0 0 5 7 0 0 19 0 2 0 886594040 349298688 5871 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20491/statm: 85278 5871 400 364 0 21178 0
[pid=20493] ppid=20491 vsize=247072 CPUtime=99.11 cores=1,3
/proc/20493/stat : 20493 (FH) T 20491 20493 20493 0 -1 4202496 629 0 0 0 9911 0 0 0 25 0 1 0 886594041 253001728 365 33554432000 134512640 134936988 4293880512 18446744073709551615 134552066 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20493/statm: 61768 365 41 104 0 61272 0
[pid=20491/tid=20547] ppid=20005 vsize=341112 CPUtime=0 cores=1,3
/proc/20491/task/20547/stat : 20547 (python) S 20005 20005 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886603953 349298688 5871 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604454223780800 0 0 -1 3 0 0 0
[pid=20548] ppid=20005 vsize=351368 CPUtime=0.67 cores=1,3
/proc/20548/stat : 20548 (python) S 20005 20005 18188 0 -1 4202560 1196 0 0 0 35 32 0 0 15 0 2 0 886603954 359800832 5881 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20548/statm: 87842 5881 406 364 0 23739 0
[pid=20550] ppid=20548 vsize=62676 CPUtime=497.08 cores=1,3
/proc/20550/stat : 20550 (march_hi) R 20548 20550 20550 0 -1 4202496 13785 0 0 0 49706 2 0 0 25 0 1 0 886603954 64180224 12757 33554432000 4194304 4955518 140737383711360 18446744073709551615 4235627 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20550/statm: 15669 12757 106 186 0 15482 0
[pid=20548/tid=20575] ppid=20005 vsize=351368 CPUtime=0 cores=1,3
/proc/20548/task/20575/stat : 20575 (python) S 20005 20005 18188 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 886643200 359800832 5881 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604470732571776 0 0 -1 1 0 0 0
[pid=20005/tid=20012] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20012/stat : 20012 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 9 0 886533960 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20166] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20166/stat : 20166 (python) S 20003 20005 18188 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886543973 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20177] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20177/stat : 20177 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886553987 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20188] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20188/stat : 20188 (python) S 20003 20005 18188 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 886564000 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20425] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20425/stat : 20425 (python) S 20003 20005 18188 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886574013 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20482] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20482/stat : 20482 (python) S 20003 20005 18188 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886584026 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 3 0 0 0
[pid=20005/tid=20492] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20492/stat : 20492 (python) S 20003 20005 18188 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886594041 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20549] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20549/stat : 20549 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 886603954 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1198.59
Current children cumulated vsize (KiB) 7507676

[startup+1198.6 s]
/proc/loadavg: 2.06 2.34 3.01 3/226 20578
/proc/meminfo: memFree=31742160/32950928 swapFree=67055428/67111528
[pid=20005] ppid=20003 vsize=361612 CPUtime=0.8 cores=1,3
/proc/20005/stat : 20005 (python) S 20003 20005 18188 0 -1 4202496 17130 931 1 0 71 9 0 0 18 0 9 0 886533876 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20005/statm: 90403 7385 1892 364 0 26300 0
[pid=20011] ppid=20005 vsize=288992 CPUtime=0.13 cores=1,3
/proc/20011/stat : 20011 (python) S 20005 20005 18188 0 -1 4202560 1163 0 0 0 7 6 0 0 19 0 2 0 886533960 295927808 5692 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20011/statm: 72248 5692 416 364 0 8166 0
[pid=20013] ppid=20011 vsize=1018076 CPUtime=99.98 cores=1,3
/proc/20013/stat : 20013 (gnovelty+2) T 20011 20013 20013 0 -1 4202496 537 0 0 0 9998 0 0 0 25 0 1 0 886533960 1042509824 266 33554432000 134512640 135663704 4293000032 18446744073709551615 134524498 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20013/statm: 254519 266 113 282 0 254235 0
[pid=20011/tid=20164] ppid=20005 vsize=288992 CPUtime=0 cores=1,3
/proc/20011/task/20164/stat : 20164 (python) S 20005 20005 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886543973 295927808 5692 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604470123159680 0 0 -1 3 0 0 0
[pid=20165] ppid=20005 vsize=289372 CPUtime=0.12 cores=1,3
/proc/20165/stat : 20165 (python) S 20005 20005 18188 0 -1 4202560 1091 0 0 0 7 5 0 0 19 0 2 0 886543973 296316928 5753 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20165/statm: 72343 5753 400 364 0 8258 0
[pid=20167] ppid=20165 vsize=1018076 CPUtime=99.98 cores=1,3
/proc/20167/stat : 20167 (gnovelty+2) T 20165 20167 20167 0 -1 4202496 532 0 0 0 9998 0 0 0 25 0 1 0 886543974 1042509824 266 33554432000 134512640 135663704 4289446384 18446744073709551615 134524734 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20167/statm: 254519 266 113 282 0 254235 0
[pid=20165/tid=20175] ppid=20005 vsize=289372 CPUtime=0 cores=1,3
/proc/20165/task/20175/stat : 20175 (python) S 20005 20005 18188 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886553987 296316928 5753 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604471163005760 0 0 -1 3 0 0 0
[pid=20176] ppid=20005 vsize=299332 CPUtime=0.13 cores=1,3
/proc/20176/stat : 20176 (python) S 20005 20005 18188 0 -1 4202560 1088 0 0 0 7 6 0 0 19 0 2 0 886553987 306515968 5686 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20176/statm: 74833 5686 400 364 0 10745 0
[pid=20178] ppid=20176 vsize=416920 CPUtime=100.11 cores=1,3
/proc/20178/stat : 20178 (adaptg2wsat2009) T 20176 20178 20178 0 -1 4202496 673 0 0 0 10011 0 0 0 25 0 1 0 886553988 426926080 406 33554432000 134512640 135107411 4287072384 18446744073709551615 134532376 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20178/statm: 104230 406 59 146 0 103106 0
[pid=20176/tid=20186] ppid=20005 vsize=299332 CPUtime=0 cores=1,3
/proc/20176/task/20186/stat : 20186 (python) S 20005 20005 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886563999 306515968 5686 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604471159271552 0 0 -1 3 0 0 0
[pid=20187] ppid=20005 vsize=310128 CPUtime=0.12 cores=1,3
/proc/20187/stat : 20187 (python) S 20005 20005 18188 0 -1 4202560 1097 0 0 0 6 6 0 0 19 0 2 0 886564000 317571072 5805 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20187/statm: 77532 5805 400 364 0 13441 0
[pid=20189] ppid=20187 vsize=416920 CPUtime=99.99 cores=1,3
/proc/20189/stat : 20189 (adaptg2wsat2009) T 20187 20189 20189 0 -1 4202496 668 0 0 0 9999 0 0 0 25 0 1 0 886564000 426926080 406 33554432000 134512640 135107411 4287691504 18446744073709551615 134531239 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20189/statm: 104230 406 59 146 0 103106 0
[pid=20187/tid=20423] ppid=20005 vsize=310128 CPUtime=0 cores=1,3
/proc/20187/task/20423/stat : 20423 (python) S 20005 20005 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886574012 317571072 5805 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604470732573568 0 0 -1 3 0 0 0
[pid=20424] ppid=20005 vsize=320384 CPUtime=0.12 cores=1,3
/proc/20424/stat : 20424 (python) S 20005 20005 18188 0 -1 4202560 1087 0 0 0 7 5 0 0 19 0 2 0 886574013 328073216 5809 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20424/statm: 80096 5809 400 364 0 16002 0
[pid=20426] ppid=20424 vsize=416920 CPUtime=99.99 cores=1,3
/proc/20426/stat : 20426 (adaptg2wsat2009) T 20424 20426 20426 0 -1 4202496 671 0 0 0 9999 0 0 0 25 0 1 0 886574013 426926080 406 33554432000 134512640 135107411 4291828400 18446744073709551615 134531768 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20426/statm: 104230 406 59 146 0 103106 0
[pid=20424/tid=20480] ppid=20005 vsize=320384 CPUtime=0 cores=1,3
/proc/20424/task/20480/stat : 20480 (python) S 20005 20005 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886584025 328073216 5809 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604471146706176 0 0 -1 1 0 0 0
[pid=20481] ppid=20005 vsize=330640 CPUtime=0.13 cores=1,3
/proc/20481/stat : 20481 (python) S 20005 20005 18188 0 -1 4202560 1096 0 0 0 6 7 0 0 19 0 2 0 886584026 338575360 5841 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20481/statm: 82660 5841 400 364 0 18563 0
[pid=20483] ppid=20481 vsize=1018076 CPUtime=100.01 cores=1,3
/proc/20483/stat : 20483 (gnovelty+2) T 20481 20483 20483 0 -1 4202496 529 0 0 0 10001 0 0 0 25 0 1 0 886584026 1042509824 267 33554432000 134512640 135663704 4290384560 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/20483/statm: 254519 267 113 282 0 254235 0
[pid=20481/tid=20490] ppid=20005 vsize=330640 CPUtime=0 cores=1,3
/proc/20481/task/20490/stat : 20490 (python) S 20005 20005 18188 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 886594039 338575360 5841 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604454223779008 0 0 -1 3 0 0 0
[pid=20491] ppid=20005 vsize=341112 CPUtime=0.12 cores=1,3
/proc/20491/stat : 20491 (python) S 20005 20005 18188 0 -1 4202560 1091 0 0 0 5 7 0 0 19 0 2 0 886594040 349298688 5871 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20491/statm: 85278 5871 400 364 0 21178 0
[pid=20493] ppid=20491 vsize=247072 CPUtime=99.11 cores=1,3
/proc/20493/stat : 20493 (FH) T 20491 20493 20493 0 -1 4202496 629 0 0 0 9911 0 0 0 25 0 1 0 886594041 253001728 365 33554432000 134512640 134936988 4293880512 18446744073709551615 134552066 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/20493/statm: 61768 365 41 104 0 61272 0
[pid=20491/tid=20547] ppid=20005 vsize=341112 CPUtime=0 cores=1,3
/proc/20491/task/20547/stat : 20547 (python) S 20005 20005 18188 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 886603953 349298688 5871 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604454223780800 0 0 -1 3 0 0 0
[pid=20548] ppid=20005 vsize=351368 CPUtime=0.67 cores=1,3
/proc/20548/stat : 20548 (python) S 20005 20005 18188 0 -1 4202560 1196 0 0 0 35 32 0 0 15 0 2 0 886603954 359800832 5881 33554432000 4194304 5683644 140737425549600 18446744073709551615 239476715078 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20548/statm: 87842 5881 406 364 0 23739 0
[pid=20550] ppid=20548 vsize=62676 CPUtime=497.18 cores=1,3
/proc/20550/stat : 20550 (march_hi) R 20548 20550 20550 0 -1 4202496 13787 0 0 0 49716 2 0 0 25 0 1 0 886603954 64180224 12759 33554432000 4194304 4955518 140737383711360 18446744073709551615 4297472 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/20550/statm: 15669 12759 106 186 0 15482 0
[pid=20548/tid=20575] ppid=20005 vsize=351368 CPUtime=0 cores=1,3
/proc/20548/task/20575/stat : 20575 (python) S 20005 20005 18188 0 -1 4202560 42 0 0 0 0 0 0 0 16 0 2 0 886643200 359800832 5881 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 514 18446604470732571776 0 0 -1 1 0 0 0
[pid=20005/tid=20012] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20012/stat : 20012 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 19 0 9 0 886533960 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20166] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20166/stat : 20166 (python) S 20003 20005 18188 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886543973 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20177] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20177/stat : 20177 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 9 0 886553987 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20188] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20188/stat : 20188 (python) S 20003 20005 18188 0 -1 4202560 24 931 0 0 0 0 0 0 20 0 9 0 886564000 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20425] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20425/stat : 20425 (python) S 20003 20005 18188 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886574013 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20482] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20482/stat : 20482 (python) S 20003 20005 18188 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 9 0 886584026 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 3 0 0 0
[pid=20005/tid=20492] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20492/stat : 20492 (python) S 20003 20005 18188 0 -1 4202560 26 931 0 0 0 0 0 0 20 0 9 0 886594041 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
[pid=20005/tid=20549] ppid=20003 vsize=361612 CPUtime=0 cores=1,3
/proc/20005/task/20549/stat : 20549 (python) S 20003 20005 18188 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 886603954 370290688 7385 33554432000 4194304 5683644 140737425549600 18446744073709551615 239488518577 0 0 16781312 2 18446604454224995264 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1198.69
Current children cumulated vsize (KiB) 7507676

Child status: 0
Real time (s): 1198.69
CPU time (s): 1198.96
CPU user time (s): 1198.02
CPU system time (s): 0.940856
CPU usage (%): 100.022
Max. virtual memory (cumulated for all children) (KiB): 7507676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.02
system time used= 0.940856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49315
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= 2768
involuntary context switches= 3947

runsolver used 4.6183 second user time and 6.49301 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 01:42:48
IDJOB=3484383
IDBENCH=82894
IDSOLVER=1975
FILE ID=node148/3484383-1307749368
RUNJOBID= node148-1307746987-18208
PBS_JOBID= 13550812
Free space on /tmp= 73952 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S289144908-090.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-3484383-1307749368/watcher-3484383-1307749368 -o /tmp/evaluation-result-3484383-1307749368/solver-3484383-1307749368 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484383-1307749368.cnf -seed 1472919221 -budget 1200

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

MD5SUM BENCH= acdd1627e1c0387cb30884180f862a47
RANDOM SEED=1472919221

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      31739588 kB
Buffers:        101972 kB
Cached:         708976 kB
SwapCached:       8824 kB
Active:         595516 kB
Inactive:       461304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31739588 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           40220 kB
Writeback:          48 kB
AnonPages:      244392 kB
Mapped:          21500 kB
Slab:            83036 kB
PageTables:      11320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4899512 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= 73980 MiB
End job on node148 at 2011-06-11 02:02:47