Trace number 3317625

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-randomUNSAT 2218.35 557.322

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S1675230100-032.UNKNOWN.cnf
MD5SUMf9a60c414c65108f1df33ba3a81b8715
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark349.16
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.36/0.67	c INFO: solving HOME/instance-3317625-1304270423.cnf
0.36/0.67	c INFO: computing task features
0.43/0.71	c INFO: computed variable-clause graph statistics
0.43/0.71	c INFO: computed clause balance statistics
0.53/0.89	c INFO: computed variable balance statistics
0.63/0.96	c INFO: computed small-clause counts
0.63/0.96	c INFO: computed Horn-clause counts
0.63/0.97	c INFO: computed variable graph statistics
0.63/0.97	c INFO: collected features for HOME/instance-3317625-1304270423.cnf in 0.30 s
0.63/1.00	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.55)
0.73/1.03	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.09)
0.73/1.06	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.04)
0.73/1.09	c INFO: running adaptg2wsat2009++@0 for 97 with 4799 remaining (b = 0.03)
400.31/101.19	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.03)
400.69/101.22	c INFO: running gnovelty+2@0 for 97 with 4699 remaining (b = 0.02)
400.69/101.26	c INFO: running FH@0 for 97 with 4699 remaining (b = 0.02)
400.69/101.29	c INFO: running adaptg2wsat2009++@0 for 97 with 4699 remaining (b = 0.01)
780.69/196.47	c INFO: running adaptg2wsat2009++@0 for 97 with 4604 remaining (b = 0.01)
800.26/201.39	c INFO: running march_hi@0 for 2134 with 4599 remaining (b = 0.31)
800.63/201.45	c INFO: running march_hi@0 for 2134 with 4599 remaining (b = 0.29)
800.63/201.49	c INFO: running march_hi@0 for 388 with 4599 remaining (b = 0.11)
1179.80/296.67	c INFO: running march_hi@0 for 388 with 4504 remaining (b = 0.09)
2218.29/557.30	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

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

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


[startup+0 s]
/proc/loadavg: 9.54 9.09 8.52 7/243 25016
/proc/meminfo: memFree=29596648/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/25016/stat : 25016 (python) R 25014 25016 23486 0 -1 4202496 808 0 0 0 0 0 0 0 25 0 1 0 538640825 15749120 693 33554432000 4194304 5683644 140736014102928 18446744073709551615 4857488 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25016/statm: 3845 694 334 364 0 332 0

[startup+0.0751241 s]
/proc/loadavg: 9.54 9.09 8.52 7/243 25016
/proc/meminfo: memFree=29596648/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=38900 CPUtime=0.04 cores=1,3,5,7
/proc/25016/stat : 25016 (python) S 25014 25016 23486 0 -1 4202496 1664 0 0 0 3 1 0 0 17 0 1 0 538640825 39833600 1490 33554432000 4194304 5683644 140736014102928 18446744073709551615 210199723655 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/25016/statm: 9725 1490 455 364 0 1025 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 38900

[startup+0.101108 s]
/proc/loadavg: 9.54 9.09 8.52 7/243 25016
/proc/meminfo: memFree=29596648/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=89764 CPUtime=0.06 cores=1,3,5,7
/proc/25016/stat : 25016 (python) R 25014 25016 23486 0 -1 4202496 2640 0 0 0 4 2 0 0 17 0 1 0 538640825 91918336 2355 33554432000 4194304 5683644 140736014102928 18446744073709551615 210199673844 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25016/statm: 22441 2356 719 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89764

[startup+0.301074 s]
/proc/loadavg: 9.54 9.09 8.52 7/243 25016
/proc/meminfo: memFree=29596648/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=135744 CPUtime=0.19 cores=1,3,5,7
/proc/25016/stat : 25016 (python) S 25014 25016 23486 0 -1 4202496 5966 937 1 0 13 6 0 0 17 0 1 0 538640825 139001856 4150 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204643333 0 2147483391 16781312 2 18446744071699207358 0 0 17 5 0 0 0
/proc/25016/statm: 33936 4150 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135744

[startup+0.701003 s]
/proc/loadavg: 9.54 9.09 8.52 7/243 25016
/proc/meminfo: memFree=29596648/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=279004 CPUtime=0.43 cores=1,3,5,7
/proc/25016/stat : 25016 (python) R 25014 25016 23486 0 -1 4202496 9404 937 1 0 31 12 0 0 15 0 1 0 538640825 285700096 7082 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204343793 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/25016/statm: 69751 7082 1761 364 0 5675 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279004

[startup+1.50083 s]
/proc/loadavg: 9.26 9.04 8.50 7/244 25021
/proc/meminfo: memFree=29572532/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=320244 CPUtime=0.81 cores=1,3,5,7
/proc/25016/stat : 25016 (python) S 25014 25016 23486 0 -1 4202496 12741 937 1 0 69 12 0 0 24 0 5 0 538640825 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25016/statm: 80061 7260 1883 364 0 15970 0
[pid=25016/tid=25023] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25023/stat : 25023 (python) S 25014 25016 23486 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 5 0 538640926 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 320244

[startup+3.10057 s]
/proc/loadavg: 9.26 9.04 8.50 10/256 25033
/proc/meminfo: memFree=29554580/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=320244 CPUtime=0.81 cores=1,3,5,7
/proc/25016/stat : 25016 (python) S 25014 25016 23486 0 -1 4202496 12741 937 1 0 69 12 0 0 24 0 5 0 538640825 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25016/statm: 80061 7260 1883 364 0 15970 0
[pid=25022] ppid=25016 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/25022/stat : 25022 (python) S 25016 25016 23486 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 538640925 285388800 5614 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667407 0 0 16781312 514 7678984539758100743 0 0 17 3 0 0 0
/proc/25022/statm: 69675 5614 354 364 0 5593 0
[pid=25024] ppid=25022 vsize=1017932 CPUtime=2.09 cores=1,3,5,7
/proc/25024/stat : 25024 (gnovelty+2) R 25022 25024 25024 0 -1 4202496 510 0 0 0 209 0 0 0 25 0 1 0 538640926 1042362368 248 33554432000 134512640 135663704 4288541376 18446744073709551615 134525699 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25024/statm: 254483 248 113 282 0 254199 0
[pid=25025] ppid=25016 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/25025/stat : 25025 (python) S 25016 25016 23486 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 538640928 296296448 5696 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 5305601554907103492 0 0 17 3 0 0 0
/proc/25025/statm: 72338 5696 348 364 0 8253 0
[pid=25027] ppid=25025 vsize=1017932 CPUtime=2.05 cores=1,3,5,7
/proc/25027/stat : 25027 (gnovelty+2) R 25025 25027 25027 0 -1 4202496 511 0 0 0 205 0 0 0 25 0 1 0 538640929 1042362368 247 33554432000 134512640 135663704 4293205168 18446744073709551615 134524827 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25027/statm: 254483 247 113 282 0 254199 0
[pid=25028] ppid=25016 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/25028/stat : 25028 (python) S 25016 25016 23486 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 538640931 306315264 5597 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 16444410808277893383 0 0 17 3 0 0 0
/proc/25028/statm: 74784 5597 348 364 0 10696 0
[pid=25030] ppid=25028 vsize=416788 CPUtime=2.03 cores=1,3,5,7
/proc/25030/stat : 25030 (adaptg2wsat2009) R 25028 25030 25030 0 -1 4202496 632 0 0 0 203 0 0 0 25 0 1 0 538640932 426790912 363 33554432000 134512640 135107411 4287587120 18446744073709551615 134532336 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25030/statm: 104197 363 59 146 0 103073 0
[pid=25031] ppid=25016 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/25031/stat : 25031 (python) S 25016 25016 23486 0 -1 4202560 751 0 0 0 0 0 0 0 18 0 1 0 538640934 317440000 5721 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 497339075229908991 0 0 17 3 0 0 0
/proc/25031/statm: 77500 5721 348 364 0 13409 0
[pid=25033] ppid=25031 vsize=416788 CPUtime=2 cores=1,3,5,7
/proc/25033/stat : 25033 (adaptg2wsat2009) R 25031 25033 25033 0 -1 4202496 628 0 0 0 200 0 0 0 25 0 1 0 538640935 426790912 364 33554432000 134512640 135107411 4290699136 18446744073709551615 134531731 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25033/statm: 104197 364 59 146 0 103073 0
[pid=25016/tid=25023] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25023/stat : 25023 (python) S 25014 25016 23486 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 5 0 538640926 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25026] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25026/stat : 25026 (python) S 25014 25016 23486 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 5 0 538640928 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25029] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25029/stat : 25029 (python) S 25014 25016 23486 0 -1 4202560 21 937 0 0 0 0 0 0 22 0 5 0 538640931 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25032] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25032/stat : 25032 (python) S 25014 25016 23486 0 -1 4202560 26 937 0 0 0 0 0 0 24 0 5 0 538640934 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.98
Current children cumulated vsize (KiB) 4366872

[startup+6.30103 s]
/proc/loadavg: 9.24 9.04 8.50 11/256 25033
/proc/meminfo: memFree=29550708/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=320244 CPUtime=0.81 cores=1,3,5,7
/proc/25016/stat : 25016 (python) S 25014 25016 23486 0 -1 4202496 12741 937 1 0 69 12 0 0 24 0 5 0 538640825 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25016/statm: 80061 7260 1883 364 0 15970 0
[pid=25022] ppid=25016 vsize=278700 CPUtime=0 cores=1,3,5,7
/proc/25022/stat : 25022 (python) S 25016 25016 23486 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538640925 285388800 5637 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667407 0 0 16781312 514 7678984539758100743 0 0 17 3 0 0 0
/proc/25022/statm: 69675 5637 377 364 0 5593 0
[pid=25024] ppid=25022 vsize=1017932 CPUtime=5.28 cores=1,3,5,7
/proc/25024/stat : 25024 (gnovelty+2) R 25022 25024 25024 0 -1 4202496 510 0 0 0 528 0 0 0 25 0 1 0 538640926 1042362368 248 33554432000 134512640 135663704 4288541376 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25024/statm: 254483 248 113 282 0 254199 0
[pid=25025] ppid=25016 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/25025/stat : 25025 (python) S 25016 25016 23486 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 538640928 296296448 5719 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 5305601554907103492 0 0 17 3 0 0 0
/proc/25025/statm: 72338 5719 371 364 0 8253 0
[pid=25027] ppid=25025 vsize=1017932 CPUtime=5.23 cores=1,3,5,7
/proc/25027/stat : 25027 (gnovelty+2) R 25025 25027 25027 0 -1 4202496 511 0 0 0 523 0 0 0 25 0 1 0 538640929 1042362368 247 33554432000 134512640 135663704 4293205168 18446744073709551615 134525218 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25027/statm: 254483 247 113 282 0 254199 0
[pid=25028] ppid=25016 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/25028/stat : 25028 (python) S 25016 25016 23486 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 538640931 306315264 5619 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 16444410808277893383 0 0 17 3 0 0 0
/proc/25028/statm: 74784 5619 370 364 0 10696 0
[pid=25030] ppid=25028 vsize=416788 CPUtime=5.23 cores=1,3,5,7
/proc/25030/stat : 25030 (adaptg2wsat2009) R 25028 25030 25030 0 -1 4202496 632 0 0 0 523 0 0 0 25 0 1 0 538640932 426790912 363 33554432000 134512640 135107411 4287587120 18446744073709551615 134531411 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25030/statm: 104197 363 59 146 0 103073 0
[pid=25031] ppid=25016 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/25031/stat : 25031 (python) S 25016 25016 23486 0 -1 4202560 914 0 0 0 0 0 0 0 18 0 1 0 538640934 317440000 5744 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 497339075229876486 0 0 17 3 0 0 0
/proc/25031/statm: 77500 5744 371 364 0 13409 0
[pid=25033] ppid=25031 vsize=416788 CPUtime=5.16 cores=1,3,5,7
/proc/25033/stat : 25033 (adaptg2wsat2009) R 25031 25033 25033 0 -1 4202496 628 0 0 0 516 0 0 0 25 0 1 0 538640935 426790912 364 33554432000 134512640 135107411 4290699136 18446744073709551615 134531435 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25033/statm: 104197 364 59 146 0 103073 0
[pid=25016/tid=25023] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25023/stat : 25023 (python) S 25014 25016 23486 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 5 0 538640926 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25026] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25026/stat : 25026 (python) S 25014 25016 23486 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 5 0 538640928 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25029] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25029/stat : 25029 (python) S 25014 25016 23486 0 -1 4202560 21 937 0 0 0 0 0 0 22 0 5 0 538640931 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25032] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25032/stat : 25032 (python) S 25014 25016 23486 0 -1 4202560 26 937 0 0 0 0 0 0 24 0 5 0 538640934 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.71
Current children cumulated vsize (KiB) 4366872

[startup+12.701 s]
/proc/loadavg: 9.30 9.05 8.51 10/256 25033
/proc/meminfo: memFree=29547924/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=320244 CPUtime=0.81 cores=1,3,5,7
/proc/25016/stat : 25016 (python) S 25014 25016 23486 0 -1 4202496 12741 937 1 0 69 12 0 0 24 0 5 0 538640825 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25016/statm: 80061 7260 1883 364 0 15970 0
[pid=25022] ppid=25016 vsize=278700 CPUtime=0.01 cores=1,3,5,7
/proc/25022/stat : 25022 (python) S 25016 25016 23486 0 -1 4202560 899 0 0 0 0 1 0 0 18 0 1 0 538640925 285388800 5637 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667407 0 0 16781312 514 15641951483904098567 0 0 17 3 0 0 0
/proc/25022/statm: 69675 5637 377 364 0 5593 0
[pid=25024] ppid=25022 vsize=1017932 CPUtime=11.68 cores=1,3,5,7
/proc/25024/stat : 25024 (gnovelty+2) R 25022 25024 25024 0 -1 4202496 510 0 0 0 1168 0 0 0 25 0 1 0 538640926 1042362368 248 33554432000 134512640 135663704 4288541376 18446744073709551615 134546746 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/25024/statm: 254483 248 113 282 0 254199 0
[pid=25025] ppid=25016 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/25025/stat : 25025 (python) S 25016 25016 23486 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 1 0 538640928 296296448 5719 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 15641951483904098564 0 0 17 3 0 0 0
/proc/25025/statm: 72338 5719 371 364 0 8253 0
[pid=25027] ppid=25025 vsize=1017932 CPUtime=11.58 cores=1,3,5,7
/proc/25027/stat : 25027 (gnovelty+2) R 25025 25027 25027 0 -1 4202496 511 0 0 0 1158 0 0 0 25 0 1 0 538640929 1042362368 247 33554432000 134512640 135663704 4293205168 18446744073709551615 134525286 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25027/statm: 254483 247 113 282 0 254199 0
[pid=25028] ppid=25016 vsize=299136 CPUtime=0.01 cores=1,3,5,7
/proc/25028/stat : 25028 (python) S 25016 25016 23486 0 -1 4202560 893 0 0 0 0 1 0 0 18 0 1 0 538640931 306315264 5620 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 15641951483904098567 0 0 17 3 0 0 0
/proc/25028/statm: 74784 5620 371 364 0 10696 0
[pid=25030] ppid=25028 vsize=416788 CPUtime=11.63 cores=1,3,5,7
/proc/25030/stat : 25030 (adaptg2wsat2009) R 25028 25030 25030 0 -1 4202496 632 0 0 0 1163 0 0 0 25 0 1 0 538640932 426790912 363 33554432000 134512640 135107411 4287587120 18446744073709551615 134539450 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/25030/statm: 104197 363 59 146 0 103073 0
[pid=25031] ppid=25016 vsize=310000 CPUtime=0.01 cores=1,3,5,7
/proc/25031/stat : 25031 (python) S 25016 25016 23486 0 -1 4202560 920 0 0 0 0 1 0 0 18 0 1 0 538640934 317440000 5744 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 15641951483904098566 0 0 17 3 0 0 0
/proc/25031/statm: 77500 5744 371 364 0 13409 0
[pid=25033] ppid=25031 vsize=416788 CPUtime=11.52 cores=1,3,5,7
/proc/25033/stat : 25033 (adaptg2wsat2009) R 25031 25033 25033 0 -1 4202496 628 0 0 0 1152 0 0 0 25 0 1 0 538640935 426790912 364 33554432000 134512640 135107411 4290699136 18446744073709551615 134538035 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25033/statm: 104197 364 59 146 0 103073 0
[pid=25016/tid=25023] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25023/stat : 25023 (python) S 25014 25016 23486 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 5 0 538640926 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25026] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25026/stat : 25026 (python) S 25014 25016 23486 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 5 0 538640928 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25029] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25029/stat : 25029 (python) S 25014 25016 23486 0 -1 4202560 21 937 0 0 0 0 0 0 22 0 5 0 538640931 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25032] ppid=25014 vsize=320244 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25032/stat : 25032 (python) S 25014 25016 23486 0 -1 4202560 26 937 0 0 0 0 0 0 24 0 5 0 538640934 327929856 7260 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 47.25
Current children cumulated vsize (KiB) 4366872

[startup+25.5008 s]
/proc/loadavg: 9.40 9.08 8.53 10/256 25033

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

/proc/25016/task/25043/stat : 25043 (python) S 25014 25016 23486 0 -1 4202560 25 937 0 0 0 0 0 0 22 0 13 0 538650948 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25047] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25047/stat : 25047 (python) S 25014 25016 23486 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 13 0 538650951 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25054] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25054/stat : 25054 (python) S 25014 25016 23486 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 13 0 538660473 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 1 0 0 0
[pid=25016/tid=25058] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25058/stat : 25058 (python) S 25014 25016 23486 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 13 0 538660965 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 1 0 0 0
[pid=25016/tid=25063] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25063/stat : 25063 (python) S 25014 25016 23486 0 -1 4202560 24 937 0 0 0 0 0 0 21 0 13 0 538660970 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25066] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25066/stat : 25066 (python) S 25014 25016 23486 0 -1 4202560 28 937 0 0 0 0 0 0 23 0 13 0 538660975 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25073] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25073/stat : 25073 (python) S 25014 25016 23486 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 13 0 538670493 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2215.7
Current children cumulated vsize (KiB) 9416048

[startup+557.102 s]
/proc/loadavg: 9.17 9.17 8.81 12/293 25084
/proc/meminfo: memFree=29276280/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=402760 CPUtime=1.14 cores=1,3,5,7
/proc/25016/stat : 25016 (python) S 25014 25016 23486 0 -1 4202496 20016 937 1 0 100 14 0 0 19 0 13 0 538640825 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/25016/statm: 100690 7426 1900 364 0 36575 0
[pid=25022] ppid=25016 vsize=288944 CPUtime=0.14 cores=1,3,5,7
/proc/25022/stat : 25022 (python) S 25016 25016 23486 0 -1 4202560 1084 0 0 0 8 6 0 0 19 0 2 0 538640925 295878656 5675 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25022/statm: 72236 5675 410 364 0 8154 0
[pid=25024] ppid=25022 vsize=1017932 CPUtime=100.13 cores=1,3,5,7
/proc/25024/stat : 25024 (gnovelty+2) T 25022 25024 25024 0 -1 4202496 510 0 0 0 10013 0 0 0 25 0 1 0 538640926 1042362368 248 33554432000 134512640 135663704 4288541376 18446744073709551615 134525276 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25024/statm: 254483 248 113 282 0 254199 0
[pid=25022/tid=25036] ppid=25016 vsize=288944 CPUtime=0 cores=1,3,5,7
/proc/25022/task/25036/stat : 25036 (python) S 25016 25016 23486 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538650941 295878656 5675 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 514 18446604467585498048 0 0 -1 7 0 0 0
[pid=25025] ppid=25016 vsize=289352 CPUtime=0.14 cores=1,3,5,7
/proc/25025/stat : 25025 (python) S 25016 25016 23486 0 -1 4202560 1079 0 0 0 6 8 0 0 19 0 2 0 538640928 296296448 5749 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25025/statm: 72338 5749 400 364 0 8253 0
[pid=25027] ppid=25025 vsize=1017932 CPUtime=99.48 cores=1,3,5,7
/proc/25027/stat : 25027 (gnovelty+2) T 25025 25027 25027 0 -1 4202496 511 0 0 0 9948 0 0 0 25 0 1 0 538640929 1042362368 247 33554432000 134512640 135663704 4293205168 18446744073709551615 134524553 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25027/statm: 254483 247 113 282 0 254199 0
[pid=25025/tid=25037] ppid=25016 vsize=289352 CPUtime=0 cores=1,3,5,7
/proc/25025/task/25037/stat : 25037 (python) S 25016 25016 23486 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538650944 296296448 5749 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 514 18446604467032901760 0 0 -1 7 0 0 0
[pid=25028] ppid=25016 vsize=299136 CPUtime=0.31 cores=1,3,5,7
/proc/25028/stat : 25028 (python) S 25016 25016 23486 0 -1 4202560 1123 0 0 0 17 14 0 0 18 0 2 0 538640931 306315264 5650 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/25028/statm: 74784 5650 400 364 0 10696 0
[pid=25030] ppid=25028 vsize=416788 CPUtime=195.12 cores=1,3,5,7
/proc/25030/stat : 25030 (adaptg2wsat2009) T 25028 25030 25030 0 -1 4202496 632 0 0 0 19512 0 0 0 25 0 1 0 538640932 426790912 363 33554432000 134512640 135107411 4287587120 18446744073709551615 134531674 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25030/statm: 104197 363 59 146 0 103073 0
[pid=25028/tid=25040] ppid=25016 vsize=299136 CPUtime=0 cores=1,3,5,7
/proc/25028/task/25040/stat : 25040 (python) S 25016 25016 23486 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538650946 306315264 5650 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 514 18446604469626357888 0 0 -1 7 0 0 0
[pid=25031] ppid=25016 vsize=310000 CPUtime=0.15 cores=1,3,5,7
/proc/25031/stat : 25031 (python) S 25016 25016 23486 0 -1 4202560 1109 0 0 0 8 7 0 0 19 0 2 0 538640934 317440000 5774 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25031/statm: 77500 5774 400 364 0 13409 0
[pid=25033] ppid=25031 vsize=416788 CPUtime=99.57 cores=1,3,5,7
/proc/25033/stat : 25033 (adaptg2wsat2009) T 25031 25033 25033 0 -1 4202496 628 0 0 0 9957 0 0 0 25 0 1 0 538640935 426790912 364 33554432000 134512640 135107411 4290699136 18446744073709551615 134539273 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/25033/statm: 104197 364 59 146 0 103073 0
[pid=25031/tid=25045] ppid=25016 vsize=310000 CPUtime=0 cores=1,3,5,7
/proc/25031/task/25045/stat : 25045 (python) S 25016 25016 23486 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538650951 317440000 5774 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 514 18446604465913390912 0 0 -1 3 0 0 0
[pid=25038] ppid=25016 vsize=320256 CPUtime=0.17 cores=1,3,5,7
/proc/25038/stat : 25038 (python) S 25016 25016 23486 0 -1 4202560 1114 0 0 0 9 8 0 0 19 0 2 0 538650945 327942144 5778 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25038/statm: 80064 5778 400 364 0 15970 0
[pid=25041] ppid=25038 vsize=416788 CPUtime=99.25 cores=1,3,5,7
/proc/25041/stat : 25041 (adaptg2wsat2009) T 25038 25041 25041 0 -1 4202496 631 0 0 0 9925 0 0 0 25 0 1 0 538650946 426790912 364 33554432000 134512640 135107411 4293915504 18446744073709551615 134531656 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25041/statm: 104197 364 59 146 0 103073 0
[pid=25038/tid=25056] ppid=25016 vsize=320256 CPUtime=0 cores=1,3,5,7
/proc/25038/task/25056/stat : 25056 (python) S 25016 25016 23486 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538660961 327942144 5778 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 514 18446604471126242624 0 0 -1 5 0 0 0
[pid=25042] ppid=25016 vsize=330060 CPUtime=0.16 cores=1,3,5,7
/proc/25042/stat : 25042 (python) S 25016 25016 23486 0 -1 4202560 1111 0 0 0 7 9 0 0 19 0 2 0 538650948 337981440 5690 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/25042/statm: 82515 5690 400 364 0 18418 0
[pid=25044] ppid=25042 vsize=1017932 CPUtime=100.17 cores=1,3,5,7
/proc/25044/stat : 25044 (gnovelty+2) T 25042 25044 25044 0 -1 4202496 514 0 0 0 10017 0 0 0 25 0 1 0 538650948 1042362368 248 33554432000 134512640 135663704 4294792832 18446744073709551615 134544012 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/25044/statm: 254483 248 113 282 0 254199 0
[pid=25042/tid=25059] ppid=25016 vsize=330060 CPUtime=0 cores=1,3,5,7
/proc/25042/task/25059/stat : 25059 (python) S 25016 25016 23486 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538660966 337981440 5690 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 514 18446604471126241728 0 0 -1 1 0 0 0
[pid=25046] ppid=25016 vsize=340856 CPUtime=0.16 cores=1,3,5,7
/proc/25046/stat : 25046 (python) S 25016 25016 23486 0 -1 4202560 1126 0 0 0 8 8 0 0 19 0 2 0 538650951 349036544 5808 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/25046/statm: 85214 5808 400 364 0 21114 0
[pid=25048] ppid=25046 vsize=246940 CPUtime=99.83 cores=1,3,5,7
/proc/25048/stat : 25048 (FH) T 25046 25048 25048 0 -1 4202496 594 0 0 0 9983 0 0 0 25 0 1 0 538650952 252866560 327 33554432000 134512640 134936988 4294624960 18446744073709551615 134553523 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/25048/statm: 61735 327 41 104 0 61239 0
[pid=25046/tid=25061] ppid=25016 vsize=340856 CPUtime=0 cores=1,3,5,7
/proc/25046/task/25061/stat : 25061 (python) S 25016 25016 23486 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538660969 349036544 5808 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 514 18446604468155769216 0 0 -1 5 0 0 0
[pid=25053] ppid=25016 vsize=351300 CPUtime=0.16 cores=1,3,5,7
/proc/25053/stat : 25053 (python) S 25016 25016 23486 0 -1 4202560 1171 0 0 0 9 7 0 0 19 0 2 0 538660473 359731200 5865 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/25053/statm: 87825 5865 406 364 0 23722 0
[pid=25055] ppid=25053 vsize=416788 CPUtime=98.57 cores=1,3,5,7
/proc/25055/stat : 25055 (adaptg2wsat2009) T 25053 25055 25055 0 -1 4202496 634 0 0 0 9857 0 0 0 25 0 1 0 538660473 426790912 363 33554432000 134512640 135107411 4288132896 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/25055/statm: 104197 363 59 146 0 103073 0
[pid=25053/tid=25071] ppid=25016 vsize=351300 CPUtime=0 cores=1,3,5,7
/proc/25053/task/25071/stat : 25071 (python) S 25016 25016 23486 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538670489 359731200 5865 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 514 18446604466849260864 0 0 -1 1 0 0 0
[pid=25057] ppid=25016 vsize=361556 CPUtime=2.62 cores=1,3,5,7
/proc/25057/stat : 25057 (python) R 25016 25016 23486 0 -1 4202560 1028 0 0 0 204 58 0 0 18 0 1 0 538660965 370233344 5833 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216477503 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/25057/statm: 90389 5833 371 364 0 26283 0
[pid=25060] ppid=25057 vsize=0 CPUtime=352.89 cores=1,3,5,7
/proc/25060/stat : 25060 (march_hi) R 25057 25060 25060 0 -1 4202500 1698 0 0 0 35288 1 0 0 25 0 1 0 538660967 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/25060/statm: 0 0 0 0 0 0 0
[pid=25062] ppid=25016 vsize=371812 CPUtime=2.16 cores=1,3,5,7
/proc/25062/stat : 25062 (python) R 25016 25016 23486 0 -1 4202560 1031 0 0 0 162 54 0 0 17 0 1 0 538660970 380735488 5857 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 0 0 0 17 5 0 0 0
/proc/25062/statm: 92953 5857 371 364 0 28844 0
[pid=25064] ppid=25062 vsize=0 CPUtime=353.98 cores=1,3,5,7
/proc/25064/stat : 25064 (march_hi) R 25062 25064 25064 0 -1 4202500 1698 0 0 0 35398 0 0 0 25 0 1 0 538660971 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 5 0 0 0
/proc/25064/statm: 0 0 0 0 0 0 0
[pid=25065] ppid=25016 vsize=382260 CPUtime=0.7 cores=1,3,5,7
/proc/25065/stat : 25065 (python) S 25016 25016 23486 0 -1 4202560 1023 0 0 0 36 34 0 0 15 0 1 0 538660974 391434240 5889 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 3906881477131862279 0 0 17 3 0 0 0
/proc/25065/statm: 95565 5889 371 364 0 31453 0
[pid=25067] ppid=25065 vsize=3932 CPUtime=350.73 cores=1,3,5,7
/proc/25067/stat : 25067 (march_hi) R 25065 25067 25067 0 -1 4202496 1689 0 0 0 35073 0 0 0 25 0 1 0 538660975 4026368 790 33554432000 4194304 4955518 140733618373328 18446744073709551615 4297540 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/25067/statm: 983 790 106 186 0 796 0
[pid=25072] ppid=25016 vsize=392516 CPUtime=0.5 cores=1,3,5,7
/proc/25072/stat : 25072 (python) S 25016 25016 23486 0 -1 4202560 1026 0 0 0 26 24 0 0 15 0 1 0 538670493 401936384 5893 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204667462 0 0 16781312 514 3965758125776011527 0 0 17 3 0 0 0
/proc/25072/statm: 98129 5893 371 364 0 34014 0
[pid=25074] ppid=25072 vsize=3420 CPUtime=259.08 cores=1,3,5,7
/proc/25074/stat : 25074 (march_hi) R 25072 25074 25074 0 -1 4202496 1567 0 0 0 25908 0 0 0 25 0 1 0 538670493 3502080 665 33554432000 4194304 4955518 140734610741920 18446744073709551615 4208710 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/25074/statm: 855 665 106 186 0 668 0
[pid=25016/tid=25023] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25023/stat : 25023 (python) S 25014 25016 23486 0 -1 4202560 25 937 0 0 0 0 0 0 18 0 13 0 538640926 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25026] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25026/stat : 25026 (python) S 25014 25016 23486 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 13 0 538640928 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25029] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25029/stat : 25029 (python) S 25014 25016 23486 0 -1 4202560 24 937 0 0 0 0 0 0 18 0 13 0 538640931 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25032] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25032/stat : 25032 (python) S 25014 25016 23486 0 -1 4202560 26 937 0 0 0 0 0 0 24 0 13 0 538640934 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25039] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25039/stat : 25039 (python) S 25014 25016 23486 0 -1 4202560 27 937 0 0 0 0 0 0 20 0 13 0 538650945 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25043] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25043/stat : 25043 (python) S 25014 25016 23486 0 -1 4202560 25 937 0 0 0 0 0 0 22 0 13 0 538650948 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25047] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25047/stat : 25047 (python) S 25014 25016 23486 0 -1 4202560 25 937 0 0 0 0 0 0 24 0 13 0 538650951 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25054] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25054/stat : 25054 (python) S 25014 25016 23486 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 13 0 538660473 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 1 0 0 0
[pid=25016/tid=25058] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25058/stat : 25058 (python) S 25014 25016 23486 0 -1 4202560 24 937 0 0 0 0 0 0 20 0 13 0 538660965 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 1 0 0 0
[pid=25016/tid=25063] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25063/stat : 25063 (python) S 25014 25016 23486 0 -1 4202560 24 937 0 0 0 0 0 0 21 0 13 0 538660970 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25066] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25066/stat : 25066 (python) S 25014 25016 23486 0 -1 4202560 28 937 0 0 0 0 0 0 23 0 13 0 538660975 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25073] ppid=25014 vsize=402760 CPUtime=0 cores=1,3,5,7
/proc/25016/task/25073/stat : 25073 (python) S 25014 25016 23486 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 13 0 538670493 412426240 7426 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2217.31
Current children cumulated vsize (KiB) 9416048

[startup+557.302 s]
/proc/loadavg: 9.17 9.17 8.81 12/293 25084
/proc/meminfo: memFree=29276280/32951124 swapFree=67107188/67111528
[pid=25016] ppid=25014 vsize=402716 CPUtime=1862.59 cores=1,3,5,7
/proc/25016/stat : 25016 (python) R 25014 25016 23486 0 -1 4202496 20181 23126 1 0 100 14 185955 190 17 0 12 0 538640825 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210204305170 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25016/statm: 100679 7421 1895 364 0 36575 0
[pid=25057] ppid=25016 vsize=0 CPUtime=355.7 cores=1,3,5,7
/proc/25057/stat : 25057 (python) Z 25016 25016 23486 0 -1 4202588 1266 1698 0 0 221 60 35288 1 19 0 1 0 538660965 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25057/statm: 0 0 0 0 0 0 0
[pid=25016/tid=25023] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25023/stat : 25023 (python) S 25014 25016 23486 0 -1 4202560 25 23126 0 0 0 0 185955 190 18 0 12 0 538640926 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25026] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25026/stat : 25026 (python) S 25014 25016 23486 0 -1 4202560 24 23126 0 0 0 0 185955 190 20 0 12 0 538640928 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25029] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25029/stat : 25029 (python) S 25014 25016 23486 0 -1 4202560 24 23126 0 0 0 0 185955 190 18 0 12 0 538640931 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25032] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25032/stat : 25032 (python) S 25014 25016 23486 0 -1 4202560 26 23126 0 0 0 0 185955 190 24 0 12 0 538640934 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25039] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25039/stat : 25039 (python) S 25014 25016 23486 0 -1 4202560 27 23126 0 0 0 0 185955 190 20 0 12 0 538650945 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25043] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25043/stat : 25043 (python) S 25014 25016 23486 0 -1 4202560 27 23126 0 0 0 0 185955 190 18 0 12 0 538650948 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25047] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25047/stat : 25047 (python) S 25014 25016 23486 0 -1 4202560 27 23126 0 0 0 0 185955 190 18 0 12 0 538650951 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 5 0 0 0
[pid=25016/tid=25054] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25054/stat : 25054 (python) S 25014 25016 23486 0 -1 4202560 30 23126 0 0 0 0 185955 190 18 0 12 0 538660473 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 1 0 0 0
[pid=25016/tid=25058] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25058/stat : 25058 (python) S 25014 25016 23486 0 -1 4202560 24 23126 0 0 0 0 185955 190 20 0 12 0 538660965 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 1 0 0 0
[pid=25016/tid=25063] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25063/stat : 25063 (python) S 25014 25016 23486 0 -1 4202560 24 23126 0 0 0 0 185955 190 21 0 12 0 538660970 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
[pid=25016/tid=25073] ppid=25014 vsize=402716 CPUtime=1861.45 cores=1,3,5,7
/proc/25016/task/25073/stat : 25073 (python) S 25014 25016 23486 0 -1 4202560 29 23126 0 0 0 0 185955 190 18 0 12 0 538670493 412381184 7421 33554432000 4194304 5683644 140736014102928 18446744073709551615 210216470961 0 0 16781312 2 18446604467032900864 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2218.29
Current children cumulated vsize (KiB) 402716

Child status: 0
Real time (s): 557.322
CPU time (s): 2218.35
CPU user time (s): 2215.68
CPU system time (s): 2.67459
CPU usage (%): 398.037
Max. virtual memory (cumulated for all children) (KiB): 9425440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2215.68
system time used= 2.67459
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50546
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= 8255
involuntary context switches= 21302

runsolver used 2.42963 second user time and 4.98724 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-01 19:20:23
IDJOB=3317625
IDBENCH=83090
IDSOLVER=1705
FILE ID=node130/3317625-1304270423
RUNJOBID= node130-1304267282-23505
PBS_JOBID= 13173949
Free space on /tmp= 72668 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S1675230100-032.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-3317625-1304270423/watcher-3317625-1304270423 -o /tmp/evaluation-result-3317625-1304270423/solver-3317625-1304270423 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317625-1304270423.cnf -seed 595681275 -budget 4800 -cores 4

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

MD5SUM BENCH= f9a60c414c65108f1df33ba3a81b8715
RANDOM SEED=595681275

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29596928 kB
Buffers:        238044 kB
Cached:        1498032 kB
SwapCached:       1948 kB
Active:        1809876 kB
Inactive:      1248784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29596928 kB
SwapTotal:    67111528 kB
SwapFree:     67107188 kB
Dirty:           31920 kB
Writeback:          24 kB
AnonPages:     1321728 kB
Mapped:          24968 kB
Slab:           220608 kB
PageTables:      16220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 21172540 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= 72636 MiB
End job on node130 at 2011-05-01 19:29:41