Trace number 3317232

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-random? (MO) 2015.54 509.322

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S415002759-031-UNKNOWN.cnf
MD5SUM6d4469ea6d617a494594ad07b4996367
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.47	c INFO: solving HOME/instance-3317232-1304268450.cnf
0.32/0.47	c INFO: computing task features
0.50/0.64	c INFO: computed variable-clause graph statistics
0.50/0.64	c INFO: computed clause balance statistics
1.40/1.53	c INFO: computed variable balance statistics
1.70/1.88	c INFO: computed small-clause counts
1.70/1.88	c INFO: computed Horn-clause counts
1.80/1.91	c INFO: computed variable graph statistics
1.80/1.91	c INFO: collected features for HOME/instance-3317232-1304268450.cnf in 1.45 s
1.80/1.94	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.37)
1.80/1.97	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
1.90/2.00	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
1.90/2.03	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.07)
395.88/102.21	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.05)
395.88/102.24	c INFO: running gnovelty+2@0 for 97 with 4698 remaining (b = 0.04)
395.88/102.28	c INFO: running FH@0 for 97 with 4698 remaining (b = 0.03)
415.31/107.18	c INFO: running adaptg2wsat2009++@0 for 97 with 4693 remaining (b = 0.03)
790.97/201.48	c INFO: running adaptg2wsat2009++@0 for 97 with 4599 remaining (b = 0.02)
794.95/202.41	c INFO: running FH@0 for 97 with 4598 remaining (b = 0.02)
794.95/202.48	c INFO: running hybridGM3@0 for 194 with 4598 remaining (b = 0.04)
814.39/207.38	c INFO: running gnovelty+2@0 for 97 with 4593 remaining (b = 0.02)
1189.96/301.69	c INFO: running hybridGM3@0 for 194 with 4498 remaining (b = 0.03)
1193.93/302.62	c INFO: running adaptg2wsat2009++@0 for 97 with 4497 remaining (b = 0.01)
1209.83/306.65	c INFO: running hybridGM3@0 for 194 with 4493 remaining (b = 0.03)
1577.30/398.92	c INFO: running hybridGM3@98 for 97 with 4401 remaining (b = 0.01)
1592.82/402.88	c INFO: running hybridGM3@0 for 194 with 4397 remaining (b = 0.02)
1963.51/496.17	c INFO: running hybridGM3@100 for 97 with 4304 remaining (b = 0.01)
1975.42/499.16	c INFO: running TNM@0 for 1552 with 4301 remaining (b = 0.19)
2011.15/508.16	c INFO: running FH@0 for 97 with 4292 remaining (b = 0.01)

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: 935)

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-3317232-1304268450/watcher-3317232-1304268450 -o /tmp/evaluation-result-3317232-1304268450/solver-3317232-1304268450 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317232-1304268450.cnf -seed 824782661 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.33 8.06 5.80 6/215 30760
/proc/meminfo: memFree=30413652/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/30760/stat : 30760 (python) R 30758 30760 30218 0 -1 4202496 859 0 0 0 0 0 0 0 25 0 1 0 538443662 16154624 741 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970549904 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30760/statm: 3944 741 335 364 0 431 0

[startup+0.075583 s]
/proc/loadavg: 8.33 8.06 5.80 6/215 30760
/proc/meminfo: memFree=30413652/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=84472 CPUtime=0.05 cores=1,3,5,7
/proc/30760/stat : 30760 (python) S 30758 30760 30218 0 -1 4202496 2398 0 0 0 4 1 0 0 18 0 1 0 538443662 86499328 2127 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/30760/statm: 21118 2127 707 364 0 1335 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84472

[startup+0.100583 s]
/proc/loadavg: 8.33 8.06 5.80 6/215 30760
/proc/meminfo: memFree=30413652/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=104224 CPUtime=0.07 cores=1,3,5,7
/proc/30760/stat : 30760 (python) S 30758 30760 30218 0 -1 4202496 3058 0 0 0 5 2 0 0 17 0 1 0 538443662 106725376 2741 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970548224 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/30760/statm: 26056 2741 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300544 s]
/proc/loadavg: 8.33 8.06 5.80 6/215 30760
/proc/meminfo: memFree=30413652/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=172856 CPUtime=0.24 cores=1,3,5,7
/proc/30760/stat : 30760 (python) S 30758 30760 30218 0 -1 4202496 6748 932 1 0 17 7 0 0 18 0 1 0 538443662 177004544 4813 33554432000 4194304 5683644 140733413664368 18446744073709551615 242965626503 0 2147483391 16781312 2 18446744071699109054 0 0 17 7 0 0 0
/proc/30760/statm: 43214 4813 1338 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 172856

[startup+0.700426 s]
/proc/loadavg: 8.33 8.06 5.80 6/215 30760
/proc/meminfo: memFree=30413652/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=285632 CPUtime=0.6 cores=1,3,5,7
/proc/30760/stat : 30760 (python) R 30758 30760 30218 0 -1 4202496 12503 932 1 0 51 9 0 0 18 0 1 0 538443662 292487168 8793 33554432000 4194304 5683644 140733413664368 18446744073709551615 4500649 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30760/statm: 71408 8793 1826 364 0 7332 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 285632

[startup+1.50029 s]
/proc/loadavg: 8.06 8.01 5.79 6/216 30765
/proc/meminfo: memFree=30384132/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=285632 CPUtime=1.4 cores=1,3,5,7
/proc/30760/stat : 30760 (python) R 30758 30760 30218 0 -1 4202496 12503 932 1 0 131 9 0 0 20 0 1 0 538443662 292487168 8793 33554432000 4194304 5683644 140733413664368 18446744073709551615 47129462861664 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/30760/statm: 71408 8793 1826 364 0 7332 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 285632

[startup+3.10098 s]
/proc/loadavg: 8.06 8.01 5.79 12/228 30777
/proc/meminfo: memFree=30359592/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=321284 CPUtime=1.93 cores=1,3,5,7
/proc/30760/stat : 30760 (python) S 30758 30760 30218 0 -1 4202496 15381 932 1 0 183 10 0 0 25 0 5 0 538443662 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30760/statm: 80321 7537 1883 364 0 16230 0
[pid=30766] ppid=30760 vsize=280756 CPUtime=0 cores=1,3,5,7
/proc/30766/stat : 30766 (python) S 30760 30760 30218 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 538443857 287494144 5977 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570255 0 0 16781312 514 3553207619139109128 0 0 17 7 0 0 0
/proc/30766/statm: 70189 5977 355 364 0 6107 0
[pid=30768] ppid=30766 vsize=1019708 CPUtime=0.55 cores=1,3,5,7
/proc/30768/stat : 30768 (gnovelty+2) R 30766 30768 30768 0 -1 4202496 950 0 0 0 48 7 0 0 25 0 1 0 538443857 1044180992 690 33554432000 134512640 135663704 4289400784 18446744073709551615 134525260 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30768/statm: 254927 690 113 282 0 254643 0
[pid=30769] ppid=30760 vsize=291080 CPUtime=0 cores=1,3,5,7
/proc/30769/stat : 30769 (python) S 30760 30760 30218 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 538443860 298065920 5975 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 16833430391690854664 0 0 17 5 0 0 0
/proc/30769/statm: 72770 5975 349 364 0 8685 0
[pid=30771] ppid=30769 vsize=1019708 CPUtime=1.12 cores=1,3,5,7
/proc/30771/stat : 30771 (gnovelty+2) R 30769 30771 30771 0 -1 4202496 954 0 0 0 112 0 0 0 25 0 1 0 538443860 1044180992 689 33554432000 134512640 135663704 4291604160 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30771/statm: 254927 689 113 282 0 254643 0
[pid=30772] ppid=30760 vsize=301268 CPUtime=0 cores=1,3,5,7
/proc/30772/stat : 30772 (python) S 30760 30760 30218 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 538443863 308498432 5996 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 4294723208713601023 0 0 17 3 0 0 0
/proc/30772/statm: 75317 5996 349 364 0 11229 0
[pid=30774] ppid=30772 vsize=419820 CPUtime=1.08 cores=1,3,5,7
/proc/30774/stat : 30774 (adaptg2wsat2009) R 30772 30774 30774 0 -1 4202496 1440 0 0 0 108 0 0 0 25 0 1 0 538443863 429895680 1173 33554432000 134512640 135107411 4288114896 18446744073709551615 134523319 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30774/statm: 104955 1173 49 146 0 103831 0
[pid=30775] ppid=30760 vsize=311592 CPUtime=0 cores=1,3,5,7
/proc/30775/stat : 30775 (python) S 30760 30760 30218 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 538443866 319070208 6000 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 4294719360422903807 0 0 17 7 0 0 0
/proc/30775/statm: 77898 6000 349 364 0 13807 0
[pid=30777] ppid=30775 vsize=419820 CPUtime=1.04 cores=1,3,5,7
/proc/30777/stat : 30777 (adaptg2wsat2009) R 30775 30777 30777 0 -1 4202496 1440 0 0 0 104 0 0 0 25 0 1 0 538443866 429895680 1174 33554432000 134512640 135107411 4292989648 18446744073709551615 134523452 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30777/statm: 104955 1174 49 146 0 103831 0
[pid=30760/tid=30767] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30767/stat : 30767 (python) S 30758 30760 30218 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 538443857 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30770] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30770/stat : 30770 (python) S 30758 30760 30218 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538443860 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 3 0 0 0
[pid=30760/tid=30773] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30773/stat : 30773 (python) S 30758 30760 30218 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 5 0 538443863 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 3 0 0 0
[pid=30760/tid=30776] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30776/stat : 30776 (python) S 30758 30760 30218 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 5 0 538443866 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 4385036

[startup+6.30143 s]
/proc/loadavg: 8.14 8.03 5.81 9/228 30777
/proc/meminfo: memFree=30359200/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=321284 CPUtime=1.93 cores=1,3,5,7
/proc/30760/stat : 30760 (python) S 30758 30760 30218 0 -1 4202496 15381 932 1 0 183 10 0 0 25 0 5 0 538443662 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30760/statm: 80321 7537 1883 364 0 16230 0
[pid=30766] ppid=30760 vsize=280756 CPUtime=0 cores=1,3,5,7
/proc/30766/stat : 30766 (python) S 30760 30760 30218 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538443857 287494144 6000 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570255 0 0 16781312 514 3553207619139109128 0 0 17 7 0 0 0
/proc/30766/statm: 70189 6000 378 364 0 6107 0
[pid=30768] ppid=30766 vsize=1019708 CPUtime=1.89 cores=1,3,5,7
/proc/30768/stat : 30768 (gnovelty+2) R 30766 30768 30768 0 -1 4202496 950 0 0 0 176 13 0 0 25 0 1 0 538443857 1044180992 690 33554432000 134512640 135663704 4289400784 18446744073709551615 134524461 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30768/statm: 254927 690 113 282 0 254643 0
[pid=30769] ppid=30760 vsize=291080 CPUtime=0 cores=1,3,5,7
/proc/30769/stat : 30769 (python) S 30760 30760 30218 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 538443860 298065920 5998 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 16833430391690854664 0 0 17 5 0 0 0
/proc/30769/statm: 72770 5998 372 364 0 8685 0
[pid=30771] ppid=30769 vsize=1019708 CPUtime=4.31 cores=1,3,5,7
/proc/30771/stat : 30771 (gnovelty+2) R 30769 30771 30771 0 -1 4202496 954 0 0 0 431 0 0 0 25 0 1 0 538443860 1044180992 689 33554432000 134512640 135663704 4291604160 18446744073709551615 134524681 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30771/statm: 254927 689 113 282 0 254643 0
[pid=30772] ppid=30760 vsize=301268 CPUtime=0 cores=1,3,5,7
/proc/30772/stat : 30772 (python) S 30760 30760 30218 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 538443863 308498432 6019 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 4294723208713568516 0 0 17 3 0 0 0
/proc/30772/statm: 75317 6019 372 364 0 11229 0
[pid=30774] ppid=30772 vsize=420220 CPUtime=4.28 cores=1,3,5,7
/proc/30774/stat : 30774 (adaptg2wsat2009) R 30772 30774 30774 0 -1 4202496 1666 0 0 0 428 0 0 0 25 0 1 0 538443863 430305280 1399 33554432000 134512640 135107411 4288114896 18446744073709551615 134531822 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30774/statm: 105055 1399 59 146 0 103931 0
[pid=30775] ppid=30760 vsize=311592 CPUtime=0 cores=1,3,5,7
/proc/30775/stat : 30775 (python) S 30760 30760 30218 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 1 0 538443866 319070208 6023 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 4294719360422903807 0 0 17 7 0 0 0
/proc/30775/statm: 77898 6023 372 364 0 13807 0
[pid=30777] ppid=30775 vsize=420220 CPUtime=4.2 cores=1,3,5,7
/proc/30777/stat : 30777 (adaptg2wsat2009) R 30775 30777 30777 0 -1 4202496 1667 0 0 0 420 0 0 0 25 0 1 0 538443866 430305280 1401 33554432000 134512640 135107411 4292989648 18446744073709551615 134531600 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30777/statm: 105055 1401 59 146 0 103931 0
[pid=30760/tid=30767] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30767/stat : 30767 (python) S 30758 30760 30218 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 538443857 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30770] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30770/stat : 30770 (python) S 30758 30760 30218 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538443860 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 3 0 0 0
[pid=30760/tid=30773] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30773/stat : 30773 (python) S 30758 30760 30218 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 5 0 538443863 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 3 0 0 0
[pid=30760/tid=30776] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30776/stat : 30776 (python) S 30758 30760 30218 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 5 0 538443866 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.61
Current children cumulated vsize (KiB) 4385836

[startup+12.7013 s]
/proc/loadavg: 8.29 8.06 5.83 10/228 30777
/proc/meminfo: memFree=30356116/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=321284 CPUtime=1.93 cores=1,3,5,7
/proc/30760/stat : 30760 (python) S 30758 30760 30218 0 -1 4202496 15381 932 1 0 183 10 0 0 25 0 5 0 538443662 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/30760/statm: 80321 7537 1883 364 0 16230 0
[pid=30766] ppid=30760 vsize=280756 CPUtime=0.01 cores=1,3,5,7
/proc/30766/stat : 30766 (python) S 30760 30760 30218 0 -1 4202560 897 0 0 0 1 0 0 0 18 0 1 0 538443857 287494144 6000 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570255 0 0 16781312 514 3159028847995748616 0 0 17 7 0 0 0
/proc/30766/statm: 70189 6000 378 364 0 6107 0
[pid=30768] ppid=30766 vsize=1019708 CPUtime=7.32 cores=1,3,5,7
/proc/30768/stat : 30768 (gnovelty+2) R 30766 30768 30768 0 -1 4202496 950 0 0 0 715 17 0 0 25 0 1 0 538443857 1044180992 690 33554432000 134512640 135663704 4289400784 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30768/statm: 254927 690 113 282 0 254643 0
[pid=30769] ppid=30760 vsize=291080 CPUtime=0.01 cores=1,3,5,7
/proc/30769/stat : 30769 (python) S 30760 30760 30218 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 538443860 298065920 5998 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 3159028847995748616 0 0 17 5 0 0 0
/proc/30769/statm: 72770 5998 372 364 0 8685 0
[pid=30771] ppid=30769 vsize=1019708 CPUtime=10.32 cores=1,3,5,7
/proc/30771/stat : 30771 (gnovelty+2) R 30769 30771 30771 0 -1 4202496 954 0 0 0 1032 0 0 0 25 0 1 0 538443860 1044180992 689 33554432000 134512640 135663704 4291604160 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30771/statm: 254927 689 113 282 0 254643 0
[pid=30772] ppid=30760 vsize=301268 CPUtime=0.01 cores=1,3,5,7
/proc/30772/stat : 30772 (python) S 30760 30760 30218 0 -1 4202560 903 0 0 0 0 1 0 0 18 0 1 0 538443863 308498432 6019 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 3159028847995748612 0 0 17 3 0 0 0
/proc/30772/statm: 75317 6019 372 364 0 11229 0
[pid=30774] ppid=30772 vsize=420220 CPUtime=8.37 cores=1,3,5,7
/proc/30774/stat : 30774 (adaptg2wsat2009) R 30772 30774 30774 0 -1 4202496 1666 0 0 0 823 14 0 0 25 0 1 0 538443863 430305280 1399 33554432000 134512640 135107411 4288114896 18446744073709551615 134532112 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30774/statm: 105055 1399 59 146 0 103931 0
[pid=30775] ppid=30760 vsize=311592 CPUtime=0.01 cores=1,3,5,7
/proc/30775/stat : 30775 (python) S 30760 30760 30218 0 -1 4202560 933 0 0 0 1 0 0 0 18 0 1 0 538443866 319070208 6023 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 3159028847995748614 0 0 17 7 0 0 0
/proc/30775/statm: 77898 6023 372 364 0 13807 0
[pid=30777] ppid=30775 vsize=420220 CPUtime=10.53 cores=1,3,5,7
/proc/30777/stat : 30777 (adaptg2wsat2009) R 30775 30777 30777 0 -1 4202496 1667 0 0 0 1053 0 0 0 25 0 1 0 538443866 430305280 1401 33554432000 134512640 135107411 4292989648 18446744073709551615 134531792 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30777/statm: 105055 1401 59 146 0 103931 0
[pid=30760/tid=30767] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30767/stat : 30767 (python) S 30758 30760 30218 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 5 0 538443857 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30770] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30770/stat : 30770 (python) S 30758 30760 30218 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538443860 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 3 0 0 0
[pid=30760/tid=30773] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30773/stat : 30773 (python) S 30758 30760 30218 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 5 0 538443863 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 3 0 0 0
[pid=30760/tid=30776] ppid=30758 vsize=321284 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30776/stat : 30776 (python) S 30758 30760 30218 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 5 0 538443866 328994816 7537 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38.51
Current children cumulated vsize (KiB) 4385836

[startup+25.5011 s]
/proc/loadavg: 8.39 8.09 5.87 9/228 30777
/proc/meminfo: memFree=30356744/32951132 swapFree=67111364/67111528
[pid=30760] ppid=30758 vsize=321284 CPUtime=1.93 cores=1,3,5,7

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

/proc/30775/stat : 30775 (python) S 30760 30760 30218 0 -1 4202560 1121 0 0 0 7 7 0 0 18 0 2 0 538443866 319070208 6052 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30775/statm: 77898 6052 400 364 0 13807 0
[pid=30777] ppid=30775 vsize=420220 CPUtime=99.17 cores=1,3,5,7
/proc/30777/stat : 30777 (adaptg2wsat2009) T 30775 30777 30777 0 -1 4202496 1667 0 0 0 9917 0 0 0 25 0 1 0 538443866 430305280 1401 33554432000 134512640 135107411 4292989648 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30777/statm: 105055 1401 59 146 0 103931 0
[pid=30775/tid=30797] ppid=30760 vsize=311592 CPUtime=0 cores=1,3,5,7
/proc/30775/task/30797/stat : 30797 (python) S 30760 30760 30218 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538453883 319070208 6052 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604471092504704 0 0 -1 3 0 0 0
[pid=30798] ppid=30760 vsize=321924 CPUtime=0.16 cores=1,3,5,7
/proc/30798/stat : 30798 (python) S 30760 30760 30218 0 -1 4202560 1117 0 0 0 8 8 0 0 19 0 2 0 538453884 329650176 6056 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/30798/statm: 80481 6056 400 364 0 16387 0
[pid=30800] ppid=30798 vsize=420220 CPUtime=99.97 cores=1,3,5,7
/proc/30800/stat : 30800 (adaptg2wsat2009) T 30798 30800 30800 0 -1 4202496 1668 0 0 0 9997 0 0 0 25 0 1 0 538453884 430305280 1400 33554432000 134512640 135107411 4294481744 18446744073709551615 134532135 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30800/statm: 105055 1400 59 146 0 103931 0
[pid=30798/tid=30835] ppid=30760 vsize=321924 CPUtime=0 cores=1,3,5,7
/proc/30798/task/30835/stat : 30835 (python) S 30760 30760 30218 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538463900 329650176 6056 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604470995027968 0 0 -1 3 0 0 0
[pid=30802] ppid=30760 vsize=332344 CPUtime=0.16 cores=1,3,5,7
/proc/30802/stat : 30802 (python) S 30760 30760 30218 0 -1 4202560 1118 0 0 0 10 6 0 0 19 0 2 0 538453887 340320256 6079 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/30802/statm: 83086 6079 400 364 0 18989 0
[pid=30804] ppid=30802 vsize=1019708 CPUtime=99.19 cores=1,3,5,7
/proc/30804/stat : 30804 (gnovelty+2) T 30802 30804 30804 0 -1 4202496 954 0 0 0 9919 0 0 0 25 0 1 0 538453888 1044180992 690 33554432000 134512640 135663704 4289500992 18446744073709551615 134544204 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/30804/statm: 254927 690 113 282 0 254643 0
[pid=30802/tid=30831] ppid=30760 vsize=332344 CPUtime=0 cores=1,3,5,7
/proc/30802/task/30831/stat : 30831 (python) S 30760 30760 30218 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538463807 340320256 6079 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604471124310784 0 0 -1 7 0 0 0
[pid=30805] ppid=30760 vsize=342516 CPUtime=0.16 cores=1,3,5,7
/proc/30805/stat : 30805 (python) S 30760 30760 30218 0 -1 4202560 1179 0 0 0 8 8 0 0 19 0 2 0 538453891 350736384 6130 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30805/statm: 85629 6130 406 364 0 21529 0
[pid=30807] ppid=30805 vsize=249876 CPUtime=99.75 cores=1,3,5,7
/proc/30807/stat : 30807 (FH) T 30805 30807 30807 0 -1 4202496 1528 0 0 0 9975 0 0 0 25 0 1 0 538453891 255873024 1264 33554432000 134512640 134936988 4293449328 18446744073709551615 134552194 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/30807/statm: 62469 1264 41 104 0 61973 0
[pid=30805/tid=30839] ppid=30760 vsize=342516 CPUtime=0 cores=1,3,5,7
/proc/30805/task/30839/stat : 30839 (python) S 30760 30760 30218 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538463907 350736384 6130 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604465847994496 0 0 -1 5 0 0 0
[pid=30809] ppid=30760 vsize=352872 CPUtime=0.16 cores=1,3,5,7
/proc/30809/stat : 30809 (python) S 30760 30760 30218 0 -1 4202560 1165 0 0 0 9 7 0 0 19 0 2 0 538454381 361340928 6134 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30809/statm: 88218 6134 406 364 0 24115 0
[pid=30811] ppid=30809 vsize=420220 CPUtime=98.45 cores=1,3,5,7
/proc/30811/stat : 30811 (adaptg2wsat2009) T 30809 30811 30811 0 -1 4202496 1668 0 0 0 9845 0 0 0 25 0 1 0 538454381 430305280 1400 33554432000 134512640 135107411 4287141392 18446744073709551615 134531627 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/30811/statm: 105055 1400 59 146 0 103931 0
[pid=30809/tid=30843] ppid=30760 vsize=352872 CPUtime=0 cores=1,3,5,7
/proc/30809/task/30843/stat : 30843 (python) S 30760 30760 30218 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538464397 361340928 6134 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604454987344576 0 0 -1 5 0 0 0
[pid=30832] ppid=30760 vsize=363136 CPUtime=0.17 cores=1,3,5,7
/proc/30832/stat : 30832 (python) S 30760 30760 30218 0 -1 4202560 1152 0 0 0 10 7 0 0 19 0 2 0 538463811 371851264 6136 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30832/statm: 90784 6136 400 364 0 26678 0
[pid=30834] ppid=30832 vsize=420220 CPUtime=100.16 cores=1,3,5,7
/proc/30834/stat : 30834 (adaptg2wsat2009) T 30832 30834 30834 0 -1 4202496 1671 0 0 0 10016 0 0 0 25 0 1 0 538463811 430305280 1400 33554432000 134512640 135107411 4293703184 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30834/statm: 105055 1400 59 146 0 103931 0
[pid=30832/tid=30862] ppid=30760 vsize=363136 CPUtime=0 cores=1,3,5,7
/proc/30832/task/30862/stat : 30862 (python) S 30760 30760 30218 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538473828 371851264 6136 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604455588669632 0 0 -1 3 0 0 0
[pid=30836] ppid=30760 vsize=373504 CPUtime=0.18 cores=1,3,5,7
/proc/30836/stat : 30836 (python) S 30760 30760 30218 0 -1 4202560 1154 0 0 0 10 8 0 0 19 0 2 0 538463904 382468096 6142 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30836/statm: 93376 6142 400 364 0 29267 0
[pid=30838] ppid=30836 vsize=249868 CPUtime=100.12 cores=1,3,5,7
/proc/30838/stat : 30838 (FH) T 30836 30838 30838 0 -1 4202496 1539 0 0 0 10012 0 0 0 25 0 1 0 538463904 255864832 1263 33554432000 134512640 134936988 4290511152 18446744073709551615 134545068 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/30838/statm: 62467 1263 41 104 0 61971 0
[pid=30836/tid=30866] ppid=30760 vsize=373504 CPUtime=0 cores=1,3,5,7
/proc/30836/task/30866/stat : 30866 (python) S 30760 30760 30218 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538473921 382468096 6142 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604455588668736 0 0 -1 1 0 0 0
[pid=30840] ppid=30760 vsize=383660 CPUtime=0.53 cores=1,3,5,7
/proc/30840/stat : 30840 (python) S 30760 30760 30218 0 -1 4202560 1177 0 0 0 26 27 0 0 18 0 2 0 538463911 392867840 6174 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30840/statm: 95915 6174 400 364 0 31803 0
[pid=30842] ppid=30840 vsize=268424 CPUtime=295.8 cores=1,3,5,7
/proc/30842/stat : 30842 (hybridGM3) T 30840 30842 30842 0 -1 4202496 5395 0 0 0 29580 0 0 0 25 0 1 0 538463911 274866176 5126 33554432000 134512640 135204385 4288049408 18446744073709551615 134537970 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30842/statm: 67106 5126 63 169 0 66936 0
[pid=30840/tid=30880] ppid=30760 vsize=383660 CPUtime=0 cores=1,3,5,7
/proc/30840/task/30880/stat : 30880 (python) S 30760 30760 30218 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538483550 392867840 6174 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604465847995392 0 0 -1 3 0 0 0
[pid=30844] ppid=30760 vsize=394172 CPUtime=0.17 cores=1,3,5,7
/proc/30844/stat : 30844 (python) S 30760 30760 30218 0 -1 4202560 1163 0 0 0 9 8 0 0 19 0 2 0 538464401 403632128 6178 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30844/statm: 98543 6178 400 364 0 34428 0
[pid=30846] ppid=30844 vsize=1019708 CPUtime=97.53 cores=1,3,5,7
/proc/30846/stat : 30846 (gnovelty+2) T 30844 30846 30846 0 -1 4202496 963 0 0 0 9753 0 0 0 25 0 1 0 538464401 1044180992 690 33554432000 134512640 135663704 4290017104 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/30846/statm: 254927 690 113 282 0 254643 0
[pid=30844/tid=30870] ppid=30760 vsize=394172 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30870/stat : 30870 (python) S 30760 30760 30218 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538474324 403632128 6178 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604470919857152 0 0 -1 5 0 0 0
[pid=30863] ppid=30760 vsize=404564 CPUtime=0.38 cores=1,3,5,7
/proc/30863/stat : 30863 (python) S 30760 30760 30218 0 -1 4202560 1184 0 0 0 20 18 0 0 18 0 2 0 538473832 414273536 6221 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30863/statm: 101141 6221 400 364 0 37023 0
[pid=30865] ppid=30863 vsize=268420 CPUtime=207.43 cores=1,3,5,7
/proc/30865/stat : 30865 (hybridGM3) R 30863 30865 30865 0 -1 4202496 5395 0 0 0 20743 0 0 0 25 0 1 0 538473832 274862080 5125 33554432000 134512640 135204385 4290276736 18446744073709551615 134549174 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/30865/statm: 67105 5125 63 169 0 66935 0
[pid=30863/tid=30891] ppid=30760 vsize=404564 CPUtime=0 cores=1,3,5,7
/proc/30863/task/30891/stat : 30891 (python) S 30760 30760 30218 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538493274 414273536 6221 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604471113784128 0 0 -1 5 0 0 0
[pid=30867] ppid=30760 vsize=414728 CPUtime=0.18 cores=1,3,5,7
/proc/30867/stat : 30867 (python) S 30760 30760 30218 0 -1 4202560 1172 0 0 0 9 9 0 0 19 0 2 0 538473925 424681472 6259 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30867/statm: 103682 6259 400 364 0 39561 0
[pid=30869] ppid=30867 vsize=420220 CPUtime=99.45 cores=1,3,5,7
/proc/30869/stat : 30869 (adaptg2wsat2009) T 30867 30869 30869 0 -1 4202496 1678 0 0 0 9945 0 0 0 25 0 1 0 538473926 430305280 1401 33554432000 134512640 135107411 4291735712 18446744073709551615 134531781 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/30869/statm: 105055 1401 59 146 0 103931 0
[pid=30867/tid=30881] ppid=30760 vsize=414728 CPUtime=0 cores=1,3,5,7
/proc/30867/task/30881/stat : 30881 (python) S 30760 30760 30218 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538483946 424681472 6259 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604461126996288 0 0 -1 5 0 0 0
[pid=30871] ppid=30760 vsize=425136 CPUtime=0.37 cores=1,3,5,7
/proc/30871/stat : 30871 (python) S 30760 30760 30218 0 -1 4202560 1217 0 0 0 21 16 0 0 19 0 2 0 538474328 435339264 6271 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982376907 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/30871/statm: 106284 6271 408 364 0 42160 0
[pid=30873] ppid=30871 vsize=268428 CPUtime=196.79 cores=1,3,5,7
/proc/30873/stat : 30873 (hybridGM3) T 30871 30873 30873 0 -1 4202496 5402 0 0 0 19678 1 0 0 25 0 1 0 538474330 274870272 5127 33554432000 134512640 135204385 4288792912 18446744073709551615 134538520 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/30873/statm: 67107 5127 63 169 0 66937 0
[pid=30871/tid=30895] ppid=30760 vsize=425136 CPUtime=0 cores=1,3,5,7
/proc/30871/task/30895/stat : 30895 (python) S 30760 30760 30218 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538494474 435339264 6271 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 514 18446604470995360448 0 0 -1 7 0 0 0
[pid=30882] ppid=30760 vsize=435444 CPUtime=0.19 cores=1,3,5,7
/proc/30882/stat : 30882 (python) S 30760 30760 30218 0 -1 4202560 1078 0 0 0 10 9 0 0 18 0 1 0 538483951 445894656 6261 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 3159028847995748614 0 0 17 5 0 0 0
/proc/30882/statm: 108861 6261 380 364 0 44734 0
[pid=30884] ppid=30882 vsize=268428 CPUtime=105.63 cores=1,3,5,7
/proc/30884/stat : 30884 (hybridGM3) R 30882 30884 30884 0 -1 4202496 5404 0 0 0 10563 0 0 0 25 0 1 0 538483951 274870272 5127 33554432000 134512640 135204385 4294665888 18446744073709551615 134537825 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/30884/statm: 67107 5127 63 169 0 66937 0
[pid=30892] ppid=30760 vsize=445728 CPUtime=0.02 cores=1,3,5,7
/proc/30892/stat : 30892 (python) S 30760 30760 30218 0 -1 4202560 1035 0 0 0 1 1 0 0 18 0 1 0 538493579 456425472 6272 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 3159028847995748615 0 0 17 5 0 0 0
/proc/30892/statm: 111432 6272 374 364 0 47302 0
[pid=30894] ppid=30892 vsize=458348 CPUtime=9.95 cores=1,3,5,7
/proc/30894/stat : 30894 (TNM) R 30892 30894 30894 0 -1 4202496 1515 0 0 0 995 0 0 0 25 0 1 0 538493579 469348352 1240 33554432000 134512640 135008748 4287058304 18446744073709551615 134527118 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/30894/statm: 114587 1240 46 122 0 113487 0
[pid=30896] ppid=30760 vsize=456100 CPUtime=0 cores=1,3,5,7
/proc/30896/stat : 30896 (python) S 30760 30760 30218 0 -1 4202560 845 0 0 0 0 0 0 0 18 0 1 0 538494479 467046400 6259 33554432000 4194304 5683644 140733413664368 18446744073709551615 242970570310 0 0 16781312 514 5588809636821073919 0 0 17 5 0 0 0
/proc/30896/statm: 114025 6259 350 364 0 49892 0
[pid=30898] ppid=30896 vsize=247956 CPUtime=1 cores=1,3,5,7
/proc/30898/stat : 30898 (FH) R 30896 30898 30898 0 -1 4202496 1260 0 0 0 100 0 0 0 24 0 1 0 538494480 253906944 987 33554432000 134512640 134936988 4291161936 18446744073709551615 134523460 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/30898/statm: 61989 987 37 104 0 61493 0
[pid=30760/tid=30767] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30767/stat : 30767 (python) S 30758 30760 30218 0 -1 4202560 27 932 0 0 0 0 0 0 23 0 19 0 538443857 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30770] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30770/stat : 30770 (python) S 30758 30760 30218 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 19 0 538443860 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 3 0 0 0
[pid=30760/tid=30773] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30773/stat : 30773 (python) S 30758 30760 30218 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 19 0 538443863 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 3 0 0 0
[pid=30760/tid=30776] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30776/stat : 30776 (python) S 30758 30760 30218 0 -1 4202560 21 932 0 0 0 0 0 0 25 0 19 0 538443866 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 7 0 0 0
[pid=30760/tid=30799] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30799/stat : 30799 (python) S 30758 30760 30218 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 19 0 538453884 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 3 0 0 0
[pid=30760/tid=30803] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30803/stat : 30803 (python) S 30758 30760 30218 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 19 0 538453887 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 7 0 0 0
[pid=30760/tid=30806] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30806/stat : 30806 (python) S 30758 30760 30218 0 -1 4202560 29 932 0 0 0 0 0 0 22 0 19 0 538453891 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30810] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30810/stat : 30810 (python) S 30758 30760 30218 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 19 0 538454381 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30833] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30833/stat : 30833 (python) S 30758 30760 30218 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 19 0 538463811 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30837] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30837/stat : 30837 (python) S 30758 30760 30218 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 19 0 538463904 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30841] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30841/stat : 30841 (python) S 30758 30760 30218 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 19 0 538463911 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30845] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30845/stat : 30845 (python) S 30758 30760 30218 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 19 0 538464401 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30864] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30864/stat : 30864 (python) S 30758 30760 30218 0 -1 4202560 35 932 0 0 0 0 0 0 18 0 19 0 538473832 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30868] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30868/stat : 30868 (python) S 30758 30760 30218 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 19 0 538473926 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30872] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30872/stat : 30872 (python) S 30758 30760 30218 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 19 0 538474329 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30883] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30883/stat : 30883 (python) S 30758 30760 30218 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 19 0 538483951 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30893] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30893/stat : 30893 (python) S 30758 30760 30218 0 -1 4202560 28 932 0 0 0 0 0 0 20 0 19 0 538493579 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
[pid=30760/tid=30897] ppid=30758 vsize=465744 CPUtime=0 cores=1,3,5,7
/proc/30760/task/30897/stat : 30897 (python) S 30758 30760 30218 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 19 0 538494479 476921856 7824 33554432000 4194304 5683644 140733413664368 18446744073709551615 242982373809 0 0 16781312 2 18446604465908951040 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2015.54
Current children cumulated vsize (KiB) 15986412

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

Real time (s): 509.322
CPU time (s): 2015.54
CPU user time (s): 2013.32
CPU system time (s): 2.22
CPU usage (%): 395.73
Max. virtual memory (cumulated for all children) (KiB): 15986412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.50962
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30327
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= 1133
involuntary context switches= 73

runsolver used 2.85457 second user time and 5.8831 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-01 18:47:30
IDJOB=3317232
IDBENCH=82697
IDSOLVER=1705
FILE ID=node128/3317232-1304268450
RUNJOBID= node128-1304267283-30237
PBS_JOBID= 13173951
Free space on /tmp= 67592 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S415002759-031-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317232-1304268450/watcher-3317232-1304268450 -o /tmp/evaluation-result-3317232-1304268450/solver-3317232-1304268450 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317232-1304268450.cnf -seed 824782661 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6d4469ea6d617a494594ad07b4996367
RANDOM SEED=824782661

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      30413932 kB
Buffers:        490060 kB
Cached:        1276320 kB
SwapCached:          0 kB
Active:         622756 kB
Inactive:      1483572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30413932 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           34424 kB
Writeback:           0 kB
AnonPages:      339980 kB
Mapped:          23652 kB
Slab:           361096 kB
PageTables:      11840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 18431308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 67560 MiB
End job on node128 at 2011-05-01 18:56:01