Trace number 3493692

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 MUS 2.3.0-SNAPSHOT 2011-02-06? (TO) 1800.3 1796.99

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.010-NOTKNOWN.cnf
MD5SUMabbb056568da53d196de18eea9d5106c
Bench CategoryAPPLICATION (applications 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 variables315606
Number of clauses1693500
Sum of the clauses size4024360
Maximum clause length982
Minimum clause length1
Number of clauses of size 1720
Number of clauses of size 21678660
Number of clauses of size 380
Number of clauses of size 4320
Number of clauses of size 5800
Number of clauses of size over 512920

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.0.v20110206
0.07/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.07	c java.vm.version	19.1-b02
0.07/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.07	c sun.arch.data.model	64
0.07/0.07	c java.version		1.6.0_24
0.07/0.07	c os.name		Linux
0.07/0.07	c os.version		2.6.18-164.el5
0.07/0.07	c os.arch		amd64
0.07/0.07	c Free memory 		5997854704
0.07/0.07	c Max memory 		6029312000
0.07/0.07	c Total memory 		6029312000
0.07/0.07	c Number of processors 	8
0.07/0.09	c Explanation (MUS) enabled solver
0.07/0.09	c QuickXplain (AAAI 2004 version) minimization strategy
0.07/0.09	c --- Begin Solver configuration ---
0.07/0.09	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1d73831b
0.07/0.09	c Learn all clauses as in MiniSAT
0.07/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.07/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.07/0.09	c Expensive reason simplification
0.07/0.09	c Armin Biere (Picosat) restarts strategy
0.07/0.09	c Glucose learned constraints deletion strategy
0.07/0.09	c timeout=2147483647s
0.07/0.09	c DB Simplification allowed=true
0.07/0.09	c --- End Solver configuration ---
0.07/0.09	c solving HOME/instance-3493692-1307809813.cnf
0.07/0.09	c reading problem ... 
2.13/2.07	c ... done. Wall clock time 1.982s.
2.13/2.07	c #vars     2009106
2.13/2.07	c #constraints  1693500
2.13/2.07	c constraints type 
2.13/2.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1692780
2.13/2.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 720
54.48/53.87	c cleaning 2494 clauses out of 5001 with flag 5001/5001
163.06/161.20	c cleaning 4244 clauses out of 8509 with flag 11003/11003
299.74/297.88	c cleaning 5624 clauses out of 11262 with flag 18000/18000
560.46/558.35	c cleaning 6806 clauses out of 13639 with flag 26001/26001
925.23/922.46	c cleaning 7909 clauses out of 15838 with flag 35006/35006
1800.08/1796.81	c starts		: 187
1800.08/1796.81	c conflicts		: 41687
1800.08/1796.81	c decisions		: 242002
1800.08/1796.81	c propagations		: 178410295
1800.08/1796.81	c inspects		: 1056720196
1800.08/1796.81	c shortcuts		: 0
1800.08/1796.81	c learnt literals	: 0
1800.08/1796.81	c learnt binary clauses	: 0
1800.08/1796.81	c learnt ternary clauses	: 0
1800.08/1796.81	c learnt constraints	: 41686
1800.08/1796.81	c ignored constraints	: 0
1800.08/1796.81	c root simplifications	: 0
1800.08/1796.81	c removed literals (reason simplification)	: 19041636
1800.08/1796.81	c reason swapping (by a shorter reason)	: 0
1800.08/1796.81	c Calls to reduceDB	: 5
1800.08/1796.81	c speed (assignments/second)	: 99414.46642197111
1800.08/1796.81	c non guided choices	2954
1800.08/1796.84	c learnt constraints type 
1800.08/1796.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14609
1800.08/1796.84	c constraints type 
1800.08/1796.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1692780
1800.08/1796.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 720
1800.08/1796.84	s UNKNOWN
1800.08/1796.84	c Total wall clock time (in seconds) : 1796.716

Verifier Data

ERROR: Unexpected answer ! (UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3493692-1307809813/watcher-3493692-1307809813 -o /tmp/evaluation-result-3493692-1307809813/solver-3493692-1307809813 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3493692-1307809813.cnf 

running on 2 cores: 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): 1850 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: 0.92 1.02 1.68 7/241 24122
/proc/meminfo: memFree=31286728/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=33748 CPUtime=0 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 1288 0 0 0 0 0 0 0 22 0 2 0 625172629 34557952 1002 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 8424 999 768 9 0 386 0
[pid=24122/tid=24123] ppid=24120 vsize=33696 CPUtime=0 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 178 0 0 0 0 0 0 0 25 0 2 0 625172629 34504704 1000 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268655738503 0 0 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0735789 s]
/proc/loadavg: 0.92 1.02 1.68 7/241 24122
/proc/meminfo: memFree=31286728/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6363732 CPUtime=0.07 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 8655 0 1 0 6 1 0 0 22 0 18 0 625172629 6516461568 8350 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1590933 8350 1751 9 0 1581671 0
[pid=24122/tid=24123] ppid=24120 vsize=6363732 CPUtime=0.05 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 7479 0 1 0 5 0 0 0 25 0 18 0 625172629 6516461568 8350 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672488779 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6363732

[startup+0.100576 s]
/proc/loadavg: 0.92 1.02 1.68 7/241 24122
/proc/meminfo: memFree=31286728/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6364156 CPUtime=0.09 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 9781 0 1 0 8 1 0 0 22 0 18 0 625172629 6516895744 9478 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1591039 9498 1754 9 0 1581777 0
[pid=24122/tid=24123] ppid=24120 vsize=6364156 CPUtime=0.08 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 8638 0 1 0 8 0 0 0 25 0 18 0 625172629 6516895744 9509 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 47269483771528 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6364156

[startup+0.300506 s]
/proc/loadavg: 0.92 1.02 1.68 7/241 24122
/proc/meminfo: memFree=31286728/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6431556 CPUtime=0.44 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 22237 0 1 0 42 2 0 0 22 0 18 0 625172629 6585913344 21473 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1607889 21473 2195 9 0 1598627 0
[pid=24122/tid=24123] ppid=24120 vsize=6431556 CPUtime=0.25 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 19126 0 1 0 24 1 0 0 25 0 18 0 625172629 6585913344 21473 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 46912505491732 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 6431556

[startup+0.700435 s]
/proc/loadavg: 0.92 1.02 1.68 7/241 24122
/proc/meminfo: memFree=31286728/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6431556 CPUtime=0.84 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 65932 0 1 0 75 9 0 0 22 0 18 0 625172629 6585913344 65168 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1607889 65168 2195 9 0 1598627 0
[pid=24122/tid=24123] ppid=24120 vsize=6431556 CPUtime=0.66 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 62821 0 1 0 58 8 0 0 25 0 18 0 625172629 6585913344 65168 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 46912505492027 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 6431556

[startup+1.50134 s]
/proc/loadavg: 0.92 1.02 1.68 6/261 24142
/proc/meminfo: memFree=30842364/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6431556 CPUtime=1.64 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 148469 0 1 0 145 19 0 0 22 0 18 0 625172629 6585913344 147704 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1607889 147707 2196 9 0 1598627 0
[pid=24122/tid=24123] ppid=24120 vsize=6431556 CPUtime=1.46 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 145362 0 1 0 128 18 0 0 25 0 18 0 625172629 6585913344 147709 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 46912505514772 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24122/tid=24125] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24125/stat : 24125 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 625172630 6585913344 147712 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24126] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24126/stat : 24126 (java) S 24120 24122 22467 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 625172630 6585913344 147714 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24127] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24127/stat : 24127 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 625172630 6585913344 147716 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24128] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24128/stat : 24128 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 625172630 6585913344 147718 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24129] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24129/stat : 24129 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 625172630 6585913344 147721 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24130] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24130/stat : 24130 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 625172630 6585913344 147723 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24131] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24131/stat : 24131 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 625172630 6585913344 147725 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24132] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24132/stat : 24132 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 625172630 6585913344 147728 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24133] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24133/stat : 24133 (java) S 24120 24122 22467 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 625172631 6585913344 147730 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 0 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24134] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24134/stat : 24134 (java) S 24120 24122 22467 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 625172632 6585913344 147732 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24135] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24135/stat : 24135 (java) S 24120 24122 22467 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 625172632 6585913344 147735 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24136] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24136/stat : 24136 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 625172634 6585913344 147737 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672485809 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24137] ppid=24120 vsize=6431556 CPUtime=0.09 cores=5,7
/proc/24122/task/24137/stat : 24137 (java) S 24120 24122 22467 0 -1 4202560 1008 0 0 0 9 0 0 0 25 0 18 0 625172634 6585913344 147739 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24138] ppid=24120 vsize=6431556 CPUtime=0.07 cores=5,7
/proc/24122/task/24138/stat : 24138 (java) S 24120 24122 22467 0 -1 4202560 951 0 0 0 7 0 0 0 25 0 18 0 625172634 6585913344 147742 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24139] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24139/stat : 24139 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 625172634 6585913344 147744 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24140] ppid=24120 vsize=6431556 CPUtime=0 cores=5,7
/proc/24122/task/24140/stat : 24140 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 625172634 6585913344 147746 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 6431556

[startup+3.10105 s]
/proc/loadavg: 1.25 1.09 1.70 6/261 24142
/proc/meminfo: memFree=30395716/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6434608 CPUtime=3.6 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 241886 0 1 0 332 28 0 0 22 0 19 0 625172629 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1608652 238398 2221 9 0 1599390 0
[pid=24122/tid=24123] ppid=24120 vsize=6434608 CPUtime=2.9 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 235031 0 1 0 263 27 0 0 25 0 19 0 625172629 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 46912505824713 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24122/tid=24125] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24125/stat : 24125 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24126] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24126/stat : 24126 (java) S 24120 24122 22467 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 625172630 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24127] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24127/stat : 24127 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24128] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24128/stat : 24128 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24129] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24129/stat : 24129 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24130] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24130/stat : 24130 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24131] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24131/stat : 24131 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24132] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24132/stat : 24132 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24133] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24133/stat : 24133 (java) S 24120 24122 22467 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 625172631 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 0 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24134] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24134/stat : 24134 (java) S 24120 24122 22467 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 625172632 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24135] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24135/stat : 24135 (java) S 24120 24122 22467 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 625172632 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24136] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24136/stat : 24136 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672485809 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24137] ppid=24120 vsize=6434608 CPUtime=0.35 cores=5,7
/proc/24122/task/24137/stat : 24137 (java) S 24120 24122 22467 0 -1 4202560 3279 0 0 0 35 0 0 0 16 0 19 0 625172634 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24138] ppid=24120 vsize=6434608 CPUtime=0.33 cores=5,7
/proc/24122/task/24138/stat : 24138 (java) S 24120 24122 22467 0 -1 4202560 2414 0 0 0 33 0 0 0 16 0 19 0 625172634 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24139] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24139/stat : 24139 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24140] ppid=24120 vsize=6434608 CPUtime=0 cores=5,7
/proc/24122/task/24140/stat : 24140 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 625172634 6589038592 238398 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 6434608

[startup+6.30149 s]
/proc/loadavg: 1.25 1.09 1.70 5/262 24143
/proc/meminfo: memFree=29966292/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6433284 CPUtime=6.96 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 245170 0 1 0 667 29 0 0 22 0 19 0 625172629 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1608321 240504 2224 9 0 1599059 0
[pid=24122/tid=24123] ppid=24120 vsize=6433284 CPUtime=6.09 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 237432 0 1 0 582 27 0 0 18 0 19 0 625172629 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 46912505687520 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24122/tid=24125] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24125/stat : 24125 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24126] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24126/stat : 24126 (java) S 24120 24122 22467 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 625172630 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24127] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24127/stat : 24127 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24128] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24128/stat : 24128 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24129] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24129/stat : 24129 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24130] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24130/stat : 24130 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24131] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24131/stat : 24131 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24132] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24132/stat : 24132 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172630 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24133] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24133/stat : 24133 (java) S 24120 24122 22467 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 625172631 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 0 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24134] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24134/stat : 24134 (java) S 24120 24122 22467 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 625172632 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24135] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24135/stat : 24135 (java) S 24120 24122 22467 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 625172632 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24136] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24136/stat : 24136 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672485809 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24137] ppid=24120 vsize=6433284 CPUtime=0.51 cores=5,7
/proc/24122/task/24137/stat : 24137 (java) S 24120 24122 22467 0 -1 4202560 4161 0 0 0 51 0 0 0 15 0 19 0 625172634 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24138] ppid=24120 vsize=6433284 CPUtime=0.33 cores=5,7
/proc/24122/task/24138/stat : 24138 (java) S 24120 24122 22467 0 -1 4202560 2414 0 0 0 33 0 0 0 15 0 19 0 625172634 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24139] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24139/stat : 24139 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24140] ppid=24120 vsize=6433284 CPUtime=0 cores=5,7
/proc/24122/task/24140/stat : 24140 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 625172634 6587682816 240504 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0

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

/proc/24122/task/24135/stat : 24135 (java) S 24120 24122 22467 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 625172632 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24136] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24136/stat : 24136 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672485809 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24137] ppid=24120 vsize=6436016 CPUtime=0.53 cores=5,7
/proc/24122/task/24137/stat : 24137 (java) S 24120 24122 22467 0 -1 4202560 4175 0 0 0 53 0 0 0 16 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24138] ppid=24120 vsize=6436016 CPUtime=0.42 cores=5,7
/proc/24122/task/24138/stat : 24138 (java) S 24120 24122 22467 0 -1 4202560 3199 0 0 0 42 0 0 0 15 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24139] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24139/stat : 24139 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24140] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24140/stat : 24140 (java) S 24120 24122 22467 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24143] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24143/stat : 24143 (java) S 24120 24122 22467 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 625172903 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1665.57
Current children cumulated vsize (KiB) 6436016

[startup+1722.3 s]
/proc/loadavg: 4.01 4.05 3.67 5/262 17312
/proc/meminfo: memFree=15833180/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6436016 CPUtime=1725.58 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 1109993 0 1 0 172424 134 0 0 22 0 19 0 625172629 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1609004 1099272 2254 9 0 1599742 0
[pid=24122/tid=24123] ppid=24120 vsize=6436016 CPUtime=1709.42 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 391493 0 1 0 170898 44 0 0 25 0 19 0 625172629 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 46912505907452 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24122/tid=24125] ppid=24120 vsize=6436016 CPUtime=0.91 cores=5,7
/proc/24122/task/24125/stat : 24125 (java) S 24120 24122 22467 0 -1 4202560 85600 0 0 0 81 10 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24126] ppid=24120 vsize=6436016 CPUtime=1.32 cores=5,7
/proc/24122/task/24126/stat : 24126 (java) S 24120 24122 22467 0 -1 4202560 136725 0 0 0 114 18 0 0 15 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24127] ppid=24120 vsize=6436016 CPUtime=1.03 cores=5,7
/proc/24122/task/24127/stat : 24127 (java) S 24120 24122 22467 0 -1 4202560 105237 0 0 0 90 13 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24128] ppid=24120 vsize=6436016 CPUtime=0.63 cores=5,7
/proc/24122/task/24128/stat : 24128 (java) S 24120 24122 22467 0 -1 4202560 43954 0 0 0 58 5 0 0 15 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24129] ppid=24120 vsize=6436016 CPUtime=0.17 cores=5,7
/proc/24122/task/24129/stat : 24129 (java) S 24120 24122 22467 0 -1 4202560 37131 0 0 0 14 3 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24130] ppid=24120 vsize=6436016 CPUtime=0.47 cores=5,7
/proc/24122/task/24130/stat : 24130 (java) S 24120 24122 22467 0 -1 4202560 72956 0 0 0 37 10 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24131] ppid=24120 vsize=6436016 CPUtime=0.24 cores=5,7
/proc/24122/task/24131/stat : 24131 (java) S 24120 24122 22467 0 -1 4202560 39542 0 0 0 19 5 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24132] ppid=24120 vsize=6436016 CPUtime=0.42 cores=5,7
/proc/24122/task/24132/stat : 24132 (java) S 24120 24122 22467 0 -1 4202560 81347 0 0 0 33 9 0 0 15 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24133] ppid=24120 vsize=6436016 CPUtime=9.89 cores=5,7
/proc/24122/task/24133/stat : 24133 (java) S 24120 24122 22467 0 -1 4202560 107382 0 0 0 979 10 0 0 15 0 19 0 625172631 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 0 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24134] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24134/stat : 24134 (java) S 24120 24122 22467 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 625172632 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24135] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24135/stat : 24135 (java) S 24120 24122 22467 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 625172632 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24136] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24136/stat : 24136 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672485809 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24137] ppid=24120 vsize=6436016 CPUtime=0.53 cores=5,7
/proc/24122/task/24137/stat : 24137 (java) S 24120 24122 22467 0 -1 4202560 4175 0 0 0 53 0 0 0 16 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24138] ppid=24120 vsize=6436016 CPUtime=0.42 cores=5,7
/proc/24122/task/24138/stat : 24138 (java) S 24120 24122 22467 0 -1 4202560 3199 0 0 0 42 0 0 0 15 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24139] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24139/stat : 24139 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24140] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24140/stat : 24140 (java) S 24120 24122 22467 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24143] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24143/stat : 24143 (java) S 24120 24122 22467 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 625172903 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1725.58
Current children cumulated vsize (KiB) 6436016

[startup+1782.3 s]
/proc/loadavg: 4.00 4.04 3.69 5/262 18107
/proc/meminfo: memFree=14675796/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6436016 CPUtime=1785.58 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 1109995 0 1 0 178424 134 0 0 22 0 19 0 625172629 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1609004 1099272 2254 9 0 1599742 0
[pid=24122/tid=24123] ppid=24120 vsize=6436016 CPUtime=1769.43 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 391493 0 1 0 176899 44 0 0 25 0 19 0 625172629 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 46912505715968 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24122/tid=24125] ppid=24120 vsize=6436016 CPUtime=0.91 cores=5,7
/proc/24122/task/24125/stat : 24125 (java) S 24120 24122 22467 0 -1 4202560 85600 0 0 0 81 10 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24126] ppid=24120 vsize=6436016 CPUtime=1.32 cores=5,7
/proc/24122/task/24126/stat : 24126 (java) S 24120 24122 22467 0 -1 4202560 136725 0 0 0 114 18 0 0 15 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24127] ppid=24120 vsize=6436016 CPUtime=1.03 cores=5,7
/proc/24122/task/24127/stat : 24127 (java) S 24120 24122 22467 0 -1 4202560 105237 0 0 0 90 13 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24128] ppid=24120 vsize=6436016 CPUtime=0.63 cores=5,7
/proc/24122/task/24128/stat : 24128 (java) S 24120 24122 22467 0 -1 4202560 43954 0 0 0 58 5 0 0 15 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24129] ppid=24120 vsize=6436016 CPUtime=0.17 cores=5,7
/proc/24122/task/24129/stat : 24129 (java) S 24120 24122 22467 0 -1 4202560 37131 0 0 0 14 3 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24130] ppid=24120 vsize=6436016 CPUtime=0.47 cores=5,7
/proc/24122/task/24130/stat : 24130 (java) S 24120 24122 22467 0 -1 4202560 72956 0 0 0 37 10 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24131] ppid=24120 vsize=6436016 CPUtime=0.24 cores=5,7
/proc/24122/task/24131/stat : 24131 (java) S 24120 24122 22467 0 -1 4202560 39542 0 0 0 19 5 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24132] ppid=24120 vsize=6436016 CPUtime=0.42 cores=5,7
/proc/24122/task/24132/stat : 24132 (java) S 24120 24122 22467 0 -1 4202560 81347 0 0 0 33 9 0 0 15 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24133] ppid=24120 vsize=6436016 CPUtime=9.89 cores=5,7
/proc/24122/task/24133/stat : 24133 (java) S 24120 24122 22467 0 -1 4202560 107382 0 0 0 979 10 0 0 15 0 19 0 625172631 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 0 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24134] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24134/stat : 24134 (java) S 24120 24122 22467 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 625172632 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24135] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24135/stat : 24135 (java) S 24120 24122 22467 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 625172632 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24136] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24136/stat : 24136 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672485809 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24137] ppid=24120 vsize=6436016 CPUtime=0.53 cores=5,7
/proc/24122/task/24137/stat : 24137 (java) S 24120 24122 22467 0 -1 4202560 4175 0 0 0 53 0 0 0 16 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24138] ppid=24120 vsize=6436016 CPUtime=0.42 cores=5,7
/proc/24122/task/24138/stat : 24138 (java) S 24120 24122 22467 0 -1 4202560 3199 0 0 0 42 0 0 0 15 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24139] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24139/stat : 24139 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24140] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24140/stat : 24140 (java) S 24120 24122 22467 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24143] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24143/stat : 24143 (java) S 24120 24122 22467 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 625172903 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (KiB) 6436016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 3.91 4.02 3.69 3/201 18284
/proc/meminfo: memFree=27458280/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=6436016 CPUtime=1800.08 cores=5,7
/proc/24122/stat : 24122 (java) S 24120 24122 22467 0 -1 4202496 1109997 0 1 0 179874 134 0 0 22 0 19 0 625172629 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 1609004 1099272 2254 9 0 1599742 0
[pid=24122/tid=24123] ppid=24120 vsize=6436016 CPUtime=1783.93 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4202560 391493 0 1 0 178349 44 0 0 25 0 19 0 625172629 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 46912505858804 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=24122/tid=24125] ppid=24120 vsize=6436016 CPUtime=0.91 cores=5,7
/proc/24122/task/24125/stat : 24125 (java) S 24120 24122 22467 0 -1 4202560 85600 0 0 0 81 10 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24126] ppid=24120 vsize=6436016 CPUtime=1.32 cores=5,7
/proc/24122/task/24126/stat : 24126 (java) S 24120 24122 22467 0 -1 4202560 136725 0 0 0 114 18 0 0 15 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24127] ppid=24120 vsize=6436016 CPUtime=1.03 cores=5,7
/proc/24122/task/24127/stat : 24127 (java) S 24120 24122 22467 0 -1 4202560 105237 0 0 0 90 13 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24128] ppid=24120 vsize=6436016 CPUtime=0.63 cores=5,7
/proc/24122/task/24128/stat : 24128 (java) S 24120 24122 22467 0 -1 4202560 43954 0 0 0 58 5 0 0 15 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24129] ppid=24120 vsize=6436016 CPUtime=0.17 cores=5,7
/proc/24122/task/24129/stat : 24129 (java) S 24120 24122 22467 0 -1 4202560 37131 0 0 0 14 3 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24130] ppid=24120 vsize=6436016 CPUtime=0.47 cores=5,7
/proc/24122/task/24130/stat : 24130 (java) S 24120 24122 22467 0 -1 4202560 72956 0 0 0 37 10 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24131] ppid=24120 vsize=6436016 CPUtime=0.24 cores=5,7
/proc/24122/task/24131/stat : 24131 (java) S 24120 24122 22467 0 -1 4202560 39542 0 0 0 19 5 0 0 16 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24132] ppid=24120 vsize=6436016 CPUtime=0.42 cores=5,7
/proc/24122/task/24132/stat : 24132 (java) S 24120 24122 22467 0 -1 4202560 81347 0 0 0 33 9 0 0 15 0 19 0 625172630 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24133] ppid=24120 vsize=6436016 CPUtime=9.89 cores=5,7
/proc/24122/task/24133/stat : 24133 (java) S 24120 24122 22467 0 -1 4202560 107382 0 0 0 979 10 0 0 15 0 19 0 625172631 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 0 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24134] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24134/stat : 24134 (java) S 24120 24122 22467 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 625172632 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24135] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24135/stat : 24135 (java) S 24120 24122 22467 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 625172632 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24136] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24136/stat : 24136 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672485809 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24137] ppid=24120 vsize=6436016 CPUtime=0.53 cores=5,7
/proc/24122/task/24137/stat : 24137 (java) S 24120 24122 22467 0 -1 4202560 4175 0 0 0 53 0 0 0 16 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24138] ppid=24120 vsize=6436016 CPUtime=0.42 cores=5,7
/proc/24122/task/24138/stat : 24138 (java) S 24120 24122 22467 0 -1 4202560 3199 0 0 0 42 0 0 0 15 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24139] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24139/stat : 24139 (java) S 24120 24122 22467 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478105 0 4 0 16800975 18446604460390069376 0 0 -1 5 0 0 0
[pid=24122/tid=24140] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24140/stat : 24140 (java) S 24120 24122 22467 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 625172634 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
[pid=24122/tid=24143] ppid=24120 vsize=6436016 CPUtime=0 cores=5,7
/proc/24122/task/24143/stat : 24143 (java) S 24120 24122 22467 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 625172903 6590480384 1099272 33554432000 1073741824 1073778376 140734970809936 18446744073709551615 268672478720 0 4 0 16800975 18446604460390069376 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 6436016

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

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

[startup+1796.91 s]
/proc/loadavg: 3.91 4.02 3.69 3/201 18284
/proc/meminfo: memFree=27458280/32951124 swapFree=67055708/67111528
[pid=24122] ppid=24120 vsize=0 CPUtime=1800.22 cores=5,7
/proc/24122/stat : 24122 (java) Z 24120 24122 22467 0 -1 4203548 1110027 0 1 0 179881 141 0 0 17 0 2 0 625172629 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/24122/statm: 0 0 0 0 0 0 0
[pid=24122/tid=24123] ppid=24120 vsize=0 CPUtime=1784.03 cores=5,7
/proc/24122/task/24123/stat : 24123 (java) R 24120 24122 22467 0 -1 4203588 391493 0 1 0 178352 51 0 0 25 0 2 0 625172629 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.99
CPU time (s): 1800.3
CPU user time (s): 1798.82
CPU system time (s): 1.48877
CPU usage (%): 100.185
Max. virtual memory (cumulated for all children) (KiB): 6436016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.82
system time used= 1.48877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1110027
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= 36935
involuntary context switches= 9461

runsolver used 2.81457 second user time and 7.01293 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-11 18:30:14
IDJOB=3493692
IDBENCH=82385
IDSOLVER=1972
FILE ID=node107/3493692-1307809813
RUNJOBID= node107-1307809812-24014
PBS_JOBID= 13551069
Free space on /tmp= 74084 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/application/rintanen/SATPlanning/transport-transport-city-sequential-35nodes-1000size-4degree-100mindistance-4trucks-14packages-2008seed.010-NOTKNOWN.cnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3493692-1307809813/watcher-3493692-1307809813 -o /tmp/evaluation-result-3493692-1307809813/solver-3493692-1307809813 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3493692-1307809813.cnf

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

MD5SUM BENCH= abbb056568da53d196de18eea9d5106c
RANDOM SEED=385192006

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31292728 kB
Buffers:        174480 kB
Cached:         681252 kB
SwapCached:      19468 kB
Active:         890988 kB
Inactive:       575452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31292728 kB
SwapTotal:    67111528 kB
SwapFree:     67055708 kB
Dirty:           50092 kB
Writeback:           0 kB
AnonPages:      609248 kB
Mapped:          20652 kB
Slab:           124000 kB
PageTables:       7124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18924100 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= 74100 MiB
End job on node107 at 2011-06-11 19:00:12