Trace number 2662511

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.35 922.875

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370a.opb
MD5SUM28d10e1d13e82e070b03ac2e5d475941
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 4978502603
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 29637219205243
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 29637219205243
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662511-1276518683.opb
0.24/0.21	c reading problem ... 
7.93/6.04	c ... done. Wall clock time 5.825s.
7.93/6.04	c #vars     155000
7.93/6.04	c #constraints  63804
7.93/6.04	c constraints type 
7.93/6.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
7.93/6.04	c constraints type 
7.93/6.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
135.98/70.87	c cleaning 2476 clauses out of 5000 with flag 5000/5000
195.73/101.37	c cleaning 4266 clauses out of 8534 with flag 11010/11010
250.70/129.44	c cleaning 5624 clauses out of 11258 with flag 18000/18000
294.37/151.90	c cleaning 6816 clauses out of 13634 with flag 26000/26000
355.81/183.35	c cleaning 7908 clauses out of 15818 with flag 35000/35000
411.60/211.85	c cleaning 8951 clauses out of 17910 with flag 45000/45000
482.80/248.13	c cleaning 9478 clauses out of 18959 with flag 55000/55000
552.78/283.89	c cleaning 9736 clauses out of 19481 with flag 65000/65000
628.28/322.44	c cleaning 9870 clauses out of 19746 with flag 75001/75001
687.95/352.93	c cleaning 9935 clauses out of 19876 with flag 85001/85001
746.02/382.65	c cleaning 9970 clauses out of 19940 with flag 95000/95000
810.21/415.61	c cleaning 9983 clauses out of 19971 with flag 105001/105001
871.41/447.35	c cleaning 9992 clauses out of 19988 with flag 115001/115001
936.60/480.62	c cleaning 9995 clauses out of 19995 with flag 125000/125000
1007.43/516.82	c cleaning 9997 clauses out of 20000 with flag 135000/135000
1074.89/551.36	c cleaning 9997 clauses out of 20004 with flag 145001/145001
1143.63/586.52	c cleaning 9996 clauses out of 20006 with flag 155000/155000
1208.20/619.58	c cleaning 10001 clauses out of 20011 with flag 165001/165001
1272.30/652.39	c cleaning 10000 clauses out of 20009 with flag 175000/175000
1334.63/684.27	c cleaning 10002 clauses out of 20009 with flag 185000/185000
1388.08/711.71	c cleaning 10000 clauses out of 20007 with flag 195000/195000
1443.30/740.00	c cleaning 10001 clauses out of 20008 with flag 205001/205001
1501.49/769.83	c cleaning 10000 clauses out of 20007 with flag 215001/215001
1565.84/802.78	c cleaning 9997 clauses out of 20006 with flag 225000/225000
1628.75/834.94	c cleaning 10004 clauses out of 20010 with flag 235001/235001
1696.47/869.53	c cleaning 9999 clauses out of 20006 with flag 245001/245001
1776.38/910.33	c cleaning 9998 clauses out of 20007 with flag 255001/255001
1800.08/922.72	c starts		: 120
1800.08/922.72	c conflicts		: 259161
1800.08/922.72	c decisions		: 884092
1800.08/922.72	c propagations		: 11655967
1800.08/922.72	c inspects		: 150487095
1800.08/922.72	c learnt literals	: 0
1800.08/922.72	c learnt binary clauses	: 0
1800.08/922.72	c learnt ternary clauses	: 0
1800.08/922.72	c learnt clauses	: 259161
1800.08/922.72	c ignored clauses	: 0
1800.08/922.72	c root simplifications	: 0
1800.08/922.72	c removed literals (reason simplification)	: 3028369
1800.08/922.72	c reason swapping (by a shorter reason)	: 0
1800.08/922.72	c Calls to reduceDB	: 27
1800.08/922.72	c number of reductions to clauses (during analyze)	: 0
1800.08/922.72	c number of learned constraints concerned by reduction	: 0
1800.08/922.72	c number of learning phase by resolution	: 0
1800.08/922.72	c number of learning phase by cutting planes	: 0
1800.08/922.72	c speed (assignments/second)	: 12715.498639647247
1800.08/922.72	c non guided choices	175423
1800.08/922.82	c learnt constraints type 
1800.08/922.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14200
1800.08/922.82	c constraints type 
1800.08/922.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.08/922.82	c constraints type 
1800.08/922.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.08/922.82	s UNKNOWN
1800.08/922.82	c Total wall clock time (in seconds): 922.6

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

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 31107
/proc/meminfo: memFree=1744780/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=248 CPUtime=0
/proc/31107/stat : 31107 (java) R 31105 31107 31082 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 25524664 253952 28 1992294400 134512640 134550932 4293061312 18446744073709551615 1954388 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31107/statm: 62 28 21 10 0 23 0

[startup+0.0780439 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 31107
/proc/meminfo: memFree=1744780/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1521796 CPUtime=0.06
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 3756 0 1 0 4 2 0 0 18 0 7 0 25524664 1558319104 3197 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 380449 3197 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101046 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 31107
/proc/meminfo: memFree=1744780/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1524180 CPUtime=0.09
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 3956 0 1 0 6 3 0 0 18 0 12 0 25524664 1560760320 3395 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 381045 3395 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.301827 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 31107
/proc/meminfo: memFree=1744780/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1526444 CPUtime=0.38
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 7105 0 1 0 34 4 0 0 18 0 12 0 25524664 1563078656 6542 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 381611 6542 1364 10 0 378914 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526444

[startup+0.700823 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 31107
/proc/meminfo: memFree=1744780/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1528196 CPUtime=1.06
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 11298 0 1 0 100 6 0 0 18 0 12 0 25524664 1564872704 10736 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 382049 10737 1400 10 0 379352 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1528196

[startup+1.50181 s]
/proc/loadavg: 0.86 0.97 0.99 2/118 31119
/proc/meminfo: memFree=1684172/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1528196 CPUtime=1.99
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 24858 0 1 0 187 12 0 0 18 0 12 0 25524664 1564872704 24295 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 382049 24295 1404 10 0 379352 0
[pid=31107/tid=31109] ppid=31105 vsize=1528196 CPUtime=1.47
/proc/31107/task/31109/stat : 31109 (java) R 31105 31107 31082 0 -1 4202560 22703 0 1 0 137 10 0 0 19 0 12 0 25524665 1564872704 24295 1992294400 134512640 134550932 4293061312 18446744073709551615 106834370 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31107/tid=31110] ppid=31105 vsize=1528196 CPUtime=0
/proc/31107/task/31110/stat : 31110 (java) S 31105 31107 31082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 25524667 1564872704 24296 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31111] ppid=31105 vsize=1528196 CPUtime=0
/proc/31107/task/31111/stat : 31111 (java) S 31105 31107 31082 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 25524667 1564872704 24296 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31112] ppid=31105 vsize=1528196 CPUtime=0
/proc/31107/task/31112/stat : 31112 (java) S 31105 31107 31082 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 25524668 1564872704 24296 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31113] ppid=31105 vsize=1528196 CPUtime=0
/proc/31107/task/31113/stat : 31113 (java) S 31105 31107 31082 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 25524669 1564872704 24296 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31114] ppid=31105 vsize=1528196 CPUtime=0
/proc/31107/task/31114/stat : 31114 (java) S 31105 31107 31082 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 25524669 1564872704 24296 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31115] ppid=31105 vsize=1528196 CPUtime=0
/proc/31107/task/31115/stat : 31115 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25524673 1564872704 24296 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31116] ppid=31105 vsize=1528196 CPUtime=0.29
/proc/31107/task/31116/stat : 31116 (java) R 31105 31107 31082 0 -1 4202560 323 0 0 0 29 0 0 0 19 0 12 0 25524673 1564872704 24297 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31117] ppid=31105 vsize=1528196 CPUtime=0.2
/proc/31107/task/31117/stat : 31117 (java) R 31105 31107 31082 0 -1 4202560 769 0 0 0 20 0 0 0 17 0 12 0 25524673 1564872704 24297 1992294400 134512640 134550932 4293061312 18446744073709551615 104144426 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31118] ppid=31105 vsize=1528196 CPUtime=0
/proc/31107/task/31118/stat : 31118 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25524673 1564872704 24297 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31119] ppid=31105 vsize=1528196 CPUtime=0
/proc/31107/task/31119/stat : 31119 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25524673 1564872704 24297 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1528196

[startup+3.1018 s]
/proc/loadavg: 0.86 0.97 0.99 2/118 31119
/proc/meminfo: memFree=1582368/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1528692 CPUtime=4.22
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 53998 0 1 0 395 27 0 0 18 0 12 0 25524664 1565380608 51612 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 382173 51614 1415 10 0 379476 0
[pid=31107/tid=31109] ppid=31105 vsize=1528692 CPUtime=2.72
/proc/31107/task/31109/stat : 31109 (java) S 31105 31107 31082 0 -1 4202560 32012 0 1 0 257 15 0 0 20 0 12 0 25524665 1565380608 51616 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31110] ppid=31105 vsize=1528692 CPUtime=0.34
/proc/31107/task/31110/stat : 31110 (java) R 31105 31107 31082 0 -1 4202560 11356 0 0 0 29 5 0 0 18 0 12 0 25524667 1565380608 51618 1992294400 134512640 134550932 4293061312 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31107/tid=31111] ppid=31105 vsize=1528692 CPUtime=0.34
/proc/31107/task/31111/stat : 31111 (java) R 31105 31107 31082 0 -1 4202560 8448 0 0 0 30 4 0 0 16 0 12 0 25524667 1565380608 51620 1992294400 134512640 134550932 4293061312 18446744073709551615 106197558 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31112] ppid=31105 vsize=1528692 CPUtime=0
/proc/31107/task/31112/stat : 31112 (java) S 31105 31107 31082 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 25524668 1565380608 51622 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31113] ppid=31105 vsize=1528692 CPUtime=0
/proc/31107/task/31113/stat : 31113 (java) S 31105 31107 31082 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 12 0 25524669 1565380608 51623 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31114] ppid=31105 vsize=1528692 CPUtime=0
/proc/31107/task/31114/stat : 31114 (java) S 31105 31107 31082 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 25524669 1565380608 51625 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31115] ppid=31105 vsize=1528692 CPUtime=0
/proc/31107/task/31115/stat : 31115 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25524673 1565380608 51627 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31116] ppid=31105 vsize=1528692 CPUtime=0.38
/proc/31107/task/31116/stat : 31116 (java) S 31105 31107 31082 0 -1 4202560 339 0 0 0 38 0 0 0 18 0 12 0 25524673 1565380608 51629 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31117] ppid=31105 vsize=1528692 CPUtime=0.39
/proc/31107/task/31117/stat : 31117 (java) S 31105 31107 31082 0 -1 4202560 784 0 0 0 39 0 0 0 17 0 12 0 25524673 1565380608 51631 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31118] ppid=31105 vsize=1528692 CPUtime=0
/proc/31107/task/31118/stat : 31118 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 25524673 1565380608 51633 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31119] ppid=31105 vsize=1528692 CPUtime=0
/proc/31107/task/31119/stat : 31119 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 25524673 1565380608 51635 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1528692

[startup+6.30077 s]
/proc/loadavg: 0.86 0.97 0.99 3/118 31119
/proc/meminfo: memFree=1479944/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1534660 CPUtime=8.47
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 74865 0 1 0 810 37 0 0 18 0 14 0 25524664 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 383665 68608 1436 10 0 380968 0
[pid=31107/tid=31109] ppid=31105 vsize=1534660 CPUtime=5.11
/proc/31107/task/31109/stat : 31109 (java) S 31105 31107 31082 0 -1 4202560 32041 0 1 0 495 16 0 0 17 0 14 0 25524665 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31110] ppid=31105 vsize=1534660 CPUtime=0.86
/proc/31107/task/31110/stat : 31110 (java) S 31105 31107 31082 0 -1 4202560 20795 0 0 0 77 9 0 0 16 0 14 0 25524667 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31111] ppid=31105 vsize=1534660 CPUtime=0.87
/proc/31107/task/31111/stat : 31111 (java) S 31105 31107 31082 0 -1 4202560 17396 0 0 0 79 8 0 0 16 0 14 0 25524667 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31112] ppid=31105 vsize=1534660 CPUtime=0
/proc/31107/task/31112/stat : 31112 (java) S 31105 31107 31082 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 25524668 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31113] ppid=31105 vsize=1534660 CPUtime=0
/proc/31107/task/31113/stat : 31113 (java) S 31105 31107 31082 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 14 0 25524669 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31114] ppid=31105 vsize=1534660 CPUtime=0
/proc/31107/task/31114/stat : 31114 (java) S 31105 31107 31082 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 25524669 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31115] ppid=31105 vsize=1534660 CPUtime=0
/proc/31107/task/31115/stat : 31115 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 25524673 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31116] ppid=31105 vsize=1534660 CPUtime=0.8
/proc/31107/task/31116/stat : 31116 (java) S 31105 31107 31082 0 -1 4202560 2692 0 0 0 80 0 0 0 16 0 14 0 25524673 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31117] ppid=31105 vsize=1534660 CPUtime=0.56
/proc/31107/task/31117/stat : 31117 (java) R 31105 31107 31082 0 -1 4202560 857 0 0 0 56 0 0 0 15 0 14 0 25524673 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 104139752 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31107/tid=31118] ppid=31105 vsize=1534660 CPUtime=0
/proc/31107/task/31118/stat : 31118 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 25524673 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31119] ppid=31105 vsize=1534660 CPUtime=0
/proc/31107/task/31119/stat : 31119 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 25524673 1571491840 68608 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 1534660

[startup+12.7017 s]
/proc/loadavg: 0.96 0.98 0.99 3/122 31123
/proc/meminfo: memFree=1419896/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1535628 CPUtime=21.09
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 90780 0 1 0 2064 45 0 0 18 0 16 0 25524664 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 383907 82498 1441 10 0 381210 0
[pid=31107/tid=31109] ppid=31105 vsize=1535628 CPUtime=5.11
/proc/31107/task/31109/stat : 31109 (java) S 31105 31107 31082 0 -1 4202560 32043 0 1 0 495 16 0 0 15 0 16 0 25524665 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31110] ppid=31105 vsize=1535628 CPUtime=1.56
/proc/31107/task/31110/stat : 31110 (java) S 31105 31107 31082 0 -1 4202560 29997 0 0 0 143 13 0 0 16 0 16 0 25524667 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31111] ppid=31105 vsize=1535628 CPUtime=1.56
/proc/31107/task/31111/stat : 31111 (java) S 31105 31107 31082 0 -1 4202560 22883 0 0 0 145 11 0 0 15 0 16 0 25524667 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31112] ppid=31105 vsize=1535628 CPUtime=0
/proc/31107/task/31112/stat : 31112 (java) S 31105 31107 31082 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 25524668 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31113] ppid=31105 vsize=1535628 CPUtime=0
/proc/31107/task/31113/stat : 31113 (java) S 31105 31107 31082 0 -1 4202560 9 0 0 0 0 0 0 0 23 0 16 0 25524669 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31114] ppid=31105 vsize=1535628 CPUtime=0
/proc/31107/task/31114/stat : 31114 (java) S 31105 31107 31082 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 25524669 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31115] ppid=31105 vsize=1535628 CPUtime=0
/proc/31107/task/31115/stat : 31115 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25524673 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31116] ppid=31105 vsize=1535628 CPUtime=1.55
/proc/31107/task/31116/stat : 31116 (java) S 31105 31107 31082 0 -1 4202560 3780 0 0 0 154 1 0 0 15 0 16 0 25524673 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31117] ppid=31105 vsize=1535628 CPUtime=1.58
/proc/31107/task/31117/stat : 31117 (java) S 31105 31107 31082 0 -1 4202560 944 0 0 0 158 0 0 0 16 0 16 0 25524673 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31118] ppid=31105 vsize=1535628 CPUtime=0
/proc/31107/task/31118/stat : 31118 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25524673 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31119] ppid=31105 vsize=1535628 CPUtime=0
/proc/31107/task/31119/stat : 31119 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 25524673 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31120] ppid=31105 vsize=1535628 CPUtime=4.4
/proc/31107/task/31120/stat : 31120 (java) R 31105 31107 31082 0 -1 4202560 24 0 0 0 440 0 0 0 20 0 16 0 25525268 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4110200867 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31121] ppid=31105 vsize=1535628 CPUtime=5.25
/proc/31107/task/31121/stat : 31121 (java) R 31105 31107 31082 0 -1 4202560 33 0 0 0 525 0 0 0 25 0 16 0 25525268 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4109894857 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31107/tid=31122] ppid=31105 vsize=1535628 CPUtime=0
/proc/31107/task/31122/stat : 31122 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525406 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31123] ppid=31105 vsize=1535628 CPUtime=0
/proc/31107/task/31123/stat : 31123 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525407 1572483072 82498 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.09
Current children cumulated vsize (KiB) 1535628

[startup+25.5016 s]
/proc/loadavg: 1.20 1.03 1.01 3/122 31123
/proc/meminfo: memFree=1400552/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1535628 CPUtime=46.36
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 95649 0 1 0 4586 50 0 0 18 0 16 0 25524664 1572483072 87101 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 383907 87101 1441 10 0 381210 0
[pid=31107/tid=31109] ppid=31105 vsize=1535628 CPUtime=5.11
/proc/31107/task/31109/stat : 31109 (java) S 31105 31107 31082 0 -1 4202560 32043 0 1 0 495 16 0 0 15 0 16 0 25524665 1572483072 87101 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31110] ppid=31105 vsize=1535628 CPUtime=2
/proc/31107/task/31110/stat : 31110 (java) S 31105 31107 31082 0 -1 4202560 32192 0 0 0 186 14 0 0 16 0 16 0 25524667 1572483072 87101 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31111] ppid=31105 vsize=1535628 CPUtime=1.99
/proc/31107/task/31111/stat : 31111 (java) S 31105 31107 31082 0 -1 4202560 25511 0 0 0 186 13 0 0 15 0 16 0 25524667 1572483072 87101 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31112] ppid=31105 vsize=1535628 CPUtime=0.06

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

/proc/31107/task/31121/stat : 31121 (java) R 31105 31107 31082 0 -1 4202560 510 0 0 0 72134 19 0 0 25 0 16 0 25525268 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4110427897 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31122] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31122/stat : 31122 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525406 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31123] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31123/stat : 31123 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525407 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1486.65
Current children cumulated vsize (KiB) 1539724

[startup+822.301 s]
/proc/loadavg: 1.99 1.96 1.59 3/122 31148
/proc/meminfo: memFree=1270972/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1539724 CPUtime=1603.77
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 303707 0 1 0 160167 210 0 0 18 0 16 0 25524664 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 384931 118982 1452 10 0 382234 0
[pid=31107/tid=31109] ppid=31105 vsize=1539724 CPUtime=5.11
/proc/31107/task/31109/stat : 31109 (java) S 31105 31107 31082 0 -1 4202560 32056 0 1 0 495 16 0 0 15 0 16 0 25524665 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31110] ppid=31105 vsize=1539724 CPUtime=9.61
/proc/31107/task/31110/stat : 31110 (java) S 31105 31107 31082 0 -1 4202560 47077 0 0 0 924 37 0 0 16 0 16 0 25524667 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31111] ppid=31105 vsize=1539724 CPUtime=9.62
/proc/31107/task/31111/stat : 31111 (java) S 31105 31107 31082 0 -1 4202560 45404 0 0 0 925 37 0 0 15 0 16 0 25524667 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31112] ppid=31105 vsize=1539724 CPUtime=21.24
/proc/31107/task/31112/stat : 31112 (java) S 31105 31107 31082 0 -1 4202560 170746 0 0 0 2051 73 0 0 15 0 16 0 25524668 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31113] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31113/stat : 31113 (java) S 31105 31107 31082 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 25524669 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31114] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31114/stat : 31114 (java) S 31105 31107 31082 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 25524669 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31115] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31115/stat : 31115 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25524673 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31116] ppid=31105 vsize=1539724 CPUtime=1.83
/proc/31107/task/31116/stat : 31116 (java) S 31105 31107 31082 0 -1 4202560 5191 0 0 0 182 1 0 0 15 0 16 0 25524673 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31117] ppid=31105 vsize=1539724 CPUtime=2.32
/proc/31107/task/31117/stat : 31117 (java) S 31105 31107 31082 0 -1 4202560 986 0 0 0 232 0 0 0 15 0 16 0 25524673 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31118] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31118/stat : 31118 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25524673 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31119] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31119/stat : 31119 (java) S 31105 31107 31082 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 25524673 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31120] ppid=31105 vsize=1539724 CPUtime=775.65
/proc/31107/task/31120/stat : 31120 (java) R 31105 31107 31082 0 -1 4202560 576 0 0 0 77543 22 0 0 25 0 16 0 25525268 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4110162804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31107/tid=31121] ppid=31105 vsize=1539724 CPUtime=778.3
/proc/31107/task/31121/stat : 31121 (java) R 31105 31107 31082 0 -1 4202560 550 0 0 0 77811 19 0 0 25 0 16 0 25525268 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4110272957 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31122] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31122/stat : 31122 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525406 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31123] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31123/stat : 31123 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525407 1576677376 118982 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1603.77
Current children cumulated vsize (KiB) 1539724

[startup+882.302 s]
/proc/loadavg: 2.09 1.98 1.62 3/122 31150
/proc/meminfo: memFree=1256836/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1539724 CPUtime=1720.95
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 321044 0 1 0 171872 223 0 0 18 0 16 0 25524664 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 384931 122515 1452 10 0 382234 0
[pid=31107/tid=31109] ppid=31105 vsize=1539724 CPUtime=5.11
/proc/31107/task/31109/stat : 31109 (java) S 31105 31107 31082 0 -1 4202560 32056 0 1 0 495 16 0 0 15 0 16 0 25524665 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31110] ppid=31105 vsize=1539724 CPUtime=10.14
/proc/31107/task/31110/stat : 31110 (java) S 31105 31107 31082 0 -1 4202560 48349 0 0 0 976 38 0 0 15 0 16 0 25524667 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31111] ppid=31105 vsize=1539724 CPUtime=10.15
/proc/31107/task/31111/stat : 31111 (java) S 31105 31107 31082 0 -1 4202560 48041 0 0 0 974 41 0 0 15 0 16 0 25524667 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31112] ppid=31105 vsize=1539724 CPUtime=22.97
/proc/31107/task/31112/stat : 31112 (java) S 31105 31107 31082 0 -1 4202560 184108 0 0 0 2220 77 0 0 15 0 16 0 25524668 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31113] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31113/stat : 31113 (java) S 31105 31107 31082 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 25524669 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31114] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31114/stat : 31114 (java) S 31105 31107 31082 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 25524669 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31115] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31115/stat : 31115 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31116] ppid=31105 vsize=1539724 CPUtime=1.83
/proc/31107/task/31116/stat : 31116 (java) S 31105 31107 31082 0 -1 4202560 5191 0 0 0 182 1 0 0 15 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31117] ppid=31105 vsize=1539724 CPUtime=2.32
/proc/31107/task/31117/stat : 31117 (java) S 31105 31107 31082 0 -1 4202560 986 0 0 0 232 0 0 0 15 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31118] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31118/stat : 31118 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31119] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31119/stat : 31119 (java) S 31105 31107 31082 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31120] ppid=31105 vsize=1539724 CPUtime=833.26
/proc/31107/task/31120/stat : 31120 (java) R 31105 31107 31082 0 -1 4202560 621 0 0 0 83302 24 0 0 25 0 16 0 25525268 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4110164190 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31107/tid=31121] ppid=31105 vsize=1539724 CPUtime=835.07
/proc/31107/task/31121/stat : 31121 (java) R 31105 31107 31082 0 -1 4202560 567 0 0 0 83488 19 0 0 25 0 16 0 25525268 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4110427288 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31122] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31122/stat : 31122 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525406 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31123] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31123/stat : 31123 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525407 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1720.95
Current children cumulated vsize (KiB) 1539724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.701 s]
/proc/loadavg: 1.97 1.96 1.63 3/122 31150
/proc/meminfo: memFree=1256836/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1539724 CPUtime=1800.08
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 331628 0 1 0 179775 233 0 0 18 0 16 0 25524664 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 384931 122515 1452 10 0 382234 0
[pid=31107/tid=31109] ppid=31105 vsize=1539724 CPUtime=5.11
/proc/31107/task/31109/stat : 31109 (java) S 31105 31107 31082 0 -1 4202560 32056 0 1 0 495 16 0 0 15 0 16 0 25524665 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31110] ppid=31105 vsize=1539724 CPUtime=10.43
/proc/31107/task/31110/stat : 31110 (java) S 31105 31107 31082 0 -1 4202560 48349 0 0 0 1003 40 0 0 15 0 16 0 25524667 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31111] ppid=31105 vsize=1539724 CPUtime=10.44
/proc/31107/task/31111/stat : 31111 (java) S 31105 31107 31082 0 -1 4202560 48041 0 0 0 1002 42 0 0 15 0 16 0 25524667 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31112] ppid=31105 vsize=1539724 CPUtime=23.89
/proc/31107/task/31112/stat : 31112 (java) S 31105 31107 31082 0 -1 4202560 194631 0 0 0 2307 82 0 0 15 0 16 0 25524668 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31113] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31113/stat : 31113 (java) S 31105 31107 31082 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 25524669 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31114] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31114/stat : 31114 (java) S 31105 31107 31082 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 25524669 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31115] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31115/stat : 31115 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31116] ppid=31105 vsize=1539724 CPUtime=1.83
/proc/31107/task/31116/stat : 31116 (java) S 31105 31107 31082 0 -1 4202560 5191 0 0 0 182 1 0 0 15 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31117] ppid=31105 vsize=1539724 CPUtime=2.32
/proc/31107/task/31117/stat : 31117 (java) S 31105 31107 31082 0 -1 4202560 986 0 0 0 232 0 0 0 15 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31118] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31118/stat : 31118 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31119] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31119/stat : 31119 (java) R 31105 31107 31082 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 25524673 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31120] ppid=31105 vsize=1539724 CPUtime=872.39
/proc/31107/task/31120/stat : 31120 (java) R 31105 31107 31082 0 -1 4202560 661 0 0 0 87213 26 0 0 25 0 16 0 25525268 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4110405802 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31107/tid=31121] ppid=31105 vsize=1539724 CPUtime=873.57
/proc/31107/task/31121/stat : 31121 (java) R 31105 31107 31082 0 -1 4202560 586 0 0 0 87337 20 0 0 25 0 16 0 25525268 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4110272416 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31122] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31122/stat : 31122 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525406 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31123] ppid=31105 vsize=1539724 CPUtime=0
/proc/31107/task/31123/stat : 31123 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 25525407 1576677376 122515 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1539724

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

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

[startup+922.816 s]
/proc/loadavg: 1.97 1.96 1.63 5/125 31153
/proc/meminfo: memFree=1256688/2059040 swapFree=4142408/4192956
[pid=31107] ppid=31105 vsize=1540372 CPUtime=1800.3
/proc/31107/stat : 31107 (java) S 31105 31107 31082 0 -1 4202496 331655 0 1 0 179797 233 0 0 18 0 15 0 25524664 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31107/statm: 385093 122541 1453 10 0 382396 0
[pid=31107/tid=31109] ppid=31105 vsize=1540372 CPUtime=5.11
/proc/31107/task/31109/stat : 31109 (java) S 31105 31107 31082 0 -1 4202560 32056 0 1 0 495 16 0 0 15 0 15 0 25524665 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31110] ppid=31105 vsize=1540372 CPUtime=10.43
/proc/31107/task/31110/stat : 31110 (java) S 31105 31107 31082 0 -1 4202560 48349 0 0 0 1003 40 0 0 15 0 15 0 25524667 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31111] ppid=31105 vsize=1540372 CPUtime=10.44
/proc/31107/task/31111/stat : 31111 (java) S 31105 31107 31082 0 -1 4202560 48041 0 0 0 1002 42 0 0 15 0 15 0 25524667 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31112] ppid=31105 vsize=1540372 CPUtime=23.9
/proc/31107/task/31112/stat : 31112 (java) R 31105 31107 31082 0 -1 4202560 194631 0 0 0 2308 82 0 0 15 0 15 0 25524668 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=31107/tid=31113] ppid=31105 vsize=1540372 CPUtime=0
/proc/31107/task/31113/stat : 31113 (java) S 31105 31107 31082 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 15 0 25524669 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31114] ppid=31105 vsize=1540372 CPUtime=0
/proc/31107/task/31114/stat : 31114 (java) S 31105 31107 31082 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 15 0 25524669 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31116] ppid=31105 vsize=1540372 CPUtime=1.83
/proc/31107/task/31116/stat : 31116 (java) S 31105 31107 31082 0 -1 4202560 5195 0 0 0 182 1 0 0 16 0 15 0 25524673 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31117] ppid=31105 vsize=1540372 CPUtime=2.32
/proc/31107/task/31117/stat : 31117 (java) S 31105 31107 31082 0 -1 4202560 987 0 0 0 232 0 0 0 15 0 15 0 25524673 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31118] ppid=31105 vsize=1540372 CPUtime=0
/proc/31107/task/31118/stat : 31118 (java) S 31105 31107 31082 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 25524673 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31120] ppid=31105 vsize=1540372 CPUtime=872.48
/proc/31107/task/31120/stat : 31120 (java) S 31105 31107 31082 0 -1 4202560 661 0 0 0 87222 26 0 0 25 0 15 0 25525268 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31121] ppid=31105 vsize=1540372 CPUtime=873.67
/proc/31107/task/31121/stat : 31121 (java) R 31105 31107 31082 0 -1 4202560 586 0 0 0 87347 20 0 0 25 0 15 0 25525268 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4110432333 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31107/tid=31122] ppid=31105 vsize=1540372 CPUtime=0
/proc/31107/task/31122/stat : 31122 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 15 0 25525406 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 1 0 0 0
[pid=31107/tid=31123] ppid=31105 vsize=1540372 CPUtime=0
/proc/31107/task/31123/stat : 31123 (java) S 31105 31107 31082 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 15 0 25525407 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
[pid=31107/tid=31152] ppid=31105 vsize=1540372 CPUtime=0
/proc/31107/task/31152/stat : 31152 (java) S 31105 31107 31082 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 25616936 1577340928 122541 1992294400 134512640 134550932 4293061312 18446744073709551615 4294960144 0 4 0 16800975 18446604437838446912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 1540372

Child status: 143
Real time (s): 922.875
CPU time (s): 1800.35
CPU user time (s): 1797.97
CPU system time (s): 2.38164
CPU usage (%): 195.081
Max. virtual memory (cumulated for all children) (KiB): 1567340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.97
system time used= 2.38164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331655
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= 33902
involuntary context switches= 55372

runsolver used 4.66429 second user time and 10.4344 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-14 14:31:23
IDJOB=2662511
IDBENCH=2284
IDSOLVER=1166
FILE ID=node019/2662511-1276518683
PBS_JOBID= 11173440
Free space on /tmp= 62372 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-n370a.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662511-1276518683/watcher-2662511-1276518683 -o /tmp/evaluation-result-2662511-1276518683/solver-2662511-1276518683 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662511-1276518683.opb

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

MD5SUM BENCH= 28d10e1d13e82e070b03ac2e5d475941
RANDOM SEED=1145038643

node019.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.264
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.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1745176 kB
Buffers:        105768 kB
Cached:         115156 kB
SwapCached:       4636 kB
Active:         107668 kB
Inactive:       126540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1745176 kB
SwapTotal:     4192956 kB
SwapFree:      4142408 kB
Dirty:            9072 kB
Writeback:           0 kB
AnonPages:       11492 kB
Mapped:          13556 kB
Slab:            57856 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181396 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= 62372 MiB
End job on node019 at 2010-06-14 14:46:48