Trace number 2662525

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.25 921.753

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3700.opb
MD5SUM86879a5871daa11ed8529c30e9ca3bf0
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 4726350847
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 29631666774144
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 29631666774144
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662525-1276523964.opb
0.22/0.22	c reading problem ... 
8.07/6.29	c ... done. Wall clock time 6.073s.
8.07/6.29	c #vars     155000
8.07/6.29	c #constraints  66302
8.07/6.29	c constraints type 
8.07/6.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
8.07/6.29	c constraints type 
8.07/6.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
137.68/71.72	c cleaning 2497 clauses out of 5001 with flag 5001/5001
176.00/91.41	c cleaning 4254 clauses out of 8507 with flag 11004/11004
224.17/116.12	c cleaning 5627 clauses out of 11253 with flag 18004/18004
286.79/148.11	c cleaning 6812 clauses out of 13624 with flag 26002/26002
354.20/182.65	c cleaning 7908 clauses out of 15818 with flag 35008/35008
420.02/216.30	c cleaning 8949 clauses out of 17902 with flag 45000/45000
501.33/257.64	c cleaning 9479 clauses out of 18958 with flag 55005/55005
563.96/289.61	c cleaning 9742 clauses out of 19484 with flag 65010/65010
622.99/319.90	c cleaning 9870 clauses out of 19742 with flag 75010/75010
697.95/358.16	c cleaning 9937 clauses out of 19873 with flag 85011/85011
753.26/386.43	c cleaning 9965 clauses out of 19932 with flag 95007/95007
805.39/413.20	c cleaning 9984 clauses out of 19970 with flag 105010/105010
878.24/450.53	c cleaning 9991 clauses out of 19983 with flag 115007/115007
1009.54/517.25	c cleaning 9994 clauses out of 19991 with flag 125006/125006
1088.80/557.70	c cleaning 9997 clauses out of 20002 with flag 135011/135011
1166.67/597.39	c cleaning 9997 clauses out of 19999 with flag 145005/145005
1228.18/628.93	c cleaning 10000 clauses out of 20005 with flag 155008/155008
1290.72/660.94	c cleaning 9997 clauses out of 20002 with flag 165005/165005
1382.02/707.42	c cleaning 10000 clauses out of 20001 with flag 175001/175001
1469.11/751.86	c cleaning 10011 clauses out of 20021 with flag 185021/185021
1524.07/780.12	c cleaning 9996 clauses out of 19992 with flag 195003/195003
1581.72/809.68	c cleaning 10004 clauses out of 20010 with flag 205017/205017
1640.55/839.71	c cleaning 9999 clauses out of 20002 with flag 215013/215013
1690.61/865.41	c cleaning 9999 clauses out of 20000 with flag 225010/225010
1757.08/899.52	c cleaning 9996 clauses out of 19993 with flag 235002/235002
1800.01/921.63	c starts		: 120
1800.01/921.63	c conflicts		: 242545
1800.01/921.63	c decisions		: 688551
1800.01/921.63	c propagations		: 11707264
1800.01/921.63	c inspects		: 244678225
1800.01/921.63	c learnt literals	: 0
1800.01/921.63	c learnt binary clauses	: 0
1800.01/921.63	c learnt ternary clauses	: 0
1800.01/921.63	c learnt clauses	: 242545
1800.01/921.63	c ignored clauses	: 0
1800.01/921.63	c root simplifications	: 0
1800.01/921.63	c removed literals (reason simplification)	: 6878625
1800.01/921.63	c reason swapping (by a shorter reason)	: 0
1800.01/921.63	c Calls to reduceDB	: 25
1800.01/921.63	c number of reductions to clauses (during analyze)	: 0
1800.01/921.63	c number of learned constraints concerned by reduction	: 0
1800.01/921.63	c number of learning phase by resolution	: 0
1800.01/921.63	c number of learning phase by cutting planes	: 0
1800.01/921.63	c speed (assignments/second)	: 12790.225154015661
1800.01/921.63	c non guided choices	48424
1800.01/921.68	c learnt constraints type 
1800.01/921.68	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17561
1800.01/921.68	c constraints type 
1800.01/921.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.01/921.68	c constraints type 
1800.01/921.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.01/921.68	s UNKNOWN
1800.01/921.68	c Total wall clock time (in seconds): 921.456

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-2662525-1276523964/watcher-2662525-1276523964 -o /tmp/evaluation-result-2662525-1276523964/solver-2662525-1276523964 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662525-1276523964.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 2/106 30443
/proc/meminfo: memFree=1690156/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1832 CPUtime=0
/proc/30443/stat : 30443 (java6) R 30441 30443 30054 0 -1 4194304 251 0 0 0 0 0 0 0 16 0 1 0 26052785 1875968 153 1992294400 134512640 134550932 4288982112 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/30443/statm: 458 153 116 10 0 63 0

[startup+0.0963989 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30443
/proc/meminfo: memFree=1690156/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1523152 CPUtime=0.07
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 3895 0 1 0 5 2 0 0 15 0 10 0 26052785 1559707648 3335 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 380788 3335 1061 10 0 378098 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1523152

[startup+0.101395 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30443
/proc/meminfo: memFree=1690156/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1524180 CPUtime=0.08
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 3955 0 1 0 6 2 0 0 15 0 12 0 26052785 1560760320 3394 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 381045 3394 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301421 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30443
/proc/meminfo: memFree=1690156/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1526376 CPUtime=0.36
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 7039 0 1 0 32 4 0 0 15 0 12 0 26052785 1563009024 6476 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 381594 6476 1359 10 0 378897 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526376

[startup+0.701449 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 30443
/proc/meminfo: memFree=1690156/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1528216 CPUtime=1.03
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 11275 0 1 0 97 6 0 0 15 0 12 0 26052785 1564893184 10663 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 382054 10665 1400 10 0 379357 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1528216

[startup+1.53454 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 30455
/proc/meminfo: memFree=1630976/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1528376 CPUtime=1.97
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 24932 0 1 0 186 11 0 0 15 0 12 0 26052785 1565057024 24320 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 382094 24320 1404 10 0 379397 0
[pid=30443/tid=30445] ppid=30441 vsize=1528376 CPUtime=1.49
/proc/30443/task/30445/stat : 30445 (java) R 30441 30443 30054 0 -1 4202560 22697 0 1 0 140 9 0 0 25 0 12 0 26052786 1565057024 24321 1992294400 134512640 134550932 4294333216 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30443/tid=30446] ppid=30441 vsize=1528376 CPUtime=0
/proc/30443/task/30446/stat : 30446 (java) S 30441 30443 30054 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 26052788 1565057024 24321 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30447] ppid=30441 vsize=1528376 CPUtime=0
/proc/30443/task/30447/stat : 30447 (java) S 30441 30443 30054 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 26052788 1565057024 24321 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=1528376 CPUtime=0
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30054 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 26052789 1565057024 24321 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=1528376 CPUtime=0
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30054 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 26052790 1565057024 24321 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=1528376 CPUtime=0
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30054 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 26052790 1565057024 24322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=1528376 CPUtime=0
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26052794 1565057024 24322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=1528376 CPUtime=0.05
/proc/30443/task/30452/stat : 30452 (java) R 30441 30443 30054 0 -1 4202560 27 0 0 0 5 0 0 0 15 0 12 0 26052794 1565057024 24322 1992294400 134512640 134550932 4294333216 18446744073709551615 106252125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=1528376 CPUtime=0.4
/proc/30443/task/30453/stat : 30453 (java) R 30441 30443 30054 0 -1 4202560 1146 0 0 0 40 0 0 0 16 0 12 0 26052794 1565057024 24322 1992294400 134512640 134550932 4294333216 18446744073709551615 104138871 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=1528376 CPUtime=0
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 26052794 1565057024 24322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=1528376 CPUtime=0
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26052794 1565057024 24322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 1528376

[startup+3.1017 s]
/proc/loadavg: 1.16 1.03 1.01 4/118 30455
/proc/meminfo: memFree=1528180/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1528496 CPUtime=4.03
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 47840 0 1 0 383 20 0 0 15 0 12 0 26052785 1565179904 46517 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 382124 46519 1415 10 0 379427 0
[pid=30443/tid=30445] ppid=30441 vsize=1528496 CPUtime=2.82
/proc/30443/task/30445/stat : 30445 (java) R 30441 30443 30054 0 -1 4202560 32024 0 1 0 270 12 0 0 25 0 12 0 26052786 1565179904 46520 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30443/tid=30446] ppid=30441 vsize=1528496 CPUtime=0.22
/proc/30443/task/30446/stat : 30446 (java) R 30441 30443 30054 0 -1 4202560 7206 0 0 0 19 3 0 0 16 0 12 0 26052788 1565179904 46521 1992294400 134512640 134550932 4294333216 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30443/tid=30447] ppid=30441 vsize=1528496 CPUtime=0.21
/proc/30443/task/30447/stat : 30447 (java) R 30441 30443 30054 0 -1 4202560 6282 0 0 0 19 2 0 0 18 0 12 0 26052788 1565179904 46522 1992294400 134512640 134550932 4294333216 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=1528496 CPUtime=0
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30054 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 26052789 1565179904 46523 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=1528496 CPUtime=0
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30054 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 26052790 1565179904 46525 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=1528496 CPUtime=0
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30054 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 26052790 1565179904 46526 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=1528496 CPUtime=0
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26052794 1565179904 46527 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=1528496 CPUtime=0.21
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30054 0 -1 4202560 115 0 0 0 21 0 0 0 16 0 12 0 26052794 1565179904 46528 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=1528496 CPUtime=0.51
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30054 0 -1 4202560 1153 0 0 0 51 0 0 0 15 0 12 0 26052794 1565179904 46529 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=1528496 CPUtime=0
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 26052794 1565179904 46531 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=1528496 CPUtime=0
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26052794 1565179904 46532 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 1528496

[startup+6.302 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 30457
/proc/meminfo: memFree=1443488/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1533940 CPUtime=8.18
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 74745 0 1 0 786 32 0 0 15 0 14 0 26052785 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 383485 68322 1424 10 0 380788 0
[pid=30443/tid=30445] ppid=30441 vsize=1533940 CPUtime=5.31
/proc/30443/task/30445/stat : 30445 (java) S 30441 30443 30054 0 -1 4202560 32053 0 1 0 517 14 0 0 19 0 14 0 26052786 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30446] ppid=30441 vsize=1533940 CPUtime=0.91
/proc/30443/task/30446/stat : 30446 (java) S 30441 30443 30054 0 -1 4202560 19854 0 0 0 84 7 0 0 16 0 14 0 26052788 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30447] ppid=30441 vsize=1533940 CPUtime=0.9
/proc/30443/task/30447/stat : 30447 (java) S 30441 30443 30054 0 -1 4202560 18295 0 0 0 82 8 0 0 18 0 14 0 26052788 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=1533940 CPUtime=0
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30054 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 26052789 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=1533940 CPUtime=0
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30054 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 14 0 26052790 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=1533940 CPUtime=0
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30054 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 26052790 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=1533940 CPUtime=0
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 26052794 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=1533940 CPUtime=0.48
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30054 0 -1 4202560 2318 0 0 0 48 0 0 0 16 0 14 0 26052794 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=1533940 CPUtime=0.52
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30054 0 -1 4202560 1155 0 0 0 52 0 0 0 16 0 14 0 26052794 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=1533940 CPUtime=0
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 26052794 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=1533940 CPUtime=0
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 26052794 1570754560 68322 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1533940

[startup+12.7016 s]
/proc/loadavg: 1.51 1.11 1.04 3/122 30461
/proc/meminfo: memFree=1364592/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1535220 CPUtime=20.83
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 90962 0 1 0 2042 41 0 0 15 0 16 0 26052785 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 383805 83001 1441 10 0 381108 0
[pid=30443/tid=30445] ppid=30441 vsize=1535220 CPUtime=5.31
/proc/30443/task/30445/stat : 30445 (java) S 30441 30443 30054 0 -1 4202560 32053 0 1 0 517 14 0 0 18 0 16 0 26052786 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30446] ppid=30441 vsize=1535220 CPUtime=1.79
/proc/30443/task/30446/stat : 30446 (java) S 30441 30443 30054 0 -1 4202560 27041 0 0 0 167 12 0 0 16 0 16 0 26052788 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30447] ppid=30441 vsize=1535220 CPUtime=1.77
/proc/30443/task/30447/stat : 30447 (java) S 30441 30443 30054 0 -1 4202560 26865 0 0 0 166 11 0 0 16 0 16 0 26052788 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=1535220 CPUtime=0.01
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30054 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 16 0 26052789 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30054 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 16 0 26052790 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30054 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 26052790 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26052794 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=1535220 CPUtime=1.09
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30054 0 -1 4202560 2409 0 0 0 109 0 0 0 15 0 16 0 26052794 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=1535220 CPUtime=1.76
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30054 0 -1 4202560 1454 0 0 0 176 0 0 0 15 0 16 0 26052794 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 26052794 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 26052794 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=1535220 CPUtime=4.95
/proc/30443/task/30458/stat : 30458 (java) R 30441 30443 30054 0 -1 4202560 35 0 0 0 495 0 0 0 19 0 16 0 26053415 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4110252225 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=1535220 CPUtime=4.07
/proc/30443/task/30459/stat : 30459 (java) R 30441 30443 30054 0 -1 4202560 31 0 0 0 407 0 0 0 25 0 16 0 26053415 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4109997841 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30054 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 26053555 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30054 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 26053568 1572065280 83001 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.83
Current children cumulated vsize (KiB) 1535220

[startup+25.5028 s]
/proc/loadavg: 1.58 1.14 1.05 3/122 30461
/proc/meminfo: memFree=1351076/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1535220 CPUtime=46.19
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 93920 0 1 0 4574 45 0 0 15 0 16 0 26052785 1572065280 85866 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 383805 85866 1441 10 0 381108 0
[pid=30443/tid=30445] ppid=30441 vsize=1535220 CPUtime=5.31
/proc/30443/task/30445/stat : 30445 (java) S 30441 30443 30054 0 -1 4202560 32053 0 1 0 517 14 0 0 18 0 16 0 26052786 1572065280 85866 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30446] ppid=30441 vsize=1535220 CPUtime=2.11
/proc/30443/task/30446/stat : 30446 (java) S 30441 30443 30054 0 -1 4202560 28329 0 0 0 198 13 0 0 16 0 16 0 26052788 1572065280 85866 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30447] ppid=30441 vsize=1535220 CPUtime=2.09
/proc/30443/task/30447/stat : 30447 (java) S 30441 30443 30054 0 -1 4202560 28509 0 0 0 196 13 0 0 16 0 16 0 26052788 1572065280 85866 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=1535220 CPUtime=0.01

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

/proc/30443/statm: 383805 122805 1452 10 0 381108 0
[pid=30443/tid=30445] ppid=30441 vsize=1535220 CPUtime=5.31
/proc/30443/task/30445/stat : 30445 (java) S 30441 30443 30054 0 -1 4202560 32063 0 1 0 517 14 0 0 15 0 16 0 26052786 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30446] ppid=30441 vsize=1535220 CPUtime=9.88
/proc/30443/task/30446/stat : 30446 (java) S 30441 30443 30054 0 -1 4202560 46767 0 0 0 953 35 0 0 16 0 16 0 26052788 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30447] ppid=30441 vsize=1535220 CPUtime=9.71
/proc/30443/task/30447/stat : 30447 (java) S 30441 30443 30054 0 -1 4202560 52784 0 0 0 924 47 0 0 16 0 16 0 26052788 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=1535220 CPUtime=17.78
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30054 0 -1 4202560 75970 0 0 0 1745 33 0 0 15 0 16 0 26052789 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30054 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 26052790 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 26052790 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26052794 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=1535220 CPUtime=1.2
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30054 0 -1 4202560 2423 0 0 0 120 0 0 0 15 0 16 0 26052794 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=1535220 CPUtime=2.37
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30054 0 -1 4202560 1490 0 0 0 237 0 0 0 15 0 16 0 26052794 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 26052794 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30054 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 16 0 26052794 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=1535220 CPUtime=722.5
/proc/30443/task/30458/stat : 30458 (java) R 30441 30443 30054 0 -1 4202560 236 0 0 0 72235 15 0 0 25 0 16 0 26053415 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4110402667 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=1535220 CPUtime=719.97
/proc/30443/task/30459/stat : 30459 (java) R 30441 30443 30054 0 -1 4202560 413 0 0 0 71981 16 0 0 25 0 16 0 26053415 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4110254278 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30054 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 26053555 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30054 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 26053568 1572065280 122805 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1488.81
Current children cumulated vsize (KiB) 1535220

[startup+822.301 s]
/proc/loadavg: 2.01 1.98 1.60 3/122 30490
/proc/meminfo: memFree=1200788/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1535220 CPUtime=1606.04
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 220132 0 1 0 160430 174 0 0 15 0 16 0 26052785 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 383805 122992 1452 10 0 381108 0
[pid=30443/tid=30445] ppid=30441 vsize=1535220 CPUtime=5.31
/proc/30443/task/30445/stat : 30445 (java) S 30441 30443 30054 0 -1 4202560 32063 0 1 0 517 14 0 0 15 0 16 0 26052786 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30446] ppid=30441 vsize=1535220 CPUtime=10.55
/proc/30443/task/30446/stat : 30446 (java) S 30441 30443 30054 0 -1 4202560 46950 0 0 0 1019 36 0 0 15 0 16 0 26052788 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30447] ppid=30441 vsize=1535220 CPUtime=10.38
/proc/30443/task/30447/stat : 30447 (java) S 30441 30443 30054 0 -1 4202560 52788 0 0 0 989 49 0 0 16 0 16 0 26052788 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=1535220 CPUtime=19.53
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30054 0 -1 4202560 82606 0 0 0 1917 36 0 0 15 0 16 0 26052789 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30054 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 26052790 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 26052790 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26052794 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=1535220 CPUtime=1.2
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30054 0 -1 4202560 2423 0 0 0 120 0 0 0 15 0 16 0 26052794 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=1535220 CPUtime=2.37
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30054 0 -1 4202560 1490 0 0 0 237 0 0 0 15 0 16 0 26052794 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 26052794 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30054 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 26052794 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=1535220 CPUtime=779.99
/proc/30443/task/30458/stat : 30458 (java) R 30441 30443 30054 0 -1 4202560 254 0 0 0 77982 17 0 0 25 0 16 0 26053415 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4110215365 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=1535220 CPUtime=776.6
/proc/30443/task/30459/stat : 30459 (java) R 30441 30443 30054 0 -1 4202560 440 0 0 0 77644 16 0 0 25 0 16 0 26053415 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4110367483 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30054 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 26053555 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30054 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 26053568 1572065280 122992 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.04
Current children cumulated vsize (KiB) 1535220

[startup+882.302 s]
/proc/loadavg: 2.00 1.98 1.63 3/122 30492
/proc/meminfo: memFree=1196820/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1535220 CPUtime=1723.01
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 227671 0 1 0 172120 181 0 0 15 0 16 0 26052785 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 383805 123979 1452 10 0 381108 0
[pid=30443/tid=30445] ppid=30441 vsize=1535220 CPUtime=5.31
/proc/30443/task/30445/stat : 30445 (java) S 30441 30443 30054 0 -1 4202560 32064 0 1 0 517 14 0 0 15 0 16 0 26052786 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30446] ppid=30441 vsize=1535220 CPUtime=11.06
/proc/30443/task/30446/stat : 30446 (java) S 30441 30443 30054 0 -1 4202560 47879 0 0 0 1069 37 0 0 16 0 16 0 26052788 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30447] ppid=30441 vsize=1535220 CPUtime=10.89
/proc/30443/task/30447/stat : 30447 (java) S 30441 30443 30054 0 -1 4202560 53369 0 0 0 1039 50 0 0 15 0 16 0 26052788 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=1535220 CPUtime=21.54
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30054 0 -1 4202560 88600 0 0 0 2116 38 0 0 15 0 16 0 26052789 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30054 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 26052790 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 26052790 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=1535220 CPUtime=1.2
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30054 0 -1 4202560 2423 0 0 0 120 0 0 0 15 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=1535220 CPUtime=2.37
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30054 0 -1 4202560 1490 0 0 0 237 0 0 0 15 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30054 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=1535220 CPUtime=836.83
/proc/30443/task/30458/stat : 30458 (java) R 30441 30443 30054 0 -1 4202560 266 0 0 0 83665 18 0 0 25 0 16 0 26053415 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4110374482 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=1535220 CPUtime=833.7
/proc/30443/task/30459/stat : 30459 (java) R 30441 30443 30054 0 -1 4202560 458 0 0 0 83352 18 0 0 25 0 16 0 26053415 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4110367427 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30054 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 26053555 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30054 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 26053568 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.01
Current children cumulated vsize (KiB) 1535220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.601 s]
/proc/loadavg: 2.00 1.98 1.64 3/122 30494
/proc/meminfo: memFree=1196696/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=1535220 CPUtime=1800.01
/proc/30443/stat : 30443 (java) S 30441 30443 30054 0 -1 4202496 232962 0 1 0 179815 186 0 0 15 0 16 0 26052785 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 383805 123979 1452 10 0 381108 0
[pid=30443/tid=30445] ppid=30441 vsize=1535220 CPUtime=5.31
/proc/30443/task/30445/stat : 30445 (java) S 30441 30443 30054 0 -1 4202560 32065 0 1 0 517 14 0 0 15 0 16 0 26052786 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30446] ppid=30441 vsize=1535220 CPUtime=11.56
/proc/30443/task/30446/stat : 30446 (java) S 30441 30443 30054 0 -1 4202560 47879 0 0 0 1118 38 0 0 16 0 16 0 26052788 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30447] ppid=30441 vsize=1535220 CPUtime=11.39
/proc/30443/task/30447/stat : 30447 (java) S 30441 30443 30054 0 -1 4202560 53369 0 0 0 1089 50 0 0 15 0 16 0 26052788 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30448] ppid=30441 vsize=1535220 CPUtime=22.46
/proc/30443/task/30448/stat : 30448 (java) S 30441 30443 30054 0 -1 4202560 93840 0 0 0 2205 41 0 0 15 0 16 0 26052789 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 0 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30449] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30449/stat : 30449 (java) S 30441 30443 30054 0 -1 4202560 12 0 0 0 0 0 0 0 17 0 16 0 26052790 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30450] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30450/stat : 30450 (java) S 30441 30443 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 26052790 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30451] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30451/stat : 30451 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30452] ppid=30441 vsize=1535220 CPUtime=1.2
/proc/30443/task/30452/stat : 30452 (java) S 30441 30443 30054 0 -1 4202560 2423 0 0 0 120 0 0 0 15 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30453] ppid=30441 vsize=1535220 CPUtime=2.37
/proc/30443/task/30453/stat : 30453 (java) S 30441 30443 30054 0 -1 4202560 1490 0 0 0 237 0 0 0 15 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30454] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30454/stat : 30454 (java) S 30441 30443 30054 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 0 0 0 0
[pid=30443/tid=30455] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30455/stat : 30455 (java) S 30441 30443 30054 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 26052794 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30458] ppid=30441 vsize=1535220 CPUtime=874.05
/proc/30443/task/30458/stat : 30458 (java) R 30441 30443 30054 0 -1 4202560 281 0 0 0 87387 18 0 0 25 0 16 0 26053415 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4109969769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=1535220 CPUtime=871.58
/proc/30443/task/30459/stat : 30459 (java) R 30441 30443 30054 0 -1 4202560 491 0 0 0 87138 20 0 0 25 0 16 0 26053415 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4110354012 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30443/tid=30460] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30460/stat : 30460 (java) S 30441 30443 30054 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 26053555 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
[pid=30443/tid=30461] ppid=30441 vsize=1535220 CPUtime=0
/proc/30443/task/30461/stat : 30461 (java) S 30441 30443 30054 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 16 0 26053568 1572065280 123979 1992294400 134512640 134550932 4294333216 18446744073709551615 4294960144 0 4 0 16800975 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1535220

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

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

[startup+921.716 s]
/proc/loadavg: 2.00 1.98 1.64 2/109 30497
/proc/meminfo: memFree=1324052/2059040 swapFree=4140228/4192956
[pid=30443] ppid=30441 vsize=0 CPUtime=1800.22
/proc/30443/stat : 30443 (java) Z 30441 30443 30054 0 -1 4203548 232988 0 1 0 179833 189 0 0 15 0 2 0 26052785 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30443/statm: 0 0 0 0 0 0 0
[pid=30443/tid=30459] ppid=30441 vsize=0 CPUtime=871.62
/proc/30443/task/30459/stat : 30459 (java) R 30441 30443 30054 0 -1 4203588 491 0 0 0 87140 22 0 0 25 0 2 0 26053415 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.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 921.753
CPU time (s): 1800.25
CPU user time (s): 1798.33
CPU system time (s): 1.91871
CPU usage (%): 195.307
Max. virtual memory (cumulated for all children) (KiB): 1557712

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

runsolver used 5.03423 second user time and 9.34358 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-14 15:59:24
IDJOB=2662525
IDBENCH=2304
IDSOLVER=1166
FILE ID=node018/2662525-1276523964
PBS_JOBID= 11173438
Free space on /tmp= 62360 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-n3700.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662525-1276523964/watcher-2662525-1276523964 -o /tmp/evaluation-result-2662525-1276523964/solver-2662525-1276523964 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662525-1276523964.opb

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

MD5SUM BENCH= 86879a5871daa11ed8529c30e9ca3bf0
RANDOM SEED=457337052

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1690676 kB
Buffers:        140992 kB
Cached:         134348 kB
SwapCached:       5768 kB
Active:         109968 kB
Inactive:       177812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1690676 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            8880 kB
Writeback:           0 kB
AnonPages:       10972 kB
Mapped:          12876 kB
Slab:            58672 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181300 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= 62360 MiB
End job on node018 at 2010-06-14 16:14:48