Trace number 3311437

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.1 (hbr=2)SAT 762.788 192.154

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S1087312438-073.SATISFIABLE.cnf
MD5SUMc17bf9a7166c271aab493c355a187474
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05399
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

Solver Data

0.09/0.12	38:11 INFO : Reading from input HOME/instance-3311437-1304127491.cnf
0.50/0.31	Executor set job limit to 1000000
0.50/0.31	Executor set job limit to 1000000
0.50/0.31	Executor set job limit to 1000000
0.50/0.31	Executor set job limit to 1000000
0.50/0.31	Starting Executor!
0.50/0.31	Starting Executor!
0.50/0.31	Starting Executor!
0.50/0.31	Starting Executor!
0.71/0.48	38:12 INFO : 50 variables remaining out of 50
0.71/0.48	38:12 INFO : 35600 literals remaining out of 35600
762.63/192.13	c Elapsed time 192.016
762.63/192.13	s SATISFIABLE
762.63/192.13	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 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-3311437-1304127491/watcher-3311437-1304127491 -o /tmp/evaluation-result-3311437-1304127491/solver-3311437-1304127491 -C 4800 -W 1300 -M 15500 run 15000 4 HOME HOME HOME/instance-3311437-1304127491.cnf -hbr 2 

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

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


[startup+0 s]
/proc/loadavg: 6.39 7.70 7.91 4/176 10071
/proc/meminfo: memFree=19919128/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/10071/stat : 10071 (java) R 10069 10071 9708 0 -1 4202496 873 0 0 0 0 0 0 0 18 0 1 0 524348876 23580672 360 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237273917184 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/10071/statm: 5757 372 290 9 0 124 0

[startup+0.0749779 s]
/proc/loadavg: 6.39 7.70 7.91 4/176 10071
/proc/meminfo: memFree=19919128/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15674908 CPUtime=0.06 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 4399 0 1 0 6 0 0 0 18 0 18 0 524348876 16051105792 3838 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3918727 3839 1779 9 0 3909446 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15674908

[startup+0.100885 s]
/proc/loadavg: 6.39 7.70 7.91 4/176 10071
/proc/meminfo: memFree=19919128/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15676256 CPUtime=0.09 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 5509 0 1 0 9 0 0 0 18 0 18 0 524348876 16052486144 4949 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3919064 4949 2115 9 0 3909783 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15676256

[startup+0.300886 s]
/proc/loadavg: 6.39 7.70 7.91 4/176 10071
/proc/meminfo: memFree=19919128/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15679240 CPUtime=0.5 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 14567 0 1 0 49 1 0 0 18 0 18 0 524348876 16055541760 13037 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3919810 13043 2207 9 0 3910529 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 15679240

[startup+0.700782 s]
/proc/loadavg: 6.39 7.70 7.91 4/176 10071
/proc/meminfo: memFree=19919128/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15695080 CPUtime=1.5 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 25108 0 1 0 147 3 0 0 18 0 22 0 524348876 16071761920 20740 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3923770 20742 2261 9 0 3914489 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 15695080

[startup+1.50064 s]
/proc/loadavg: 6.39 7.70 7.91 15/220 10115
/proc/meminfo: memFree=19582932/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15695080 CPUtime=4.64 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 51929 0 1 0 458 6 0 0 18 0 22 0 524348876 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3923770 47080 2282 9 0 3914489 0
[pid=10071/tid=10074] ppid=10069 vsize=15695080 CPUtime=0.46 cores=0,2,4,6
/proc/10071/task/10074/stat : 10074 (java) S 10069 10071 9708 0 -1 4202560 11002 0 1 0 45 1 0 0 20 0 22 0 524348877 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10076] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10076/stat : 10076 (java) S 10069 10071 9708 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10077] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10077/stat : 10077 (java) S 10069 10071 9708 0 -1 4202560 1203 0 0 0 0 0 0 0 16 0 22 0 524348877 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10079] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10079/stat : 10079 (java) S 10069 10071 9708 0 -1 4202560 299 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10081] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10081/stat : 10081 (java) S 10069 10071 9708 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 524348877 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10083] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10083/stat : 10083 (java) S 10069 10071 9708 0 -1 4202560 477 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10085] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10085/stat : 10085 (java) S 10069 10071 9708 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 524348877 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10087] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10087/stat : 10087 (java) S 10069 10071 9708 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 524348877 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10089] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10089/stat : 10089 (java) S 10069 10071 9708 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10093] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10093/stat : 10093 (java) S 10069 10071 9708 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 524348878 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 0 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10095] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10095/stat : 10095 (java) S 10069 10071 9708 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 524348879 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10097] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10097/stat : 10097 (java) S 10069 10071 9708 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524348879 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10098] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10098/stat : 10098 (java) S 10069 10071 9708 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 524348881 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290703281 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10099] ppid=10069 vsize=15695080 CPUtime=0.61 cores=0,2,4,6
/proc/10071/task/10099/stat : 10099 (java) S 10069 10071 9708 0 -1 4202560 3983 0 0 0 61 0 0 0 15 0 22 0 524348881 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10102] ppid=10069 vsize=15695080 CPUtime=0.96 cores=0,2,4,6
/proc/10071/task/10102/stat : 10102 (java) S 10069 10071 9708 0 -1 4202560 8325 0 0 0 95 1 0 0 20 0 22 0 524348881 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10103] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10103/stat : 10103 (java) S 10069 10071 9708 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524348881 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10105] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10105/stat : 10105 (java) S 10069 10071 9708 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524348881 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10112] ppid=10069 vsize=15695080 CPUtime=0.67 cores=0,2,4,6
/proc/10071/task/10112/stat : 10112 (java) R 10069 10071 9708 0 -1 4202560 5156 0 0 0 67 0 0 0 16 0 22 0 524348908 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505804332 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10071/tid=10113] ppid=10069 vsize=15695080 CPUtime=0.57 cores=0,2,4,6
/proc/10071/task/10113/stat : 10113 (java) R 10069 10071 9708 0 -1 4202560 5732 0 0 0 57 0 0 0 17 0 22 0 524348908 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912506085985 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10071/tid=10114] ppid=10069 vsize=15695080 CPUtime=0.74 cores=0,2,4,6
/proc/10071/task/10114/stat : 10114 (java) R 10069 10071 9708 0 -1 4202560 7746 0 0 0 74 0 0 0 17 0 22 0 524348908 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912506061294 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10071/tid=10115] ppid=10069 vsize=15695080 CPUtime=0.57 cores=0,2,4,6
/proc/10071/task/10115/stat : 10115 (java) R 10069 10071 9708 0 -1 4202560 6129 0 0 0 57 0 0 0 16 0 22 0 524348908 16071761920 47080 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505803038 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 15695080

[startup+3.10136 s]
/proc/loadavg: 6.68 7.73 7.92 11/220 10116
/proc/meminfo: memFree=19542136/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15695080 CPUtime=11.02 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 54953 0 1 0 1094 8 0 0 18 0 22 0 524348876 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3923770 45564 2289 9 0 3914489 0
[pid=10071/tid=10074] ppid=10069 vsize=15695080 CPUtime=0.46 cores=0,2,4,6
/proc/10071/task/10074/stat : 10074 (java) S 10069 10071 9708 0 -1 4202560 11002 0 1 0 45 1 0 0 20 0 22 0 524348877 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10076] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10076/stat : 10076 (java) S 10069 10071 9708 0 -1 4202560 624 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10077] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10077/stat : 10077 (java) S 10069 10071 9708 0 -1 4202560 1847 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10079] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10079/stat : 10079 (java) S 10069 10071 9708 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10081] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10081/stat : 10081 (java) S 10069 10071 9708 0 -1 4202560 467 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10083] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10083/stat : 10083 (java) S 10069 10071 9708 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10085] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10085/stat : 10085 (java) S 10069 10071 9708 0 -1 4202560 650 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10087] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10087/stat : 10087 (java) S 10069 10071 9708 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10089] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10089/stat : 10089 (java) S 10069 10071 9708 0 -1 4202560 677 0 0 0 0 0 0 0 16 0 22 0 524348877 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10093] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10093/stat : 10093 (java) S 10069 10071 9708 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 22 0 524348878 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 0 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10095] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10095/stat : 10095 (java) S 10069 10071 9708 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 524348879 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10097] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10097/stat : 10097 (java) S 10069 10071 9708 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524348879 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10098] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10098/stat : 10098 (java) S 10069 10071 9708 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 524348881 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290703281 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10099] ppid=10069 vsize=15695080 CPUtime=0.79 cores=0,2,4,6
/proc/10071/task/10099/stat : 10099 (java) S 10069 10071 9708 0 -1 4202560 4034 0 0 0 79 0 0 0 15 0 22 0 524348881 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10102] ppid=10069 vsize=15695080 CPUtime=0.99 cores=0,2,4,6
/proc/10071/task/10102/stat : 10102 (java) S 10069 10071 9708 0 -1 4202560 8329 0 0 0 98 1 0 0 15 0 22 0 524348881 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10103] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10103/stat : 10103 (java) S 10069 10071 9708 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524348881 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10105] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10105/stat : 10105 (java) S 10069 10071 9708 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 524348881 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10112] ppid=10069 vsize=15695080 CPUtime=2.16 cores=0,2,4,6
/proc/10071/task/10112/stat : 10112 (java) R 10069 10071 9708 0 -1 4202560 5159 0 0 0 216 0 0 0 18 0 22 0 524348908 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505794676 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10071/tid=10113] ppid=10069 vsize=15695080 CPUtime=2.02 cores=0,2,4,6
/proc/10071/task/10113/stat : 10113 (java) R 10069 10071 9708 0 -1 4202560 5736 0 0 0 202 0 0 0 19 0 22 0 524348908 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505804068 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10071/tid=10114] ppid=10069 vsize=15695080 CPUtime=2.32 cores=0,2,4,6
/proc/10071/task/10114/stat : 10114 (java) R 10069 10071 9708 0 -1 4202560 7750 0 0 0 232 0 0 0 19 0 22 0 524348908 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505794788 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10071/tid=10115] ppid=10069 vsize=15695080 CPUtime=2.15 cores=0,2,4,6
/proc/10071/task/10115/stat : 10115 (java) R 10069 10071 9708 0 -1 4202560 6133 0 0 0 215 0 0 0 18 0 22 0 524348908 16071761920 45564 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 47063263856974 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.02
Current children cumulated vsize (KiB) 15695080

[startup+6.30079 s]
/proc/loadavg: 6.68 7.73 7.92 9/220 10116
/proc/meminfo: memFree=19464952/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15695080 CPUtime=23.74 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 55983 0 1 0 2365 9 0 0 18 0 22 0 524348876 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3923770 30116 2289 9 0 3914489 0
[pid=10071/tid=10074] ppid=10069 vsize=15695080 CPUtime=0.46 cores=0,2,4,6
/proc/10071/task/10074/stat : 10074 (java) S 10069 10071 9708 0 -1 4202560 11002 0 1 0 45 1 0 0 20 0 22 0 524348877 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10076] ppid=10069 vsize=15695080 CPUtime=0.01 cores=0,2,4,6
/proc/10071/task/10076/stat : 10076 (java) S 10069 10071 9708 0 -1 4202560 753 0 0 0 1 0 0 0 16 0 22 0 524348877 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10077] ppid=10069 vsize=15695080 CPUtime=0.01 cores=0,2,4,6
/proc/10071/task/10077/stat : 10077 (java) S 10069 10071 9708 0 -1 4202560 1947 0 0 0 1 0 0 0 15 0 22 0 524348877 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10079] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10079/stat : 10079 (java) S 10069 10071 9708 0 -1 4202560 531 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10081] ppid=10069 vsize=15695080 CPUtime=0.01 cores=0,2,4,6
/proc/10071/task/10081/stat : 10081 (java) S 10069 10071 9708 0 -1 4202560 583 0 0 0 1 0 0 0 15 0 22 0 524348877 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10083] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10083/stat : 10083 (java) S 10069 10071 9708 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10085] ppid=10069 vsize=15695080 CPUtime=0.01 cores=0,2,4,6
/proc/10071/task/10085/stat : 10085 (java) S 10069 10071 9708 0 -1 4202560 781 0 0 0 1 0 0 0 15 0 22 0 524348877 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10087] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10087/stat : 10087 (java) S 10069 10071 9708 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 22 0 524348877 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10089] ppid=10069 vsize=15695080 CPUtime=0.01 cores=0,2,4,6
/proc/10071/task/10089/stat : 10089 (java) S 10069 10071 9708 0 -1 4202560 789 0 0 0 1 0 0 0 16 0 22 0 524348877 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10093] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10093/stat : 10093 (java) S 10069 10071 9708 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 22 0 524348878 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 0 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10095] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10095/stat : 10095 (java) S 10069 10071 9708 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 524348879 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10097] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10097/stat : 10097 (java) S 10069 10071 9708 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524348879 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10098] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10098/stat : 10098 (java) S 10069 10071 9708 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 524348881 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290703281 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10099] ppid=10069 vsize=15695080 CPUtime=0.85 cores=0,2,4,6
/proc/10071/task/10099/stat : 10099 (java) S 10069 10071 9708 0 -1 4202560 4040 0 0 0 85 0 0 0 16 0 22 0 524348881 16071761920 30116 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0

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

/proc/10071/task/10099/stat : 10099 (java) S 10069 10071 9708 0 -1 4202560 4053 0 0 0 92 0 0 0 15 0 22 0 524348881 16071761920 116221 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10102] ppid=10069 vsize=15695080 CPUtime=1.03 cores=0,2,4,6
/proc/10071/task/10102/stat : 10102 (java) S 10069 10071 9708 0 -1 4202560 8337 0 0 0 102 1 0 0 16 0 22 0 524348881 16071761920 116221 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10103] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10103/stat : 10103 (java) S 10069 10071 9708 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524348881 16071761920 116221 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10105] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10105/stat : 10105 (java) S 10069 10071 9708 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 524348881 16071761920 116221 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10112] ppid=10069 vsize=15695080 CPUtime=186.9 cores=0,2,4,6
/proc/10071/task/10112/stat : 10112 (java) R 10069 10071 9708 0 -1 4202560 33407 0 0 0 18685 5 0 0 25 0 22 0 524348908 16071761920 116221 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505829498 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10071/tid=10113] ppid=10069 vsize=15695080 CPUtime=186.78 cores=0,2,4,6
/proc/10071/task/10113/stat : 10113 (java) R 10069 10071 9708 0 -1 4202560 33453 0 0 0 18673 5 0 0 25 0 22 0 524348908 16071761920 116221 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505695186 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10071/tid=10114] ppid=10069 vsize=15695080 CPUtime=187.26 cores=0,2,4,6
/proc/10071/task/10114/stat : 10114 (java) R 10069 10071 9708 0 -1 4202560 35734 0 0 0 18721 5 0 0 25 0 22 0 524348908 16071761920 116221 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505695185 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10071/tid=10115] ppid=10069 vsize=15695080 CPUtime=187.19 cores=0,2,4,6
/proc/10071/task/10115/stat : 10115 (java) R 10069 10071 9708 0 -1 4202560 34309 0 0 0 18713 6 0 0 25 0 22 0 524348908 16071761920 116221 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505802932 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 755.48
Current children cumulated vsize (KiB) 15695080

[startup+191.101 s]
/proc/loadavg: 8.12 7.91 7.95 9/220 10121
/proc/meminfo: memFree=18986140/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15695080 CPUtime=758.65 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 287392 0 1 0 75801 64 0 0 18 0 22 0 524348876 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3923770 115706 2291 9 0 3914489 0
[pid=10071/tid=10074] ppid=10069 vsize=15695080 CPUtime=0.46 cores=0,2,4,6
/proc/10071/task/10074/stat : 10074 (java) S 10069 10071 9708 0 -1 4202560 11002 0 1 0 45 1 0 0 20 0 22 0 524348877 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10076] ppid=10069 vsize=15695080 CPUtime=0.57 cores=0,2,4,6
/proc/10071/task/10076/stat : 10076 (java) S 10069 10071 9708 0 -1 4202560 16352 0 0 0 54 3 0 0 15 0 22 0 524348877 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10077] ppid=10069 vsize=15695080 CPUtime=0.61 cores=0,2,4,6
/proc/10071/task/10077/stat : 10077 (java) S 10069 10071 9708 0 -1 4202560 16493 0 0 0 58 3 0 0 16 0 22 0 524348877 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10079] ppid=10069 vsize=15695080 CPUtime=0.59 cores=0,2,4,6
/proc/10071/task/10079/stat : 10079 (java) S 10069 10071 9708 0 -1 4202560 15198 0 0 0 57 2 0 0 15 0 22 0 524348877 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10081] ppid=10069 vsize=15695080 CPUtime=0.52 cores=0,2,4,6
/proc/10071/task/10081/stat : 10081 (java) S 10069 10071 9708 0 -1 4202560 14202 0 0 0 50 2 0 0 16 0 22 0 524348877 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10083] ppid=10069 vsize=15695080 CPUtime=0.56 cores=0,2,4,6
/proc/10071/task/10083/stat : 10083 (java) S 10069 10071 9708 0 -1 4202560 15223 0 0 0 53 3 0 0 15 0 22 0 524348877 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10085] ppid=10069 vsize=15695080 CPUtime=0.58 cores=0,2,4,6
/proc/10071/task/10085/stat : 10085 (java) S 10069 10071 9708 0 -1 4202560 16644 0 0 0 56 2 0 0 16 0 22 0 524348877 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10087] ppid=10069 vsize=15695080 CPUtime=0.53 cores=0,2,4,6
/proc/10071/task/10087/stat : 10087 (java) S 10069 10071 9708 0 -1 4202560 15157 0 0 0 50 3 0 0 16 0 22 0 524348877 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10089] ppid=10069 vsize=15695080 CPUtime=0.58 cores=0,2,4,6
/proc/10071/task/10089/stat : 10089 (java) S 10069 10071 9708 0 -1 4202560 15897 0 0 0 54 4 0 0 15 0 22 0 524348877 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10093] ppid=10069 vsize=15695080 CPUtime=0.27 cores=0,2,4,6
/proc/10071/task/10093/stat : 10093 (java) S 10069 10071 9708 0 -1 4202560 528 0 0 0 18 9 0 0 15 0 22 0 524348878 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 0 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10095] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10095/stat : 10095 (java) S 10069 10071 9708 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 524348879 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10097] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10097/stat : 10097 (java) S 10069 10071 9708 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524348879 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10098] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10098/stat : 10098 (java) S 10069 10071 9708 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 524348881 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290703281 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10099] ppid=10069 vsize=15695080 CPUtime=0.92 cores=0,2,4,6
/proc/10071/task/10099/stat : 10099 (java) S 10069 10071 9708 0 -1 4202560 4053 0 0 0 92 0 0 0 15 0 22 0 524348881 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10102] ppid=10069 vsize=15695080 CPUtime=1.03 cores=0,2,4,6
/proc/10071/task/10102/stat : 10102 (java) S 10069 10071 9708 0 -1 4202560 8337 0 0 0 102 1 0 0 16 0 22 0 524348881 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10103] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10103/stat : 10103 (java) S 10069 10071 9708 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524348881 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10105] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10105/stat : 10105 (java) S 10069 10071 9708 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 524348881 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10112] ppid=10069 vsize=15695080 CPUtime=187.68 cores=0,2,4,6
/proc/10071/task/10112/stat : 10112 (java) R 10069 10071 9708 0 -1 4202560 33408 0 0 0 18763 5 0 0 25 0 22 0 524348908 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505802331 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10071/tid=10113] ppid=10069 vsize=15695080 CPUtime=187.57 cores=0,2,4,6
/proc/10071/task/10113/stat : 10113 (java) R 10069 10071 9708 0 -1 4202560 33456 0 0 0 18752 5 0 0 25 0 22 0 524348908 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505795469 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10071/tid=10114] ppid=10069 vsize=15695080 CPUtime=188.04 cores=0,2,4,6
/proc/10071/task/10114/stat : 10114 (java) R 10069 10071 9708 0 -1 4202560 35735 0 0 0 18799 5 0 0 25 0 22 0 524348908 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505802906 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10071/tid=10115] ppid=10069 vsize=15695080 CPUtime=187.97 cores=0,2,4,6
/proc/10071/task/10115/stat : 10115 (java) R 10069 10071 9708 0 -1 4202560 34309 0 0 0 18791 6 0 0 25 0 22 0 524348908 16071761920 115706 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505804358 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 758.65
Current children cumulated vsize (KiB) 15695080

[startup+191.901 s]
/proc/loadavg: 8.12 7.91 7.95 10/220 10121
/proc/meminfo: memFree=18990852/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15695080 CPUtime=761.83 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 287546 0 1 0 76119 64 0 0 18 0 22 0 524348876 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3923770 115294 2291 9 0 3914489 0
[pid=10071/tid=10074] ppid=10069 vsize=15695080 CPUtime=0.46 cores=0,2,4,6
/proc/10071/task/10074/stat : 10074 (java) S 10069 10071 9708 0 -1 4202560 11002 0 1 0 45 1 0 0 20 0 22 0 524348877 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10076] ppid=10069 vsize=15695080 CPUtime=0.57 cores=0,2,4,6
/proc/10071/task/10076/stat : 10076 (java) S 10069 10071 9708 0 -1 4202560 16374 0 0 0 54 3 0 0 16 0 22 0 524348877 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10077] ppid=10069 vsize=15695080 CPUtime=0.61 cores=0,2,4,6
/proc/10071/task/10077/stat : 10077 (java) S 10069 10071 9708 0 -1 4202560 16493 0 0 0 58 3 0 0 16 0 22 0 524348877 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10079] ppid=10069 vsize=15695080 CPUtime=0.6 cores=0,2,4,6
/proc/10071/task/10079/stat : 10079 (java) S 10069 10071 9708 0 -1 4202560 15216 0 0 0 58 2 0 0 16 0 22 0 524348877 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10081] ppid=10069 vsize=15695080 CPUtime=0.52 cores=0,2,4,6
/proc/10071/task/10081/stat : 10081 (java) S 10069 10071 9708 0 -1 4202560 14236 0 0 0 50 2 0 0 15 0 22 0 524348877 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10083] ppid=10069 vsize=15695080 CPUtime=0.57 cores=0,2,4,6
/proc/10071/task/10083/stat : 10083 (java) S 10069 10071 9708 0 -1 4202560 15225 0 0 0 54 3 0 0 15 0 22 0 524348877 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10085] ppid=10069 vsize=15695080 CPUtime=0.58 cores=0,2,4,6
/proc/10071/task/10085/stat : 10085 (java) S 10069 10071 9708 0 -1 4202560 16663 0 0 0 56 2 0 0 15 0 22 0 524348877 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10087] ppid=10069 vsize=15695080 CPUtime=0.53 cores=0,2,4,6
/proc/10071/task/10087/stat : 10087 (java) S 10069 10071 9708 0 -1 4202560 15162 0 0 0 50 3 0 0 16 0 22 0 524348877 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10089] ppid=10069 vsize=15695080 CPUtime=0.58 cores=0,2,4,6
/proc/10071/task/10089/stat : 10089 (java) S 10069 10071 9708 0 -1 4202560 15931 0 0 0 54 4 0 0 16 0 22 0 524348877 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10093] ppid=10069 vsize=15695080 CPUtime=0.27 cores=0,2,4,6
/proc/10071/task/10093/stat : 10093 (java) S 10069 10071 9708 0 -1 4202560 543 0 0 0 18 9 0 0 15 0 22 0 524348878 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 0 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10095] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10095/stat : 10095 (java) S 10069 10071 9708 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 524348879 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10097] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10097/stat : 10097 (java) S 10069 10071 9708 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524348879 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10098] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10098/stat : 10098 (java) S 10069 10071 9708 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 524348881 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290703281 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10099] ppid=10069 vsize=15695080 CPUtime=0.92 cores=0,2,4,6
/proc/10071/task/10099/stat : 10099 (java) S 10069 10071 9708 0 -1 4202560 4053 0 0 0 92 0 0 0 15 0 22 0 524348881 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10102] ppid=10069 vsize=15695080 CPUtime=1.03 cores=0,2,4,6
/proc/10071/task/10102/stat : 10102 (java) S 10069 10071 9708 0 -1 4202560 8337 0 0 0 102 1 0 0 16 0 22 0 524348881 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10103] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10103/stat : 10103 (java) S 10069 10071 9708 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524348881 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10105] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10105/stat : 10105 (java) S 10069 10071 9708 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 524348881 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10112] ppid=10069 vsize=15695080 CPUtime=188.47 cores=0,2,4,6
/proc/10071/task/10112/stat : 10112 (java) R 10069 10071 9708 0 -1 4202560 33409 0 0 0 18842 5 0 0 25 0 22 0 524348908 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505794991 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10071/tid=10113] ppid=10069 vsize=15695080 CPUtime=188.36 cores=0,2,4,6
/proc/10071/task/10113/stat : 10113 (java) R 10069 10071 9708 0 -1 4202560 33456 0 0 0 18831 5 0 0 25 0 22 0 524348908 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505718305 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10071/tid=10114] ppid=10069 vsize=15695080 CPUtime=188.83 cores=0,2,4,6
/proc/10071/task/10114/stat : 10114 (java) R 10069 10071 9708 0 -1 4202560 35738 0 0 0 18878 5 0 0 25 0 22 0 524348908 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505982973 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10071/tid=10115] ppid=10069 vsize=15695080 CPUtime=188.76 cores=0,2,4,6
/proc/10071/task/10115/stat : 10115 (java) R 10069 10071 9708 0 -1 4202560 34310 0 0 0 18870 6 0 0 25 0 22 0 524348908 16071761920 115294 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505802884 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 761.83
Current children cumulated vsize (KiB) 15695080

[startup+192.101 s]
/proc/loadavg: 8.12 7.91 7.95 10/220 10121
/proc/meminfo: memFree=18990852/32950904 swapFree=67082284/67111528
[pid=10071] ppid=10069 vsize=15695080 CPUtime=762.63 cores=0,2,4,6
/proc/10071/stat : 10071 (java) S 10069 10071 9708 0 -1 4202496 287583 0 1 0 76199 64 0 0 18 0 22 0 524348876 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/10071/statm: 3923770 115329 2291 9 0 3914489 0
[pid=10071/tid=10074] ppid=10069 vsize=15695080 CPUtime=0.46 cores=0,2,4,6
/proc/10071/task/10074/stat : 10074 (java) S 10069 10071 9708 0 -1 4202560 11002 0 1 0 45 1 0 0 20 0 22 0 524348877 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10076] ppid=10069 vsize=15695080 CPUtime=0.57 cores=0,2,4,6
/proc/10071/task/10076/stat : 10076 (java) S 10069 10071 9708 0 -1 4202560 16374 0 0 0 54 3 0 0 16 0 22 0 524348877 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10077] ppid=10069 vsize=15695080 CPUtime=0.61 cores=0,2,4,6
/proc/10071/task/10077/stat : 10077 (java) S 10069 10071 9708 0 -1 4202560 16493 0 0 0 58 3 0 0 16 0 22 0 524348877 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10079] ppid=10069 vsize=15695080 CPUtime=0.6 cores=0,2,4,6
/proc/10071/task/10079/stat : 10079 (java) S 10069 10071 9708 0 -1 4202560 15216 0 0 0 58 2 0 0 16 0 22 0 524348877 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10081] ppid=10069 vsize=15695080 CPUtime=0.52 cores=0,2,4,6
/proc/10071/task/10081/stat : 10081 (java) S 10069 10071 9708 0 -1 4202560 14236 0 0 0 50 2 0 0 15 0 22 0 524348877 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10083] ppid=10069 vsize=15695080 CPUtime=0.57 cores=0,2,4,6
/proc/10071/task/10083/stat : 10083 (java) S 10069 10071 9708 0 -1 4202560 15225 0 0 0 54 3 0 0 15 0 22 0 524348877 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10085] ppid=10069 vsize=15695080 CPUtime=0.58 cores=0,2,4,6
/proc/10071/task/10085/stat : 10085 (java) S 10069 10071 9708 0 -1 4202560 16663 0 0 0 56 2 0 0 15 0 22 0 524348877 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10087] ppid=10069 vsize=15695080 CPUtime=0.53 cores=0,2,4,6
/proc/10071/task/10087/stat : 10087 (java) S 10069 10071 9708 0 -1 4202560 15162 0 0 0 50 3 0 0 16 0 22 0 524348877 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 0 0 0 0
[pid=10071/tid=10089] ppid=10069 vsize=15695080 CPUtime=0.58 cores=0,2,4,6
/proc/10071/task/10089/stat : 10089 (java) S 10069 10071 9708 0 -1 4202560 15931 0 0 0 54 4 0 0 16 0 22 0 524348877 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 6 0 0 0
[pid=10071/tid=10093] ppid=10069 vsize=15695080 CPUtime=0.27 cores=0,2,4,6
/proc/10071/task/10093/stat : 10093 (java) S 10069 10071 9708 0 -1 4202560 543 0 0 0 18 9 0 0 15 0 22 0 524348878 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 0 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10095] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10095/stat : 10095 (java) S 10069 10071 9708 0 -1 4202560 16 0 0 0 0 0 0 0 17 0 22 0 524348879 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10097] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10097/stat : 10097 (java) S 10069 10071 9708 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 22 0 524348879 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10098] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10098/stat : 10098 (java) S 10069 10071 9708 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 22 0 524348881 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290703281 0 4 0 16800975 18446604440628781248 0 0 -1 2 0 0 0
[pid=10071/tid=10099] ppid=10069 vsize=15695080 CPUtime=1.05 cores=0,2,4,6
/proc/10071/task/10099/stat : 10099 (java) R 10069 10071 9708 0 -1 4202560 4074 0 0 0 105 0 0 0 16 0 22 0 524348881 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237278573508 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10071/tid=10102] ppid=10069 vsize=15695080 CPUtime=1.14 cores=0,2,4,6
/proc/10071/task/10102/stat : 10102 (java) R 10069 10071 9708 0 -1 4202560 8351 0 0 0 113 1 0 0 15 0 22 0 524348881 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 47063262723061 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10071/tid=10103] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10103/stat : 10103 (java) S 10069 10071 9708 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 524348881 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290695577 0 4 0 16800975 18446604440628781248 0 0 -1 4 0 0 0
[pid=10071/tid=10105] ppid=10069 vsize=15695080 CPUtime=0 cores=0,2,4,6
/proc/10071/task/10105/stat : 10105 (java) R 10069 10071 9708 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 524348881 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 237290696192 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10071/tid=10112] ppid=10069 vsize=15695080 CPUtime=188.55 cores=0,2,4,6
/proc/10071/task/10112/stat : 10112 (java) R 10069 10071 9708 0 -1 4202560 33409 0 0 0 18850 5 0 0 25 0 22 0 524348908 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912505718284 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10071/tid=10113] ppid=10069 vsize=15695080 CPUtime=188.56 cores=0,2,4,6
/proc/10071/task/10113/stat : 10113 (java) R 10069 10071 9708 0 -1 4202560 33458 0 0 0 18851 5 0 0 25 0 22 0 524348908 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 47063263855209 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10071/tid=10114] ppid=10069 vsize=15695080 CPUtime=188.91 cores=0,2,4,6
/proc/10071/task/10114/stat : 10114 (java) R 10069 10071 9708 0 -1 4202560 35738 0 0 0 18886 5 0 0 25 0 22 0 524348908 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 47063263853340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10071/tid=10115] ppid=10069 vsize=15695080 CPUtime=188.96 cores=0,2,4,6
/proc/10071/task/10115/stat : 10115 (java) R 10069 10071 9708 0 -1 4202560 34310 0 0 0 18890 6 0 0 25 0 22 0 524348908 16071761920 115329 33554432000 1073741824 1073778376 140734611359632 18446744073709551615 46912506522796 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 762.63
Current children cumulated vsize (KiB) 15695080

Child status: 10
Real time (s): 192.154
CPU time (s): 762.788
CPU user time (s): 762.126
CPU system time (s): 0.661899
CPU usage (%): 396.967
Max. virtual memory (cumulated for all children) (KiB): 15696688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 762.126
system time used= 0.661899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287610
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= 44892
involuntary context switches= 23222

runsolver used 0.351946 second user time and 0.711891 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-30 03:38:11
IDJOB=3311437
IDBENCH=82822
IDSOLVER=1698
FILE ID=node121/3311437-1304127491
RUNJOBID= node121-1304127491-10052
PBS_JOBID= 13170754
Free space on /tmp= 72656 MiB

SOLVER NAME= STRUCTure 0.1 (hbr=2)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S1087312438-073.SATISFIABLE.cnf
COMMAND LINE= run 15000 NBCORE TMPDIR DIR BENCHNAME -hbr 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3311437-1304127491/watcher-3311437-1304127491 -o /tmp/evaluation-result-3311437-1304127491/solver-3311437-1304127491 -C 4800 -W 1300 -M 15500  run 15000 4 HOME HOME HOME/instance-3311437-1304127491.cnf -hbr 2

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

MD5SUM BENCH= c17bf9a7166c271aab493c355a187474
RANDOM SEED=1171860087

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.817
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.817
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.817
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:     32950904 kB
MemFree:      19919672 kB
Buffers:       2185168 kB
Cached:       10286652 kB
SwapCached:       2776 kB
Active:        9136584 kB
Inactive:      3374016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19919672 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            3640 kB
Writeback:           0 kB
AnonPages:       36544 kB
Mapped:          13528 kB
Slab:           456260 kB
PageTables:       4336 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   186940 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= 72652 MiB
End job on node121 at 2011-04-30 03:41:23