Trace number 2658844

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 Resolution 2.2.0 2010-05-26? (TO) 1800.25 1794.91

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-stp3d.opb
MD5SUMaf54d857fe3562002a714e0fbd74a69a
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576279200
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576279200
Number of bits of the biggest sum of numbers33
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.v20100526
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.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658844-1276570171.opb
0.09/0.20	c reading problem ... 
64.71/61.51	c ... done. Wall clock time 61.302s.
64.71/61.51	c #vars     204880
64.71/61.51	c #constraints  184850
64.71/61.51	c constraints type 
64.71/61.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
64.71/61.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
64.71/61.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 117997
80.52/76.40	c cleaning 2449 clauses out of 4978 with flag 5000/5000
92.29/88.18	c cleaning 4218 clauses out of 8528 with flag 11000/11000
104.62/100.03	c cleaning 5593 clauses out of 11308 with flag 18000/18000
121.53/116.61	c cleaning 6762 clauses out of 13715 with flag 26000/26000
137.91/132.92	c cleaning 7746 clauses out of 15950 with flag 35001/35001
158.31/153.36	c cleaning 8960 clauses out of 18202 with flag 45000/45000
177.85/172.81	c cleaning 9954 clauses out of 20241 with flag 56000/56000
197.06/192.05	c cleaning 10890 clauses out of 22285 with flag 68000/68000
222.89/217.82	c cleaning 11910 clauses out of 24395 with flag 81002/81002
255.08/250.08	c cleaning 13072 clauses out of 26482 with flag 95000/95000
286.40/281.35	c cleaning 14005 clauses out of 28409 with flag 110000/110000
317.71/312.67	c cleaning 14997 clauses out of 30402 with flag 126000/126000
354.42/349.37	c cleaning 15975 clauses out of 32402 with flag 143001/143001
387.32/382.27	c cleaning 17085 clauses out of 34422 with flag 161000/161000
420.85/415.77	c cleaning 18033 clauses out of 36335 with flag 180000/180000
460.64/455.59	c cleaning 18924 clauses out of 38302 with flag 200000/200000
506.77/501.64	c cleaning 20035 clauses out of 40377 with flag 221001/221001
547.38/542.25	c cleaning 20915 clauses out of 42341 with flag 243002/243002
593.18/588.03	c cleaning 21853 clauses out of 44425 with flag 266001/266001
632.21/627.05	c cleaning 23193 clauses out of 46571 with flag 290001/290001
705.89/700.76	c cleaning 24096 clauses out of 48374 with flag 315000/315000
754.41/749.27	c cleaning 25007 clauses out of 50279 with flag 341001/341001
810.70/805.60	c cleaning 25817 clauses out of 52271 with flag 368001/368001
869.41/864.24	c cleaning 26817 clauses out of 54452 with flag 396001/396001
931.52/926.31	c cleaning 28049 clauses out of 56637 with flag 425004/425004
986.64/981.43	c cleaning 29046 clauses out of 58583 with flag 455000/455000
1057.84/1052.65	c cleaning 30018 clauses out of 60537 with flag 486000/486000
1143.34/1138.11	c cleaning 30884 clauses out of 62519 with flag 518001/518001
1207.65/1202.48	c cleaning 32034 clauses out of 64633 with flag 551001/551001
1279.07/1273.85	c cleaning 32981 clauses out of 66598 with flag 585000/585000
1350.87/1345.63	c cleaning 33846 clauses out of 68619 with flag 620002/620002
1439.68/1434.43	c cleaning 35014 clauses out of 70771 with flag 656001/656001
1515.88/1510.66	c cleaning 35989 clauses out of 72754 with flag 693000/693000
1609.18/1603.95	c cleaning 36758 clauses out of 74765 with flag 731000/731000
1747.46/1742.25	c cleaning 38256 clauses out of 77007 with flag 770001/770001
1800.10/1794.81	c starts		: 166
1800.10/1794.81	c conflicts		: 794266
1800.10/1794.81	c decisions		: 14739051
1800.10/1794.81	c propagations		: 1923831758
1800.10/1794.81	c inspects		: 2296150918
1800.10/1794.82	c learnt literals	: 71
1800.10/1794.82	c learnt binary clauses	: 5254
1800.10/1794.82	c learnt ternary clauses	: 13494
1800.10/1794.82	c learnt clauses	: 794195
1800.10/1794.82	c ignored clauses	: 0
1800.10/1794.82	c root simplifications	: 0
1800.10/1794.82	c removed literals (reason simplification)	: 11051209
1800.10/1794.82	c reason swapping (by a shorter reason)	: 0
1800.10/1794.82	c Calls to reduceDB	: 35
1800.10/1794.82	c number of reductions to clauses (during analyze)	: 0
1800.10/1794.82	c number of learned constraints concerned by reduction	: 0
1800.10/1794.82	c number of learning phase by resolution	: 0
1800.10/1794.82	c number of learning phase by cutting planes	: 0
1800.10/1794.82	c speed (assignments/second)	: 1109919.159203096
1800.10/1794.82	c non guided choices	1717150
1800.10/1794.86	c learnt constraints type 
1800.10/1794.86	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 57763
1800.10/1794.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5254
1800.10/1794.86	c constraints type 
1800.10/1794.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
1800.10/1794.86	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
1800.10/1794.86	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 117997
1800.10/1794.86	s UNKNOWN
1800.10/1794.86	c Total wall clock time (in seconds): 1794.657

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.07 1.03 2/106 2337
/proc/meminfo: memFree=1762008/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1832 CPUtime=0
/proc/2337/stat : 2337 (java6) S 2335 2337 1382 0 -1 4194304 246 0 0 0 0 0 0 0 19 0 1 0 32618829 1875968 148 1992294400 134512640 134550932 4288691888 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/2337/statm: 458 148 111 10 0 63 0

[startup+0.0454041 s]
/proc/loadavg: 1.01 1.07 1.03 2/106 2337
/proc/meminfo: memFree=1762008/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1520328 CPUtime=0.03
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 3397 0 1 0 1 2 0 0 18 0 4 0 32618829 1556815872 2839 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 380082 2839 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.101414 s]
/proc/loadavg: 1.01 1.07 1.03 2/106 2337
/proc/meminfo: memFree=1762008/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1524184 CPUtime=0.09
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 3960 0 1 0 6 3 0 0 18 0 12 0 32618829 1560764416 3398 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 381046 3398 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300214 s]
/proc/loadavg: 1.01 1.07 1.03 2/106 2337
/proc/meminfo: memFree=1762008/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1526500 CPUtime=0.38
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 6444 0 1 0 34 4 0 0 18 0 12 0 32618829 1563136000 5878 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 381625 5878 1365 10 0 378927 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526500

[startup+0.700221 s]
/proc/loadavg: 1.01 1.07 1.03 2/106 2337
/proc/meminfo: memFree=1762008/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1528068 CPUtime=1.01
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 10828 0 1 0 95 6 0 0 18 0 12 0 32618829 1564741632 10160 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382017 10160 1396 10 0 379319 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528068

[startup+1.50123 s]
/proc/loadavg: 1.01 1.07 1.03 2/118 2349
/proc/meminfo: memFree=1697308/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1528068 CPUtime=2.01
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 37045 0 1 0 184 17 0 0 18 0 12 0 32618829 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382017 36265 1413 10 0 379319 0
[pid=2337/tid=2339] ppid=2335 vsize=1528068 CPUtime=1.38
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 31619 0 1 0 124 14 0 0 19 0 12 0 32618830 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4108735562 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1528068 CPUtime=0.03
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 1864 0 0 0 3 0 0 0 18 0 12 0 32618832 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1528068 CPUtime=0.03
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 1190 0 0 0 3 0 0 0 18 0 12 0 32618832 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1528068 CPUtime=0
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 32618833 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1528068 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32618834 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1528068 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 32618834 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1528068 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32618838 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1528068 CPUtime=0.11
/proc/2337/task/2346/stat : 2346 (java) S 2335 2337 1382 0 -1 4202560 163 0 0 0 11 0 0 0 16 0 12 0 32618838 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2347] ppid=2335 vsize=1528068 CPUtime=0.4
/proc/2337/task/2347/stat : 2347 (java) R 2335 2337 1382 0 -1 4202560 1138 0 0 0 40 0 0 0 15 0 12 0 32618838 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 105573158 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2348] ppid=2335 vsize=1528068 CPUtime=0
/proc/2337/task/2348/stat : 2348 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32618838 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2349] ppid=2335 vsize=1528068 CPUtime=0
/proc/2337/task/2349/stat : 2349 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32618838 1564741632 36265 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1528068

[startup+3.10126 s]
/proc/loadavg: 1.01 1.07 1.03 2/118 2349
/proc/meminfo: memFree=1600712/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1528352 CPUtime=4.25
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 50625 0 1 0 401 24 0 0 18 0 12 0 32618829 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382088 49182 1419 10 0 379390 0
[pid=2337/tid=2339] ppid=2335 vsize=1528352 CPUtime=2.38
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 31996 0 1 0 223 15 0 0 16 0 12 0 32618830 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1528352 CPUtime=0.51
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 7770 0 0 0 48 3 0 0 15 0 12 0 32618832 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1528352 CPUtime=0.5
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 8192 0 0 0 47 3 0 0 16 0 12 0 32618832 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 32618833 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32618834 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 32618834 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32618838 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1528352 CPUtime=0.25
/proc/2337/task/2346/stat : 2346 (java) S 2335 2337 1382 0 -1 4202560 303 0 0 0 25 0 0 0 15 0 12 0 32618838 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2347] ppid=2335 vsize=1528352 CPUtime=0.55
/proc/2337/task/2347/stat : 2347 (java) S 2335 2337 1382 0 -1 4202560 1282 0 0 0 55 0 0 0 15 0 12 0 32618838 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2348] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2348/stat : 2348 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32618838 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2349] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2349/stat : 2349 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32618838 1565032448 49182 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1528352

[startup+6.30131 s]
/proc/loadavg: 1.01 1.07 1.03 2/118 2349
/proc/meminfo: memFree=1568844/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1528352 CPUtime=7.56
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 51054 0 1 0 730 26 0 0 18 0 12 0 32618829 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382088 49559 1419 10 0 379390 0
[pid=2337/tid=2339] ppid=2335 vsize=1528352 CPUtime=5.45
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 32046 0 1 0 530 15 0 0 18 0 12 0 32618830 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 103398795 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1528352 CPUtime=0.62
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 7935 0 0 0 58 4 0 0 15 0 12 0 32618832 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1528352 CPUtime=0.62
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 8406 0 0 0 58 4 0 0 16 0 12 0 32618832 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 12 0 32618833 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32618834 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 32618834 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32618838 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1528352 CPUtime=0.25
/proc/2337/task/2346/stat : 2346 (java) S 2335 2337 1382 0 -1 4202560 303 0 0 0 25 0 0 0 15 0 12 0 32618838 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2347] ppid=2335 vsize=1528352 CPUtime=0.56
/proc/2337/task/2347/stat : 2347 (java) S 2335 2337 1382 0 -1 4202560 1282 0 0 0 56 0 0 0 15 0 12 0 32618838 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2348] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2348/stat : 2348 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32618838 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2349] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2349/stat : 2349 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32618838 1565032448 49559 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 1528352

[startup+12.7014 s]
/proc/loadavg: 1.01 1.06 1.03 3/118 2349
/proc/meminfo: memFree=1566116/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1528352 CPUtime=14.15
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 51777 0 1 0 1386 29 0 0 18 0 12 0 32618829 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382088 50196 1419 10 0 379390 0
[pid=2337/tid=2339] ppid=2335 vsize=1528352 CPUtime=11.64
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 32106 0 1 0 1149 15 0 0 25 0 12 0 32618830 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1528352 CPUtime=0.82
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 8259 0 0 0 77 5 0 0 16 0 12 0 32618832 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1528352 CPUtime=0.82
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 8745 0 0 0 76 6 0 0 16 0 12 0 32618832 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1528352 CPUtime=0.01
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 19 0 0 0 1 0 0 0 15 0 12 0 32618833 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32618834 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 32618834 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32618838 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1528352 CPUtime=0.25
/proc/2337/task/2346/stat : 2346 (java) S 2335 2337 1382 0 -1 4202560 303 0 0 0 25 0 0 0 15 0 12 0 32618838 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2347] ppid=2335 vsize=1528352 CPUtime=0.56
/proc/2337/task/2347/stat : 2347 (java) S 2335 2337 1382 0 -1 4202560 1282 0 0 0 56 0 0 0 15 0 12 0 32618838 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2348] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2348/stat : 2348 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 32618838 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2349] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2349/stat : 2349 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 32618838 1565032448 50196 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 1528352

[startup+25.5016 s]
/proc/loadavg: 1.01 1.06 1.03 2/118 2349
/proc/meminfo: memFree=1559792/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1528352 CPUtime=27.37
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 53525 0 1 0 2701 36 0 0 18 0 12 0 32618829 1565032448 51768 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382088 51768 1419 10 0 379390 0
[pid=2337/tid=2339] ppid=2335 vsize=1528352 CPUtime=23.96
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 32224 0 1 0 2380 16 0 0 25 0 12 0 32618830 1565032448 51768 1992294400 134512640 134550932 4289841680 18446744073709551615 4108934284 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1528352 CPUtime=1.23
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 9128 0 0 0 115 8 0 0 15 0 12 0 32618832 1565032448 51768 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1528352 CPUtime=1.24
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 9503 0 0 0 115 9 0 0 16 0 12 0 32618832 1565032448 51768 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1528352 CPUtime=0.03
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 19 0 0 0 2 1 0 0 15 0 12 0 32618833 1565032448 51768 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32618834 1565032448 51768 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 32618834 1565032448 51768 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1528352 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32618838 1565032448 51768 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1528352 CPUtime=0.27

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

[pid=2337] ppid=2335 vsize=1531384 CPUtime=1607.58
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 93545 0 1 0 160667 91 0 0 18 0 13 0 32618829 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382846 61600 1447 10 0 380148 0
[pid=2337/tid=2339] ppid=2335 vsize=1531384 CPUtime=1585.1
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 32641 0 1 0 158467 43 0 0 25 0 13 0 32618830 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4109281226 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1531384 CPUtime=3.56
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 12219 0 0 0 342 14 0 0 15 0 13 0 32618832 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1531384 CPUtime=3.57
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 14570 0 0 0 342 15 0 0 16 0 13 0 32618832 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1531384 CPUtime=12.09
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 26287 0 0 0 1196 13 0 0 15 0 13 0 32618833 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1531384 CPUtime=1.12
/proc/2337/task/2346/stat : 2346 (java) S 2335 2337 1382 0 -1 4202560 1218 0 0 0 112 0 0 0 16 0 13 0 32618838 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2347] ppid=2335 vsize=1531384 CPUtime=2.07
/proc/2337/task/2347/stat : 2347 (java) S 2335 2337 1382 0 -1 4202560 5449 0 0 0 205 2 0 0 15 0 13 0 32618838 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2348] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2348/stat : 2348 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2349] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2349/stat : 2349 (java) S 2335 2337 1382 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 32618838 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2352] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2352/stat : 2352 (java) S 2335 2337 1382 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 32625040 1568137216 61600 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1607.58
Current children cumulated vsize (KiB) 1531384

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 2406
/proc/meminfo: memFree=1517004/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1531384 CPUtime=1667.6
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 94421 0 1 0 166668 92 0 0 18 0 13 0 32618829 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382846 61717 1447 10 0 380148 0
[pid=2337/tid=2339] ppid=2335 vsize=1531384 CPUtime=1644.65
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 32642 0 1 0 164422 43 0 0 25 0 13 0 32618830 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4109308531 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1531384 CPUtime=3.6
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 12219 0 0 0 346 14 0 0 15 0 13 0 32618832 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1531384 CPUtime=3.61
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 14570 0 0 0 346 15 0 0 16 0 13 0 32618832 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1531384 CPUtime=12.47
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 27158 0 0 0 1234 13 0 0 15 0 13 0 32618833 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1531384 CPUtime=1.12
/proc/2337/task/2346/stat : 2346 (java) S 2335 2337 1382 0 -1 4202560 1218 0 0 0 112 0 0 0 16 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2347] ppid=2335 vsize=1531384 CPUtime=2.07
/proc/2337/task/2347/stat : 2347 (java) S 2335 2337 1382 0 -1 4202560 5449 0 0 0 205 2 0 0 15 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2348] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2348/stat : 2348 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2349] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2349/stat : 2349 (java) S 2335 2337 1382 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2352] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2352/stat : 2352 (java) S 2335 2337 1382 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 32625040 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1667.6
Current children cumulated vsize (KiB) 1531384

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 2408
/proc/meminfo: memFree=1517004/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1531384 CPUtime=1727.57
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 94425 0 1 0 172665 92 0 0 18 0 13 0 32618829 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382846 61717 1447 10 0 380148 0
[pid=2337/tid=2339] ppid=2335 vsize=1531384 CPUtime=1704.63
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 32642 0 1 0 170419 44 0 0 25 0 13 0 32618830 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4109308464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1531384 CPUtime=3.6
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 12219 0 0 0 346 14 0 0 15 0 13 0 32618832 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1531384 CPUtime=3.61
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 14570 0 0 0 346 15 0 0 16 0 13 0 32618832 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1531384 CPUtime=12.47
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 27158 0 0 0 1234 13 0 0 15 0 13 0 32618833 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1531384 CPUtime=1.12
/proc/2337/task/2346/stat : 2346 (java) S 2335 2337 1382 0 -1 4202560 1218 0 0 0 112 0 0 0 16 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2347] ppid=2335 vsize=1531384 CPUtime=2.07
/proc/2337/task/2347/stat : 2347 (java) S 2335 2337 1382 0 -1 4202560 5449 0 0 0 205 2 0 0 15 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2348] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2348/stat : 2348 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2349] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2349/stat : 2349 (java) S 2335 2337 1382 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 32618838 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2352] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2352/stat : 2352 (java) S 2335 2337 1382 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 32625040 1568137216 61717 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.57
Current children cumulated vsize (KiB) 1531384

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 2410
/proc/meminfo: memFree=1512044/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1531384 CPUtime=1787.59
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 96767 0 1 0 178666 93 0 0 18 0 13 0 32618829 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382846 63021 1447 10 0 380148 0
[pid=2337/tid=2339] ppid=2335 vsize=1531384 CPUtime=1764.18
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 32643 0 1 0 176374 44 0 0 25 0 13 0 32618830 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4109308236 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1531384 CPUtime=3.64
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 12833 0 0 0 350 14 0 0 16 0 13 0 32618832 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1531384 CPUtime=3.66
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 15252 0 0 0 350 16 0 0 16 0 13 0 32618832 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1531384 CPUtime=12.85
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 28199 0 0 0 1272 13 0 0 15 0 13 0 32618833 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1531384 CPUtime=1.12
/proc/2337/task/2346/stat : 2346 (java) S 2335 2337 1382 0 -1 4202560 1218 0 0 0 112 0 0 0 16 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2347] ppid=2335 vsize=1531384 CPUtime=2.07
/proc/2337/task/2347/stat : 2347 (java) S 2335 2337 1382 0 -1 4202560 5449 0 0 0 205 2 0 0 15 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2348] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2348/stat : 2348 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2349] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2349/stat : 2349 (java) S 2335 2337 1382 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2352] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2352/stat : 2352 (java) S 2335 2337 1382 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 32625040 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1787.59
Current children cumulated vsize (KiB) 1531384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 2410
/proc/meminfo: memFree=1512044/2059040 swapFree=4140216/4192956
[pid=2337] ppid=2335 vsize=1531384 CPUtime=1800.1
/proc/2337/stat : 2337 (java) S 2335 2337 1382 0 -1 4202496 96767 0 1 0 179916 94 0 0 18 0 13 0 32618829 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/2337/statm: 382846 63021 1447 10 0 380148 0
[pid=2337/tid=2339] ppid=2335 vsize=1531384 CPUtime=1776.68
/proc/2337/task/2339/stat : 2339 (java) R 2335 2337 1382 0 -1 4202560 32643 0 1 0 177624 44 0 0 25 0 13 0 32618830 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4109074384 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=2337/tid=2340] ppid=2335 vsize=1531384 CPUtime=3.64
/proc/2337/task/2340/stat : 2340 (java) S 2335 2337 1382 0 -1 4202560 12833 0 0 0 350 14 0 0 16 0 13 0 32618832 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2341] ppid=2335 vsize=1531384 CPUtime=3.66
/proc/2337/task/2341/stat : 2341 (java) S 2335 2337 1382 0 -1 4202560 15252 0 0 0 350 16 0 0 16 0 13 0 32618832 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2342] ppid=2335 vsize=1531384 CPUtime=12.85
/proc/2337/task/2342/stat : 2342 (java) S 2335 2337 1382 0 -1 4202560 28199 0 0 0 1272 13 0 0 15 0 13 0 32618833 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 0 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2343] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2343/stat : 2343 (java) S 2335 2337 1382 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2344] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2344/stat : 2344 (java) S 2335 2337 1382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 32618834 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2345] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2345/stat : 2345 (java) S 2335 2337 1382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2346] ppid=2335 vsize=1531384 CPUtime=1.12
/proc/2337/task/2346/stat : 2346 (java) S 2335 2337 1382 0 -1 4202560 1218 0 0 0 112 0 0 0 16 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2347] ppid=2335 vsize=1531384 CPUtime=2.07
/proc/2337/task/2347/stat : 2347 (java) S 2335 2337 1382 0 -1 4202560 5449 0 0 0 205 2 0 0 15 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2348] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2348/stat : 2348 (java) S 2335 2337 1382 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 0 0 0 0
[pid=2337/tid=2349] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2349/stat : 2349 (java) S 2335 2337 1382 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 32618838 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
[pid=2337/tid=2352] ppid=2335 vsize=1531384 CPUtime=0
/proc/2337/task/2352/stat : 2352 (java) S 2335 2337 1382 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 32625040 1568137216 63021 1992294400 134512640 134550932 4289841680 18446744073709551615 4294960144 0 4 0 16800975 18446604437837273152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1531384

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

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

Child status: 143
Real time (s): 1794.91
CPU time (s): 1800.25
CPU user time (s): 1799.28
CPU system time (s): 0.966853
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 1540196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.966853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96789
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= 42314
involuntary context switches= 18773

runsolver used 3.67144 second user time and 9.56954 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-15 04:49:32
IDJOB=2658844
IDBENCH=2522
IDSOLVER=1164
FILE ID=node010/2658844-1276570171
PBS_JOBID= 11173512
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-stp3d.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658844-1276570171/watcher-2658844-1276570171 -o /tmp/evaluation-result-2658844-1276570171/solver-2658844-1276570171 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658844-1276570171.opb

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

MD5SUM BENCH= af54d857fe3562002a714e0fbd74a69a
RANDOM SEED=576899868

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1762156 kB
Buffers:         44032 kB
Cached:         172544 kB
SwapCached:       6052 kB
Active:          94340 kB
Inactive:       135028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1762156 kB
SwapTotal:     4192956 kB
SwapFree:      4140216 kB
Dirty:            9328 kB
Writeback:           0 kB
AnonPages:       11016 kB
Mapped:          12896 kB
Slab:            45336 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181968 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= 62524 MiB
End job on node010 at 2010-06-15 05:19:29