Trace number 2662163

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.35 929.453

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbeb.opb
MD5SUMebe0bf73b5f65c9fef014886519c9815
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155020
Total number of constraints2675
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 constraints2675
Minimum length of a constraint11
Maximum length of a constraint7172
Number of terms in the objective function 14882
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 12491747892670016
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2662163-1276543926.opb
0.21/0.22	c reading problem ... 
13.52/10.05	c ... done. Wall clock time 9.824s.
13.52/10.05	c #vars     155020
13.52/10.05	c #constraints  53809
13.52/10.05	c constraints type 
13.52/10.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
13.52/10.05	c constraints type 
13.52/10.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
61.38/34.20	c cleaning 2486 clauses out of 4983 with flag 5000/5000
113.36/61.06	c cleaning 4247 clauses out of 8498 with flag 11002/11002
168.66/89.49	c cleaning 5620 clauses out of 11251 with flag 18002/18002
204.03/107.77	c cleaning 6813 clauses out of 13630 with flag 26001/26001
237.50/125.24	c cleaning 7902 clauses out of 15817 with flag 35001/35001
322.17/168.43	c cleaning 8947 clauses out of 17914 with flag 45000/45000
505.41/261.32	c cleaning 9485 clauses out of 18970 with flag 55003/55003
615.06/317.13	c cleaning 9735 clauses out of 19482 with flag 65000/65000
658.72/339.80	c cleaning 9870 clauses out of 19748 with flag 75001/75001
719.81/371.01	c cleaning 9938 clauses out of 19878 with flag 85001/85001
808.11/416.02	c cleaning 9970 clauses out of 19939 with flag 95000/95000
874.81/450.13	c cleaning 9981 clauses out of 19971 with flag 105002/105002
932.77/479.96	c cleaning 9993 clauses out of 19988 with flag 115000/115000
1023.39/526.18	c cleaning 9993 clauses out of 19996 with flag 125001/125001
1113.07/571.85	c cleaning 9995 clauses out of 20004 with flag 135002/135002
1195.98/614.10	c cleaning 10000 clauses out of 20007 with flag 145000/145000
1274.86/654.51	c cleaning 10002 clauses out of 20011 with flag 155004/155004
1343.10/689.44	c cleaning 10001 clauses out of 20009 with flag 165004/165004
1406.36/721.86	c cleaning 9993 clauses out of 20004 with flag 175000/175000
1433.19/735.84	c cleaning 10001 clauses out of 20011 with flag 185000/185000
1453.21/746.50	c cleaning 9990 clauses out of 20010 with flag 195000/195000
1479.07/760.10	c cleaning 10002 clauses out of 20020 with flag 205000/205000
1510.02/776.12	c cleaning 10000 clauses out of 20018 with flag 215000/215000
1546.14/794.87	c cleaning 9998 clauses out of 20019 with flag 225001/225001
1571.95/808.48	c cleaning 10000 clauses out of 20020 with flag 235000/235000
1593.59/819.85	c cleaning 9996 clauses out of 20020 with flag 245000/245000
1616.04/831.69	c cleaning 9999 clauses out of 20024 with flag 255000/255000
1653.60/851.08	c cleaning 10008 clauses out of 20026 with flag 265001/265001
1671.56/860.71	c cleaning 10000 clauses out of 20017 with flag 275000/275000
1687.60/869.38	c cleaning 9998 clauses out of 20017 with flag 285000/285000
1706.39/879.32	c cleaning 10002 clauses out of 20019 with flag 295000/295000
1723.57/888.52	c cleaning 9997 clauses out of 20017 with flag 305000/305000
1743.48/899.24	c cleaning 9999 clauses out of 20020 with flag 315000/315000
1767.05/911.67	c cleaning 10006 clauses out of 20022 with flag 325001/325001
1792.59/925.03	c cleaning 10001 clauses out of 20015 with flag 335000/335000
1800.10/929.32	c starts		: 135
1800.10/929.32	c conflicts		: 338048
1800.10/929.32	c decisions		: 403781
1800.10/929.32	c propagations		: 15883768
1800.10/929.32	c inspects		: 182380781
1800.10/929.32	c learnt literals	: 18
1800.10/929.32	c learnt binary clauses	: 51
1800.10/929.32	c learnt ternary clauses	: 66
1800.10/929.32	c learnt clauses	: 338029
1800.10/929.32	c ignored clauses	: 0
1800.10/929.32	c root simplifications	: 0
1800.10/929.32	c removed literals (reason simplification)	: 17303445
1800.10/929.32	c reason swapping (by a shorter reason)	: 0
1800.10/929.32	c Calls to reduceDB	: 35
1800.10/929.32	c number of reductions to clauses (during analyze)	: 0
1800.10/929.32	c number of learned constraints concerned by reduction	: 0
1800.10/929.32	c number of learning phase by resolution	: 0
1800.10/929.32	c number of learning phase by cutting planes	: 0
1800.10/929.32	c speed (assignments/second)	: 17278.769451681506
1800.10/929.32	c non guided choices	2628
1800.10/929.35	c learnt constraints type 
1800.10/929.35	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13015
1800.10/929.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51
1800.10/929.35	c constraints type 
1800.10/929.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
1800.10/929.35	c constraints type 
1800.10/929.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4612
1800.10/929.35	s UNKNOWN
1800.10/929.35	c Total wall clock time (in seconds): 929.125

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-2662163-1276543926/watcher-2662163-1276543926 -o /tmp/evaluation-result-2662163-1276543926/solver-2662163-1276543926 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662163-1276543926.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.93 1.01 1.10 3/106 30029
/proc/meminfo: memFree=1833592/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1700 CPUtime=0
/proc/30029/stat : 30029 (java6) R 30027 30029 29392 0 -1 4194304 165 0 0 0 0 0 0 0 19 0 1 0 29996640 1740800 70 1992294400 134512640 134550932 4286843680 18446744073709551615 10482913 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30029/statm: 425 80 61 10 0 30 0

[startup+0.085668 s]
/proc/loadavg: 0.93 1.01 1.10 3/106 30029
/proc/meminfo: memFree=1833592/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1521796 CPUtime=0.06
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 3802 0 1 0 4 2 0 0 15 0 7 0 29996640 1558319104 3244 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 380449 3244 1043 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101666 s]
/proc/loadavg: 0.93 1.01 1.10 3/106 30029
/proc/meminfo: memFree=1833592/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1524180 CPUtime=0.08
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 3953 0 1 0 5 3 0 0 15 0 12 0 29996640 1560760320 3393 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301683 s]
/proc/loadavg: 0.93 1.01 1.10 3/106 30029
/proc/meminfo: memFree=1833592/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1526312 CPUtime=0.36
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 7043 0 1 0 32 4 0 0 15 0 12 0 29996640 1562943488 6481 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 381578 6481 1359 10 0 378881 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526312

[startup+0.701718 s]
/proc/loadavg: 0.93 1.01 1.10 3/106 30029
/proc/meminfo: memFree=1833592/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1527716 CPUtime=1.11
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 10046 0 1 0 106 5 0 0 15 0 12 0 29996640 1564381184 9397 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 381929 9397 1402 10 0 379232 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1527716

[startup+1.50178 s]
/proc/loadavg: 0.93 1.01 1.10 5/118 30041
/proc/meminfo: memFree=1786252/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1542340 CPUtime=2.7
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 23902 0 1 0 258 12 0 0 15 0 12 0 29996640 1579356160 21474 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 385585 21476 1406 10 0 382888 0
[pid=30029/tid=30031] ppid=30027 vsize=1542340 CPUtime=1.22
/proc/30029/task/30031/stat : 30031 (java) R 30027 30029 29392 0 -1 4202560 16651 0 1 0 114 8 0 0 25 0 12 0 29996642 1579356160 21476 1992294400 134512640 134550932 4294012864 18446744073709551615 4109310337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30029/tid=30032] ppid=30027 vsize=1542340 CPUtime=0
/proc/30029/task/30032/stat : 30032 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 29996643 1579356160 21477 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30033] ppid=30027 vsize=1542340 CPUtime=0
/proc/30029/task/30033/stat : 30033 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29996643 1579356160 21480 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30034] ppid=30027 vsize=1542340 CPUtime=0
/proc/30029/task/30034/stat : 30034 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29996645 1579356160 21483 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30035] ppid=30027 vsize=1542340 CPUtime=0
/proc/30029/task/30035/stat : 30035 (java) S 30027 30029 29392 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 29996646 1579356160 21483 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30036] ppid=30027 vsize=1542340 CPUtime=0
/proc/30029/task/30036/stat : 30036 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29996646 1579356160 21486 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30037] ppid=30027 vsize=1542340 CPUtime=0
/proc/30029/task/30037/stat : 30037 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 29996650 1579356160 21490 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30038] ppid=30027 vsize=1542340 CPUtime=0.72
/proc/30029/task/30038/stat : 30038 (java) S 30027 30029 29392 0 -1 4202560 3046 0 0 0 72 0 0 0 17 0 12 0 29996650 1579356160 21490 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30039] ppid=30027 vsize=1542340 CPUtime=0.73
/proc/30029/task/30039/stat : 30039 (java) R 30027 30029 29392 0 -1 4202560 3141 0 0 0 72 1 0 0 18 0 12 0 29996650 1579356160 21492 1992294400 134512640 134550932 4294012864 18446744073709551615 106257304 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30029/tid=30040] ppid=30027 vsize=1542340 CPUtime=0
/proc/30029/task/30040/stat : 30040 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29996650 1579356160 21493 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30041] ppid=30027 vsize=1542340 CPUtime=0
/proc/30029/task/30041/stat : 30041 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29996650 1579356160 21494 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1542340

[startup+3.1009 s]
/proc/loadavg: 0.93 1.01 1.10 4/118 30041
/proc/meminfo: memFree=1683828/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1541192 CPUtime=4.72
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 53659 0 1 0 446 26 0 0 15 0 12 0 29996640 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 385298 47395 1415 10 0 382601 0
[pid=30029/tid=30031] ppid=30027 vsize=1541192 CPUtime=2.59
/proc/30029/task/30031/stat : 30031 (java) R 30027 30029 29392 0 -1 4202560 32017 0 1 0 244 15 0 0 25 0 12 0 29996642 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4109282946 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30029/tid=30032] ppid=30027 vsize=1541192 CPUtime=0.19
/proc/30029/task/30032/stat : 30032 (java) S 30027 30029 29392 0 -1 4202560 7018 0 0 0 17 2 0 0 16 0 12 0 29996643 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30033] ppid=30027 vsize=1541192 CPUtime=0.2
/proc/30029/task/30033/stat : 30033 (java) S 30027 30029 29392 0 -1 4202560 6085 0 0 0 18 2 0 0 18 0 12 0 29996643 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30034] ppid=30027 vsize=1541192 CPUtime=0
/proc/30029/task/30034/stat : 30034 (java) S 30027 30029 29392 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 12 0 29996645 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30035] ppid=30027 vsize=1541192 CPUtime=0
/proc/30029/task/30035/stat : 30035 (java) S 30027 30029 29392 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 29996646 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30036] ppid=30027 vsize=1541192 CPUtime=0
/proc/30029/task/30036/stat : 30036 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29996646 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30037] ppid=30027 vsize=1541192 CPUtime=0
/proc/30029/task/30037/stat : 30037 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 29996650 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30038] ppid=30027 vsize=1541192 CPUtime=0.72
/proc/30029/task/30038/stat : 30038 (java) S 30027 30029 29392 0 -1 4202560 3046 0 0 0 72 0 0 0 17 0 12 0 29996650 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30039] ppid=30027 vsize=1541192 CPUtime=0.95
/proc/30029/task/30039/stat : 30039 (java) S 30027 30029 29392 0 -1 4202560 4427 0 0 0 93 2 0 0 15 0 12 0 29996650 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30040] ppid=30027 vsize=1541192 CPUtime=0
/proc/30029/task/30040/stat : 30040 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29996650 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30041] ppid=30027 vsize=1541192 CPUtime=0
/proc/30029/task/30041/stat : 30041 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29996650 1578180608 47395 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1541192

[startup+6.31918 s]
/proc/loadavg: 0.93 1.01 1.09 2/118 30041
/proc/meminfo: memFree=1577932/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1537232 CPUtime=8.86
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 82713 0 1 0 843 43 0 0 15 0 12 0 29996640 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 384308 71326 1415 10 0 381611 0
[pid=30029/tid=30031] ppid=30027 vsize=1537232 CPUtime=4.93
/proc/30029/task/30031/stat : 30031 (java) R 30027 30029 29392 0 -1 4202560 32021 0 1 0 477 16 0 0 24 0 12 0 29996642 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30029/tid=30032] ppid=30027 vsize=1537232 CPUtime=1.08
/proc/30029/task/30032/stat : 30032 (java) S 30027 30029 29392 0 -1 4202560 23223 0 0 0 96 12 0 0 16 0 12 0 29996643 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30033] ppid=30027 vsize=1537232 CPUtime=1.08
/proc/30029/task/30033/stat : 30033 (java) S 30027 30029 29392 0 -1 4202560 18904 0 0 0 99 9 0 0 18 0 12 0 29996643 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30034] ppid=30027 vsize=1537232 CPUtime=0
/proc/30029/task/30034/stat : 30034 (java) S 30027 30029 29392 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 29996645 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30035] ppid=30027 vsize=1537232 CPUtime=0
/proc/30029/task/30035/stat : 30035 (java) S 30027 30029 29392 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 29996646 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30036] ppid=30027 vsize=1537232 CPUtime=0
/proc/30029/task/30036/stat : 30036 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29996646 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30037] ppid=30027 vsize=1537232 CPUtime=0
/proc/30029/task/30037/stat : 30037 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 29996650 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30038] ppid=30027 vsize=1537232 CPUtime=0.72
/proc/30029/task/30038/stat : 30038 (java) S 30027 30029 29392 0 -1 4202560 3046 0 0 0 72 0 0 0 17 0 12 0 29996650 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30039] ppid=30027 vsize=1537232 CPUtime=0.99
/proc/30029/task/30039/stat : 30039 (java) R 30027 30029 29392 0 -1 4202560 4453 0 0 0 97 2 0 0 16 0 12 0 29996650 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 105575908 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30029/tid=30040] ppid=30027 vsize=1537232 CPUtime=0
/proc/30029/task/30040/stat : 30040 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 29996650 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30041] ppid=30027 vsize=1537232 CPUtime=0
/proc/30029/task/30041/stat : 30041 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29996650 1574125568 71326 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 1537232

[startup+12.7017 s]
/proc/loadavg: 0.94 1.01 1.09 4/122 30045
/proc/meminfo: memFree=1450428/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1538528 CPUtime=18.82
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 114125 0 1 0 1823 59 0 0 15 0 16 0 29996640 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 384632 98729 1437 10 0 381935 0
[pid=30029/tid=30031] ppid=30027 vsize=1538528 CPUtime=7.81
/proc/30029/task/30031/stat : 30031 (java) S 30027 30029 29392 0 -1 4202560 32053 0 1 0 764 17 0 0 15 0 16 0 29996642 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30032] ppid=30027 vsize=1538528 CPUtime=2.33
/proc/30029/task/30032/stat : 30032 (java) S 30027 30029 29392 0 -1 4202560 39798 0 0 0 214 19 0 0 16 0 16 0 29996643 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30033] ppid=30027 vsize=1538528 CPUtime=2.35
/proc/30029/task/30033/stat : 30033 (java) S 30027 30029 29392 0 -1 4202560 33503 0 0 0 220 15 0 0 15 0 16 0 29996643 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30034] ppid=30027 vsize=1538528 CPUtime=0
/proc/30029/task/30034/stat : 30034 (java) S 30027 30029 29392 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 29996645 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30035] ppid=30027 vsize=1538528 CPUtime=0
/proc/30029/task/30035/stat : 30035 (java) S 30027 30029 29392 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 16 0 29996646 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30036] ppid=30027 vsize=1538528 CPUtime=0
/proc/30029/task/30036/stat : 30036 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 29996646 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30037] ppid=30027 vsize=1538528 CPUtime=0
/proc/30029/task/30037/stat : 30037 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29996650 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30038] ppid=30027 vsize=1538528 CPUtime=1.33
/proc/30029/task/30038/stat : 30038 (java) S 30027 30029 29392 0 -1 4202560 3087 0 0 0 132 1 0 0 16 0 16 0 29996650 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30039] ppid=30027 vsize=1538528 CPUtime=2
/proc/30029/task/30039/stat : 30039 (java) S 30027 30029 29392 0 -1 4202560 4558 0 0 0 197 3 0 0 16 0 16 0 29996650 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30040] ppid=30027 vsize=1538528 CPUtime=0
/proc/30029/task/30040/stat : 30040 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29996650 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30041] ppid=30027 vsize=1538528 CPUtime=0
/proc/30029/task/30041/stat : 30041 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 29996650 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30042] ppid=30027 vsize=1538528 CPUtime=1.46
/proc/30029/task/30042/stat : 30042 (java) R 30027 30029 29392 0 -1 4202560 26 0 0 0 146 0 0 0 25 0 16 0 29997646 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4109877347 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30029/tid=30043] ppid=30027 vsize=1538528 CPUtime=1.46
/proc/30029/task/30043/stat : 30043 (java) R 30027 30029 29392 0 -1 4202560 25 0 0 0 146 0 0 0 16 0 16 0 29997646 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4109895364 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30029/tid=30044] ppid=30027 vsize=1538528 CPUtime=0
/proc/30029/task/30044/stat : 30044 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29997787 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30045] ppid=30027 vsize=1538528 CPUtime=0
/proc/30029/task/30045/stat : 30045 (java) S 30027 30029 29392 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29997789 1575452672 98729 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.82
Current children cumulated vsize (KiB) 1538528

[startup+25.5027 s]
/proc/loadavg: 1.32 1.09 1.12 3/122 30045
/proc/meminfo: memFree=1432448/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1537644 CPUtime=44.15
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 117668 0 1 0 4352 63 0 0 15 0 16 0 29996640 1574547456 101299 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 384411 101299 1439 10 0 381714 0
[pid=30029/tid=30031] ppid=30027 vsize=1537644 CPUtime=7.81
/proc/30029/task/30031/stat : 30031 (java) S 30027 30029 29392 0 -1 4202560 32053 0 1 0 764 17 0 0 15 0 16 0 29996642 1574547456 101299 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30032] ppid=30027 vsize=1537644 CPUtime=2.92
/proc/30029/task/30032/stat : 30032 (java) S 30027 30029 29392 0 -1 4202560 41433 0 0 0 272 20 0 0 16 0 16 0 29996643 1574547456 101299 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30033] ppid=30027 vsize=1537644 CPUtime=2.93
/proc/30029/task/30033/stat : 30033 (java) S 30027 30029 29392 0 -1 4202560 34844 0 0 0 276 17 0 0 15 0 16 0 29996643 1574547456 101299 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30034] ppid=30027 vsize=1537644 CPUtime=0.02

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

/proc/30029/statm: 384411 107151 1450 10 0 381714 0
[pid=30029/tid=30031] ppid=30027 vsize=1537644 CPUtime=7.81
/proc/30029/task/30031/stat : 30031 (java) S 30027 30029 29392 0 -1 4202560 32065 0 1 0 764 17 0 0 15 0 16 0 29996642 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30032] ppid=30027 vsize=1537644 CPUtime=10.33
/proc/30029/task/30032/stat : 30032 (java) S 30027 30029 29392 0 -1 4202560 44684 0 0 0 996 37 0 0 15 0 16 0 29996643 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30033] ppid=30027 vsize=1537644 CPUtime=10.33
/proc/30029/task/30033/stat : 30033 (java) S 30027 30029 29392 0 -1 4202560 37617 0 0 0 986 47 0 0 16 0 16 0 29996643 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30034] ppid=30027 vsize=1537644 CPUtime=22.5
/proc/30029/task/30034/stat : 30034 (java) S 30027 30029 29392 0 -1 4202560 238512 0 0 0 2147 103 0 0 15 0 16 0 29996645 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30035] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30035/stat : 30035 (java) S 30027 30029 29392 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29996646 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30036] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30036/stat : 30036 (java) S 30027 30029 29392 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29996646 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30037] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30037/stat : 30037 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29996650 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30038] ppid=30027 vsize=1537644 CPUtime=2.46
/proc/30029/task/30038/stat : 30038 (java) S 30027 30029 29392 0 -1 4202560 3666 0 0 0 245 1 0 0 15 0 16 0 29996650 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30039] ppid=30027 vsize=1537644 CPUtime=2.3
/proc/30029/task/30039/stat : 30039 (java) S 30027 30029 29392 0 -1 4202560 4569 0 0 0 227 3 0 0 16 0 16 0 29996650 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30040] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30040/stat : 30040 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29996650 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30041] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30041/stat : 30041 (java) S 30027 30029 29392 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 16 0 29996650 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30042] ppid=30027 vsize=1537644 CPUtime=715.62
/proc/30029/task/30042/stat : 30042 (java) R 30027 30029 29392 0 -1 4202560 760 0 0 0 71534 28 0 0 19 0 16 0 29997646 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4110114149 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30029/tid=30043] ppid=30027 vsize=1537644 CPUtime=711.28
/proc/30029/task/30043/stat : 30043 (java) R 30027 30029 29392 0 -1 4202560 886 0 0 0 71115 13 0 0 19 0 16 0 29997646 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4109436527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30029/tid=30044] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30044/stat : 30044 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29997787 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30045] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30045/stat : 30045 (java) S 30027 30029 29392 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29997789 1574547456 107151 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1482.7
Current children cumulated vsize (KiB) 1537644

[startup+822.301 s]
/proc/loadavg: 2.03 2.00 1.65 3/122 30067
/proc/meminfo: memFree=1400456/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1537644 CPUtime=1597.59
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 409016 0 1 0 159483 276 0 0 15 0 16 0 29996640 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 384411 108741 1450 10 0 381714 0
[pid=30029/tid=30031] ppid=30027 vsize=1537644 CPUtime=7.81
/proc/30029/task/30031/stat : 30031 (java) S 30027 30029 29392 0 -1 4202560 32065 0 1 0 764 17 0 0 15 0 16 0 29996642 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30032] ppid=30027 vsize=1537644 CPUtime=10.8
/proc/30029/task/30032/stat : 30032 (java) S 30027 30029 29392 0 -1 4202560 45538 0 0 0 1042 38 0 0 16 0 16 0 29996643 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30033] ppid=30027 vsize=1537644 CPUtime=10.8
/proc/30029/task/30033/stat : 30033 (java) S 30027 30029 29392 0 -1 4202560 38452 0 0 0 1032 48 0 0 15 0 16 0 29996643 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30034] ppid=30027 vsize=1537644 CPUtime=26.55
/proc/30029/task/30034/stat : 30034 (java) S 30027 30029 29392 0 -1 4202560 281840 0 0 0 2535 120 0 0 15 0 16 0 29996645 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30035] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30035/stat : 30035 (java) S 30027 30029 29392 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29996646 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30036] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30036/stat : 30036 (java) S 30027 30029 29392 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29996646 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30037] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30037/stat : 30037 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29996650 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30038] ppid=30027 vsize=1537644 CPUtime=2.46
/proc/30029/task/30038/stat : 30038 (java) S 30027 30029 29392 0 -1 4202560 3666 0 0 0 245 1 0 0 15 0 16 0 29996650 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30039] ppid=30027 vsize=1537644 CPUtime=2.3
/proc/30029/task/30039/stat : 30039 (java) S 30027 30029 29392 0 -1 4202560 4569 0 0 0 227 3 0 0 16 0 16 0 29996650 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30040] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30040/stat : 30040 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29996650 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30041] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30041/stat : 30041 (java) S 30027 30029 29392 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 29996650 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30042] ppid=30027 vsize=1537644 CPUtime=770.49
/proc/30029/task/30042/stat : 30042 (java) R 30027 30029 29392 0 -1 4202560 809 0 0 0 77020 29 0 0 20 0 16 0 29997646 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4110137097 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30029/tid=30043] ppid=30027 vsize=1537644 CPUtime=766.28
/proc/30029/task/30043/stat : 30043 (java) R 30027 30029 29392 0 -1 4202560 957 0 0 0 76614 14 0 0 19 0 16 0 29997646 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4109436519 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30029/tid=30044] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30044/stat : 30044 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29997787 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30045] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30045/stat : 30045 (java) S 30027 30029 29392 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29997789 1574547456 108741 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1597.59
Current children cumulated vsize (KiB) 1537644

[startup+882.302 s]
/proc/loadavg: 2.23 2.07 1.70 3/122 30069
/proc/meminfo: memFree=1368588/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1537644 CPUtime=1711.3
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 459605 0 1 0 170828 302 0 0 15 0 16 0 29996640 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 384411 116842 1450 10 0 381714 0
[pid=30029/tid=30031] ppid=30027 vsize=1537644 CPUtime=7.81
/proc/30029/task/30031/stat : 30031 (java) S 30027 30029 29392 0 -1 4202560 32067 0 1 0 764 17 0 0 15 0 16 0 29996642 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30032] ppid=30027 vsize=1537644 CPUtime=11.63
/proc/30029/task/30032/stat : 30032 (java) S 30027 30029 29392 0 -1 4202560 49279 0 0 0 1122 41 0 0 15 0 16 0 29996643 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30033] ppid=30027 vsize=1537644 CPUtime=11.63
/proc/30029/task/30033/stat : 30033 (java) S 30027 30029 29392 0 -1 4202560 44021 0 0 0 1111 52 0 0 15 0 16 0 29996643 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30034] ppid=30027 vsize=1537644 CPUtime=31.93
/proc/30029/task/30034/stat : 30034 (java) S 30027 30029 29392 0 -1 4202560 323009 0 0 0 3057 136 0 0 15 0 16 0 29996645 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30035] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30035/stat : 30035 (java) S 30027 30029 29392 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29996646 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30036] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30036/stat : 30036 (java) S 30027 30029 29392 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29996646 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30037] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30037/stat : 30037 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30038] ppid=30027 vsize=1537644 CPUtime=2.49
/proc/30029/task/30038/stat : 30038 (java) S 30027 30029 29392 0 -1 4202560 3669 0 0 0 248 1 0 0 15 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30039] ppid=30027 vsize=1537644 CPUtime=2.3
/proc/30029/task/30039/stat : 30039 (java) S 30027 30029 29392 0 -1 4202560 4569 0 0 0 227 3 0 0 16 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30040] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30040/stat : 30040 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30041] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30041/stat : 30041 (java) S 30027 30029 29392 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30042] ppid=30027 vsize=1537644 CPUtime=824.14
/proc/30029/task/30042/stat : 30042 (java) R 30027 30029 29392 0 -1 4202560 859 0 0 0 82383 31 0 0 20 0 16 0 29997646 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4110137019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30029/tid=30043] ppid=30027 vsize=1537644 CPUtime=819.29
/proc/30029/task/30043/stat : 30043 (java) R 30027 30029 29392 0 -1 4202560 1008 0 0 0 81913 16 0 0 20 0 16 0 29997646 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4109436519 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30029/tid=30044] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30044/stat : 30044 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29997787 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30045] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30045/stat : 30045 (java) S 30027 30029 29392 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29997789 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1711.3
Current children cumulated vsize (KiB) 1537644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.302 s]
/proc/loadavg: 2.10 2.06 1.71 3/122 30069
/proc/meminfo: memFree=1367844/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=1537644 CPUtime=1800.1
/proc/30029/stat : 30029 (java) S 30027 30029 29392 0 -1 4202496 502786 0 1 0 179687 323 0 0 15 0 16 0 29996640 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 384411 116842 1450 10 0 381714 0
[pid=30029/tid=30031] ppid=30027 vsize=1537644 CPUtime=7.81
/proc/30029/task/30031/stat : 30031 (java) S 30027 30029 29392 0 -1 4202560 32070 0 1 0 764 17 0 0 15 0 16 0 29996642 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30032] ppid=30027 vsize=1537644 CPUtime=11.98
/proc/30029/task/30032/stat : 30032 (java) S 30027 30029 29392 0 -1 4202560 49279 0 0 0 1156 42 0 0 15 0 16 0 29996643 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30033] ppid=30027 vsize=1537644 CPUtime=11.97
/proc/30029/task/30033/stat : 30033 (java) S 30027 30029 29392 0 -1 4202560 44021 0 0 0 1144 53 0 0 16 0 16 0 29996643 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30034] ppid=30027 vsize=1537644 CPUtime=36.41
/proc/30029/task/30034/stat : 30034 (java) S 30027 30029 29392 0 -1 4202560 366111 0 0 0 3487 154 0 0 16 0 16 0 29996645 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 0 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30035] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30035/stat : 30035 (java) S 30027 30029 29392 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29996646 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30036] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30036/stat : 30036 (java) S 30027 30029 29392 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29996646 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30037] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30037/stat : 30037 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30038] ppid=30027 vsize=1537644 CPUtime=2.49
/proc/30029/task/30038/stat : 30038 (java) S 30027 30029 29392 0 -1 4202560 3669 0 0 0 248 1 0 0 15 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30039] ppid=30027 vsize=1537644 CPUtime=2.3
/proc/30029/task/30039/stat : 30039 (java) S 30027 30029 29392 0 -1 4202560 4569 0 0 0 227 3 0 0 16 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30040] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30040/stat : 30040 (java) S 30027 30029 29392 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30041] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30041/stat : 30041 (java) S 30027 30029 29392 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 29996650 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 1 0 0 0
[pid=30029/tid=30042] ppid=30027 vsize=1537644 CPUtime=866.07
/proc/30029/task/30042/stat : 30042 (java) R 30027 30029 29392 0 -1 4202560 893 0 0 0 86576 31 0 0 24 0 16 0 29997646 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4110114070 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30029/tid=30043] ppid=30027 vsize=1537644 CPUtime=861
/proc/30029/task/30043/stat : 30043 (java) R 30027 30029 29392 0 -1 4202560 1048 0 0 0 86082 18 0 0 25 0 16 0 29997646 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4109895604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30029/tid=30044] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30044/stat : 30044 (java) S 30027 30029 29392 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 29997787 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
[pid=30029/tid=30045] ppid=30027 vsize=1537644 CPUtime=0
/proc/30029/task/30045/stat : 30045 (java) S 30027 30029 29392 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 16 0 29997789 1574547456 116842 1992294400 134512640 134550932 4294012864 18446744073709551615 4294960144 0 4 0 16800975 18446604437541316608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1537644

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

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

[startup+929.417 s]
/proc/loadavg: 2.10 2.06 1.71 2/109 30072
/proc/meminfo: memFree=1472872/2059040 swapFree=4140192/4192956
[pid=30029] ppid=30027 vsize=0 CPUtime=1800.31
/proc/30029/stat : 30029 (java) Z 30027 30029 29392 0 -1 4203548 502810 0 1 0 179706 325 0 0 15 0 2 0 29996640 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30029/statm: 0 0 0 0 0 0 0
[pid=30029/tid=30042] ppid=30027 vsize=0 CPUtime=866.16
/proc/30029/task/30042/stat : 30042 (java) R 30027 30029 29392 0 -1 4203588 893 0 0 0 86583 33 0 0 25 0 2 0 29997646 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 929.453
CPU time (s): 1800.35
CPU user time (s): 1797.06
CPU system time (s): 3.2855
CPU usage (%): 193.7
Max. virtual memory (cumulated for all children) (KiB): 1565260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.06
system time used= 3.2855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 502810
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= 41373
involuntary context switches= 57657

runsolver used 4.79827 second user time and 10.0555 second system time

The end

Launcher Data

Begin job on node003 at 2010-06-14 21:32:07
IDJOB=2662163
IDBENCH=2383
IDSOLVER=1166
FILE ID=node003/2662163-1276543926
PBS_JOBID= 11173464
Free space on /tmp= 62560 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/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-greenbeb.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662163-1276543926/watcher-2662163-1276543926 -o /tmp/evaluation-result-2662163-1276543926/solver-2662163-1276543926 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662163-1276543926.opb

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

MD5SUM BENCH= ebe0bf73b5f65c9fef014886519c9815
RANDOM SEED=1128236940

node003.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.251
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.50
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.251
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:       1833864 kB
Buffers:         30188 kB
Cached:         116048 kB
SwapCached:       5848 kB
Active:          80528 kB
Inactive:        78660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1833864 kB
SwapTotal:     4192956 kB
SwapFree:      4140192 kB
Dirty:           14680 kB
Writeback:           0 kB
AnonPages:       11600 kB
Mapped:          13056 kB
Slab:            44080 kB
PageTables:       4060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181884 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= 62560 MiB
End job on node003 at 2010-06-14 21:47:38