Trace number 2662500

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.437

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3707.opb
MD5SUMbd6dfc1cb1b60fa01a3db613e331e5b8
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 4574600208
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 29764190431236
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 29764190431236
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662500-1276522884.opb
0.25/0.21	c reading problem ... 
7.88/6.03	c ... done. Wall clock time 5.812s.
7.88/6.03	c #vars     155000
7.88/6.03	c #constraints  64123
7.88/6.03	c constraints type 
7.88/6.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
7.88/6.03	c constraints type 
7.88/6.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
76.52/40.74	c cleaning 2500 clauses out of 5002 with flag 5002/5002
119.23/62.67	c cleaning 4247 clauses out of 8501 with flag 11001/11001
145.26/76.17	c cleaning 5627 clauses out of 11253 with flag 18000/18000
191.58/99.84	c cleaning 6814 clauses out of 13627 with flag 26001/26001
244.62/127.09	c cleaning 7903 clauses out of 15812 with flag 35000/35000
310.48/160.67	c cleaning 8953 clauses out of 17910 with flag 45001/45001
384.05/198.16	c cleaning 9479 clauses out of 18957 with flag 55001/55001
464.12/238.95	c cleaning 9737 clauses out of 19478 with flag 65001/65001
549.41/282.47	c cleaning 9869 clauses out of 19740 with flag 75000/75000
628.04/322.50	c cleaning 9936 clauses out of 19871 with flag 85000/85000
704.27/361.24	c cleaning 9967 clauses out of 19936 with flag 95001/95001
765.36/392.47	c cleaning 9985 clauses out of 19970 with flag 105002/105002
843.68/432.41	c cleaning 9991 clauses out of 19984 with flag 115001/115001
936.51/479.67	c cleaning 9996 clauses out of 19992 with flag 125000/125000
1010.66/517.48	c cleaning 9999 clauses out of 19997 with flag 135001/135001
1092.95/559.34	c cleaning 9995 clauses out of 19997 with flag 145000/145000
1159.76/593.55	c cleaning 9999 clauses out of 20003 with flag 155001/155001
1214.54/621.52	c cleaning 10001 clauses out of 20004 with flag 165001/165001
1293.97/662.02	c cleaning 9998 clauses out of 20003 with flag 175001/175001
1378.69/705.18	c cleaning 10000 clauses out of 20004 with flag 185000/185000
1440.24/736.79	c cleaning 10003 clauses out of 20005 with flag 195001/195001
1499.38/766.97	c cleaning 10001 clauses out of 20001 with flag 205000/205000
1564.95/800.50	c cleaning 10000 clauses out of 20000 with flag 215000/215000
1616.63/826.95	c cleaning 9999 clauses out of 20001 with flag 225001/225001
1681.40/860.12	c cleaning 9999 clauses out of 20001 with flag 235000/235000
1736.17/888.24	c cleaning 9998 clauses out of 20002 with flag 245000/245000
1792.20/916.98	c cleaning 10000 clauses out of 20004 with flag 255000/255000
1800.05/921.32	c starts		: 120
1800.05/921.32	c conflicts		: 256378
1800.05/921.32	c decisions		: 484593
1800.05/921.32	c propagations		: 6398538
1800.05/921.32	c inspects		: 180101005
1800.05/921.32	c learnt literals	: 0
1800.05/921.32	c learnt binary clauses	: 0
1800.05/921.32	c learnt ternary clauses	: 0
1800.05/921.32	c learnt clauses	: 256378
1800.05/921.32	c ignored clauses	: 0
1800.05/921.32	c root simplifications	: 0
1800.05/921.32	c removed literals (reason simplification)	: 2678383
1800.05/921.32	c reason swapping (by a shorter reason)	: 0
1800.05/921.32	c Calls to reduceDB	: 27
1800.05/921.32	c number of reductions to clauses (during analyze)	: 0
1800.05/921.32	c number of learned constraints concerned by reduction	: 0
1800.05/921.32	c number of learning phase by resolution	: 0
1800.05/921.32	c number of learning phase by cutting planes	: 0
1800.05/921.32	c speed (assignments/second)	: 6990.706790838333
1800.05/921.32	c non guided choices	22929
1800.05/921.38	c learnt constraints type 
1800.05/921.38	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11394
1800.05/921.38	c constraints type 
1800.05/921.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.05/921.38	c constraints type 
1800.05/921.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.05/921.38	s UNKNOWN
1800.05/921.38	c Total wall clock time (in seconds): 921.165

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-2662500-1276522884/watcher-2662500-1276522884 -o /tmp/evaluation-result-2662500-1276522884/solver-2662500-1276522884 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662500-1276522884.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.70 1.90 1.60 3/106 31771
/proc/meminfo: memFree=1766464/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=248 CPUtime=0
/proc/31771/stat : 31771 (java) R 31769 31771 31740 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 27892468 253952 28 1992294400 134512640 134550932 4294742864 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31771/statm: 62 28 21 10 0 23 0

[startup+0.054293 s]
/proc/loadavg: 1.70 1.90 1.60 3/106 31771
/proc/meminfo: memFree=1766464/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1521664 CPUtime=0.04
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 3557 0 1 0 2 2 0 0 18 0 7 0 27892468 1558183936 2999 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 380416 2999 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101297 s]
/proc/loadavg: 1.70 1.90 1.60 3/106 31771
/proc/meminfo: memFree=1766464/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1524180 CPUtime=0.08
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 3961 0 1 0 6 2 0 0 18 0 12 0 27892468 1560760320 3401 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 381045 3401 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30097 s]
/proc/loadavg: 1.70 1.90 1.60 3/106 31771
/proc/meminfo: memFree=1766464/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1526424 CPUtime=0.39
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 7102 0 1 0 35 4 0 0 18 0 12 0 27892468 1563058176 6540 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 381606 6540 1364 10 0 378909 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526424

[startup+0.70097 s]
/proc/loadavg: 1.70 1.90 1.60 3/106 31771
/proc/meminfo: memFree=1766464/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1528236 CPUtime=1.06
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 11259 0 1 0 100 6 0 0 18 0 12 0 27892468 1564913664 10697 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 382059 10699 1400 10 0 379362 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1528236

[startup+1.50197 s]
/proc/loadavg: 1.80 1.92 1.61 2/118 31783
/proc/meminfo: memFree=1705980/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1528236 CPUtime=1.99
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 24896 0 1 0 187 12 0 0 18 0 12 0 27892468 1564913664 24334 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 382059 24335 1404 10 0 379362 0
[pid=31771/tid=31773] ppid=31769 vsize=1528236 CPUtime=1.48
/proc/31771/task/31773/stat : 31773 (java) R 31769 31771 31740 0 -1 4202560 22725 0 1 0 137 11 0 0 19 0 12 0 27892469 1564913664 24335 1992294400 134512640 134550932 4294742864 18446744073709551615 4109048692 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1528236 CPUtime=0
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 27892471 1564913664 24335 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1528236 CPUtime=0
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 27892471 1564913664 24335 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1528236 CPUtime=0
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 31740 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 27892472 1564913664 24336 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1528236 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 31740 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 27892473 1564913664 24336 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1528236 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 27892473 1564913664 24336 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1528236 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 31740 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 27892477 1564913664 24336 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1528236 CPUtime=0.2
/proc/31771/task/31780/stat : 31780 (java) R 31769 31771 31740 0 -1 4202560 339 0 0 0 20 0 0 0 18 0 12 0 27892477 1564913664 24336 1992294400 134512640 134550932 4294742864 18446744073709551615 102274288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1528236 CPUtime=0.28
/proc/31771/task/31781/stat : 31781 (java) R 31769 31771 31740 0 -1 4202560 770 0 0 0 28 0 0 0 18 0 12 0 27892477 1564913664 24337 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1528236 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27892477 1564913664 24337 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1528236 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27892477 1564913664 24337 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1528236

[startup+3.10197 s]
/proc/loadavg: 1.80 1.92 1.61 2/118 31783
/proc/meminfo: memFree=1604176/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1528736 CPUtime=4.18
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 53561 0 1 0 394 24 0 0 18 0 12 0 27892468 1565425664 50852 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 382184 50854 1415 10 0 379487 0
[pid=31771/tid=31773] ppid=31769 vsize=1528736 CPUtime=2.73
/proc/31771/task/31773/stat : 31773 (java) S 31769 31771 31740 0 -1 4202560 32020 0 1 0 260 13 0 0 22 0 12 0 27892469 1565425664 50855 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1528736 CPUtime=0.33
/proc/31771/task/31774/stat : 31774 (java) R 31769 31771 31740 0 -1 4202560 9815 0 0 0 29 4 0 0 18 0 12 0 27892471 1565425664 50857 1992294400 134512640 134550932 4294742864 18446744073709551615 104188420 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1528736 CPUtime=0.33
/proc/31771/task/31775/stat : 31775 (java) R 31769 31771 31740 0 -1 4202560 9541 0 0 0 29 4 0 0 18 0 12 0 27892471 1565425664 50858 1992294400 134512640 134550932 4294742864 18446744073709551615 106195387 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1528736 CPUtime=0
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 31740 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 27892472 1565425664 50861 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1528736 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 31740 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 27892473 1565425664 50863 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1528736 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 27892473 1565425664 50864 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1528736 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 31740 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 27892477 1565425664 50866 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1528736 CPUtime=0.3
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 31740 0 -1 4202560 344 0 0 0 30 0 0 0 17 0 12 0 27892477 1565425664 50867 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1528736 CPUtime=0.44
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 31740 0 -1 4202560 781 0 0 0 44 0 0 0 18 0 12 0 27892477 1565425664 50868 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1528736 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27892477 1565425664 50869 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1528736 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27892477 1565425664 50870 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 1528736

[startup+6.30197 s]
/proc/loadavg: 1.80 1.92 1.61 3/118 31783
/proc/meminfo: memFree=1502372/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1534972 CPUtime=8.45
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 75278 0 1 0 810 35 0 0 18 0 14 0 27892468 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 383743 68670 1436 10 0 381046 0
[pid=31771/tid=31773] ppid=31769 vsize=1534972 CPUtime=5.11
/proc/31771/task/31773/stat : 31773 (java) S 31769 31771 31740 0 -1 4202560 32048 0 1 0 497 14 0 0 18 0 14 0 27892469 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1534972 CPUtime=0.85
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 31740 0 -1 4202560 18225 0 0 0 78 7 0 0 16 0 14 0 27892471 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1534972 CPUtime=0.84
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 31740 0 -1 4202560 20269 0 0 0 75 9 0 0 18 0 14 0 27892471 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1534972 CPUtime=0
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 31740 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 14 0 27892472 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1534972 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 31740 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 14 0 27892473 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1534972 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 27892473 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1534972 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 31740 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 27892477 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1534972 CPUtime=0.49
/proc/31771/task/31780/stat : 31780 (java) R 31769 31771 31740 0 -1 4202560 416 0 0 0 49 0 0 0 15 0 14 0 27892477 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 103152578 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1534972 CPUtime=0.86
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 31740 0 -1 4202560 3236 0 0 0 86 0 0 0 16 0 14 0 27892477 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1534972 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 27892477 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1534972 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 27892477 1571811328 68670 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 1534972

[startup+12.7028 s]
/proc/loadavg: 1.76 1.91 1.60 3/122 31789
/proc/meminfo: memFree=1440100/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1535620 CPUtime=21.05
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 90332 0 1 0 2060 45 0 0 18 0 16 0 27892468 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 383905 82739 1441 10 0 381208 0
[pid=31771/tid=31773] ppid=31769 vsize=1535620 CPUtime=5.11
/proc/31771/task/31773/stat : 31773 (java) S 31769 31771 31740 0 -1 4202560 32049 0 1 0 497 14 0 0 15 0 16 0 27892469 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1535620 CPUtime=1.57
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 31740 0 -1 4202560 23892 0 0 0 146 11 0 0 15 0 16 0 27892471 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1535620 CPUtime=1.56
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 31740 0 -1 4202560 29466 0 0 0 142 14 0 0 16 0 16 0 27892471 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1535620 CPUtime=0.01
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 31740 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 16 0 27892472 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 31740 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 16 0 27892473 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 27892473 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 31740 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1535620 CPUtime=1.61
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 31740 0 -1 4202560 505 0 0 0 161 0 0 0 15 0 16 0 27892477 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1535620 CPUtime=1.3
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 31740 0 -1 4202560 3279 0 0 0 129 1 0 0 15 0 16 0 27892477 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 27892477 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1535620 CPUtime=5.35
/proc/31771/task/31784/stat : 31784 (java) R 31769 31771 31740 0 -1 4202560 34 0 0 0 535 0 0 0 20 0 16 0 27893071 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4109683620 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31771/tid=31785] ppid=31769 vsize=1535620 CPUtime=4.45
/proc/31771/task/31785/stat : 31785 (java) R 31769 31771 31740 0 -1 4202560 33 0 0 0 445 0 0 0 18 0 16 0 27893071 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4109019409 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31771/tid=31786] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31786/stat : 31786 (java) S 31769 31771 31740 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27893194 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31787] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31787/stat : 31787 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 27893208 1572474880 82739 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.05
Current children cumulated vsize (KiB) 1535620

[startup+25.5013 s]
/proc/loadavg: 1.94 1.94 1.62 3/122 31789
/proc/meminfo: memFree=1424600/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1535620 CPUtime=46.39
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 94216 0 1 0 4590 49 0 0 18 0 16 0 27892468 1572474880 86545 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 383905 86545 1445 10 0 381208 0
[pid=31771/tid=31773] ppid=31769 vsize=1535620 CPUtime=5.11
/proc/31771/task/31773/stat : 31773 (java) S 31769 31771 31740 0 -1 4202560 32049 0 1 0 497 14 0 0 15 0 16 0 27892469 1572474880 86545 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1535620 CPUtime=1.99
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 31740 0 -1 4202560 26172 0 0 0 186 13 0 0 16 0 16 0 27892471 1572474880 86545 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1535620 CPUtime=1.98
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 31740 0 -1 4202560 31015 0 0 0 183 15 0 0 15 0 16 0 27892471 1572474880 86545 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1535620 CPUtime=0.03

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

/proc/31771/statm: 383905 117712 1452 10 0 381208 0
[pid=31771/tid=31773] ppid=31769 vsize=1535620 CPUtime=5.11
/proc/31771/task/31773/stat : 31773 (java) S 31769 31771 31740 0 -1 4202560 32058 0 1 0 497 14 0 0 15 0 16 0 27892469 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1535620 CPUtime=7.79
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 31740 0 -1 4202560 45217 0 0 0 746 33 0 0 16 0 16 0 27892471 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1535620 CPUtime=7.83
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 31740 0 -1 4202560 47986 0 0 0 748 35 0 0 16 0 16 0 27892471 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1535620 CPUtime=17.6
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 31740 0 -1 4202560 74500 0 0 0 1726 34 0 0 15 0 16 0 27892472 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27892473 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 31740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27892473 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 31740 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1535620 CPUtime=2.32
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 31740 0 -1 4202560 542 0 0 0 232 0 0 0 15 0 16 0 27892477 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1535620 CPUtime=1.4
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 31740 0 -1 4202560 3288 0 0 0 139 1 0 0 15 0 16 0 27892477 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 31740 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 27892477 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1535620 CPUtime=724.46
/proc/31771/task/31784/stat : 31784 (java) R 31769 31771 31740 0 -1 4202560 298 0 0 0 72434 12 0 0 25 0 16 0 27893071 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4109428457 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31771/tid=31785] ppid=31769 vsize=1535620 CPUtime=723.69
/proc/31771/task/31785/stat : 31785 (java) R 31769 31771 31740 0 -1 4202560 362 0 0 0 72349 20 0 0 25 0 16 0 27893071 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4109426164 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31771/tid=31786] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31786/stat : 31786 (java) S 31769 31771 31740 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27893194 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31787] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31787/stat : 31787 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 27893208 1572474880 117712 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1490.28
Current children cumulated vsize (KiB) 1535620

[startup+822.302 s]
/proc/loadavg: 2.05 2.03 1.84 3/122 31809
/proc/meminfo: memFree=1293656/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1535620 CPUtime=1607.5
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 218826 0 1 0 160586 164 0 0 18 0 16 0 27892468 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 383905 119548 1452 10 0 381208 0
[pid=31771/tid=31773] ppid=31769 vsize=1535620 CPUtime=5.11
/proc/31771/task/31773/stat : 31773 (java) S 31769 31771 31740 0 -1 4202560 32059 0 1 0 497 14 0 0 15 0 16 0 27892469 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1535620 CPUtime=8.35
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 31740 0 -1 4202560 46616 0 0 0 801 34 0 0 15 0 16 0 27892471 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1535620 CPUtime=8.41
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 31740 0 -1 4202560 48859 0 0 0 804 37 0 0 16 0 16 0 27892471 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1535620 CPUtime=19.37
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 31740 0 -1 4202560 85624 0 0 0 1898 39 0 0 15 0 16 0 27892472 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27892473 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 31740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27892473 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 31740 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1535620 CPUtime=2.32
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 31740 0 -1 4202560 542 0 0 0 232 0 0 0 15 0 16 0 27892477 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1535620 CPUtime=1.4
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 31740 0 -1 4202560 3288 0 0 0 139 1 0 0 15 0 16 0 27892477 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 31740 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 27892477 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1535620 CPUtime=781.44
/proc/31771/task/31784/stat : 31784 (java) R 31769 31771 31740 0 -1 4202560 325 0 0 0 78130 14 0 0 25 0 16 0 27893071 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4109822290 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31771/tid=31785] ppid=31769 vsize=1535620 CPUtime=781.02
/proc/31771/task/31785/stat : 31785 (java) R 31769 31771 31740 0 -1 4202560 395 0 0 0 78082 20 0 0 25 0 16 0 27893071 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4109851540 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31771/tid=31786] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31786/stat : 31786 (java) S 31769 31771 31740 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27893194 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31787] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31787/stat : 31787 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 27893208 1572474880 119548 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1607.5
Current children cumulated vsize (KiB) 1535620

[startup+882.302 s]
/proc/loadavg: 1.99 2.02 1.85 3/122 31811
/proc/meminfo: memFree=1287704/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1535620 CPUtime=1724.47
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 236069 0 1 0 172270 177 0 0 18 0 16 0 27892468 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 383905 120304 1452 10 0 381208 0
[pid=31771/tid=31773] ppid=31769 vsize=1535620 CPUtime=5.11
/proc/31771/task/31773/stat : 31773 (java) S 31769 31771 31740 0 -1 4202560 32060 0 1 0 497 14 0 0 15 0 16 0 27892469 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1535620 CPUtime=8.86
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 31740 0 -1 4202560 47157 0 0 0 850 36 0 0 15 0 16 0 27892471 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1535620 CPUtime=8.91
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 31740 0 -1 4202560 49247 0 0 0 853 38 0 0 16 0 16 0 27892471 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1535620 CPUtime=21.41
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 31740 0 -1 4202560 101871 0 0 0 2096 45 0 0 15 0 16 0 27892472 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27892473 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 31740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27892473 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 31740 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1535620 CPUtime=2.32
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 31740 0 -1 4202560 542 0 0 0 232 0 0 0 15 0 16 0 27892477 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1535620 CPUtime=1.4
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 31740 0 -1 4202560 3288 0 0 0 139 1 0 0 15 0 16 0 27892477 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 31740 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 27892477 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1535620 CPUtime=838.34
/proc/31771/task/31784/stat : 31784 (java) R 31769 31771 31740 0 -1 4202560 355 0 0 0 83819 15 0 0 25 0 16 0 27893071 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4109822662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31771/tid=31785] ppid=31769 vsize=1535620 CPUtime=838.01
/proc/31771/task/31785/stat : 31785 (java) R 31769 31771 31740 0 -1 4202560 428 0 0 0 83780 21 0 0 25 0 16 0 27893071 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4109446964 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31771/tid=31786] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31786/stat : 31786 (java) S 31769 31771 31740 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27893194 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31787] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31787/stat : 31787 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 27893208 1572474880 120304 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.47
Current children cumulated vsize (KiB) 1535620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.303 s]
/proc/loadavg: 1.99 2.01 1.85 3/122 31813
/proc/meminfo: memFree=1284232/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=1535620 CPUtime=1800.05
/proc/31771/stat : 31771 (java) S 31769 31771 31740 0 -1 4202496 250872 0 1 0 179817 188 0 0 18 0 16 0 27892468 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 383905 121144 1452 10 0 381208 0
[pid=31771/tid=31773] ppid=31769 vsize=1535620 CPUtime=5.11
/proc/31771/task/31773/stat : 31773 (java) S 31769 31771 31740 0 -1 4202560 32060 0 1 0 497 14 0 0 15 0 16 0 27892469 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31774] ppid=31769 vsize=1535620 CPUtime=9.21
/proc/31771/task/31774/stat : 31774 (java) S 31769 31771 31740 0 -1 4202560 47704 0 0 0 883 38 0 0 16 0 16 0 27892471 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31775] ppid=31769 vsize=1535620 CPUtime=9.26
/proc/31771/task/31775/stat : 31775 (java) S 31769 31771 31740 0 -1 4202560 49768 0 0 0 886 40 0 0 15 0 16 0 27892471 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31776] ppid=31769 vsize=1535620 CPUtime=23.18
/proc/31771/task/31776/stat : 31776 (java) S 31769 31771 31740 0 -1 4202560 115553 0 0 0 2267 51 0 0 15 0 16 0 27892472 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 0 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31777] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31777/stat : 31777 (java) S 31769 31771 31740 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27892473 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31778] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31778/stat : 31778 (java) S 31769 31771 31740 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27892473 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31779] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31779/stat : 31779 (java) S 31769 31771 31740 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31780] ppid=31769 vsize=1535620 CPUtime=2.32
/proc/31771/task/31780/stat : 31780 (java) S 31769 31771 31740 0 -1 4202560 542 0 0 0 232 0 0 0 15 0 16 0 27892477 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
[pid=31771/tid=31781] ppid=31769 vsize=1535620 CPUtime=1.4
/proc/31771/task/31781/stat : 31781 (java) S 31769 31771 31740 0 -1 4202560 3288 0 0 0 139 1 0 0 15 0 16 0 27892477 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31782] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31782/stat : 31782 (java) S 31769 31771 31740 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27892477 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31783] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31783/stat : 31783 (java) S 31769 31771 31740 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 27892477 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=1535620 CPUtime=875.12
/proc/31771/task/31784/stat : 31784 (java) R 31769 31771 31740 0 -1 4202560 386 0 0 0 87495 17 0 0 25 0 16 0 27893071 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4109671543 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31771/tid=31785] ppid=31769 vsize=1535620 CPUtime=874.36
/proc/31771/task/31785/stat : 31785 (java) R 31769 31771 31740 0 -1 4202560 448 0 0 0 87414 22 0 0 25 0 16 0 27893071 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4109447181 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31771/tid=31786] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31786/stat : 31786 (java) S 31769 31771 31740 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27893194 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 0 0 0 0
[pid=31771/tid=31787] ppid=31769 vsize=1535620 CPUtime=0
/proc/31771/task/31787/stat : 31787 (java) S 31769 31771 31740 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 16 0 27893208 1572474880 121144 1992294400 134512640 134550932 4294742864 18446744073709551615 4294960144 0 4 0 16800975 18446604437817393472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1535620

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

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

[startup+921.419 s]
/proc/loadavg: 1.99 2.01 1.85 3/122 31813
/proc/meminfo: memFree=1284232/2059040 swapFree=4136456/4192956
[pid=31771] ppid=31769 vsize=0 CPUtime=1800.23
/proc/31771/stat : 31771 (java) Z 31769 31771 31740 0 -1 4203548 250893 0 1 0 179832 191 0 0 17 0 2 0 27892468 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31771/statm: 0 0 0 0 0 0 0
[pid=31771/tid=31784] ppid=31769 vsize=0 CPUtime=875.2
/proc/31771/task/31784/stat : 31784 (java) R 31769 31771 31740 0 -1 4203588 386 0 0 0 87500 20 0 0 25 0 2 0 27893071 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.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 921.437
CPU time (s): 1800.25
CPU user time (s): 1798.32
CPU system time (s): 1.93071
CPU usage (%): 195.375
Max. virtual memory (cumulated for all children) (KiB): 1563236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 1.93071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250893
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= 28917
involuntary context switches= 52890

runsolver used 4.00439 second user time and 10.2494 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-14 15:41:24
IDJOB=2662500
IDBENCH=2299
IDSOLVER=1166
FILE ID=node001/2662500-1276522884
PBS_JOBID= 11173449
Free space on /tmp= 62428 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-n3707.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662500-1276522884/watcher-2662500-1276522884 -o /tmp/evaluation-result-2662500-1276522884/solver-2662500-1276522884 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662500-1276522884.opb

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

MD5SUM BENCH= bd6dfc1cb1b60fa01a3db613e331e5b8
RANDOM SEED=1267198704

node001.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.202
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.40
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.202
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1766984 kB
Buffers:         94260 kB
Cached:         119260 kB
SwapCached:       9304 kB
Active:         105132 kB
Inactive:       120492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1766984 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            8976 kB
Writeback:           0 kB
AnonPages:       10780 kB
Mapped:           9200 kB
Slab:            44684 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181172 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= 62428 MiB
End job on node001 at 2010-06-14 15:56:48