Trace number 2658908

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 PB Resolution 2.2.0 2010-05-26? (TO) 1800.16 1783.89

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark786.704
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658908-1276340436.opb
0.24/0.20	c reading problem ... 
7.37/5.81	c ... done. Wall clock time 5.602s.
7.37/5.81	c #vars     109757
7.37/5.81	c #constraints  313451
7.37/5.81	c constraints type 
7.37/5.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
7.37/5.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
7.37/5.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
29.12/26.03	c cleaning 2480 clauses out of 4995 with flag 5000/5000
49.30/45.67	c cleaning 4234 clauses out of 8514 with flag 11000/11000
75.87/72.08	c cleaning 5631 clauses out of 11280 with flag 18000/18000
105.28/101.24	c cleaning 6809 clauses out of 13651 with flag 26003/26003
130.21/125.97	c cleaning 7917 clauses out of 15839 with flag 35000/35000
165.62/161.11	c cleaning 8954 clauses out of 17922 with flag 45000/45000
214.23/209.59	c cleaning 9969 clauses out of 19968 with flag 56000/56000
241.72/236.88	c cleaning 10992 clauses out of 22000 with flag 68001/68001
303.71/298.55	c cleaning 11983 clauses out of 24008 with flag 81001/81001
334.76/329.33	c cleaning 12976 clauses out of 26023 with flag 95000/95000
369.82/364.12	c cleaning 14022 clauses out of 28045 with flag 110000/110000
422.64/416.68	c cleaning 15010 clauses out of 30026 with flag 126003/126003
466.16/459.86	c cleaning 15985 clauses out of 32013 with flag 143000/143000
509.82/503.20	c cleaning 16997 clauses out of 34028 with flag 161000/161000
560.06/553.19	c cleaning 17984 clauses out of 36031 with flag 180000/180000
615.67/608.26	c cleaning 19007 clauses out of 38045 with flag 200000/200000
662.30/654.56	c cleaning 20007 clauses out of 40038 with flag 221000/221000
712.46/704.39	c cleaning 20988 clauses out of 42031 with flag 243000/243000
765.81/757.35	c cleaning 22004 clauses out of 44044 with flag 266001/266001
830.07/821.00	c cleaning 23001 clauses out of 46041 with flag 290003/290003
897.98/888.53	c cleaning 24012 clauses out of 48038 with flag 315001/315001
965.44/955.66	c cleaning 24998 clauses out of 50026 with flag 341001/341001
1035.48/1025.29	c cleaning 26010 clauses out of 52028 with flag 368001/368001
1109.44/1098.61	c cleaning 26984 clauses out of 54017 with flag 396000/396000
1201.84/1190.39	c cleaning 28004 clauses out of 56033 with flag 425001/425001
1285.46/1273.31	c cleaning 28998 clauses out of 58029 with flag 455001/455001
1352.99/1340.31	c cleaning 30003 clauses out of 60030 with flag 486000/486000
1489.27/1475.75	c cleaning 30971 clauses out of 62027 with flag 518000/518000
1607.24/1592.71	c cleaning 32015 clauses out of 64059 with flag 551003/551003
1709.81/1694.45	c cleaning 33002 clauses out of 66044 with flag 585003/585003
1793.66/1777.58	c cleaning 34001 clauses out of 68039 with flag 620000/620000
1800.03/1783.82	c starts		: 166
1800.03/1783.82	c conflicts		: 623061
1800.03/1783.82	c decisions		: 1972851
1800.03/1783.82	c propagations		: 1087992937
1800.03/1783.82	c inspects		: 3389937380
1800.03/1783.82	c learnt literals	: 14
1800.03/1783.82	c learnt binary clauses	: 254
1800.03/1783.82	c learnt ternary clauses	: 792
1800.03/1783.82	c learnt clauses	: 623047
1800.03/1783.82	c ignored clauses	: 0
1800.03/1783.82	c root simplifications	: 0
1800.03/1783.82	c removed literals (reason simplification)	: 6559716
1800.03/1783.82	c reason swapping (by a shorter reason)	: 0
1800.03/1783.82	c Calls to reduceDB	: 31
1800.03/1783.82	c number of reductions to clauses (during analyze)	: 0
1800.03/1783.82	c number of learned constraints concerned by reduction	: 0
1800.03/1783.82	c number of learning phase by resolution	: 0
1800.03/1783.82	c number of learning phase by cutting planes	: 0
1800.03/1783.82	c speed (assignments/second)	: 611979.0828916425
1800.03/1783.82	c non guided choices	22742
1800.03/1783.84	c learnt constraints type 
1800.03/1783.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 36846
1800.03/1783.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 254
1800.03/1783.84	c constraints type 
1800.03/1783.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
1800.03/1783.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
1800.03/1783.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
1800.03/1783.84	s UNKNOWN
1800.03/1783.84	c Total wall clock time (in seconds): 1783.636

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658908-1276340436/watcher-2658908-1276340436 -o /tmp/evaluation-result-2658908-1276340436/solver-2658908-1276340436 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658908-1276340436.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.05 3/107 11177
/proc/meminfo: memFree=1727480/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1832 CPUtime=0
/proc/11177/stat : 11177 (java6) R 11175 11177 10268 0 -1 4194304 253 0 0 0 0 0 0 0 19 0 1 0 7699366 1875968 155 1992294400 134512640 134550932 4288836128 18446744073709551615 9259216 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11177/statm: 458 157 119 10 0 63 0

[startup+0.0947239 s]
/proc/loadavg: 0.92 0.98 1.05 3/107 11177
/proc/meminfo: memFree=1727480/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1521796 CPUtime=0.08
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 3870 0 1 0 6 2 0 0 18 0 7 0 7699366 1558319104 3310 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 380449 3310 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.101723 s]
/proc/loadavg: 0.92 0.98 1.05 3/107 11177
/proc/meminfo: memFree=1727480/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1524184 CPUtime=0.08
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 3961 0 1 0 6 2 0 0 18 0 12 0 7699366 1560764416 3399 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301741 s]
/proc/loadavg: 0.92 0.98 1.05 3/107 11177
/proc/meminfo: memFree=1727480/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1526236 CPUtime=0.35
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 5892 0 1 0 32 3 0 0 18 0 12 0 7699366 1562865664 5328 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 381559 5328 1361 10 0 378861 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526236

[startup+0.70178 s]
/proc/loadavg: 0.92 0.98 1.05 3/107 11177
/proc/meminfo: memFree=1727480/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1527888 CPUtime=1.13
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 7799 0 1 0 109 4 0 0 18 0 12 0 7699366 1564557312 7235 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 381972 7235 1402 10 0 379274 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1527888

[startup+1.50084 s]
/proc/loadavg: 0.92 0.98 1.05 4/119 11189
/proc/meminfo: memFree=1685908/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1530452 CPUtime=2.17
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 24765 0 1 0 205 12 0 0 18 0 12 0 7699366 1567182848 24039 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 382613 24040 1404 10 0 379915 0
[pid=11177/tid=11179] ppid=11175 vsize=1530452 CPUtime=1.47
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 21975 0 1 0 137 10 0 0 19 0 12 0 7699367 1567182848 24041 1992294400 134512640 134550932 4294672608 18446744073709551615 4109846429 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 7699369 1567182848 24042 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 7699369 1567182848 24044 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7699370 1567182848 24045 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 7699371 1567182848 24046 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 7699371 1567182848 24047 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7699375 1567182848 24049 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=1530452 CPUtime=0.24
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10268 0 -1 4202560 331 0 0 0 24 0 0 0 22 0 12 0 7699375 1567182848 24050 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11187] ppid=11175 vsize=1530452 CPUtime=0.43
/proc/11177/task/11187/stat : 11187 (java) S 11175 11177 10268 0 -1 4202560 1398 0 0 0 43 0 0 0 22 0 12 0 7699375 1567182848 24051 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11188] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11188/stat : 11188 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7699375 1567182848 24052 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11189] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11189/stat : 11189 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7699375 1567182848 24054 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 1530452

[startup+3.10198 s]
/proc/loadavg: 0.92 0.98 1.05 2/119 11189
/proc/meminfo: memFree=1585468/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1530452 CPUtime=3.91
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 41804 0 1 0 371 20 0 0 18 0 12 0 7699366 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 382613 41040 1414 10 0 379915 0
[pid=11177/tid=11179] ppid=11175 vsize=1530452 CPUtime=2.92
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 32008 0 1 0 277 15 0 0 21 0 12 0 7699367 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4109776737 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1530452 CPUtime=0.13
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 3825 0 0 0 12 1 0 0 18 0 12 0 7699369 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1530452 CPUtime=0.13
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 3171 0 0 0 12 1 0 0 18 0 12 0 7699369 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 7699370 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 7699371 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7699371 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 7699375 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=1530452 CPUtime=0.24
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10268 0 -1 4202560 331 0 0 0 24 0 0 0 22 0 12 0 7699375 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11187] ppid=11175 vsize=1530452 CPUtime=0.43
/proc/11177/task/11187/stat : 11187 (java) S 11175 11177 10268 0 -1 4202560 1398 0 0 0 43 0 0 0 22 0 12 0 7699375 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11188] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11188/stat : 11188 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 7699375 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11189] ppid=11175 vsize=1530452 CPUtime=0
/proc/11177/task/11189/stat : 11189 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7699375 1567182848 41040 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 1530452

[startup+6.30229 s]
/proc/loadavg: 0.93 0.98 1.05 2/119 11189
/proc/meminfo: memFree=1541200/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1531036 CPUtime=8.32
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 54017 0 1 0 805 27 0 0 18 0 13 0 7699366 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 382759 52035 1430 10 0 380061 0
[pid=11177/tid=11179] ppid=11175 vsize=1531036 CPUtime=5.65
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 32050 0 1 0 549 16 0 0 25 0 13 0 7699367 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4110143647 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1531036 CPUtime=0.57
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 10259 0 0 0 53 4 0 0 16 0 13 0 7699369 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1531036 CPUtime=0.56
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 8685 0 0 0 53 3 0 0 16 0 13 0 7699369 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 13 0 7699370 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7699371 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7699371 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7699375 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=1531036 CPUtime=0.63
/proc/11177/task/11186/stat : 11186 (java) R 11175 11177 10268 0 -1 4202560 492 0 0 0 63 0 0 0 16 0 13 0 7699375 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 103987702 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11177/tid=11187] ppid=11175 vsize=1531036 CPUtime=0.85
/proc/11177/task/11187/stat : 11187 (java) S 11175 11177 10268 0 -1 4202560 1452 0 0 0 84 1 0 0 15 0 13 0 7699375 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11188] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11188/stat : 11188 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7699375 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11189] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11189/stat : 11189 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7699375 1567780864 52035 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 1531036

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 1.05 2/120 11190
/proc/meminfo: memFree=1506472/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1531036 CPUtime=15.57
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 58625 0 1 0 1526 31 0 0 18 0 13 0 7699366 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 382759 56353 1437 10 0 380061 0
[pid=11177/tid=11179] ppid=11175 vsize=1531036 CPUtime=11.63
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 32059 0 1 0 1147 16 0 0 25 0 13 0 7699367 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4110223044 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1531036 CPUtime=0.9
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 12282 0 0 0 84 6 0 0 16 0 13 0 7699369 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1531036 CPUtime=0.92
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 11218 0 0 0 87 5 0 0 16 0 13 0 7699369 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 7699370 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7699371 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7699371 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7699375 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=1531036 CPUtime=1.06
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10268 0 -1 4202560 531 0 0 0 106 0 0 0 15 0 13 0 7699375 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11187] ppid=11175 vsize=1531036 CPUtime=0.99
/proc/11177/task/11187/stat : 11187 (java) S 11175 11177 10268 0 -1 4202560 1456 0 0 0 98 1 0 0 15 0 13 0 7699375 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11188] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11188/stat : 11188 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7699375 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11189] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11189/stat : 11189 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7699375 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11190] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11190/stat : 11190 (java) S 11175 11177 10268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7699974 1567780864 56353 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.57
Current children cumulated vsize (KiB) 1531036

[startup+25.502 s]
/proc/loadavg: 0.95 0.98 1.05 2/120 11201
/proc/meminfo: memFree=1497420/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1531036 CPUtime=28.61
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 60943 0 1 0 2828 33 0 0 18 0 13 0 7699366 1567780864 58457 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 382759 58457 1439 10 0 380061 0
[pid=11177/tid=11179] ppid=11175 vsize=1531036 CPUtime=24.12
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 32072 0 1 0 2396 16 0 0 25 0 13 0 7699367 1567780864 58457 1992294400 134512640 134550932 4294672608 18446744073709551615 4110151349 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1531036 CPUtime=1.17
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 13632 0 0 0 110 7 0 0 15 0 13 0 7699369 1567780864 58457 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1531036 CPUtime=1.18
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 12171 0 0 0 113 5 0 0 15 0 13 0 7699369 1567780864 58457 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1531036 CPUtime=0.01
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 13 0 0 0 1 0 0 0 16 0 13 0 7699370 1567780864 58457 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7699371 1567780864 58457 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1531036 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7699371 1567780864 58457 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1531036 CPUtime=0

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

[pid=11177] ppid=11175 vsize=1535316 CPUtime=1616.94
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 103071 0 1 0 161585 109 0 0 18 0 13 0 7699366 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 383829 68138 1444 10 0 381131 0
[pid=11177/tid=11179] ppid=11175 vsize=1535316 CPUtime=1577.5
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 32887 0 1 0 157708 42 0 0 25 0 13 0 7699367 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4110180058 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1535316 CPUtime=13.18
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 18018 0 0 0 1291 27 0 0 15 0 13 0 7699369 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1535316 CPUtime=13.22
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 16151 0 0 0 1307 15 0 0 16 0 13 0 7699369 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1535316 CPUtime=10.35
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 31050 0 0 0 1016 19 0 0 15 0 13 0 7699370 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=1535316 CPUtime=1.18
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10268 0 -1 4202560 533 0 0 0 118 0 0 0 15 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11187] ppid=11175 vsize=1535316 CPUtime=1.43
/proc/11177/task/11187/stat : 11187 (java) S 11175 11177 10268 0 -1 4202560 3274 0 0 0 142 1 0 0 15 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11188] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11188/stat : 11188 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11189] ppid=11175 vsize=1535316 CPUtime=0.01
/proc/11177/task/11189/stat : 11189 (java) S 11175 11177 10268 0 -1 4202560 92 0 0 0 0 1 0 0 15 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11190] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11190/stat : 11190 (java) S 11175 11177 10268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7699974 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1616.94
Current children cumulated vsize (KiB) 1535316

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 11243
/proc/meminfo: memFree=1457120/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1535316 CPUtime=1677.41
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 103111 0 1 0 167631 110 0 0 18 0 13 0 7699366 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 383829 68138 1444 10 0 381131 0
[pid=11177/tid=11179] ppid=11175 vsize=1535316 CPUtime=1636.9
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 32923 0 1 0 163648 42 0 0 25 0 13 0 7699367 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4110262601 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1535316 CPUtime=13.71
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 18018 0 0 0 1344 27 0 0 15 0 13 0 7699369 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1535316 CPUtime=13.75
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 16151 0 0 0 1359 16 0 0 16 0 13 0 7699369 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1535316 CPUtime=10.36
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 31052 0 0 0 1017 19 0 0 15 0 13 0 7699370 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=1535316 CPUtime=1.18
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10268 0 -1 4202560 533 0 0 0 118 0 0 0 15 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11187] ppid=11175 vsize=1535316 CPUtime=1.43
/proc/11177/task/11187/stat : 11187 (java) S 11175 11177 10268 0 -1 4202560 3274 0 0 0 142 1 0 0 15 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11188] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11188/stat : 11188 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11189] ppid=11175 vsize=1535316 CPUtime=0.01
/proc/11177/task/11189/stat : 11189 (java) S 11175 11177 10268 0 -1 4202560 94 0 0 0 0 1 0 0 15 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11190] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11190/stat : 11190 (java) S 11175 11177 10268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7699974 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1677.41
Current children cumulated vsize (KiB) 1535316

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 11245
/proc/meminfo: memFree=1456996/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1535316 CPUtime=1737.95
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 104128 0 1 0 173680 115 0 0 18 0 13 0 7699366 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 383829 68138 1444 10 0 381131 0
[pid=11177/tid=11179] ppid=11175 vsize=1535316 CPUtime=1695.94
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 32970 0 1 0 169551 43 0 0 25 0 13 0 7699367 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4110065608 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1535316 CPUtime=14.27
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 18018 0 0 0 1400 27 0 0 16 0 13 0 7699369 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1535316 CPUtime=14.31
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 16151 0 0 0 1414 17 0 0 15 0 13 0 7699369 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1535316 CPUtime=10.71
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 32018 0 0 0 1051 20 0 0 15 0 13 0 7699370 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=1535316 CPUtime=1.18
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10268 0 -1 4202560 533 0 0 0 118 0 0 0 15 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11187] ppid=11175 vsize=1535316 CPUtime=1.43
/proc/11177/task/11187/stat : 11187 (java) S 11175 11177 10268 0 -1 4202560 3274 0 0 0 142 1 0 0 15 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11188] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11188/stat : 11188 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11189] ppid=11175 vsize=1535316 CPUtime=0.01
/proc/11177/task/11189/stat : 11189 (java) S 11175 11177 10268 0 -1 4202560 98 0 0 0 0 1 0 0 15 0 13 0 7699375 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11190] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11190/stat : 11190 (java) S 11175 11177 10268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7699974 1572163584 68138 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1737.95
Current children cumulated vsize (KiB) 1535316

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 11247
/proc/meminfo: memFree=1456624/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1535316 CPUtime=1798.5
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 105210 0 1 0 179729 121 0 0 18 0 13 0 7699366 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 383829 68213 1444 10 0 381131 0
[pid=11177/tid=11179] ppid=11175 vsize=1535316 CPUtime=1754.9
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 33005 0 1 0 175444 46 0 0 25 0 13 0 7699367 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4110143647 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1535316 CPUtime=14.9
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 18043 0 0 0 1460 30 0 0 16 0 13 0 7699369 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1535316 CPUtime=14.94
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 16203 0 0 0 1477 17 0 0 15 0 13 0 7699369 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1535316 CPUtime=11.06
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 32984 0 0 0 1085 21 0 0 15 0 13 0 7699370 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=1535316 CPUtime=1.18
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10268 0 -1 4202560 533 0 0 0 118 0 0 0 15 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11187] ppid=11175 vsize=1535316 CPUtime=1.43
/proc/11177/task/11187/stat : 11187 (java) S 11175 11177 10268 0 -1 4202560 3274 0 0 0 142 1 0 0 15 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11188] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11188/stat : 11188 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11189] ppid=11175 vsize=1535316 CPUtime=0.01
/proc/11177/task/11189/stat : 11189 (java) S 11175 11177 10268 0 -1 4202560 102 0 0 0 0 1 0 0 15 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11190] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11190/stat : 11190 (java) S 11175 11177 10268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7699974 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1798.5
Current children cumulated vsize (KiB) 1535316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/120 11247
/proc/meminfo: memFree=1456624/2059040 swapFree=4192956/4192956
[pid=11177] ppid=11175 vsize=1535316 CPUtime=1800.03
/proc/11177/stat : 11177 (java) S 11175 11177 10268 0 -1 4202496 105211 0 1 0 179882 121 0 0 18 0 13 0 7699366 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11177/statm: 383829 68213 1444 10 0 381131 0
[pid=11177/tid=11179] ppid=11175 vsize=1535316 CPUtime=1756.39
/proc/11177/task/11179/stat : 11179 (java) R 11175 11177 10268 0 -1 4202560 33006 0 1 0 175593 46 0 0 25 0 13 0 7699367 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4110251862 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11177/tid=11180] ppid=11175 vsize=1535316 CPUtime=14.92
/proc/11177/task/11180/stat : 11180 (java) S 11175 11177 10268 0 -1 4202560 18043 0 0 0 1462 30 0 0 16 0 13 0 7699369 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11181] ppid=11175 vsize=1535316 CPUtime=14.96
/proc/11177/task/11181/stat : 11181 (java) S 11175 11177 10268 0 -1 4202560 16203 0 0 0 1479 17 0 0 15 0 13 0 7699369 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11182] ppid=11175 vsize=1535316 CPUtime=11.06
/proc/11177/task/11182/stat : 11182 (java) S 11175 11177 10268 0 -1 4202560 32984 0 0 0 1085 21 0 0 15 0 13 0 7699370 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11183] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11183/stat : 11183 (java) S 11175 11177 10268 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11184] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11184/stat : 11184 (java) S 11175 11177 10268 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7699371 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11185] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11185/stat : 11185 (java) S 11175 11177 10268 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11186] ppid=11175 vsize=1535316 CPUtime=1.18
/proc/11177/task/11186/stat : 11186 (java) S 11175 11177 10268 0 -1 4202560 533 0 0 0 118 0 0 0 15 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11187] ppid=11175 vsize=1535316 CPUtime=1.43
/proc/11177/task/11187/stat : 11187 (java) S 11175 11177 10268 0 -1 4202560 3274 0 0 0 142 1 0 0 15 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11188] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11188/stat : 11188 (java) S 11175 11177 10268 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
[pid=11177/tid=11189] ppid=11175 vsize=1535316 CPUtime=0.01
/proc/11177/task/11189/stat : 11189 (java) S 11175 11177 10268 0 -1 4202560 102 0 0 0 0 1 0 0 15 0 13 0 7699375 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 1 0 0 0
[pid=11177/tid=11190] ppid=11175 vsize=1535316 CPUtime=0
/proc/11177/task/11190/stat : 11190 (java) S 11175 11177 10268 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7699974 1572163584 68213 1992294400 134512640 134550932 4294672608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832407808 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1535316

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

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

Child status: 143
Real time (s): 1783.89
CPU time (s): 1800.16
CPU user time (s): 1798.92
CPU system time (s): 1.23881
CPU usage (%): 100.912
Max. virtual memory (cumulated for all children) (KiB): 1540444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.23881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105231
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= 45887
involuntary context switches= 29501

runsolver used 3.75443 second user time and 9.96848 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-12 13:00:36
IDJOB=2658908
IDBENCH=1489
IDSOLVER=1164
FILE ID=node025/2658908-1276340436
PBS_JOBID= 11173184
Free space on /tmp= 62528 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658908-1276340436/watcher-2658908-1276340436 -o /tmp/evaluation-result-2658908-1276340436/solver-2658908-1276340436 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658908-1276340436.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=569564579

node025.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1727752 kB
Buffers:         47144 kB
Cached:         143752 kB
SwapCached:          0 kB
Active:         134284 kB
Inactive:       115960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1727752 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           11548 kB
Writeback:           0 kB
AnonPages:       59308 kB
Mapped:          15396 kB
Slab:            59044 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62528 MiB
End job on node025 at 2010-06-12 13:30:22