Trace number 2662509

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.53 921.054

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3702.opb
MD5SUMd696f4100af4494c851a4f1a4044ecb8
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4827154397
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29701186548799
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29701186548799
Number of bits of the biggest sum of numbers45
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.25	c Pseudo Boolean Optimization
0.21/0.25	c ManyCore solver with 2 solvers running in parallel
0.21/0.25	c --- Begin Solver configuration ---
0.21/0.25	c Stops conflict analysis at the first Unique Implication Point
0.21/0.25	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.25	c Learn all clauses as in MiniSAT
0.21/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.25	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.25	c Expensive reason simplification
0.21/0.25	c Armin Biere (Picosat) restarts strategy
0.21/0.25	c Glucose learned constraints deletion strategy
0.21/0.25	c timeout=2147483s
0.21/0.25	c DB Simplification allowed=false
0.21/0.25	c --- End Solver configuration ---
0.21/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.25	c --- Begin Solver configuration ---
0.21/0.25	c Stops conflict analysis at the first Unique Implication Point
0.21/0.25	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.25	c Learn all clauses as in MiniSAT
0.21/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.25	c No reason simplification
0.21/0.25	c Armin Biere (Picosat) restarts strategy
0.21/0.25	c Glucose learned constraints deletion strategy
0.21/0.25	c timeout=2147483s
0.21/0.25	c DB Simplification allowed=false
0.21/0.25	c --- End Solver configuration ---
0.21/0.25	
0.21/0.25	c solving HOME/instance-2662509-1276517822.opb
0.21/0.25	c reading problem ... 
7.93/6.37	c ... done. Wall clock time 6.129s.
7.93/6.37	c #vars     155000
7.93/6.37	c #constraints  65061
7.93/6.37	c constraints type 
7.93/6.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
7.93/6.37	c constraints type 
7.93/6.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
119.95/62.93	c cleaning 2486 clauses out of 5000 with flag 5000/5000
176.36/91.78	c cleaning 4263 clauses out of 8526 with flag 11012/11012
223.15/115.71	c cleaning 5626 clauses out of 11252 with flag 18001/18001
279.47/144.51	c cleaning 6815 clauses out of 13630 with flag 26005/26005
357.41/184.35	c cleaning 7908 clauses out of 15816 with flag 35006/35006
457.11/235.01	c cleaning 8961 clauses out of 17923 with flag 45021/45021
567.13/291.04	c cleaning 9474 clauses out of 18950 with flag 55009/55009
654.19/335.45	c cleaning 9738 clauses out of 19475 with flag 65008/65008
722.20/370.24	c cleaning 9873 clauses out of 19748 with flag 75019/75019
829.27/424.68	c cleaning 9933 clauses out of 19868 with flag 85012/85012
897.63/459.56	c cleaning 9963 clauses out of 19927 with flag 95004/95004
956.66/489.76	c cleaning 9979 clauses out of 19960 with flag 105000/105000
1037.09/530.86	c cleaning 9991 clauses out of 19982 with flag 115001/115001
1118.19/572.11	c cleaning 9998 clauses out of 19997 with flag 125007/125007
1194.91/611.37	c cleaning 10000 clauses out of 20004 with flag 135012/135012
1262.97/646.15	c cleaning 10003 clauses out of 20005 with flag 145013/145013
1338.52/684.88	c cleaning 9994 clauses out of 19989 with flag 155000/155000
1399.50/716.00	c cleaning 10006 clauses out of 20011 with flag 165016/165016
1479.85/757.04	c cleaning 9996 clauses out of 19992 with flag 175003/175003
1554.31/795.03	c cleaning 9998 clauses out of 19997 with flag 185004/185004
1612.30/824.88	c cleaning 10000 clauses out of 20005 with flag 195010/195010
1675.11/856.96	c cleaning 10007 clauses out of 20014 with flag 205019/205019
1741.51/890.88	c cleaning 9999 clauses out of 19998 with flag 215010/215010
1800.11/920.83	c starts		: 119
1800.11/920.83	c conflicts		: 224298
1800.11/920.83	c decisions		: 624449
1800.11/920.83	c propagations		: 11948381
1800.11/920.83	c inspects		: 240336311
1800.11/920.83	c learnt literals	: 0
1800.11/920.83	c learnt binary clauses	: 0
1800.11/920.83	c learnt ternary clauses	: 0
1800.11/920.83	c learnt clauses	: 224298
1800.11/920.83	c ignored clauses	: 0
1800.11/920.83	c root simplifications	: 0
1800.11/920.83	c removed literals (reason simplification)	: 5510016
1800.11/920.83	c reason swapping (by a shorter reason)	: 0
1800.11/920.83	c Calls to reduceDB	: 23
1800.11/920.83	c number of reductions to clauses (during analyze)	: 0
1800.11/920.83	c number of learned constraints concerned by reduction	: 0
1800.11/920.83	c number of learning phase by resolution	: 0
1800.11/920.83	c number of learning phase by cutting planes	: 0
1800.11/920.83	c speed (assignments/second)	: 13066.165309934257
1800.11/920.83	c non guided choices	61049
1800.30/920.95	c learnt constraints type 
1800.30/920.95	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19316
1800.30/920.95	c constraints type 
1800.30/920.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.30/920.95	c constraints type 
1800.30/920.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.30/920.95	s UNKNOWN
1800.30/920.95	c Total wall clock time (in seconds): 920.705

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-2662509-1276517822/watcher-2662509-1276517822 -o /tmp/evaluation-result-2662509-1276517822/solver-2662509-1276517822 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662509-1276517822.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/106 27302
/proc/meminfo: memFree=1712392/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=444 CPUtime=0
/proc/27302/stat : 27302 (java6) R 27300 27302 26805 0 -1 4194304 129 0 0 0 0 0 0 0 20 0 1 0 25434116 454656 48 1992294400 134512640 134550932 4292368192 18446744073709551615 3252820 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27302/statm: 111 48 38 10 0 25 0

[startup+0.107635 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27302
/proc/meminfo: memFree=1712392/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1524180 CPUtime=0.08
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 3953 0 1 0 6 2 0 0 20 0 12 0 25434116 1560760320 3392 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 381045 3392 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.200656 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27302
/proc/meminfo: memFree=1712392/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1526344 CPUtime=0.21
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 5023 0 1 0 18 3 0 0 20 0 12 0 25434116 1562976256 4460 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 381586 4460 1344 10 0 378889 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1526344

[startup+0.300671 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27302
/proc/meminfo: memFree=1712392/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1526480 CPUtime=0.34
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 7057 0 1 0 30 4 0 0 20 0 12 0 25434116 1563115520 6493 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 381620 6493 1353 10 0 378923 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526480

[startup+0.70074 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 27302
/proc/meminfo: memFree=1712392/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1527664 CPUtime=0.93
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 9821 0 1 0 88 5 0 0 20 0 12 0 25434116 1564327936 9170 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 381916 9171 1400 10 0 379219 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 1527664

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 27314
/proc/meminfo: memFree=1651848/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1527664 CPUtime=1.75
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 24397 0 1 0 164 11 0 0 20 0 12 0 25434116 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 381916 23746 1400 10 0 379219 0
[pid=27302/tid=27304] ppid=27300 vsize=1527664 CPUtime=1.33
/proc/27302/task/27304/stat : 27304 (java) R 27300 27302 26805 0 -1 4202560 22153 0 1 0 124 9 0 0 25 0 12 0 25434118 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4109275586 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27302/tid=27305] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27305/stat : 27305 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 12 0 25434120 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27306] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27306/stat : 27306 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 25434120 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27307] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27307/stat : 27307 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 25434122 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27308] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27308/stat : 27308 (java) S 27300 27302 26805 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 25434122 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27309] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27309/stat : 27309 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 25434122 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27310] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27310/stat : 27310 (java) S 27300 27302 26805 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 25434127 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27311] ppid=27300 vsize=1527664 CPUtime=0.17
/proc/27302/task/27311/stat : 27311 (java) S 27300 27302 26805 0 -1 4202560 427 0 0 0 17 0 0 0 15 0 12 0 25434127 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27312] ppid=27300 vsize=1527664 CPUtime=0.22
/proc/27302/task/27312/stat : 27312 (java) S 27300 27302 26805 0 -1 4202560 750 0 0 0 22 0 0 0 15 0 12 0 25434127 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27313] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27313/stat : 27313 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25434127 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27314] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27314/stat : 27314 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25434127 1564327936 23746 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1527664

[startup+3.10217 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 27314
/proc/meminfo: memFree=1551532/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1527664 CPUtime=3.71
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 42842 0 1 0 352 19 0 0 20 0 12 0 25434116 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 381916 41759 1415 10 0 379219 0
[pid=27302/tid=27304] ppid=27300 vsize=1527664 CPUtime=2.69
/proc/27302/task/27304/stat : 27304 (java) R 27300 27302 26805 0 -1 4202560 32003 0 1 0 255 14 0 0 25 0 12 0 25434118 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4109275738 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27302/tid=27305] ppid=27300 vsize=1527664 CPUtime=0.12
/proc/27302/task/27305/stat : 27305 (java) S 27300 27302 26805 0 -1 4202560 4162 0 0 0 11 1 0 0 18 0 12 0 25434120 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27306] ppid=27300 vsize=1527664 CPUtime=0.13
/proc/27302/task/27306/stat : 27306 (java) S 27300 27302 26805 0 -1 4202560 4285 0 0 0 12 1 0 0 18 0 12 0 25434120 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27307] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27307/stat : 27307 (java) S 27300 27302 26805 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 25434122 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27308] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27308/stat : 27308 (java) S 27300 27302 26805 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 25434122 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27309] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27309/stat : 27309 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 25434122 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27310] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27310/stat : 27310 (java) S 27300 27302 26805 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 25434127 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27311] ppid=27300 vsize=1527664 CPUtime=0.36
/proc/27302/task/27311/stat : 27311 (java) S 27300 27302 26805 0 -1 4202560 449 0 0 0 36 0 0 0 15 0 12 0 25434127 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27312] ppid=27300 vsize=1527664 CPUtime=0.35
/proc/27302/task/27312/stat : 27312 (java) S 27300 27302 26805 0 -1 4202560 876 0 0 0 35 0 0 0 15 0 12 0 25434127 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27313] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27313/stat : 27313 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25434127 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27314] ppid=27300 vsize=1527664 CPUtime=0
/proc/27302/task/27314/stat : 27314 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25434127 1564327936 41759 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 1527664

[startup+6.30176 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 27316
/proc/meminfo: memFree=1465600/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1534832 CPUtime=7.93
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 74700 0 1 0 760 33 0 0 20 0 12 0 25434116 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 383708 68716 1418 10 0 381011 0
[pid=27302/tid=27304] ppid=27300 vsize=1534832 CPUtime=5.12
/proc/27302/task/27304/stat : 27304 (java) R 27300 27302 26805 0 -1 4202560 32008 0 1 0 498 14 0 0 25 0 12 0 25434118 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4109275735 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27302/tid=27305] ppid=27300 vsize=1534832 CPUtime=0.87
/proc/27302/task/27305/stat : 27305 (java) S 27300 27302 26805 0 -1 4202560 15733 0 0 0 80 7 0 0 18 0 12 0 25434120 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27306] ppid=27300 vsize=1534832 CPUtime=0.89
/proc/27302/task/27306/stat : 27306 (java) S 27300 27302 26805 0 -1 4202560 21435 0 0 0 81 8 0 0 18 0 12 0 25434120 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27307] ppid=27300 vsize=1534832 CPUtime=0
/proc/27302/task/27307/stat : 27307 (java) S 27300 27302 26805 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 25434122 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27308] ppid=27300 vsize=1534832 CPUtime=0
/proc/27302/task/27308/stat : 27308 (java) S 27300 27302 26805 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 25434122 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27309] ppid=27300 vsize=1534832 CPUtime=0
/proc/27302/task/27309/stat : 27309 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 25434122 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27310] ppid=27300 vsize=1534832 CPUtime=0
/proc/27302/task/27310/stat : 27310 (java) S 27300 27302 26805 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 25434127 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27311] ppid=27300 vsize=1534832 CPUtime=0.37
/proc/27302/task/27311/stat : 27311 (java) S 27300 27302 26805 0 -1 4202560 451 0 0 0 37 0 0 0 16 0 12 0 25434127 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27312] ppid=27300 vsize=1534832 CPUtime=0.64
/proc/27302/task/27312/stat : 27312 (java) S 27300 27302 26805 0 -1 4202560 4006 0 0 0 62 2 0 0 16 0 12 0 25434127 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27313] ppid=27300 vsize=1534832 CPUtime=0
/proc/27302/task/27313/stat : 27313 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25434127 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27314] ppid=27300 vsize=1534832 CPUtime=0
/proc/27302/task/27314/stat : 27314 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25434127 1571667968 68716 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 1534832

[startup+12.7019 s]
/proc/loadavg: 1.32 1.07 1.02 4/122 27320
/proc/meminfo: memFree=1385464/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1536960 CPUtime=20.51
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 90564 0 1 0 2008 43 0 0 20 0 16 0 25434116 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 384240 83348 1440 10 0 381543 0
[pid=27302/tid=27304] ppid=27300 vsize=1536960 CPUtime=5.18
/proc/27302/task/27304/stat : 27304 (java) S 27300 27302 26805 0 -1 4202560 32033 0 1 0 504 14 0 0 15 0 16 0 25434118 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27305] ppid=27300 vsize=1536960 CPUtime=1.62
/proc/27302/task/27305/stat : 27305 (java) S 27300 27302 26805 0 -1 4202560 23768 0 0 0 151 11 0 0 16 0 16 0 25434120 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27306] ppid=27300 vsize=1536960 CPUtime=1.65
/proc/27302/task/27306/stat : 27306 (java) S 27300 27302 26805 0 -1 4202560 28740 0 0 0 154 11 0 0 15 0 16 0 25434120 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27307] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27307/stat : 27307 (java) S 27300 27302 26805 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 25434122 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27308] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27308/stat : 27308 (java) S 27300 27302 26805 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 25434122 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27309] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27309/stat : 27309 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 25434122 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27310] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27310/stat : 27310 (java) S 27300 27302 26805 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 25434127 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27311] ppid=27300 vsize=1536960 CPUtime=1.21
/proc/27302/task/27311/stat : 27311 (java) S 27300 27302 26805 0 -1 4202560 757 0 0 0 121 0 0 0 16 0 16 0 25434127 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27312] ppid=27300 vsize=1536960 CPUtime=1.72
/proc/27302/task/27312/stat : 27312 (java) S 27300 27302 26805 0 -1 4202560 4127 0 0 0 170 2 0 0 16 0 16 0 25434127 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27313] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27313/stat : 27313 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25434127 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27314] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27314/stat : 27314 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 25434127 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27317] ppid=27300 vsize=1536960 CPUtime=4.32
/proc/27302/task/27317/stat : 27317 (java) R 27300 27302 26805 0 -1 4202560 22 0 0 0 432 0 0 0 25 0 16 0 25434754 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4109627921 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27302/tid=27318] ppid=27300 vsize=1536960 CPUtime=4.72
/proc/27302/task/27318/stat : 27318 (java) R 27300 27302 26805 0 -1 4202560 41 0 0 0 472 0 0 0 19 0 16 0 25434754 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4109703004 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27302/tid=27319] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27319/stat : 27319 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 25434891 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27320] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27320/stat : 27320 (java) S 27300 27302 26805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 25434893 1573847040 83348 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.51
Current children cumulated vsize (KiB) 1536960

[startup+25.5013 s]
/proc/loadavg: 1.47 1.11 1.04 3/122 27320
/proc/meminfo: memFree=1366864/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1536960 CPUtime=45.81
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 94743 0 1 0 4532 49 0 0 20 0 16 0 25434116 1573847040 87435 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 384240 87435 1444 10 0 381543 0
[pid=27302/tid=27304] ppid=27300 vsize=1536960 CPUtime=5.18
/proc/27302/task/27304/stat : 27304 (java) S 27300 27302 26805 0 -1 4202560 32034 0 1 0 504 14 0 0 15 0 16 0 25434118 1573847040 87435 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27305] ppid=27300 vsize=1536960 CPUtime=2.13
/proc/27302/task/27305/stat : 27305 (java) S 27300 27302 26805 0 -1 4202560 26364 0 0 0 199 14 0 0 15 0 16 0 25434120 1573847040 87435 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27306] ppid=27300 vsize=1536960 CPUtime=2.15
/proc/27302/task/27306/stat : 27306 (java) S 27300 27302 26805 0 -1 4202560 30273 0 0 0 202 13 0 0 16 0 16 0 25434120 1573847040 87435 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27307] ppid=27300 vsize=1536960 CPUtime=0.01

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

/proc/27302/task/27317/stat : 27317 (java) R 27300 27302 26805 0 -1 4202560 349 0 0 0 77710 25 0 0 25 0 16 0 25434754 1573847040 119728 1992294400 134512640 134550932 4287758560 18446744073709551615 4109345641 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27302/tid=27318] ppid=27300 vsize=1536960 CPUtime=779.18
/proc/27302/task/27318/stat : 27318 (java) R 27300 27302 26805 0 -1 4202560 619 0 0 0 77900 18 0 0 25 0 16 0 25434754 1573847040 119728 1992294400 134512640 134550932 4287758560 18446744073709551615 4109343020 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27302/tid=27319] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27319/stat : 27319 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 25434891 1573847040 119728 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27320] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27320/stat : 27320 (java) S 27300 27302 26805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 25434893 1573847040 119728 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.34
Current children cumulated vsize (KiB) 1536960

[startup+882.311 s]
/proc/loadavg: 2.28 2.22 1.74 3/122 27342
/proc/meminfo: memFree=1229100/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1536960 CPUtime=1724.64
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 268571 0 1 0 172254 210 0 0 20 0 16 0 25434116 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 384240 121372 1451 10 0 381543 0
[pid=27302/tid=27304] ppid=27300 vsize=1536960 CPUtime=5.18
/proc/27302/task/27304/stat : 27304 (java) S 27300 27302 26805 0 -1 4202560 32056 0 1 0 504 14 0 0 15 0 16 0 25434118 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27305] ppid=27300 vsize=1536960 CPUtime=12.58
/proc/27302/task/27305/stat : 27305 (java) S 27300 27302 26805 0 -1 4202560 46196 0 0 0 1210 48 0 0 16 0 16 0 25434120 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27306] ppid=27300 vsize=1536960 CPUtime=12.73
/proc/27302/task/27306/stat : 27306 (java) S 27300 27302 26805 0 -1 4202560 47414 0 0 0 1236 37 0 0 16 0 16 0 25434120 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27307] ppid=27300 vsize=1536960 CPUtime=19.44
/proc/27302/task/27307/stat : 27307 (java) S 27300 27302 26805 0 -1 4202560 135806 0 0 0 1886 58 0 0 15 0 16 0 25434122 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27308] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27308/stat : 27308 (java) S 27300 27302 26805 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 25434122 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27309] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27309/stat : 27309 (java) S 27300 27302 26805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 25434122 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27310] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27310/stat : 27310 (java) S 27300 27302 26805 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 25434127 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27311] ppid=27300 vsize=1536960 CPUtime=1.24
/proc/27302/task/27311/stat : 27311 (java) S 27300 27302 26805 0 -1 4202560 757 0 0 0 124 0 0 0 16 0 16 0 25434127 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27312] ppid=27300 vsize=1536960 CPUtime=2.66
/proc/27302/task/27312/stat : 27312 (java) S 27300 27302 26805 0 -1 4202560 4207 0 0 0 264 2 0 0 15 0 16 0 25434127 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27313] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27313/stat : 27313 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25434127 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27314] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27314/stat : 27314 (java) S 27300 27302 26805 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 25434127 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27317] ppid=27300 vsize=1536960 CPUtime=834.43
/proc/27302/task/27317/stat : 27317 (java) R 27300 27302 26805 0 -1 4202560 369 0 0 0 83417 26 0 0 25 0 16 0 25434754 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4109345664 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27302/tid=27318] ppid=27300 vsize=1536960 CPUtime=836.28
/proc/27302/task/27318/stat : 27318 (java) R 27300 27302 26805 0 -1 4202560 641 0 0 0 83609 19 0 0 25 0 16 0 25434754 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4109627859 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27302/tid=27319] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27319/stat : 27319 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 25434891 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27320] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27320/stat : 27320 (java) S 27300 27302 26805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 25434893 1573847040 121372 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.64
Current children cumulated vsize (KiB) 1536960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.811 s]
/proc/loadavg: 2.22 2.21 1.75 3/122 27344
/proc/meminfo: memFree=1224140/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1536960 CPUtime=1800.11
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 273218 0 1 0 179797 214 0 0 20 0 16 0 25434116 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 384240 122605 1451 10 0 381543 0
[pid=27302/tid=27304] ppid=27300 vsize=1536960 CPUtime=5.18
/proc/27302/task/27304/stat : 27304 (java) S 27300 27302 26805 0 -1 4202560 32057 0 1 0 504 14 0 0 15 0 16 0 25434118 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27305] ppid=27300 vsize=1536960 CPUtime=13.05
/proc/27302/task/27305/stat : 27305 (java) S 27300 27302 26805 0 -1 4202560 47002 0 0 0 1256 49 0 0 16 0 16 0 25434120 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27306] ppid=27300 vsize=1536960 CPUtime=13.22
/proc/27302/task/27306/stat : 27306 (java) S 27300 27302 26805 0 -1 4202560 48208 0 0 0 1284 38 0 0 15 0 16 0 25434120 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27307] ppid=27300 vsize=1536960 CPUtime=20.34
/proc/27302/task/27307/stat : 27307 (java) S 27300 27302 26805 0 -1 4202560 138805 0 0 0 1975 59 0 0 15 0 16 0 25434122 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27308] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27308/stat : 27308 (java) S 27300 27302 26805 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 25434122 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27309] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27309/stat : 27309 (java) S 27300 27302 26805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 25434122 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27310] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27310/stat : 27310 (java) S 27300 27302 26805 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 25434127 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27311] ppid=27300 vsize=1536960 CPUtime=1.24
/proc/27302/task/27311/stat : 27311 (java) S 27300 27302 26805 0 -1 4202560 757 0 0 0 124 0 0 0 16 0 16 0 25434127 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27312] ppid=27300 vsize=1536960 CPUtime=2.8
/proc/27302/task/27312/stat : 27312 (java) S 27300 27302 26805 0 -1 4202560 4217 0 0 0 278 2 0 0 16 0 16 0 25434127 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27313] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27313/stat : 27313 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25434127 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27314] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27314/stat : 27314 (java) S 27300 27302 26805 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 25434127 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27317] ppid=27300 vsize=1536960 CPUtime=871.4
/proc/27302/task/27317/stat : 27317 (java) R 27300 27302 26805 0 -1 4202560 380 0 0 0 87112 28 0 0 25 0 16 0 25434754 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4109748759 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27302/tid=27318] ppid=27300 vsize=1536960 CPUtime=872.79
/proc/27302/task/27318/stat : 27318 (java) R 27300 27302 26805 0 -1 4202560 665 0 0 0 87260 19 0 0 25 0 16 0 25434754 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4109705438 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27302/tid=27319] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27319/stat : 27319 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 25434891 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27320] ppid=27300 vsize=1536960 CPUtime=0
/proc/27302/task/27320/stat : 27320 (java) S 27300 27302 26805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 25434893 1573847040 122605 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1536960

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

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

[startup+920.917 s]
/proc/loadavg: 2.22 2.21 1.75 3/122 27344
/proc/meminfo: memFree=1224140/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1537608 CPUtime=1800.3
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 273235 0 1 0 179816 214 0 0 18 0 18 0 25434116 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 384402 122622 1451 10 0 381705 0
[pid=27302/tid=27304] ppid=27300 vsize=1537608 CPUtime=5.18
/proc/27302/task/27304/stat : 27304 (java) S 27300 27302 26805 0 -1 4202560 32057 0 1 0 504 14 0 0 15 0 18 0 25434118 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27305] ppid=27300 vsize=1537608 CPUtime=13.05
/proc/27302/task/27305/stat : 27305 (java) S 27300 27302 26805 0 -1 4202560 47002 0 0 0 1256 49 0 0 16 0 18 0 25434120 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27306] ppid=27300 vsize=1537608 CPUtime=13.22
/proc/27302/task/27306/stat : 27306 (java) S 27300 27302 26805 0 -1 4202560 48208 0 0 0 1284 38 0 0 15 0 18 0 25434120 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27307] ppid=27300 vsize=1537608 CPUtime=20.34
/proc/27302/task/27307/stat : 27307 (java) S 27300 27302 26805 0 -1 4202560 138805 0 0 0 1975 59 0 0 15 0 18 0 25434122 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27308] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27308/stat : 27308 (java) S 27300 27302 26805 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 18 0 25434122 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27309] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27309/stat : 27309 (java) S 27300 27302 26805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 25434122 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27310] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27310/stat : 27310 (java) S 27300 27302 26805 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 25434127 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27311] ppid=27300 vsize=1537608 CPUtime=1.24
/proc/27302/task/27311/stat : 27311 (java) S 27300 27302 26805 0 -1 4202560 757 0 0 0 124 0 0 0 16 0 18 0 25434127 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27312] ppid=27300 vsize=1537608 CPUtime=2.81
/proc/27302/task/27312/stat : 27312 (java) R 27300 27302 26805 0 -1 4202560 4217 0 0 0 279 2 0 0 16 0 18 0 25434127 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 103334625 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27302/tid=27313] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27313/stat : 27313 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 25434127 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27314] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27314/stat : 27314 (java) S 27300 27302 26805 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 18 0 25434127 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27317] ppid=27300 vsize=1537608 CPUtime=871.48
/proc/27302/task/27317/stat : 27317 (java) R 27300 27302 26805 0 -1 4202560 380 0 0 0 87120 28 0 0 25 0 18 0 25434754 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4109399008 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27302/tid=27318] ppid=27300 vsize=1537608 CPUtime=872.88
/proc/27302/task/27318/stat : 27318 (java) R 27300 27302 26805 0 -1 4202560 665 0 0 0 87269 19 0 0 25 0 18 0 25434754 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4109705156 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27302/tid=27319] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27319/stat : 27319 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 18 0 25434891 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27320] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27320/stat : 27320 (java) S 27300 27302 26805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 25434893 1574510592 122622 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 1537608

[startup+921.002 s]
/proc/loadavg: 2.22 2.21 1.75 3/122 27344
/proc/meminfo: memFree=1224140/2059040 swapFree=4140360/4192956
[pid=27302] ppid=27300 vsize=1537608 CPUtime=1800.47
/proc/27302/stat : 27302 (java) S 27300 27302 26805 0 -1 4202496 273239 0 1 0 179833 214 0 0 18 0 16 0 25434116 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27302/statm: 384402 122626 1452 10 0 381705 0
[pid=27302/tid=27304] ppid=27300 vsize=1537608 CPUtime=5.18
/proc/27302/task/27304/stat : 27304 (java) S 27300 27302 26805 0 -1 4202560 32057 0 1 0 504 14 0 0 15 0 15 0 25434118 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27305] ppid=27300 vsize=1537608 CPUtime=13.05
/proc/27302/task/27305/stat : 27305 (java) S 27300 27302 26805 0 -1 4202560 47002 0 0 0 1256 49 0 0 16 0 15 0 25434120 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27306] ppid=27300 vsize=1537608 CPUtime=13.22
/proc/27302/task/27306/stat : 27306 (java) S 27300 27302 26805 0 -1 4202560 48208 0 0 0 1284 38 0 0 15 0 15 0 25434120 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27307] ppid=27300 vsize=1537608 CPUtime=20.34
/proc/27302/task/27307/stat : 27307 (java) R 27300 27302 26805 0 -1 4202560 138805 0 0 0 1975 59 0 0 15 0 15 0 25434122 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=27302/tid=27308] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27308/stat : 27308 (java) S 27300 27302 26805 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 15 0 25434122 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27309] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27309/stat : 27309 (java) S 27300 27302 26805 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 25434122 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27311] ppid=27300 vsize=1537608 CPUtime=1.24
/proc/27302/task/27311/stat : 27311 (java) S 27300 27302 26805 0 -1 4202560 757 0 0 0 124 0 0 0 16 0 15 0 25434127 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 1 0 0 0
[pid=27302/tid=27312] ppid=27300 vsize=1537608 CPUtime=2.84
/proc/27302/task/27312/stat : 27312 (java) S 27300 27302 26805 0 -1 4202560 4217 0 0 0 282 2 0 0 15 0 15 0 25434127 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27313] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27313/stat : 27313 (java) S 27300 27302 26805 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 25434127 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27317] ppid=27300 vsize=1537608 CPUtime=871.53
/proc/27302/task/27317/stat : 27317 (java) R 27300 27302 26805 0 -1 4202560 380 0 0 0 87125 28 0 0 25 0 15 0 25434754 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4109748838 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27302/tid=27318] ppid=27300 vsize=1537608 CPUtime=872.97
/proc/27302/task/27318/stat : 27318 (java) R 27300 27302 26805 0 -1 4202560 665 0 0 0 87278 19 0 0 25 0 15 0 25434754 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4109374913 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27302/tid=27319] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27319/stat : 27319 (java) S 27300 27302 26805 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 15 0 25434891 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
[pid=27302/tid=27320] ppid=27300 vsize=1537608 CPUtime=0
/proc/27302/task/27320/stat : 27320 (java) S 27300 27302 26805 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 15 0 25434893 1574510592 122626 1992294400 134512640 134550932 4287758560 18446744073709551615 4294960144 0 4 0 16800975 18446604437815777344 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.47
Current children cumulated vsize (KiB) 1537608

Child status: 143
Real time (s): 921.054
CPU time (s): 1800.53
CPU user time (s): 1798.33
CPU system time (s): 2.19967
CPU usage (%): 195.486
Max. virtual memory (cumulated for all children) (KiB): 1564576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.33
system time used= 2.19966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273240
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= 31893
involuntary context switches= 54176

runsolver used 4.37033 second user time and 10.1865 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-14 14:17:03
IDJOB=2662509
IDBENCH=2281
IDSOLVER=1166
FILE ID=node027/2662509-1276517822
PBS_JOBID= 11173427
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3702.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662509-1276517822/watcher-2662509-1276517822 -o /tmp/evaluation-result-2662509-1276517822/solver-2662509-1276517822 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662509-1276517822.opb

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

MD5SUM BENCH= d696f4100af4494c851a4f1a4044ecb8
RANDOM SEED=1337905028

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1712664 kB
Buffers:        136536 kB
Cached:         126556 kB
SwapCached:       6028 kB
Active:         110640 kB
Inactive:       165536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1712664 kB
SwapTotal:     4192956 kB
SwapFree:      4140360 kB
Dirty:            8940 kB
Writeback:           0 kB
AnonPages:       11228 kB
Mapped:          13008 kB
Slab:            48224 kB
PageTables:       3972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181956 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62468 MiB
End job on node027 at 2010-06-14 14:32:26