Trace number 3493037

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
Sat4j Resolution 2011-06-08? (TO) 1800.2 1795.48

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph13_wcsp.wbo
MD5SUM0e82f4b503d348a993f5f25b1601fee8
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables17588
Total number of constraints2800426
Number of soft constraints2799968
Number of constraints which are clauses2799968
Number of constraints which are cardinality constraints (but not clauses)458
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 1167526
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 719469320
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3493037-1307914243.wbo
0.10/0.11	c reading problem ... 
17.87/13.83	c ... done. Wall clock time 13.724s.
17.87/13.83	c #vars     2817556
17.87/13.83	c #constraints  2800885
17.87/13.83	c constraints type 
17.87/13.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2800426
17.87/13.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 458
17.87/13.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.01/1795.31	c starts		: 15
1800.01/1795.31	c conflicts		: 2705
1800.01/1795.31	c decisions		: 88243145
1800.01/1795.31	c propagations		: 88540112
1800.01/1795.31	c inspects		: 5330588
1800.01/1795.31	c shortcuts		: 0
1800.01/1795.31	c learnt literals	: 0
1800.01/1795.31	c learnt binary clauses	: 0
1800.01/1795.31	c learnt ternary clauses	: 0
1800.01/1795.31	c learnt constraints	: 2705
1800.01/1795.31	c ignored constraints	: 0
1800.01/1795.31	c root simplifications	: 0
1800.01/1795.31	c removed literals (reason simplification)	: 129
1800.01/1795.31	c reason swapping (by a shorter reason)	: 0
1800.01/1795.31	c Calls to reduceDB	: 0
1800.01/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.31	c number of learned constraints concerned by reduction	: 0
1800.01/1795.31	c number of learning phase by resolution	: 0
1800.01/1795.31	c number of learning phase by cutting planes	: 0
1800.01/1795.31	c speed (assignments/second)	: 49700.61898354672
1800.01/1795.31	c non guided choices	8545
1800.01/1795.31	c learnt constraints type 
1800.01/1795.31	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2705
1800.01/1795.31	c constraints type 
1800.01/1795.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2800426
1800.01/1795.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 458
1800.01/1795.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.01/1795.31	s UNKNOWN
1800.01/1795.31	c Total wall clock time (in seconds): 1795.205

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3493037-1307914243/watcher-3493037-1307914243 -o /var/tmp/evaluation-result-3493037-1307914243/solver-3493037-1307914243 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493037-1307914243.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 2/195 17415
/proc/meminfo: memFree=1655308/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (java) R 17413 17415 14185 0 -1 4202496 952 0 0 0 0 0 0 0 24 0 1 0 883839780 23580672 693 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254256653800 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17415/statm: 5757 693 509 9 0 124 0

[startup+0.0126769 s]
/proc/loadavg: 1.93 2.00 1.99 2/195 17415
/proc/meminfo: memFree=1655308/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 2485 0 1 0 0 0 0 0 24 0 2 0 883839780 10681323520 2184 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2607745 2203 906 9 0 2598901 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10430980

[startup+0.100651 s]
/proc/loadavg: 1.93 2.00 1.99 2/195 17415
/proc/meminfo: memFree=1655308/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10539864 CPUtime=0.1 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 13023 0 1 0 8 2 0 0 24 0 18 0 883839780 10792820736 12717 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2634966 12717 2092 9 0 2625700 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539864

[startup+0.300617 s]
/proc/loadavg: 1.93 2.00 1.99 2/195 17415
/proc/meminfo: memFree=1655308/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10542532 CPUtime=0.55 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 27165 0 1 0 51 4 0 0 24 0 18 0 883839780 10795552768 26055 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2635633 26056 2200 9 0 2626367 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10542532

[startup+0.754542 s]
/proc/loadavg: 1.93 2.00 1.99 2/195 17415
/proc/meminfo: memFree=1655308/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10544708 CPUtime=1.29 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 75046 0 1 0 120 9 0 0 24 0 18 0 883839780 10797780992 73444 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2636177 73449 2215 9 0 2626911 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 10544708

[startup+1.50141 s]
/proc/loadavg: 2.02 2.02 2.00 3/213 17433
/proc/meminfo: memFree=1107544/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10544708 CPUtime=2.03 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 164393 0 1 0 184 19 0 0 24 0 18 0 883839780 10797780992 162791 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2636177 162795 2216 9 0 2626911 0
[pid=17415/tid=17417] ppid=17413 vsize=10544708 CPUtime=1.48 cores=1,3,5,7
/proc/17415/task/17417/stat : 17417 (java) R 17413 17415 14185 0 -1 4202560 158829 0 1 0 130 18 0 0 18 0 18 0 883839781 10797780992 162798 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 46912505570854 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17415/tid=17418] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17418/stat : 17418 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 883839783 10797780992 162801 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17419] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17419/stat : 17419 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 162803 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17420] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17420/stat : 17420 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 162806 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17421] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17421/stat : 17421 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 162809 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17422] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17422/stat : 17422 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 162812 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17423] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17423/stat : 17423 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 162815 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17424] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17424/stat : 17424 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 883839783 10797780992 162818 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17425] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17425/stat : 17425 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 883839783 10797780992 162820 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17426] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17426/stat : 17426 (java) S 17413 17415 14185 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 883839784 10797780992 162823 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 0 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17427] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17427/stat : 17427 (java) S 17413 17415 14185 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 883839784 10797780992 162826 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17428] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17428/stat : 17428 (java) S 17413 17415 14185 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 883839784 10797780992 162829 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17429] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17429/stat : 17429 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 883839786 10797780992 162832 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273440177 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17430] ppid=17413 vsize=10544708 CPUtime=0.26 cores=1,3,5,7
/proc/17415/task/17430/stat : 17430 (java) S 17413 17415 14185 0 -1 4202560 2569 0 0 0 26 0 0 0 17 0 18 0 883839786 10797780992 162834 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17431] ppid=17413 vsize=10544708 CPUtime=0.27 cores=1,3,5,7
/proc/17415/task/17431/stat : 17431 (java) S 17413 17415 14185 0 -1 4202560 1849 0 0 0 27 0 0 0 16 0 18 0 883839786 10797780992 162835 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17432] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17432/stat : 17432 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 883839786 10797780992 162836 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17433] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17433/stat : 17433 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 883839786 10797780992 162839 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 10544708

[startup+3.10113 s]
/proc/loadavg: 2.02 2.02 2.00 4/213 17433
/proc/meminfo: memFree=578932/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10544708 CPUtime=3.64 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 349759 0 1 0 319 45 0 0 24 0 18 0 883839780 10797780992 348156 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2636177 348161 2216 9 0 2626911 0
[pid=17415/tid=17417] ppid=17413 vsize=10544708 CPUtime=3.08 cores=1,3,5,7
/proc/17415/task/17417/stat : 17417 (java) R 17413 17415 14185 0 -1 4202560 344194 0 1 0 265 43 0 0 21 0 18 0 883839781 10797780992 348163 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 46912505695193 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17415/tid=17418] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17418/stat : 17418 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 883839783 10797780992 348166 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17419] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17419/stat : 17419 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 348168 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17420] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17420/stat : 17420 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 348171 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17421] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17421/stat : 17421 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 348174 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17422] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17422/stat : 17422 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 348176 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17423] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17423/stat : 17423 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 883839783 10797780992 348179 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17424] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17424/stat : 17424 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 883839783 10797780992 348182 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17425] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17425/stat : 17425 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 883839783 10797780992 348184 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17426] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17426/stat : 17426 (java) S 17413 17415 14185 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 883839784 10797780992 348187 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 0 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17427] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17427/stat : 17427 (java) S 17413 17415 14185 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 883839784 10797780992 348190 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17428] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17428/stat : 17428 (java) S 17413 17415 14185 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 883839784 10797780992 348192 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17429] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17429/stat : 17429 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 883839786 10797780992 348195 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273440177 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17430] ppid=17413 vsize=10544708 CPUtime=0.26 cores=1,3,5,7
/proc/17415/task/17430/stat : 17430 (java) S 17413 17415 14185 0 -1 4202560 2569 0 0 0 26 0 0 0 15 0 18 0 883839786 10797780992 348198 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17431] ppid=17413 vsize=10544708 CPUtime=0.27 cores=1,3,5,7
/proc/17415/task/17431/stat : 17431 (java) S 17413 17415 14185 0 -1 4202560 1849 0 0 0 27 0 0 0 16 0 18 0 883839786 10797780992 348200 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17432] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17432/stat : 17432 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 883839786 10797780992 348203 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17433] ppid=17413 vsize=10544708 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17433/stat : 17433 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 883839786 10797780992 348205 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 10544708

[startup+6.30156 s]
/proc/loadavg: 2.02 2.02 2.00 8/213 17433
/proc/meminfo: memFree=92020/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10543568 CPUtime=8.03 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 755257 0 1 0 700 103 0 0 24 0 18 0 883839780 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2635892 753457 2231 9 0 2626626 0
[pid=17415/tid=17417] ppid=17413 vsize=10543568 CPUtime=5.87 cores=1,3,5,7
/proc/17415/task/17417/stat : 17417 (java) R 17413 17415 14185 0 -1 4202560 650794 0 1 0 500 87 0 0 22 0 18 0 883839781 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273443275 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17415/tid=17418] ppid=17413 vsize=10543568 CPUtime=0.31 cores=1,3,5,7
/proc/17415/task/17418/stat : 17418 (java) S 17413 17415 14185 0 -1 4202560 19901 0 0 0 28 3 0 0 18 0 18 0 883839783 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17419] ppid=17413 vsize=10543568 CPUtime=0.29 cores=1,3,5,7
/proc/17415/task/17419/stat : 17419 (java) S 17413 17415 14185 0 -1 4202560 17796 0 0 0 28 1 0 0 18 0 18 0 883839783 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17420] ppid=17413 vsize=10543568 CPUtime=0.25 cores=1,3,5,7
/proc/17415/task/17420/stat : 17420 (java) S 17413 17415 14185 0 -1 4202560 16479 0 0 0 23 2 0 0 18 0 18 0 883839783 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17421] ppid=17413 vsize=10543568 CPUtime=0.2 cores=1,3,5,7
/proc/17415/task/17421/stat : 17421 (java) S 17413 17415 14185 0 -1 4202560 14053 0 0 0 18 2 0 0 18 0 18 0 883839783 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17422] ppid=17413 vsize=10543568 CPUtime=0.31 cores=1,3,5,7
/proc/17415/task/17422/stat : 17422 (java) S 17413 17415 14185 0 -1 4202560 19790 0 0 0 29 2 0 0 18 0 18 0 883839783 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17423] ppid=17413 vsize=10543568 CPUtime=0.09 cores=1,3,5,7
/proc/17415/task/17423/stat : 17423 (java) S 17413 17415 14185 0 -1 4202560 6322 0 0 0 9 0 0 0 18 0 18 0 883839783 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17424] ppid=17413 vsize=10543568 CPUtime=0.04 cores=1,3,5,7
/proc/17415/task/17424/stat : 17424 (java) S 17413 17415 14185 0 -1 4202560 2502 0 0 0 4 0 0 0 18 0 18 0 883839783 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17425] ppid=17413 vsize=10543568 CPUtime=0.04 cores=1,3,5,7
/proc/17415/task/17425/stat : 17425 (java) S 17413 17415 14185 0 -1 4202560 2047 0 0 0 4 0 0 0 18 0 18 0 883839783 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17426] ppid=17413 vsize=10543568 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17426/stat : 17426 (java) S 17413 17415 14185 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 883839784 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 0 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17427] ppid=17413 vsize=10543568 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17427/stat : 17427 (java) S 17413 17415 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 883839784 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17428] ppid=17413 vsize=10543568 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17428/stat : 17428 (java) S 17413 17415 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 883839784 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17429] ppid=17413 vsize=10543568 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17429/stat : 17429 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 883839786 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273440177 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17430] ppid=17413 vsize=10543568 CPUtime=0.26 cores=1,3,5,7
/proc/17415/task/17430/stat : 17430 (java) S 17413 17415 14185 0 -1 4202560 2569 0 0 0 26 0 0 0 15 0 18 0 883839786 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17431] ppid=17413 vsize=10543568 CPUtime=0.27 cores=1,3,5,7
/proc/17415/task/17431/stat : 17431 (java) S 17413 17415 14185 0 -1 4202560 1849 0 0 0 27 0 0 0 16 0 18 0 883839786 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17432] ppid=17413 vsize=10543568 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17432/stat : 17432 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 883839786 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17433] ppid=17413 vsize=10543568 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17433/stat : 17433 (java) S 17413 17415 14185 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 883839786 10796613632 753457 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 10543568

[startup+12.7014 s]
/proc/loadavg: 2.10 2.03 2.01 3/213 17433
/proc/meminfo: memFree=93172/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10543568 CPUtime=16.72 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 955982 0 1 0 1537 135 0 0 24 0 18 0 883839780 10796613632 954151 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2635892 954151 2239 9 0 2626626 0
[pid=17415/tid=17417] ppid=17413 vsize=10543568 CPUtime=11.49 cores=1,3,5,7

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

/proc/17415/task/17428/stat : 17428 (java) S 17413 17415 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17429] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17429/stat : 17429 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273440177 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17430] ppid=17413 vsize=10544872 CPUtime=0.68 cores=1,3,5,7
/proc/17415/task/17430/stat : 17430 (java) S 17413 17415 14185 0 -1 4202560 4912 0 0 0 68 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17431] ppid=17413 vsize=10544872 CPUtime=0.54 cores=1,3,5,7
/proc/17415/task/17431/stat : 17431 (java) S 17413 17415 14185 0 -1 4202560 1957 0 0 0 54 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17432] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17432/stat : 17432 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17433] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17433/stat : 17433 (java) S 17413 17415 14185 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17434] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17434/stat : 17434 (java) S 17413 17415 14185 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 883841243 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1667.01
Current children cumulated vsize (KiB) 10544872

[startup+1722.3 s]
/proc/loadavg: 1.05 1.01 1.15 2/190 17507
/proc/meminfo: memFree=600964/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10544872 CPUtime=1727.01 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 958572 0 1 0 172566 135 0 0 24 0 19 0 883839780 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2636218 955426 2250 9 0 2626952 0
[pid=17415/tid=17417] ppid=17413 vsize=10544872 CPUtime=1721.14 cores=1,3,5,7
/proc/17415/task/17417/stat : 17417 (java) R 17413 17415 14185 0 -1 4202560 651009 0 1 0 172024 90 0 0 25 0 19 0 883839781 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 46912505970770 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17415/tid=17418] ppid=17413 vsize=10544872 CPUtime=0.77 cores=1,3,5,7
/proc/17415/task/17418/stat : 17418 (java) S 17413 17415 14185 0 -1 4202560 51807 0 0 0 69 8 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17419] ppid=17413 vsize=10544872 CPUtime=0.5 cores=1,3,5,7
/proc/17415/task/17419/stat : 17419 (java) S 17413 17415 14185 0 -1 4202560 30402 0 0 0 47 3 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17420] ppid=17413 vsize=10544872 CPUtime=0.52 cores=1,3,5,7
/proc/17415/task/17420/stat : 17420 (java) S 17413 17415 14185 0 -1 4202560 34615 0 0 0 48 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17421] ppid=17413 vsize=10544872 CPUtime=0.44 cores=1,3,5,7
/proc/17415/task/17421/stat : 17421 (java) S 17413 17415 14185 0 -1 4202560 28329 0 0 0 40 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17422] ppid=17413 vsize=10544872 CPUtime=0.59 cores=1,3,5,7
/proc/17415/task/17422/stat : 17422 (java) S 17413 17415 14185 0 -1 4202560 37173 0 0 0 55 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17423] ppid=17413 vsize=10544872 CPUtime=0.49 cores=1,3,5,7
/proc/17415/task/17423/stat : 17423 (java) S 17413 17415 14185 0 -1 4202560 32838 0 0 0 45 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17424] ppid=17413 vsize=10544872 CPUtime=0.82 cores=1,3,5,7
/proc/17415/task/17424/stat : 17424 (java) S 17413 17415 14185 0 -1 4202560 51576 0 0 0 75 7 0 0 19 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17425] ppid=17413 vsize=10544872 CPUtime=0.41 cores=1,3,5,7
/proc/17415/task/17425/stat : 17425 (java) S 17413 17415 14185 0 -1 4202560 32688 0 0 0 37 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17426] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17426/stat : 17426 (java) S 17413 17415 14185 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 0 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17427] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17427/stat : 17427 (java) S 17413 17415 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17428] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17428/stat : 17428 (java) S 17413 17415 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17429] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17429/stat : 17429 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273440177 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17430] ppid=17413 vsize=10544872 CPUtime=0.68 cores=1,3,5,7
/proc/17415/task/17430/stat : 17430 (java) S 17413 17415 14185 0 -1 4202560 4912 0 0 0 68 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17431] ppid=17413 vsize=10544872 CPUtime=0.54 cores=1,3,5,7
/proc/17415/task/17431/stat : 17431 (java) S 17413 17415 14185 0 -1 4202560 1957 0 0 0 54 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17432] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17432/stat : 17432 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17433] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17433/stat : 17433 (java) S 17413 17415 14185 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17434] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17434/stat : 17434 (java) S 17413 17415 14185 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 883841243 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1727.01
Current children cumulated vsize (KiB) 10544872

[startup+1782.31 s]
/proc/loadavg: 1.02 1.01 1.14 2/190 17508
/proc/meminfo: memFree=600852/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10544872 CPUtime=1787.01 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 958574 0 1 0 178566 135 0 0 24 0 19 0 883839780 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2636218 955426 2250 9 0 2626952 0
[pid=17415/tid=17417] ppid=17413 vsize=10544872 CPUtime=1781.14 cores=1,3,5,7
/proc/17415/task/17417/stat : 17417 (java) R 17413 17415 14185 0 -1 4202560 651009 0 1 0 178024 90 0 0 25 0 19 0 883839781 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 46912505970725 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17415/tid=17418] ppid=17413 vsize=10544872 CPUtime=0.77 cores=1,3,5,7
/proc/17415/task/17418/stat : 17418 (java) S 17413 17415 14185 0 -1 4202560 51807 0 0 0 69 8 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17419] ppid=17413 vsize=10544872 CPUtime=0.5 cores=1,3,5,7
/proc/17415/task/17419/stat : 17419 (java) S 17413 17415 14185 0 -1 4202560 30402 0 0 0 47 3 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17420] ppid=17413 vsize=10544872 CPUtime=0.52 cores=1,3,5,7
/proc/17415/task/17420/stat : 17420 (java) S 17413 17415 14185 0 -1 4202560 34615 0 0 0 48 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17421] ppid=17413 vsize=10544872 CPUtime=0.44 cores=1,3,5,7
/proc/17415/task/17421/stat : 17421 (java) S 17413 17415 14185 0 -1 4202560 28329 0 0 0 40 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17422] ppid=17413 vsize=10544872 CPUtime=0.59 cores=1,3,5,7
/proc/17415/task/17422/stat : 17422 (java) S 17413 17415 14185 0 -1 4202560 37173 0 0 0 55 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17423] ppid=17413 vsize=10544872 CPUtime=0.49 cores=1,3,5,7
/proc/17415/task/17423/stat : 17423 (java) S 17413 17415 14185 0 -1 4202560 32838 0 0 0 45 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17424] ppid=17413 vsize=10544872 CPUtime=0.82 cores=1,3,5,7
/proc/17415/task/17424/stat : 17424 (java) S 17413 17415 14185 0 -1 4202560 51576 0 0 0 75 7 0 0 19 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17425] ppid=17413 vsize=10544872 CPUtime=0.41 cores=1,3,5,7
/proc/17415/task/17425/stat : 17425 (java) S 17413 17415 14185 0 -1 4202560 32688 0 0 0 37 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17426] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17426/stat : 17426 (java) S 17413 17415 14185 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 0 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17427] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17427/stat : 17427 (java) S 17413 17415 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17428] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17428/stat : 17428 (java) S 17413 17415 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17429] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17429/stat : 17429 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273440177 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17430] ppid=17413 vsize=10544872 CPUtime=0.68 cores=1,3,5,7
/proc/17415/task/17430/stat : 17430 (java) S 17413 17415 14185 0 -1 4202560 4912 0 0 0 68 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17431] ppid=17413 vsize=10544872 CPUtime=0.54 cores=1,3,5,7
/proc/17415/task/17431/stat : 17431 (java) S 17413 17415 14185 0 -1 4202560 1957 0 0 0 54 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17432] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17432/stat : 17432 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17433] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17433/stat : 17433 (java) S 17413 17415 14185 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17434] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17434/stat : 17434 (java) S 17413 17415 14185 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 883841243 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1787.01
Current children cumulated vsize (KiB) 10544872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 1.01 1.01 1.14 2/190 17509
/proc/meminfo: memFree=600952/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=10544872 CPUtime=1800.01 cores=1,3,5,7
/proc/17415/stat : 17415 (java) S 17413 17415 14185 0 -1 4202496 958576 0 1 0 179866 135 0 0 24 0 19 0 883839780 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 2636218 955426 2250 9 0 2626952 0
[pid=17415/tid=17417] ppid=17413 vsize=10544872 CPUtime=1794.14 cores=1,3,5,7
/proc/17415/task/17417/stat : 17417 (java) R 17413 17415 14185 0 -1 4202560 651009 0 1 0 179324 90 0 0 25 0 19 0 883839781 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 46912505970793 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17415/tid=17418] ppid=17413 vsize=10544872 CPUtime=0.77 cores=1,3,5,7
/proc/17415/task/17418/stat : 17418 (java) S 17413 17415 14185 0 -1 4202560 51807 0 0 0 69 8 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17419] ppid=17413 vsize=10544872 CPUtime=0.5 cores=1,3,5,7
/proc/17415/task/17419/stat : 17419 (java) S 17413 17415 14185 0 -1 4202560 30402 0 0 0 47 3 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17420] ppid=17413 vsize=10544872 CPUtime=0.52 cores=1,3,5,7
/proc/17415/task/17420/stat : 17420 (java) S 17413 17415 14185 0 -1 4202560 34615 0 0 0 48 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17421] ppid=17413 vsize=10544872 CPUtime=0.44 cores=1,3,5,7
/proc/17415/task/17421/stat : 17421 (java) S 17413 17415 14185 0 -1 4202560 28329 0 0 0 40 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17422] ppid=17413 vsize=10544872 CPUtime=0.59 cores=1,3,5,7
/proc/17415/task/17422/stat : 17422 (java) S 17413 17415 14185 0 -1 4202560 37173 0 0 0 55 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17423] ppid=17413 vsize=10544872 CPUtime=0.49 cores=1,3,5,7
/proc/17415/task/17423/stat : 17423 (java) S 17413 17415 14185 0 -1 4202560 32838 0 0 0 45 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17424] ppid=17413 vsize=10544872 CPUtime=0.82 cores=1,3,5,7
/proc/17415/task/17424/stat : 17424 (java) S 17413 17415 14185 0 -1 4202560 51576 0 0 0 75 7 0 0 19 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17425] ppid=17413 vsize=10544872 CPUtime=0.41 cores=1,3,5,7
/proc/17415/task/17425/stat : 17425 (java) S 17413 17415 14185 0 -1 4202560 32688 0 0 0 37 4 0 0 18 0 19 0 883839783 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
[pid=17415/tid=17426] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17426/stat : 17426 (java) S 17413 17415 14185 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 0 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17427] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17427/stat : 17427 (java) S 17413 17415 14185 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17428] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17428/stat : 17428 (java) S 17413 17415 14185 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 883839784 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17429] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17429/stat : 17429 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273440177 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17430] ppid=17413 vsize=10544872 CPUtime=0.68 cores=1,3,5,7
/proc/17415/task/17430/stat : 17430 (java) S 17413 17415 14185 0 -1 4202560 4912 0 0 0 68 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 3 0 0 0
[pid=17415/tid=17431] ppid=17413 vsize=10544872 CPUtime=0.54 cores=1,3,5,7
/proc/17415/task/17431/stat : 17431 (java) S 17413 17415 14185 0 -1 4202560 1957 0 0 0 54 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17432] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17432/stat : 17432 (java) S 17413 17415 14185 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273432473 0 4 0 16800975 18446604458939997056 0 0 -1 1 0 0 0
[pid=17415/tid=17433] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17433/stat : 17433 (java) S 17413 17415 14185 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 883839786 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 5 0 0 0
[pid=17415/tid=17434] ppid=17413 vsize=10544872 CPUtime=0 cores=1,3,5,7
/proc/17415/task/17434/stat : 17434 (java) S 17413 17415 14185 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 19 0 883841243 10797948928 955426 33554432000 1073741824 1073778376 140736717300144 18446744073709551615 254273433088 0 4 0 16800975 18446604458939997056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 10544872

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

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

[startup+1795.41 s]
/proc/loadavg: 1.01 1.01 1.14 2/174 17512
/proc/meminfo: memFree=2950240/32951124 swapFree=67057920/67111528
[pid=17415] ppid=17413 vsize=0 CPUtime=1800.13 cores=1,3,5,7
/proc/17415/stat : 17415 (java) Z 17413 17415 14185 0 -1 4203548 958604 0 1 0 179868 145 0 0 17 0 2 0 883839780 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/17415/statm: 0 0 0 0 0 0 0
[pid=17415/tid=17417] ppid=17413 vsize=0 CPUtime=1794.24 cores=1,3,5,7
/proc/17415/task/17417/stat : 17417 (java) R 17413 17415 14185 0 -1 4203588 651009 0 1 0 179325 99 0 0 25 0 2 0 883839781 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.48
CPU time (s): 1800.2
CPU user time (s): 1798.68
CPU system time (s): 1.51777
CPU usage (%): 100.263
Max. virtual memory (cumulated for all children) (KiB): 10544872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 1.51777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 958604
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= 36769
involuntary context switches= 4836

runsolver used 2.71759 second user time and 7.08592 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-12 23:30:45
IDJOB=3493037
IDBENCH=79648
IDSOLVER=1982
FILE ID=node140/3493037-1307914243
RUNJOBID= node140-1307908248-16323
PBS_JOBID= 13559568
Free space on /var/tmp= 2824 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph13_wcsp.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3493037-1307914243/watcher-3493037-1307914243 -o /var/tmp/evaluation-result-3493037-1307914243/solver-3493037-1307914243 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3493037-1307914243.wbo

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

MD5SUM BENCH= 0e82f4b503d348a993f5f25b1601fee8
RANDOM SEED=264163675

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1655984 kB
Buffers:         67672 kB
Cached:       29763492 kB
SwapCached:       7412 kB
Active:       15865260 kB
Inactive:     14484116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1655984 kB
SwapTotal:    67111528 kB
SwapFree:     67057920 kB
Dirty:           89000 kB
Writeback:           0 kB
AnonPages:      516008 kB
Mapped:          21484 kB
Slab:           878676 kB
PageTables:       5752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10547396 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 /var/tmp at the end= 2824 MiB
End job on node140 at 2011-06-13 00:00:42