Trace number 2662374

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.31 924.431

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3701.opb
MD5SUM4d43a5c709d5b7af17653becda068043
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4741692460
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29697461525571
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29697461525571
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662374-1276519829.opb
0.22/0.22	c reading problem ... 
7.78/6.26	c ... done. Wall clock time 6.039s.
7.78/6.26	c #vars     155000
7.78/6.26	c #constraints  64324
7.78/6.26	c constraints type 
7.78/6.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
7.78/6.26	c constraints type 
7.78/6.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
114.25/60.08	c cleaning 2507 clauses out of 5014 with flag 5014/5014
165.66/86.33	c cleaning 4256 clauses out of 8512 with flag 11019/11019
198.22/103.15	c cleaning 5631 clauses out of 11262 with flag 18025/18025
237.90/123.51	c cleaning 6800 clauses out of 13606 with flag 26000/26000
302.77/156.77	c cleaning 7912 clauses out of 15823 with flag 35017/35017
350.63/181.26	c cleaning 8957 clauses out of 17913 with flag 45019/45019
416.76/214.97	c cleaning 9470 clauses out of 18939 with flag 55002/55002
470.49/242.41	c cleaning 9724 clauses out of 19468 with flag 65001/65001
544.18/280.17	c cleaning 9856 clauses out of 19744 with flag 75001/75001
603.67/310.56	c cleaning 9938 clauses out of 19888 with flag 85001/85001
653.66/336.20	c cleaning 9968 clauses out of 19949 with flag 95000/95000
699.58/359.62	c cleaning 9988 clauses out of 19981 with flag 105000/105000
751.66/386.49	c cleaning 9993 clauses out of 19994 with flag 115001/115001
803.03/412.78	c cleaning 9998 clauses out of 20000 with flag 125000/125000
851.16/437.50	c cleaning 9998 clauses out of 20003 with flag 135001/135001
914.58/469.83	c cleaning 9998 clauses out of 20006 with flag 145002/145002
981.88/504.32	c cleaning 9999 clauses out of 20007 with flag 155001/155001
1046.67/537.41	c cleaning 9999 clauses out of 20008 with flag 165001/165001
1101.91/565.77	c cleaning 9998 clauses out of 20008 with flag 175000/175000
1160.31/595.62	c cleaning 9999 clauses out of 20010 with flag 185000/185000
1212.30/622.44	c cleaning 9999 clauses out of 20011 with flag 195000/195000
1275.85/654.98	c cleaning 10002 clauses out of 20013 with flag 205001/205001
1332.12/683.75	c cleaning 10001 clauses out of 20011 with flag 215001/215001
1384.36/710.57	c cleaning 9998 clauses out of 20010 with flag 225001/225001
1442.88/740.63	c cleaning 10000 clauses out of 20011 with flag 235000/235000
1494.86/767.34	c cleaning 10002 clauses out of 20012 with flag 245001/245001
1547.41/794.38	c cleaning 10003 clauses out of 20010 with flag 255001/255001
1601.71/822.23	c cleaning 9996 clauses out of 20006 with flag 265000/265000
1661.92/853.23	c cleaning 9998 clauses out of 20011 with flag 275001/275001
1715.95/880.94	c cleaning 10002 clauses out of 20014 with flag 285002/285002
1777.46/912.45	c cleaning 10000 clauses out of 20010 with flag 295000/295000
1800.11/924.32	c starts		: 133
1800.11/924.32	c conflicts		: 298757
1800.11/924.32	c decisions		: 1184504
1800.11/924.32	c propagations		: 13989247
1800.11/924.32	c inspects		: 165647510
1800.11/924.32	c learnt literals	: 0
1800.11/924.32	c learnt binary clauses	: 0
1800.11/924.32	c learnt ternary clauses	: 0
1800.11/924.32	c learnt clauses	: 298757
1800.11/924.32	c ignored clauses	: 0
1800.11/924.32	c root simplifications	: 0
1800.11/924.32	c removed literals (reason simplification)	: 2479239
1800.11/924.32	c reason swapping (by a shorter reason)	: 0
1800.11/924.32	c Calls to reduceDB	: 31
1800.11/924.32	c number of reductions to clauses (during analyze)	: 0
1800.11/924.32	c number of learned constraints concerned by reduction	: 0
1800.11/924.32	c number of learning phase by resolution	: 0
1800.11/924.32	c number of learning phase by cutting planes	: 0
1800.11/924.32	c speed (assignments/second)	: 15237.901609487873
1800.11/924.32	c non guided choices	251371
1800.11/924.35	c learnt constraints type 
1800.11/924.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13767
1800.11/924.35	c constraints type 
1800.11/924.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.11/924.35	c constraints type 
1800.11/924.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.11/924.35	s UNKNOWN
1800.11/924.35	c Total wall clock time (in seconds): 924.131

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-2662374-1276519829/watcher-2662374-1276519829 -o /tmp/evaluation-result-2662374-1276519829/solver-2662374-1276519829 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662374-1276519829.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.07 1.02 1.08 3/106 30918
/proc/meminfo: memFree=1688076/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1832 CPUtime=0
/proc/30918/stat : 30918 (java6) S 30916 30918 30644 0 -1 4194304 250 0 0 0 0 0 0 0 16 0 1 0 27584281 1875968 153 1992294400 134512640 134550932 4292159936 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/30918/statm: 458 153 116 10 0 63 0

[startup+0.105499 s]
/proc/loadavg: 1.07 1.02 1.08 3/106 30918
/proc/meminfo: memFree=1688076/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1524180 CPUtime=0.08
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 3981 0 1 0 6 2 0 0 15 0 12 0 27584281 1560760320 3421 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 381045 3421 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.201508 s]
/proc/loadavg: 1.07 1.02 1.08 3/106 30918
/proc/meminfo: memFree=1688076/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1526120 CPUtime=0.22
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 5042 0 1 0 19 3 0 0 15 0 12 0 27584281 1562746880 4480 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 381530 4480 1345 10 0 378833 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526120

[startup+0.301515 s]
/proc/loadavg: 1.07 1.02 1.08 3/106 30918
/proc/meminfo: memFree=1688076/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1526440 CPUtime=0.37
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 7092 0 1 0 33 4 0 0 15 0 12 0 27584281 1563074560 6530 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 381610 6530 1359 10 0 378913 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526440

[startup+0.701554 s]
/proc/loadavg: 1.07 1.02 1.08 3/106 30918
/proc/meminfo: memFree=1688076/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1528152 CPUtime=0.94
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 10607 0 1 0 89 5 0 0 15 0 12 0 27584281 1564827648 10045 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 382038 10045 1400 10 0 379341 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1528152

[startup+1.50163 s]
/proc/loadavg: 1.07 1.02 1.08 2/118 30930
/proc/meminfo: memFree=1621208/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1528340 CPUtime=1.79
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 24637 0 1 0 167 12 0 0 15 0 12 0 27584281 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 382085 24075 1401 10 0 379388 0
[pid=30918/tid=30920] ppid=30916 vsize=1528340 CPUtime=1.32
/proc/30918/task/30920/stat : 30920 (java) R 30916 30918 30644 0 -1 4202560 22442 0 1 0 121 11 0 0 25 0 12 0 27584283 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30918/tid=30921] ppid=30916 vsize=1528340 CPUtime=0
/proc/30918/task/30921/stat : 30921 (java) S 30916 30918 30644 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 27584284 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30922] ppid=30916 vsize=1528340 CPUtime=0
/proc/30918/task/30922/stat : 30922 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27584284 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30923] ppid=30916 vsize=1528340 CPUtime=0
/proc/30918/task/30923/stat : 30923 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27584286 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30924] ppid=30916 vsize=1528340 CPUtime=0
/proc/30918/task/30924/stat : 30924 (java) S 30916 30918 30644 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 27584286 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30925] ppid=30916 vsize=1528340 CPUtime=0
/proc/30918/task/30925/stat : 30925 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 27584286 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30926] ppid=30916 vsize=1528340 CPUtime=0
/proc/30918/task/30926/stat : 30926 (java) S 30916 30918 30644 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 27584291 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30927] ppid=30916 vsize=1528340 CPUtime=0.16
/proc/30918/task/30927/stat : 30927 (java) R 30916 30918 30644 0 -1 4202560 392 0 0 0 16 0 0 0 17 0 12 0 27584291 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 104144180 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30918/tid=30928] ppid=30916 vsize=1528340 CPUtime=0.29
/proc/30918/task/30928/stat : 30928 (java) R 30916 30918 30644 0 -1 4202560 738 0 0 0 29 0 0 0 15 0 12 0 27584291 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 103149656 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30918/tid=30929] ppid=30916 vsize=1528340 CPUtime=0
/proc/30918/task/30929/stat : 30929 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27584291 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30930] ppid=30916 vsize=1528340 CPUtime=0
/proc/30918/task/30930/stat : 30930 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27584291 1565020160 24075 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 1528340

[startup+3.10179 s]
/proc/loadavg: 1.07 1.02 1.08 2/118 30930
/proc/meminfo: memFree=1525728/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1528032 CPUtime=3.79
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 47369 0 1 0 357 22 0 0 15 0 12 0 27584281 1564704768 46155 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 382008 46156 1415 10 0 379311 0
[pid=30918/tid=30920] ppid=30916 vsize=1528032 CPUtime=2.62
/proc/30918/task/30920/stat : 30920 (java) S 30916 30918 30644 0 -1 4202560 32020 0 1 0 247 15 0 0 25 0 12 0 27584283 1564704768 46157 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30921] ppid=30916 vsize=1528032 CPUtime=0.21
/proc/30918/task/30921/stat : 30921 (java) R 30916 30918 30644 0 -1 4202560 6995 0 0 0 18 3 0 0 16 0 12 0 27584284 1564704768 46158 1992294400 134512640 134550932 4291146576 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30918/tid=30922] ppid=30916 vsize=1528032 CPUtime=0.21
/proc/30918/task/30922/stat : 30922 (java) R 30916 30918 30644 0 -1 4202560 6138 0 0 0 19 2 0 0 18 0 12 0 27584284 1564704768 46159 1992294400 134512640 134550932 4291146576 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30918/tid=30923] ppid=30916 vsize=1528032 CPUtime=0
/proc/30918/task/30923/stat : 30923 (java) S 30916 30918 30644 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 27584286 1564704768 46160 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30924] ppid=30916 vsize=1528032 CPUtime=0
/proc/30918/task/30924/stat : 30924 (java) S 30916 30918 30644 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 27584286 1564704768 46161 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30925] ppid=30916 vsize=1528032 CPUtime=0
/proc/30918/task/30925/stat : 30925 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 27584286 1564704768 46162 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30926] ppid=30916 vsize=1528032 CPUtime=0
/proc/30918/task/30926/stat : 30926 (java) S 30916 30918 30644 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 27584291 1564704768 46163 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30927] ppid=30916 vsize=1528032 CPUtime=0.29
/proc/30918/task/30927/stat : 30927 (java) S 30916 30918 30644 0 -1 4202560 401 0 0 0 29 0 0 0 16 0 12 0 27584291 1564704768 46164 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30928] ppid=30916 vsize=1528032 CPUtime=0.41
/proc/30918/task/30928/stat : 30928 (java) S 30916 30918 30644 0 -1 4202560 752 0 0 0 41 0 0 0 15 0 12 0 27584291 1564704768 46165 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30929] ppid=30916 vsize=1528032 CPUtime=0
/proc/30918/task/30929/stat : 30929 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 27584291 1564704768 46167 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30930] ppid=30916 vsize=1528032 CPUtime=0
/proc/30918/task/30930/stat : 30930 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27584291 1564704768 46168 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 1528032

[startup+6.30147 s]
/proc/loadavg: 1.07 1.02 1.08 3/118 30930
/proc/meminfo: memFree=1441780/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1533816 CPUtime=7.92
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 74429 0 1 0 758 34 0 0 15 0 14 0 27584281 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 383454 68362 1424 10 0 380757 0
[pid=30918/tid=30920] ppid=30916 vsize=1533816 CPUtime=5.11
/proc/30918/task/30920/stat : 30920 (java) S 30916 30918 30644 0 -1 4202560 32049 0 1 0 496 15 0 0 25 0 14 0 27584283 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30921] ppid=30916 vsize=1533816 CPUtime=0.84
/proc/30918/task/30921/stat : 30921 (java) S 30916 30918 30644 0 -1 4202560 19524 0 0 0 76 8 0 0 16 0 14 0 27584284 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30922] ppid=30916 vsize=1533816 CPUtime=0.85
/proc/30918/task/30922/stat : 30922 (java) S 30916 30918 30644 0 -1 4202560 18264 0 0 0 77 8 0 0 18 0 14 0 27584284 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30923] ppid=30916 vsize=1533816 CPUtime=0
/proc/30918/task/30923/stat : 30923 (java) S 30916 30918 30644 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 27584286 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30924] ppid=30916 vsize=1533816 CPUtime=0
/proc/30918/task/30924/stat : 30924 (java) S 30916 30918 30644 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 27584286 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30925] ppid=30916 vsize=1533816 CPUtime=0
/proc/30918/task/30925/stat : 30925 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 27584286 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30926] ppid=30916 vsize=1533816 CPUtime=0
/proc/30918/task/30926/stat : 30926 (java) S 30916 30918 30644 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 14 0 27584291 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30927] ppid=30916 vsize=1533816 CPUtime=0.33
/proc/30918/task/30927/stat : 30927 (java) S 30916 30918 30644 0 -1 4202560 403 0 0 0 33 0 0 0 15 0 14 0 27584291 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30928] ppid=30916 vsize=1533816 CPUtime=0.71
/proc/30918/task/30928/stat : 30928 (java) R 30916 30918 30644 0 -1 4202560 3109 0 0 0 70 1 0 0 15 0 14 0 27584291 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30918/tid=30929] ppid=30916 vsize=1533816 CPUtime=0
/proc/30918/task/30929/stat : 30929 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 14 0 27584291 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30930] ppid=30916 vsize=1533816 CPUtime=0
/proc/30918/task/30930/stat : 30930 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 27584291 1570627584 68362 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 1533816

[startup+12.7017 s]
/proc/loadavg: 1.21 1.05 1.09 4/122 30934
/proc/meminfo: memFree=1362884/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1535020 CPUtime=20.55
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 90337 0 1 0 2012 43 0 0 15 0 16 0 27584281 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 383755 82906 1441 10 0 381058 0
[pid=30918/tid=30920] ppid=30916 vsize=1535020 CPUtime=5.11
/proc/30918/task/30920/stat : 30920 (java) S 30916 30918 30644 0 -1 4202560 32051 0 1 0 496 15 0 0 15 0 16 0 27584283 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30921] ppid=30916 vsize=1535020 CPUtime=1.6
/proc/30918/task/30921/stat : 30921 (java) S 30916 30918 30644 0 -1 4202560 26960 0 0 0 149 11 0 0 16 0 16 0 27584284 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30922] ppid=30916 vsize=1535020 CPUtime=1.6
/proc/30918/task/30922/stat : 30922 (java) S 30916 30918 30644 0 -1 4202560 26291 0 0 0 148 12 0 0 16 0 16 0 27584284 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30923] ppid=30916 vsize=1535020 CPUtime=0.01
/proc/30918/task/30923/stat : 30923 (java) S 30916 30918 30644 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 16 0 27584286 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30924] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30924/stat : 30924 (java) S 30916 30918 30644 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 27584286 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30925] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30925/stat : 30925 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 27584286 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30926] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30926/stat : 30926 (java) S 30916 30918 30644 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 27584291 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30927] ppid=30916 vsize=1535020 CPUtime=1.14
/proc/30918/task/30927/stat : 30927 (java) S 30916 30918 30644 0 -1 4202560 555 0 0 0 114 0 0 0 15 0 16 0 27584291 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30928] ppid=30916 vsize=1535020 CPUtime=1.88
/proc/30918/task/30928/stat : 30928 (java) S 30916 30918 30644 0 -1 4202560 3338 0 0 0 187 1 0 0 15 0 16 0 27584291 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30929] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30929/stat : 30929 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27584291 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30930] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30930/stat : 30930 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 27584291 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30931] ppid=30916 vsize=1535020 CPUtime=4.83
/proc/30918/task/30931/stat : 30931 (java) R 30916 30918 30644 0 -1 4202560 30 0 0 0 483 0 0 0 19 0 16 0 27584908 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4108851722 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30918/tid=30932] ppid=30916 vsize=1535020 CPUtime=4.31
/proc/30918/task/30932/stat : 30932 (java) R 30916 30918 30644 0 -1 4202560 37 0 0 0 431 0 0 0 25 0 16 0 27584908 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4109267143 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30918/tid=30933] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30933/stat : 30933 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 27585033 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30934] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30934/stat : 30934 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 27585047 1571860480 82906 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.55
Current children cumulated vsize (KiB) 1535020

[startup+25.5029 s]
/proc/loadavg: 1.48 1.11 1.11 3/122 30934
/proc/meminfo: memFree=1344408/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1535020 CPUtime=45.92
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 95421 0 1 0 4545 47 0 0 15 0 16 0 27584281 1571860480 87660 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 383755 87660 1441 10 0 381058 0
[pid=30918/tid=30920] ppid=30916 vsize=1535020 CPUtime=5.11
/proc/30918/task/30920/stat : 30920 (java) S 30916 30918 30644 0 -1 4202560 32051 0 1 0 496 15 0 0 15 0 16 0 27584283 1571860480 87660 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30921] ppid=30916 vsize=1535020 CPUtime=2.08
/proc/30918/task/30921/stat : 30921 (java) S 30916 30918 30644 0 -1 4202560 29704 0 0 0 195 13 0 0 16 0 16 0 27584284 1571860480 87660 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30922] ppid=30916 vsize=1535020 CPUtime=2.07
/proc/30918/task/30922/stat : 30922 (java) S 30916 30918 30644 0 -1 4202560 28604 0 0 0 193 14 0 0 16 0 16 0 27584284 1571860480 87660 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30923] ppid=30916 vsize=1535020 CPUtime=0.02

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

/proc/30918/statm: 383755 129626 1452 10 0 381058 0
[pid=30918/tid=30920] ppid=30916 vsize=1535020 CPUtime=5.11
/proc/30918/task/30920/stat : 30920 (java) S 30916 30918 30644 0 -1 4202560 32063 0 1 0 496 15 0 0 15 0 16 0 27584283 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30921] ppid=30916 vsize=1535020 CPUtime=9.83
/proc/30918/task/30921/stat : 30921 (java) S 30916 30918 30644 0 -1 4202560 55239 0 0 0 948 35 0 0 16 0 16 0 27584284 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30922] ppid=30916 vsize=1535020 CPUtime=9.83
/proc/30918/task/30922/stat : 30922 (java) S 30916 30918 30644 0 -1 4202560 52261 0 0 0 944 39 0 0 15 0 16 0 27584284 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30923] ppid=30916 vsize=1535020 CPUtime=22.03
/proc/30918/task/30923/stat : 30923 (java) S 30916 30918 30644 0 -1 4202560 61493 0 0 0 2175 28 0 0 15 0 16 0 27584286 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30924] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30924/stat : 30924 (java) S 30916 30918 30644 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27584286 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30925] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30925/stat : 30925 (java) S 30916 30918 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27584286 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30926] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30926/stat : 30926 (java) S 30916 30918 30644 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 27584291 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30927] ppid=30916 vsize=1535020 CPUtime=1.55
/proc/30918/task/30927/stat : 30927 (java) S 30916 30918 30644 0 -1 4202560 586 0 0 0 155 0 0 0 15 0 16 0 27584291 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30928] ppid=30916 vsize=1535020 CPUtime=2.34
/proc/30918/task/30928/stat : 30928 (java) S 30916 30918 30644 0 -1 4202560 3357 0 0 0 233 1 0 0 15 0 16 0 27584291 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30929] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30929/stat : 30929 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27584291 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30930] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30930/stat : 30930 (java) S 30916 30918 30644 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 27584291 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30931] ppid=30916 vsize=1535020 CPUtime=717.71
/proc/30918/task/30931/stat : 30931 (java) R 30916 30918 30644 0 -1 4202560 218 0 0 0 71756 15 0 0 25 0 16 0 27584908 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4109514184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30918/tid=30932] ppid=30916 vsize=1535020 CPUtime=716.46
/proc/30918/task/30932/stat : 30932 (java) R 30916 30918 30644 0 -1 4202560 331 0 0 0 71628 18 0 0 25 0 16 0 27584908 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4109267395 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30918/tid=30933] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30933/stat : 30933 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 27585033 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30934] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30934/stat : 30934 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 27585047 1571860480 129626 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1484.97
Current children cumulated vsize (KiB) 1535020

[startup+822.302 s]
/proc/loadavg: 2.09 2.02 1.65 3/122 30965
/proc/meminfo: memFree=1164484/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1536024 CPUtime=1601.88
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 225296 0 1 0 160019 169 0 0 15 0 16 0 27584281 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 384006 131625 1452 10 0 381309 0
[pid=30918/tid=30920] ppid=30916 vsize=1536024 CPUtime=5.11
/proc/30918/task/30920/stat : 30920 (java) S 30916 30918 30644 0 -1 4202560 32064 0 1 0 496 15 0 0 15 0 16 0 27584283 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30921] ppid=30916 vsize=1536024 CPUtime=10.3
/proc/30918/task/30921/stat : 30921 (java) S 30916 30918 30644 0 -1 4202560 56389 0 0 0 993 37 0 0 16 0 16 0 27584284 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30922] ppid=30916 vsize=1536024 CPUtime=10.29
/proc/30918/task/30922/stat : 30922 (java) S 30916 30918 30644 0 -1 4202560 53502 0 0 0 989 40 0 0 15 0 16 0 27584284 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30923] ppid=30916 vsize=1536024 CPUtime=24.07
/proc/30918/task/30923/stat : 30923 (java) R 30916 30918 30644 0 -1 4202560 77668 0 0 0 2373 34 0 0 15 0 16 0 27584286 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 103585136 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=30918/tid=30924] ppid=30916 vsize=1536024 CPUtime=0
/proc/30918/task/30924/stat : 30924 (java) S 30916 30918 30644 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27584286 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30925] ppid=30916 vsize=1536024 CPUtime=0
/proc/30918/task/30925/stat : 30925 (java) S 30916 30918 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27584286 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30926] ppid=30916 vsize=1536024 CPUtime=0
/proc/30918/task/30926/stat : 30926 (java) S 30916 30918 30644 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 27584291 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30927] ppid=30916 vsize=1536024 CPUtime=1.55
/proc/30918/task/30927/stat : 30927 (java) S 30916 30918 30644 0 -1 4202560 586 0 0 0 155 0 0 0 15 0 16 0 27584291 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30928] ppid=30916 vsize=1536024 CPUtime=2.34
/proc/30918/task/30928/stat : 30928 (java) S 30916 30918 30644 0 -1 4202560 3357 0 0 0 233 1 0 0 15 0 16 0 27584291 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30929] ppid=30916 vsize=1536024 CPUtime=0
/proc/30918/task/30929/stat : 30929 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27584291 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30930] ppid=30916 vsize=1536024 CPUtime=0
/proc/30918/task/30930/stat : 30930 (java) S 30916 30918 30644 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 27584291 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30931] ppid=30916 vsize=1536024 CPUtime=774.73
/proc/30918/task/30931/stat : 30931 (java) S 30916 30918 30644 0 -1 4202560 247 0 0 0 77455 18 0 0 25 0 16 0 27584908 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30932] ppid=30916 vsize=1536024 CPUtime=773.38
/proc/30918/task/30932/stat : 30932 (java) S 30916 30918 30644 0 -1 4202560 364 0 0 0 77320 18 0 0 25 0 16 0 27584908 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30933] ppid=30916 vsize=1536024 CPUtime=0
/proc/30918/task/30933/stat : 30933 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 27585033 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30934] ppid=30916 vsize=1536024 CPUtime=0
/proc/30918/task/30934/stat : 30934 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 27585047 1572888576 131625 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1601.88
Current children cumulated vsize (KiB) 1536024

[startup+882.311 s]
/proc/loadavg: 2.17 2.06 1.69 3/122 30967
/proc/meminfo: memFree=1164360/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1535020 CPUtime=1717.78
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 236635 0 1 0 171601 177 0 0 15 0 16 0 27584281 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 383755 131374 1452 10 0 381058 0
[pid=30918/tid=30920] ppid=30916 vsize=1535020 CPUtime=5.11
/proc/30918/task/30920/stat : 30920 (java) S 30916 30918 30644 0 -1 4202560 32064 0 1 0 496 15 0 0 15 0 16 0 27584283 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30921] ppid=30916 vsize=1535020 CPUtime=10.74
/proc/30918/task/30921/stat : 30921 (java) S 30916 30918 30644 0 -1 4202560 56389 0 0 0 1036 38 0 0 16 0 16 0 27584284 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30922] ppid=30916 vsize=1535020 CPUtime=10.72
/proc/30918/task/30922/stat : 30922 (java) S 30916 30918 30644 0 -1 4202560 53502 0 0 0 1031 41 0 0 15 0 16 0 27584284 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30923] ppid=30916 vsize=1535020 CPUtime=27.19
/proc/30918/task/30923/stat : 30923 (java) S 30916 30918 30644 0 -1 4202560 88971 0 0 0 2681 38 0 0 17 0 16 0 27584286 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30924] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30924/stat : 30924 (java) S 30916 30918 30644 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27584286 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30925] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30925/stat : 30925 (java) S 30916 30918 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27584286 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30926] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30926/stat : 30926 (java) S 30916 30918 30644 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30927] ppid=30916 vsize=1535020 CPUtime=1.55
/proc/30918/task/30927/stat : 30927 (java) S 30916 30918 30644 0 -1 4202560 586 0 0 0 155 0 0 0 15 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30928] ppid=30916 vsize=1535020 CPUtime=2.34
/proc/30918/task/30928/stat : 30928 (java) S 30916 30918 30644 0 -1 4202560 3357 0 0 0 233 1 0 0 15 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30929] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30929/stat : 30929 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30930] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30930/stat : 30930 (java) R 30916 30918 30644 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30918/tid=30931] ppid=30916 vsize=1535020 CPUtime=831.15
/proc/30918/task/30931/stat : 30931 (java) R 30916 30918 30644 0 -1 4202560 258 0 0 0 83095 20 0 0 18 0 16 0 27584908 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4109848615 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30918/tid=30932] ppid=30916 vsize=1535020 CPUtime=828.89
/proc/30918/task/30932/stat : 30932 (java) R 30916 30918 30644 0 -1 4202560 385 0 0 0 82870 19 0 0 18 0 16 0 27584908 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4109292105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30918/tid=30933] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30933/stat : 30933 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 27585033 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30934] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30934/stat : 30934 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 27585047 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1717.78
Current children cumulated vsize (KiB) 1535020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.302 s]
/proc/loadavg: 2.27 2.10 1.71 3/122 30967
/proc/meminfo: memFree=1164360/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=1535020 CPUtime=1800.11
/proc/30918/stat : 30918 (java) S 30916 30918 30644 0 -1 4202496 242066 0 1 0 179828 183 0 0 15 0 16 0 27584281 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 383755 131374 1452 10 0 381058 0
[pid=30918/tid=30920] ppid=30916 vsize=1535020 CPUtime=5.11
/proc/30918/task/30920/stat : 30920 (java) S 30916 30918 30644 0 -1 4202560 32065 0 1 0 496 15 0 0 15 0 16 0 27584283 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30921] ppid=30916 vsize=1535020 CPUtime=11.07
/proc/30918/task/30921/stat : 30921 (java) S 30916 30918 30644 0 -1 4202560 56389 0 0 0 1068 39 0 0 16 0 16 0 27584284 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30922] ppid=30916 vsize=1535020 CPUtime=11.06
/proc/30918/task/30922/stat : 30922 (java) S 30916 30918 30644 0 -1 4202560 53502 0 0 0 1064 42 0 0 15 0 16 0 27584284 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30923] ppid=30916 vsize=1535020 CPUtime=28.17
/proc/30918/task/30923/stat : 30923 (java) S 30916 30918 30644 0 -1 4202560 94372 0 0 0 2776 41 0 0 15 0 16 0 27584286 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 0 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30924] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30924/stat : 30924 (java) S 30916 30918 30644 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27584286 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30925] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30925/stat : 30925 (java) S 30916 30918 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27584286 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30926] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30926/stat : 30926 (java) S 30916 30918 30644 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30927] ppid=30916 vsize=1535020 CPUtime=1.55
/proc/30918/task/30927/stat : 30927 (java) S 30916 30918 30644 0 -1 4202560 586 0 0 0 155 0 0 0 15 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30928] ppid=30916 vsize=1535020 CPUtime=2.34
/proc/30918/task/30928/stat : 30928 (java) S 30916 30918 30644 0 -1 4202560 3357 0 0 0 233 1 0 0 15 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30929] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30929/stat : 30929 (java) S 30916 30918 30644 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30930] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30930/stat : 30930 (java) S 30916 30918 30644 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 27584291 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 1 0 0 0
[pid=30918/tid=30931] ppid=30916 vsize=1535020 CPUtime=871.82
/proc/30918/task/30931/stat : 30931 (java) R 30916 30918 30644 0 -1 4202560 268 0 0 0 87160 22 0 0 25 0 16 0 27584908 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4109585538 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30918/tid=30932] ppid=30916 vsize=1535020 CPUtime=868.91
/proc/30918/task/30932/stat : 30932 (java) R 30916 30918 30644 0 -1 4202560 402 0 0 0 86872 19 0 0 25 0 16 0 27584908 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4109329729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30918/tid=30933] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30933/stat : 30933 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 16 0 27585033 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
[pid=30918/tid=30934] ppid=30916 vsize=1535020 CPUtime=0
/proc/30918/task/30934/stat : 30934 (java) S 30916 30918 30644 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 27585047 1571860480 131374 1992294400 134512640 134550932 4291146576 18446744073709551615 4294960144 0 4 0 16800975 18446604437822716992 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1535020

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

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

[startup+924.418 s]
/proc/loadavg: 2.27 2.10 1.71 3/122 30967
/proc/meminfo: memFree=1164360/2059040 swapFree=4135896/4192956
[pid=30918] ppid=30916 vsize=0 CPUtime=1800.29
/proc/30918/stat : 30918 (java) Z 30916 30918 30644 0 -1 4203548 242087 0 1 0 179842 187 0 0 15 0 2 0 27584281 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30918/statm: 0 0 0 0 0 0 0
[pid=30918/tid=30931] ppid=30916 vsize=0 CPUtime=871.9
/proc/30918/task/30931/stat : 30931 (java) R 30916 30918 30644 0 -1 4203588 268 0 0 0 87164 26 0 0 25 0 2 0 27584908 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 924.431
CPU time (s): 1800.31
CPU user time (s): 1798.42
CPU system time (s): 1.88771
CPU usage (%): 194.748
Max. virtual memory (cumulated for all children) (KiB): 1557512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 1.88771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 242087
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= 27464
involuntary context switches= 52050

runsolver used 5.50316 second user time and 9.23559 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-14 14:50:30
IDJOB=2662374
IDBENCH=2289
IDSOLVER=1166
FILE ID=node015/2662374-1276519829
PBS_JOBID= 11173433
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3701.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662374-1276519829/watcher-2662374-1276519829 -o /tmp/evaluation-result-2662374-1276519829/solver-2662374-1276519829 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662374-1276519829.opb

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

MD5SUM BENCH= 4d43a5c709d5b7af17653becda068043
RANDOM SEED=1619475034

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1688472 kB
Buffers:        154212 kB
Cached:         129524 kB
SwapCached:      17672 kB
Active:         117016 kB
Inactive:       187192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1688472 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:            8992 kB
Writeback:           0 kB
AnonPages:       11852 kB
Mapped:           9212 kB
Slab:            44528 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180148 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= 62572 MiB
End job on node015 at 2010-06-14 15:05:56