Trace number 3386628

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
MD5SUM1d861e510861ad58190eb0b3053bc657
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3647
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
Maximum clause length5
Minimum clause length5
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 530000
Number of clauses of size over 50

Solver Data

0.27/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.27/0.50	c INFO: solving HOME/instance-3386628-1305589687.cnf
0.27/0.50	c INFO: computing task features
0.45/0.65	c INFO: computed variable-clause graph statistics
0.45/0.66	c INFO: computed clause balance statistics
1.24/1.44	c INFO: computed variable balance statistics
1.64/1.86	c INFO: computed small-clause counts
1.64/1.86	c INFO: computed Horn-clause counts
1.64/1.89	c INFO: computed variable graph statistics
1.64/1.89	c INFO: collected features for HOME/instance-3386628-1305589687.cnf in 1.39 s
1.74/1.92	c INFO: running gnovelty+2@0 for 97 with 4998 remaining (b = 0.38)
101.43/101.31	c INFO: running gnovelty+2@0 for 97 with 4899 remaining (b = 0.14)
201.01/200.68	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.09)
301.71/301.04	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.07)
401.33/400.39	c INFO: running adaptg2wsat2009++@0 for 97 with 4600 remaining (b = 0.06)
501.02/499.76	c INFO: running gnovelty+2@0 for 97 with 4500 remaining (b = 0.05)
601.73/600.14	c INFO: running FH@0 for 97 with 4400 remaining (b = 0.04)
702.37/700.51	c INFO: running adaptg2wsat2009++@0 for 97 with 4300 remaining (b = 0.03)
802.93/800.88	c INFO: running adaptg2wsat2009++@0 for 97 with 4199 remaining (b = 0.03)
903.65/901.26	c INFO: running FH@0 for 97 with 4099 remaining (b = 0.02)
1003.40/1000.65	c INFO: running hybridGM3@0 for 194 with 4000 remaining (b = 0.04)
1198.84/1195.41	c INFO: running gnovelty+2@0 for 97 with 3805 remaining (b = 0.02)
1297.56/1293.83	c INFO: running hybridGM3@0 for 194 with 3707 remaining (b = 0.03)
1493.05/1488.63	c INFO: running hybridGM3@0 for 194 with 3512 remaining (b = 0.03)
1690.36/1685.41	c INFO: running TNM@0 for 1552 with 3315 remaining (b = 0.21)
3250.80/3240.20	c INFO: running adaptg2wsat2009++@0 for 97 with 1760 remaining (b = 0.02)
3348.55/3337.62	c INFO: running FH@0 for 97 with 1663 remaining (b = 0.01)
3449.27/3438.01	c INFO: running hybridGM3@0 for 194 with 1563 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386628-1305589687/watcher-3386628-1305589687 -o /tmp/evaluation-result-3386628-1305589687/solver-3386628-1305589687 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386628-1305589687.cnf -seed 2044358801 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.22 2.11 2.28 3/433 10720
/proc/meminfo: memFree=21113796/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=15776 CPUtime=0 cores=1,3,5,7
/proc/10720/stat : 10720 (python) R 10718 10720 10255 0 -1 4202496 926 0 0 0 0 0 0 0 25 0 1 0 651384067 16154624 807 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261612389 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10720/statm: 3944 807 356 364 0 431 0

[startup+0.0891929 s]
/proc/loadavg: 2.22 2.11 2.28 3/433 10720
/proc/meminfo: memFree=21113796/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=87704 CPUtime=0.05 cores=1,3,5,7
/proc/10720/stat : 10720 (python) S 10718 10720 10255 0 -1 4202496 2636 0 0 0 4 1 0 0 17 0 1 0 651384067 89808896 2354 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/10720/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87704

[startup+0.100194 s]
/proc/loadavg: 2.22 2.11 2.28 3/433 10720
/proc/meminfo: memFree=21113796/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=99376 CPUtime=0.05 cores=1,3,5,7
/proc/10720/stat : 10720 (python) S 10718 10720 10255 0 -1 4202496 2866 0 0 0 4 1 0 0 17 0 1 0 651384067 101761024 2565 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/10720/statm: 24844 2565 818 364 0 1695 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 99376

[startup+0.300195 s]
/proc/loadavg: 2.22 2.11 2.28 3/433 10720
/proc/meminfo: memFree=21113796/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=148964 CPUtime=0.2 cores=1,3,5,7
/proc/10720/stat : 10720 (python) R 10718 10720 10255 0 -1 4202496 6294 935 1 0 14 6 0 0 17 0 1 0 651384067 152539136 4408 33554432000 4194304 5683644 140735992560992 18446744073709551615 254256654080 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10720/statm: 37241 4414 1211 364 0 3182 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 148964

[startup+0.701105 s]
/proc/loadavg: 2.22 2.11 2.28 3/433 10720
/proc/meminfo: memFree=21113796/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=287584 CPUtime=0.54 cores=1,3,5,7
/proc/10720/stat : 10720 (python) R 10718 10720 10255 0 -1 4202496 12694 935 1 0 45 9 0 0 17 0 1 0 651384067 294486016 9281 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261272516 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10720/statm: 71896 9281 1826 364 0 7820 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 287584

[startup+1.50096 s]
/proc/loadavg: 2.22 2.11 2.28 3/434 10725
/proc/meminfo: memFree=21082044/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=287584 CPUtime=1.34 cores=1,3,5,7
/proc/10720/stat : 10720 (python) R 10718 10720 10255 0 -1 4202496 12695 935 1 0 125 9 0 0 18 0 1 0 651384067 294486016 9282 33554432000 4194304 5683644 140735992560992 18446744073709551615 4623639 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/10720/statm: 71896 9282 1827 364 0 7820 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 287584

[startup+3.10069 s]
/proc/loadavg: 2.22 2.11 2.28 3/437 10728
/proc/meminfo: memFree=21081724/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=292812 CPUtime=1.77 cores=1,3,5,7
/proc/10720/stat : 10720 (python) S 10718 10720 10255 0 -1 4202496 12999 935 1 0 168 9 0 0 21 0 2 0 651384067 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10720/statm: 73203 8108 1877 364 0 9121 0
[pid=10726] ppid=10720 vsize=283512 CPUtime=0 cores=1,3,5,7
/proc/10726/stat : 10726 (python) S 10720 10720 10255 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 651384260 290316288 6583 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261636623 0 0 16781312 514 12442409485010436357 0 0 17 7 0 0 0
/proc/10726/statm: 70878 6583 355 364 0 6796 0
[pid=10728] ppid=10726 vsize=1018996 CPUtime=1.16 cores=1,3,5,7
/proc/10728/stat : 10728 (gnovelty+2) R 10726 10728 10728 0 -1 4202496 962 0 0 0 116 0 0 0 25 0 1 0 651384260 1043451904 698 33554432000 134512640 135663704 4288604000 18446744073709551615 134544183 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10728/statm: 254749 698 113 282 0 254465 0
[pid=10720/tid=10727] ppid=10718 vsize=292812 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10727/stat : 10727 (python) S 10718 10720 10255 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 2 0 651384260 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 1595320

[startup+6.3011 s]
/proc/loadavg: 2.36 2.14 2.29 3/437 10728
/proc/meminfo: memFree=21081424/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=292812 CPUtime=1.77 cores=1,3,5,7
/proc/10720/stat : 10720 (python) S 10718 10720 10255 0 -1 4202496 12999 935 1 0 168 9 0 0 21 0 2 0 651384067 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10720/statm: 73203 8108 1877 364 0 9121 0
[pid=10726] ppid=10720 vsize=283512 CPUtime=0 cores=1,3,5,7
/proc/10726/stat : 10726 (python) S 10720 10720 10255 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 651384260 290316288 6606 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261636623 0 0 16781312 514 12442409485010436357 0 0 17 7 0 0 0
/proc/10726/statm: 70878 6606 378 364 0 6796 0
[pid=10728] ppid=10726 vsize=1018996 CPUtime=4.36 cores=1,3,5,7
/proc/10728/stat : 10728 (gnovelty+2) R 10726 10728 10728 0 -1 4202496 962 0 0 0 436 0 0 0 25 0 1 0 651384260 1043451904 698 33554432000 134512640 135663704 4288604000 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10728/statm: 254749 698 113 282 0 254465 0
[pid=10720/tid=10727] ppid=10718 vsize=292812 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10727/stat : 10727 (python) S 10718 10720 10255 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 2 0 651384260 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 1595320

[startup+12.701 s]
/proc/loadavg: 2.33 2.14 2.29 4/437 10728
/proc/meminfo: memFree=21080640/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=292812 CPUtime=1.77 cores=1,3,5,7
/proc/10720/stat : 10720 (python) S 10718 10720 10255 0 -1 4202496 12999 935 1 0 168 9 0 0 21 0 2 0 651384067 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10720/statm: 73203 8108 1877 364 0 9121 0
[pid=10726] ppid=10720 vsize=283512 CPUtime=0.03 cores=1,3,5,7
/proc/10726/stat : 10726 (python) S 10720 10720 10255 0 -1 4202560 891 0 0 0 2 1 0 0 18 0 1 0 651384260 290316288 6606 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261636623 0 0 16781312 514 6219312755724222725 0 0 17 7 0 0 0
/proc/10726/statm: 70878 6606 378 364 0 6796 0
[pid=10728] ppid=10726 vsize=1018996 CPUtime=10.76 cores=1,3,5,7
/proc/10728/stat : 10728 (gnovelty+2) R 10726 10728 10728 0 -1 4202496 962 0 0 0 1076 0 0 0 25 0 1 0 651384260 1043451904 698 33554432000 134512640 135663704 4288604000 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10728/statm: 254749 698 113 282 0 254465 0
[pid=10720/tid=10727] ppid=10718 vsize=292812 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10727/stat : 10727 (python) S 10718 10720 10255 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 2 0 651384260 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 1595320

[startup+25.5007 s]
/proc/loadavg: 2.26 2.14 2.28 3/437 10729
/proc/meminfo: memFree=21080952/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=292812 CPUtime=1.77 cores=1,3,5,7
/proc/10720/stat : 10720 (python) S 10718 10720 10255 0 -1 4202496 12999 935 1 0 168 9 0 0 21 0 2 0 651384067 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10720/statm: 73203 8108 1877 364 0 9121 0
[pid=10726] ppid=10720 vsize=283512 CPUtime=0.07 cores=1,3,5,7
/proc/10726/stat : 10726 (python) S 10720 10720 10255 0 -1 4202560 896 0 0 0 4 3 0 0 18 0 1 0 651384260 290316288 6606 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261636623 0 0 16781312 514 6219312755724222725 0 0 17 7 0 0 0
/proc/10726/statm: 70878 6606 378 364 0 6796 0
[pid=10728] ppid=10726 vsize=1018996 CPUtime=23.56 cores=1,3,5,7
/proc/10728/stat : 10728 (gnovelty+2) R 10726 10728 10728 0 -1 4202496 962 0 0 0 2356 0 0 0 25 0 1 0 651384260 1043451904 698 33554432000 134512640 135663704 4288604000 18446744073709551615 134524916 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10728/statm: 254749 698 113 282 0 254465 0
[pid=10720/tid=10727] ppid=10718 vsize=292812 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10727/stat : 10727 (python) S 10718 10720 10255 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 2 0 651384260 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 1595320

[startup+51.1012 s]
/proc/loadavg: 2.17 2.12 2.27 3/437 10729
/proc/meminfo: memFree=21081784/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=292812 CPUtime=1.77 cores=1,3,5,7
/proc/10720/stat : 10720 (python) S 10718 10720 10255 0 -1 4202496 12999 935 1 0 168 9 0 0 21 0 2 0 651384067 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/10720/statm: 73203 8108 1877 364 0 9121 0
[pid=10726] ppid=10720 vsize=283512 CPUtime=0.13 cores=1,3,5,7
/proc/10726/stat : 10726 (python) S 10720 10720 10255 0 -1 4202560 905 0 0 0 7 6 0 0 18 0 1 0 651384260 290316288 6606 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261636623 0 0 16781312 514 6219312755724222725 0 0 17 1 0 0 0
/proc/10726/statm: 70878 6606 378 364 0 6796 0
[pid=10728] ppid=10726 vsize=1018996 CPUtime=49.16 cores=1,3,5,7
/proc/10728/stat : 10728 (gnovelty+2) R 10726 10728 10728 0 -1 4202496 962 0 0 0 4916 0 0 0 25 0 1 0 651384260 1043451904 698 33554432000 134512640 135663704 4288604000 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10728/statm: 254749 698 113 282 0 254465 0
[pid=10720/tid=10727] ppid=10718 vsize=292812 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10727/stat : 10727 (python) S 10718 10720 10255 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 2 0 651384260 299839488 8108 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1595320

[startup+102.316 s]
/proc/loadavg: 2.07 2.10 2.26 3/441 10770
/proc/meminfo: memFree=21077440/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=303528 CPUtime=1.8 cores=1,3,5,7
/proc/10720/stat : 10720 (python) S 10718 10720 10255 0 -1 4202496 13895 935 1 0 171 9 0 0 20 0 3 0 651384067 310812672 8198 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10720/statm: 75882 8198 1880 364 0 11797 0
[pid=10726] ppid=10720 vsize=293756 CPUtime=0.3 cores=1,3,5,7
/proc/10726/stat : 10726 (python) S 10720 10720 10255 0 -1 4202560 1079 0 0 0 16 14 0 0 19 0 2 0 651384260 300806144 6643 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10726/statm: 73439 6643 410 364 0 9357 0
[pid=10728] ppid=10726 vsize=1018996 CPUtime=99.34 cores=1,3,5,7
/proc/10728/stat : 10728 (gnovelty+2) T 10726 10728 10728 0 -1 4202496 962 0 0 0 9934 0 0 0 25 0 1 0 651384260 1043451904 698 33554432000 134512640 135663704 4288604000 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10728/statm: 254749 698 113 282 0 254465 0
[pid=10726/tid=10767] ppid=10720 vsize=293756 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10767/stat : 10767 (python) S 10720 10720 10255 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651394195 300806144 6643 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604455809667456 0 0 -1 5 0 0 0
[pid=10768] ppid=10720 vsize=293704 CPUtime=0 cores=1,3,5,7
/proc/10768/stat : 10768 (python) S 10720 10720 10255 0 -1 4202560 743 0 0 0 0 0 0 0 20 0 1 0 651394198 300752896 6664 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261636678 0 0 16781312 514 11280783971480240127 0 0 17 1 0 0 0
/proc/10768/statm: 73426 6664 349 364 0 9341 0
[pid=10770] ppid=10768 vsize=1018996 CPUtime=0.99 cores=1,3,5,7
/proc/10770/stat : 10770 (gnovelty+2) R 10768 10770 10770 0 -1 4202496 960 0 0 0 99 0 0 0 25 0 1 0 651394198 1043451904 697 33554432000 134512640 135663704 4287197872 18446744073709551615 134545190 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/10770/statm: 254749 697 113 282 0 254465 0
[pid=10720/tid=10727] ppid=10718 vsize=303528 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10727/stat : 10727 (python) S 10718 10720 10255 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 3 0 651384260 310812672 8198 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
[pid=10720/tid=10769] ppid=10718 vsize=303528 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10769/stat : 10769 (python) S 10718 10720 10255 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 3 0 651394198 310812672 8198 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.43
Current children cumulated vsize (KiB) 2928980

[startup+162.301 s]
/proc/loadavg: 2.02 2.08 2.24 3/441 10771
/proc/meminfo: memFree=21075516/32951124 swapFree=67057896/67111528
[pid=10720] ppid=10718 vsize=303528 CPUtime=1.8 cores=1,3,5,7
/proc/10720/stat : 10720 (python) S 10718 10720 10255 0 -1 4202496 13895 935 1 0 171 9 0 0 20 0 3 0 651384067 310812672 8198 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10720/statm: 75882 8198 1880 364 0 11797 0
[pid=10726] ppid=10720 vsize=293756 CPUtime=0.3 cores=1,3,5,7
/proc/10726/stat : 10726 (python) S 10720 10720 10255 0 -1 4202560 1079 0 0 0 16 14 0 0 19 0 2 0 651384260 300806144 6643 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10726/statm: 73439 6643 410 364 0 9357 0
[pid=10728] ppid=10726 vsize=1018996 CPUtime=99.34 cores=1,3,5,7
/proc/10728/stat : 10728 (gnovelty+2) T 10726 10728 10728 0 -1 4202496 962 0 0 0 9934 0 0 0 25 0 1 0 651384260 1043451904 698 33554432000 134512640 135663704 4288604000 18446744073709551615 134524918 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10728/statm: 254749 698 113 282 0 254465 0
[pid=10726/tid=10767] ppid=10720 vsize=293756 CPUtime=0 cores=1,3,5,7
/proc/10726/task/10767/stat : 10767 (python) S 10720 10720 10255 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651394195 300806144 6643 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604455809667456 0 0 -1 5 0 0 0
[pid=10768] ppid=10720 vsize=293704 CPUtime=0.18 cores=1,3,5,7

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

[pid=10789] ppid=10720 vsize=314216 CPUtime=0.32 cores=1,3,5,7
/proc/10789/stat : 10789 (python) S 10720 10720 10255 0 -1 4202560 1096 0 0 0 18 14 0 0 19 0 2 0 651414171 321757184 6728 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10789/statm: 78554 6728 400 364 0 14463 0
[pid=10791] ppid=10789 vsize=421428 CPUtime=99.31 cores=1,3,5,7
/proc/10791/stat : 10791 (adaptg2wsat2009) T 10789 10791 10791 0 -1 4202496 2050 0 0 0 9931 0 0 0 25 0 1 0 651414171 431542272 1783 33554432000 134512640 135107411 4287066928 18446744073709551615 134531561 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/10791/statm: 105357 1783 59 146 0 104233 0
[pid=10789/tid=10799] ppid=10720 vsize=314216 CPUtime=0 cores=1,3,5,7
/proc/10789/task/10799/stat : 10799 (python) S 10720 10720 10255 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 651424103 321757184 6728 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604455809668352 0 0 -1 7 0 0 0
[pid=10800] ppid=10720 vsize=324664 CPUtime=0.32 cores=1,3,5,7
/proc/10800/stat : 10800 (python) S 10720 10720 10255 0 -1 4202560 1108 0 0 0 16 16 0 0 19 0 2 0 651424107 332455936 6732 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10800/statm: 81166 6732 400 364 0 17072 0
[pid=10802] ppid=10800 vsize=421428 CPUtime=99.32 cores=1,3,5,7
/proc/10802/stat : 10802 (adaptg2wsat2009) T 10800 10802 10802 0 -1 4202496 2050 0 0 0 9932 0 0 0 25 0 1 0 651424107 431542272 1782 33554432000 134512640 135107411 4293931968 18446744073709551615 134531822 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/10802/statm: 105357 1782 59 146 0 104233 0
[pid=10800/tid=10809] ppid=10720 vsize=324664 CPUtime=0 cores=1,3,5,7
/proc/10800/task/10809/stat : 10809 (python) S 10720 10720 10255 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651434040 332455936 6732 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604471119554496 0 0 -1 7 0 0 0
[pid=10810] ppid=10720 vsize=335028 CPUtime=0.32 cores=1,3,5,7
/proc/10810/stat : 10810 (python) S 10720 10720 10255 0 -1 4202560 1118 0 0 0 17 15 0 0 19 0 2 0 651434043 343068672 6764 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10810/statm: 83757 6764 400 364 0 19660 0
[pid=10812] ppid=10810 vsize=1018996 CPUtime=100.34 cores=1,3,5,7
/proc/10812/stat : 10812 (gnovelty+2) T 10810 10812 10812 0 -1 4202496 965 0 0 0 10034 0 0 0 25 0 1 0 651434044 1043451904 698 33554432000 134512640 135663704 4288742624 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/10812/statm: 254749 698 113 282 0 254465 0
[pid=10810/tid=10820] ppid=10720 vsize=335028 CPUtime=0 cores=1,3,5,7
/proc/10810/task/10820/stat : 10820 (python) S 10720 10720 10255 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651444078 343068672 6764 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604463253787904 0 0 -1 5 0 0 0
[pid=10821] ppid=10720 vsize=345096 CPUtime=0.33 cores=1,3,5,7
/proc/10821/stat : 10821 (python) S 10720 10720 10255 0 -1 4202560 1182 0 0 0 17 16 0 0 19 0 2 0 651444082 353378304 6801 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10821/statm: 86274 6801 406 364 0 22174 0
[pid=10823] ppid=10821 vsize=251296 CPUtime=100.22 cores=1,3,5,7
/proc/10823/stat : 10823 (FH) T 10821 10823 10823 0 -1 4202496 1950 0 0 0 10022 0 0 0 25 0 1 0 651444082 257327104 1681 33554432000 134512640 134936988 4291295888 18446744073709551615 134554594 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/10823/statm: 62824 1681 41 104 0 62328 0
[pid=10821/tid=10831] ppid=10720 vsize=345096 CPUtime=0 cores=1,3,5,7
/proc/10821/task/10831/stat : 10831 (python) S 10720 10720 10255 0 -1 4202560 102 0 0 0 0 0 0 0 19 0 2 0 651454115 353378304 6801 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604458767746048 0 0 -1 7 0 0 0
[pid=10832] ppid=10720 vsize=355592 CPUtime=0.33 cores=1,3,5,7
/proc/10832/stat : 10832 (python) S 10720 10720 10255 0 -1 4202560 1168 0 0 0 17 16 0 0 19 0 2 0 651454118 364126208 6805 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/10832/statm: 88898 6805 406 364 0 24795 0
[pid=10834] ppid=10832 vsize=421428 CPUtime=100.27 cores=1,3,5,7
/proc/10834/stat : 10834 (adaptg2wsat2009) T 10832 10834 10834 0 -1 4202496 2055 0 0 0 10027 0 0 0 25 0 1 0 651454119 431542272 1782 33554432000 134512640 135107411 4291486336 18446744073709551615 134532107 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10834/statm: 105357 1782 59 146 0 104233 0
[pid=10832/tid=10850] ppid=10720 vsize=355592 CPUtime=0 cores=1,3,5,7
/proc/10832/task/10850/stat : 10850 (python) S 10720 10720 10255 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 651464151 364126208 6805 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604467373831360 0 0 -1 5 0 0 0
[pid=10851] ppid=10720 vsize=365976 CPUtime=0.33 cores=1,3,5,7
/proc/10851/stat : 10851 (python) S 10720 10720 10255 0 -1 4202560 1141 0 0 0 18 15 0 0 19 0 2 0 651464155 374759424 6816 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10851/statm: 91494 6816 400 364 0 27388 0
[pid=10853] ppid=10851 vsize=421428 CPUtime=100.34 cores=1,3,5,7
/proc/10853/stat : 10853 (adaptg2wsat2009) T 10851 10853 10853 0 -1 4202496 2057 0 0 0 10034 0 0 0 25 0 1 0 651464155 431542272 1781 33554432000 134512640 135107411 4287909008 18446744073709551615 134531935 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10853/statm: 105357 1781 59 146 0 104233 0
[pid=10851/tid=10861] ppid=10720 vsize=365976 CPUtime=0 cores=1,3,5,7
/proc/10851/task/10861/stat : 10861 (python) S 10720 10720 10255 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651474190 374759424 6816 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604463236722752 0 0 -1 7 0 0 0
[pid=10862] ppid=10720 vsize=376020 CPUtime=0.33 cores=1,3,5,7
/proc/10862/stat : 10862 (python) S 10720 10720 10255 0 -1 4202560 1151 0 0 0 17 16 0 0 19 0 2 0 651474194 385044480 6852 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10862/statm: 94005 6852 400 364 0 29896 0
[pid=10864] ppid=10862 vsize=251288 CPUtime=99.34 cores=1,3,5,7
/proc/10864/stat : 10864 (FH) T 10862 10864 10864 0 -1 4202496 1952 0 0 0 9934 0 0 0 25 0 1 0 651474194 257318912 1681 33554432000 134512640 134936988 4289958816 18446744073709551615 134552321 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10864/statm: 62822 1681 41 104 0 62326 0
[pid=10862/tid=10872] ppid=10720 vsize=376020 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (python) S 10720 10720 10255 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651484129 385044480 6852 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604460827428864 0 0 -1 7 0 0 0
[pid=10873] ppid=10720 vsize=386420 CPUtime=0.66 cores=1,3,5,7
/proc/10873/stat : 10873 (python) S 10720 10720 10255 0 -1 4202560 1155 0 0 0 36 30 0 0 19 0 2 0 651484132 395694080 6856 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10873/statm: 96605 6856 400 364 0 32493 0
[pid=10875] ppid=10873 vsize=268428 CPUtime=194.71 cores=1,3,5,7
/proc/10875/stat : 10875 (hybridGM3) T 10873 10875 10875 0 -1 4202496 5811 0 0 0 19471 0 0 0 25 0 1 0 651484133 274870272 5544 33554432000 134512640 135204385 4289223360 18446744073709551615 134537943 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10875/statm: 67107 5544 63 169 0 66937 0
[pid=10873/tid=10885] ppid=10720 vsize=386420 CPUtime=0 cores=1,3,5,7
/proc/10873/task/10885/stat : 10885 (python) S 10720 10720 10255 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651503605 395694080 6856 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604456657016128 0 0 -1 3 0 0 0
[pid=10886] ppid=10720 vsize=396824 CPUtime=0.34 cores=1,3,5,7
/proc/10886/stat : 10886 (python) S 10720 10720 10255 0 -1 4202560 1152 0 0 0 17 17 0 0 19 0 2 0 651503608 406347776 6860 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10886/statm: 99206 6860 400 364 0 35091 0
[pid=10888] ppid=10886 vsize=1018996 CPUtime=98.37 cores=1,3,5,7
/proc/10888/stat : 10888 (gnovelty+2) T 10886 10888 10888 0 -1 4202496 970 0 0 0 9837 0 0 0 25 0 1 0 651503609 1043451904 697 33554432000 134512640 135663704 4288326896 18446744073709551615 134544264 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/10888/statm: 254749 697 113 282 0 254465 0
[pid=10886/tid=10895] ppid=10720 vsize=396824 CPUtime=0 cores=1,3,5,7
/proc/10886/task/10895/stat : 10895 (python) S 10720 10720 10255 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651513447 406347776 6860 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604464809334720 0 0 -1 7 0 0 0
[pid=10896] ppid=10720 vsize=407240 CPUtime=0.69 cores=1,3,5,7
/proc/10896/stat : 10896 (python) S 10720 10720 10255 0 -1 4202560 1177 0 0 0 34 35 0 0 19 0 2 0 651513450 417013760 6884 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10896/statm: 101810 6884 400 364 0 37692 0
[pid=10898] ppid=10896 vsize=268420 CPUtime=194.76 cores=1,3,5,7
/proc/10898/stat : 10898 (hybridGM3) T 10896 10898 10898 0 -1 4202496 5818 0 0 0 19476 0 0 0 25 0 1 0 651513451 274862080 5543 33554432000 134512640 135204385 4294312784 18446744073709551615 134538041 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/10898/statm: 67105 5543 63 169 0 66935 0
[pid=10896/tid=10909] ppid=10720 vsize=407240 CPUtime=0 cores=1,3,5,7
/proc/10896/task/10909/stat : 10909 (python) S 10720 10720 10255 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651532927 417013760 6884 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604463007537024 0 0 -1 5 0 0 0
[pid=10910] ppid=10720 vsize=417256 CPUtime=0.69 cores=1,3,5,7
/proc/10910/stat : 10910 (python) S 10720 10720 10255 0 -1 4202560 1190 0 0 0 34 35 0 0 19 0 2 0 651532931 427270144 6928 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10910/statm: 104314 6928 400 364 0 40193 0
[pid=10912] ppid=10910 vsize=268420 CPUtime=196.55 cores=1,3,5,7
/proc/10912/stat : 10912 (hybridGM3) T 10910 10912 10912 0 -1 4202496 5817 0 0 0 19655 0 0 0 25 0 1 0 651532931 274862080 5543 33554432000 134512640 135204385 4290958160 18446744073709551615 134538034 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/10912/statm: 67105 5543 63 169 0 66935 0
[pid=10910/tid=10922] ppid=10720 vsize=417256 CPUtime=0 cores=1,3,5,7
/proc/10910/task/10922/stat : 10922 (python) S 10720 10720 10255 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 651552604 427270144 6928 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604469621024704 0 0 -1 1 0 0 0
[pid=10923] ppid=10720 vsize=427684 CPUtime=5.62 cores=1,3,5,7
/proc/10923/stat : 10923 (python) S 10720 10720 10255 0 -1 4202560 1236 0 0 0 303 259 0 0 19 0 2 0 651552608 437948416 6939 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10923/statm: 106921 6939 407 364 0 42797 0
[pid=10925] ppid=10923 vsize=459768 CPUtime=1554.8 cores=1,3,5,7
/proc/10925/stat : 10925 (TNM) T 10923 10925 10925 0 -1 4202496 1927 0 0 0 155480 0 0 0 25 0 1 0 651552608 470802432 1652 33554432000 134512640 135008748 4289723792 18446744073709551615 134527542 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10925/statm: 114942 1652 46 122 0 113842 0
[pid=10923/tid=10983] ppid=10720 vsize=427684 CPUtime=0 cores=1,3,5,7
/proc/10923/task/10983/stat : 10983 (python) S 10720 10720 10255 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651708085 437948416 6939 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604466396922112 0 0 -1 3 0 0 0
[pid=10984] ppid=10720 vsize=438120 CPUtime=0.37 cores=1,3,5,7
/proc/10984/stat : 10984 (python) S 10720 10720 10255 0 -1 4202560 1190 0 0 0 19 18 0 0 19 0 2 0 651708088 448634880 6943 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10984/statm: 109530 6943 407 364 0 45403 0
[pid=10986] ppid=10984 vsize=421428 CPUtime=97.39 cores=1,3,5,7
/proc/10986/stat : 10986 (adaptg2wsat2009) T 10984 10986 10986 0 -1 4202496 2057 0 0 0 9739 0 0 0 25 0 1 0 651708088 431542272 1782 33554432000 134512640 135107411 4292391680 18446744073709551615 134531428 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/10986/statm: 105357 1782 59 146 0 104233 0
[pid=10984/tid=10990] ppid=10720 vsize=438120 CPUtime=0 cores=1,3,5,7
/proc/10984/task/10990/stat : 10990 (python) S 10720 10720 10255 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 651717828 448634880 6943 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604466396923008 0 0 -1 7 0 0 0
[pid=10991] ppid=10720 vsize=448356 CPUtime=0.37 cores=1,3,5,7
/proc/10991/stat : 10991 (python) S 10720 10720 10255 0 -1 4202560 1173 0 0 0 19 18 0 0 19 0 2 0 651717830 459116544 6969 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/10991/statm: 112089 6969 401 364 0 47959 0
[pid=10993] ppid=10991 vsize=251292 CPUtime=100.3 cores=1,3,5,7
/proc/10993/stat : 10993 (FH) T 10991 10993 10993 0 -1 4202496 1958 0 0 0 10030 0 0 0 25 0 1 0 651717830 257323008 1681 33554432000 134512640 134936988 4289605168 18446744073709551615 134553267 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/10993/statm: 62823 1681 41 104 0 62327 0
[pid=10991/tid=10997] ppid=10720 vsize=448356 CPUtime=0 cores=1,3,5,7
/proc/10991/task/10997/stat : 10997 (python) S 10720 10720 10255 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 651727866 459116544 6969 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 514 18446604470157902208 0 0 -1 7 0 0 0
[pid=10998] ppid=10720 vsize=458808 CPUtime=0 cores=1,3,5,7
/proc/10998/stat : 10998 (python) S 10720 10720 10255 0 -1 4202560 845 0 0 0 0 0 0 0 19 0 1 0 651727868 469819392 6921 33554432000 4194304 5683644 140735992560992 18446744073709551615 254261636678 0 0 16781312 514 280639901924327423 0 0 17 3 0 0 0
/proc/10998/statm: 114702 6921 350 364 0 50569 0
[pid=11000] ppid=10998 vsize=268428 CPUtime=0.51 cores=1,3,5,7
/proc/11000/stat : 11000 (hybridGM3) R 10998 11000 11000 0 -1 4202496 5820 0 0 0 51 0 0 0 21 0 1 0 651727869 274870272 5544 33554432000 134512640 135204385 4291877184 18446744073709551615 134537825 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/11000/statm: 67107 5544 63 169 0 66937 0
[pid=10720/tid=10727] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10727/stat : 10727 (python) S 10718 10720 10255 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 19 0 651384260 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
[pid=10720/tid=10769] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10769/stat : 10769 (python) S 10718 10720 10255 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 651394198 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 3 0 0 0
[pid=10720/tid=10779] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10779/stat : 10779 (python) S 10718 10720 10255 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 651404135 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 3 0 0 0
[pid=10720/tid=10790] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10790/stat : 10790 (python) S 10718 10720 10255 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 19 0 651414171 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
[pid=10720/tid=10801] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10801/stat : 10801 (python) S 10718 10720 10255 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 19 0 651424107 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 3 0 0 0
[pid=10720/tid=10811] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10811/stat : 10811 (python) S 10718 10720 10255 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 19 0 651434044 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
[pid=10720/tid=10822] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10822/stat : 10822 (python) S 10718 10720 10255 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 19 0 651444082 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 5 0 0 0
[pid=10720/tid=10833] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10833/stat : 10833 (python) S 10718 10720 10255 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 651454119 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
[pid=10720/tid=10852] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10852/stat : 10852 (python) S 10718 10720 10255 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 19 0 651464155 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 1 0 0 0
[pid=10720/tid=10863] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10863/stat : 10863 (python) S 10718 10720 10255 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 651474194 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 1 0 0 0
[pid=10720/tid=10874] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10874/stat : 10874 (python) S 10718 10720 10255 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 19 0 651484133 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
[pid=10720/tid=10887] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10887/stat : 10887 (python) S 10718 10720 10255 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 651503609 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 3 0 0 0
[pid=10720/tid=10897] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10897/stat : 10897 (python) S 10718 10720 10255 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 19 0 651513451 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
[pid=10720/tid=10911] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10911/stat : 10911 (python) S 10718 10720 10255 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 19 0 651532931 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
[pid=10720/tid=10924] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10924/stat : 10924 (python) S 10718 10720 10255 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 19 0 651552608 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 7 0 0 0
[pid=10720/tid=10985] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10985/stat : 10985 (python) S 10718 10720 10255 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 19 0 651708088 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 3 0 0 0
[pid=10720/tid=10992] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10992/stat : 10992 (python) S 10718 10720 10255 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 19 0 651717830 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 3 0 0 0
[pid=10720/tid=10999] ppid=10718 vsize=468280 CPUtime=0 cores=1,3,5,7
/proc/10720/task/10999/stat : 10999 (python) S 10718 10720 10255 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 19 0 651727869 479518720 8486 33554432000 4194304 5683644 140735992560992 18446744073709551615 254273440177 0 0 16781312 2 18446604463769425216 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3449.79
Current children cumulated vsize (KiB) 16048972

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10720 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=224661
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=136979
# CPU time returned by wait4() is 2.36164
# while last known CPU time is 3449.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3438.64
CPU time (s): 3449.79
CPU user time (s): 3444.05
CPU system time (s): 5.74
CPU usage (%): 100.324
Max. virtual memory (cumulated for all children) (KiB): 16048972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.22466
system time used= 0.136979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30660
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= 1063
involuntary context switches= 65

runsolver used 24.1853 second user time and 56.4704 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-17 01:48:07
IDJOB=3386628
IDBENCH=82693
IDSOLVER=1872
FILE ID=node140/3386628-1305589687
RUNJOBID= node140-1305586143-10274
PBS_JOBID= 13350338
Free space on /tmp= 73376 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S64154096-097-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386628-1305589687/watcher-3386628-1305589687 -o /tmp/evaluation-result-3386628-1305589687/solver-3386628-1305589687 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386628-1305589687.cnf -seed 2044358801 -budget 5000

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

MD5SUM BENCH= 1d861e510861ad58190eb0b3053bc657
RANDOM SEED=2044358801

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21114076 kB
Buffers:        337196 kB
Cached:        5045996 kB
SwapCached:       8088 kB
Active:        8054192 kB
Inactive:      3438220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21114076 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:           65120 kB
Writeback:           0 kB
AnonPages:     6106232 kB
Mapped:          39124 kB
Slab:           230396 kB
PageTables:      47200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119976188 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= 73340 MiB
End job on node140 at 2011-05-17 02:45:28