Trace number 3312850

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.1SAT 169.308 42.8999

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1214523131-078.SATISFIABLE.cnf
MD5SUM3aa844b4c7696e37cd971cc91ca76859
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.09/0.12	37:34 INFO : Reading from input HOME/instance-3312850-1304177854.cnf
0.25/0.26	Executor set job limit to 1000000
0.25/0.26	Executor set job limit to 1000000
0.25/0.26	Executor set job limit to 1000000
0.25/0.26	Executor set job limit to 1000000
0.25/0.26	Starting Executor!
0.25/0.26	Starting Executor!
0.25/0.26	Starting Executor!
0.25/0.26	Starting Executor!
0.45/0.36	37:35 INFO : 75 variables remaining out of 75
0.45/0.36	37:35 INFO : 9582 literals remaining out of 9582
168.99/42.87	c Elapsed time 42.753
168.99/42.87	s SATISFIABLE
168.99/42.87	v -1 -2 3 4 -5 -6 -7 -8 9 -10 -11 -12 13 -14 -15 16 17 -18 19 20 21 22 23 24 25 26 -27 -28 29 30 -31 32 -33 -34 -35 36 -37 38 -39 40 41 42 43 44 45 46 -47 -48 49 50 51 52 53 54 -55 -56 57 58 59 -60 -61 -62 -63 64 65 66 -67 68 -69 70 -71 72 73 -74 -75 0

Verifier Data

OK

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-3312850-1304177854/watcher-3312850-1304177854 -o /tmp/evaluation-result-3312850-1304177854/solver-3312850-1304177854 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3312850-1304177854.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: 8.12 8.08 8.01 6/198 13392
/proc/meminfo: memFree=22666584/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/13392/stat : 13392 (java) R 13390 13392 13200 0 -1 4202496 1051 0 0 0 0 0 0 0 25 0 1 0 529385078 23580672 537 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274469005077 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13392/statm: 5757 550 416 9 0 124 0

[startup+0.105111 s]
/proc/loadavg: 8.12 8.08 8.01 6/198 13392
/proc/meminfo: memFree=22666584/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15677068 CPUtime=0.09 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 5564 0 1 0 8 1 0 0 25 0 18 0 529385078 16053317632 4972 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3919267 4973 2116 9 0 3909986 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15677068

[startup+0.201094 s]
/proc/loadavg: 8.12 8.08 8.01 6/198 13392
/proc/meminfo: memFree=22666584/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15678712 CPUtime=0.25 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 7162 0 1 0 24 1 0 0 25 0 18 0 529385078 16055001088 6463 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3919678 6464 2182 9 0 3910397 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 15678712

[startup+0.301077 s]
/proc/loadavg: 8.12 8.08 8.01 6/198 13392
/proc/meminfo: memFree=22666584/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15682824 CPUtime=0.45 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 8917 0 1 0 43 2 0 0 25 0 22 0 529385078 16059211776 8218 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3920706 8219 2209 9 0 3911425 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 15682824

[startup+0.701006 s]
/proc/loadavg: 8.12 8.08 8.01 6/198 13392
/proc/meminfo: memFree=22666584/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15695580 CPUtime=1.72 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 27790 0 1 0 168 4 0 0 25 0 22 0 529385078 16072273920 23629 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3923895 23629 2252 9 0 3914614 0
Current children cumulated CPU time (s) 1.72
Current children cumulated vsize (KiB) 15695580

[startup+1.50087 s]
/proc/loadavg: 8.12 8.08 8.01 11/220 13414
/proc/meminfo: memFree=22548920/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15697068 CPUtime=4.89 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 54126 0 1 0 482 7 0 0 25 0 22 0 529385078 16073797632 46993 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3924267 46993 2272 9 0 3914986 0
[pid=13392/tid=13394] ppid=13390 vsize=15697068 CPUtime=0.34 cores=1,3,5,7
/proc/13392/task/13394/stat : 13394 (java) S 13390 13392 13200 0 -1 4202560 6323 0 1 0 33 1 0 0 25 0 22 0 529385079 16073797632 46994 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13395] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13395/stat : 13395 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529385080 16073797632 46994 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13396] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13396/stat : 13396 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529385080 16073797632 46994 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13397] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13397/stat : 13397 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529385080 16073797632 46994 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13398] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13398/stat : 13398 (java) S 13390 13392 13200 0 -1 4202560 68 0 0 0 0 0 0 0 18 0 22 0 529385080 16073797632 46994 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13399] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13399/stat : 13399 (java) S 13390 13392 13200 0 -1 4202560 284 0 0 0 0 0 0 0 18 0 22 0 529385080 16073797632 46994 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13400] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13400/stat : 13400 (java) S 13390 13392 13200 0 -1 4202560 218 0 0 0 0 0 0 0 18 0 22 0 529385080 16073797632 46994 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13401] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13401/stat : 13401 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 529385080 16073797632 46995 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13402] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13402/stat : 13402 (java) S 13390 13392 13200 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 529385080 16073797632 46995 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13403] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13403/stat : 13403 (java) S 13390 13392 13200 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 529385081 16073797632 46996 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 0 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13404] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13404/stat : 13404 (java) S 13390 13392 13200 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 46996 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13405] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13405/stat : 13405 (java) S 13390 13392 13200 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 46997 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13406] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13406/stat : 13406 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 46997 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485791153 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13407] ppid=13390 vsize=15697068 CPUtime=0.84 cores=1,3,5,7
/proc/13392/task/13407/stat : 13407 (java) R 13390 13392 13200 0 -1 4202560 6956 0 0 0 84 0 0 0 25 0 22 0 529385084 16073797632 46998 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 47063934339213 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13392/tid=13408] ppid=13390 vsize=15697068 CPUtime=0.77 cores=1,3,5,7
/proc/13392/task/13408/stat : 13408 (java) R 13390 13392 13200 0 -1 4202560 10740 0 0 0 76 1 0 0 25 0 22 0 529385084 16073797632 46998 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13392/tid=13409] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13409/stat : 13409 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 46998 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13410] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13410/stat : 13410 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529385084 16073797632 46998 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13411] ppid=13390 vsize=15697068 CPUtime=0.88 cores=1,3,5,7
/proc/13392/task/13411/stat : 13411 (java) R 13390 13392 13200 0 -1 4202560 10059 0 0 0 87 1 0 0 25 0 22 0 529385105 16073797632 46998 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13392/tid=13412] ppid=13390 vsize=15697068 CPUtime=0.63 cores=1,3,5,7
/proc/13392/task/13412/stat : 13412 (java) R 13390 13392 13200 0 -1 4202560 5179 0 0 0 63 0 0 0 25 0 22 0 529385105 16073797632 46998 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 18446744073699065939 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13392/tid=13413] ppid=13390 vsize=15697068 CPUtime=0.84 cores=1,3,5,7
/proc/13392/task/13413/stat : 13413 (java) R 13390 13392 13200 0 -1 4202560 6834 0 0 0 83 1 0 0 25 0 22 0 529385105 16073797632 46999 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505687478 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13392/tid=13414] ppid=13390 vsize=15697068 CPUtime=0.53 cores=1,3,5,7
/proc/13392/task/13414/stat : 13414 (java) R 13390 13392 13200 0 -1 4202560 6070 0 0 0 53 0 0 0 25 0 22 0 529385105 16073797632 46999 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505678558 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 15697068

[startup+3.10159 s]
/proc/loadavg: 8.11 8.08 8.01 9/220 13414
/proc/meminfo: memFree=22489524/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15697068 CPUtime=11.25 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 57819 0 1 0 1117 8 0 0 25 0 22 0 529385078 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3924267 49087 2288 9 0 3914986 0
[pid=13392/tid=13394] ppid=13390 vsize=15697068 CPUtime=0.34 cores=1,3,5,7
/proc/13392/task/13394/stat : 13394 (java) S 13390 13392 13200 0 -1 4202560 6323 0 1 0 33 1 0 0 25 0 22 0 529385079 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13395] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13395/stat : 13395 (java) S 13390 13392 13200 0 -1 4202560 340 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13396] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13396/stat : 13396 (java) S 13390 13392 13200 0 -1 4202560 251 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13397] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13397/stat : 13397 (java) S 13390 13392 13200 0 -1 4202560 516 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13398] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13398/stat : 13398 (java) S 13390 13392 13200 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13399] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13399/stat : 13399 (java) S 13390 13392 13200 0 -1 4202560 615 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13400] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13400/stat : 13400 (java) S 13390 13392 13200 0 -1 4202560 365 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13401] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13401/stat : 13401 (java) S 13390 13392 13200 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13402] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13402/stat : 13402 (java) S 13390 13392 13200 0 -1 4202560 491 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13403] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13403/stat : 13403 (java) S 13390 13392 13200 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 529385081 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 0 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13404] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13404/stat : 13404 (java) S 13390 13392 13200 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13405] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13405/stat : 13405 (java) S 13390 13392 13200 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13406] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13406/stat : 13406 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485791153 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13407] ppid=13390 vsize=15697068 CPUtime=1.07 cores=1,3,5,7
/proc/13392/task/13407/stat : 13407 (java) S 13390 13392 13200 0 -1 4202560 6990 0 0 0 107 0 0 0 15 0 22 0 529385084 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13408] ppid=13390 vsize=15697068 CPUtime=0.97 cores=1,3,5,7
/proc/13392/task/13408/stat : 13408 (java) S 13390 13392 13200 0 -1 4202560 10787 0 0 0 96 1 0 0 15 0 22 0 529385084 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13409] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13409/stat : 13409 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13410] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13410/stat : 13410 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 529385084 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13411] ppid=13390 vsize=15697068 CPUtime=2.44 cores=1,3,5,7
/proc/13392/task/13411/stat : 13411 (java) R 13390 13392 13200 0 -1 4202560 10112 0 0 0 243 1 0 0 25 0 22 0 529385105 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505684387 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13392/tid=13412] ppid=13390 vsize=15697068 CPUtime=2.02 cores=1,3,5,7
/proc/13392/task/13412/stat : 13412 (java) R 13390 13392 13200 0 -1 4202560 5225 0 0 0 202 0 0 0 25 0 22 0 529385105 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505678528 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13392/tid=13413] ppid=13390 vsize=15697068 CPUtime=2.24 cores=1,3,5,7
/proc/13392/task/13413/stat : 13413 (java) R 13390 13392 13200 0 -1 4202560 7638 0 0 0 223 1 0 0 25 0 22 0 529385105 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505898825 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13392/tid=13414] ppid=13390 vsize=15697068 CPUtime=2.08 cores=1,3,5,7
/proc/13392/task/13414/stat : 13414 (java) R 13390 13392 13200 0 -1 4202560 6484 0 0 0 208 0 0 0 25 0 22 0 529385105 16073797632 49087 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 47063935726641 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.25
Current children cumulated vsize (KiB) 15697068

[startup+6.30102 s]
/proc/loadavg: 8.11 8.08 8.01 9/220 13414
/proc/meminfo: memFree=22517920/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15697068 CPUtime=23.97 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 59422 0 1 0 2388 9 0 0 25 0 22 0 529385078 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3924267 44378 2290 9 0 3914986 0
[pid=13392/tid=13394] ppid=13390 vsize=15697068 CPUtime=0.34 cores=1,3,5,7
/proc/13392/task/13394/stat : 13394 (java) S 13390 13392 13200 0 -1 4202560 6323 0 1 0 33 1 0 0 25 0 22 0 529385079 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13395] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13395/stat : 13395 (java) S 13390 13392 13200 0 -1 4202560 680 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13396] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13396/stat : 13396 (java) S 13390 13392 13200 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13397] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13397/stat : 13397 (java) S 13390 13392 13200 0 -1 4202560 641 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13398] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13398/stat : 13398 (java) S 13390 13392 13200 0 -1 4202560 324 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13399] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13399/stat : 13399 (java) S 13390 13392 13200 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 22 0 529385080 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13400] ppid=13390 vsize=15697068 CPUtime=0.01 cores=1,3,5,7
/proc/13392/task/13400/stat : 13400 (java) S 13390 13392 13200 0 -1 4202560 613 0 0 0 1 0 0 0 15 0 22 0 529385080 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13401] ppid=13390 vsize=15697068 CPUtime=0.01 cores=1,3,5,7
/proc/13392/task/13401/stat : 13401 (java) S 13390 13392 13200 0 -1 4202560 274 0 0 0 1 0 0 0 16 0 22 0 529385080 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13402] ppid=13390 vsize=15697068 CPUtime=0.01 cores=1,3,5,7
/proc/13392/task/13402/stat : 13402 (java) S 13390 13392 13200 0 -1 4202560 759 0 0 0 1 0 0 0 15 0 22 0 529385080 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13403] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13403/stat : 13403 (java) S 13390 13392 13200 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 22 0 529385081 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 0 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13404] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13404/stat : 13404 (java) S 13390 13392 13200 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13405] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13405/stat : 13405 (java) S 13390 13392 13200 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13406] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13406/stat : 13406 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485791153 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13407] ppid=13390 vsize=15697068 CPUtime=1.12 cores=1,3,5,7
/proc/13392/task/13407/stat : 13407 (java) S 13390 13392 13200 0 -1 4202560 6996 0 0 0 112 0 0 0 16 0 22 0 529385084 16073797632 44378 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0

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

/proc/13392/task/13407/stat : 13407 (java) S 13390 13392 13200 0 -1 4202560 7000 0 0 0 113 0 0 0 16 0 22 0 529385084 16073797632 55274 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13408] ppid=13390 vsize=15697068 CPUtime=1.02 cores=1,3,5,7
/proc/13392/task/13408/stat : 13408 (java) S 13390 13392 13200 0 -1 4202560 10795 0 0 0 101 1 0 0 16 0 22 0 529385084 16073797632 55274 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13409] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13409/stat : 13409 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 55274 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13410] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13410/stat : 13410 (java) S 13390 13392 13200 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 529385084 16073797632 55274 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13411] ppid=13390 vsize=15697068 CPUtime=38.91 cores=1,3,5,7
/proc/13392/task/13411/stat : 13411 (java) R 13390 13392 13200 0 -1 4202560 14397 0 0 0 3889 2 0 0 25 0 22 0 529385105 16073797632 55274 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505746707 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13392/tid=13412] ppid=13390 vsize=15697068 CPUtime=38.38 cores=1,3,5,7
/proc/13392/task/13412/stat : 13412 (java) R 13390 13392 13200 0 -1 4202560 9553 0 0 0 3837 1 0 0 25 0 22 0 529385105 16073797632 55274 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505897890 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13392/tid=13413] ppid=13390 vsize=15697068 CPUtime=38.6 cores=1,3,5,7
/proc/13392/task/13413/stat : 13413 (java) R 13390 13392 13200 0 -1 4202560 11891 0 0 0 3859 1 0 0 25 0 22 0 529385105 16073797632 55274 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505716374 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13392/tid=13414] ppid=13390 vsize=15697068 CPUtime=38.5 cores=1,3,5,7
/proc/13392/task/13414/stat : 13414 (java) R 13390 13392 13200 0 -1 4202560 10924 0 0 0 3848 2 0 0 25 0 22 0 529385105 16073797632 55274 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505684669 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 157.87
Current children cumulated vsize (KiB) 15697068

[startup+41.6008 s]
/proc/loadavg: 7.92 8.03 7.99 9/220 13466
/proc/meminfo: memFree=22613732/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15697068 CPUtime=164.23 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 100432 0 1 0 16402 21 0 0 25 0 22 0 529385078 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3924267 54336 2290 9 0 3914986 0
[pid=13392/tid=13394] ppid=13390 vsize=15697068 CPUtime=0.34 cores=1,3,5,7
/proc/13392/task/13394/stat : 13394 (java) S 13390 13392 13200 0 -1 4202560 6323 0 1 0 33 1 0 0 25 0 22 0 529385079 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13395] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13395/stat : 13395 (java) S 13390 13392 13200 0 -1 4202560 3328 0 0 0 10 0 0 0 15 0 22 0 529385080 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13396] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13396/stat : 13396 (java) S 13390 13392 13200 0 -1 4202560 3635 0 0 0 10 0 0 0 15 0 22 0 529385080 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13397] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13397/stat : 13397 (java) S 13390 13392 13200 0 -1 4202560 3685 0 0 0 10 0 0 0 15 0 22 0 529385080 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13398] ppid=13390 vsize=15697068 CPUtime=0.08 cores=1,3,5,7
/proc/13392/task/13398/stat : 13398 (java) S 13390 13392 13200 0 -1 4202560 3455 0 0 0 8 0 0 0 15 0 22 0 529385080 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13399] ppid=13390 vsize=15697068 CPUtime=0.07 cores=1,3,5,7
/proc/13392/task/13399/stat : 13399 (java) S 13390 13392 13200 0 -1 4202560 3498 0 0 0 7 0 0 0 15 0 22 0 529385080 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13400] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13400/stat : 13400 (java) S 13390 13392 13200 0 -1 4202560 3375 0 0 0 10 0 0 0 15 0 22 0 529385080 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13401] ppid=13390 vsize=15697068 CPUtime=0.11 cores=1,3,5,7
/proc/13392/task/13401/stat : 13401 (java) S 13390 13392 13200 0 -1 4202560 3216 0 0 0 10 1 0 0 16 0 22 0 529385080 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13402] ppid=13390 vsize=15697068 CPUtime=0.09 cores=1,3,5,7
/proc/13392/task/13402/stat : 13402 (java) S 13390 13392 13200 0 -1 4202560 3834 0 0 0 9 0 0 0 16 0 22 0 529385080 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13403] ppid=13390 vsize=15697068 CPUtime=0.09 cores=1,3,5,7
/proc/13392/task/13403/stat : 13403 (java) S 13390 13392 13200 0 -1 4202560 121 0 0 0 6 3 0 0 16 0 22 0 529385081 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 0 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13404] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13404/stat : 13404 (java) S 13390 13392 13200 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13405] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13405/stat : 13405 (java) S 13390 13392 13200 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13406] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13406/stat : 13406 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485791153 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13407] ppid=13390 vsize=15697068 CPUtime=1.13 cores=1,3,5,7
/proc/13392/task/13407/stat : 13407 (java) S 13390 13392 13200 0 -1 4202560 7000 0 0 0 113 0 0 0 16 0 22 0 529385084 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13408] ppid=13390 vsize=15697068 CPUtime=1.02 cores=1,3,5,7
/proc/13392/task/13408/stat : 13408 (java) S 13390 13392 13200 0 -1 4202560 10795 0 0 0 101 1 0 0 16 0 22 0 529385084 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13409] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13409/stat : 13409 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13410] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13410/stat : 13410 (java) S 13390 13392 13200 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 529385084 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13411] ppid=13390 vsize=15697068 CPUtime=40.5 cores=1,3,5,7
/proc/13392/task/13411/stat : 13411 (java) R 13390 13392 13200 0 -1 4202560 14399 0 0 0 4048 2 0 0 25 0 22 0 529385105 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505524165 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13392/tid=13412] ppid=13390 vsize=15697068 CPUtime=39.96 cores=1,3,5,7
/proc/13392/task/13412/stat : 13412 (java) R 13390 13392 13200 0 -1 4202560 9555 0 0 0 3995 1 0 0 25 0 22 0 529385105 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505677804 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13392/tid=13413] ppid=13390 vsize=15697068 CPUtime=40.18 cores=1,3,5,7
/proc/13392/task/13413/stat : 13413 (java) R 13390 13392 13200 0 -1 4202560 11894 0 0 0 4017 1 0 0 25 0 22 0 529385105 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505716402 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13392/tid=13414] ppid=13390 vsize=15697068 CPUtime=40.07 cores=1,3,5,7
/proc/13392/task/13414/stat : 13414 (java) R 13390 13392 13200 0 -1 4202560 10932 0 0 0 4005 2 0 0 25 0 22 0 529385105 16073797632 54336 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505818037 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 164.23
Current children cumulated vsize (KiB) 15697068

[startup+42.4017 s]
/proc/loadavg: 7.92 8.03 7.99 9/220 13466
/proc/meminfo: memFree=22600340/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15697068 CPUtime=167.41 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 100707 0 1 0 16720 21 0 0 25 0 22 0 529385078 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3924267 53926 2290 9 0 3914986 0
[pid=13392/tid=13394] ppid=13390 vsize=15697068 CPUtime=0.34 cores=1,3,5,7
/proc/13392/task/13394/stat : 13394 (java) S 13390 13392 13200 0 -1 4202560 6323 0 1 0 33 1 0 0 25 0 22 0 529385079 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13395] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13395/stat : 13395 (java) S 13390 13392 13200 0 -1 4202560 3404 0 0 0 10 0 0 0 16 0 22 0 529385080 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13396] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13396/stat : 13396 (java) S 13390 13392 13200 0 -1 4202560 3649 0 0 0 10 0 0 0 15 0 22 0 529385080 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13397] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13397/stat : 13397 (java) S 13390 13392 13200 0 -1 4202560 3698 0 0 0 10 0 0 0 16 0 22 0 529385080 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13398] ppid=13390 vsize=15697068 CPUtime=0.09 cores=1,3,5,7
/proc/13392/task/13398/stat : 13398 (java) S 13390 13392 13200 0 -1 4202560 3460 0 0 0 9 0 0 0 16 0 22 0 529385080 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13399] ppid=13390 vsize=15697068 CPUtime=0.08 cores=1,3,5,7
/proc/13392/task/13399/stat : 13399 (java) S 13390 13392 13200 0 -1 4202560 3533 0 0 0 8 0 0 0 16 0 22 0 529385080 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13400] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13400/stat : 13400 (java) S 13390 13392 13200 0 -1 4202560 3448 0 0 0 10 0 0 0 16 0 22 0 529385080 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13401] ppid=13390 vsize=15697068 CPUtime=0.11 cores=1,3,5,7
/proc/13392/task/13401/stat : 13401 (java) S 13390 13392 13200 0 -1 4202560 3229 0 0 0 10 1 0 0 15 0 22 0 529385080 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13402] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13402/stat : 13402 (java) S 13390 13392 13200 0 -1 4202560 3871 0 0 0 10 0 0 0 15 0 22 0 529385080 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13403] ppid=13390 vsize=15697068 CPUtime=0.09 cores=1,3,5,7
/proc/13392/task/13403/stat : 13403 (java) S 13390 13392 13200 0 -1 4202560 121 0 0 0 6 3 0 0 15 0 22 0 529385081 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 0 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13404] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13404/stat : 13404 (java) S 13390 13392 13200 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13405] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13405/stat : 13405 (java) S 13390 13392 13200 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13406] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13406/stat : 13406 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485791153 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13407] ppid=13390 vsize=15697068 CPUtime=1.13 cores=1,3,5,7
/proc/13392/task/13407/stat : 13407 (java) S 13390 13392 13200 0 -1 4202560 7000 0 0 0 113 0 0 0 16 0 22 0 529385084 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13408] ppid=13390 vsize=15697068 CPUtime=1.02 cores=1,3,5,7
/proc/13392/task/13408/stat : 13408 (java) S 13390 13392 13200 0 -1 4202560 10795 0 0 0 101 1 0 0 16 0 22 0 529385084 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13409] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13409/stat : 13409 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13410] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13410/stat : 13410 (java) S 13390 13392 13200 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 529385084 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13411] ppid=13390 vsize=15697068 CPUtime=41.29 cores=1,3,5,7
/proc/13392/task/13411/stat : 13411 (java) R 13390 13392 13200 0 -1 4202560 14403 0 0 0 4127 2 0 0 25 0 22 0 529385105 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 47063935727402 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13392/tid=13412] ppid=13390 vsize=15697068 CPUtime=40.75 cores=1,3,5,7
/proc/13392/task/13412/stat : 13412 (java) R 13390 13392 13200 0 -1 4202560 9557 0 0 0 4074 1 0 0 25 0 22 0 529385105 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505716204 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13392/tid=13413] ppid=13390 vsize=15697068 CPUtime=40.97 cores=1,3,5,7
/proc/13392/task/13413/stat : 13413 (java) R 13390 13392 13200 0 -1 4202560 11897 0 0 0 4096 1 0 0 25 0 22 0 529385105 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505684538 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13392/tid=13414] ppid=13390 vsize=15697068 CPUtime=40.86 cores=1,3,5,7
/proc/13392/task/13414/stat : 13414 (java) R 13390 13392 13200 0 -1 4202560 10932 0 0 0 4084 2 0 0 25 0 22 0 529385105 16073797632 53926 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505524151 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 167.41
Current children cumulated vsize (KiB) 15697068

[startup+42.8016 s]
/proc/loadavg: 7.92 8.03 7.99 9/220 13466
/proc/meminfo: memFree=22600340/32950928 swapFree=67111524/67111528
[pid=13392] ppid=13390 vsize=15697068 CPUtime=168.99 cores=1,3,5,7
/proc/13392/stat : 13392 (java) S 13390 13392 13200 0 -1 4202496 100820 0 1 0 16878 21 0 0 25 0 22 0 529385078 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/13392/statm: 3924267 53696 2290 9 0 3914986 0
[pid=13392/tid=13394] ppid=13390 vsize=15697068 CPUtime=0.34 cores=1,3,5,7
/proc/13392/task/13394/stat : 13394 (java) S 13390 13392 13200 0 -1 4202560 6323 0 1 0 33 1 0 0 25 0 22 0 529385079 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13395] ppid=13390 vsize=15697068 CPUtime=0.11 cores=1,3,5,7
/proc/13392/task/13395/stat : 13395 (java) S 13390 13392 13200 0 -1 4202560 3425 0 0 0 11 0 0 0 15 0 22 0 529385080 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13396] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13396/stat : 13396 (java) S 13390 13392 13200 0 -1 4202560 3649 0 0 0 10 0 0 0 16 0 22 0 529385080 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13397] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13397/stat : 13397 (java) S 13390 13392 13200 0 -1 4202560 3719 0 0 0 10 0 0 0 16 0 22 0 529385080 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13398] ppid=13390 vsize=15697068 CPUtime=0.09 cores=1,3,5,7
/proc/13392/task/13398/stat : 13398 (java) S 13390 13392 13200 0 -1 4202560 3462 0 0 0 9 0 0 0 15 0 22 0 529385080 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13399] ppid=13390 vsize=15697068 CPUtime=0.08 cores=1,3,5,7
/proc/13392/task/13399/stat : 13399 (java) S 13390 13392 13200 0 -1 4202560 3533 0 0 0 8 0 0 0 16 0 22 0 529385080 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 3 0 0 0
[pid=13392/tid=13400] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13400/stat : 13400 (java) S 13390 13392 13200 0 -1 4202560 3450 0 0 0 10 0 0 0 15 0 22 0 529385080 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13401] ppid=13390 vsize=15697068 CPUtime=0.11 cores=1,3,5,7
/proc/13392/task/13401/stat : 13401 (java) S 13390 13392 13200 0 -1 4202560 3229 0 0 0 10 1 0 0 15 0 22 0 529385080 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13402] ppid=13390 vsize=15697068 CPUtime=0.1 cores=1,3,5,7
/proc/13392/task/13402/stat : 13402 (java) S 13390 13392 13200 0 -1 4202560 3900 0 0 0 10 0 0 0 15 0 22 0 529385080 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 1 0 0 0
[pid=13392/tid=13403] ppid=13390 vsize=15697068 CPUtime=0.09 cores=1,3,5,7
/proc/13392/task/13403/stat : 13403 (java) S 13390 13392 13200 0 -1 4202560 121 0 0 0 6 3 0 0 16 0 22 0 529385081 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 0 0 16800975 18446604471164520512 0 0 -1 7 0 0 0
[pid=13392/tid=13404] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13404/stat : 13404 (java) S 13390 13392 13200 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13405] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13405/stat : 13405 (java) S 13390 13392 13200 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 529385081 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13406] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13406/stat : 13406 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485791153 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13407] ppid=13390 vsize=15697068 CPUtime=1.2 cores=1,3,5,7
/proc/13392/task/13407/stat : 13407 (java) R 13390 13392 13200 0 -1 4202560 7024 0 0 0 120 0 0 0 15 0 22 0 529385084 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 47063934668051 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13392/tid=13408] ppid=13390 vsize=15697068 CPUtime=1.09 cores=1,3,5,7
/proc/13392/task/13408/stat : 13408 (java) R 13390 13392 13200 0 -1 4202560 10803 0 0 0 108 1 0 0 15 0 22 0 529385084 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 47063936395549 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13392/tid=13409] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13409/stat : 13409 (java) S 13390 13392 13200 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 529385084 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485783449 0 4 0 16800975 18446604471164520512 0 0 -1 5 0 0 0
[pid=13392/tid=13410] ppid=13390 vsize=15697068 CPUtime=0 cores=1,3,5,7
/proc/13392/task/13410/stat : 13410 (java) R 13390 13392 13200 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 529385084 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 274485784064 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13392/tid=13411] ppid=13390 vsize=15697068 CPUtime=41.61 cores=1,3,5,7
/proc/13392/task/13411/stat : 13411 (java) R 13390 13392 13200 0 -1 4202560 14404 0 0 0 4159 2 0 0 25 0 22 0 529385105 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505205085 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13392/tid=13412] ppid=13390 vsize=15697068 CPUtime=41.08 cores=1,3,5,7
/proc/13392/task/13412/stat : 13412 (java) R 13390 13392 13200 0 -1 4202560 9559 0 0 0 4107 1 0 0 25 0 22 0 529385105 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505179334 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13392/tid=13413] ppid=13390 vsize=15697068 CPUtime=41.37 cores=1,3,5,7
/proc/13392/task/13413/stat : 13413 (java) R 13390 13392 13200 0 -1 4202560 11900 0 0 0 4136 1 0 0 25 0 22 0 529385105 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505706560 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13392/tid=13414] ppid=13390 vsize=15697068 CPUtime=41.25 cores=1,3,5,7
/proc/13392/task/13414/stat : 13414 (java) R 13390 13392 13200 0 -1 4202560 10932 0 0 0 4123 2 0 0 25 0 22 0 529385105 16073797632 53696 33554432000 1073741824 1073778376 140733394882768 18446744073709551615 46912505684387 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 168.99
Current children cumulated vsize (KiB) 15697068

Child status: 10
Real time (s): 42.8999
CPU time (s): 169.308
CPU user time (s): 169.079
CPU system time (s): 0.228965
CPU usage (%): 394.659
Max. virtual memory (cumulated for all children) (KiB): 15699720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 169.079
system time used= 0.228965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100906
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= 16313
involuntary context switches= 7807

runsolver used 0.057991 second user time and 0.186971 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 17:37:34
IDJOB=3312850
IDBENCH=83035
IDSOLVER=1699
FILE ID=node125/3312850-1304177854
RUNJOBID= node125-1304176645-13219
PBS_JOBID= 13172427
Free space on /tmp= 73020 MiB

SOLVER NAME= STRUCTure 0.1
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1214523131-078.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3312850-1304177854/watcher-3312850-1304177854 -o /tmp/evaluation-result-3312850-1304177854/solver-3312850-1304177854 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3312850-1304177854.cnf

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

MD5SUM BENCH= 3aa844b4c7696e37cd971cc91ca76859
RANDOM SEED=110516809

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22666732 kB
Buffers:       2134968 kB
Cached:        7218420 kB
SwapCached:          4 kB
Active:        2911508 kB
Inactive:      6846268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22666732 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1620 kB
Writeback:           0 kB
AnonPages:      404116 kB
Mapped:          23484 kB
Slab:           461008 kB
PageTables:       7052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   599208 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= 73016 MiB
End job on node125 at 2011-04-30 17:38:17