Trace number 3194745

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) 1303.13 1300.25

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v35000-c147000-S1098107876-060-UNKNOWN.cnf
MD5SUMf8d77cf51b7a3bd2f2043a4a97c7d388
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark45.3581
Satisfiable
(Un)Satisfiability was proved
Number of variables35000
Number of clauses147000
Sum of the clauses size441000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3147000
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-3194745-1302712113/watcher-3194745-1302712113 -o /tmp/evaluation-result-3194745-1302712113/solver-3194745-1302712113 -C 2400 -W 1300 -M 7680 java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194745-1302712113.cnf 

running on 2 cores: 4,6

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.08 1.98 2.94 2/203 17879
/proc/meminfo: memFree=29635456/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=23028 CPUtime=0 cores=4,6
/proc/17879/stat : 17879 (java) R 17877 17879 16745 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 382814118 23580672 281 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218365994752 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17879/statm: 5757 292 231 9 0 124 0

[startup+0.0755799 s]
/proc/loadavg: 1.08 1.98 2.94 2/203 17879
/proc/meminfo: memFree=29635456/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=36924 CPUtime=0 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 1351 0 1 0 0 0 0 0 20 0 2 0 382814118 37810176 1068 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 9231 1068 829 9 0 387 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 36924

[startup+0.10058 s]
/proc/loadavg: 1.08 1.98 2.94 2/203 17879
/proc/meminfo: memFree=29635456/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7362316 CPUtime=0 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 5169 0 1 0 0 0 0 0 20 0 2 0 382814118 7539011584 4885 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1840579 4904 914 9 0 1831735 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7362316

[startup+0.300542 s]
/proc/loadavg: 1.08 1.98 2.94 2/203 17879
/proc/meminfo: memFree=29635456/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7385480 CPUtime=0.03 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 8677 0 36 0 2 1 0 0 20 0 13 0 382814118 7562731520 8423 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1846370 8423 1666 9 0 1837118 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7385480

[startup+0.700495 s]
/proc/loadavg: 1.08 1.98 2.94 2/203 17879
/proc/meminfo: memFree=29635456/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7391944 CPUtime=0.05 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 9246 0 36 0 4 1 0 0 20 0 18 0 382814118 7569350656 8992 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1847986 8999 1741 9 0 1838470 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7391944

[startup+1.50136 s]
/proc/loadavg: 1.87 2.13 2.98 7/258 17939
/proc/meminfo: memFree=28436832/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7459732 CPUtime=0.89 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 291844 0 38 0 54 35 0 0 20 0 18 0 382814118 7638765568 291592 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1864933 291611 2167 9 0 1855417 0
[pid=17879/tid=17882] ppid=17877 vsize=7459732 CPUtime=0.82 cores=4,6
/proc/17879/task/17882/stat : 17882 (java) R 17877 17879 16745 0 -1 4202560 289758 0 36 0 47 35 0 0 21 0 18 0 382814119 7638765568 291622 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 46912505492573 0 4 0 16800975 0 0 0 -1 4 0 0 53
[pid=17879/tid=17883] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17883/stat : 17883 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 382814128 7638765568 291639 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17884] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17884/stat : 17884 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 382814128 7638765568 291653 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17885] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17885/stat : 17885 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 382814128 7638765568 291656 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17886] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17886/stat : 17886 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382814128 7638765568 291671 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17887] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17887/stat : 17887 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382814128 7638765568 291684 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17888] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17888/stat : 17888 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382814128 7638765568 291696 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17889] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17889/stat : 17889 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382814128 7638765568 291710 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17890] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17890/stat : 17890 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382814128 7638765568 291724 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17909] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17909/stat : 17909 (java) S 17877 17879 16745 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 382814142 7638765568 291738 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17913] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17913/stat : 17913 (java) S 17877 17879 16745 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 18 0 382814144 7638765568 291740 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17917] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17917/stat : 17917 (java) S 17877 17879 16745 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 382814144 7638765568 291754 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17923] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17923/stat : 17923 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 382814178 7638765568 291769 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17926] ppid=17877 vsize=7459732 CPUtime=0.03 cores=4,6
/proc/17879/task/17926/stat : 17926 (java) S 17877 17879 16745 0 -1 4202560 472 0 0 0 3 0 0 0 15 0 18 0 382814178 7638765568 291782 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17931] ppid=17877 vsize=7459732 CPUtime=0.03 cores=4,6
/proc/17879/task/17931/stat : 17931 (java) S 17877 17879 16745 0 -1 4202560 519 0 2 0 3 0 0 0 17 0 18 0 382814178 7638765568 291782 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 2
[pid=17879/tid=17934] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17934/stat : 17934 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382814178 7638765568 291782 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17939] ppid=17877 vsize=7459732 CPUtime=0 cores=4,6
/proc/17879/task/17939/stat : 17939 (java) S 17877 17879 16745 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 382814178 7638765568 291782 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 7459732

[startup+3.10107 s]
/proc/loadavg: 1.87 2.13 2.98 7/258 17939
/proc/meminfo: memFree=24166156/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7459856 CPUtime=2.63 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 548774 0 38 0 193 70 0 0 20 0 18 0 382814118 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1864964 547974 2185 9 0 1855448 0
[pid=17879/tid=17882] ppid=17877 vsize=7459856 CPUtime=2.32 cores=4,6
/proc/17879/task/17882/stat : 17882 (java) R 17877 17879 16745 0 -1 4202560 456135 0 36 0 173 59 0 0 25 0 18 0 382814119 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382783947 0 4 0 16800975 0 0 0 -1 4 0 0 53
[pid=17879/tid=17883] ppid=17877 vsize=7459856 CPUtime=0.04 cores=4,6
/proc/17879/task/17883/stat : 17883 (java) S 17877 17879 16745 0 -1 4202560 20299 0 0 0 2 2 0 0 16 0 18 0 382814128 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17884] ppid=17877 vsize=7459856 CPUtime=0.01 cores=4,6
/proc/17879/task/17884/stat : 17884 (java) S 17877 17879 16745 0 -1 4202560 9455 0 0 0 0 1 0 0 15 0 18 0 382814128 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17885] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17885/stat : 17885 (java) S 17877 17879 16745 0 -1 4202560 2287 0 0 0 0 0 0 0 15 0 18 0 382814128 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17886] ppid=17877 vsize=7459856 CPUtime=0.05 cores=4,6
/proc/17879/task/17886/stat : 17886 (java) S 17877 17879 16745 0 -1 4202560 28254 0 0 0 2 3 0 0 16 0 18 0 382814128 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17887] ppid=17877 vsize=7459856 CPUtime=0.06 cores=4,6
/proc/17879/task/17887/stat : 17887 (java) S 17877 17879 16745 0 -1 4202560 30068 0 0 0 3 3 0 0 16 0 18 0 382814128 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17888] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17888/stat : 17888 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382814128 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17889] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17889/stat : 17889 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382814128 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17890] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17890/stat : 17890 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382814128 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17909] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17909/stat : 17909 (java) S 17877 17879 16745 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 382814142 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17913] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17913/stat : 17913 (java) S 17877 17879 16745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382814144 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17917] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17917/stat : 17917 (java) S 17877 17879 16745 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382814144 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 4
[pid=17879/tid=17923] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17923/stat : 17923 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 382814178 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17926] ppid=17877 vsize=7459856 CPUtime=0.06 cores=4,6
/proc/17879/task/17926/stat : 17926 (java) S 17877 17879 16745 0 -1 4202560 523 0 0 0 6 0 0 0 15 0 18 0 382814178 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17931] ppid=17877 vsize=7459856 CPUtime=0.04 cores=4,6
/proc/17879/task/17931/stat : 17931 (java) S 17877 17879 16745 0 -1 4202560 625 0 2 0 4 0 0 0 15 0 18 0 382814178 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 2
[pid=17879/tid=17934] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17934/stat : 17934 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382814178 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17939] ppid=17877 vsize=7459856 CPUtime=0 cores=4,6
/proc/17879/task/17939/stat : 17939 (java) S 17877 17879 16745 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 382814178 7638892544 547974 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 7459856

[startup+6.30147 s]
/proc/loadavg: 1.87 2.13 2.98 5/258 17939
/proc/meminfo: memFree=22540664/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7459588 CPUtime=6.28 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 713683 0 38 0 527 101 0 0 20 0 18 0 382814118 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1864897 712074 2185 9 0 1855381 0
[pid=17879/tid=17882] ppid=17877 vsize=7459588 CPUtime=5.06 cores=4,6
/proc/17879/task/17882/stat : 17882 (java) R 17877 17879 16745 0 -1 4202560 456141 0 36 0 437 69 0 0 25 0 18 0 382814119 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382783947 0 4 0 16800975 0 0 0 -1 4 0 0 53
[pid=17879/tid=17883] ppid=17877 vsize=7459588 CPUtime=0.13 cores=4,6
/proc/17879/task/17883/stat : 17883 (java) S 17877 17879 16745 0 -1 4202560 42649 0 0 0 8 5 0 0 16 0 18 0 382814128 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17884] ppid=17877 vsize=7459588 CPUtime=0.29 cores=4,6
/proc/17879/task/17884/stat : 17884 (java) S 17877 17879 16745 0 -1 4202560 54620 0 0 0 23 6 0 0 16 0 18 0 382814128 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17885] ppid=17877 vsize=7459588 CPUtime=0.09 cores=4,6
/proc/17879/task/17885/stat : 17885 (java) S 17877 17879 16745 0 -1 4202560 32256 0 0 0 6 3 0 0 15 0 18 0 382814128 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17886] ppid=17877 vsize=7459588 CPUtime=0.17 cores=4,6
/proc/17879/task/17886/stat : 17886 (java) S 17877 17879 16745 0 -1 4202560 28276 0 0 0 14 3 0 0 16 0 18 0 382814128 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17887] ppid=17877 vsize=7459588 CPUtime=0.06 cores=4,6
/proc/17879/task/17887/stat : 17887 (java) S 17877 17879 16745 0 -1 4202560 30068 0 0 0 3 3 0 0 15 0 18 0 382814128 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17888] ppid=17877 vsize=7459588 CPUtime=0.08 cores=4,6
/proc/17879/task/17888/stat : 17888 (java) S 17877 17879 16745 0 -1 4202560 29918 0 0 0 5 3 0 0 15 0 18 0 382814128 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17889] ppid=17877 vsize=7459588 CPUtime=0.09 cores=4,6
/proc/17879/task/17889/stat : 17889 (java) S 17877 17879 16745 0 -1 4202560 22462 0 0 0 7 2 0 0 15 0 18 0 382814128 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17890] ppid=17877 vsize=7459588 CPUtime=0.11 cores=4,6
/proc/17879/task/17890/stat : 17890 (java) S 17877 17879 16745 0 -1 4202560 15020 0 0 0 9 2 0 0 15 0 18 0 382814128 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17909] ppid=17877 vsize=7459588 CPUtime=0 cores=4,6
/proc/17879/task/17909/stat : 17909 (java) S 17877 17879 16745 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 382814142 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17913] ppid=17877 vsize=7459588 CPUtime=0 cores=4,6
/proc/17879/task/17913/stat : 17913 (java) S 17877 17879 16745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382814144 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17917] ppid=17877 vsize=7459588 CPUtime=0 cores=4,6
/proc/17879/task/17917/stat : 17917 (java) S 17877 17879 16745 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382814144 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 4
[pid=17879/tid=17923] ppid=17877 vsize=7459588 CPUtime=0 cores=4,6
/proc/17879/task/17923/stat : 17923 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 382814178 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17926] ppid=17877 vsize=7459588 CPUtime=0.06 cores=4,6
/proc/17879/task/17926/stat : 17926 (java) S 17877 17879 16745 0 -1 4202560 523 0 0 0 6 0 0 0 15 0 18 0 382814178 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17931] ppid=17877 vsize=7459588 CPUtime=0.05 cores=4,6
/proc/17879/task/17931/stat : 17931 (java) S 17877 17879 16745 0 -1 4202560 625 0 2 0 5 0 0 0 15 0 18 0 382814178 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 2
[pid=17879/tid=17934] ppid=17877 vsize=7459588 CPUtime=0 cores=4,6
/proc/17879/task/17934/stat : 17934 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382814178 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17939] ppid=17877 vsize=7459588 CPUtime=0 cores=4,6
/proc/17879/task/17939/stat : 17939 (java) S 17877 17879 16745 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 382814178 7638618112 712074 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7459588

[startup+12.7013 s]
/proc/loadavg: 2.20 2.20 2.99 5/258 17939
/proc/meminfo: memFree=19931724/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7459588 CPUtime=13.35 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 1035321 0 38 0 1172 163 0 0 20 0 18 0 382814118 7638618112 1032094 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1864897 1032094 2185 9 0 1855381 0
[pid=17879/tid=17882] ppid=17877 vsize=7459588 CPUtime=10.7 cores=4,6

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

/proc/17879/task/17889/stat : 17889 (java) S 17877 17879 16745 0 -1 4202560 130761 0 0 0 41 14 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17890] ppid=17877 vsize=7479912 CPUtime=0.94 cores=4,6
/proc/17879/task/17890/stat : 17890 (java) S 17877 17879 16745 0 -1 4202560 181457 0 0 0 74 20 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17909] ppid=17877 vsize=7479912 CPUtime=0.33 cores=4,6
/proc/17879/task/17909/stat : 17909 (java) S 17877 17879 16745 0 -1 4202560 22740 0 0 0 31 2 0 0 15 0 18 0 382814142 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17913] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17913/stat : 17913 (java) S 17877 17879 16745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382814144 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17917] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17917/stat : 17917 (java) S 17877 17879 16745 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382814144 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 4
[pid=17879/tid=17923] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17923/stat : 17923 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17926] ppid=17877 vsize=7479912 CPUtime=0.41 cores=4,6
/proc/17879/task/17926/stat : 17926 (java) S 17877 17879 16745 0 -1 4202560 12832 0 0 0 40 1 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17931] ppid=17877 vsize=7479912 CPUtime=0.07 cores=4,6
/proc/17879/task/17931/stat : 17931 (java) S 17877 17879 16745 0 -1 4202560 666 0 2 0 7 0 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 2
[pid=17879/tid=17934] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17934/stat : 17934 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17939] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17939/stat : 17939 (java) S 17877 17879 16745 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1125.17
Current children cumulated vsize (KiB) 7479912

[startup+1182.3 s]
/proc/loadavg: 4.06 4.00 3.71 5/258 17970
/proc/meminfo: memFree=13696040/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7479912 CPUtime=1185.17 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 1821909 0 38 0 118187 330 0 0 20 0 18 0 382814118 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1869978 1807152 2206 9 0 1860462 0
[pid=17879/tid=17882] ppid=17877 vsize=7479912 CPUtime=1178.1 cores=4,6
/proc/17879/task/17882/stat : 17882 (java) R 17877 17879 16745 0 -1 4202560 456187 0 36 0 117641 169 0 0 25 0 18 0 382814119 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 46912505677563 0 4 0 16800975 0 0 0 -1 4 0 0 53
[pid=17879/tid=17883] ppid=17877 vsize=7479912 CPUtime=0.87 cores=4,6
/proc/17879/task/17883/stat : 17883 (java) S 17877 17879 16745 0 -1 4202560 174764 0 0 0 65 22 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17884] ppid=17877 vsize=7479912 CPUtime=0.82 cores=4,6
/proc/17879/task/17884/stat : 17884 (java) S 17877 17879 16745 0 -1 4202560 161909 0 0 0 63 19 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17885] ppid=17877 vsize=7479912 CPUtime=0.67 cores=4,6
/proc/17879/task/17885/stat : 17885 (java) S 17877 17879 16745 0 -1 4202560 152549 0 0 0 50 17 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17886] ppid=17877 vsize=7479912 CPUtime=0.85 cores=4,6
/proc/17879/task/17886/stat : 17886 (java) S 17877 17879 16745 0 -1 4202560 208137 0 0 0 60 25 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17887] ppid=17877 vsize=7479912 CPUtime=0.83 cores=4,6
/proc/17879/task/17887/stat : 17887 (java) S 17877 17879 16745 0 -1 4202560 185126 0 0 0 62 21 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17888] ppid=17877 vsize=7479912 CPUtime=0.62 cores=4,6
/proc/17879/task/17888/stat : 17888 (java) S 17877 17879 16745 0 -1 4202560 133595 0 0 0 47 15 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17889] ppid=17877 vsize=7479912 CPUtime=0.55 cores=4,6
/proc/17879/task/17889/stat : 17889 (java) S 17877 17879 16745 0 -1 4202560 130761 0 0 0 41 14 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17890] ppid=17877 vsize=7479912 CPUtime=0.94 cores=4,6
/proc/17879/task/17890/stat : 17890 (java) S 17877 17879 16745 0 -1 4202560 181457 0 0 0 74 20 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17909] ppid=17877 vsize=7479912 CPUtime=0.33 cores=4,6
/proc/17879/task/17909/stat : 17909 (java) S 17877 17879 16745 0 -1 4202560 22740 0 0 0 31 2 0 0 15 0 18 0 382814142 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17913] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17913/stat : 17913 (java) S 17877 17879 16745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382814144 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17917] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17917/stat : 17917 (java) S 17877 17879 16745 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382814144 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 4
[pid=17879/tid=17923] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17923/stat : 17923 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17926] ppid=17877 vsize=7479912 CPUtime=0.41 cores=4,6
/proc/17879/task/17926/stat : 17926 (java) S 17877 17879 16745 0 -1 4202560 12832 0 0 0 40 1 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17931] ppid=17877 vsize=7479912 CPUtime=0.07 cores=4,6
/proc/17879/task/17931/stat : 17931 (java) S 17877 17879 16745 0 -1 4202560 666 0 2 0 7 0 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 2
[pid=17879/tid=17934] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17934/stat : 17934 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17939] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17939/stat : 17939 (java) S 17877 17879 16745 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1185.17
Current children cumulated vsize (KiB) 7479912

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.73 5/258 17972
/proc/meminfo: memFree=13695572/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7479912 CPUtime=1245.17 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 1821913 0 38 0 124187 330 0 0 20 0 18 0 382814118 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1869978 1807152 2206 9 0 1860462 0
[pid=17879/tid=17882] ppid=17877 vsize=7479912 CPUtime=1238.1 cores=4,6
/proc/17879/task/17882/stat : 17882 (java) R 17877 17879 16745 0 -1 4202560 456187 0 36 0 123641 169 0 0 25 0 18 0 382814119 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 46912505676420 0 4 0 16800975 0 0 0 -1 4 0 0 53
[pid=17879/tid=17883] ppid=17877 vsize=7479912 CPUtime=0.87 cores=4,6
/proc/17879/task/17883/stat : 17883 (java) S 17877 17879 16745 0 -1 4202560 174764 0 0 0 65 22 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17884] ppid=17877 vsize=7479912 CPUtime=0.82 cores=4,6
/proc/17879/task/17884/stat : 17884 (java) S 17877 17879 16745 0 -1 4202560 161909 0 0 0 63 19 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17885] ppid=17877 vsize=7479912 CPUtime=0.67 cores=4,6
/proc/17879/task/17885/stat : 17885 (java) S 17877 17879 16745 0 -1 4202560 152549 0 0 0 50 17 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17886] ppid=17877 vsize=7479912 CPUtime=0.85 cores=4,6
/proc/17879/task/17886/stat : 17886 (java) S 17877 17879 16745 0 -1 4202560 208137 0 0 0 60 25 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17887] ppid=17877 vsize=7479912 CPUtime=0.83 cores=4,6
/proc/17879/task/17887/stat : 17887 (java) S 17877 17879 16745 0 -1 4202560 185126 0 0 0 62 21 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17888] ppid=17877 vsize=7479912 CPUtime=0.62 cores=4,6
/proc/17879/task/17888/stat : 17888 (java) S 17877 17879 16745 0 -1 4202560 133595 0 0 0 47 15 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17889] ppid=17877 vsize=7479912 CPUtime=0.55 cores=4,6
/proc/17879/task/17889/stat : 17889 (java) S 17877 17879 16745 0 -1 4202560 130761 0 0 0 41 14 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17890] ppid=17877 vsize=7479912 CPUtime=0.94 cores=4,6
/proc/17879/task/17890/stat : 17890 (java) S 17877 17879 16745 0 -1 4202560 181457 0 0 0 74 20 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17909] ppid=17877 vsize=7479912 CPUtime=0.33 cores=4,6
/proc/17879/task/17909/stat : 17909 (java) S 17877 17879 16745 0 -1 4202560 22740 0 0 0 31 2 0 0 15 0 18 0 382814142 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17913] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17913/stat : 17913 (java) S 17877 17879 16745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382814144 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17917] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17917/stat : 17917 (java) S 17877 17879 16745 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382814144 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 4
[pid=17879/tid=17923] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17923/stat : 17923 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17926] ppid=17877 vsize=7479912 CPUtime=0.41 cores=4,6
/proc/17879/task/17926/stat : 17926 (java) S 17877 17879 16745 0 -1 4202560 12832 0 0 0 40 1 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17931] ppid=17877 vsize=7479912 CPUtime=0.07 cores=4,6
/proc/17879/task/17931/stat : 17931 (java) S 17877 17879 16745 0 -1 4202560 666 0 2 0 7 0 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 2
[pid=17879/tid=17934] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17934/stat : 17934 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17939] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17939/stat : 17939 (java) S 17877 17879 16745 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1245.17
Current children cumulated vsize (KiB) 7479912



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.74 4/224 17977
/proc/meminfo: memFree=16342372/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=7479912 CPUtime=1302.88 cores=4,6
/proc/17879/stat : 17879 (java) S 17877 17879 16745 0 -1 4202496 1821917 0 38 0 129958 330 0 0 20 0 18 0 382814118 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 1869978 1807152 2206 9 0 1860462 0
[pid=17879/tid=17882] ppid=17877 vsize=7479912 CPUtime=1295.81 cores=4,6
/proc/17879/task/17882/stat : 17882 (java) R 17877 17879 16745 0 -1 4202560 456187 0 36 0 129412 169 0 0 25 0 18 0 382814119 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 46912505677581 0 4 0 16800975 0 0 0 -1 4 0 0 53
[pid=17879/tid=17883] ppid=17877 vsize=7479912 CPUtime=0.87 cores=4,6
/proc/17879/task/17883/stat : 17883 (java) S 17877 17879 16745 0 -1 4202560 174764 0 0 0 65 22 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17884] ppid=17877 vsize=7479912 CPUtime=0.82 cores=4,6
/proc/17879/task/17884/stat : 17884 (java) S 17877 17879 16745 0 -1 4202560 161909 0 0 0 63 19 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17885] ppid=17877 vsize=7479912 CPUtime=0.67 cores=4,6
/proc/17879/task/17885/stat : 17885 (java) S 17877 17879 16745 0 -1 4202560 152549 0 0 0 50 17 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17886] ppid=17877 vsize=7479912 CPUtime=0.85 cores=4,6
/proc/17879/task/17886/stat : 17886 (java) S 17877 17879 16745 0 -1 4202560 208137 0 0 0 60 25 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17887] ppid=17877 vsize=7479912 CPUtime=0.83 cores=4,6
/proc/17879/task/17887/stat : 17887 (java) S 17877 17879 16745 0 -1 4202560 185126 0 0 0 62 21 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17888] ppid=17877 vsize=7479912 CPUtime=0.62 cores=4,6
/proc/17879/task/17888/stat : 17888 (java) S 17877 17879 16745 0 -1 4202560 133595 0 0 0 47 15 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17889] ppid=17877 vsize=7479912 CPUtime=0.55 cores=4,6
/proc/17879/task/17889/stat : 17889 (java) S 17877 17879 16745 0 -1 4202560 130761 0 0 0 41 14 0 0 15 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17890] ppid=17877 vsize=7479912 CPUtime=0.94 cores=4,6
/proc/17879/task/17890/stat : 17890 (java) S 17877 17879 16745 0 -1 4202560 181457 0 0 0 74 20 0 0 16 0 18 0 382814128 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17909] ppid=17877 vsize=7479912 CPUtime=0.33 cores=4,6
/proc/17879/task/17909/stat : 17909 (java) S 17877 17879 16745 0 -1 4202560 22740 0 0 0 31 2 0 0 15 0 18 0 382814142 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 0 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17913] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17913/stat : 17913 (java) S 17877 17879 16745 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382814144 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17917] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17917/stat : 17917 (java) S 17877 17879 16745 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 382814144 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 4
[pid=17879/tid=17923] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17923/stat : 17923 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382780849 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17926] ppid=17877 vsize=7479912 CPUtime=0.41 cores=4,6
/proc/17879/task/17926/stat : 17926 (java) S 17877 17879 16745 0 -1 4202560 12832 0 0 0 40 1 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
[pid=17879/tid=17931] ppid=17877 vsize=7479912 CPUtime=0.07 cores=4,6
/proc/17879/task/17931/stat : 17931 (java) S 17877 17879 16745 0 -1 4202560 666 0 2 0 7 0 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 2
[pid=17879/tid=17934] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17934/stat : 17934 (java) S 17877 17879 16745 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773145 0 4 0 16800975 18446604453944899776 0 0 -1 4 0 0 0
[pid=17879/tid=17939] ppid=17877 vsize=7479912 CPUtime=0 cores=4,6
/proc/17879/task/17939/stat : 17939 (java) S 17877 17879 16745 0 -1 4202560 78 0 0 0 0 0 0 0 15 0 18 0 382814178 7659429888 1807152 33554432000 1073741824 1073778376 140737400430608 18446744073709551615 218382773760 0 4 0 16800975 18446604453944899776 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1302.88
Current children cumulated vsize (KiB) 7479912

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

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

[startup+1300.21 s]
/proc/loadavg: 4.01 4.00 3.74 4/209 17979
/proc/meminfo: memFree=23149584/32951124 swapFree=67051388/67111528
[pid=17879] ppid=17877 vsize=0 CPUtime=1303.08 cores=4,6
/proc/17879/stat : 17879 (java) Z 17877 17879 16745 0 -1 4203548 1821937 0 38 0 129959 349 0 0 18 0 2 0 382814118 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17879/statm: 0 0 0 0 0 0 0
[pid=17879/tid=17890] ppid=17877 vsize=0 CPUtime=1.13 cores=4,6
/proc/17879/task/17890/stat : 17890 (java) R 17877 17879 16745 0 -1 4203588 181457 0 0 0 74 39 0 0 16 0 2 0 382814128 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1303.08
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.25
CPU time (s): 1303.13
CPU user time (s): 1299.59
CPU system time (s): 3.54146
CPU usage (%): 100.222
Max. virtual memory (cumulated for all children) (KiB): 7481704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.59
system time used= 3.54146
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1821937
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28090
involuntary context switches= 5418

runsolver used 2.44563 second user time and 4.67829 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-13 18:28:34
IDJOB=3194745
IDBENCH=82525
IDSOLVER=1615
FILE ID=node101/3194745-1302712113
RUNJOBID= node101-1302712113-17829
PBS_JOBID= 12981434
Free space on /tmp= 71312 MiB

SOLVER NAME= SAT_Intersec_01 2011-03-01
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v35000-c147000-S1098107876-060-UNKNOWN.cnf
COMMAND LINE= java -Xms7000m -Xmx7000m -jar DIR/SAT_Intersec_01.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3194745-1302712113/watcher-3194745-1302712113 -o /tmp/evaluation-result-3194745-1302712113/solver-3194745-1302712113 -C 2400 -W 1300 -M 7680  java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194745-1302712113.cnf

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

MD5SUM BENCH= f8d77cf51b7a3bd2f2043a4a97c7d388
RANDOM SEED=1683772770

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.841
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:     32951124 kB
MemFree:      29635620 kB
Buffers:         95008 kB
Cached:        2998708 kB
SwapCached:      19748 kB
Active:        1130260 kB
Inactive:      2037236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29635620 kB
SwapTotal:    67111528 kB
SwapFree:     67051388 kB
Dirty:            4688 kB
Writeback:           0 kB
AnonPages:       64752 kB
Mapped:          11800 kB
Slab:            83352 kB
PageTables:       4996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 14685584 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= 71312 MiB
End job on node101 at 2011-04-13 18:50:16