Trace number 2661596

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.56 1092.08

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_2_80.opb
MD5SUMf309126dc76153b39022a856cb65e640
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74976
Sum of products size (including duplicates)149952
Number of different products37488
Sum of products size74976

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661596-1276681950.opb
0.24/0.21	c reading problem ... 
373.41/371.17	c ... done. Wall clock time 370.825s.
373.41/371.17	c #vars     38488
373.41/371.17	c #constraints  76479
373.41/371.17	c constraints type 
373.41/371.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
373.41/371.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
373.41/371.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
373.41/371.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
373.41/371.17	c constraints type 
373.41/371.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
373.41/371.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37488
373.41/371.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
373.41/371.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
438.08/403.72	c cleaning 2519 clauses out of 5037 with flag 5037/5037
519.47/445.08	c cleaning 4273 clauses out of 8545 with flag 11064/11064
620.50/496.23	c cleaning 5630 clauses out of 11259 with flag 18051/18051
750.24/561.99	c cleaning 6792 clauses out of 13584 with flag 26006/26006
937.05/656.35	c cleaning 7896 clauses out of 15792 with flag 35006/35006
1168.34/773.18	c cleaning 8971 clauses out of 17941 with flag 45051/45051
1436.01/908.38	c cleaning 9961 clauses out of 19921 with flag 56002/56002
1800.11/1091.82	c starts		: 77
1800.11/1091.82	c conflicts		: 67562
1800.11/1091.82	c decisions		: 182570
1800.11/1091.82	c propagations		: 7948261
1800.11/1091.82	c inspects		: 470460880
1800.11/1091.82	c learnt literals	: 0
1800.11/1091.82	c learnt binary clauses	: 0
1800.11/1091.82	c learnt ternary clauses	: 11
1800.11/1091.82	c learnt clauses	: 67561
1800.11/1091.82	c ignored clauses	: 0
1800.11/1091.82	c root simplifications	: 0
1800.11/1091.82	c removed literals (reason simplification)	: 1083740
1800.11/1091.82	c reason swapping (by a shorter reason)	: 0
1800.11/1091.82	c Calls to reduceDB	: 7
1800.11/1091.82	c number of reductions to clauses (during analyze)	: 0
1800.11/1091.82	c number of learned constraints concerned by reduction	: 0
1800.11/1091.82	c number of learning phase by resolution	: 0
1800.11/1091.82	c number of learning phase by cutting planes	: 0
1800.11/1091.82	c speed (assignments/second)	: 11027.351039225723
1800.11/1091.82	c non guided choices	37891
1800.32/1091.93	c learnt constraints type 
1800.32/1091.93	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 21524
1800.32/1091.93	c constraints type 
1800.32/1091.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
1800.32/1091.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.32/1091.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.32/1091.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
1800.32/1091.93	c constraints type 
1800.32/1091.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.32/1091.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37488
1800.32/1091.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.32/1091.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
1800.32/1091.93	s UNKNOWN
1800.32/1091.93	c Total wall clock time (in seconds): 1091.719

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-2661596-1276681950/watcher-2661596-1276681950 -o /tmp/evaluation-result-2661596-1276681950/solver-2661596-1276681950 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661596-1276681950.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: 1.00 1.00 1.00 3/107 9160
/proc/meminfo: memFree=1772744/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1832 CPUtime=0
/proc/9160/stat : 9160 (java6) R 9158 9160 8359 0 -1 4194304 255 0 0 0 0 0 0 0 23 0 1 0 41850713 1875968 156 1992294400 134512640 134550932 4290015680 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9160/statm: 458 156 119 10 0 63 0

[startup+0.0652131 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 9160
/proc/meminfo: memFree=1772744/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1521796 CPUtime=0.05
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 3659 0 1 0 3 2 0 0 18 0 7 0 41850713 1558319104 3099 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 380449 3099 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101216 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 9160
/proc/meminfo: memFree=1772744/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1524180 CPUtime=0.09
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 3955 0 1 0 6 3 0 0 18 0 12 0 41850713 1560760320 3393 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.300828 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 9160
/proc/meminfo: memFree=1772744/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1526116 CPUtime=0.36
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 5423 0 1 0 33 3 0 0 18 0 12 0 41850713 1562742784 4859 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 381529 4859 1357 10 0 378832 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526116

[startup+0.700817 s]
/proc/loadavg: 1.00 1.00 1.00 3/107 9160
/proc/meminfo: memFree=1772744/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1529096 CPUtime=1.14
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 7231 0 1 0 110 4 0 0 18 0 12 0 41850713 1565794304 6667 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 382274 6667 1405 10 0 379577 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529096

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9172
/proc/meminfo: memFree=1747664/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1529256 CPUtime=2.24
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 8966 0 1 0 219 5 0 0 18 0 12 0 41850713 1565958144 8107 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 382314 8107 1409 10 0 379617 0
[pid=9160/tid=9162] ppid=9158 vsize=1529256 CPUtime=1.47
/proc/9160/task/9162/stat : 9162 (java) R 9158 9160 8359 0 -1 4202560 6227 0 1 0 144 3 0 0 19 0 12 0 41850714 1565958144 8107 1992294400 134512640 134550932 4288596064 18446744073709551615 4109061225 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9160/tid=9163] ppid=9158 vsize=1529256 CPUtime=0
/proc/9160/task/9163/stat : 9163 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 41850716 1565958144 8107 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9164] ppid=9158 vsize=1529256 CPUtime=0
/proc/9160/task/9164/stat : 9164 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 41850716 1565958144 8108 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9165] ppid=9158 vsize=1529256 CPUtime=0
/proc/9160/task/9165/stat : 9165 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41850717 1565958144 8110 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9166] ppid=9158 vsize=1529256 CPUtime=0
/proc/9160/task/9166/stat : 9166 (java) S 9158 9160 8359 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41850718 1565958144 8118 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9167] ppid=9158 vsize=1529256 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9158 9160 8359 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 41850718 1565958144 8118 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9168] ppid=9158 vsize=1529256 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9158 9160 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41850722 1565958144 8118 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9169] ppid=9158 vsize=1529256 CPUtime=0.45
/proc/9160/task/9169/stat : 9169 (java) S 9158 9160 8359 0 -1 4202560 709 0 0 0 45 0 0 0 22 0 12 0 41850722 1565958144 8121 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9170] ppid=9158 vsize=1529256 CPUtime=0.29
/proc/9160/task/9170/stat : 9170 (java) S 9158 9160 8359 0 -1 4202560 966 0 0 0 29 0 0 0 23 0 12 0 41850722 1565958144 8121 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9171] ppid=9158 vsize=1529256 CPUtime=0
/proc/9160/task/9171/stat : 9171 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 41850722 1565958144 8121 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9172] ppid=9158 vsize=1529256 CPUtime=0
/proc/9160/task/9172/stat : 9172 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41850722 1565958144 8121 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1529256

[startup+3.10175 s]
/proc/loadavg: 1.00 1.00 1.00 3/119 9172
/proc/meminfo: memFree=1736380/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1541916 CPUtime=4.73
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 16880 0 1 0 464 9 0 0 18 0 12 0 41850713 1578921984 12124 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 385479 12124 1410 10 0 382782 0
[pid=9160/tid=9162] ppid=9158 vsize=1541916 CPUtime=3.07
/proc/9160/task/9162/stat : 9162 (java) R 9158 9160 8359 0 -1 4202560 7174 0 1 0 303 4 0 0 23 0 12 0 41850714 1578921984 12124 1992294400 134512640 134550932 4288596064 18446744073709551615 4109061277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9160/tid=9163] ppid=9158 vsize=1541916 CPUtime=0
/proc/9160/task/9163/stat : 9163 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 41850716 1578921984 12124 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9164] ppid=9158 vsize=1541916 CPUtime=0
/proc/9160/task/9164/stat : 9164 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 41850716 1578921984 12125 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9165] ppid=9158 vsize=1541916 CPUtime=0
/proc/9160/task/9165/stat : 9165 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41850717 1578921984 12125 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9166] ppid=9158 vsize=1541916 CPUtime=0
/proc/9160/task/9166/stat : 9166 (java) S 9158 9160 8359 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41850718 1578921984 12125 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9167] ppid=9158 vsize=1541916 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9158 9160 8359 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 41850718 1578921984 12125 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9168] ppid=9158 vsize=1541916 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9158 9160 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41850722 1578921984 12125 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9169] ppid=9158 vsize=1541916 CPUtime=1.31
/proc/9160/task/9169/stat : 9169 (java) S 9158 9160 8359 0 -1 4202560 7620 0 0 0 128 3 0 0 20 0 12 0 41850722 1578921984 12125 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9170] ppid=9158 vsize=1541916 CPUtime=0.33
/proc/9160/task/9170/stat : 9170 (java) S 9158 9160 8359 0 -1 4202560 1022 0 0 0 33 0 0 0 15 0 12 0 41850722 1578921984 12125 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9171] ppid=9158 vsize=1541916 CPUtime=0
/proc/9160/task/9171/stat : 9171 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 41850722 1578921984 12125 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9172] ppid=9158 vsize=1541916 CPUtime=0
/proc/9160/task/9172/stat : 9172 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41850722 1578921984 12125 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 1541916

[startup+6.30067 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9172
/proc/meminfo: memFree=1725344/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1540680 CPUtime=8.07
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 18209 0 1 0 797 10 0 0 18 0 12 0 41850713 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 385170 13187 1417 10 0 382473 0
[pid=9160/tid=9162] ppid=9158 vsize=1540680 CPUtime=6.26
/proc/9160/task/9162/stat : 9162 (java) R 9158 9160 8359 0 -1 4202560 8472 0 1 0 621 5 0 0 25 0 12 0 41850714 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4109060812 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9160/tid=9163] ppid=9158 vsize=1540680 CPUtime=0
/proc/9160/task/9163/stat : 9163 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 41850716 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9164] ppid=9158 vsize=1540680 CPUtime=0
/proc/9160/task/9164/stat : 9164 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 41850716 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9165] ppid=9158 vsize=1540680 CPUtime=0
/proc/9160/task/9165/stat : 9165 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41850717 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9166] ppid=9158 vsize=1540680 CPUtime=0
/proc/9160/task/9166/stat : 9166 (java) S 9158 9160 8359 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41850718 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9167] ppid=9158 vsize=1540680 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9158 9160 8359 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 41850718 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9168] ppid=9158 vsize=1540680 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9158 9160 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41850722 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9169] ppid=9158 vsize=1540680 CPUtime=1.39
/proc/9160/task/9169/stat : 9169 (java) S 9158 9160 8359 0 -1 4202560 7627 0 0 0 136 3 0 0 15 0 12 0 41850722 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9170] ppid=9158 vsize=1540680 CPUtime=0.39
/proc/9160/task/9170/stat : 9170 (java) S 9158 9160 8359 0 -1 4202560 1046 0 0 0 39 0 0 0 15 0 12 0 41850722 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9171] ppid=9158 vsize=1540680 CPUtime=0
/proc/9160/task/9171/stat : 9171 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 41850722 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9172] ppid=9158 vsize=1540680 CPUtime=0
/proc/9160/task/9172/stat : 9172 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41850722 1577656320 13187 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 1540680

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9172
/proc/meminfo: memFree=1719392/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1537280 CPUtime=14.5
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 20368 0 1 0 1438 12 0 0 18 0 12 0 41850713 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 384320 14505 1417 10 0 381623 0
[pid=9160/tid=9162] ppid=9158 vsize=1537280 CPUtime=12.66
/proc/9160/task/9162/stat : 9162 (java) R 9158 9160 8359 0 -1 4202560 10629 0 1 0 1259 7 0 0 25 0 12 0 41850714 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4109145292 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9160/tid=9163] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9163/stat : 9163 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 41850716 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9164] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9164/stat : 9164 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 41850716 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9165] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9165/stat : 9165 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41850717 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9166] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9166/stat : 9166 (java) S 9158 9160 8359 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41850718 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9167] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9158 9160 8359 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 41850718 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9168] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9158 9160 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41850722 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9169] ppid=9158 vsize=1537280 CPUtime=1.42
/proc/9160/task/9169/stat : 9169 (java) S 9158 9160 8359 0 -1 4202560 7629 0 0 0 139 3 0 0 15 0 12 0 41850722 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9170] ppid=9158 vsize=1537280 CPUtime=0.39
/proc/9160/task/9170/stat : 9170 (java) S 9158 9160 8359 0 -1 4202560 1046 0 0 0 39 0 0 0 15 0 12 0 41850722 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9171] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9171/stat : 9171 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 41850722 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9172] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9172/stat : 9172 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41850722 1574174720 14505 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 1537280

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9172
/proc/meminfo: memFree=1706992/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1537280 CPUtime=27.39
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 23352 0 1 0 2724 15 0 0 18 0 12 0 41850713 1574174720 17488 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 384320 17488 1417 10 0 381623 0
[pid=9160/tid=9162] ppid=9158 vsize=1537280 CPUtime=25.46
/proc/9160/task/9162/stat : 9162 (java) R 9158 9160 8359 0 -1 4202560 13600 0 1 0 2536 10 0 0 25 0 12 0 41850714 1574174720 17488 1992294400 134512640 134550932 4288596064 18446744073709551615 4109060812 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9160/tid=9163] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9163/stat : 9163 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 41850716 1574174720 17488 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9164] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9164/stat : 9164 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 41850716 1574174720 17488 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9165] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9165/stat : 9165 (java) S 9158 9160 8359 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41850717 1574174720 17488 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9166] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9166/stat : 9166 (java) S 9158 9160 8359 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 41850718 1574174720 17488 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9167] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9158 9160 8359 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 41850718 1574174720 17488 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9168] ppid=9158 vsize=1537280 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9158 9160 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 41850722 1574174720 17488 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9169] ppid=9158 vsize=1537280 CPUtime=1.47

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

/proc/9160/statm: 384644 208288 1446 10 0 381947 0
[pid=9160/tid=9162] ppid=9158 vsize=1538576 CPUtime=370.42
/proc/9160/task/9162/stat : 9162 (java) S 9158 9160 8359 0 -1 4202560 32079 0 1 0 37015 27 0 0 15 0 16 0 41850714 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9163] ppid=9158 vsize=1538576 CPUtime=10.35
/proc/9160/task/9163/stat : 9163 (java) S 9158 9160 8359 0 -1 4202560 110792 0 0 0 982 53 0 0 16 0 16 0 41850716 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9164] ppid=9158 vsize=1538576 CPUtime=10.36
/proc/9160/task/9164/stat : 9164 (java) S 9158 9160 8359 0 -1 4202560 111423 0 0 0 979 57 0 0 15 0 16 0 41850716 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9165] ppid=9158 vsize=1538576 CPUtime=4.58
/proc/9160/task/9165/stat : 9165 (java) S 9158 9160 8359 0 -1 4202560 45 0 0 0 442 16 0 0 15 0 16 0 41850717 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9166] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9166/stat : 9166 (java) S 9158 9160 8359 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41850718 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9167] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9158 9160 8359 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41850718 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9168] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9158 9160 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9169] ppid=9158 vsize=1538576 CPUtime=4.16
/proc/9160/task/9169/stat : 9169 (java) S 9158 9160 8359 0 -1 4202560 9635 0 0 0 412 4 0 0 16 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9170] ppid=9158 vsize=1538576 CPUtime=1.09
/proc/9160/task/9170/stat : 9170 (java) S 9158 9160 8359 0 -1 4202560 1114 0 0 0 109 0 0 0 15 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9171] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9171/stat : 9171 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9172] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9172/stat : 9172 (java) S 9158 9160 8359 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9183] ppid=9158 vsize=1538576 CPUtime=551.95
/proc/9160/task/9183/stat : 9183 (java) R 9158 9160 8359 0 -1 4202560 226 0 0 0 55180 15 0 0 25 0 16 0 41887817 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4109599517 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9160/tid=9184] ppid=9158 vsize=1538576 CPUtime=549.78
/proc/9160/task/9184/stat : 9184 (java) R 9158 9160 8359 0 -1 4202560 192 0 0 0 54970 8 0 0 25 0 16 0 41887817 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4109817324 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9160/tid=9185] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9185/stat : 9185 (java) S 9158 9160 8359 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 41887826 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9186] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9186/stat : 9186 (java) S 9158 9160 8359 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41887830 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1502.77
Current children cumulated vsize (KiB) 1538576

[startup+1002.3 s]
/proc/loadavg: 2.07 1.92 1.51 3/123 9211
/proc/meminfo: memFree=940764/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1538576 CPUtime=1622.12
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 266671 0 1 0 162022 190 0 0 18 0 16 0 41850713 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 384644 208288 1446 10 0 381947 0
[pid=9160/tid=9162] ppid=9158 vsize=1538576 CPUtime=370.42
/proc/9160/task/9162/stat : 9162 (java) S 9158 9160 8359 0 -1 4202560 32079 0 1 0 37015 27 0 0 15 0 16 0 41850714 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9163] ppid=9158 vsize=1538576 CPUtime=11.13
/proc/9160/task/9163/stat : 9163 (java) S 9158 9160 8359 0 -1 4202560 110792 0 0 0 1060 53 0 0 16 0 16 0 41850716 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9164] ppid=9158 vsize=1538576 CPUtime=11.13
/proc/9160/task/9164/stat : 9164 (java) S 9158 9160 8359 0 -1 4202560 111423 0 0 0 1056 57 0 0 15 0 16 0 41850716 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9165] ppid=9158 vsize=1538576 CPUtime=4.62
/proc/9160/task/9165/stat : 9165 (java) S 9158 9160 8359 0 -1 4202560 49 0 0 0 444 18 0 0 15 0 16 0 41850717 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9166] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9166/stat : 9166 (java) S 9158 9160 8359 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41850718 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9167] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9158 9160 8359 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41850718 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9168] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9158 9160 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9169] ppid=9158 vsize=1538576 CPUtime=4.16
/proc/9160/task/9169/stat : 9169 (java) S 9158 9160 8359 0 -1 4202560 9635 0 0 0 412 4 0 0 16 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9170] ppid=9158 vsize=1538576 CPUtime=1.09
/proc/9160/task/9170/stat : 9170 (java) S 9158 9160 8359 0 -1 4202560 1114 0 0 0 109 0 0 0 15 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9171] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9171/stat : 9171 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9172] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9172/stat : 9172 (java) S 9158 9160 8359 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 16 0 41850722 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9183] ppid=9158 vsize=1538576 CPUtime=611.1
/proc/9160/task/9183/stat : 9183 (java) R 9158 9160 8359 0 -1 4202560 238 0 0 0 61093 17 0 0 25 0 16 0 41887817 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4109124752 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9160/tid=9184] ppid=9158 vsize=1538576 CPUtime=608.38
/proc/9160/task/9184/stat : 9184 (java) R 9158 9160 8359 0 -1 4202560 211 0 0 0 60830 8 0 0 25 0 16 0 41887817 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4109817331 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9160/tid=9185] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9185/stat : 9185 (java) S 9158 9160 8359 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 41887826 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9186] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9186/stat : 9186 (java) S 9158 9160 8359 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41887830 1575501824 208288 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.12
Current children cumulated vsize (KiB) 1538576

[startup+1062.3 s]
/proc/loadavg: 2.02 1.93 1.54 3/123 9213
/proc/meminfo: memFree=917824/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1538576 CPUtime=1741.42
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 274183 0 1 0 173945 197 0 0 18 0 16 0 41850713 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 384644 214887 1446 10 0 381947 0
[pid=9160/tid=9162] ppid=9158 vsize=1538576 CPUtime=370.42
/proc/9160/task/9162/stat : 9162 (java) S 9158 9160 8359 0 -1 4202560 32079 0 1 0 37015 27 0 0 15 0 16 0 41850714 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9163] ppid=9158 vsize=1538576 CPUtime=12.04
/proc/9160/task/9163/stat : 9163 (java) S 9158 9160 8359 0 -1 4202560 114473 0 0 0 1148 56 0 0 15 0 16 0 41850716 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9164] ppid=9158 vsize=1538576 CPUtime=12.05
/proc/9160/task/9164/stat : 9164 (java) S 9158 9160 8359 0 -1 4202560 115212 0 0 0 1145 60 0 0 16 0 16 0 41850716 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9165] ppid=9158 vsize=1538576 CPUtime=4.64
/proc/9160/task/9165/stat : 9165 (java) S 9158 9160 8359 0 -1 4202560 53 0 0 0 445 19 0 0 15 0 16 0 41850717 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9166] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9166/stat : 9166 (java) S 9158 9160 8359 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41850718 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9167] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9158 9160 8359 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41850718 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9168] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9158 9160 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41850722 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9169] ppid=9158 vsize=1538576 CPUtime=4.16
/proc/9160/task/9169/stat : 9169 (java) S 9158 9160 8359 0 -1 4202560 9635 0 0 0 412 4 0 0 16 0 16 0 41850722 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9170] ppid=9158 vsize=1538576 CPUtime=1.09
/proc/9160/task/9170/stat : 9170 (java) S 9158 9160 8359 0 -1 4202560 1114 0 0 0 109 0 0 0 15 0 16 0 41850722 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9171] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9171/stat : 9171 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41850722 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9172] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9172/stat : 9172 (java) S 9158 9160 8359 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 16 0 41850722 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9183] ppid=9158 vsize=1538576 CPUtime=670.12
/proc/9160/task/9183/stat : 9183 (java) R 9158 9160 8359 0 -1 4202560 249 0 0 0 66993 19 0 0 25 0 16 0 41887817 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4109537519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9160/tid=9184] ppid=9158 vsize=1538576 CPUtime=666.82
/proc/9160/task/9184/stat : 9184 (java) R 9158 9160 8359 0 -1 4202560 234 0 0 0 66674 8 0 0 25 0 16 0 41887817 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4109817442 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9160/tid=9185] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9185/stat : 9185 (java) S 9158 9160 8359 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 41887826 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9186] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9186/stat : 9186 (java) S 9158 9160 8359 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41887830 1575501824 214887 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1741.42
Current children cumulated vsize (KiB) 1538576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1091.8 s]
/proc/loadavg: 2.01 1.94 1.56 3/123 9215
/proc/meminfo: memFree=870208/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=1538576 CPUtime=1800.11
/proc/9160/stat : 9160 (java) S 9158 9160 8359 0 -1 4202496 286518 0 1 0 179807 204 0 0 18 0 16 0 41850713 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9160/statm: 384644 225881 1446 10 0 381947 0
[pid=9160/tid=9162] ppid=9158 vsize=1538576 CPUtime=370.42
/proc/9160/task/9162/stat : 9162 (java) S 9158 9160 8359 0 -1 4202560 32080 0 1 0 37015 27 0 0 15 0 16 0 41850714 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9163] ppid=9158 vsize=1538576 CPUtime=12.41
/proc/9160/task/9163/stat : 9163 (java) S 9158 9160 8359 0 -1 4202560 121820 0 0 0 1182 59 0 0 16 0 16 0 41850716 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9164] ppid=9158 vsize=1538576 CPUtime=12.43
/proc/9160/task/9164/stat : 9164 (java) S 9158 9160 8359 0 -1 4202560 120182 0 0 0 1181 62 0 0 16 0 16 0 41850716 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9165] ppid=9158 vsize=1538576 CPUtime=4.65
/proc/9160/task/9165/stat : 9165 (java) S 9158 9160 8359 0 -1 4202560 55 0 0 0 446 19 0 0 15 0 16 0 41850717 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 0 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9166] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9166/stat : 9166 (java) S 9158 9160 8359 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 41850718 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9167] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9167/stat : 9167 (java) S 9158 9160 8359 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 41850718 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9168] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9168/stat : 9168 (java) S 9158 9160 8359 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 41850722 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9169] ppid=9158 vsize=1538576 CPUtime=4.16
/proc/9160/task/9169/stat : 9169 (java) S 9158 9160 8359 0 -1 4202560 9635 0 0 0 412 4 0 0 16 0 16 0 41850722 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9170] ppid=9158 vsize=1538576 CPUtime=1.09
/proc/9160/task/9170/stat : 9170 (java) S 9158 9160 8359 0 -1 4202560 1114 0 0 0 109 0 0 0 15 0 16 0 41850722 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9171] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9171/stat : 9171 (java) S 9158 9160 8359 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 41850722 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9172] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9172/stat : 9172 (java) S 9158 9160 8359 0 -1 4202560 63 0 0 0 0 0 0 0 15 0 16 0 41850722 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 0 0 0 0
[pid=9160/tid=9183] ppid=9158 vsize=1538576 CPUtime=699.22
/proc/9160/task/9183/stat : 9183 (java) R 9158 9160 8359 0 -1 4202560 253 0 0 0 69902 20 0 0 25 0 16 0 41887817 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4109451756 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9160/tid=9184] ppid=9158 vsize=1538576 CPUtime=695.65
/proc/9160/task/9184/stat : 9184 (java) R 9158 9160 8359 0 -1 4202560 243 0 0 0 69557 8 0 0 25 0 16 0 41887817 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4109817358 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9160/tid=9185] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9185/stat : 9185 (java) S 9158 9160 8359 0 -1 4202560 5 0 0 0 0 0 0 0 22 0 16 0 41887826 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
[pid=9160/tid=9186] ppid=9158 vsize=1538576 CPUtime=0
/proc/9160/task/9186/stat : 9186 (java) S 9158 9160 8359 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 41887830 1575501824 225881 1992294400 134512640 134550932 4288596064 18446744073709551615 4294960144 0 4 0 16800975 18446604437825679424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1538576

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

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

[startup+1092 s]
/proc/loadavg: 2.01 1.94 1.56 3/123 9215
/proc/meminfo: memFree=870208/2059040 swapFree=4140108/4192956
[pid=9160] ppid=9158 vsize=0 CPUtime=1800.48
/proc/9160/stat : 9160 (java) Z 9158 9160 8359 0 -1 4203548 286540 0 1 0 179843 205 0 0 16 0 2 0 41850713 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9160/statm: 0 0 0 0 0 0 0
[pid=9160/tid=9183] ppid=9158 vsize=0 CPUtime=699.36
/proc/9160/task/9183/stat : 9183 (java) R 9158 9160 8359 0 -1 4203588 253 0 0 0 69915 21 0 0 25 0 2 0 41887817 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.48
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1092.08
CPU time (s): 1800.56
CPU user time (s): 1798.43
CPU system time (s): 2.12968
CPU usage (%): 164.875
Max. virtual memory (cumulated for all children) (KiB): 1542888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 2.12968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286540
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= 28295
involuntary context switches= 51156

runsolver used 4.15437 second user time and 8.11577 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-16 11:52:30
IDJOB=2661596
IDBENCH=48356
IDSOLVER=1166
FILE ID=node025/2661596-1276681950
PBS_JOBID= 11172539
Free space on /tmp= 62580 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_2_80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661596-1276681950/watcher-2661596-1276681950 -o /tmp/evaluation-result-2661596-1276681950/solver-2661596-1276681950 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661596-1276681950.opb

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

MD5SUM BENCH= f309126dc76153b39022a856cb65e640
RANDOM SEED=474340345

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:       1773016 kB
Buffers:         83140 kB
Cached:         113220 kB
SwapCached:       7304 kB
Active:          98496 kB
Inactive:       112296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1773016 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            1272 kB
Writeback:           0 kB
AnonPages:       11988 kB
Mapped:          13080 kB
Slab:            53244 kB
PageTables:       3968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183544 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= 62580 MiB
End job on node025 at 2010-06-16 12:10:44