Trace number 2662513

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.48 921.702

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3704.opb
MD5SUM79102a590238a8abf70853775a775dcb
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 5001200569
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 29675972066390
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 29675972066390
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.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c ManyCore solver with 2 solvers running in parallel
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.22	c Expensive reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c Armin Biere (Picosat) restarts strategy
0.23/0.22	c Glucose learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	
0.23/0.22	c solving HOME/instance-2662513-1276519272.opb
0.23/0.22	c reading problem ... 
7.76/6.03	c ... done. Wall clock time 5.811s.
7.76/6.03	c #vars     155000
7.76/6.03	c #constraints  64124
7.76/6.03	c constraints type 
7.76/6.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
7.76/6.03	c constraints type 
7.76/6.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
188.65/97.33	c cleaning 2496 clauses out of 5000 with flag 5000/5000
531.63/270.63	c cleaning 4246 clauses out of 8504 with flag 11000/11000
861.11/437.08	c cleaning 5584 clauses out of 11258 with flag 18000/18000
890.04/452.03	c cleaning 6840 clauses out of 13688 with flag 26014/26014
915.16/465.24	c cleaning 7917 clauses out of 15835 with flag 35001/35001
952.06/484.23	c cleaning 8958 clauses out of 17918 with flag 45001/45001
986.41/501.98	c cleaning 9479 clauses out of 18959 with flag 55000/55000
1028.09/523.38	c cleaning 9744 clauses out of 19488 with flag 65008/65008
1062.77/541.37	c cleaning 9868 clauses out of 19737 with flag 75001/75001
1089.32/555.15	c cleaning 9934 clauses out of 19868 with flag 85000/85000
1136.90/579.58	c cleaning 9977 clauses out of 19954 with flag 95020/95020
1170.41/596.83	c cleaning 9977 clauses out of 19957 with flag 105000/105000
1216.78/620.75	c cleaning 9993 clauses out of 19985 with flag 115005/115005
1254.73/640.21	c cleaning 9994 clauses out of 19987 with flag 125000/125000
1289.42/658.19	c cleaning 10007 clauses out of 20022 with flag 135029/135029
1315.82/671.83	c cleaning 9999 clauses out of 20008 with flag 145022/145022
1353.86/691.55	c cleaning 9992 clauses out of 19989 with flag 155002/155002
1394.70/712.56	c cleaning 9998 clauses out of 20001 with flag 165006/165006
1466.45/749.16	c cleaning 9997 clauses out of 19999 with flag 175002/175002
1504.88/768.94	c cleaning 10000 clauses out of 20008 with flag 185008/185008
1542.31/788.34	c cleaning 9998 clauses out of 20001 with flag 195001/195001
1585.93/810.75	c cleaning 10003 clauses out of 20012 with flag 205010/205010
1617.58/827.13	c cleaning 10010 clauses out of 20029 with flag 215030/215030
1651.00/844.44	c cleaning 9993 clauses out of 19994 with flag 225005/225005
1688.14/863.73	c cleaning 10012 clauses out of 20025 with flag 235029/235029
1731.07/885.90	c cleaning 9993 clauses out of 19989 with flag 245005/245005
1770.63/906.25	c cleaning 10012 clauses out of 20025 with flag 255034/255034
1800.14/921.52	c starts		: 126
1800.14/921.52	c conflicts		: 261733
1800.14/921.52	c decisions		: 627479
1800.14/921.52	c propagations		: 23689854
1800.14/921.52	c inspects		: 225533901
1800.14/921.52	c learnt literals	: 0
1800.14/921.52	c learnt binary clauses	: 0
1800.14/921.52	c learnt ternary clauses	: 0
1800.14/921.52	c learnt clauses	: 261733
1800.14/921.52	c ignored clauses	: 0
1800.14/921.52	c root simplifications	: 0
1800.14/921.52	c removed literals (reason simplification)	: 4997418
1800.14/921.52	c reason swapping (by a shorter reason)	: 0
1800.14/921.52	c Calls to reduceDB	: 27
1800.14/921.52	c number of reductions to clauses (during analyze)	: 0
1800.14/921.52	c number of learned constraints concerned by reduction	: 0
1800.14/921.52	c number of learning phase by resolution	: 0
1800.14/921.52	c number of learning phase by cutting planes	: 0
1800.14/921.52	c speed (assignments/second)	: 25876.911968873264
1800.14/921.52	c non guided choices	155088
1800.14/921.61	c learnt constraints type 
1800.14/921.61	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 16725
1800.14/921.61	c constraints type 
1800.14/921.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.14/921.61	c constraints type 
1800.14/921.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.14/921.61	s UNKNOWN
1800.14/921.61	c Total wall clock time (in seconds): 921.39

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.02 2/106 30465
/proc/meminfo: memFree=1762328/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1752 CPUtime=0
/proc/30465/stat : 30465 (java6) R 30463 30465 30440 0 -1 4194304 160 0 0 0 0 0 0 0 22 0 1 0 27530937 1794048 79 1992294400 134512640 134550932 4287456832 18446744073709551615 2680100 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30465/statm: 438 81 63 10 0 30 0

[startup+0.054788 s]
/proc/loadavg: 0.92 0.98 1.02 2/106 30465
/proc/meminfo: memFree=1762328/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1521664 CPUtime=0.04
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 3562 0 1 0 2 2 0 0 15 0 7 0 27530937 1558183936 3004 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 380416 3005 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.103834 s]
/proc/loadavg: 0.92 0.98 1.02 2/106 30465
/proc/meminfo: memFree=1762328/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1524180 CPUtime=0.08
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 3968 0 1 0 6 2 0 0 15 0 12 0 27530937 1560760320 3408 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 381045 3408 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301833 s]
/proc/loadavg: 0.92 0.98 1.02 2/106 30465
/proc/meminfo: memFree=1762328/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1526660 CPUtime=0.37
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 7121 0 1 0 33 4 0 0 15 0 12 0 27530937 1563299840 6559 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 381665 6559 1359 10 0 378968 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526660

[startup+0.701833 s]
/proc/loadavg: 0.92 0.98 1.02 2/106 30465
/proc/meminfo: memFree=1762328/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1528012 CPUtime=1.02
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 11146 0 1 0 97 5 0 0 15 0 12 0 27530937 1564684288 10535 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 382003 10535 1400 10 0 379306 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1528012

[startup+1.50083 s]
/proc/loadavg: 0.93 0.98 1.02 2/118 30477
/proc/meminfo: memFree=1703396/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1528012 CPUtime=1.9
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 24921 0 1 0 179 11 0 0 15 0 12 0 27530937 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 382003 24255 1401 10 0 379306 0
[pid=30465/tid=30467] ppid=30463 vsize=1528012 CPUtime=1.45
/proc/30465/task/30467/stat : 30467 (java) R 30463 30465 30440 0 -1 4202560 22685 0 1 0 136 9 0 0 25 0 12 0 27530939 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 103615339 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30465/tid=30468] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30468/stat : 30468 (java) S 30463 30465 30440 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 12 0 27530940 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30469] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30469/stat : 30469 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 17 0 12 0 27530940 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30470] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30470/stat : 30470 (java) S 30463 30465 30440 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27530942 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30471] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30471/stat : 30471 (java) S 30463 30465 30440 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 12 0 27530942 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30472] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30463 30465 30440 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 27530942 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30463 30465 30440 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 27530947 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=1528012 CPUtime=0.28
/proc/30465/task/30474/stat : 30474 (java) R 30463 30465 30440 0 -1 4202560 746 0 0 0 28 0 0 0 15 0 12 0 27530947 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 105817458 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=1528012 CPUtime=0.14
/proc/30465/task/30475/stat : 30475 (java) R 30463 30465 30440 0 -1 4202560 429 0 0 0 14 0 0 0 15 0 12 0 27530947 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 103335824 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30476] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30476/stat : 30476 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 27530947 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30477] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30477/stat : 30477 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 27530947 1564684288 24255 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 1528012

[startup+3.10183 s]
/proc/loadavg: 0.93 0.98 1.02 2/118 30477
/proc/meminfo: memFree=1599980/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1528012 CPUtime=4.08
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 52278 0 1 0 386 22 0 0 15 0 12 0 27530937 1564684288 49979 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 382003 49981 1415 10 0 379306 0
[pid=30465/tid=30467] ppid=30463 vsize=1528012 CPUtime=2.73
/proc/30465/task/30467/stat : 30467 (java) R 30463 30465 30440 0 -1 4202560 32029 0 1 0 260 13 0 0 25 0 12 0 27530939 1564684288 49982 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30468] ppid=30463 vsize=1528012 CPUtime=0.3
/proc/30465/task/30468/stat : 30468 (java) R 30463 30465 30440 0 -1 4202560 9981 0 0 0 26 4 0 0 16 0 12 0 27530940 1564684288 49983 1992294400 134512640 134550932 4290630816 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30469] ppid=30463 vsize=1528012 CPUtime=0.31
/proc/30465/task/30469/stat : 30469 (java) R 30463 30465 30440 0 -1 4202560 7925 0 0 0 28 3 0 0 16 0 12 0 27530940 1564684288 49984 1992294400 134512640 134550932 4290630816 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30465/tid=30470] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30470/stat : 30470 (java) S 30463 30465 30440 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 27530942 1564684288 49985 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30471] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30471/stat : 30471 (java) S 30463 30465 30440 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 12 0 27530942 1564684288 49986 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30472] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30463 30465 30440 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 27530942 1564684288 49992 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30463 30465 30440 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 27530947 1564684288 49994 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=1528012 CPUtime=0.45
/proc/30465/task/30474/stat : 30474 (java) S 30463 30465 30440 0 -1 4202560 823 0 0 0 45 0 0 0 16 0 12 0 27530947 1564684288 49995 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=1528012 CPUtime=0.25
/proc/30465/task/30475/stat : 30475 (java) S 30463 30465 30440 0 -1 4202560 459 0 0 0 25 0 0 0 15 0 12 0 27530947 1564684288 49996 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30476] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30476/stat : 30476 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 12 0 27530947 1564684288 49998 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30477] ppid=30463 vsize=1528012 CPUtime=0
/proc/30465/task/30477/stat : 30477 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 27530947 1564684288 49999 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 1528012

[startup+6.30183 s]
/proc/loadavg: 0.93 0.98 1.02 3/118 30477
/proc/meminfo: memFree=1498300/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1534868 CPUtime=8.32
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 75542 0 1 0 798 34 0 0 15 0 14 0 27530937 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 383717 68673 1436 10 0 381020 0
[pid=30465/tid=30467] ppid=30463 vsize=1534868 CPUtime=5.09
/proc/30465/task/30467/stat : 30467 (java) S 30463 30465 30440 0 -1 4202560 32058 0 1 0 495 14 0 0 25 0 14 0 27530939 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30468] ppid=30463 vsize=1534868 CPUtime=0.83
/proc/30465/task/30468/stat : 30468 (java) S 30463 30465 30440 0 -1 4202560 20831 0 0 0 74 9 0 0 16 0 14 0 27530940 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30469] ppid=30463 vsize=1534868 CPUtime=0.81
/proc/30465/task/30469/stat : 30469 (java) S 30463 30465 30440 0 -1 4202560 17258 0 0 0 75 6 0 0 16 0 14 0 27530940 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30470] ppid=30463 vsize=1534868 CPUtime=0
/proc/30465/task/30470/stat : 30470 (java) S 30463 30465 30440 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 27530942 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30471] ppid=30463 vsize=1534868 CPUtime=0
/proc/30465/task/30471/stat : 30471 (java) S 30463 30465 30440 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 14 0 27530942 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30472] ppid=30463 vsize=1534868 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30463 30465 30440 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 14 0 27530942 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=1534868 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30463 30465 30440 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 14 0 27530947 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=1534868 CPUtime=0.84
/proc/30465/task/30474/stat : 30474 (java) S 30463 30465 30440 0 -1 4202560 3230 0 0 0 83 1 0 0 16 0 14 0 27530947 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=1534868 CPUtime=0.46
/proc/30465/task/30475/stat : 30475 (java) R 30463 30465 30440 0 -1 4202560 1080 0 0 0 46 0 0 0 15 0 14 0 27530947 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 105499140 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30476] ppid=30463 vsize=1534868 CPUtime=0
/proc/30465/task/30476/stat : 30476 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 14 0 27530947 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30477] ppid=30463 vsize=1534868 CPUtime=0
/proc/30465/task/30477/stat : 30477 (java) R 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 27530947 1571704832 68673 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 1534868

[startup+12.7022 s]
/proc/loadavg: 1.10 1.02 1.03 4/122 30481
/proc/meminfo: memFree=1436144/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1535776 CPUtime=20.98
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 91701 0 1 0 2055 43 0 0 15 0 16 0 27530937 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 383944 82590 1440 10 0 381247 0
[pid=30465/tid=30467] ppid=30463 vsize=1535776 CPUtime=5.09
/proc/30465/task/30467/stat : 30467 (java) S 30463 30465 30440 0 -1 4202560 32058 0 1 0 495 14 0 0 15 0 16 0 27530939 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30468] ppid=30463 vsize=1535776 CPUtime=1.55
/proc/30465/task/30468/stat : 30468 (java) S 30463 30465 30440 0 -1 4202560 29313 0 0 0 141 14 0 0 16 0 16 0 27530940 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30469] ppid=30463 vsize=1535776 CPUtime=1.52
/proc/30465/task/30469/stat : 30469 (java) R 30463 30465 30440 0 -1 4202560 23713 0 0 0 142 10 0 0 15 0 16 0 27530940 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30470] ppid=30463 vsize=1535776 CPUtime=0.01
/proc/30465/task/30470/stat : 30470 (java) S 30463 30465 30440 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 16 0 27530942 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30471] ppid=30463 vsize=1535776 CPUtime=0
/proc/30465/task/30471/stat : 30471 (java) S 30463 30465 30440 0 -1 4202560 11 0 0 0 0 0 0 0 19 0 16 0 27530942 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30472] ppid=30463 vsize=1535776 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30463 30465 30440 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 27530942 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=1535776 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30463 30465 30440 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 27530947 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=1535776 CPUtime=1.66
/proc/30465/task/30474/stat : 30474 (java) S 30463 30465 30440 0 -1 4202560 3387 0 0 0 165 1 0 0 15 0 16 0 27530947 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=1535776 CPUtime=1.33
/proc/30465/task/30475/stat : 30475 (java) S 30463 30465 30440 0 -1 4202560 2091 0 0 0 133 0 0 0 15 0 16 0 27530947 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30476] ppid=30463 vsize=1535776 CPUtime=0
/proc/30465/task/30476/stat : 30476 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 27530947 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30477] ppid=30463 vsize=1535776 CPUtime=0
/proc/30465/task/30477/stat : 30477 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 27530947 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30478] ppid=30463 vsize=1535776 CPUtime=4.62
/proc/30465/task/30478/stat : 30478 (java) S 30463 30465 30440 0 -1 4202560 28 0 0 0 462 0 0 0 25 0 16 0 27531541 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30479] ppid=30463 vsize=1535776 CPUtime=5.14
/proc/30465/task/30479/stat : 30479 (java) S 30463 30465 30440 0 -1 4202560 36 0 0 0 514 0 0 0 19 0 16 0 27531541 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30480] ppid=30463 vsize=1535776 CPUtime=0
/proc/30465/task/30480/stat : 30480 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27531670 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30481] ppid=30463 vsize=1535776 CPUtime=0
/proc/30465/task/30481/stat : 30481 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 27531693 1572634624 82590 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.98
Current children cumulated vsize (KiB) 1535776

[startup+25.5026 s]
/proc/loadavg: 1.36 1.08 1.05 3/122 30481
/proc/meminfo: memFree=1424240/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1536800 CPUtime=46.36
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 95520 0 1 0 4589 47 0 0 15 0 16 0 27530937 1573683200 85548 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 384200 85548 1444 10 0 381503 0
[pid=30465/tid=30467] ppid=30463 vsize=1536800 CPUtime=5.09
/proc/30465/task/30467/stat : 30467 (java) S 30463 30465 30440 0 -1 4202560 32058 0 1 0 495 14 0 0 15 0 16 0 27530939 1573683200 85548 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30468] ppid=30463 vsize=1536800 CPUtime=1.91
/proc/30465/task/30468/stat : 30468 (java) S 30463 30465 30440 0 -1 4202560 30509 0 0 0 177 14 0 0 16 0 16 0 27530940 1573683200 85548 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30469] ppid=30463 vsize=1536800 CPUtime=1.89
/proc/30465/task/30469/stat : 30469 (java) S 30463 30465 30440 0 -1 4202560 25236 0 0 0 178 11 0 0 15 0 16 0 27530940 1573683200 85548 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30470] ppid=30463 vsize=1536800 CPUtime=0.02

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

/proc/30465/task/30480/stat : 30480 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27531670 1573683200 118286 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30481] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30481/stat : 30481 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 27531693 1573683200 118286 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1491.81
Current children cumulated vsize (KiB) 1536800

[startup+822.306 s]
/proc/loadavg: 2.07 2.00 1.62 3/122 30503
/proc/meminfo: memFree=1288832/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1536800 CPUtime=1608.06
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 206339 0 1 0 160643 163 0 0 15 0 16 0 27530937 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 384200 118889 1451 10 0 381503 0
[pid=30465/tid=30467] ppid=30463 vsize=1536800 CPUtime=5.09
/proc/30465/task/30467/stat : 30467 (java) S 30463 30465 30440 0 -1 4202560 32069 0 1 0 495 14 0 0 15 0 16 0 27530939 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30468] ppid=30463 vsize=1536800 CPUtime=12.39
/proc/30465/task/30468/stat : 30468 (java) R 30463 30465 30440 0 -1 4202560 50499 0 0 0 1202 37 0 0 15 0 16 0 27530940 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30469] ppid=30463 vsize=1536800 CPUtime=12.37
/proc/30465/task/30469/stat : 30469 (java) S 30463 30465 30440 0 -1 4202560 41954 0 0 0 1207 30 0 0 15 0 16 0 27530940 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30470] ppid=30463 vsize=1536800 CPUtime=19.09
/proc/30465/task/30470/stat : 30470 (java) S 30463 30465 30440 0 -1 4202560 72618 0 0 0 1872 37 0 0 15 0 16 0 27530942 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30471] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30471/stat : 30471 (java) S 30463 30465 30440 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27530942 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30472] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30463 30465 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27530942 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30463 30465 30440 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 27530947 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=1536800 CPUtime=1.67
/proc/30465/task/30474/stat : 30474 (java) S 30463 30465 30440 0 -1 4202560 3390 0 0 0 166 1 0 0 15 0 16 0 27530947 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=1536800 CPUtime=2.16
/proc/30465/task/30475/stat : 30475 (java) S 30463 30465 30440 0 -1 4202560 3642 0 0 0 215 1 0 0 15 0 16 0 27530947 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30476] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30476/stat : 30476 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 27530947 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30477] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30477/stat : 30477 (java) S 30463 30465 30440 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 27530947 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30478] ppid=30463 vsize=1536800 CPUtime=776.64
/proc/30465/task/30478/stat : 30478 (java) S 30463 30465 30440 0 -1 4202560 462 0 0 0 77645 19 0 0 25 0 16 0 27531541 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30479] ppid=30463 vsize=1536800 CPUtime=778.55
/proc/30465/task/30479/stat : 30479 (java) S 30463 30465 30440 0 -1 4202560 587 0 0 0 77837 18 0 0 25 0 16 0 27531541 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30480] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30480/stat : 30480 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27531670 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30481] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30481/stat : 30481 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 27531693 1573683200 118889 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1608.06
Current children cumulated vsize (KiB) 1536800

[startup+882.303 s]
/proc/loadavg: 2.10 2.02 1.65 3/122 30505
/proc/meminfo: memFree=1281640/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1536800 CPUtime=1724.13
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 217218 0 1 0 172240 173 0 0 15 0 16 0 27530937 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 384200 120732 1451 10 0 381503 0
[pid=30465/tid=30467] ppid=30463 vsize=1536800 CPUtime=5.09
/proc/30465/task/30467/stat : 30467 (java) S 30463 30465 30440 0 -1 4202560 32070 0 1 0 495 14 0 0 15 0 16 0 27530939 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30468] ppid=30463 vsize=1536800 CPUtime=13.18
/proc/30465/task/30468/stat : 30468 (java) S 30463 30465 30440 0 -1 4202560 51769 0 0 0 1278 40 0 0 16 0 16 0 27530940 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30469] ppid=30463 vsize=1536800 CPUtime=13.19
/proc/30465/task/30469/stat : 30469 (java) S 30463 30465 30440 0 -1 4202560 43246 0 0 0 1288 31 0 0 15 0 16 0 27530940 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30470] ppid=30463 vsize=1536800 CPUtime=21.89
/proc/30465/task/30470/stat : 30470 (java) S 30463 30465 30440 0 -1 4202560 80857 0 0 0 2149 40 0 0 15 0 16 0 27530942 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30471] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30471/stat : 30471 (java) S 30463 30465 30440 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27530942 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30472] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30463 30465 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27530942 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30463 30465 30440 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 27530947 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=1536800 CPUtime=1.67
/proc/30465/task/30474/stat : 30474 (java) S 30463 30465 30440 0 -1 4202560 3390 0 0 0 166 1 0 0 15 0 16 0 27530947 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=1536800 CPUtime=2.16
/proc/30465/task/30475/stat : 30475 (java) S 30463 30465 30440 0 -1 4202560 3642 0 0 0 215 1 0 0 15 0 16 0 27530947 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30476] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30476/stat : 30476 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 27530947 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30477] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30477/stat : 30477 (java) S 30463 30465 30440 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 27530947 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30478] ppid=30463 vsize=1536800 CPUtime=832.51
/proc/30465/task/30478/stat : 30478 (java) R 30463 30465 30440 0 -1 4202560 486 0 0 0 83230 21 0 0 25 0 16 0 27531541 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4109620900 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30465/tid=30479] ppid=30463 vsize=1536800 CPUtime=834.34
/proc/30465/task/30479/stat : 30479 (java) R 30463 30465 30440 0 -1 4202560 636 0 0 0 83415 19 0 0 25 0 16 0 27531541 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4109427569 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30480] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30480/stat : 30480 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27531670 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30481] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30481/stat : 30481 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 27531693 1573683200 120732 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.13
Current children cumulated vsize (KiB) 1536800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.502 s]
/proc/loadavg: 2.05 2.01 1.66 3/122 30505
/proc/meminfo: memFree=1278912/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1536800 CPUtime=1800.14
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 229433 0 1 0 179835 179 0 0 15 0 16 0 27530937 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 384200 121343 1451 10 0 381503 0
[pid=30465/tid=30467] ppid=30463 vsize=1536800 CPUtime=5.09
/proc/30465/task/30467/stat : 30467 (java) S 30463 30465 30440 0 -1 4202560 32072 0 1 0 495 14 0 0 15 0 16 0 27530939 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30468] ppid=30463 vsize=1536800 CPUtime=13.43
/proc/30465/task/30468/stat : 30468 (java) S 30463 30465 30440 0 -1 4202560 52183 0 0 0 1302 41 0 0 16 0 16 0 27530940 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30469] ppid=30463 vsize=1536800 CPUtime=13.43
/proc/30465/task/30469/stat : 30469 (java) S 30463 30465 30440 0 -1 4202560 43463 0 0 0 1312 31 0 0 16 0 16 0 27530940 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30470] ppid=30463 vsize=1536800 CPUtime=23.61
/proc/30465/task/30470/stat : 30470 (java) S 30463 30465 30440 0 -1 4202560 92433 0 0 0 2317 44 0 0 15 0 16 0 27530942 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30471] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30471/stat : 30471 (java) S 30463 30465 30440 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27530942 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30472] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30463 30465 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27530942 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30463 30465 30440 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 27530947 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=1536800 CPUtime=1.67
/proc/30465/task/30474/stat : 30474 (java) S 30463 30465 30440 0 -1 4202560 3390 0 0 0 166 1 0 0 15 0 16 0 27530947 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=1536800 CPUtime=2.16
/proc/30465/task/30475/stat : 30475 (java) S 30463 30465 30440 0 -1 4202560 3642 0 0 0 215 1 0 0 15 0 16 0 27530947 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30476] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30476/stat : 30476 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 16 0 27530947 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30477] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30477/stat : 30477 (java) S 30463 30465 30440 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 27530947 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30478] ppid=30463 vsize=1536800 CPUtime=869.09
/proc/30465/task/30478/stat : 30478 (java) R 30463 30465 30440 0 -1 4202560 488 0 0 0 86888 21 0 0 25 0 16 0 27531541 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4109600380 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30465/tid=30479] ppid=30463 vsize=1536800 CPUtime=871.55
/proc/30465/task/30479/stat : 30479 (java) R 30463 30465 30440 0 -1 4202560 638 0 0 0 87135 20 0 0 25 0 16 0 27531541 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4109449632 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30480] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30480/stat : 30480 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 16 0 27531670 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30481] ppid=30463 vsize=1536800 CPUtime=0
/proc/30465/task/30481/stat : 30481 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 27531693 1573683200 121343 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 1536800

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

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

[startup+921.622 s]
/proc/loadavg: 2.05 2.01 1.66 3/122 30505
/proc/meminfo: memFree=1278912/2059040 swapFree=4140108/4192956
[pid=30465] ppid=30463 vsize=1537448 CPUtime=1800.36
/proc/30465/stat : 30465 (java) S 30463 30465 30440 0 -1 4202496 229454 0 1 0 179857 179 0 0 15 0 17 0 27530937 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30465/statm: 384362 121364 1452 10 0 381665 0
[pid=30465/tid=30467] ppid=30463 vsize=1537448 CPUtime=5.09
/proc/30465/task/30467/stat : 30467 (java) S 30463 30465 30440 0 -1 4202560 32072 0 1 0 495 14 0 0 15 0 17 0 27530939 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30468] ppid=30463 vsize=1537448 CPUtime=13.43
/proc/30465/task/30468/stat : 30468 (java) S 30463 30465 30440 0 -1 4202560 52183 0 0 0 1302 41 0 0 16 0 17 0 27530940 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30469] ppid=30463 vsize=1537448 CPUtime=13.43
/proc/30465/task/30469/stat : 30469 (java) S 30463 30465 30440 0 -1 4202560 43463 0 0 0 1312 31 0 0 16 0 17 0 27530940 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30470] ppid=30463 vsize=1537448 CPUtime=23.61
/proc/30465/task/30470/stat : 30470 (java) S 30463 30465 30440 0 -1 4202560 92433 0 0 0 2317 44 0 0 15 0 17 0 27530942 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 0 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30471] ppid=30463 vsize=1537448 CPUtime=0
/proc/30465/task/30471/stat : 30471 (java) S 30463 30465 30440 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 17 0 27530942 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30472] ppid=30463 vsize=1537448 CPUtime=0
/proc/30465/task/30472/stat : 30472 (java) S 30463 30465 30440 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 27530942 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30473] ppid=30463 vsize=1537448 CPUtime=0
/proc/30465/task/30473/stat : 30473 (java) S 30463 30465 30440 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 27530947 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30474] ppid=30463 vsize=1537448 CPUtime=1.67
/proc/30465/task/30474/stat : 30474 (java) S 30463 30465 30440 0 -1 4202560 3390 0 0 0 166 1 0 0 16 0 17 0 27530947 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30475] ppid=30463 vsize=1537448 CPUtime=2.18
/proc/30465/task/30475/stat : 30475 (java) R 30463 30465 30440 0 -1 4202560 3643 0 0 0 217 1 0 0 15 0 17 0 27530947 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 103102162 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30465/tid=30476] ppid=30463 vsize=1537448 CPUtime=0
/proc/30465/task/30476/stat : 30476 (java) S 30463 30465 30440 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 17 0 27530947 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30477] ppid=30463 vsize=1537448 CPUtime=0
/proc/30465/task/30477/stat : 30477 (java) S 30463 30465 30440 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 17 0 27530947 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
[pid=30465/tid=30478] ppid=30463 vsize=1537448 CPUtime=869.19
/proc/30465/task/30478/stat : 30478 (java) R 30463 30465 30440 0 -1 4202560 488 0 0 0 86898 21 0 0 25 0 17 0 27531541 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4109448037 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30465/tid=30479] ppid=30463 vsize=1537448 CPUtime=871.64
/proc/30465/task/30479/stat : 30479 (java) R 30463 30465 30440 0 -1 4202560 638 0 0 0 87144 20 0 0 25 0 17 0 27531541 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4109190240 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30465/tid=30480] ppid=30463 vsize=1537448 CPUtime=0
/proc/30465/task/30480/stat : 30480 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 17 0 27531670 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 0 0 0 0
[pid=30465/tid=30481] ppid=30463 vsize=1537448 CPUtime=0
/proc/30465/task/30481/stat : 30481 (java) S 30463 30465 30440 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 17 0 27531693 1574346752 121364 1992294400 134512640 134550932 4290630816 18446744073709551615 4294960144 0 4 0 16800975 18446604437822720000 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 1537448

Child status: 143
Real time (s): 921.702
CPU time (s): 1800.48
CPU user time (s): 1798.64
CPU system time (s): 1.84672
CPU usage (%): 195.343
Max. virtual memory (cumulated for all children) (KiB): 1564416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.64
system time used= 1.84672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229457
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= 32443
involuntary context switches= 54541

runsolver used 4.64729 second user time and 9.2296 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-14 14:41:13
IDJOB=2662513
IDBENCH=2286
IDSOLVER=1166
FILE ID=node006/2662513-1276519272
PBS_JOBID= 11173443
Free space on /tmp= 62464 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-n3704.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662513-1276519272/watcher-2662513-1276519272 -o /tmp/evaluation-result-2662513-1276519272/solver-2662513-1276519272 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662513-1276519272.opb

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

MD5SUM BENCH= 79102a590238a8abf70853775a775dcb
RANDOM SEED=271300651

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1762600 kB
Buffers:         87720 kB
Cached:         127488 kB
SwapCached:       6484 kB
Active:         104352 kB
Inactive:       124380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1762600 kB
SwapTotal:     4192956 kB
SwapFree:      4140108 kB
Dirty:            9300 kB
Writeback:           0 kB
AnonPages:       11748 kB
Mapped:          12932 kB
Slab:            45852 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182304 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= 62464 MiB
End job on node006 at 2010-06-14 14:56:36