Trace number 3312812

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
STRUCTure 0.1UNSAT 1442.66 363.982

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S804294807-063.UNKNOWN.cnf
MD5SUMb542abc79e1a870fc4bd1b25791c8222
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.33534
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.10/0.11	14:36 INFO : Reading from input HOME/instance-3312812-1304176476.cnf
0.27/0.23	Executor set job limit to 1000000
0.27/0.23	Executor set job limit to 1000000
0.27/0.23	Executor set job limit to 1000000
0.27/0.23	Executor set job limit to 1000000
0.27/0.23	Starting Executor!
0.27/0.23	Starting Executor!
0.27/0.23	Starting Executor!
0.27/0.23	Starting Executor!
0.27/0.31	14:36 INFO : 348 variables remaining out of 350
0.27/0.31	14:36 INFO : 5924 literals remaining out of 5964
1442.63/363.96	c Elapsed time 363.857
1442.63/363.96	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-3312812-1304176476/watcher-3312812-1304176476 -o /tmp/evaluation-result-3312812-1304176476/solver-3312812-1304176476 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312812-1304176476.cnf 

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: 7.50 7.92 7.97 2/187 9176
/proc/meminfo: memFree=30482860/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 1424 0 0 0 0 0 0 0 25 0 2 0 529246382 27824128 894 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 6793 894 684 9 0 381 0
[pid=9175/tid=9179] ppid=9173 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) R 9173 9175 9128 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 2 0 529246383 29065216 898 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268267765383 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.0225519 s]
/proc/loadavg: 7.50 7.92 7.97 2/187 9176
/proc/meminfo: memFree=30482860/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 3374 0 1 0 1 0 0 0 25 0 11 0 529246382 15976509440 2815 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3900515 2817 1619 9 0 3891263 0
[pid=9175/tid=9179] ppid=9173 vsize=15602060 CPUtime=0.01 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) R 9173 9175 9128 0 -1 4202560 2008 0 1 0 1 0 0 0 25 0 11 0 529246383 15976509440 2817 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 47103743496197 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 15602060

[startup+0.100541 s]
/proc/loadavg: 7.50 7.92 7.97 2/187 9176
/proc/meminfo: memFree=30482860/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15676908 CPUtime=0.1 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 5663 0 1 0 9 1 0 0 25 0 18 0 529246382 16053153792 5070 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3919227 5071 2118 9 0 3909946 0
[pid=9175/tid=9179] ppid=9173 vsize=15676908 CPUtime=0.09 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) R 9173 9175 9128 0 -1 4202560 3507 0 1 0 8 1 0 0 18 0 18 0 529246383 16053153792 5071 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 47103743501023 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15676908

[startup+0.311879 s]
/proc/loadavg: 7.50 7.92 7.97 2/187 9176
/proc/meminfo: memFree=30482860/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15688412 CPUtime=0.54 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 13270 0 1 0 52 2 0 0 25 0 22 0 529246382 16064933888 10946 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3922149 10946 2219 9 0 3912868 0
[pid=9175/tid=9179] ppid=9173 vsize=15688596 CPUtime=0.29 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 9128 0 -1 4202560 5680 0 1 0 28 1 0 0 20 0 22 0 529246383 16065122304 10946 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 15688412

[startup+0.700431 s]
/proc/loadavg: 7.50 7.92 7.97 2/187 9176
/proc/meminfo: memFree=30482860/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15698488 CPUtime=1.9 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 25784 0 1 0 187 3 0 0 25 0 22 0 529246382 16075251712 21387 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3924622 21387 2245 9 0 3915341 0
[pid=9175/tid=9179] ppid=9173 vsize=15698488 CPUtime=0.29 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 9128 0 -1 4202560 5680 0 1 0 28 1 0 0 20 0 22 0 529246383 16075251712 21387 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 15698488

[startup+1.50129 s]
/proc/loadavg: 7.50 7.92 7.97 15/220 9209
/proc/meminfo: memFree=30242900/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15702692 CPUtime=5.1 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 39387 0 1 0 505 5 0 0 25 0 22 0 529246382 16079556608 34989 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3925673 34989 2246 9 0 3916392 0
[pid=9175/tid=9179] ppid=9173 vsize=15702692 CPUtime=0.29 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 9128 0 -1 4202560 5680 0 1 0 28 1 0 0 20 0 22 0 529246383 16079556608 34989 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246383 16079556608 34989 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246383 16079556608 34989 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246383 16079556608 34990 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246383 16079556608 34990 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246383 16079556608 34990 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246383 16079556608 34991 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246383 16079556608 34991 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246383 16079556608 34991 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 9128 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 22 0 529246384 16079556608 34991 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 0 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 9128 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 529246385 16079556608 34992 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 9128 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 529246385 16079556608 34992 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9197] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9197/stat : 9197 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16079556608 34992 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284512689 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9198] ppid=9173 vsize=15702692 CPUtime=0.33 cores=1,3,5,7
/proc/9175/task/9198/stat : 9198 (java) R 9173 9175 9128 0 -1 4202560 5032 0 0 0 33 0 0 0 25 0 22 0 529246387 16079556608 34992 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 47103743138226 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9175/tid=9199] ppid=9173 vsize=15702692 CPUtime=0.34 cores=1,3,5,7
/proc/9175/task/9199/stat : 9199 (java) R 9173 9175 9128 0 -1 4202560 8143 0 0 0 34 0 0 0 25 0 22 0 529246387 16079556608 34992 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 47103744318554 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9175/tid=9200] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9200/stat : 9200 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16079556608 34992 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9201] ppid=9173 vsize=15702692 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9201/stat : 9201 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529246387 16079556608 34992 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9206] ppid=9173 vsize=15702692 CPUtime=0.95 cores=1,3,5,7
/proc/9175/task/9206/stat : 9206 (java) R 9173 9175 9128 0 -1 4202560 4514 0 0 0 95 0 0 0 17 0 22 0 529246406 16079556608 34993 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 47103747996468 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9175/tid=9207] ppid=9173 vsize=15702692 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9207/stat : 9207 (java) R 9173 9175 9128 0 -1 4202560 5109 0 0 0 108 1 0 0 21 0 22 0 529246406 16079556608 34993 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505605680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9175/tid=9208] ppid=9173 vsize=15702692 CPUtime=1.14 cores=1,3,5,7
/proc/9175/task/9208/stat : 9208 (java) R 9173 9175 9128 0 -1 4202560 5387 0 0 0 114 0 0 0 22 0 22 0 529246406 16079556608 34993 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505121077 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9175/tid=9209] ppid=9173 vsize=15702692 CPUtime=0.89 cores=1,3,5,7
/proc/9175/task/9209/stat : 9209 (java) R 9173 9175 9128 0 -1 4202560 4131 0 0 0 89 0 0 0 18 0 22 0 529246406 16079556608 34993 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505228560 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 15702692

[startup+3.10101 s]
/proc/loadavg: 7.70 7.95 7.98 11/220 9209
/proc/meminfo: memFree=30100424/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15702724 CPUtime=11.47 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 58207 0 1 0 1140 7 0 0 25 0 22 0 529246382 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3925681 49391 2278 9 0 3916400 0
[pid=9175/tid=9179] ppid=9173 vsize=15702724 CPUtime=0.29 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 9128 0 -1 4202560 5680 0 1 0 28 1 0 0 20 0 22 0 529246383 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 9128 0 -1 4202560 559 0 0 0 0 0 0 0 15 0 22 0 529246383 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 529246383 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 9128 0 -1 4202560 300 0 0 0 0 0 0 0 16 0 22 0 529246383 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 9128 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 22 0 529246383 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 9128 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 529246383 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 9128 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 529246383 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 9128 0 -1 4202560 553 0 0 0 0 0 0 0 15 0 22 0 529246383 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 9128 0 -1 4202560 342 0 0 0 0 0 0 0 16 0 22 0 529246383 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 9128 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 529246384 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 0 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 9128 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 529246385 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 9128 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529246385 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9197] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9197/stat : 9197 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284512689 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9198] ppid=9173 vsize=15702724 CPUtime=0.77 cores=1,3,5,7
/proc/9175/task/9198/stat : 9198 (java) S 9173 9175 9128 0 -1 4202560 5561 0 0 0 77 0 0 0 23 0 22 0 529246387 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9199] ppid=9173 vsize=15702724 CPUtime=1.16 cores=1,3,5,7
/proc/9175/task/9199/stat : 9199 (java) R 9173 9175 9128 0 -1 4202560 13669 0 0 0 115 1 0 0 24 0 22 0 529246387 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284514997 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9175/tid=9200] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9200/stat : 9200 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9201] ppid=9173 vsize=15702724 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9201/stat : 9201 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529246387 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9206] ppid=9173 vsize=15702724 CPUtime=2.5 cores=1,3,5,7
/proc/9175/task/9206/stat : 9206 (java) R 9173 9175 9128 0 -1 4202560 7669 0 0 0 250 0 0 0 20 0 22 0 529246406 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505669897 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9175/tid=9207] ppid=9173 vsize=15702724 CPUtime=2.33 cores=1,3,5,7
/proc/9175/task/9207/stat : 9207 (java) R 9173 9175 9128 0 -1 4202560 7687 0 0 0 232 1 0 0 25 0 22 0 529246406 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505686120 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9175/tid=9208] ppid=9173 vsize=15702724 CPUtime=2.27 cores=1,3,5,7
/proc/9175/task/9208/stat : 9208 (java) R 9173 9175 9128 0 -1 4202560 8327 0 0 0 227 0 0 0 25 0 22 0 529246406 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505670066 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9175/tid=9209] ppid=9173 vsize=15702724 CPUtime=2.07 cores=1,3,5,7
/proc/9175/task/9209/stat : 9209 (java) R 9173 9175 9128 0 -1 4202560 6379 0 0 0 206 1 0 0 20 0 22 0 529246406 16079589376 49391 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505944333 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.47
Current children cumulated vsize (KiB) 15702724

[startup+6.30144 s]
/proc/loadavg: 7.70 7.95 7.98 11/220 9258
/proc/meminfo: memFree=30017840/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15696792 CPUtime=24.2 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 82247 0 1 0 2409 11 0 0 25 0 22 0 529246382 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3924198 63884 2285 9 0 3914917 0
[pid=9175/tid=9179] ppid=9173 vsize=15696792 CPUtime=0.29 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 9128 0 -1 4202560 5680 0 1 0 28 1 0 0 20 0 22 0 529246383 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 9128 0 -1 4202560 1429 0 0 0 0 0 0 0 15 0 22 0 529246383 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 9128 0 -1 4202560 1064 0 0 0 0 0 0 0 16 0 22 0 529246383 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 9128 0 -1 4202560 1680 0 0 0 0 0 0 0 15 0 22 0 529246383 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 9128 0 -1 4202560 1516 0 0 0 0 0 0 0 15 0 22 0 529246383 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 9128 0 -1 4202560 1282 0 0 0 0 0 0 0 15 0 22 0 529246383 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 9128 0 -1 4202560 883 0 0 0 0 0 0 0 15 0 22 0 529246383 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 9128 0 -1 4202560 1240 0 0 0 0 0 0 0 15 0 22 0 529246383 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=15696792 CPUtime=0.01 cores=1,3,5,7
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 9128 0 -1 4202560 1823 0 0 0 1 0 0 0 15 0 22 0 529246383 16073515008 63884 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0

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

/proc/9175/task/9198/stat : 9198 (java) S 9173 9175 9128 0 -1 4202560 5927 0 0 0 94 0 0 0 16 0 22 0 529246387 16073515008 83838 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9199] ppid=9173 vsize=15696792 CPUtime=1.38 cores=1,3,5,7
/proc/9175/task/9199/stat : 9199 (java) S 9173 9175 9128 0 -1 4202560 13706 0 0 0 137 1 0 0 15 0 22 0 529246387 16073515008 83838 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9200] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9200/stat : 9200 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16073515008 83838 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9201] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9201/stat : 9201 (java) S 9173 9175 9128 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 529246387 16073515008 83838 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9206] ppid=9173 vsize=15696792 CPUtime=356.12 cores=1,3,5,7
/proc/9175/task/9206/stat : 9206 (java) R 9173 9175 9128 0 -1 4202560 83100 0 0 0 35600 12 0 0 25 0 22 0 529246406 16073515008 83838 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505756954 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9175/tid=9207] ppid=9173 vsize=15696792 CPUtime=356.3 cores=1,3,5,7
/proc/9175/task/9207/stat : 9207 (java) R 9173 9175 9128 0 -1 4202560 85229 0 0 0 35618 12 0 0 25 0 22 0 529246406 16073515008 83838 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505756655 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9175/tid=9208] ppid=9173 vsize=15696792 CPUtime=356 cores=1,3,5,7
/proc/9175/task/9208/stat : 9208 (java) R 9173 9175 9128 0 -1 4202560 84736 0 0 0 35589 11 0 0 25 0 22 0 529246406 16073515008 83838 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505756729 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9175/tid=9209] ppid=9173 vsize=15696792 CPUtime=355.71 cores=1,3,5,7
/proc/9175/task/9209/stat : 9209 (java) R 9173 9175 9128 0 -1 4202560 80419 0 0 0 35557 14 0 0 25 0 22 0 529246406 16073515008 83838 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505784076 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1436.13
Current children cumulated vsize (KiB) 15696792

[startup+363.101 s]
/proc/loadavg: 8.21 8.07 8.01 9/220 9268
/proc/meminfo: memFree=29840344/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15696792 CPUtime=1442.08 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 664657 0 1 0 144070 138 0 0 25 0 22 0 529246382 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3924198 81965 2296 9 0 3914917 0
[pid=9175/tid=9179] ppid=9173 vsize=15696792 CPUtime=0.29 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 9128 0 -1 4202560 5680 0 1 0 28 1 0 0 20 0 22 0 529246383 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=15696792 CPUtime=1.11 cores=1,3,5,7
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 9128 0 -1 4202560 38871 0 0 0 104 7 0 0 15 0 22 0 529246383 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=15696792 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 9128 0 -1 4202560 37480 0 0 0 99 10 0 0 15 0 22 0 529246383 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=15696792 CPUtime=1.1 cores=1,3,5,7
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 9128 0 -1 4202560 37693 0 0 0 103 7 0 0 15 0 22 0 529246383 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=15696792 CPUtime=1.03 cores=1,3,5,7
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 9128 0 -1 4202560 36485 0 0 0 95 8 0 0 15 0 22 0 529246383 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=15696792 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 9128 0 -1 4202560 37905 0 0 0 102 7 0 0 16 0 22 0 529246383 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=15696792 CPUtime=1.1 cores=1,3,5,7
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 9128 0 -1 4202560 38404 0 0 0 103 7 0 0 15 0 22 0 529246383 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=15696792 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 9128 0 -1 4202560 36432 0 0 0 103 6 0 0 16 0 22 0 529246383 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=15696792 CPUtime=1.06 cores=1,3,5,7
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 9128 0 -1 4202560 39559 0 0 0 100 6 0 0 15 0 22 0 529246383 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=15696792 CPUtime=0.59 cores=1,3,5,7
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 9128 0 -1 4202560 1613 0 0 0 39 20 0 0 15 0 22 0 529246384 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 0 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 9128 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 529246385 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 9128 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529246385 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9197] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9197/stat : 9197 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284512689 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9198] ppid=9173 vsize=15696792 CPUtime=0.94 cores=1,3,5,7
/proc/9175/task/9198/stat : 9198 (java) S 9173 9175 9128 0 -1 4202560 5927 0 0 0 94 0 0 0 16 0 22 0 529246387 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9199] ppid=9173 vsize=15696792 CPUtime=1.38 cores=1,3,5,7
/proc/9175/task/9199/stat : 9199 (java) S 9173 9175 9128 0 -1 4202560 13706 0 0 0 137 1 0 0 15 0 22 0 529246387 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9200] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9200/stat : 9200 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9201] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9201/stat : 9201 (java) S 9173 9175 9128 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 529246387 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9206] ppid=9173 vsize=15696792 CPUtime=357.59 cores=1,3,5,7
/proc/9175/task/9206/stat : 9206 (java) S 9173 9175 9128 0 -1 4202560 83104 0 0 0 35747 12 0 0 25 0 22 0 529246406 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9207] ppid=9173 vsize=15696792 CPUtime=357.73 cores=1,3,5,7
/proc/9175/task/9207/stat : 9207 (java) R 9173 9175 9128 0 -1 4202560 85232 0 0 0 35761 12 0 0 25 0 22 0 529246406 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505715484 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9175/tid=9208] ppid=9173 vsize=15696792 CPUtime=357.58 cores=1,3,5,7
/proc/9175/task/9208/stat : 9208 (java) R 9173 9175 9128 0 -1 4202560 84738 0 0 0 35747 11 0 0 25 0 22 0 529246406 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912506047713 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9175/tid=9209] ppid=9173 vsize=15696792 CPUtime=357.14 cores=1,3,5,7
/proc/9175/task/9209/stat : 9209 (java) R 9173 9175 9128 0 -1 4202560 80423 0 0 0 35700 14 0 0 25 0 22 0 529246406 16073515008 81965 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505685252 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1442.08
Current children cumulated vsize (KiB) 15696792

[startup+363.501 s]
/proc/loadavg: 8.21 8.07 8.01 9/220 9268
/proc/meminfo: memFree=29840344/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15696792 CPUtime=1442.62 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 664659 0 1 0 144124 138 0 0 25 0 22 0 529246382 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3924198 81322 2296 9 0 3914917 0
[pid=9175/tid=9179] ppid=9173 vsize=15696792 CPUtime=0.29 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 9128 0 -1 4202560 5680 0 1 0 28 1 0 0 20 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=15696792 CPUtime=1.11 cores=1,3,5,7
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 9128 0 -1 4202560 38871 0 0 0 104 7 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=15696792 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 9128 0 -1 4202560 37480 0 0 0 99 10 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=15696792 CPUtime=1.1 cores=1,3,5,7
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 9128 0 -1 4202560 37693 0 0 0 103 7 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=15696792 CPUtime=1.03 cores=1,3,5,7
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 9128 0 -1 4202560 36485 0 0 0 95 8 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=15696792 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 9128 0 -1 4202560 37905 0 0 0 102 7 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=15696792 CPUtime=1.1 cores=1,3,5,7
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 9128 0 -1 4202560 38404 0 0 0 103 7 0 0 16 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=15696792 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 9128 0 -1 4202560 36432 0 0 0 103 6 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=15696792 CPUtime=1.06 cores=1,3,5,7
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 9128 0 -1 4202560 39559 0 0 0 100 6 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=15696792 CPUtime=0.59 cores=1,3,5,7
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 9128 0 -1 4202560 1613 0 0 0 39 20 0 0 15 0 22 0 529246384 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 0 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 9128 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 529246385 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 9128 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529246385 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9197] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9197/stat : 9197 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284512689 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9198] ppid=9173 vsize=15696792 CPUtime=0.94 cores=1,3,5,7
/proc/9175/task/9198/stat : 9198 (java) S 9173 9175 9128 0 -1 4202560 5927 0 0 0 94 0 0 0 16 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9199] ppid=9173 vsize=15696792 CPUtime=1.38 cores=1,3,5,7
/proc/9175/task/9199/stat : 9199 (java) S 9173 9175 9128 0 -1 4202560 13706 0 0 0 137 1 0 0 15 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9200] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9200/stat : 9200 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9201] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9201/stat : 9201 (java) S 9173 9175 9128 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9206] ppid=9173 vsize=15696792 CPUtime=357.73 cores=1,3,5,7
/proc/9175/task/9206/stat : 9206 (java) S 9173 9175 9128 0 -1 4202560 83105 0 0 0 35761 12 0 0 24 0 22 0 529246406 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9207] ppid=9173 vsize=15696792 CPUtime=357.9 cores=1,3,5,7
/proc/9175/task/9207/stat : 9207 (java) S 9173 9175 9128 0 -1 4202560 85233 0 0 0 35778 12 0 0 24 0 22 0 529246406 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9208] ppid=9173 vsize=15696792 CPUtime=357.67 cores=1,3,5,7
/proc/9175/task/9208/stat : 9208 (java) R 9173 9175 9128 0 -1 4202560 84738 0 0 0 35756 11 0 0 23 0 22 0 529246406 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9175/tid=9209] ppid=9173 vsize=15696792 CPUtime=357.28 cores=1,3,5,7
/proc/9175/task/9209/stat : 9209 (java) S 9173 9175 9128 0 -1 4202560 80423 0 0 0 35714 14 0 0 24 0 22 0 529246406 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1442.62
Current children cumulated vsize (KiB) 15696792

[startup+363.901 s]
/proc/loadavg: 8.21 8.07 8.01 9/220 9268
/proc/meminfo: memFree=29840344/32950928 swapFree=67111464/67111528
[pid=9175] ppid=9173 vsize=15696792 CPUtime=1442.63 cores=1,3,5,7
/proc/9175/stat : 9175 (java) S 9173 9175 9128 0 -1 4202496 664659 0 1 0 144125 138 0 0 25 0 22 0 529246382 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/9175/statm: 3924198 81322 2296 9 0 3914917 0
[pid=9175/tid=9179] ppid=9173 vsize=15696792 CPUtime=0.29 cores=1,3,5,7
/proc/9175/task/9179/stat : 9179 (java) S 9173 9175 9128 0 -1 4202560 5680 0 1 0 28 1 0 0 20 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9181] ppid=9173 vsize=15696792 CPUtime=1.11 cores=1,3,5,7
/proc/9175/task/9181/stat : 9181 (java) S 9173 9175 9128 0 -1 4202560 38871 0 0 0 104 7 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9182] ppid=9173 vsize=15696792 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9182/stat : 9182 (java) S 9173 9175 9128 0 -1 4202560 37480 0 0 0 99 10 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9183] ppid=9173 vsize=15696792 CPUtime=1.1 cores=1,3,5,7
/proc/9175/task/9183/stat : 9183 (java) S 9173 9175 9128 0 -1 4202560 37693 0 0 0 103 7 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9184] ppid=9173 vsize=15696792 CPUtime=1.03 cores=1,3,5,7
/proc/9175/task/9184/stat : 9184 (java) S 9173 9175 9128 0 -1 4202560 36485 0 0 0 95 8 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9185] ppid=9173 vsize=15696792 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9185/stat : 9185 (java) S 9173 9175 9128 0 -1 4202560 37905 0 0 0 102 7 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9186] ppid=9173 vsize=15696792 CPUtime=1.1 cores=1,3,5,7
/proc/9175/task/9186/stat : 9186 (java) S 9173 9175 9128 0 -1 4202560 38404 0 0 0 103 7 0 0 16 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9187] ppid=9173 vsize=15696792 CPUtime=1.09 cores=1,3,5,7
/proc/9175/task/9187/stat : 9187 (java) S 9173 9175 9128 0 -1 4202560 36432 0 0 0 103 6 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9188] ppid=9173 vsize=15696792 CPUtime=1.06 cores=1,3,5,7
/proc/9175/task/9188/stat : 9188 (java) S 9173 9175 9128 0 -1 4202560 39559 0 0 0 100 6 0 0 15 0 22 0 529246383 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9189] ppid=9173 vsize=15696792 CPUtime=0.59 cores=1,3,5,7
/proc/9175/task/9189/stat : 9189 (java) S 9173 9175 9128 0 -1 4202560 1613 0 0 0 39 20 0 0 15 0 22 0 529246384 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 0 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9190] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9190/stat : 9190 (java) S 9173 9175 9128 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 529246385 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9191] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9191/stat : 9191 (java) S 9173 9175 9128 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529246385 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9197] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9197/stat : 9197 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284512689 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9198] ppid=9173 vsize=15696792 CPUtime=0.94 cores=1,3,5,7
/proc/9175/task/9198/stat : 9198 (java) S 9173 9175 9128 0 -1 4202560 5927 0 0 0 94 0 0 0 16 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
[pid=9175/tid=9199] ppid=9173 vsize=15696792 CPUtime=1.38 cores=1,3,5,7
/proc/9175/task/9199/stat : 9199 (java) S 9173 9175 9128 0 -1 4202560 13706 0 0 0 137 1 0 0 15 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9200] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9200/stat : 9200 (java) S 9173 9175 9128 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284504985 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9201] ppid=9173 vsize=15696792 CPUtime=0 cores=1,3,5,7
/proc/9175/task/9201/stat : 9201 (java) S 9173 9175 9128 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 529246387 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9206] ppid=9173 vsize=15696792 CPUtime=357.73 cores=1,3,5,7
/proc/9175/task/9206/stat : 9206 (java) S 9173 9175 9128 0 -1 4202560 83105 0 0 0 35761 12 0 0 20 0 22 0 529246406 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 7 0 0 0
[pid=9175/tid=9207] ppid=9173 vsize=15696792 CPUtime=357.9 cores=1,3,5,7
/proc/9175/task/9207/stat : 9207 (java) S 9173 9175 9128 0 -1 4202560 85233 0 0 0 35778 12 0 0 19 0 22 0 529246406 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 3 0 0 0
[pid=9175/tid=9208] ppid=9173 vsize=15696792 CPUtime=357.68 cores=1,3,5,7
/proc/9175/task/9208/stat : 9208 (java) S 9173 9175 9128 0 -1 4202560 84738 0 0 0 35757 11 0 0 19 0 22 0 529246406 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 5 0 0 0
[pid=9175/tid=9209] ppid=9173 vsize=15696792 CPUtime=357.28 cores=1,3,5,7
/proc/9175/task/9209/stat : 9209 (java) S 9173 9175 9128 0 -1 4202560 80423 0 0 0 35714 14 0 0 20 0 22 0 529246406 16073515008 81322 33554432000 1073741824 1073778376 140736109854720 18446744073709551615 268284505600 0 4 0 16800975 18446604471163499584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1442.63
Current children cumulated vsize (KiB) 15696792

Child status: 20
Real time (s): 363.982
CPU time (s): 1442.66
CPU user time (s): 1441.26
CPU system time (s): 1.39679
CPU usage (%): 396.354
Max. virtual memory (cumulated for all children) (KiB): 15708760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1441.26
system time used= 1.39679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 664689
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= 77981
involuntary context switches= 45164

runsolver used 0.633903 second user time and 1.36879 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-30 17:14:36
IDJOB=3312812
IDBENCH=82997
IDSOLVER=1699
FILE ID=node122/3312812-1304176476
RUNJOBID= node122-1304176476-9147
PBS_JOBID= 13172421
Free space on /tmp= 73344 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S804294807-063.UNKNOWN.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312812-1304176476/watcher-3312812-1304176476 -o /tmp/evaluation-result-3312812-1304176476/solver-3312812-1304176476 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312812-1304176476.cnf

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

MD5SUM BENCH= b542abc79e1a870fc4bd1b25791c8222
RANDOM SEED=1661358938

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30483512 kB
Buffers:        337280 kB
Cached:        1713784 kB
SwapCached:         64 kB
Active:         170556 kB
Inactive:      1950248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30483512 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            3252 kB
Writeback:           4 kB
AnonPages:       70076 kB
Mapped:          20428 kB
Slab:           279192 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   761684 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= 73344 MiB
End job on node122 at 2011-04-30 17:20:40