Trace number 2684979

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.3 1796.96

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12036_4-sat.opb
MD5SUMb4d4215a44d43278004dfcd0ea549fa8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57354
Total number of constraints192702
Number of constraints which are clauses191758
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints944
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 754
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.79	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.79	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.79	c See www.sat4j.org for details.
0.15/0.81	c version 2.2.0.v20100526
0.15/0.81	c java.runtime.name	Java(TM) SE Runtime Environment
0.15/0.81	c java.vm.name		Java HotSpot(TM) Server VM
0.15/0.81	c java.vm.version	11.2-b01
0.15/0.81	c java.vm.vendor	Sun Microsystems Inc.
0.15/0.81	c sun.arch.data.model	32
0.15/0.81	c java.version		1.6.0_12
0.15/0.81	c os.name		Linux
0.15/0.81	c os.version		2.6.18-164.el5
0.15/0.81	c os.arch		i386
0.15/0.81	c Free memory 		1393557488
0.15/0.81	c Max memory 		1395916800
0.15/0.81	c Total memory 		1395916800
0.15/0.81	c Number of processors 	2
0.15/0.87	c Pseudo Boolean Optimization
0.15/0.87	c --- Begin Solver configuration ---
0.15/0.87	c Stops conflict analysis at the first Unique Implication Point
0.15/0.87	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.15/0.87	c Learn all clauses as in MiniSAT
0.15/0.87	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.87	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.87	c Expensive reason simplification
0.15/0.87	c Armin Biere (Picosat) restarts strategy
0.15/0.87	c Glucose learned constraints deletion strategy
0.15/0.87	c timeout=2147483s
0.15/0.87	c DB Simplification allowed=false
0.15/0.87	c --- End Solver configuration ---
0.15/0.87	c solving HOME/instance-2684979-1278437283.opb
0.15/0.87	c reading problem ... 
5.14/4.66	c ... done. Wall clock time 3.792s.
5.14/4.67	c #vars     57354
5.14/4.67	c #constraints  178619
5.14/4.67	c constraints type 
5.14/4.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24190
5.14/4.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147772
5.14/4.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
13.60/12.38	c cleaning 2488 clauses out of 4995 with flag 5000/5000
23.24/21.87	c cleaning 4248 clauses out of 8507 with flag 11000/11000
31.15/29.73	c cleaning 5620 clauses out of 11260 with flag 18001/18001
40.66/39.29	c cleaning 6806 clauses out of 13639 with flag 26000/26000
54.94/53.49	c cleaning 7912 clauses out of 15833 with flag 35000/35000
69.16/67.64	c cleaning 8955 clauses out of 17923 with flag 45002/45002
88.87/87.29	c cleaning 9972 clauses out of 19966 with flag 56000/56000
103.88/102.14	c cleaning 10996 clauses out of 21997 with flag 68003/68003
122.09/120.31	c cleaning 11996 clauses out of 23998 with flag 81000/81000
141.43/139.65	c cleaning 12979 clauses out of 26004 with flag 95002/95002
158.33/156.59	c cleaning 13995 clauses out of 28024 with flag 110001/110001
178.24/176.40	c cleaning 15005 clauses out of 30029 with flag 126001/126001
203.69/201.84	c cleaning 15990 clauses out of 32023 with flag 143000/143000
233.81/231.97	c cleaning 17009 clauses out of 34034 with flag 161001/161001
270.23/268.31	c cleaning 18012 clauses out of 36025 with flag 180001/180001
296.37/294.47	c cleaning 18998 clauses out of 38012 with flag 200000/200000
325.70/323.73	c cleaning 19969 clauses out of 40016 with flag 221002/221002
358.12/356.12	c cleaning 21008 clauses out of 42045 with flag 243000/243000
395.45/393.49	c cleaning 21999 clauses out of 44037 with flag 266000/266000
429.90/427.86	c cleaning 23005 clauses out of 46039 with flag 290001/290001
469.92/467.84	c cleaning 24012 clauses out of 48033 with flag 315000/315000
511.26/509.12	c cleaning 24966 clauses out of 50021 with flag 341000/341000
558.60/556.40	c cleaning 25975 clauses out of 52055 with flag 368000/368000
613.15/610.92	c cleaning 27013 clauses out of 54080 with flag 396000/396000
652.50/650.27	c cleaning 28027 clauses out of 56068 with flag 425001/425001
691.35/689.01	c cleaning 29007 clauses out of 58039 with flag 455000/455000
741.19/738.85	c cleaning 30006 clauses out of 60033 with flag 486001/486001
781.83/779.44	c cleaning 30942 clauses out of 62026 with flag 518000/518000
829.68/827.23	c cleaning 32000 clauses out of 64084 with flag 551000/551000
879.63/877.12	c cleaning 33005 clauses out of 66085 with flag 585001/585001
926.58/924.09	c cleaning 34017 clauses out of 68079 with flag 620000/620000
991.83/989.26	c cleaning 34974 clauses out of 70062 with flag 656000/656000
1050.58/1047.94	c cleaning 36025 clauses out of 72088 with flag 693000/693000
1118.83/1116.15	c cleaning 36985 clauses out of 74063 with flag 731000/731000
1199.38/1196.69	c cleaning 37995 clauses out of 76078 with flag 770000/770000
1269.81/1267.07	c cleaning 39032 clauses out of 78083 with flag 810000/810000
1344.67/1341.86	c cleaning 40012 clauses out of 80052 with flag 851001/851001
1427.81/1424.92	c cleaning 41010 clauses out of 82040 with flag 893001/893001
1490.60/1487.65	c cleaning 41978 clauses out of 84030 with flag 936001/936001
1559.78/1556.75	c cleaning 42967 clauses out of 86051 with flag 980000/980000
1640.84/1637.73	c cleaning 44036 clauses out of 88085 with flag 1025001/1025001
1744.33/1741.10	c cleaning 45005 clauses out of 90048 with flag 1071000/1071000
1800.08/1796.81	c starts		: 189
1800.08/1796.81	c conflicts		: 1103912
1800.08/1796.81	c decisions		: 1463117
1800.08/1796.81	c propagations		: 1045942011
1800.08/1796.81	c inspects		: 3241038178
1800.08/1796.81	c learnt literals	: 6
1800.08/1796.81	c learnt binary clauses	: 52
1800.08/1796.81	c learnt ternary clauses	: 1250
1800.08/1796.81	c learnt clauses	: 1103905
1800.08/1796.81	c ignored clauses	: 0
1800.08/1796.81	c root simplifications	: 0
1800.08/1796.81	c removed literals (reason simplification)	: 20588603
1800.08/1796.81	c reason swapping (by a shorter reason)	: 0
1800.08/1796.81	c Calls to reduceDB	: 42
1800.08/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.81	c number of learned constraints concerned by reduction	: 0
1800.08/1796.82	c number of learning phase by resolution	: 0
1800.08/1796.82	c number of learning phase by cutting planes	: 0
1800.08/1796.82	c speed (assignments/second)	: 583625.1217115561
1800.08/1796.82	c non guided choices	10413
1800.08/1796.87	c learnt constraints type 
1800.08/1796.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 77929
1800.08/1796.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 52
1800.08/1796.87	c constraints type 
1800.08/1796.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 24190
1800.08/1796.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147772
1800.08/1796.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 944
1800.08/1796.87	s UNKNOWN
1800.08/1796.87	c Total wall clock time (in seconds): 1796.0

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-2684979-1278437283/watcher-2684979-1278437283 -o /tmp/evaluation-result-2684979-1278437283/solver-2684979-1278437283 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684979-1278437283.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: 3.34 1.72 1.28 3/106 24095
/proc/meminfo: memFree=1875796/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=300 CPUtime=0
/proc/24095/stat : 24095 (java6) D 24093 24095 23691 0 -1 4194304 116 0 1 0 0 0 0 0 25 0 1 0 11936680 307200 35 1992294400 134512640 134550932 4292805184 18446744073709551615 4846292 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/24095/statm: 75 35 28 10 0 23 0

[startup+0.045125 s]
/proc/loadavg: 3.34 1.72 1.28 3/106 24095
/proc/meminfo: memFree=1875796/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=392 CPUtime=0
/proc/24095/stat : 24095 (java6) D 24093 24095 23691 0 -1 4194304 117 0 1 0 0 0 0 0 25 0 1 0 11936680 401408 36 1992294400 134512640 134550932 4292805184 18446744073709551615 4848807 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 2
/proc/24095/statm: 98 36 29 10 0 23 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.101133 s]
/proc/loadavg: 3.34 1.72 1.28 3/106 24095
/proc/meminfo: memFree=1875796/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1832 CPUtime=0
/proc/24095/stat : 24095 (java6) D 24093 24095 23691 0 -1 4194304 223 0 5 0 0 0 0 0 25 0 1 0 11936680 1875968 130 1992294400 134512640 134550932 4292805184 18446744073709551615 5685648 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 8
/proc/24095/statm: 458 130 94 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.301157 s]
/proc/loadavg: 3.34 1.72 1.28 3/106 24095
/proc/meminfo: memFree=1875796/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=13524 CPUtime=0.01
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 1038 0 41 0 0 1 0 0 24 0 2 0 11936680 13848576 560 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 3381 560 250 10 0 1202 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13524

[startup+0.701203 s]
/proc/loadavg: 3.34 1.72 1.28 3/106 24095
/proc/meminfo: memFree=1875796/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1521796 CPUtime=0.07
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 3653 0 102 0 4 3 0 0 24 0 7 0 11936680 1558319104 3194 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 380449 3194 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+1.50129 s]
/proc/loadavg: 3.34 1.72 1.28 2/118 24107
/proc/meminfo: memFree=1848672/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1528320 CPUtime=1.17
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 8787 0 102 0 109 8 0 0 24 0 12 0 11936680 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 382080 8102 1403 10 0 379382 0
[pid=24095/tid=24097] ppid=24093 vsize=1528320 CPUtime=0.64
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 6392 0 63 0 59 5 0 0 25 0 12 0 11936702 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4109265400 0 4 0 16800975 0 0 0 -1 0 0 0 43
[pid=24095/tid=24098] ppid=24093 vsize=1528320 CPUtime=0
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 12 0 11936742 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1528320 CPUtime=0
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 11936742 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1528320 CPUtime=0
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11936745 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1528320 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 11936746 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1528320 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24093 24095 23691 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 11936746 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24103] ppid=24093 vsize=1528320 CPUtime=0
/proc/24095/task/24103/stat : 24103 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11936753 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24104] ppid=24093 vsize=1528320 CPUtime=0.23
/proc/24095/task/24104/stat : 24104 (java) S 24093 24095 23691 0 -1 4202560 343 0 0 0 23 0 0 0 22 0 12 0 11936753 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24105] ppid=24093 vsize=1528320 CPUtime=0.26
/proc/24095/task/24105/stat : 24105 (java) S 24093 24095 23691 0 -1 4202560 1024 0 0 0 26 0 0 0 16 0 12 0 11936753 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24106] ppid=24093 vsize=1528320 CPUtime=0
/proc/24095/task/24106/stat : 24106 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11936753 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24107] ppid=24093 vsize=1528320 CPUtime=0
/proc/24095/task/24107/stat : 24107 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 11936753 1564999680 8102 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1528320

[startup+3.10145 s]
/proc/loadavg: 3.31 1.74 1.29 2/118 24107
/proc/meminfo: memFree=1793368/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1528456 CPUtime=2.99
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 36880 0 102 0 279 20 0 0 24 0 12 0 11936680 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 382114 35907 1423 10 0 379416 0
[pid=24095/tid=24097] ppid=24093 vsize=1528456 CPUtime=2.04
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 31971 0 63 0 187 17 0 0 25 0 12 0 11936702 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4109556997 0 4 0 16800975 0 0 0 -1 1 0 0 43
[pid=24095/tid=24098] ppid=24093 vsize=1528456 CPUtime=0.04
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 974 0 0 0 4 0 0 0 18 0 12 0 11936742 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1528456 CPUtime=0.04
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 1184 0 0 0 4 0 0 0 18 0 12 0 11936742 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1528456 CPUtime=0
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 12 0 11936745 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1528456 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 11936746 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1528456 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24093 24095 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 11936746 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24103] ppid=24093 vsize=1528456 CPUtime=0
/proc/24095/task/24103/stat : 24103 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11936753 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24104] ppid=24093 vsize=1528456 CPUtime=0.37
/proc/24095/task/24104/stat : 24104 (java) S 24093 24095 23691 0 -1 4202560 506 0 0 0 37 0 0 0 15 0 12 0 11936753 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24105] ppid=24093 vsize=1528456 CPUtime=0.44
/proc/24095/task/24105/stat : 24105 (java) S 24093 24095 23691 0 -1 4202560 1213 0 0 0 44 0 0 0 15 0 12 0 11936753 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24106] ppid=24093 vsize=1528456 CPUtime=0
/proc/24095/task/24106/stat : 24106 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 11936753 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24107] ppid=24093 vsize=1528456 CPUtime=0
/proc/24095/task/24107/stat : 24107 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11936753 1565138944 35907 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1528456

[startup+6.30567 s]
/proc/loadavg: 3.31 1.74 1.29 2/119 24108
/proc/meminfo: memFree=1699248/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1538704 CPUtime=7.46
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 50298 0 102 0 720 26 0 0 24 0 13 0 11936680 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 384676 46783 1433 10 0 381978 0
[pid=24095/tid=24097] ppid=24093 vsize=1538704 CPUtime=4.74
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 32006 0 63 0 457 17 0 0 24 0 13 0 11936702 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4109849673 0 4 0 16800975 0 0 0 -1 1 0 0 44
[pid=24095/tid=24098] ppid=24093 vsize=1538704 CPUtime=0.23
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 5489 0 0 0 22 1 0 0 18 0 13 0 11936742 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1538704 CPUtime=0.23
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 5278 0 0 0 21 2 0 0 18 0 13 0 11936742 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 13 0 11936745 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24093 24095 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24103] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24103/stat : 24103 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24104] ppid=24093 vsize=1538704 CPUtime=1.32
/proc/24095/task/24104/stat : 24104 (java) S 24093 24095 23691 0 -1 4202560 5051 0 0 0 131 1 0 0 15 0 13 0 11936753 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24105] ppid=24093 vsize=1538704 CPUtime=0.87
/proc/24095/task/24105/stat : 24105 (java) S 24093 24095 23691 0 -1 4202560 1434 0 0 0 86 1 0 0 15 0 13 0 11936753 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24106] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24106/stat : 24106 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24107] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24107/stat : 24107 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11936753 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24108] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24108/stat : 24108 (java) S 24093 24095 23691 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11937164 1575632896 46783 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 1538704

[startup+12.7025 s]
/proc/loadavg: 3.18 1.77 1.30 2/119 24108
/proc/meminfo: memFree=1681648/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1538704 CPUtime=14.1
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 56345 0 102 0 1382 28 0 0 24 0 13 0 11936680 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 384676 52815 1444 10 0 381978 0
[pid=24095/tid=24097] ppid=24093 vsize=1538704 CPUtime=10.82
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 32013 0 63 0 1065 17 0 0 23 0 13 0 11936702 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4110046358 0 4 0 16800975 0 0 0 -1 1 0 0 44
[pid=24095/tid=24098] ppid=24093 vsize=1538704 CPUtime=0.31
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 6421 0 0 0 29 2 0 0 18 0 13 0 11936742 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1538704 CPUtime=0.3
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 5626 0 0 0 28 2 0 0 18 0 13 0 11936742 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1538704 CPUtime=0.2
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 4744 0 0 0 19 1 0 0 16 0 13 0 11936745 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24093 24095 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24103] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24103/stat : 24103 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24104] ppid=24093 vsize=1538704 CPUtime=1.36
/proc/24095/task/24104/stat : 24104 (java) S 24093 24095 23691 0 -1 4202560 5058 0 0 0 135 1 0 0 15 0 13 0 11936753 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24105] ppid=24093 vsize=1538704 CPUtime=1.04
/proc/24095/task/24105/stat : 24105 (java) S 24093 24095 23691 0 -1 4202560 1454 0 0 0 103 1 0 0 15 0 13 0 11936753 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24106] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24106/stat : 24106 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24107] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24107/stat : 24107 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11936753 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24108] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24108/stat : 24108 (java) S 24093 24095 23691 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11937164 1575632896 52815 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 1538704

[startup+25.5018 s]
/proc/loadavg: 2.85 1.74 1.30 2/119 24108
/proc/meminfo: memFree=1657096/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1538704 CPUtime=26.95
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 56515 0 102 0 2667 28 0 0 24 0 13 0 11936680 1575632896 52983 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 384676 52983 1444 10 0 381978 0
[pid=24095/tid=24097] ppid=24093 vsize=1538704 CPUtime=23.4
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 32015 0 63 0 2323 17 0 0 25 0 13 0 11936702 1575632896 52983 1992294400 134512640 134550932 4294649168 18446744073709551615 4109994186 0 4 0 16800975 0 0 0 -1 0 0 0 44
[pid=24095/tid=24098] ppid=24093 vsize=1538704 CPUtime=0.32
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 6421 0 0 0 30 2 0 0 18 0 13 0 11936742 1575632896 52983 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1538704 CPUtime=0.31
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 5626 0 0 0 29 2 0 0 18 0 13 0 11936742 1575632896 52983 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1538704 CPUtime=0.37
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 4906 0 0 0 36 1 0 0 15 0 13 0 11936745 1575632896 52983 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 52983 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1538704 CPUtime=0

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

[pid=24095] ppid=24093 vsize=1538704 CPUtime=1665.46
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 69800 0 102 0 166505 41 0 0 24 0 13 0 11936680 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 384676 64646 1444 10 0 381978 0
[pid=24095/tid=24097] ppid=24093 vsize=1538704 CPUtime=1648.87
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 32154 0 63 0 164869 18 0 0 25 0 13 0 11936702 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4110103577 0 4 0 16800975 0 0 0 -1 1 0 0 44
[pid=24095/tid=24098] ppid=24093 vsize=1538704 CPUtime=2.44
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 12638 0 0 0 238 6 0 0 15 0 13 0 11936742 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1538704 CPUtime=2.47
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 11713 0 0 0 239 8 0 0 15 0 13 0 11936742 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1538704 CPUtime=8.86
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 5650 0 0 0 884 2 0 0 15 0 13 0 11936745 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24093 24095 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24103] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24103/stat : 24103 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24104] ppid=24093 vsize=1538704 CPUtime=1.41
/proc/24095/task/24104/stat : 24104 (java) S 24093 24095 23691 0 -1 4202560 5060 0 0 0 140 1 0 0 15 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24105] ppid=24093 vsize=1538704 CPUtime=1.34
/proc/24095/task/24105/stat : 24105 (java) S 24093 24095 23691 0 -1 4202560 1460 0 0 0 133 1 0 0 16 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24106] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24106/stat : 24106 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24107] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24107/stat : 24107 (java) S 24093 24095 23691 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24108] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24108/stat : 24108 (java) S 24093 24095 23691 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11937164 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.46
Current children cumulated vsize (KiB) 1538704

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.01 3/119 24152
/proc/meminfo: memFree=1608860/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1538704 CPUtime=1725.51
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 69812 0 102 0 172510 41 0 0 24 0 13 0 11936680 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 384676 64646 1444 10 0 381978 0
[pid=24095/tid=24097] ppid=24093 vsize=1538704 CPUtime=1708.78
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 32158 0 63 0 170860 18 0 0 25 0 13 0 11936702 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4110070226 0 4 0 16800975 0 0 0 -1 1 0 0 44
[pid=24095/tid=24098] ppid=24093 vsize=1538704 CPUtime=2.51
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 12638 0 0 0 245 6 0 0 16 0 13 0 11936742 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1538704 CPUtime=2.55
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 11713 0 0 0 246 9 0 0 16 0 13 0 11936742 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1538704 CPUtime=8.87
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 5654 0 0 0 885 2 0 0 15 0 13 0 11936745 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24093 24095 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24103] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24103/stat : 24103 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24104] ppid=24093 vsize=1538704 CPUtime=1.41
/proc/24095/task/24104/stat : 24104 (java) S 24093 24095 23691 0 -1 4202560 5060 0 0 0 140 1 0 0 15 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24105] ppid=24093 vsize=1538704 CPUtime=1.34
/proc/24095/task/24105/stat : 24105 (java) S 24093 24095 23691 0 -1 4202560 1460 0 0 0 133 1 0 0 16 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24106] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24106/stat : 24106 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24107] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24107/stat : 24107 (java) S 24093 24095 23691 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24108] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24108/stat : 24108 (java) S 24093 24095 23691 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11937164 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.51
Current children cumulated vsize (KiB) 1538704

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24154
/proc/meminfo: memFree=1608612/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1538704 CPUtime=1785.56
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 69820 0 102 0 178515 41 0 0 24 0 13 0 11936680 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 384676 64646 1444 10 0 381978 0
[pid=24095/tid=24097] ppid=24093 vsize=1538704 CPUtime=1768.44
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 32162 0 63 0 176826 18 0 0 25 0 13 0 11936702 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4110005231 0 4 0 16800975 0 0 0 -1 1 0 0 44
[pid=24095/tid=24098] ppid=24093 vsize=1538704 CPUtime=2.58
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 12638 0 0 0 252 6 0 0 16 0 13 0 11936742 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1538704 CPUtime=2.62
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 11713 0 0 0 253 9 0 0 15 0 13 0 11936742 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1538704 CPUtime=9.11
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 5656 0 0 0 909 2 0 0 15 0 13 0 11936745 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24093 24095 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24103] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24103/stat : 24103 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24104] ppid=24093 vsize=1538704 CPUtime=1.41
/proc/24095/task/24104/stat : 24104 (java) S 24093 24095 23691 0 -1 4202560 5060 0 0 0 140 1 0 0 15 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24105] ppid=24093 vsize=1538704 CPUtime=1.34
/proc/24095/task/24105/stat : 24105 (java) S 24093 24095 23691 0 -1 4202560 1460 0 0 0 133 1 0 0 16 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24106] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24106/stat : 24106 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24107] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24107/stat : 24107 (java) S 24093 24095 23691 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24108] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24108/stat : 24108 (java) S 24093 24095 23691 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11937164 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.56
Current children cumulated vsize (KiB) 1538704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24154
/proc/meminfo: memFree=1608612/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1538704 CPUtime=1800.08
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 69823 0 102 0 179967 41 0 0 24 0 13 0 11936680 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 384676 64646 1444 10 0 381978 0
[pid=24095/tid=24097] ppid=24093 vsize=1538704 CPUtime=1782.92
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 32163 0 63 0 178274 18 0 0 25 0 13 0 11936702 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4110058235 0 4 0 16800975 0 0 0 -1 0 0 0 44
[pid=24095/tid=24098] ppid=24093 vsize=1538704 CPUtime=2.6
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 12638 0 0 0 254 6 0 0 16 0 13 0 11936742 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1538704 CPUtime=2.64
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 11713 0 0 0 255 9 0 0 15 0 13 0 11936742 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1538704 CPUtime=9.11
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 5656 0 0 0 909 2 0 0 15 0 13 0 11936745 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24093 24095 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11936746 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24103] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24103/stat : 24103 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24104] ppid=24093 vsize=1538704 CPUtime=1.41
/proc/24095/task/24104/stat : 24104 (java) S 24093 24095 23691 0 -1 4202560 5060 0 0 0 140 1 0 0 15 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24105] ppid=24093 vsize=1538704 CPUtime=1.34
/proc/24095/task/24105/stat : 24105 (java) S 24093 24095 23691 0 -1 4202560 1460 0 0 0 133 1 0 0 16 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24106] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24106/stat : 24106 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24107] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24107/stat : 24107 (java) S 24093 24095 23691 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 11936753 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24108] ppid=24093 vsize=1538704 CPUtime=0
/proc/24095/task/24108/stat : 24108 (java) S 24093 24095 23691 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11937164 1575632896 64646 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1538704

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

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

[startup+1796.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 24154
/proc/meminfo: memFree=1608612/2059040 swapFree=4141732/4192956
[pid=24095] ppid=24093 vsize=1539352 CPUtime=1800.25
/proc/24095/stat : 24095 (java) S 24093 24095 23691 0 -1 4202496 69845 0 102 0 179983 42 0 0 18 0 14 0 11936680 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 20
/proc/24095/statm: 384838 64666 1445 10 0 382140 0
[pid=24095/tid=24097] ppid=24093 vsize=1539352 CPUtime=1783.02
/proc/24095/task/24097/stat : 24097 (java) R 24093 24095 23691 0 -1 4202560 32163 0 63 0 178284 18 0 0 25 0 14 0 11936702 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4109976187 0 4 0 16800975 0 0 0 -1 1 0 0 44
[pid=24095/tid=24098] ppid=24093 vsize=1539352 CPUtime=2.6
/proc/24095/task/24098/stat : 24098 (java) S 24093 24095 23691 0 -1 4202560 12638 0 0 0 254 6 0 0 16 0 14 0 11936742 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24099] ppid=24093 vsize=1539352 CPUtime=2.64
/proc/24095/task/24099/stat : 24099 (java) S 24093 24095 23691 0 -1 4202560 11713 0 0 0 255 9 0 0 15 0 14 0 11936742 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24100] ppid=24093 vsize=1539352 CPUtime=9.11
/proc/24095/task/24100/stat : 24100 (java) S 24093 24095 23691 0 -1 4202560 5656 0 0 0 909 2 0 0 15 0 14 0 11936745 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 0 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24101] ppid=24093 vsize=1539352 CPUtime=0
/proc/24095/task/24101/stat : 24101 (java) S 24093 24095 23691 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 11936746 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24102] ppid=24093 vsize=1539352 CPUtime=0
/proc/24095/task/24102/stat : 24102 (java) S 24093 24095 23691 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 11936746 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24103] ppid=24093 vsize=1539352 CPUtime=0
/proc/24095/task/24103/stat : 24103 (java) S 24093 24095 23691 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 11936753 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24104] ppid=24093 vsize=1539352 CPUtime=1.41
/proc/24095/task/24104/stat : 24104 (java) S 24093 24095 23691 0 -1 4202560 5060 0 0 0 140 1 0 0 15 0 14 0 11936753 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24105] ppid=24093 vsize=1539352 CPUtime=1.37
/proc/24095/task/24105/stat : 24105 (java) S 24093 24095 23691 0 -1 4202560 1461 0 0 0 136 1 0 0 15 0 14 0 11936753 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24106] ppid=24093 vsize=1539352 CPUtime=0
/proc/24095/task/24106/stat : 24106 (java) S 24093 24095 23691 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 11936753 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 0 0 0 0
[pid=24095/tid=24107] ppid=24093 vsize=1539352 CPUtime=0
/proc/24095/task/24107/stat : 24107 (java) S 24093 24095 23691 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 14 0 11936753 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
[pid=24095/tid=24108] ppid=24093 vsize=1539352 CPUtime=0
/proc/24095/task/24108/stat : 24108 (java) S 24093 24095 23691 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11937164 1576296448 64666 1992294400 134512640 134550932 4294649168 18446744073709551615 4294960144 0 4 0 16800975 18446604437857472768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1539352

Child status: 143
Real time (s): 1796.96
CPU time (s): 1800.3
CPU user time (s): 1799.85
CPU system time (s): 0.449931
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 1540508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69845
page faults= 102
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38927
involuntary context switches= 20963

runsolver used 3.63545 second user time and 9.48856 second system time

The end

Launcher Data

Begin job on node083 at 2010-07-06 19:28:03
IDJOB=2684979
IDBENCH=74232
IDSOLVER=1164
FILE ID=node083/2684979-1278437283
PBS_JOBID= 11233483
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12036_4-sat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2684979-1278437283/watcher-2684979-1278437283 -o /tmp/evaluation-result-2684979-1278437283/solver-2684979-1278437283 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2684979-1278437283.opb

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

MD5SUM BENCH= b4d4215a44d43278004dfcd0ea549fa8
RANDOM SEED=2022040737

node083.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.249
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1876192 kB
Buffers:          2024 kB
Cached:          60124 kB
SwapCached:      38720 kB
Active:          16864 kB
Inactive:        93104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1876192 kB
SwapTotal:     4192956 kB
SwapFree:      4141732 kB
Dirty:            6644 kB
Writeback:           0 kB
AnonPages:       11952 kB
Mapped:          11948 kB
Slab:            50760 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183940 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= 62536 MiB
End job on node083 at 2010-07-06 19:58:02