Trace number 2662268

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.5 921.698

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
MD5SUM3764cf8f4e2d3654f46ab0ec56ea8581
Bench CategoryDEC-SMALLINT (no optimisation, small 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 FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables168111
Total number of constraints487525
Number of constraints which are clauses468727
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints18798
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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-2662268-1276330635.opb
0.22/0.22	c reading problem ... 
13.37/10.09	c ... done. Wall clock time 9.872s.
13.37/10.09	c #vars     168111
13.37/10.09	c #constraints  487525
13.37/10.09	c constraints type 
13.37/10.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
13.37/10.09	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
13.37/10.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
13.37/10.09	c constraints type 
13.37/10.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
13.37/10.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
13.37/10.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
75.86/41.69	c cleaning 2467 clauses out of 4998 with flag 5001/5001
127.30/68.06	c cleaning 0 clauses out of 5000 with flag 0/5002
129.57/69.65	c cleaning 4229 clauses out of 8531 with flag 11001/11001
181.75/96.44	c cleaning 5593 clauses out of 11301 with flag 18000/18000
253.76/133.37	c cleaning 6822 clauses out of 13707 with flag 26001/26001
314.09/164.26	c cleaning 0 clauses out of 10999 with flag 0/11001
316.74/166.03	c cleaning 7907 clauses out of 15885 with flag 35001/35001
383.97/200.42	c cleaning 8979 clauses out of 17977 with flag 45000/45000
483.13/251.09	c cleaning 9992 clauses out of 19999 with flag 56001/56001
616.59/318.86	c cleaning 10969 clauses out of 22006 with flag 68000/68000
703.20/363.01	c cleaning 11975 clauses out of 24037 with flag 81002/81002
738.88/381.53	c cleaning 0 clauses out of 17999 with flag 0/18001
820.51/423.31	c cleaning 12981 clauses out of 26060 with flag 95001/95001
919.59/473.87	c cleaning 14017 clauses out of 28081 with flag 110003/110003
1146.13/588.63	c cleaning 14998 clauses out of 30061 with flag 126000/126000
1283.04/658.25	c cleaning 15995 clauses out of 32063 with flag 143000/143000
1469.03/752.72	c cleaning 17015 clauses out of 34070 with flag 161002/161002
1587.63/813.13	c cleaning 18008 clauses out of 36053 with flag 180001/180001
1733.76/887.45	c cleaning 18988 clauses out of 38044 with flag 200000/200000
1800.17/921.51	c starts		: 117
1800.17/921.51	c conflicts		: 206550
1800.17/921.51	c decisions		: 781297
1800.17/921.51	c propagations		: 593612514
1800.17/921.51	c inspects		: 1449918007
1800.17/921.51	c learnt literals	: 9
1800.17/921.51	c learnt binary clauses	: 199
1800.17/921.51	c learnt ternary clauses	: 540
1800.17/921.51	c learnt clauses	: 206541
1800.17/921.51	c ignored clauses	: 0
1800.17/921.51	c root simplifications	: 0
1800.17/921.51	c removed literals (reason simplification)	: 1599220
1800.17/921.51	c reason swapping (by a shorter reason)	: 0
1800.17/921.51	c Calls to reduceDB	: 16
1800.17/921.51	c number of reductions to clauses (during analyze)	: 0
1800.17/921.51	c number of learned constraints concerned by reduction	: 0
1800.17/921.51	c number of learning phase by resolution	: 0
1800.17/921.51	c number of learning phase by cutting planes	: 0
1800.17/921.51	c speed (assignments/second)	: 651303.6924717639
1800.17/921.51	c non guided choices	38343
1800.38/921.62	c learnt constraints type 
1800.38/921.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 25412
1800.38/921.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 199
1800.38/921.62	c constraints type 
1800.38/921.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155142
1800.38/921.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 313584
1800.38/921.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
1800.38/921.62	c constraints type 
1800.38/921.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 313584
1800.38/921.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155142
1800.38/921.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18798
1800.38/921.62	s UNKNOWN
1800.38/921.62	c Total wall clock time (in seconds): 921.395

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-2662268-1276330635/watcher-2662268-1276330635 -o /tmp/evaluation-result-2662268-1276330635/solver-2662268-1276330635 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662268-1276330635.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.99 0.98 0.99 3/107 8800
/proc/meminfo: memFree=1737540/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1832 CPUtime=0
/proc/8800/stat : 8800 (java6) S 8798 8800 8203 0 -1 4194304 252 0 0 0 0 0 0 0 16 0 1 0 6719362 1875968 154 1992294400 134512640 134550932 4294075328 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/8800/statm: 458 154 116 10 0 63 0

[startup+0.0614701 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 8800
/proc/meminfo: memFree=1737540/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1521664 CPUtime=0.04
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 3621 0 1 0 2 2 0 0 15 0 7 0 6719362 1558183936 3061 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 380416 3061 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101474 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 8800
/proc/meminfo: memFree=1737540/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1524180 CPUtime=0.08
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 3958 0 1 0 6 2 0 0 15 0 12 0 6719362 1560760320 3396 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301489 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 8800
/proc/meminfo: memFree=1737540/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1525792 CPUtime=0.35
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 7222 0 1 0 31 4 0 0 15 0 12 0 6719362 1562411008 6657 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 381448 6657 1352 10 0 378751 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525792

[startup+0.701533 s]
/proc/loadavg: 0.99 0.98 0.99 3/107 8800
/proc/meminfo: memFree=1737540/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1526984 CPUtime=1.12
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 9063 0 1 0 107 5 0 0 15 0 12 0 6719362 1563631616 8415 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 381746 8416 1400 10 0 379049 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1526984

[startup+1.5016 s]
/proc/loadavg: 0.99 0.98 0.99 4/119 8812
/proc/meminfo: memFree=1693424/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1532104 CPUtime=2.5
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 25453 0 1 0 236 14 0 0 15 0 12 0 6719362 1568874496 23648 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 383026 23650 1406 10 0 380329 0
[pid=8800/tid=8802] ppid=8798 vsize=1532104 CPUtime=1.47
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8203 0 -1 4202560 21105 0 1 0 135 12 0 0 25 0 12 0 6719364 1568874496 23651 1992294400 134512640 134550932 4290303808 18446744073709551615 4109829370 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8203 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 6719365 1568874496 23653 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8203 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 6719365 1568874496 23654 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8203 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6719367 1568874496 23655 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 6719368 1568874496 23657 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8203 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 6719368 1568874496 23658 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8203 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 6719372 1568874496 23660 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8203 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 12 0 6719372 1568874496 23661 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1532104 CPUtime=1.01
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8203 0 -1 4202560 3271 0 0 0 100 1 0 0 16 0 12 0 6719372 1568874496 23662 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 6719372 1568874496 23664 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6719372 1568874496 23665 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1532104

[startup+3.10173 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 8812
/proc/meminfo: memFree=1585172/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1532104 CPUtime=4.33
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 49064 0 1 0 409 24 0 0 15 0 12 0 6719362 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 383026 46989 1416 10 0 380329 0
[pid=8800/tid=8802] ppid=8798 vsize=1532104 CPUtime=2.83
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8203 0 -1 4202560 32026 0 1 0 267 16 0 0 25 0 12 0 6719364 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4109763626 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1532104 CPUtime=0.22
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8203 0 -1 4202560 6576 0 0 0 19 3 0 0 16 0 12 0 6719365 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1532104 CPUtime=0.22
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8203 0 -1 4202560 6102 0 0 0 20 2 0 0 16 0 12 0 6719365 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 6719367 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 6719368 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 6719368 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8203 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 6719372 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8203 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 12 0 6719372 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1532104 CPUtime=1.01
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8203 0 -1 4202560 3271 0 0 0 100 1 0 0 16 0 12 0 6719372 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 6719372 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6719372 1568874496 46989 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 1532104

[startup+6.30103 s]
/proc/loadavg: 0.99 0.98 0.99 2/119 8812
/proc/meminfo: memFree=1528752/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1532104 CPUtime=8.09
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 59827 0 1 0 778 31 0 0 15 0 12 0 6719362 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 383026 56183 1416 10 0 380329 0
[pid=8800/tid=8802] ppid=8798 vsize=1532104 CPUtime=5.45
/proc/8800/task/8802/stat : 8802 (java) R 8798 8800 8203 0 -1 4202560 32030 0 1 0 528 17 0 0 18 0 12 0 6719364 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4109828192 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1532104 CPUtime=0.78
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8203 0 -1 4202560 12760 0 0 0 71 7 0 0 16 0 12 0 6719365 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1532104 CPUtime=0.79
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8203 0 -1 4202560 10677 0 0 0 75 4 0 0 16 0 12 0 6719365 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 6719367 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 6719368 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 6719368 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8203 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 6719372 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8203 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 12 0 6719372 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1532104 CPUtime=1.01
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8203 0 -1 4202560 3271 0 0 0 100 1 0 0 16 0 12 0 6719372 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 6719372 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1532104 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6719372 1568874496 56183 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.09
Current children cumulated vsize (KiB) 1532104

[startup+12.7138 s]
/proc/loadavg: 0.99 0.98 0.99 3/123 8816
/proc/meminfo: memFree=1411044/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1537104 CPUtime=18.65
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 90739 0 1 0 1817 48 0 0 15 0 16 0 6719362 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 384276 83067 1438 10 0 381579 0
[pid=8800/tid=8802] ppid=8798 vsize=1537104 CPUtime=7.92
/proc/8800/task/8802/stat : 8802 (java) S 8798 8800 8203 0 -1 4202560 32064 0 1 0 774 18 0 0 15 0 16 0 6719364 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1537104 CPUtime=2.32
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8203 0 -1 4202560 27430 0 0 0 217 15 0 0 16 0 16 0 6719365 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1537104 CPUtime=2.41
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8203 0 -1 4202560 26009 0 0 0 231 10 0 0 16 0 16 0 6719365 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1537104 CPUtime=0.01
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 1 0 0 16 0 16 0 6719367 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1537104 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6719368 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1537104 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6719368 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1537104 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8203 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6719372 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1537104 CPUtime=0.88
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8203 0 -1 4202560 764 0 0 0 88 0 0 0 15 0 16 0 6719372 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1537104 CPUtime=2
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8203 0 -1 4202560 3342 0 0 0 199 1 0 0 15 0 16 0 6719372 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1537104 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6719372 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1537104 CPUtime=0
/proc/8800/task/8812/stat : 8812 (java) R 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 6719372 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1537104 CPUtime=1.61
/proc/8800/task/8813/stat : 8813 (java) R 8798 8800 8203 0 -1 4202560 13 0 0 0 161 0 0 0 19 0 16 0 6720372 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4109592389 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8814] ppid=8798 vsize=1537104 CPUtime=1.42
/proc/8800/task/8814/stat : 8814 (java) R 8798 8800 8203 0 -1 4202560 35 0 0 0 142 0 0 0 17 0 16 0 6720372 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8815] ppid=8798 vsize=1537104 CPUtime=0
/proc/8800/task/8815/stat : 8815 (java) S 8798 8800 8203 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6720391 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8816] ppid=8798 vsize=1537104 CPUtime=0
/proc/8800/task/8816/stat : 8816 (java) S 8798 8800 8203 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6720393 1573994496 83067 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.65
Current children cumulated vsize (KiB) 1537104

[startup+25.5018 s]
/proc/loadavg: 1.22 1.03 1.01 3/123 8816
/proc/meminfo: memFree=1388972/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1550684 CPUtime=43.96
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 99693 0 1 0 4325 71 0 0 15 0 16 0 6719362 1587900416 88233 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 387671 88233 1445 10 0 384974 0
[pid=8800/tid=8802] ppid=8798 vsize=1550684 CPUtime=7.92
/proc/8800/task/8802/stat : 8802 (java) S 8798 8800 8203 0 -1 4202560 32064 0 1 0 774 18 0 0 15 0 16 0 6719364 1587900416 88233 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1550684 CPUtime=3.77
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8203 0 -1 4202560 27907 0 0 0 362 15 0 0 15 0 16 0 6719365 1587900416 88233 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1550684 CPUtime=3.82
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8203 0 -1 4202560 27257 0 0 0 365 17 0 0 16 0 16 0 6719365 1587900416 88233 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1550684 CPUtime=0.23

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

/proc/8800/task/8815/stat : 8815 (java) S 8798 8800 8203 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6720391 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8816] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8816/stat : 8816 (java) S 8798 8800 8203 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6720393 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1487.01
Current children cumulated vsize (KiB) 1548848

[startup+822.301 s]
/proc/loadavg: 2.14 2.00 1.60 3/123 8838
/proc/meminfo: memFree=1278364/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1548848 CPUtime=1604.74
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 153322 0 1 0 160225 249 0 0 15 0 16 0 6719362 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 387212 115373 1450 10 0 384515 0
[pid=8800/tid=8802] ppid=8798 vsize=1548848 CPUtime=7.92
/proc/8800/task/8802/stat : 8802 (java) S 8798 8800 8203 0 -1 4202560 32093 0 1 0 774 18 0 0 15 0 16 0 6719364 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1548848 CPUtime=44.25
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8203 0 -1 4202560 40991 0 0 0 4355 70 0 0 15 0 16 0 6719365 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1548848 CPUtime=44.27
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8203 0 -1 4202560 41913 0 0 0 4328 99 0 0 16 0 16 0 6719365 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1548848 CPUtime=19.17
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8203 0 -1 4202560 24924 0 0 0 1884 33 0 0 15 0 16 0 6719367 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6719368 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6719368 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8203 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1548848 CPUtime=2.67
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8203 0 -1 4202560 7990 0 0 0 264 3 0 0 15 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1548848 CPUtime=2.45
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8203 0 -1 4202560 3355 0 0 0 244 1 0 0 16 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1548848 CPUtime=0.01
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8203 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1548848 CPUtime=741.55
/proc/8800/task/8813/stat : 8813 (java) R 8798 8800 8203 0 -1 4202560 302 0 0 0 74142 13 0 0 25 0 16 0 6720372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4110268671 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8814] ppid=8798 vsize=1548848 CPUtime=742.35
/proc/8800/task/8814/stat : 8814 (java) R 8798 8800 8203 0 -1 4202560 635 0 0 0 74228 7 0 0 25 0 16 0 6720372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4110243134 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8815] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8815/stat : 8815 (java) S 8798 8800 8203 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6720391 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8816] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8816/stat : 8816 (java) S 8798 8800 8203 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6720393 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1604.74
Current children cumulated vsize (KiB) 1548848

[startup+882.302 s]
/proc/loadavg: 2.20 2.04 1.64 3/123 8838
/proc/meminfo: memFree=1278364/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1548848 CPUtime=1723.64
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 153385 0 1 0 172094 270 0 0 15 0 16 0 6719362 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 387212 115373 1450 10 0 384515 0
[pid=8800/tid=8802] ppid=8798 vsize=1548848 CPUtime=7.92
/proc/8800/task/8802/stat : 8802 (java) S 8798 8800 8203 0 -1 4202560 32096 0 1 0 774 18 0 0 15 0 16 0 6719364 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1548848 CPUtime=47.59
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8203 0 -1 4202560 40991 0 0 0 4673 86 0 0 16 0 16 0 6719365 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1548848 CPUtime=47.61
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8203 0 -1 4202560 41913 0 0 0 4660 101 0 0 16 0 16 0 6719365 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1548848 CPUtime=19.19
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8203 0 -1 4202560 24928 0 0 0 1886 33 0 0 15 0 16 0 6719367 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6719368 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6719368 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8203 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1548848 CPUtime=2.67
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8203 0 -1 4202560 7990 0 0 0 264 3 0 0 15 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1548848 CPUtime=2.45
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8203 0 -1 4202560 3355 0 0 0 244 1 0 0 16 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1548848 CPUtime=0.01
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8203 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1548848 CPUtime=797.9
/proc/8800/task/8813/stat : 8813 (java) R 8798 8800 8203 0 -1 4202560 334 0 0 0 79776 14 0 0 25 0 16 0 6720372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4110083393 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8814] ppid=8798 vsize=1548848 CPUtime=798.19
/proc/8800/task/8814/stat : 8814 (java) R 8798 8800 8203 0 -1 4202560 655 0 0 0 79811 8 0 0 25 0 16 0 6720372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4110350177 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8815] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8815/stat : 8815 (java) S 8798 8800 8203 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6720391 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8816] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8816/stat : 8816 (java) S 8798 8800 8203 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6720393 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.64
Current children cumulated vsize (KiB) 1548848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.502 s]
/proc/loadavg: 2.25 2.08 1.67 3/123 8840
/proc/meminfo: memFree=1278240/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1548848 CPUtime=1800.17
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 154065 0 1 0 179736 281 0 0 15 0 16 0 6719362 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 387212 115373 1450 10 0 384515 0
[pid=8800/tid=8802] ppid=8798 vsize=1548848 CPUtime=7.92
/proc/8800/task/8802/stat : 8802 (java) S 8798 8800 8203 0 -1 4202560 32097 0 1 0 774 18 0 0 15 0 16 0 6719364 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1548848 CPUtime=49.63
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8203 0 -1 4202560 40991 0 0 0 4867 96 0 0 16 0 16 0 6719365 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1548848 CPUtime=49.67
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8203 0 -1 4202560 41913 0 0 0 4866 101 0 0 16 0 16 0 6719365 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1548848 CPUtime=20.4
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8203 0 -1 4202560 25571 0 0 0 2006 34 0 0 15 0 16 0 6719367 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6719368 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6719368 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8203 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1548848 CPUtime=2.67
/proc/8800/task/8809/stat : 8809 (java) S 8798 8800 8203 0 -1 4202560 7990 0 0 0 264 3 0 0 15 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1548848 CPUtime=2.45
/proc/8800/task/8810/stat : 8810 (java) S 8798 8800 8203 0 -1 4202560 3355 0 0 0 244 1 0 0 16 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1548848 CPUtime=0.01
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8203 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 16 0 6719372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1548848 CPUtime=833.21
/proc/8800/task/8813/stat : 8813 (java) R 8798 8800 8203 0 -1 4202560 353 0 0 0 83305 16 0 0 25 0 16 0 6720372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4110183423 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8814] ppid=8798 vsize=1548848 CPUtime=834.11
/proc/8800/task/8814/stat : 8814 (java) R 8798 8800 8203 0 -1 4202560 670 0 0 0 83403 8 0 0 25 0 16 0 6720372 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4110183423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8815] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8815/stat : 8815 (java) S 8798 8800 8203 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 6720391 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8816] ppid=8798 vsize=1548848 CPUtime=0
/proc/8800/task/8816/stat : 8816 (java) S 8798 8800 8203 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 6720393 1586020352 115373 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 1548848

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

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

[startup+921.616 s]
/proc/loadavg: 2.25 2.08 1.67 3/123 8840
/proc/meminfo: memFree=1278240/2059040 swapFree=4192956/4192956
[pid=8800] ppid=8798 vsize=1549496 CPUtime=1800.38
/proc/8800/stat : 8800 (java) S 8798 8800 8203 0 -1 4202496 154082 0 1 0 179757 281 0 0 15 0 18 0 6719362 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8800/statm: 387374 115389 1450 10 0 384677 0
[pid=8800/tid=8802] ppid=8798 vsize=1549496 CPUtime=7.92
/proc/8800/task/8802/stat : 8802 (java) S 8798 8800 8203 0 -1 4202560 32097 0 1 0 774 18 0 0 15 0 18 0 6719364 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8803] ppid=8798 vsize=1549496 CPUtime=49.68
/proc/8800/task/8803/stat : 8803 (java) S 8798 8800 8203 0 -1 4202560 40991 0 0 0 4872 96 0 0 16 0 18 0 6719365 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8804] ppid=8798 vsize=1549496 CPUtime=49.73
/proc/8800/task/8804/stat : 8804 (java) S 8798 8800 8203 0 -1 4202560 41913 0 0 0 4872 101 0 0 16 0 18 0 6719365 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8805] ppid=8798 vsize=1549496 CPUtime=20.4
/proc/8800/task/8805/stat : 8805 (java) S 8798 8800 8203 0 -1 4202560 25571 0 0 0 2006 34 0 0 15 0 18 0 6719367 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 0 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8806] ppid=8798 vsize=1549496 CPUtime=0
/proc/8800/task/8806/stat : 8806 (java) S 8798 8800 8203 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 6719368 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8807] ppid=8798 vsize=1549496 CPUtime=0
/proc/8800/task/8807/stat : 8807 (java) S 8798 8800 8203 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 6719368 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8808] ppid=8798 vsize=1549496 CPUtime=0
/proc/8800/task/8808/stat : 8808 (java) S 8798 8800 8203 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 6719372 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8809] ppid=8798 vsize=1549496 CPUtime=2.68
/proc/8800/task/8809/stat : 8809 (java) R 8798 8800 8203 0 -1 4202560 7990 0 0 0 265 3 0 0 15 0 18 0 6719372 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 105747323 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8810] ppid=8798 vsize=1549496 CPUtime=2.45
/proc/8800/task/8810/stat : 8810 (java) R 8798 8800 8203 0 -1 4202560 3355 0 0 0 244 1 0 0 15 0 18 0 6719372 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8811] ppid=8798 vsize=1549496 CPUtime=0
/proc/8800/task/8811/stat : 8811 (java) S 8798 8800 8203 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 18 0 6719372 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8812] ppid=8798 vsize=1549496 CPUtime=0.01
/proc/8800/task/8812/stat : 8812 (java) S 8798 8800 8203 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 18 0 6719372 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 0 0 0 0
[pid=8800/tid=8813] ppid=8798 vsize=1549496 CPUtime=833.23
/proc/8800/task/8813/stat : 8813 (java) R 8798 8800 8203 0 -1 4202560 354 0 0 0 83307 16 0 0 25 0 18 0 6720372 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 104171553 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8800/tid=8814] ppid=8798 vsize=1549496 CPUtime=834.15
/proc/8800/task/8814/stat : 8814 (java) R 8798 8800 8203 0 -1 4202560 670 0 0 0 83407 8 0 0 25 0 18 0 6720372 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4110183423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8800/tid=8815] ppid=8798 vsize=1549496 CPUtime=0
/proc/8800/task/8815/stat : 8815 (java) S 8798 8800 8203 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 6720391 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
[pid=8800/tid=8816] ppid=8798 vsize=1549496 CPUtime=0
/proc/8800/task/8816/stat : 8816 (java) S 8798 8800 8203 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 6720393 1586683904 115389 1992294400 134512640 134550932 4290303808 18446744073709551615 4294960144 0 4 0 16800975 18446604437835063360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 1549496

Child status: 143
Real time (s): 921.698
CPU time (s): 1800.5
CPU user time (s): 1797.64
CPU system time (s): 2.86456
CPU usage (%): 195.346
Max. virtual memory (cumulated for all children) (KiB): 1561100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.64
system time used= 2.86456
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154085
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= 30856
involuntary context switches= 53327

runsolver used 4.27735 second user time and 10.9713 second system time

The end

Launcher Data

Begin job on node025 at 2010-06-12 10:17:16
IDJOB=2662268
IDBENCH=1447
IDSOLVER=1166
FILE ID=node025/2662268-1276330635
PBS_JOBID= 11173166
Free space on /tmp= 62524 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.mem.LsqHdStrong.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662268-1276330635/watcher-2662268-1276330635 -o /tmp/evaluation-result-2662268-1276330635/solver-2662268-1276330635 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662268-1276330635.opb

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

MD5SUM BENCH= 3764cf8f4e2d3654f46ab0ec56ea8581
RANDOM SEED=1335788162

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1737936 kB
Buffers:         37220 kB
Cached:         143836 kB
SwapCached:          0 kB
Active:         136824 kB
Inactive:       103584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1737936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           17140 kB
Writeback:           0 kB
AnonPages:       59252 kB
Mapped:          15452 kB
Slab:            58680 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183252 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node025 at 2010-06-12 10:32:40