Trace number 3194798

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.58 1300.27

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S471691933-060-UNKNOWN.cnf
MD5SUM91da78a39fd68b6c63602d278464956f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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-3194798-1302713143/watcher-3194798-1302713143 -o /tmp/evaluation-result-3194798-1302713143/solver-3194798-1302713143 -C 2400 -W 1300 -M 7680 java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194798-1302713143.cnf 

running on 2 cores: 1,3

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: 3.25 2.35 2.12 5/240 3737
/proc/meminfo: memFree=9289304/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=256 CPUtime=0 cores=1,3
/proc/3737/stat : 3737 (java) R 3735 3737 3580 0 -1 4194304 255 0 0 0 0 0 0 0 25 0 1 0 382914030 262144 33 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208075308679 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/3737/statm: 64 33 24 9 0 23 0

[startup+0.069166 s]
/proc/loadavg: 3.25 2.35 2.12 5/240 3737
/proc/meminfo: memFree=9289304/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7390892 CPUtime=0.05 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 9282 0 1 0 4 1 0 0 25 0 18 0 382914030 7568273408 8993 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1847723 8993 1736 9 0 1838470 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7390892

[startup+0.104781 s]
/proc/loadavg: 3.25 2.35 2.12 5/240 3737
/proc/meminfo: memFree=9289304/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7458192 CPUtime=0.11 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 14682 0 1 0 10 1 0 0 25 0 18 0 382914030 7637188608 14393 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1864548 14416 2125 9 0 1855032 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 7458192

[startup+0.300742 s]
/proc/loadavg: 3.25 2.35 2.12 5/240 3737
/proc/meminfo: memFree=9289304/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7458192 CPUtime=0.31 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 86752 0 1 0 21 10 0 0 25 0 18 0 382914030 7637188608 86461 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1864548 86461 2156 9 0 1855032 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 7458192

[startup+0.700665 s]
/proc/loadavg: 3.25 2.35 2.12 5/240 3737
/proc/meminfo: memFree=9289304/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7458192 CPUtime=0.73 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 243058 0 1 0 44 29 0 0 25 0 18 0 382914030 7637188608 242746 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1864548 242746 2164 9 0 1855032 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 7458192

[startup+1.50151 s]
/proc/loadavg: 3.25 2.35 2.12 5/258 3755
/proc/meminfo: memFree=7837996/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7458628 CPUtime=1.6 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 488907 0 1 0 101 59 0 0 25 0 18 0 382914030 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1864657 488281 2182 9 0 1855141 0
[pid=3737/tid=3739] ppid=3735 vsize=7458628 CPUtime=1.42 cores=1,3
/proc/3737/task/3739/stat : 3739 (java) R 3735 3737 3580 0 -1 4202560 456011 0 1 0 87 55 0 0 25 0 18 0 382914030 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3737/tid=3740] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3740/stat : 3740 (java) S 3735 3737 3580 0 -1 4202560 87 0 0 0 0 0 0 0 18 0 18 0 382914032 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3741] ppid=3735 vsize=7458628 CPUtime=0.02 cores=1,3
/proc/3737/task/3741/stat : 3741 (java) S 3735 3737 3580 0 -1 4202560 15119 0 0 0 1 1 0 0 18 0 18 0 382914032 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3742] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3742/stat : 3742 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382914032 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3743] ppid=3735 vsize=7458628 CPUtime=0.02 cores=1,3
/proc/3737/task/3743/stat : 3743 (java) S 3735 3737 3580 0 -1 4202560 14485 0 0 0 1 1 0 0 18 0 18 0 382914032 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3744] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3744/stat : 3744 (java) S 3735 3737 3580 0 -1 4202560 464 0 0 0 0 0 0 0 18 0 18 0 382914032 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3745] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3745/stat : 3745 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382914032 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3746] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3746/stat : 3746 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382914032 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3747] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3747/stat : 3747 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 382914032 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3748] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3748/stat : 3748 (java) S 3735 3737 3580 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 382914033 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3749] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3749/stat : 3749 (java) S 3735 3737 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382914033 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3750] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3750/stat : 3750 (java) S 3735 3737 3580 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382914033 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3751] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3751/stat : 3751 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3752] ppid=3735 vsize=7458628 CPUtime=0.05 cores=1,3
/proc/3737/task/3752/stat : 3752 (java) S 3735 3737 3580 0 -1 4202560 752 0 0 0 5 0 0 0 16 0 18 0 382914035 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3753] ppid=3735 vsize=7458628 CPUtime=0.04 cores=1,3
/proc/3737/task/3753/stat : 3753 (java) S 3735 3737 3580 0 -1 4202560 861 0 0 0 4 0 0 0 16 0 18 0 382914035 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3754] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3754/stat : 3754 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3755] ppid=3735 vsize=7458628 CPUtime=0 cores=1,3
/proc/3737/task/3755/stat : 3755 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382914035 7637635072 488281 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 7458628

[startup+3.10127 s]
/proc/loadavg: 3.25 2.35 2.12 5/258 3755
/proc/meminfo: memFree=7086948/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7458944 CPUtime=3.37 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 609156 0 1 0 256 81 0 0 25 0 18 0 382914030 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1864736 608160 2184 9 0 1855220 0
[pid=3737/tid=3739] ppid=3735 vsize=7458944 CPUtime=2.86 cores=1,3
/proc/3737/task/3739/stat : 3739 (java) R 3735 3737 3580 0 -1 4202560 456166 0 1 0 222 64 0 0 25 0 18 0 382914030 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3737/tid=3740] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3740/stat : 3740 (java) S 3735 3737 3580 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 18 0 382914032 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3741] ppid=3735 vsize=7458944 CPUtime=0.1 cores=1,3
/proc/3737/task/3741/stat : 3741 (java) S 3735 3737 3580 0 -1 4202560 40124 0 0 0 6 4 0 0 16 0 18 0 382914032 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3742] ppid=3735 vsize=7458944 CPUtime=0.07 cores=1,3
/proc/3737/task/3742/stat : 3742 (java) S 3735 3737 3580 0 -1 4202560 29890 0 0 0 4 3 0 0 16 0 18 0 382914032 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3743] ppid=3735 vsize=7458944 CPUtime=0.02 cores=1,3
/proc/3737/task/3743/stat : 3743 (java) S 3735 3737 3580 0 -1 4202560 14485 0 0 0 1 1 0 0 15 0 18 0 382914032 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3744] ppid=3735 vsize=7458944 CPUtime=0.06 cores=1,3
/proc/3737/task/3744/stat : 3744 (java) S 3735 3737 3580 0 -1 4202560 35612 0 0 0 3 3 0 0 16 0 18 0 382914032 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3745] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3745/stat : 3745 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382914032 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3746] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3746/stat : 3746 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382914032 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3747] ppid=3735 vsize=7458944 CPUtime=0.06 cores=1,3
/proc/3737/task/3747/stat : 3747 (java) S 3735 3737 3580 0 -1 4202560 29975 0 0 0 3 3 0 0 15 0 18 0 382914032 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3748] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3748/stat : 3748 (java) S 3735 3737 3580 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 382914033 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3749] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3749/stat : 3749 (java) S 3735 3737 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382914033 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3750] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3750/stat : 3750 (java) S 3735 3737 3580 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382914033 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3751] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3751/stat : 3751 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3752] ppid=3735 vsize=7458944 CPUtime=0.05 cores=1,3
/proc/3737/task/3752/stat : 3752 (java) S 3735 3737 3580 0 -1 4202560 752 0 0 0 5 0 0 0 16 0 18 0 382914035 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3753] ppid=3735 vsize=7458944 CPUtime=0.06 cores=1,3
/proc/3737/task/3753/stat : 3753 (java) S 3735 3737 3580 0 -1 4202560 939 0 0 0 6 0 0 0 15 0 18 0 382914035 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3754] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3754/stat : 3754 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3755] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3755/stat : 3755 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382914035 7637958656 608160 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 7458944

[startup+6.3006 s]
/proc/loadavg: 3.31 2.38 2.13 5/258 3755
/proc/meminfo: memFree=6408804/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7458944 CPUtime=7 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 728789 0 1 0 586 114 0 0 25 0 18 0 382914030 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1864736 727381 2184 9 0 1855220 0
[pid=3737/tid=3739] ppid=3735 vsize=7458944 CPUtime=5.62 cores=1,3
/proc/3737/task/3739/stat : 3739 (java) R 3735 3737 3580 0 -1 4202560 456172 0 1 0 479 83 0 0 25 0 18 0 382914030 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3737/tid=3740] ppid=3735 vsize=7458944 CPUtime=0.02 cores=1,3
/proc/3737/task/3740/stat : 3740 (java) S 3735 3737 3580 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 18 0 382914032 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3741] ppid=3735 vsize=7458944 CPUtime=0.3 cores=1,3
/proc/3737/task/3741/stat : 3741 (java) S 3735 3737 3580 0 -1 4202560 81293 0 0 0 22 8 0 0 16 0 18 0 382914032 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3742] ppid=3735 vsize=7458944 CPUtime=0.1 cores=1,3
/proc/3737/task/3742/stat : 3742 (java) S 3735 3737 3580 0 -1 4202560 35322 0 0 0 6 4 0 0 15 0 18 0 382914032 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3743] ppid=3735 vsize=7458944 CPUtime=0.18 cores=1,3
/proc/3737/task/3743/stat : 3743 (java) S 3735 3737 3580 0 -1 4202560 26209 0 0 0 15 3 0 0 15 0 18 0 382914032 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3744] ppid=3735 vsize=7458944 CPUtime=0.19 cores=1,3
/proc/3737/task/3744/stat : 3744 (java) S 3735 3737 3580 0 -1 4202560 50538 0 0 0 14 5 0 0 15 0 18 0 382914032 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3745] ppid=3735 vsize=7458944 CPUtime=0.13 cores=1,3
/proc/3737/task/3745/stat : 3745 (java) S 3735 3737 3580 0 -1 4202560 25589 0 0 0 11 2 0 0 16 0 18 0 382914032 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3746] ppid=3735 vsize=7458944 CPUtime=0.04 cores=1,3
/proc/3737/task/3746/stat : 3746 (java) S 3735 3737 3580 0 -1 4202560 29 0 0 0 4 0 0 0 16 0 18 0 382914032 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3747] ppid=3735 vsize=7458944 CPUtime=0.21 cores=1,3
/proc/3737/task/3747/stat : 3747 (java) S 3735 3737 3580 0 -1 4202560 50735 0 0 0 16 5 0 0 15 0 18 0 382914032 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3748] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3748/stat : 3748 (java) S 3735 3737 3580 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 18 0 382914033 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3749] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3749/stat : 3749 (java) S 3735 3737 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382914033 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3750] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3750/stat : 3750 (java) S 3735 3737 3580 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382914033 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3751] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3751/stat : 3751 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3752] ppid=3735 vsize=7458944 CPUtime=0.05 cores=1,3
/proc/3737/task/3752/stat : 3752 (java) S 3735 3737 3580 0 -1 4202560 752 0 0 0 5 0 0 0 16 0 18 0 382914035 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3753] ppid=3735 vsize=7458944 CPUtime=0.06 cores=1,3
/proc/3737/task/3753/stat : 3753 (java) S 3735 3737 3580 0 -1 4202560 939 0 0 0 6 0 0 0 15 0 18 0 382914035 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3754] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3754/stat : 3754 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3755] ppid=3735 vsize=7458944 CPUtime=0 cores=1,3
/proc/3737/task/3755/stat : 3755 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 382914035 7637958656 727381 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 7458944

[startup+12.7166 s]
/proc/loadavg: 3.36 2.40 2.14 5/258 3755
/proc/meminfo: memFree=5085864/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7458944 CPUtime=14.12 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 1079065 0 1 0 1216 196 0 0 25 0 18 0 382914030 7637958656 1075942 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1864736 1075942 2184 9 0 1855220 0
[pid=3737/tid=3739] ppid=3735 vsize=7458944 CPUtime=11.3 cores=1,3

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

/proc/3737/task/3746/stat : 3746 (java) S 3735 3737 3580 0 -1 4202560 114306 0 0 0 38 16 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3747] ppid=3735 vsize=7462960 CPUtime=0.87 cores=1,3
/proc/3737/task/3747/stat : 3747 (java) S 3735 3737 3580 0 -1 4202560 171151 0 0 0 66 21 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3748] ppid=3735 vsize=7462960 CPUtime=9.3 cores=1,3
/proc/3737/task/3748/stat : 3748 (java) S 3735 3737 3580 0 -1 4202560 23262 0 0 0 927 3 0 0 15 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3749] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3749/stat : 3749 (java) S 3735 3737 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3750] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3750/stat : 3750 (java) S 3735 3737 3580 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3751] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3751/stat : 3751 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3752] ppid=3735 vsize=7462960 CPUtime=0.48 cores=1,3
/proc/3737/task/3752/stat : 3752 (java) S 3735 3737 3580 0 -1 4202560 10187 0 0 0 47 1 0 0 16 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3753] ppid=3735 vsize=7462960 CPUtime=0.22 cores=1,3
/proc/3737/task/3753/stat : 3753 (java) S 3735 3737 3580 0 -1 4202560 6700 0 0 0 22 0 0 0 16 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3754] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3754/stat : 3754 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3755] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3755/stat : 3755 (java) S 3735 3737 3580 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1126.05
Current children cumulated vsize (KiB) 7462960

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.46 5/258 3798
/proc/meminfo: memFree=814288/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7462960 CPUtime=1186.04 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 1824294 0 1 0 118138 466 0 0 25 0 18 0 382914030 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1865740 1808172 2205 9 0 1856224 0
[pid=3737/tid=3739] ppid=3735 vsize=7462960 CPUtime=1169.47 cores=1,3
/proc/3737/task/3739/stat : 3739 (java) R 3735 3737 3580 0 -1 4202560 456274 0 1 0 116661 286 0 0 25 0 18 0 382914030 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 46912505739121 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3737/tid=3740] ppid=3735 vsize=7462960 CPUtime=0.61 cores=1,3
/proc/3737/task/3740/stat : 3740 (java) S 3735 3737 3580 0 -1 4202560 140046 0 0 0 45 16 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3741] ppid=3735 vsize=7462960 CPUtime=0.73 cores=1,3
/proc/3737/task/3741/stat : 3741 (java) S 3735 3737 3580 0 -1 4202560 147772 0 0 0 55 18 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3742] ppid=3735 vsize=7462960 CPUtime=0.89 cores=1,3
/proc/3737/task/3742/stat : 3742 (java) S 3735 3737 3580 0 -1 4202560 202053 0 0 0 62 27 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3743] ppid=3735 vsize=7462960 CPUtime=0.78 cores=1,3
/proc/3737/task/3743/stat : 3743 (java) S 3735 3737 3580 0 -1 4202560 161400 0 0 0 58 20 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3744] ppid=3735 vsize=7462960 CPUtime=1.09 cores=1,3
/proc/3737/task/3744/stat : 3744 (java) S 3735 3737 3580 0 -1 4202560 236195 0 0 0 78 31 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3745] ppid=3735 vsize=7462960 CPUtime=0.77 cores=1,3
/proc/3737/task/3745/stat : 3745 (java) S 3735 3737 3580 0 -1 4202560 153761 0 0 0 56 21 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3746] ppid=3735 vsize=7462960 CPUtime=0.54 cores=1,3
/proc/3737/task/3746/stat : 3746 (java) S 3735 3737 3580 0 -1 4202560 114306 0 0 0 38 16 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3747] ppid=3735 vsize=7462960 CPUtime=0.87 cores=1,3
/proc/3737/task/3747/stat : 3747 (java) S 3735 3737 3580 0 -1 4202560 171151 0 0 0 66 21 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3748] ppid=3735 vsize=7462960 CPUtime=9.48 cores=1,3
/proc/3737/task/3748/stat : 3748 (java) S 3735 3737 3580 0 -1 4202560 23264 0 0 0 945 3 0 0 15 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3749] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3749/stat : 3749 (java) S 3735 3737 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3750] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3750/stat : 3750 (java) S 3735 3737 3580 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3751] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3751/stat : 3751 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3752] ppid=3735 vsize=7462960 CPUtime=0.48 cores=1,3
/proc/3737/task/3752/stat : 3752 (java) S 3735 3737 3580 0 -1 4202560 10187 0 0 0 47 1 0 0 16 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3753] ppid=3735 vsize=7462960 CPUtime=0.22 cores=1,3
/proc/3737/task/3753/stat : 3753 (java) S 3735 3737 3580 0 -1 4202560 6700 0 0 0 22 0 0 0 16 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3754] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3754/stat : 3754 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3755] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3755/stat : 3755 (java) S 3735 3737 3580 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1186.04
Current children cumulated vsize (KiB) 7462960

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.49 5/258 3800
/proc/meminfo: memFree=813880/32950928 swapFree=67111528/67111528
[pid=3737] ppid=3735 vsize=7462960 CPUtime=1246.04 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 1824299 0 1 0 124138 466 0 0 25 0 18 0 382914030 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1865740 1808172 2205 9 0 1856224 0
[pid=3737/tid=3739] ppid=3735 vsize=7462960 CPUtime=1229.29 cores=1,3
/proc/3737/task/3739/stat : 3739 (java) R 3735 3737 3580 0 -1 4202560 456275 0 1 0 122643 286 0 0 25 0 18 0 382914030 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 46912505740387 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3737/tid=3740] ppid=3735 vsize=7462960 CPUtime=0.61 cores=1,3
/proc/3737/task/3740/stat : 3740 (java) S 3735 3737 3580 0 -1 4202560 140046 0 0 0 45 16 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3741] ppid=3735 vsize=7462960 CPUtime=0.73 cores=1,3
/proc/3737/task/3741/stat : 3741 (java) S 3735 3737 3580 0 -1 4202560 147772 0 0 0 55 18 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3742] ppid=3735 vsize=7462960 CPUtime=0.89 cores=1,3
/proc/3737/task/3742/stat : 3742 (java) S 3735 3737 3580 0 -1 4202560 202053 0 0 0 62 27 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3743] ppid=3735 vsize=7462960 CPUtime=0.78 cores=1,3
/proc/3737/task/3743/stat : 3743 (java) S 3735 3737 3580 0 -1 4202560 161400 0 0 0 58 20 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3744] ppid=3735 vsize=7462960 CPUtime=1.09 cores=1,3
/proc/3737/task/3744/stat : 3744 (java) S 3735 3737 3580 0 -1 4202560 236195 0 0 0 78 31 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3745] ppid=3735 vsize=7462960 CPUtime=0.77 cores=1,3
/proc/3737/task/3745/stat : 3745 (java) S 3735 3737 3580 0 -1 4202560 153761 0 0 0 56 21 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3746] ppid=3735 vsize=7462960 CPUtime=0.54 cores=1,3
/proc/3737/task/3746/stat : 3746 (java) S 3735 3737 3580 0 -1 4202560 114306 0 0 0 38 16 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3747] ppid=3735 vsize=7462960 CPUtime=0.87 cores=1,3
/proc/3737/task/3747/stat : 3747 (java) S 3735 3737 3580 0 -1 4202560 171151 0 0 0 66 21 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3748] ppid=3735 vsize=7462960 CPUtime=9.65 cores=1,3
/proc/3737/task/3748/stat : 3748 (java) S 3735 3737 3580 0 -1 4202560 23266 0 0 0 962 3 0 0 15 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3749] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3749/stat : 3749 (java) S 3735 3737 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3750] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3750/stat : 3750 (java) S 3735 3737 3580 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3751] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3751/stat : 3751 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3752] ppid=3735 vsize=7462960 CPUtime=0.48 cores=1,3
/proc/3737/task/3752/stat : 3752 (java) S 3735 3737 3580 0 -1 4202560 10187 0 0 0 47 1 0 0 16 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3753] ppid=3735 vsize=7462960 CPUtime=0.22 cores=1,3
/proc/3737/task/3753/stat : 3753 (java) S 3735 3737 3580 0 -1 4202560 6700 0 0 0 22 0 0 0 16 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3754] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3754/stat : 3754 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3755] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3755/stat : 3755 (java) S 3735 3737 3580 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1246.04
Current children cumulated vsize (KiB) 7462960



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.48 4.12 3.57 5/258 3939
/proc/meminfo: memFree=107496/32950928 swapFree=67111524/67111528
[pid=3737] ppid=3735 vsize=7462960 CPUtime=1303.33 cores=1,3
/proc/3737/stat : 3737 (java) S 3735 3737 3580 0 -1 4202496 1824306 0 1 0 129867 466 0 0 25 0 18 0 382914030 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 1865740 1808172 2205 9 0 1856224 0
[pid=3737/tid=3739] ppid=3735 vsize=7462960 CPUtime=1286.41 cores=1,3
/proc/3737/task/3739/stat : 3739 (java) R 3735 3737 3580 0 -1 4202560 456276 0 1 0 128355 286 0 0 25 0 18 0 382914030 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 46912505740372 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3737/tid=3740] ppid=3735 vsize=7462960 CPUtime=0.61 cores=1,3
/proc/3737/task/3740/stat : 3740 (java) S 3735 3737 3580 0 -1 4202560 140046 0 0 0 45 16 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3741] ppid=3735 vsize=7462960 CPUtime=0.73 cores=1,3
/proc/3737/task/3741/stat : 3741 (java) S 3735 3737 3580 0 -1 4202560 147772 0 0 0 55 18 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3742] ppid=3735 vsize=7462960 CPUtime=0.89 cores=1,3
/proc/3737/task/3742/stat : 3742 (java) S 3735 3737 3580 0 -1 4202560 202053 0 0 0 62 27 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3743] ppid=3735 vsize=7462960 CPUtime=0.78 cores=1,3
/proc/3737/task/3743/stat : 3743 (java) S 3735 3737 3580 0 -1 4202560 161400 0 0 0 58 20 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3744] ppid=3735 vsize=7462960 CPUtime=1.09 cores=1,3
/proc/3737/task/3744/stat : 3744 (java) S 3735 3737 3580 0 -1 4202560 236195 0 0 0 78 31 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3745] ppid=3735 vsize=7462960 CPUtime=0.77 cores=1,3
/proc/3737/task/3745/stat : 3745 (java) S 3735 3737 3580 0 -1 4202560 153761 0 0 0 56 21 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3746] ppid=3735 vsize=7462960 CPUtime=0.54 cores=1,3
/proc/3737/task/3746/stat : 3746 (java) S 3735 3737 3580 0 -1 4202560 114306 0 0 0 38 16 0 0 16 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3747] ppid=3735 vsize=7462960 CPUtime=0.87 cores=1,3
/proc/3737/task/3747/stat : 3747 (java) S 3735 3737 3580 0 -1 4202560 171151 0 0 0 66 21 0 0 15 0 18 0 382914032 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3748] ppid=3735 vsize=7462960 CPUtime=9.82 cores=1,3
/proc/3737/task/3748/stat : 3748 (java) S 3735 3737 3580 0 -1 4202560 23268 0 0 0 979 3 0 0 15 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 0 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3749] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3749/stat : 3749 (java) S 3735 3737 3580 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3750] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3750/stat : 3750 (java) S 3735 3737 3580 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 382914033 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3751] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3751/stat : 3751 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092055985 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3752] ppid=3735 vsize=7462960 CPUtime=0.48 cores=1,3
/proc/3737/task/3752/stat : 3752 (java) S 3735 3737 3580 0 -1 4202560 10187 0 0 0 47 1 0 0 16 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 1 0 0 0
[pid=3737/tid=3753] ppid=3735 vsize=7462960 CPUtime=0.22 cores=1,3
/proc/3737/task/3753/stat : 3753 (java) S 3735 3737 3580 0 -1 4202560 6700 0 0 0 22 0 0 0 16 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3754] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3754/stat : 3754 (java) S 3735 3737 3580 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048281 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
[pid=3737/tid=3755] ppid=3735 vsize=7462960 CPUtime=0 cores=1,3
/proc/3737/task/3755/stat : 3755 (java) S 3735 3737 3580 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 18 0 382914035 7642071040 1808172 33554432000 1073741824 1073778376 140733312171360 18446744073709551615 208092048896 0 4 0 16800975 18446604471139878144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1303.33
Current children cumulated vsize (KiB) 7462960

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.48 4.12 3.57 5/243 3941
/proc/meminfo: memFree=3284372/32950928 swapFree=67111524/67111528
[pid=3737] ppid=3735 vsize=0 CPUtime=1303.51 cores=1,3
/proc/3737/stat : 3737 (java) Z 3735 3737 3580 0 -1 4203548 1824323 0 1 0 129868 483 0 0 17 0 2 0 382914030 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3737/statm: 0 0 0 0 0 0 0
[pid=3737/tid=3941] ppid=3735 vsize=0 CPUtime=0.17 cores=1,3
/proc/3737/task/3941/stat : 3941 (java) R 3735 3737 3580 0 -1 4203588 8 0 0 0 0 17 0 0 20 0 2 0 383044032 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1303.51
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1300.27
CPU time (s): 1303.58
CPU user time (s): 1298.69
CPU system time (s): 4.89925
CPU usage (%): 100.255
Max. virtual memory (cumulated for all children) (KiB): 7474752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.69
system time used= 4.89926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1824323
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28104
involuntary context switches= 10239

runsolver used 2.32965 second user time and 4.79727 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-13 18:45:44
IDJOB=3194798
IDBENCH=82578
IDSOLVER=1615
FILE ID=node127/3194798-1302713143
RUNJOBID= node127-1302713090-3600
PBS_JOBID= 12982337
Free space on /tmp= 71076 MiB

SOLVER NAME= SAT_Intersec_01 2011-03-01
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S471691933-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-3194798-1302713143/watcher-3194798-1302713143 -o /tmp/evaluation-result-3194798-1302713143/solver-3194798-1302713143 -C 2400 -W 1300 -M 7680  java -Xms7000m -Xmx7000m -jar HOME/SAT_Intersec_01.jar HOME/instance-3194798-1302713143.cnf

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

MD5SUM BENCH= 91da78a39fd68b6c63602d278464956f
RANDOM SEED=23942071

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:       9289336 kB
Buffers:        829116 kB
Cached:       14779832 kB
SwapCached:          0 kB
Active:       16019828 kB
Inactive:      7234008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       9289336 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3592 kB
Writeback:           0 kB
AnonPages:     7645044 kB
Mapped:          23260 kB
Slab:           327784 kB
PageTables:      20540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 22053372 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= 71068 MiB
End job on node127 at 2011-04-13 19:07:26