Trace number 3317141

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) 1986.65 500.612

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S376724493-075-UNKNOWN.cnf
MD5SUMb318fd1a86aee981aadb17224d952a44
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.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.68	c INFO: solving HOME/instance-3317141-1304267519.cnf
0.32/0.68	c INFO: computing task features
0.49/0.85	c INFO: computed variable-clause graph statistics
0.49/0.85	c INFO: computed clause balance statistics
1.39/1.74	c INFO: computed variable balance statistics
1.69/2.10	c INFO: computed small-clause counts
1.69/2.10	c INFO: computed Horn-clause counts
1.80/2.13	c INFO: computed variable graph statistics
1.80/2.13	c INFO: collected features for HOME/instance-3317141-1304267519.cnf in 1.45 s
1.80/2.16	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.37)
1.80/2.19	c INFO: running gnovelty+2@0 for 97 with 4798 remaining (b = 0.13)
1.89/2.21	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.08)
1.89/2.25	c INFO: running adaptg2wsat2009++@0 for 97 with 4798 remaining (b = 0.07)
397.57/101.37	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.05)
397.93/101.41	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.04)
401.54/102.38	c INFO: running FH@0 for 97 with 4698 remaining (b = 0.03)
401.89/102.43	c INFO: running adaptg2wsat2009++@0 for 97 with 4698 remaining (b = 0.03)
793.17/200.63	c INFO: running adaptg2wsat2009++@0 for 97 with 4600 remaining (b = 0.02)
796.73/201.56	c INFO: running FH@0 for 97 with 4599 remaining (b = 0.02)
797.09/201.60	c INFO: running hybridGM3@0 for 194 with 4599 remaining (b = 0.04)
797.09/201.65	c INFO: running gnovelty+2@0 for 97 with 4599 remaining (b = 0.02)
1188.22/299.84	c INFO: running hybridGM3@0 for 194 with 4500 remaining (b = 0.03)
1196.16/301.88	c INFO: running adaptg2wsat2009++@0 for 97 with 4498 remaining (b = 0.01)
1211.71/305.79	c INFO: running hybridGM3@0 for 194 with 4494 remaining (b = 0.03)
1578.90/397.99	c INFO: running hybridGM3@99 for 97 with 4402 remaining (b = 0.01)
1591.24/401.08	c INFO: running hybridGM3@0 for 194 with 4399 remaining (b = 0.02)
1957.62/493.16	c INFO: running TNM@0 for 1552 with 4307 remaining (b = 0.19)
1965.95/495.27	c INFO: running hybridGM3@100 for 97 with 4305 remaining (b = 0.01)
1985.41/500.19	c INFO: running FH@0 for 97 with 4300 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-3317141-1304267519/watcher-3317141-1304267519 -o /tmp/evaluation-result-3317141-1304267519/solver-3317141-1304267519 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317141-1304267519.cnf -seed 1647509017 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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: 7.86 4.09 1.63 5/221 21649
/proc/meminfo: memFree=28746900/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/21649/stat : 21649 (python) S 21647 21649 21419 0 -1 4202496 795 0 0 0 0 0 0 0 25 0 1 0 616982405 15749120 681 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/21649/statm: 3845 681 322 364 0 332 0

[startup+0.0440629 s]
/proc/loadavg: 7.86 4.09 1.63 5/221 21649
/proc/meminfo: memFree=28746900/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=18880 CPUtime=0.02 cores=0,2,4,6
/proc/21649/stat : 21649 (python) R 21647 21649 21419 0 -1 4202496 1284 0 0 0 2 0 0 0 25 0 1 0 616982405 19333120 1136 33554432000 4194304 5683644 140734303432176 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21649/statm: 4720 1136 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.101108 s]
/proc/loadavg: 7.86 4.09 1.63 5/221 21649
/proc/meminfo: memFree=28746900/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=87700 CPUtime=0.06 cores=0,2,4,6
/proc/21649/stat : 21649 (python) S 21647 21649 21419 0 -1 4202496 2638 0 0 0 4 2 0 0 25 0 1 0 616982405 89804800 2353 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458063872 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21649/statm: 21925 2353 717 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87700

[startup+0.301006 s]
/proc/loadavg: 7.86 4.09 1.63 5/221 21649
/proc/meminfo: memFree=28746900/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/21649/stat : 21649 (python) S 21647 21649 21419 0 -1 4202496 5964 935 1 0 13 5 0 0 18 0 1 0 616982405 139005952 4150 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458061829 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21649/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.707937 s]
/proc/loadavg: 7.86 4.09 1.63 5/221 21649
/proc/meminfo: memFree=28746900/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=279688 CPUtime=0.4 cores=0,2,4,6
/proc/21649/stat : 21649 (python) R 21647 21649 21419 0 -1 4202496 9587 935 1 0 30 10 0 0 17 0 1 0 616982405 286400512 7269 33554432000 4194304 5683644 140734303432176 18446744073709551615 4570201 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21649/statm: 70001 7313 1761 364 0 5925 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 279688

[startup+1.50077 s]
/proc/loadavg: 7.86 4.09 1.63 6/222 21654
/proc/meminfo: memFree=28717628/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=285636 CPUtime=1.19 cores=0,2,4,6
/proc/21649/stat : 21649 (python) R 21647 21649 21419 0 -1 4202496 12498 935 1 0 109 10 0 0 18 0 1 0 616982405 292491264 8794 33554432000 4194304 5683644 140734303432176 18446744073709551615 4314500 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21649/statm: 71409 8794 1826 364 0 7333 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 285636

[startup+3.10043 s]
/proc/loadavg: 7.63 4.10 1.65 6/222 21654
/proc/meminfo: memFree=28717256/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=321288 CPUtime=1.94 cores=0,2,4,6
/proc/21649/stat : 21649 (python) S 21647 21649 21419 0 -1 4202496 15373 935 1 0 183 11 0 0 24 0 5 0 616982405 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21649/statm: 80322 7538 1883 364 0 16231 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 321288
heavy processes:

[startup+6.30084 s]
/proc/loadavg: 7.63 4.10 1.65 9/234 21666
/proc/meminfo: memFree=28691924/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=321288 CPUtime=1.94 cores=0,2,4,6
/proc/21649/stat : 21649 (python) S 21647 21649 21419 0 -1 4202496 15373 935 1 0 183 11 0 0 24 0 5 0 616982405 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21649/statm: 80322 7538 1883 364 0 16231 0
[pid=21655] ppid=21649 vsize=280760 CPUtime=0 cores=0,2,4,6
/proc/21655/stat : 21655 (python) S 21649 21649 21419 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 616982621 287498240 6001 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085903 0 0 16781312 514 7363182260272464132 0 0 17 6 0 0 0
/proc/21655/statm: 70190 6001 378 364 0 6108 0
[pid=21657] ppid=21655 vsize=1019708 CPUtime=4.12 cores=0,2,4,6
/proc/21657/stat : 21657 (gnovelty+2) R 21655 21657 21657 0 -1 4202496 954 0 0 0 412 0 0 0 25 0 1 0 616982621 1044180992 690 33554432000 134512640 135663704 4291571568 18446744073709551615 134525302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21657/statm: 254927 690 113 282 0 254643 0
[pid=21658] ppid=21649 vsize=291084 CPUtime=0 cores=0,2,4,6
/proc/21658/stat : 21658 (python) S 21649 21649 21419 0 -1 4202560 909 0 0 0 0 0 0 0 18 0 1 0 616982624 298070016 5999 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 7363178411981766916 0 0 17 6 0 0 0
/proc/21658/statm: 72771 5999 372 364 0 8686 0
[pid=21660] ppid=21658 vsize=1019708 CPUtime=4.1 cores=0,2,4,6
/proc/21660/stat : 21660 (gnovelty+2) R 21658 21660 21660 0 -1 4202496 952 0 0 0 410 0 0 0 25 0 1 0 616982624 1044180992 689 33554432000 134512640 135663704 4292603728 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21660/statm: 254927 689 113 282 0 254643 0
[pid=21661] ppid=21649 vsize=301272 CPUtime=0 cores=0,2,4,6
/proc/21661/stat : 21661 (python) S 21649 21649 21419 0 -1 4202560 913 0 0 0 0 0 0 0 18 0 1 0 616982627 308502528 6020 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 4019521220717281539 0 0 17 0 0 0 0
/proc/21661/statm: 75318 6020 372 364 0 11230 0
[pid=21663] ppid=21661 vsize=420220 CPUtime=4.06 cores=0,2,4,6
/proc/21663/stat : 21663 (adaptg2wsat2009) R 21661 21663 21663 0 -1 4202496 1664 0 0 0 406 0 0 0 25 0 1 0 616982627 430305280 1400 33554432000 134512640 135107411 4294190880 18446744073709551615 134539290 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21663/statm: 105055 1400 59 146 0 103931 0
[pid=21664] ppid=21649 vsize=311596 CPUtime=0 cores=0,2,4,6
/proc/21664/stat : 21664 (python) S 21649 21649 21419 0 -1 4202560 922 0 0 0 0 0 0 0 18 0 1 0 616982630 319074304 6024 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 2028901323239293188 0 0 17 6 0 0 0
/proc/21664/statm: 77899 6024 372 364 0 13808 0
[pid=21666] ppid=21664 vsize=419820 CPUtime=3.98 cores=0,2,4,6
/proc/21666/stat : 21666 (adaptg2wsat2009) R 21664 21666 21666 0 -1 4202496 1435 0 0 0 398 0 0 0 25 0 1 0 616982630 429895680 1172 33554432000 134512640 135107411 4291000320 18446744073709551615 134523261 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21666/statm: 104955 1172 49 146 0 103831 0
[pid=21649/tid=21656] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (python) S 21647 21649 21419 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 5 0 616982621 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (python) S 21647 21649 21419 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 616982624 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21662/stat : 21662 (python) S 21647 21649 21419 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 616982627 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (python) S 21647 21649 21419 0 -1 4202560 32 935 0 0 0 0 0 0 24 0 5 0 616982630 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.2
Current children cumulated vsize (KiB) 4385456

[startup+12.7006 s]
/proc/loadavg: 7.69 4.23 1.72 9/234 21666
/proc/meminfo: memFree=28689076/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=321288 CPUtime=1.94 cores=0,2,4,6
/proc/21649/stat : 21649 (python) S 21647 21649 21419 0 -1 4202496 15373 935 1 0 183 11 0 0 24 0 5 0 616982405 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21649/statm: 80322 7538 1883 364 0 16231 0
[pid=21655] ppid=21649 vsize=280760 CPUtime=0 cores=0,2,4,6
/proc/21655/stat : 21655 (python) S 21649 21649 21419 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 616982621 287498240 6001 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085903 0 0 16781312 514 12770009519967142148 0 0 17 6 0 0 0
/proc/21655/statm: 70190 6001 378 364 0 6108 0
[pid=21657] ppid=21655 vsize=1019708 CPUtime=10.51 cores=0,2,4,6
/proc/21657/stat : 21657 (gnovelty+2) R 21655 21657 21657 0 -1 4202496 954 0 0 0 1051 0 0 0 25 0 1 0 616982621 1044180992 690 33554432000 134512640 135663704 4291571568 18446744073709551615 134525101 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21657/statm: 254927 690 113 282 0 254643 0
[pid=21658] ppid=21649 vsize=291084 CPUtime=0.01 cores=0,2,4,6
/proc/21658/stat : 21658 (python) S 21649 21649 21419 0 -1 4202560 914 0 0 0 1 0 0 0 18 0 1 0 616982624 298070016 5999 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 12770009519967142148 0 0 17 6 0 0 0
/proc/21658/statm: 72771 5999 372 364 0 8686 0
[pid=21660] ppid=21658 vsize=1019708 CPUtime=10.5 cores=0,2,4,6
/proc/21660/stat : 21660 (gnovelty+2) R 21658 21660 21660 0 -1 4202496 952 0 0 0 1050 0 0 0 25 0 1 0 616982624 1044180992 689 33554432000 134512640 135663704 4292603728 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21660/statm: 254927 689 113 282 0 254643 0
[pid=21661] ppid=21649 vsize=301272 CPUtime=0.01 cores=0,2,4,6
/proc/21661/stat : 21661 (python) S 21649 21649 21419 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 616982627 308502528 6020 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 12770009519967142147 0 0 17 0 0 0 0
/proc/21661/statm: 75318 6020 372 364 0 11230 0
[pid=21663] ppid=21661 vsize=420220 CPUtime=10.45 cores=0,2,4,6
/proc/21663/stat : 21663 (adaptg2wsat2009) R 21661 21663 21663 0 -1 4202496 1664 0 0 0 1045 0 0 0 25 0 1 0 616982627 430305280 1400 33554432000 134512640 135107411 4294190880 18446744073709551615 134532416 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21663/statm: 105055 1400 59 146 0 103931 0
[pid=21664] ppid=21649 vsize=311596 CPUtime=0.01 cores=0,2,4,6
/proc/21664/stat : 21664 (python) S 21649 21649 21419 0 -1 4202560 926 0 0 0 1 0 0 0 18 0 1 0 616982630 319074304 6024 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 12770009519967142148 0 0 17 6 0 0 0
/proc/21664/statm: 77899 6024 372 364 0 13808 0
[pid=21666] ppid=21664 vsize=420220 CPUtime=10.32 cores=0,2,4,6
/proc/21666/stat : 21666 (adaptg2wsat2009) R 21664 21666 21666 0 -1 4202496 1663 0 0 0 1032 0 0 0 25 0 1 0 616982630 430305280 1400 33554432000 134512640 135107411 4291000320 18446744073709551615 134532128 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21666/statm: 105055 1400 59 146 0 103931 0
[pid=21649/tid=21656] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (python) S 21647 21649 21419 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 5 0 616982621 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (python) S 21647 21649 21419 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 616982624 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21662/stat : 21662 (python) S 21647 21649 21419 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 5 0 616982627 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (python) S 21647 21649 21419 0 -1 4202560 32 935 0 0 0 0 0 0 24 0 5 0 616982630 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 43.75
Current children cumulated vsize (KiB) 4385856

[startup+25.5013 s]
/proc/loadavg: 7.73 4.35 1.79 9/234 21667
/proc/meminfo: memFree=28689564/32951124 swapFree=67111348/67111528
[pid=21649] ppid=21647 vsize=321288 CPUtime=1.94 cores=0,2,4,6
/proc/21649/stat : 21649 (python) S 21647 21649 21419 0 -1 4202496 15373 935 1 0 183 11 0 0 24 0 5 0 616982405 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21649/statm: 80322 7538 1883 364 0 16231 0
[pid=21655] ppid=21649 vsize=280760 CPUtime=0.03 cores=0,2,4,6
/proc/21655/stat : 21655 (python) S 21649 21649 21419 0 -1 4202560 911 0 0 0 1 2 0 0 18 0 1 0 616982621 287498240 6001 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085903 0 0 16781312 514 12770009519967142148 0 0 17 6 0 0 0
/proc/21655/statm: 70190 6001 378 364 0 6108 0
[pid=21657] ppid=21655 vsize=1019708 CPUtime=23.29 cores=0,2,4,6
/proc/21657/stat : 21657 (gnovelty+2) R 21655 21657 21657 0 -1 4202496 954 0 0 0 2329 0 0 0 25 0 1 0 616982621 1044180992 690 33554432000 134512640 135663704 4291571568 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21657/statm: 254927 690 113 282 0 254643 0
[pid=21658] ppid=21649 vsize=291084 CPUtime=0.02 cores=0,2,4,6
/proc/21658/stat : 21658 (python) S 21649 21649 21419 0 -1 4202560 918 0 0 0 1 1 0 0 18 0 1 0 616982624 298070016 5999 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 12770009519967142148 0 0 17 6 0 0 0
/proc/21658/statm: 72771 5999 372 364 0 8686 0
[pid=21660] ppid=21658 vsize=1019708 CPUtime=23.3 cores=0,2,4,6
/proc/21660/stat : 21660 (gnovelty+2) R 21658 21660 21660 0 -1 4202496 952 0 0 0 2330 0 0 0 25 0 1 0 616982624 1044180992 689 33554432000 134512640 135663704 4292603728 18446744073709551615 134524897 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21660/statm: 254927 689 113 282 0 254643 0
[pid=21661] ppid=21649 vsize=301272 CPUtime=0.02 cores=0,2,4,6
/proc/21661/stat : 21661 (python) S 21649 21649 21419 0 -1 4202560 920 0 0 0 1 1 0 0 18 0 1 0 616982627 308502528 6020 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 12770009519967142147 0 0 17 0 0 0 0
/proc/21661/statm: 75318 6020 372 364 0 11230 0
[pid=21663] ppid=21661 vsize=420220 CPUtime=23.25 cores=0,2,4,6
/proc/21663/stat : 21663 (adaptg2wsat2009) R 21661 21663 21663 0 -1 4202496 1664 0 0 0 2325 0 0 0 25 0 1 0 616982627 430305280 1400 33554432000 134512640 135107411 4294190880 18446744073709551615 134531239 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21663/statm: 105055 1400 59 146 0 103931 0
[pid=21664] ppid=21649 vsize=311596 CPUtime=0.03 cores=0,2,4,6
/proc/21664/stat : 21664 (python) S 21649 21649 21419 0 -1 4202560 932 0 0 0 2 1 0 0 18 0 1 0 616982630 319074304 6024 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 12770009519967142148 0 0 17 6 0 0 0
/proc/21664/statm: 77899 6024 372 364 0 13808 0
[pid=21666] ppid=21664 vsize=420220 CPUtime=22.99 cores=0,2,4,6
/proc/21666/stat : 21666 (adaptg2wsat2009) R 21664 21666 21666 0 -1 4202496 1663 0 0 0 2299 0 0 0 25 0 1 0 616982630 430305280 1400 33554432000 134512640 135107411 4291000320 18446744073709551615 134532088 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21666/statm: 105055 1400 59 146 0 103931 0
[pid=21649/tid=21656] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (python) S 21647 21649 21419 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 5 0 616982621 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (python) S 21647 21649 21419 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 5 0 616982624 328998912 7538 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=321288 CPUtime=0 cores=0,2,4,6

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

/proc/21664/stat : 21664 (python) S 21649 21649 21419 0 -1 4202560 1111 0 0 0 7 6 0 0 19 0 2 0 616982630 319074304 6053 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21664/statm: 77899 6053 400 364 0 13808 0
[pid=21666] ppid=21664 vsize=420220 CPUtime=99.09 cores=0,2,4,6
/proc/21666/stat : 21666 (adaptg2wsat2009) T 21664 21666 21666 0 -1 4202496 1663 0 0 0 9909 0 0 0 25 0 1 0 616982630 430305280 1400 33554432000 134512640 135107411 4291000320 18446744073709551615 134531615 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21666/statm: 105055 1400 59 146 0 103931 0
[pid=21664/tid=21694] ppid=21649 vsize=311596 CPUtime=0 cores=0,2,4,6
/proc/21664/task/21694/stat : 21694 (python) S 21649 21649 21419 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 616992645 319074304 6053 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604449090116352 0 0 -1 6 0 0 0
[pid=21684] ppid=21649 vsize=321928 CPUtime=0.15 cores=0,2,4,6
/proc/21684/stat : 21684 (python) S 21649 21649 21419 0 -1 4202560 1126 0 0 0 9 6 0 0 19 0 2 0 616992543 329654272 6057 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21684/statm: 80482 6057 400 364 0 16388 0
[pid=21686] ppid=21684 vsize=420220 CPUtime=99.98 cores=0,2,4,6
/proc/21686/stat : 21686 (adaptg2wsat2009) T 21684 21686 21686 0 -1 4202496 1666 0 0 0 9998 0 0 0 25 0 1 0 616992543 430305280 1399 33554432000 134512640 135107411 4289125728 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/21686/statm: 105055 1399 59 146 0 103931 0
[pid=21684/tid=21710] ppid=21649 vsize=321928 CPUtime=0 cores=0,2,4,6
/proc/21684/task/21710/stat : 21710 (python) S 21649 21649 21419 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617002557 329654272 6057 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453866227648 0 0 -1 4 0 0 0
[pid=21687] ppid=21649 vsize=332348 CPUtime=0.15 cores=0,2,4,6
/proc/21687/stat : 21687 (python) S 21649 21649 21419 0 -1 4202560 1128 0 0 0 7 8 0 0 19 0 2 0 616992546 340324352 6080 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21687/statm: 83087 6080 400 364 0 18990 0
[pid=21689] ppid=21687 vsize=1019708 CPUtime=99.15 cores=0,2,4,6
/proc/21689/stat : 21689 (gnovelty+2) T 21687 21689 21689 0 -1 4202496 955 0 0 0 9915 0 0 0 25 0 1 0 616992546 1044180992 690 33554432000 134512640 135663704 4292806896 18446744073709551615 134525255 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21689/statm: 254927 690 113 282 0 254643 0
[pid=21687/tid=21705] ppid=21649 vsize=332348 CPUtime=0 cores=0,2,4,6
/proc/21687/task/21705/stat : 21705 (python) S 21649 21649 21419 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 617002465 340324352 6080 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453873171200 0 0 -1 6 0 0 0
[pid=21691] ppid=21649 vsize=342524 CPUtime=0.15 cores=0,2,4,6
/proc/21691/stat : 21691 (python) S 21649 21649 21419 0 -1 4202560 1184 0 0 0 7 8 0 0 19 0 2 0 616992643 350744576 6131 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21691/statm: 85631 6131 406 364 0 21531 0
[pid=21693] ppid=21691 vsize=249876 CPUtime=97.23 cores=0,2,4,6
/proc/21693/stat : 21693 (FH) T 21691 21693 21693 0 -1 4202496 1524 0 0 0 9722 1 0 0 25 0 1 0 616992643 255873024 1263 33554432000 134512640 134936988 4290718704 18446744073709551615 134546225 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21693/statm: 62469 1263 41 104 0 61973 0
[pid=21691/tid=21711] ppid=21649 vsize=342524 CPUtime=0 cores=0,2,4,6
/proc/21691/task/21711/stat : 21711 (python) S 21649 21649 21419 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617002560 350744576 6131 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604449090113664 0 0 -1 2 0 0 0
[pid=21695] ppid=21649 vsize=352876 CPUtime=0.14 cores=0,2,4,6
/proc/21695/stat : 21695 (python) S 21649 21649 21419 0 -1 4202560 1169 0 0 0 6 8 0 0 19 0 2 0 616992649 361345024 6135 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21695/statm: 88219 6135 406 364 0 24116 0
[pid=21697] ppid=21695 vsize=420220 CPUtime=99.13 cores=0,2,4,6
/proc/21697/stat : 21697 (adaptg2wsat2009) T 21695 21697 21697 0 -1 4202496 1669 0 0 0 9913 0 0 0 25 0 1 0 616992649 430305280 1399 33554432000 134512640 135107411 4286864400 18446744073709551615 134532242 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21697/statm: 105055 1399 59 146 0 103931 0
[pid=21695/tid=21714] ppid=21649 vsize=352876 CPUtime=0 cores=0,2,4,6
/proc/21695/task/21714/stat : 21714 (python) S 21649 21649 21419 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617002563 361345024 6135 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453822398720 0 0 -1 6 0 0 0
[pid=21706] ppid=21649 vsize=363140 CPUtime=0.15 cores=0,2,4,6
/proc/21706/stat : 21706 (python) S 21649 21649 21419 0 -1 4202560 1173 0 0 0 10 5 0 0 19 0 2 0 617002469 371855360 6137 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21706/statm: 90785 6137 400 364 0 26679 0
[pid=21708] ppid=21706 vsize=420220 CPUtime=98.98 cores=0,2,4,6
/proc/21708/stat : 21708 (adaptg2wsat2009) T 21706 21708 21708 0 -1 4202496 1668 0 0 0 9898 0 0 0 25 0 1 0 617002469 430305280 1400 33554432000 134512640 135107411 4294782656 18446744073709551615 134531582 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21708/statm: 105055 1400 59 146 0 103931 0
[pid=21706/tid=21767] ppid=21649 vsize=363140 CPUtime=0 cores=0,2,4,6
/proc/21706/task/21767/stat : 21767 (python) S 21649 21649 21419 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617012385 371855360 6137 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453812743040 0 0 -1 2 0 0 0
[pid=21712] ppid=21649 vsize=373508 CPUtime=0.16 cores=0,2,4,6
/proc/21712/stat : 21712 (python) S 21649 21649 21419 0 -1 4202560 1172 0 0 0 7 9 0 0 19 0 2 0 617002562 382472192 6143 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21712/statm: 93377 6143 400 364 0 29268 0
[pid=21715] ppid=21712 vsize=249868 CPUtime=102.22 cores=0,2,4,6
/proc/21715/stat : 21715 (FH) T 21712 21715 21715 0 -1 4202496 1533 0 0 0 10222 0 0 0 25 0 1 0 617002563 255864832 1263 33554432000 134512640 134936988 4289896176 18446744073709551615 134553311 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21715/statm: 62467 1263 41 104 0 61971 0
[pid=21712/tid=21787] ppid=21649 vsize=373508 CPUtime=0 cores=0,2,4,6
/proc/21712/task/21787/stat : 21787 (python) S 21649 21649 21419 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617012979 382472192 6143 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453873168512 0 0 -1 6 0 0 0
[pid=21716] ppid=21649 vsize=383884 CPUtime=0.44 cores=0,2,4,6
/proc/21716/stat : 21716 (python) S 21649 21649 21419 0 -1 4202560 1204 0 0 0 23 21 0 0 18 0 2 0 617002566 393097216 6175 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21716/statm: 95971 6175 400 364 0 31859 0
[pid=21718] ppid=21716 vsize=268420 CPUtime=291.2 cores=0,2,4,6
/proc/21718/stat : 21718 (hybridGM3) T 21716 21718 21718 0 -1 4202496 5396 0 0 0 29118 2 0 0 25 0 1 0 617002566 274862080 5126 33554432000 134512640 135204385 4290892672 18446744073709551615 134538041 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21718/statm: 67105 5126 63 169 0 66935 0
[pid=21716/tid=21794] ppid=21649 vsize=383884 CPUtime=0 cores=0,2,4,6
/proc/21716/task/21794/stat : 21794 (python) S 21649 21649 21419 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 617022200 393097216 6175 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453822400512 0 0 -1 2 0 0 0
[pid=21719] ppid=21649 vsize=394396 CPUtime=0.15 cores=0,2,4,6
/proc/21719/stat : 21719 (python) S 21649 21649 21419 0 -1 4202560 1182 0 0 0 7 8 0 0 19 0 2 0 617002570 403861504 6209 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21719/statm: 98599 6209 400 364 0 34484 0
[pid=21721] ppid=21719 vsize=1019708 CPUtime=100.02 cores=0,2,4,6
/proc/21721/stat : 21721 (gnovelty+2) T 21719 21721 21721 0 -1 4202496 962 0 0 0 10001 1 0 0 25 0 1 0 617002571 1044180992 689 33554432000 134512640 135663704 4292087008 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21721/statm: 254927 689 113 282 0 254643 0
[pid=21719/tid=21771] ppid=21649 vsize=394396 CPUtime=0 cores=0,2,4,6
/proc/21719/task/21771/stat : 21771 (python) S 21649 21649 21419 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 617012589 403861504 6209 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453878461568 0 0 -1 0 0 0 0
[pid=21768] ppid=21649 vsize=404396 CPUtime=0.3 cores=0,2,4,6
/proc/21768/stat : 21768 (python) S 21649 21649 21419 0 -1 4202560 1193 0 0 0 16 14 0 0 18 0 2 0 617012390 414101504 6277 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21768/statm: 101099 6277 400 364 0 36981 0
[pid=21770] ppid=21768 vsize=268424 CPUtime=200.04 cores=0,2,4,6
/proc/21770/stat : 21770 (hybridGM3) R 21768 21770 21770 0 -1 4202496 5395 0 0 0 20003 1 0 0 25 0 1 0 617012390 274866176 5127 33554432000 134512640 135204385 4289530208 18446744073709551615 134538494 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21770/statm: 67106 5127 63 169 0 66936 0
[pid=21768/tid=21854] ppid=21649 vsize=404396 CPUtime=0 cores=0,2,4,6
/proc/21768/task/21854/stat : 21854 (python) S 21649 21649 21419 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617031927 414101504 6277 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453812741248 0 0 -1 6 0 0 0
[pid=21772] ppid=21649 vsize=414936 CPUtime=0.15 cores=0,2,4,6
/proc/21772/stat : 21772 (python) S 21649 21649 21419 0 -1 4202560 1173 0 0 0 7 8 0 0 19 0 2 0 617012594 424894464 6281 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21772/statm: 103734 6281 400 364 0 39613 0
[pid=21774] ppid=21772 vsize=420220 CPUtime=97.2 cores=0,2,4,6
/proc/21774/stat : 21774 (adaptg2wsat2009) T 21772 21774 21774 0 -1 4202496 1672 0 0 0 9720 0 0 0 25 0 1 0 617012594 430305280 1401 33554432000 134512640 135107411 4294356928 18446744073709551615 134531942 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/21774/statm: 105055 1401 59 146 0 103931 0
[pid=21772/tid=21795] ppid=21649 vsize=414936 CPUtime=0 cores=0,2,4,6
/proc/21772/task/21795/stat : 21795 (python) S 21649 21649 21419 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617022509 424894464 6281 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453812742144 0 0 -1 6 0 0 0
[pid=21788] ppid=21649 vsize=424924 CPUtime=0.29 cores=0,2,4,6
/proc/21788/stat : 21788 (python) S 21649 21649 21419 0 -1 4202560 1232 0 0 0 14 15 0 0 19 0 2 0 617012984 435122176 6300 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469892555 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21788/statm: 106231 6300 408 364 0 42107 0
[pid=21790] ppid=21788 vsize=268428 CPUtime=194.34 cores=0,2,4,6
/proc/21790/stat : 21790 (hybridGM3) T 21788 21790 21790 0 -1 4202496 5400 0 0 0 19434 0 0 0 25 0 1 0 617012984 274870272 5127 33554432000 134512640 135204385 4289157152 18446744073709551615 134537717 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21790/statm: 67107 5127 63 169 0 66937 0
[pid=21788/tid=21855] ppid=21649 vsize=424924 CPUtime=0 cores=0,2,4,6
/proc/21788/task/21855/stat : 21855 (python) S 21649 21649 21419 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 617032419 435122176 6300 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 514 18446604453864449088 0 0 -1 6 0 0 0
[pid=21796] ppid=21649 vsize=435492 CPUtime=0.15 cores=0,2,4,6
/proc/21796/stat : 21796 (python) S 21649 21649 21419 0 -1 4202560 1083 0 0 0 9 6 0 0 18 0 1 0 617022514 445943808 6275 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 12770009519967142145 0 0 17 6 0 0 0
/proc/21796/statm: 108873 6275 380 364 0 44746 0
[pid=21798] ppid=21796 vsize=268420 CPUtime=96.91 cores=0,2,4,6
/proc/21798/stat : 21798 (hybridGM3) R 21796 21798 21798 0 -1 4202496 5400 0 0 0 9689 2 0 0 25 0 1 0 617022514 274862080 5125 33554432000 134512640 135204385 4292436096 18446744073709551615 134538264 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21798/statm: 67105 5125 63 169 0 66935 0
[pid=21851] ppid=21649 vsize=446172 CPUtime=0 cores=0,2,4,6
/proc/21851/stat : 21851 (python) S 21649 21649 21419 0 -1 4202560 1020 0 0 0 0 0 0 0 18 0 1 0 617031722 456880128 6284 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 4087756362581246209 0 0 17 6 0 0 0
/proc/21851/statm: 111543 6284 374 364 0 47413 0
[pid=21853] ppid=21851 vsize=458348 CPUtime=7.16 cores=0,2,4,6
/proc/21853/stat : 21853 (TNM) R 21851 21853 21853 0 -1 4202496 1511 0 0 0 716 0 0 0 25 0 1 0 617031722 469348352 1240 33554432000 134512640 135008748 4288377456 18446744073709551615 134527693 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/21853/statm: 114587 1240 46 122 0 113487 0
[pid=21856] ppid=21649 vsize=455968 CPUtime=0 cores=0,2,4,6
/proc/21856/stat : 21856 (python) S 21649 21649 21419 0 -1 4202560 828 0 0 0 0 0 0 0 19 0 1 0 617032424 466911232 6302 33554432000 4194304 5683644 140734303432176 18446744073709551615 252458085958 0 0 16781312 514 7363174563691102207 0 0 17 6 0 0 0
/proc/21856/statm: 113992 6302 346 364 0 49859 0
[pid=21858] ppid=21856 vsize=247956 CPUtime=0.21 cores=0,2,4,6
/proc/21858/stat : 21858 (FH) R 21856 21858 21858 0 -1 4202496 1261 0 0 0 21 0 0 0 21 0 1 0 617032425 253906944 986 33554432000 134512640 134936988 4287845008 18446744073709551615 134523497 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21858/statm: 61989 986 37 104 0 61493 0
[pid=21649/tid=21656] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21656/stat : 21656 (python) S 21647 21649 21419 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 19 0 616982621 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 0 0 0 0
[pid=21649/tid=21659] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21659/stat : 21659 (python) S 21647 21649 21419 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 19 0 616982624 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21662] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21662/stat : 21662 (python) S 21647 21649 21419 0 -1 4202560 22 935 0 0 0 0 0 0 22 0 19 0 616982627 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21665] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21665/stat : 21665 (python) S 21647 21649 21419 0 -1 4202560 32 935 0 0 0 0 0 0 24 0 19 0 616982630 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21685] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21685/stat : 21685 (python) S 21647 21649 21419 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 19 0 616992543 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 4 0 0 0
[pid=21649/tid=21688] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21688/stat : 21688 (python) S 21647 21649 21419 0 -1 4202560 30 935 0 0 0 0 0 0 22 0 19 0 616992546 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21692] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21692/stat : 21692 (python) S 21647 21649 21419 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 616992643 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21696] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21696/stat : 21696 (python) S 21647 21649 21419 0 -1 4202560 29 935 0 0 0 0 0 0 21 0 19 0 616992649 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21707] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21707/stat : 21707 (python) S 21647 21649 21419 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 617002469 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21713] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21713/stat : 21713 (python) S 21647 21649 21419 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 19 0 617002562 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 0 0 0 0
[pid=21649/tid=21717] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21717/stat : 21717 (python) S 21647 21649 21419 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 19 0 617002566 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 2 0 0 0
[pid=21649/tid=21720] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21720/stat : 21720 (python) S 21647 21649 21419 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 19 0 617002571 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21769] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21769/stat : 21769 (python) S 21647 21649 21419 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 19 0 617012390 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21773] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21773/stat : 21773 (python) S 21647 21649 21419 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 19 0 617012594 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21789] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21789/stat : 21789 (python) S 21647 21649 21419 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 617012984 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21797] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21797/stat : 21797 (python) S 21647 21649 21419 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 617022514 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21852] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21852/stat : 21852 (python) S 21647 21649 21419 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 617031722 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
[pid=21649/tid=21857] ppid=21647 vsize=465932 CPUtime=0 cores=0,2,4,6
/proc/21649/task/21857/stat : 21857 (python) S 21647 21649 21419 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 19 0 617032425 477114368 7871 33554432000 4194304 5683644 140734303432176 18446744073709551615 252469889457 0 0 16781312 2 18446604453881467008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1986.65
Current children cumulated vsize (KiB) 15987272

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

Real time (s): 500.612
CPU time (s): 1986.65
CPU user time (s): 1985
CPU system time (s): 1.65
CPU usage (%): 396.844
Max. virtual memory (cumulated for all children) (KiB): 15987272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.49162
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30443
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= 3019
involuntary context switches= 94

runsolver used 2.99154 second user time and 4.64329 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-01 18:31:59
IDJOB=3317141
IDBENCH=82606
IDSOLVER=1705
FILE ID=node111/3317141-1304267519
RUNJOBID= node111-1304267292-21437
PBS_JOBID= 13173967
Free space on /tmp= 72520 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S376724493-075-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-3317141-1304267519/watcher-3317141-1304267519 -o /tmp/evaluation-result-3317141-1304267519/solver-3317141-1304267519 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317141-1304267519.cnf -seed 1647509017 -budget 4800 -cores 4

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

MD5SUM BENCH= b318fd1a86aee981aadb17224d952a44
RANDOM SEED=1647509017

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28747180 kB
Buffers:       1047796 kB
Cached:        2466612 kB
SwapCached:          0 kB
Active:         553212 kB
Inactive:      3184572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28747180 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32600 kB
Writeback:           0 kB
AnonPages:      223024 kB
Mapped:          21920 kB
Slab:           393336 kB
PageTables:      13456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  8334940 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= 72480 MiB
End job on node111 at 2011-05-01 18:40:22