Trace number 3194794

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
SAT_Intersec_01 2011-03-01? (TO) 1300.57 1300.08

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S882087907-088-UNKNOWN.cnf
MD5SUM3cf1ca6aaef3b8ffa068d087f2b6934e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.16467
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 931)

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-3194794-1302713090/watcher-3194794-1302713090 -o /tmp/evaluation-result-3194794-1302713090/solver-3194794-1302713090 -C 2400 -W 1300 -M 7680 java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194794-1302713090.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 1/174 3610
/proc/meminfo: memFree=16906176/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=256 CPUtime=0 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4194304 254 0 2 0 0 0 0 0 25 0 1 0 382908667 262144 33 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208075308679 0 2147483391 4096 0 18446744071699207358 0 0 17 0 0 0 0
/proc/3610/statm: 64 33 24 9 0 23 0

[startup+0.0395161 s]
/proc/loadavg: 1.84 1.97 1.99 1/174 3610
/proc/meminfo: memFree=16906176/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=23028 CPUtime=0 cores=0,2
/proc/3610/stat : 3610 (java) D 3608 3610 3580 0 -1 4202496 899 0 36 0 0 0 0 0 25 0 1 0 382908667 23580672 692 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 47467910699568 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 2
/proc/3610/statm: 5757 692 518 9 0 124 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23028

[startup+0.100491 s]
/proc/loadavg: 1.84 1.97 1.99 1/174 3610
/proc/meminfo: memFree=16906176/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=31604 CPUtime=0 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 1164 0 57 0 0 0 0 0 25 0 2 0 382908667 32362496 953 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 7901 953 733 9 0 385 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 31604

[startup+0.300395 s]
/proc/loadavg: 1.84 1.97 1.99 1/174 3610
/proc/meminfo: memFree=16906176/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=7395096 CPUtime=0.14 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 15737 0 115 0 11 3 0 0 25 0 18 0 382908667 7572578304 15560 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 1848774 15560 2147 9 0 1839258 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 7395096

[startup+0.700319 s]
/proc/loadavg: 1.84 1.97 1.99 1/174 3610
/proc/meminfo: memFree=16906176/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=7397144 CPUtime=0.64 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 108763 0 115 0 39 25 0 0 25 0 18 0 382908667 7574675456 108333 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 1849286 108333 2178 9 0 1839770 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 7397144

[startup+1.50117 s]
/proc/loadavg: 1.84 1.97 1.99 5/258 3709
/proc/meminfo: memFree=14107632/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=7423712 CPUtime=1.92 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 120296 0 115 0 166 26 0 0 25 0 18 0 382908667 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 1855928 117123 2191 9 0 1846412 0
[pid=3610/tid=3616] ppid=3608 vsize=7423712 CPUtime=1.29 cores=0,2
/proc/3610/task/3616/stat : 3616 (java) R 3608 3610 3580 0 -1 4202560 107904 0 60 0 105 24 0 0 25 0 18 0 382908676 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 46912505689275 0 4 0 16800975 0 0 0 -1 2 0 0 8
[pid=3610/tid=3617] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3617/stat : 3617 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3618] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3618/stat : 3618 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3619] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3619/stat : 3619 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3620] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3620/stat : 3620 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3621] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3621/stat : 3621 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3622] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3622/stat : 3622 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3623] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3623/stat : 3623 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3624] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3624/stat : 3624 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3636] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3636/stat : 3636 (java) S 3608 3610 3580 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 382908681 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 0 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3645] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3645/stat : 3645 (java) S 3608 3610 3580 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 382908683 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3646] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3646/stat : 3646 (java) S 3608 3610 3580 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 382908683 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3655] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3655/stat : 3655 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092055985 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3657] ppid=3608 vsize=7423712 CPUtime=0.52 cores=0,2
/proc/3610/task/3657/stat : 3657 (java) S 3608 3610 3580 0 -1 4202560 10299 0 0 0 52 0 0 0 22 0 18 0 382908688 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3659] ppid=3608 vsize=7423712 CPUtime=0.07 cores=0,2
/proc/3610/task/3659/stat : 3659 (java) S 3608 3610 3580 0 -1 4202560 1024 0 0 0 7 0 0 0 23 0 18 0 382908688 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3661] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3661/stat : 3661 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3663] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3663/stat : 3663 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908688 7601881088 117123 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 7423712

[startup+3.10092 s]
/proc/loadavg: 1.84 1.97 1.99 5/258 3709
/proc/meminfo: memFree=10766824/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=7423712 CPUtime=3.51 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 122939 0 115 0 325 26 0 0 25 0 18 0 382908667 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 1855928 119766 2191 9 0 1846412 0
[pid=3610/tid=3616] ppid=3608 vsize=7423712 CPUtime=2.88 cores=0,2
/proc/3610/task/3616/stat : 3616 (java) R 3608 3610 3580 0 -1 4202560 110547 0 60 0 264 24 0 0 25 0 18 0 382908676 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 46912505688332 0 4 0 16800975 0 0 0 -1 0 0 0 8
[pid=3610/tid=3617] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3617/stat : 3617 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3618] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3618/stat : 3618 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3619] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3619/stat : 3619 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3620] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3620/stat : 3620 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3621] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3621/stat : 3621 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3622] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3622/stat : 3622 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3623] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3623/stat : 3623 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3624] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3624/stat : 3624 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3636] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3636/stat : 3636 (java) S 3608 3610 3580 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 382908681 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 0 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3645] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3645/stat : 3645 (java) S 3608 3610 3580 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 382908683 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3646] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3646/stat : 3646 (java) S 3608 3610 3580 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 382908683 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3655] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3655/stat : 3655 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092055985 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3657] ppid=3608 vsize=7423712 CPUtime=0.52 cores=0,2
/proc/3610/task/3657/stat : 3657 (java) S 3608 3610 3580 0 -1 4202560 10299 0 0 0 52 0 0 0 22 0 18 0 382908688 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3659] ppid=3608 vsize=7423712 CPUtime=0.07 cores=0,2
/proc/3610/task/3659/stat : 3659 (java) S 3608 3610 3580 0 -1 4202560 1024 0 0 0 7 0 0 0 23 0 18 0 382908688 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3661] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3661/stat : 3661 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3663] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3663/stat : 3663 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908688 7601881088 119766 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 7423712

[startup+6.30135 s]
/proc/loadavg: 2.01 2.00 2.00 5/258 3709
/proc/meminfo: memFree=9022132/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=7423712 CPUtime=6.71 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 127837 0 115 0 645 26 0 0 25 0 18 0 382908667 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 1855928 124664 2194 9 0 1846412 0
[pid=3610/tid=3616] ppid=3608 vsize=7423712 CPUtime=6.08 cores=0,2
/proc/3610/task/3616/stat : 3616 (java) R 3608 3610 3580 0 -1 4202560 115441 0 60 0 584 24 0 0 25 0 18 0 382908676 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 46912505687505 0 4 0 16800975 0 0 0 -1 0 0 0 8
[pid=3610/tid=3617] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3617/stat : 3617 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3618] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3618/stat : 3618 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3619] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3619/stat : 3619 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3620] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3620/stat : 3620 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3621] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3621/stat : 3621 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3622] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3622/stat : 3622 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3623] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3623/stat : 3623 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3624] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3624/stat : 3624 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908678 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3636] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3636/stat : 3636 (java) S 3608 3610 3580 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 382908681 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 0 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3645] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3645/stat : 3645 (java) S 3608 3610 3580 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 382908683 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3646] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3646/stat : 3646 (java) S 3608 3610 3580 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 382908683 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3655] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3655/stat : 3655 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092055985 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3657] ppid=3608 vsize=7423712 CPUtime=0.52 cores=0,2
/proc/3610/task/3657/stat : 3657 (java) S 3608 3610 3580 0 -1 4202560 10299 0 0 0 52 0 0 0 22 0 18 0 382908688 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3659] ppid=3608 vsize=7423712 CPUtime=0.07 cores=0,2
/proc/3610/task/3659/stat : 3659 (java) S 3608 3610 3580 0 -1 4202560 1024 0 0 0 7 0 0 0 23 0 18 0 382908688 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3661] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3661/stat : 3661 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3663] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3663/stat : 3663 (java) S 3608 3610 3580 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 382908688 7601881088 124664 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 7423712

[startup+12.701 s]
/proc/loadavg: 2.41 2.08 2.03 5/258 3710
/proc/meminfo: memFree=6597560/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=7423712 CPUtime=13.1 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 137463 0 115 0 1283 27 0 0 25 0 18 0 382908667 7601881088 134289 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 1855928 134289 2194 9 0 1846412 0
[pid=3610/tid=3616] ppid=3608 vsize=7423712 CPUtime=12.48 cores=0,2

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

[pid=3610/tid=3618] ppid=3608 vsize=7423712 CPUtime=0.01 cores=0,2
/proc/3610/task/3618/stat : 3618 (java) S 3608 3610 3580 0 -1 4202560 3439 0 0 0 1 0 0 0 16 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3619] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3619/stat : 3619 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3620] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3620/stat : 3620 (java) S 3608 3610 3580 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3621] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3621/stat : 3621 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3622] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3622/stat : 3622 (java) S 3608 3610 3580 0 -1 4202560 3157 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3623] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3623/stat : 3623 (java) S 3608 3610 3580 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3624] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3624/stat : 3624 (java) S 3608 3610 3580 0 -1 4202560 4331 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3636] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3636/stat : 3636 (java) S 3608 3610 3580 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 18 0 382908681 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 0 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3645] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3645/stat : 3645 (java) S 3608 3610 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382908683 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3646] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3646/stat : 3646 (java) S 3608 3610 3580 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382908683 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3655] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3655/stat : 3655 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092055985 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3657] ppid=3608 vsize=7423712 CPUtime=0.55 cores=0,2
/proc/3610/task/3657/stat : 3657 (java) S 3608 3610 3580 0 -1 4202560 10309 0 0 0 55 0 0 0 15 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3659] ppid=3608 vsize=7423712 CPUtime=0.07 cores=0,2
/proc/3610/task/3659/stat : 3659 (java) S 3608 3610 3580 0 -1 4202560 1024 0 0 0 7 0 0 0 23 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3661] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3661/stat : 3661 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3663] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3663/stat : 3663 (java) S 3608 3610 3580 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.78
Current children cumulated vsize (KiB) 7423712

[startup+1182.3 s]
/proc/loadavg: 4.05 3.97 3.42 5/258 3797
/proc/meminfo: memFree=824708/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=7423712 CPUtime=1182.78 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 483603 0 115 0 118210 68 0 0 25 0 18 0 382908667 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 1855928 480345 2211 9 0 1846412 0
[pid=3610/tid=3616] ppid=3608 vsize=7423712 CPUtime=1182.06 cores=0,2
/proc/3610/task/3616/stat : 3616 (java) R 3608 3610 3580 0 -1 4202560 456124 0 60 0 118141 65 0 0 25 0 18 0 382908676 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 46912505687531 0 4 0 16800975 0 0 0 -1 0 0 0 8
[pid=3610/tid=3617] ppid=3608 vsize=7423712 CPUtime=0.01 cores=0,2
/proc/3610/task/3617/stat : 3617 (java) S 3608 3610 3580 0 -1 4202560 4058 0 0 0 1 0 0 0 16 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3618] ppid=3608 vsize=7423712 CPUtime=0.01 cores=0,2
/proc/3610/task/3618/stat : 3618 (java) S 3608 3610 3580 0 -1 4202560 3439 0 0 0 1 0 0 0 16 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3619] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3619/stat : 3619 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3620] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3620/stat : 3620 (java) S 3608 3610 3580 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3621] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3621/stat : 3621 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3622] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3622/stat : 3622 (java) S 3608 3610 3580 0 -1 4202560 3157 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3623] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3623/stat : 3623 (java) S 3608 3610 3580 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3624] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3624/stat : 3624 (java) S 3608 3610 3580 0 -1 4202560 4331 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3636] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3636/stat : 3636 (java) S 3608 3610 3580 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 18 0 382908681 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 0 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3645] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3645/stat : 3645 (java) S 3608 3610 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382908683 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3646] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3646/stat : 3646 (java) S 3608 3610 3580 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382908683 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3655] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3655/stat : 3655 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092055985 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3657] ppid=3608 vsize=7423712 CPUtime=0.55 cores=0,2
/proc/3610/task/3657/stat : 3657 (java) S 3608 3610 3580 0 -1 4202560 10309 0 0 0 55 0 0 0 15 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3659] ppid=3608 vsize=7423712 CPUtime=0.07 cores=0,2
/proc/3610/task/3659/stat : 3659 (java) S 3608 3610 3580 0 -1 4202560 1024 0 0 0 7 0 0 0 23 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3661] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3661/stat : 3661 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3663] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3663/stat : 3663 (java) S 3608 3610 3580 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.78
Current children cumulated vsize (KiB) 7423712

[startup+1242.3 s]
/proc/loadavg: 4.02 3.97 3.46 5/258 3798
/proc/meminfo: memFree=814280/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=7423712 CPUtime=1242.78 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 483607 0 115 0 124210 68 0 0 25 0 18 0 382908667 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 1855928 480345 2211 9 0 1846412 0
[pid=3610/tid=3616] ppid=3608 vsize=7423712 CPUtime=1242.07 cores=0,2
/proc/3610/task/3616/stat : 3616 (java) R 3608 3610 3580 0 -1 4202560 456124 0 60 0 124142 65 0 0 25 0 18 0 382908676 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 46912505690560 0 4 0 16800975 0 0 0 -1 0 0 0 8
[pid=3610/tid=3617] ppid=3608 vsize=7423712 CPUtime=0.01 cores=0,2
/proc/3610/task/3617/stat : 3617 (java) S 3608 3610 3580 0 -1 4202560 4058 0 0 0 1 0 0 0 16 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3618] ppid=3608 vsize=7423712 CPUtime=0.01 cores=0,2
/proc/3610/task/3618/stat : 3618 (java) S 3608 3610 3580 0 -1 4202560 3439 0 0 0 1 0 0 0 16 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3619] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3619/stat : 3619 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3620] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3620/stat : 3620 (java) S 3608 3610 3580 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3621] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3621/stat : 3621 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3622] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3622/stat : 3622 (java) S 3608 3610 3580 0 -1 4202560 3157 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3623] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3623/stat : 3623 (java) S 3608 3610 3580 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3624] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3624/stat : 3624 (java) S 3608 3610 3580 0 -1 4202560 4331 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3636] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3636/stat : 3636 (java) S 3608 3610 3580 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 18 0 382908681 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 0 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3645] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3645/stat : 3645 (java) S 3608 3610 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382908683 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3646] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3646/stat : 3646 (java) S 3608 3610 3580 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382908683 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3655] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3655/stat : 3655 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092055985 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3657] ppid=3608 vsize=7423712 CPUtime=0.55 cores=0,2
/proc/3610/task/3657/stat : 3657 (java) S 3608 3610 3580 0 -1 4202560 10309 0 0 0 55 0 0 0 15 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3659] ppid=3608 vsize=7423712 CPUtime=0.07 cores=0,2
/proc/3610/task/3659/stat : 3659 (java) S 3608 3610 3580 0 -1 4202560 1024 0 0 0 7 0 0 0 23 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3661] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3661/stat : 3661 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3663] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3663/stat : 3663 (java) S 3608 3610 3580 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242.78
Current children cumulated vsize (KiB) 7423712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.49 5/258 3800
/proc/meminfo: memFree=813996/32950928 swapFree=67111528/67111528
[pid=3610] ppid=3608 vsize=7423712 CPUtime=1300.48 cores=0,2
/proc/3610/stat : 3610 (java) S 3608 3610 3580 0 -1 4202496 483611 0 115 0 129980 68 0 0 25 0 18 0 382908667 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 7
/proc/3610/statm: 1855928 480345 2211 9 0 1846412 0
[pid=3610/tid=3616] ppid=3608 vsize=7423712 CPUtime=1299.77 cores=0,2
/proc/3610/task/3616/stat : 3616 (java) R 3608 3610 3580 0 -1 4202560 456124 0 60 0 129912 65 0 0 25 0 18 0 382908676 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 46912505689380 0 4 0 16800975 0 0 0 -1 0 0 0 8
[pid=3610/tid=3617] ppid=3608 vsize=7423712 CPUtime=0.01 cores=0,2
/proc/3610/task/3617/stat : 3617 (java) S 3608 3610 3580 0 -1 4202560 4058 0 0 0 1 0 0 0 16 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3618] ppid=3608 vsize=7423712 CPUtime=0.01 cores=0,2
/proc/3610/task/3618/stat : 3618 (java) S 3608 3610 3580 0 -1 4202560 3439 0 0 0 1 0 0 0 16 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3619] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3619/stat : 3619 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3620] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3620/stat : 3620 (java) S 3608 3610 3580 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3621] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3621/stat : 3621 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3622] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3622/stat : 3622 (java) S 3608 3610 3580 0 -1 4202560 3157 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3623] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3623/stat : 3623 (java) S 3608 3610 3580 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3624] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3624/stat : 3624 (java) S 3608 3610 3580 0 -1 4202560 4331 0 0 0 0 0 0 0 15 0 18 0 382908678 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3636] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3636/stat : 3636 (java) S 3608 3610 3580 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 18 0 382908681 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 0 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3645] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3645/stat : 3645 (java) S 3608 3610 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382908683 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3646] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3646/stat : 3646 (java) S 3608 3610 3580 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382908683 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3655] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3655/stat : 3655 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092055985 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3657] ppid=3608 vsize=7423712 CPUtime=0.55 cores=0,2
/proc/3610/task/3657/stat : 3657 (java) S 3608 3610 3580 0 -1 4202560 10309 0 0 0 55 0 0 0 15 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3659] ppid=3608 vsize=7423712 CPUtime=0.07 cores=0,2
/proc/3610/task/3659/stat : 3659 (java) S 3608 3610 3580 0 -1 4202560 1024 0 0 0 7 0 0 0 23 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
[pid=3610/tid=3661] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3661/stat : 3661 (java) S 3608 3610 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048281 0 4 0 16800975 18446604453876356160 0 0 -1 2 0 0 0
[pid=3610/tid=3663] ppid=3608 vsize=7423712 CPUtime=0 cores=0,2
/proc/3610/task/3663/stat : 3663 (java) S 3608 3610 3580 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 382908688 7601881088 480345 33554432000 1073741824 1073778376 140735937069632 18446744073709551615 208092048896 0 4 0 16800975 18446604453876356160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1300.48
Current children cumulated vsize (KiB) 7423712

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1300.08
CPU time (s): 1300.57
CPU user time (s): 1299.82
CPU system time (s): 0.751885
CPU usage (%): 100.038
Max. virtual memory (cumulated for all children) (KiB): 7423712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.751885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 483633
page faults= 115
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27009
involuntary context switches= 28971

runsolver used 2.29665 second user time and 4.80927 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-13 18:44:50
IDJOB=3194794
IDBENCH=82574
IDSOLVER=1615
FILE ID=node127/3194794-1302713090
RUNJOBID= node127-1302713090-3598
PBS_JOBID= 12982337
Free space on /tmp= 71080 MiB

SOLVER NAME= SAT_Intersec_01 2011-03-01
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S882087907-088-UNKNOWN.cnf
COMMAND LINE= java -Xms7000m -Xmx7000m -jar DIR/SAT_Intersec_01.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3194794-1302713090/watcher-3194794-1302713090 -o /tmp/evaluation-result-3194794-1302713090/solver-3194794-1302713090 -C 2400 -W 1300 -M 7680  java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194794-1302713090.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3cf1ca6aaef3b8ffa068d087f2b6934e
RANDOM SEED=908973671

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16908012 kB
Buffers:        829048 kB
Cached:       14758280 kB
SwapCached:          0 kB
Active:        8418896 kB
Inactive:      7231928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16908012 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              52 kB
Writeback:           0 kB
AnonPages:       62928 kB
Mapped:          14376 kB
Slab:           327264 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186836 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= 71072 MiB
End job on node127 at 2011-04-13 19:06:32