Trace number 2662532

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.52 923.207

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3703.opb
MD5SUM35c934e0cd42ffa30810ffe35ff61781
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 5257865308
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 154999
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 29657420026984
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 29657420026984
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.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.16	c version 2.2.0.v20100531
0.09/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.16	c java.vm.version	11.2-b01
0.09/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.16	c sun.arch.data.model	32
0.09/0.16	c java.version		1.6.0_12
0.09/0.16	c os.name		Linux
0.09/0.16	c os.version		2.6.18-164.el5
0.09/0.16	c os.arch		i386
0.09/0.16	c Free memory 		1393557488
0.09/0.16	c Max memory 		1395916800
0.09/0.16	c Total memory 		1395916800
0.09/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2662532-1276524858.opb
0.21/0.22	c reading problem ... 
7.86/6.24	c ... done. Wall clock time 6.018s.
7.86/6.24	c #vars     155000
7.86/6.24	c #constraints  63359
7.86/6.24	c constraints type 
7.86/6.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
7.86/6.24	c constraints type 
7.86/6.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
132.69/69.32	c cleaning 2501 clauses out of 5002 with flag 5002/5002
173.00/90.03	c cleaning 4251 clauses out of 8501 with flag 11002/11002
247.06/127.75	c cleaning 5620 clauses out of 11248 with flag 18000/18000
310.50/160.12	c cleaning 6812 clauses out of 13628 with flag 26000/26000
358.81/185.01	c cleaning 7915 clauses out of 15838 with flag 35022/35022
425.24/218.92	c cleaning 8945 clauses out of 17902 with flag 45001/45001
490.33/252.15	c cleaning 9473 clauses out of 18961 with flag 55005/55005
572.48/293.93	c cleaning 9715 clauses out of 19483 with flag 65000/65000
650.04/333.55	c cleaning 9863 clauses out of 19773 with flag 75005/75005
734.26/376.46	c cleaning 9950 clauses out of 19905 with flag 85000/85000
785.27/402.62	c cleaning 9987 clauses out of 19982 with flag 95027/95027
825.03/423.16	c cleaning 9981 clauses out of 19968 with flag 105000/105000
867.87/445.22	c cleaning 9992 clauses out of 19989 with flag 115002/115002
901.60/462.65	c cleaning 9994 clauses out of 20009 with flag 125014/125014
947.49/486.22	c cleaning 9997 clauses out of 20005 with flag 135004/135004
989.87/508.03	c cleaning 10000 clauses out of 20008 with flag 145004/145004
1033.80/530.73	c cleaning 10009 clauses out of 20019 with flag 155015/155015
1082.20/555.54	c cleaning 10002 clauses out of 20011 with flag 165016/165016
1122.21/576.15	c cleaning 9990 clauses out of 19993 with flag 175000/175000
1160.60/595.93	c cleaning 9998 clauses out of 20004 with flag 185001/185001
1209.88/621.39	c cleaning 9997 clauses out of 20006 with flag 195001/195001
1332.83/683.98	c cleaning 9961 clauses out of 20008 with flag 205000/205000
1401.08/718.90	c cleaning 10020 clauses out of 20053 with flag 215006/215006
1496.70/767.54	c cleaning 10011 clauses out of 20033 with flag 225006/225006
1554.04/797.01	c cleaning 10007 clauses out of 20023 with flag 235007/235007
1643.02/842.38	c cleaning 10002 clauses out of 20016 with flag 245007/245007
1741.64/892.57	c cleaning 10000 clauses out of 20014 with flag 255007/255007
1794.68/919.78	c cleaning 9986 clauses out of 20008 with flag 265001/265001
1800.19/923.02	c starts		: 129
1800.19/923.02	c conflicts		: 265386
1800.19/923.02	c decisions		: 1400654
1800.19/923.02	c propagations		: 14634492
1800.19/923.02	c inspects		: 167471369
1800.19/923.02	c learnt literals	: 0
1800.19/923.02	c learnt binary clauses	: 0
1800.19/923.02	c learnt ternary clauses	: 0
1800.19/923.02	c learnt clauses	: 265385
1800.19/923.02	c ignored clauses	: 0
1800.19/923.02	c root simplifications	: 0
1800.19/923.02	c removed literals (reason simplification)	: 2609931
1800.19/923.02	c reason swapping (by a shorter reason)	: 0
1800.19/923.02	c Calls to reduceDB	: 28
1800.19/923.02	c number of reductions to clauses (during analyze)	: 0
1800.19/923.02	c number of learned constraints concerned by reduction	: 0
1800.19/923.02	c number of learning phase by resolution	: 0
1800.19/923.02	c number of learning phase by cutting planes	: 0
1800.19/923.02	c speed (assignments/second)	: 15962.99641351868
1800.19/923.02	c non guided choices	627596
1800.19/923.10	c learnt constraints type 
1800.19/923.10	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10419
1800.19/923.10	c constraints type 
1800.19/923.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.19/923.10	c constraints type 
1800.19/923.10	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.19/923.10	s UNKNOWN
1800.19/923.10	c Total wall clock time (in seconds): 922.876

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-2662532-1276524858/watcher-2662532-1276524858 -o /tmp/evaluation-result-2662532-1276524858/solver-2662532-1276524858 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662532-1276524858.opb 

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


[startup+0 s]
/proc/loadavg: 0.98 1.01 1.00 3/106 28933
/proc/meminfo: memFree=1799064/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=248 CPUtime=0
/proc/28933/stat : 28933 (java6) R 28931 28933 28289 0 -1 4194304 109 0 0 0 0 0 0 0 19 0 1 0 28087611 253952 28 1992294400 134512640 134550932 4289858320 18446744073709551615 11227614 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28933/statm: 62 28 21 10 0 23 0

[startup+0.104356 s]
/proc/loadavg: 0.98 1.01 1.00 3/106 28933
/proc/meminfo: memFree=1799064/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1524180 CPUtime=0.09
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 3962 0 1 0 6 3 0 0 15 0 12 0 28087611 1560760320 3401 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 381045 3401 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.20237 s]
/proc/loadavg: 0.98 1.01 1.00 3/106 28933
/proc/meminfo: memFree=1799064/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1526068 CPUtime=0.21
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 4970 0 1 0 18 3 0 0 15 0 12 0 28087611 1562693632 4407 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 381517 4407 1340 10 0 378820 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1526068

[startup+0.301375 s]
/proc/loadavg: 0.98 1.01 1.00 3/106 28933
/proc/meminfo: memFree=1799064/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1526380 CPUtime=0.36
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 7026 0 1 0 32 4 0 0 15 0 12 0 28087611 1563013120 6463 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 381595 6463 1359 10 0 378898 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526380

[startup+0.70142 s]
/proc/loadavg: 0.98 1.01 1.00 3/106 28933
/proc/meminfo: memFree=1799064/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1527708 CPUtime=1.03
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 10782 0 1 0 98 5 0 0 15 0 12 0 28087611 1564372992 10128 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 381927 10130 1400 10 0 379230 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527708

[startup+1.52051 s]
/proc/loadavg: 0.98 1.01 1.00 2/118 28945
/proc/meminfo: memFree=1733312/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1528156 CPUtime=1.92
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 24650 0 1 0 180 12 0 0 15 0 12 0 28087611 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 382039 23996 1401 10 0 379342 0
[pid=28933/tid=28935] ppid=28931 vsize=1528156 CPUtime=1.46
/proc/28933/task/28935/stat : 28935 (java) R 28931 28933 28289 0 -1 4202560 22445 0 1 0 136 10 0 0 25 0 12 0 28087613 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28933/tid=28936] ppid=28931 vsize=1528156 CPUtime=0
/proc/28933/task/28936/stat : 28936 (java) S 28931 28933 28289 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 28087614 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28937] ppid=28931 vsize=1528156 CPUtime=0
/proc/28933/task/28937/stat : 28937 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28087614 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28938] ppid=28931 vsize=1528156 CPUtime=0
/proc/28933/task/28938/stat : 28938 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 28087616 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28939] ppid=28931 vsize=1528156 CPUtime=0
/proc/28933/task/28939/stat : 28939 (java) S 28931 28933 28289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28087617 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28940] ppid=28931 vsize=1528156 CPUtime=0
/proc/28933/task/28940/stat : 28940 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28087617 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28941] ppid=28931 vsize=1528156 CPUtime=0
/proc/28933/task/28941/stat : 28941 (java) S 28931 28933 28289 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 28087621 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28942] ppid=28931 vsize=1528156 CPUtime=0.21
/proc/28933/task/28942/stat : 28942 (java) R 28931 28933 28289 0 -1 4202560 495 0 0 0 21 0 0 0 16 0 12 0 28087621 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 104143413 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28933/tid=28943] ppid=28931 vsize=1528156 CPUtime=0.22
/proc/28933/task/28943/stat : 28943 (java) R 28931 28933 28289 0 -1 4202560 644 0 0 0 22 0 0 0 15 0 12 0 28087621 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 104140955 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28933/tid=28944] ppid=28931 vsize=1528156 CPUtime=0
/proc/28933/task/28944/stat : 28944 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28087621 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28945] ppid=28931 vsize=1528156 CPUtime=0
/proc/28933/task/28945/stat : 28945 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28087621 1564831744 23996 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 1528156

[startup+3.1017 s]
/proc/loadavg: 1.06 1.03 1.00 2/118 28945
/proc/meminfo: memFree=1636964/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1528316 CPUtime=3.87
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 46605 0 1 0 366 21 0 0 15 0 12 0 28087611 1564995584 45313 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 382079 45316 1415 10 0 379382 0
[pid=28933/tid=28935] ppid=28931 vsize=1528316 CPUtime=2.77
/proc/28933/task/28935/stat : 28935 (java) S 28931 28933 28289 0 -1 4202560 32023 0 1 0 263 14 0 0 19 0 12 0 28087613 1564995584 45317 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28936] ppid=28931 vsize=1528316 CPUtime=0.18
/proc/28933/task/28936/stat : 28936 (java) R 28931 28933 28289 0 -1 4202560 6563 0 0 0 17 1 0 0 16 0 12 0 28087614 1564995584 45319 1992294400 134512640 134550932 4290412416 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28933/tid=28937] ppid=28931 vsize=1528316 CPUtime=0.19
/proc/28933/task/28937/stat : 28937 (java) R 28931 28933 28289 0 -1 4202560 5747 0 0 0 16 3 0 0 18 0 12 0 28087614 1564995584 45320 1992294400 134512640 134550932 4290412416 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28933/tid=28938] ppid=28931 vsize=1528316 CPUtime=0
/proc/28933/task/28938/stat : 28938 (java) S 28931 28933 28289 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 28087616 1564995584 45322 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28939] ppid=28931 vsize=1528316 CPUtime=0
/proc/28933/task/28939/stat : 28939 (java) S 28931 28933 28289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 28087617 1564995584 45323 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28940] ppid=28931 vsize=1528316 CPUtime=0
/proc/28933/task/28940/stat : 28940 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 28087617 1564995584 45327 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28941] ppid=28931 vsize=1528316 CPUtime=0
/proc/28933/task/28941/stat : 28941 (java) S 28931 28933 28289 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 12 0 28087621 1564995584 45328 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28942] ppid=28931 vsize=1528316 CPUtime=0.36
/proc/28933/task/28942/stat : 28942 (java) S 28931 28933 28289 0 -1 4202560 559 0 0 0 36 0 0 0 15 0 12 0 28087621 1564995584 45329 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28943] ppid=28931 vsize=1528316 CPUtime=0.31
/proc/28933/task/28943/stat : 28943 (java) S 28931 28933 28289 0 -1 4202560 652 0 0 0 31 0 0 0 15 0 12 0 28087621 1564995584 45331 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28944] ppid=28931 vsize=1528316 CPUtime=0
/proc/28933/task/28944/stat : 28944 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 28087621 1564995584 45332 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28945] ppid=28931 vsize=1528316 CPUtime=0
/proc/28933/task/28945/stat : 28945 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 28087621 1564995584 45333 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 1528316

[startup+6.30168 s]
/proc/loadavg: 1.06 1.03 1.00 4/118 28945
/proc/meminfo: memFree=1552272/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1534332 CPUtime=8.01
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 74750 0 1 0 766 35 0 0 15 0 14 0 28087611 1571155968 68406 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 383583 68408 1427 10 0 380886 0
[pid=28933/tid=28935] ppid=28931 vsize=1534332 CPUtime=5.25
/proc/28933/task/28935/stat : 28935 (java) S 28931 28933 28289 0 -1 4202560 32052 0 1 0 510 15 0 0 17 0 14 0 28087613 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28936] ppid=28931 vsize=1534332 CPUtime=0.81
/proc/28933/task/28936/stat : 28936 (java) S 28931 28933 28289 0 -1 4202560 20282 0 0 0 72 9 0 0 16 0 14 0 28087614 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28937] ppid=28931 vsize=1534332 CPUtime=0.82
/proc/28933/task/28937/stat : 28937 (java) S 28931 28933 28289 0 -1 4202560 17785 0 0 0 74 8 0 0 18 0 14 0 28087614 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28938] ppid=28931 vsize=1534332 CPUtime=0
/proc/28933/task/28938/stat : 28938 (java) S 28931 28933 28289 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 14 0 28087616 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28939] ppid=28931 vsize=1534332 CPUtime=0
/proc/28933/task/28939/stat : 28939 (java) S 28931 28933 28289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 28087617 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28940] ppid=28931 vsize=1534332 CPUtime=0
/proc/28933/task/28940/stat : 28940 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 14 0 28087617 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28941] ppid=28931 vsize=1534332 CPUtime=0
/proc/28933/task/28941/stat : 28941 (java) S 28931 28933 28289 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 14 0 28087621 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28942] ppid=28931 vsize=1534332 CPUtime=0.4
/proc/28933/task/28942/stat : 28942 (java) R 28931 28933 28289 0 -1 4202560 574 0 0 0 40 0 0 0 16 0 14 0 28087621 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 106547856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28933/tid=28943] ppid=28931 vsize=1534332 CPUtime=0.65
/proc/28933/task/28943/stat : 28943 (java) R 28931 28933 28289 0 -1 4202560 2978 0 0 0 64 1 0 0 16 0 14 0 28087621 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 106833466 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28933/tid=28944] ppid=28931 vsize=1534332 CPUtime=0
/proc/28933/task/28944/stat : 28944 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 28087621 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28945] ppid=28931 vsize=1534332 CPUtime=0
/proc/28933/task/28945/stat : 28945 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 28087621 1571155968 68408 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 1534332

[startup+12.7016 s]
/proc/loadavg: 1.21 1.06 1.01 3/122 28951
/proc/meminfo: memFree=1473748/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1535448 CPUtime=20.6
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 89514 0 1 0 2016 44 0 0 15 0 16 0 28087611 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 383862 82341 1441 10 0 381165 0
[pid=28933/tid=28935] ppid=28931 vsize=1535448 CPUtime=5.25
/proc/28933/task/28935/stat : 28935 (java) S 28931 28933 28289 0 -1 4202560 32052 0 1 0 510 15 0 0 15 0 16 0 28087613 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28936] ppid=28931 vsize=1535448 CPUtime=1.53
/proc/28933/task/28936/stat : 28936 (java) S 28931 28933 28289 0 -1 4202560 26892 0 0 0 141 12 0 0 16 0 16 0 28087614 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28937] ppid=28931 vsize=1535448 CPUtime=1.52
/proc/28933/task/28937/stat : 28937 (java) S 28931 28933 28289 0 -1 4202560 25492 0 0 0 140 12 0 0 15 0 16 0 28087614 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28938] ppid=28931 vsize=1535448 CPUtime=0.01
/proc/28933/task/28938/stat : 28938 (java) S 28931 28933 28289 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 16 0 28087616 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28939] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28939/stat : 28939 (java) S 28931 28933 28289 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 28087617 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28940] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28940/stat : 28940 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 16 0 28087617 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28941] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28941/stat : 28941 (java) S 28931 28933 28289 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 28087621 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28942] ppid=28931 vsize=1535448 CPUtime=1.16
/proc/28933/task/28942/stat : 28942 (java) S 28931 28933 28289 0 -1 4202560 689 0 0 0 116 0 0 0 15 0 16 0 28087621 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28943] ppid=28931 vsize=1535448 CPUtime=1.7
/proc/28933/task/28943/stat : 28943 (java) S 28931 28933 28289 0 -1 4202560 3241 0 0 0 169 1 0 0 16 0 16 0 28087621 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28944] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28944/stat : 28944 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28087621 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28945] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28945/stat : 28945 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 28087621 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28946] ppid=28931 vsize=1535448 CPUtime=4.96
/proc/28933/task/28946/stat : 28946 (java) R 28931 28933 28289 0 -1 4202560 38 0 0 0 496 0 0 0 22 0 16 0 28088236 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4109330456 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28933/tid=28947] ppid=28931 vsize=1535448 CPUtime=4.39
/proc/28933/task/28947/stat : 28947 (java) R 28931 28933 28289 0 -1 4202560 32 0 0 0 439 0 0 0 22 0 16 0 28088236 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4109146494 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28933/tid=28948] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28948/stat : 28948 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28088353 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28949] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28949/stat : 28949 (java) S 28931 28933 28289 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 28088368 1572298752 82341 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.6
Current children cumulated vsize (KiB) 1535448

[startup+25.5016 s]
/proc/loadavg: 1.33 1.09 1.02 3/122 28951
/proc/meminfo: memFree=1455520/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1535448 CPUtime=45.96
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 94236 0 1 0 4548 48 0 0 15 0 16 0 28087611 1572298752 86928 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 383862 86928 1445 10 0 381165 0
[pid=28933/tid=28935] ppid=28931 vsize=1535448 CPUtime=5.25
/proc/28933/task/28935/stat : 28935 (java) S 28931 28933 28289 0 -1 4202560 32052 0 1 0 510 15 0 0 15 0 16 0 28087613 1572298752 86928 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28936] ppid=28931 vsize=1535448 CPUtime=1.94
/proc/28933/task/28936/stat : 28936 (java) S 28931 28933 28289 0 -1 4202560 28455 0 0 0 181 13 0 0 15 0 16 0 28087614 1572298752 86928 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28937] ppid=28931 vsize=1535448 CPUtime=1.95
/proc/28933/task/28937/stat : 28937 (java) S 28931 28933 28289 0 -1 4202560 28609 0 0 0 181 14 0 0 16 0 16 0 28087614 1572298752 86928 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28938] ppid=28931 vsize=1535448 CPUtime=0.02

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

/proc/28933/statm: 383862 128486 1452 10 0 381165 0
[pid=28933/tid=28935] ppid=28931 vsize=1535448 CPUtime=5.25
/proc/28933/task/28935/stat : 28935 (java) S 28931 28933 28289 0 -1 4202560 32072 0 1 0 510 15 0 0 15 0 16 0 28087613 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28936] ppid=28931 vsize=1535448 CPUtime=10.92
/proc/28933/task/28936/stat : 28936 (java) S 28931 28933 28289 0 -1 4202560 52109 0 0 0 1047 45 0 0 16 0 16 0 28087614 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28937] ppid=28931 vsize=1535448 CPUtime=11
/proc/28933/task/28937/stat : 28937 (java) S 28931 28933 28289 0 -1 4202560 51815 0 0 0 1057 43 0 0 15 0 16 0 28087614 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28938] ppid=28931 vsize=1535448 CPUtime=21.75
/proc/28933/task/28938/stat : 28938 (java) S 28931 28933 28289 0 -1 4202560 157886 0 0 0 2106 69 0 0 15 0 16 0 28087616 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28939] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28939/stat : 28939 (java) S 28931 28933 28289 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 28087617 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28940] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28940/stat : 28940 (java) S 28931 28933 28289 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28087617 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28941] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28941/stat : 28941 (java) S 28931 28933 28289 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28942] ppid=28931 vsize=1535448 CPUtime=1.24
/proc/28933/task/28942/stat : 28942 (java) S 28931 28933 28289 0 -1 4202560 698 0 0 0 124 0 0 0 15 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28943] ppid=28931 vsize=1535448 CPUtime=2.4
/proc/28933/task/28943/stat : 28943 (java) S 28931 28933 28289 0 -1 4202560 3283 0 0 0 239 1 0 0 15 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28944] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28944/stat : 28944 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28945] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28945/stat : 28945 (java) S 28931 28933 28289 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28946] ppid=28931 vsize=1535448 CPUtime=774.19
/proc/28933/task/28946/stat : 28946 (java) R 28931 28933 28289 0 -1 4202560 504 0 0 0 77413 6 0 0 25 0 16 0 28088236 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4109481030 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28933/tid=28947] ppid=28931 vsize=1535448 CPUtime=776.54
/proc/28933/task/28947/stat : 28947 (java) R 28931 28933 28289 0 -1 4202560 608 0 0 0 77647 7 0 0 25 0 16 0 28088236 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4109458630 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28933/tid=28948] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28948/stat : 28948 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28088353 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28949] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28949/stat : 28949 (java) S 28931 28933 28289 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 28088368 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1603.37
Current children cumulated vsize (KiB) 1535448

[startup+882.31 s]
/proc/loadavg: 2.00 1.94 1.59 3/122 28973
/proc/meminfo: memFree=1286880/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1535448 CPUtime=1721.43
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 310533 0 1 0 171945 198 0 0 15 0 16 0 28087611 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 383862 128486 1452 10 0 381165 0
[pid=28933/tid=28935] ppid=28931 vsize=1535448 CPUtime=5.25
/proc/28933/task/28935/stat : 28935 (java) S 28931 28933 28289 0 -1 4202560 32072 0 1 0 510 15 0 0 15 0 16 0 28087613 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28936] ppid=28931 vsize=1535448 CPUtime=11.33
/proc/28933/task/28936/stat : 28936 (java) S 28931 28933 28289 0 -1 4202560 52109 0 0 0 1087 46 0 0 15 0 16 0 28087614 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28937] ppid=28931 vsize=1535448 CPUtime=11.4
/proc/28933/task/28937/stat : 28937 (java) S 28931 28933 28289 0 -1 4202560 51815 0 0 0 1096 44 0 0 16 0 16 0 28087614 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28938] ppid=28931 vsize=1535448 CPUtime=22.64
/proc/28933/task/28938/stat : 28938 (java) S 28931 28933 28289 0 -1 4202560 168250 0 0 0 2190 74 0 0 15 0 16 0 28087616 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28939] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28939/stat : 28939 (java) S 28931 28933 28289 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 28087617 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28940] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28940/stat : 28940 (java) S 28931 28933 28289 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28087617 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28941] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28941/stat : 28941 (java) S 28931 28933 28289 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28942] ppid=28931 vsize=1535448 CPUtime=1.24
/proc/28933/task/28942/stat : 28942 (java) S 28931 28933 28289 0 -1 4202560 698 0 0 0 124 0 0 0 15 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28943] ppid=28931 vsize=1535448 CPUtime=2.4
/proc/28933/task/28943/stat : 28943 (java) S 28931 28933 28289 0 -1 4202560 3283 0 0 0 239 1 0 0 15 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28944] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28944/stat : 28944 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28945] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28945/stat : 28945 (java) S 28931 28933 28289 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28946] ppid=28931 vsize=1535448 CPUtime=832.29
/proc/28933/task/28946/stat : 28946 (java) R 28931 28933 28289 0 -1 4202560 548 0 0 0 83223 6 0 0 25 0 16 0 28088236 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4109074692 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28933/tid=28947] ppid=28931 vsize=1535448 CPUtime=834.79
/proc/28933/task/28947/stat : 28947 (java) R 28931 28933 28289 0 -1 4202560 638 0 0 0 83472 7 0 0 25 0 16 0 28088236 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4109458630 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28933/tid=28948] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28948/stat : 28948 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28088353 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28949] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28949/stat : 28949 (java) S 28931 28933 28289 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 28088368 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 1535448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+923.009 s]
/proc/loadavg: 2.00 1.94 1.60 3/122 28975
/proc/meminfo: memFree=1286632/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1535448 CPUtime=1800.19
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 326186 0 1 0 179811 208 0 0 15 0 16 0 28087611 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 383862 128486 1452 10 0 381165 0
[pid=28933/tid=28935] ppid=28931 vsize=1535448 CPUtime=5.25
/proc/28933/task/28935/stat : 28935 (java) S 28931 28933 28289 0 -1 4202560 32073 0 1 0 510 15 0 0 15 0 16 0 28087613 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28936] ppid=28931 vsize=1535448 CPUtime=11.77
/proc/28933/task/28936/stat : 28936 (java) S 28931 28933 28289 0 -1 4202560 52109 0 0 0 1130 47 0 0 16 0 16 0 28087614 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28937] ppid=28931 vsize=1535448 CPUtime=11.86
/proc/28933/task/28937/stat : 28937 (java) S 28931 28933 28289 0 -1 4202560 51815 0 0 0 1141 45 0 0 15 0 16 0 28087614 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28938] ppid=28931 vsize=1535448 CPUtime=24.56
/proc/28933/task/28938/stat : 28938 (java) S 28931 28933 28289 0 -1 4202560 183850 0 0 0 2376 80 0 0 16 0 16 0 28087616 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28939] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28939/stat : 28939 (java) S 28931 28933 28289 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 28087617 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28940] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28940/stat : 28940 (java) S 28931 28933 28289 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 28087617 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28941] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28941/stat : 28941 (java) S 28931 28933 28289 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28942] ppid=28931 vsize=1535448 CPUtime=1.24
/proc/28933/task/28942/stat : 28942 (java) S 28931 28933 28289 0 -1 4202560 698 0 0 0 124 0 0 0 15 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28943] ppid=28931 vsize=1535448 CPUtime=2.4
/proc/28933/task/28943/stat : 28943 (java) S 28931 28933 28289 0 -1 4202560 3283 0 0 0 239 1 0 0 15 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28944] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28944/stat : 28944 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28945] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28945/stat : 28945 (java) S 28931 28933 28289 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 28087621 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28946] ppid=28931 vsize=1535448 CPUtime=870.47
/proc/28933/task/28946/stat : 28946 (java) R 28931 28933 28289 0 -1 4202560 573 0 0 0 87040 7 0 0 21 0 16 0 28088236 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4109105644 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28933/tid=28947] ppid=28931 vsize=1535448 CPUtime=872.54
/proc/28933/task/28947/stat : 28947 (java) R 28931 28933 28289 0 -1 4202560 663 0 0 0 87247 7 0 0 21 0 16 0 28088236 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4109445216 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28933/tid=28948] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28948/stat : 28948 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 28088353 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28949] ppid=28931 vsize=1535448 CPUtime=0
/proc/28933/task/28949/stat : 28949 (java) S 28931 28933 28289 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 28088368 1572298752 128486 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1535448

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

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

[startup+923.116 s]
/proc/loadavg: 2.00 1.94 1.60 3/122 28975
/proc/meminfo: memFree=1286632/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=1536096 CPUtime=1800.38
/proc/28933/stat : 28933 (java) S 28931 28933 28289 0 -1 4202496 326207 0 1 0 179830 208 0 0 15 0 17 0 28087611 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 384024 128507 1453 10 0 381327 0
[pid=28933/tid=28935] ppid=28931 vsize=1536096 CPUtime=5.25
/proc/28933/task/28935/stat : 28935 (java) S 28931 28933 28289 0 -1 4202560 32073 0 1 0 510 15 0 0 15 0 17 0 28087613 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28936] ppid=28931 vsize=1536096 CPUtime=11.77
/proc/28933/task/28936/stat : 28936 (java) S 28931 28933 28289 0 -1 4202560 52109 0 0 0 1130 47 0 0 16 0 17 0 28087614 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28937] ppid=28931 vsize=1536096 CPUtime=11.86
/proc/28933/task/28937/stat : 28937 (java) S 28931 28933 28289 0 -1 4202560 51815 0 0 0 1141 45 0 0 15 0 17 0 28087614 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28938] ppid=28931 vsize=1536096 CPUtime=24.56
/proc/28933/task/28938/stat : 28938 (java) S 28931 28933 28289 0 -1 4202560 183850 0 0 0 2376 80 0 0 16 0 17 0 28087616 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 0 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28939] ppid=28931 vsize=1536096 CPUtime=0
/proc/28933/task/28939/stat : 28939 (java) S 28931 28933 28289 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 17 0 28087617 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28940] ppid=28931 vsize=1536096 CPUtime=0
/proc/28933/task/28940/stat : 28940 (java) S 28931 28933 28289 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 17 0 28087617 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28941] ppid=28931 vsize=1536096 CPUtime=0
/proc/28933/task/28941/stat : 28941 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 17 0 28087621 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28942] ppid=28931 vsize=1536096 CPUtime=1.24
/proc/28933/task/28942/stat : 28942 (java) S 28931 28933 28289 0 -1 4202560 698 0 0 0 124 0 0 0 15 0 17 0 28087621 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28943] ppid=28931 vsize=1536096 CPUtime=2.41
/proc/28933/task/28943/stat : 28943 (java) S 28931 28933 28289 0 -1 4202560 3283 0 0 0 240 1 0 0 16 0 17 0 28087621 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28944] ppid=28931 vsize=1536096 CPUtime=0
/proc/28933/task/28944/stat : 28944 (java) S 28931 28933 28289 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 28087621 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28945] ppid=28931 vsize=1536096 CPUtime=0
/proc/28933/task/28945/stat : 28945 (java) S 28931 28933 28289 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 17 0 28087621 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
[pid=28933/tid=28946] ppid=28931 vsize=1536096 CPUtime=870.56
/proc/28933/task/28946/stat : 28946 (java) R 28931 28933 28289 0 -1 4202560 573 0 0 0 87049 7 0 0 21 0 17 0 28088236 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4109330223 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28933/tid=28947] ppid=28931 vsize=1536096 CPUtime=872.62
/proc/28933/task/28947/stat : 28947 (java) R 28931 28933 28289 0 -1 4202560 663 0 0 0 87255 7 0 0 21 0 17 0 28088236 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4109101789 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28933/tid=28948] ppid=28931 vsize=1536096 CPUtime=0
/proc/28933/task/28948/stat : 28948 (java) S 28931 28933 28289 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 17 0 28088353 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 0 0 0 0
[pid=28933/tid=28949] ppid=28931 vsize=1536096 CPUtime=0
/proc/28933/task/28949/stat : 28949 (java) S 28931 28933 28289 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 17 0 28088368 1572962304 128507 1992294400 134512640 134550932 4290412416 18446744073709551615 4294960144 0 4 0 16800975 18446604437878528064 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 1536096

[startup+923.203 s]
/proc/loadavg: 2.00 1.94 1.60 3/122 28975
/proc/meminfo: memFree=1286632/2059040 swapFree=4140228/4192956
[pid=28933] ppid=28931 vsize=0 CPUtime=1800.51
/proc/28933/stat : 28933 (java) Z 28931 28933 28289 0 -1 4203548 326208 0 1 0 179838 213 0 0 15 0 2 0 28087611 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28933/statm: 0 0 0 0 0 0 0
[pid=28933/tid=28947] ppid=28931 vsize=0 CPUtime=872.7
/proc/28933/task/28947/stat : 28947 (java) R 28931 28933 28289 0 -1 4203588 663 0 0 0 87258 12 0 0 21 0 2 0 28088236 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.51
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 923.207
CPU time (s): 1800.52
CPU user time (s): 1798.39
CPU system time (s): 2.13568
CPU usage (%): 195.029
Max. virtual memory (cumulated for all children) (KiB): 1563064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 2.13567
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326208
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= 34011
involuntary context switches= 54340

runsolver used 5.10122 second user time and 9.79551 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-14 16:14:19
IDJOB=2662532
IDBENCH=2307
IDSOLVER=1166
FILE ID=node009/2662532-1276524858
PBS_JOBID= 11173431
Free space on /tmp= 62444 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-n3703.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662532-1276524858/watcher-2662532-1276524858 -o /tmp/evaluation-result-2662532-1276524858/solver-2662532-1276524858 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662532-1276524858.opb

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

MD5SUM BENCH= 35c934e0cd42ffa30810ffe35ff61781
RANDOM SEED=253414644

node009.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.199
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.39
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.199
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:       1799336 kB
Buffers:         70528 kB
Cached:         109928 kB
SwapCached:       5716 kB
Active:         101340 kB
Inactive:        91612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1799336 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:           10648 kB
Writeback:           0 kB
AnonPages:       10996 kB
Mapped:          12856 kB
Slab:            44624 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179756 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= 62440 MiB
End job on node009 at 2010-06-14 16:29:44