Trace number 2662265

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.mem.LdValue.ucl.opb
MD5SUM70ea01a607f0d01f6199fb93098b84d8
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1799.77
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables77106
Total number of constraints218779
Number of constraints which are clauses205559
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13220
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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.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-2662265-1276338340.opb
0.21/0.22	c reading problem ... 
7.78/5.69	c ... done. Wall clock time 5.466s.
7.78/5.69	c #vars     77106
7.78/5.69	c #constraints  218779
7.78/5.69	c constraints type 
7.78/5.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67732
7.78/5.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137826
7.78/5.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
7.78/5.69	c constraints type 
7.78/5.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137826
7.78/5.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 67732
7.78/5.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
41.68/22.89	c cleaning 2498 clauses out of 4999 with flag 5001/5001
67.56/36.11	c cleaning 0 clauses out of 4998 with flag 0/5002
76.73/41.00	c cleaning 4252 clauses out of 8503 with flag 11003/11003
113.66/59.98	c cleaning 5608 clauses out of 11252 with flag 18004/18004
146.53/76.83	c cleaning 6798 clauses out of 13640 with flag 26001/26001
186.22/97.11	c cleaning 0 clauses out of 10995 with flag 0/11001
189.66/99.18	c cleaning 7879 clauses out of 15841 with flag 35000/35000
249.75/129.74	c cleaning 8969 clauses out of 17963 with flag 45001/45001
308.72/159.86	c cleaning 9976 clauses out of 19993 with flag 56001/56001
368.61/190.33	c cleaning 10964 clauses out of 22015 with flag 68000/68000
380.69/196.70	c cleaning 0 clauses out of 17994 with flag 0/18001
432.99/223.42	c cleaning 11988 clauses out of 24051 with flag 81000/81000
504.77/260.08	c cleaning 12981 clauses out of 26061 with flag 95000/95000
595.89/306.32	c cleaning 14010 clauses out of 28081 with flag 110001/110001
679.45/348.80	c cleaning 14998 clauses out of 30072 with flag 126002/126002
776.70/398.22	c cleaning 15993 clauses out of 32072 with flag 143002/143002
871.41/446.47	c cleaning 16985 clauses out of 34075 with flag 161000/161000
915.13/468.86	c cleaning 0 clauses out of 25991 with flag 0/26000
930.31/476.89	c cleaning 18022 clauses out of 36092 with flag 180002/180002
1028.32/526.61	c cleaning 19015 clauses out of 38068 with flag 200000/200000
1141.77/584.34	c cleaning 19996 clauses out of 40053 with flag 221000/221000
1277.20/653.05	c cleaning 21005 clauses out of 42057 with flag 243000/243000
1417.68/724.34	c cleaning 21980 clauses out of 44052 with flag 266000/266000
1419.81/725.87	c cleaning 0 clauses out of 34991 with flag 0/35000
1557.78/795.96	c cleaning 23031 clauses out of 46072 with flag 290000/290000
1677.90/856.92	c cleaning 23985 clauses out of 48041 with flag 315000/315000
1794.79/916.37	c cleaning 25026 clauses out of 50059 with flag 341004/341004
1800.06/919.42	c starts		: 135
1800.06/919.42	c conflicts		: 341840
1800.06/919.42	c decisions		: 995533
1800.06/919.42	c propagations		: 503157375
1800.06/919.42	c inspects		: 1520030471
1800.06/919.42	c learnt literals	: 12
1800.06/919.42	c learnt binary clauses	: 274
1800.06/919.42	c learnt ternary clauses	: 638
1800.06/919.42	c learnt clauses	: 341828
1800.06/919.42	c ignored clauses	: 0
1800.06/919.42	c root simplifications	: 0
1800.06/919.42	c removed literals (reason simplification)	: 3043207
1800.06/919.42	c reason swapping (by a shorter reason)	: 0
1800.06/919.42	c Calls to reduceDB	: 22
1800.06/919.42	c number of reductions to clauses (during analyze)	: 0
1800.06/919.42	c number of learned constraints concerned by reduction	: 0
1800.06/919.42	c number of learning phase by resolution	: 0
1800.06/919.42	c number of learning phase by cutting planes	: 0
1800.06/919.42	c speed (assignments/second)	: 550663.0831864993
1800.06/919.42	c non guided choices	19613
1800.28/919.58	c learnt constraints type 
1800.28/919.58	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 25645
1800.28/919.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 274
1800.28/919.58	c constraints type 
1800.28/919.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 67732
1800.28/919.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 137826
1800.28/919.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
1800.28/919.58	c constraints type 
1800.28/919.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 137826
1800.28/919.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 67732
1800.28/919.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13220
1800.28/919.58	s UNKNOWN
1800.28/919.58	c Total wall clock time (in seconds): 919.363

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11854
/proc/meminfo: memFree=1858336/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1832 CPUtime=0
/proc/11854/stat : 11854 (java6) R 11852 11854 11593 0 -1 4194304 225 0 0 0 0 0 0 0 19 0 1 0 9435330 1875968 128 1992294400 134512640 134550932 4292755744 18446744073709551615 9649872 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11854/statm: 458 132 96 10 0 63 0

[startup+0.0950049 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11854
/proc/meminfo: memFree=1858336/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1521796 CPUtime=0.07
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 3864 0 1 0 4 3 0 0 15 0 7 0 9435330 1558319104 3305 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 380449 3305 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.101977 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11854
/proc/meminfo: memFree=1858336/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1524180 CPUtime=0.08
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 3949 0 1 0 5 3 0 0 15 0 12 0 9435330 1560760320 3388 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 381045 3388 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301997 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11854
/proc/meminfo: memFree=1858336/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1526212 CPUtime=0.34
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 6209 0 1 0 30 4 0 0 15 0 12 0 9435330 1562841088 5646 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 381553 5646 1358 10 0 378856 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526212

[startup+0.702039 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 11854
/proc/meminfo: memFree=1858336/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1529564 CPUtime=1.1
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 8328 0 1 0 105 5 0 0 15 0 12 0 9435330 1566273536 7657 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 382391 7658 1394 10 0 379694 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1529564

[startup+1.50211 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 11866
/proc/meminfo: memFree=1818872/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1536456 CPUtime=2.7
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 18180 0 1 0 261 9 0 0 15 0 12 0 9435330 1573330944 16582 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 384114 16582 1406 10 0 381417 0
[pid=11854/tid=11856] ppid=11852 vsize=1536456 CPUtime=1.37
/proc/11854/task/11856/stat : 11856 (java) R 11852 11854 11593 0 -1 4202560 12858 0 1 0 130 7 0 0 25 0 12 0 9435332 1573330944 16582 1992294400 134512640 134550932 4290015696 18446744073709551615 4109583267 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11593 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 9435333 1573330944 16582 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 9435333 1573330944 16582 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11593 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 9435335 1573330944 16582 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11593 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 9435335 1573330944 16582 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11593 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 9435335 1573330944 16583 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 9435340 1573330944 16583 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=1536456 CPUtime=0.17
/proc/11854/task/11863/stat : 11863 (java) R 11852 11854 11593 0 -1 4202560 125 0 0 0 17 0 0 0 22 0 12 0 9435340 1573330944 16583 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=1536456 CPUtime=1.13
/proc/11854/task/11864/stat : 11864 (java) R 11852 11854 11593 0 -1 4202560 4131 0 0 0 113 0 0 0 17 0 12 0 9435340 1573330944 16583 1992294400 134512640 134550932 4290015696 18446744073709551615 104144024 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9435340 1573330944 16583 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9435340 1573330944 16583 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1536456

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 11866
/proc/meminfo: memFree=1733684/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1536456 CPUtime=4.41
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 41229 0 1 0 421 20 0 0 15 0 12 0 9435330 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 384114 39593 1416 10 0 381417 0
[pid=11854/tid=11856] ppid=11852 vsize=1536456 CPUtime=2.85
/proc/11854/task/11856/stat : 11856 (java) R 11852 11854 11593 0 -1 4202560 32036 0 1 0 268 17 0 0 25 0 12 0 9435332 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4109659216 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=1536456 CPUtime=0.07
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11593 0 -1 4202560 2041 0 0 0 7 0 0 0 16 0 12 0 9435333 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=1536456 CPUtime=0.07
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11593 0 -1 4202560 1819 0 0 0 7 0 0 0 18 0 12 0 9435333 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11593 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 9435335 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 9435335 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 9435335 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 9435340 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=1536456 CPUtime=0.2
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11593 0 -1 4202560 128 0 0 0 20 0 0 0 20 0 12 0 9435340 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=1536456 CPUtime=1.16
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11593 0 -1 4202560 4135 0 0 0 116 0 0 0 16 0 12 0 9435340 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 9435340 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=1536456 CPUtime=0
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 9435340 1573330944 39593 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 1536456

[startup+6.30102 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 11866
/proc/meminfo: memFree=1645892/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1534536 CPUtime=9.09
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 59671 0 1 0 878 31 0 0 15 0 16 0 9435330 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 383634 54315 1433 10 0 380937 0
[pid=11854/tid=11856] ppid=11852 vsize=1534536 CPUtime=4.79
/proc/11854/task/11856/stat : 11856 (java) S 11852 11854 11593 0 -1 4202560 32067 0 1 0 461 18 0 0 18 0 16 0 9435332 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=1534536 CPUtime=0.62
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11593 0 -1 4202560 12270 0 0 0 57 5 0 0 16 0 16 0 9435333 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=1534536 CPUtime=0.62
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11593 0 -1 4202560 9883 0 0 0 59 3 0 0 16 0 16 0 9435333 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=1534536 CPUtime=0.03
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11593 0 -1 4202560 9 0 0 0 2 1 0 0 16 0 16 0 9435335 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=1534536 CPUtime=0
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9435335 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=1534536 CPUtime=0
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9435335 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=1534536 CPUtime=0
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9435340 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=1534536 CPUtime=0.69
/proc/11854/task/11863/stat : 11863 (java) R 11852 11854 11593 0 -1 4202560 151 0 0 0 69 0 0 0 16 0 16 0 9435340 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 104163938 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=1534536 CPUtime=1.84
/proc/11854/task/11864/stat : 11864 (java) R 11852 11854 11593 0 -1 4202560 4184 0 0 0 184 0 0 0 16 0 16 0 9435340 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=1534536 CPUtime=0
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9435340 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=1534536 CPUtime=0
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9435340 1571364864 54315 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 1534536

[startup+12.7102 s]
/proc/loadavg: 1.16 1.03 1.01 5/122 11872
/proc/meminfo: memFree=1596136/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1542664 CPUtime=21.71
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 75440 0 1 0 2131 40 0 0 15 0 16 0 9435330 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 385666 66819 1445 10 0 382969 0
[pid=11854/tid=11856] ppid=11852 vsize=1542664 CPUtime=4.79
/proc/11854/task/11856/stat : 11856 (java) S 11852 11854 11593 0 -1 4202560 32068 0 1 0 461 18 0 0 15 0 16 0 9435332 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=1542664 CPUtime=1.55
/proc/11854/task/11857/stat : 11857 (java) R 11852 11854 11593 0 -1 4202560 18577 0 0 0 146 9 0 0 15 0 16 0 9435333 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 105886402 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=1542664 CPUtime=1.58
/proc/11854/task/11858/stat : 11858 (java) R 11852 11854 11593 0 -1 4202560 15084 0 0 0 152 6 0 0 15 0 16 0 9435333 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=1542664 CPUtime=0.03
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11593 0 -1 4202560 9 0 0 0 2 1 0 0 15 0 16 0 9435335 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=1542664 CPUtime=0
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9435335 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=1542664 CPUtime=0
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9435335 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=1542664 CPUtime=0
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9435340 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=1542664 CPUtime=1.02
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11593 0 -1 4202560 232 0 0 0 102 0 0 0 15 0 16 0 9435340 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=1542664 CPUtime=3.72
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11593 0 -1 4202560 8335 0 0 0 369 3 0 0 15 0 16 0 9435340 1579687936 66819 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=1542664 CPUtime=0
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9435340 1579687936 66820 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=1542664 CPUtime=0
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 9435340 1579687936 66820 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=1542664 CPUtime=5.4
/proc/11854/task/11867/stat : 11867 (java) S 11852 11854 11593 0 -1 4202560 20 0 0 0 540 0 0 0 16 0 16 0 9435900 1579687936 66820 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=1542664 CPUtime=3.54
/proc/11854/task/11868/stat : 11868 (java) R 11852 11854 11593 0 -1 4202560 43 0 0 0 354 0 0 0 25 0 16 0 9435900 1579687936 66820 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=1542664 CPUtime=0
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11593 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9435912 1579687936 66820 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=1542664 CPUtime=0
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11593 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9435913 1579687936 66820 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.71
Current children cumulated vsize (KiB) 1542664

[startup+25.5024 s]
/proc/loadavg: 1.35 1.08 1.03 3/122 11872
/proc/meminfo: memFree=1589564/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1539036 CPUtime=46.56
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 81947 0 1 0 4611 45 0 0 15 0 16 0 9435330 1575972864 68266 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 384759 68266 1450 10 0 382062 0
[pid=11854/tid=11856] ppid=11852 vsize=1539036 CPUtime=4.79
/proc/11854/task/11856/stat : 11856 (java) S 11852 11854 11593 0 -1 4202560 32068 0 1 0 461 18 0 0 15 0 16 0 9435332 1575972864 68266 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=1539036 CPUtime=2.36
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11593 0 -1 4202560 19691 0 0 0 225 11 0 0 15 0 16 0 9435333 1575972864 68266 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=1539036 CPUtime=2.39
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11593 0 -1 4202560 16195 0 0 0 233 6 0 0 16 0 16 0 9435333 1575972864 68266 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=1539036 CPUtime=0.53

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

/proc/11854/statm: 383798 92340 1450 10 0 381101 0
[pid=11854/tid=11856] ppid=11852 vsize=1535192 CPUtime=4.79
/proc/11854/task/11856/stat : 11856 (java) S 11852 11854 11593 0 -1 4202560 32092 0 1 0 461 18 0 0 15 0 16 0 9435332 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=1535192 CPUtime=31.21
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11593 0 -1 4202560 32181 0 0 0 3080 41 0 0 16 0 16 0 9435333 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=1535192 CPUtime=31.35
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11593 0 -1 4202560 28946 0 0 0 3094 41 0 0 15 0 16 0 9435333 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=1535192 CPUtime=16.65
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11593 0 -1 4202560 52979 0 0 0 1624 41 0 0 15 0 16 0 9435335 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9435335 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9435335 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=1535192 CPUtime=2.16
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11593 0 -1 4202560 2769 0 0 0 215 1 0 0 15 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=1535192 CPUtime=4.45
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11593 0 -1 4202560 11163 0 0 0 441 4 0 0 15 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11593 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=1535192 CPUtime=702.83
/proc/11854/task/11867/stat : 11867 (java) R 11852 11854 11593 0 -1 4202560 452 0 0 0 70273 10 0 0 25 0 16 0 9435900 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4109989439 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=1535192 CPUtime=697.64
/proc/11854/task/11868/stat : 11868 (java) R 11852 11854 11593 0 -1 4202560 545 0 0 0 69755 9 0 0 25 0 16 0 9435900 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4110074856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11593 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9435912 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11593 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9435913 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1491.18
Current children cumulated vsize (KiB) 1535192

[startup+822.303 s]
/proc/loadavg: 2.23 2.15 1.70 3/122 11892
/proc/meminfo: memFree=1490860/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1535192 CPUtime=1609.31
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 164557 0 1 0 160753 178 0 0 15 0 16 0 9435330 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 383798 92340 1450 10 0 381101 0
[pid=11854/tid=11856] ppid=11852 vsize=1535192 CPUtime=4.79
/proc/11854/task/11856/stat : 11856 (java) S 11852 11854 11593 0 -1 4202560 32093 0 1 0 461 18 0 0 15 0 16 0 9435332 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=1535192 CPUtime=33.66
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11593 0 -1 4202560 32181 0 0 0 3323 43 0 0 15 0 16 0 9435333 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=1535192 CPUtime=33.79
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11593 0 -1 4202560 28946 0 0 0 3336 43 0 0 16 0 16 0 9435333 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=1535192 CPUtime=17.5
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11593 0 -1 4202560 55229 0 0 0 1708 42 0 0 15 0 16 0 9435335 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9435335 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9435335 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=1535192 CPUtime=2.16
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11593 0 -1 4202560 2769 0 0 0 215 1 0 0 15 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=1535192 CPUtime=4.45
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11593 0 -1 4202560 11163 0 0 0 441 4 0 0 15 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11593 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 9435340 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=1535192 CPUtime=759.5
/proc/11854/task/11867/stat : 11867 (java) R 11852 11854 11593 0 -1 4202560 482 0 0 0 75939 11 0 0 25 0 16 0 9435900 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4110074811 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=1535192 CPUtime=753.38
/proc/11854/task/11868/stat : 11868 (java) R 11852 11854 11593 0 -1 4202560 576 0 0 0 75326 12 0 0 25 0 16 0 9435900 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4110140956 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11593 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9435912 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11593 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9435913 1572036608 92340 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1609.31
Current children cumulated vsize (KiB) 1535192

[startup+882.303 s]
/proc/loadavg: 2.20 2.15 1.72 3/122 11894
/proc/meminfo: memFree=1483792/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1535192 CPUtime=1727.39
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 168780 0 1 0 172553 186 0 0 15 0 16 0 9435330 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 383798 94227 1450 10 0 381101 0
[pid=11854/tid=11856] ppid=11852 vsize=1535192 CPUtime=4.79
/proc/11854/task/11856/stat : 11856 (java) S 11852 11854 11593 0 -1 4202560 32094 0 1 0 461 18 0 0 15 0 16 0 9435332 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=1535192 CPUtime=36.6
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11593 0 -1 4202560 33404 0 0 0 3615 45 0 0 16 0 16 0 9435333 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=1535192 CPUtime=36.71
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11593 0 -1 4202560 29622 0 0 0 3625 46 0 0 16 0 16 0 9435333 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=1535192 CPUtime=18.38
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11593 0 -1 4202560 57479 0 0 0 1794 44 0 0 15 0 16 0 9435335 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9435335 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9435335 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9435340 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=1535192 CPUtime=2.16
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11593 0 -1 4202560 2769 0 0 0 215 1 0 0 15 0 16 0 9435340 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=1535192 CPUtime=4.45
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11593 0 -1 4202560 11163 0 0 0 441 4 0 0 15 0 16 0 9435340 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9435340 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11593 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 9435340 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=1535192 CPUtime=815.63
/proc/11854/task/11867/stat : 11867 (java) R 11852 11854 11593 0 -1 4202560 520 0 0 0 81552 11 0 0 25 0 16 0 9435900 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4109901953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=1535192 CPUtime=808.59
/proc/11854/task/11868/stat : 11868 (java) R 11852 11854 11593 0 -1 4202560 607 0 0 0 80845 14 0 0 25 0 16 0 9435900 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4110074856 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11593 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9435912 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11593 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9435913 1572036608 94227 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1727.39
Current children cumulated vsize (KiB) 1535192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.402 s]
/proc/loadavg: 2.11 2.13 1.73 3/122 11896
/proc/meminfo: memFree=1474988/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=1535192 CPUtime=1800.06
/proc/11854/stat : 11854 (java) S 11852 11854 11593 0 -1 4202496 173267 0 1 0 179814 192 0 0 15 0 16 0 9435330 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 383798 96402 1450 10 0 381101 0
[pid=11854/tid=11856] ppid=11852 vsize=1535192 CPUtime=4.79
/proc/11854/task/11856/stat : 11856 (java) S 11852 11854 11593 0 -1 4202560 32097 0 1 0 461 18 0 0 15 0 16 0 9435332 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11857] ppid=11852 vsize=1535192 CPUtime=38.23
/proc/11854/task/11857/stat : 11857 (java) S 11852 11854 11593 0 -1 4202560 34538 0 0 0 3776 47 0 0 16 0 16 0 9435333 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11858] ppid=11852 vsize=1535192 CPUtime=38.36
/proc/11854/task/11858/stat : 11858 (java) S 11852 11854 11593 0 -1 4202560 30678 0 0 0 3790 46 0 0 15 0 16 0 9435333 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11859] ppid=11852 vsize=1535192 CPUtime=19.28
/proc/11854/task/11859/stat : 11859 (java) S 11852 11854 11593 0 -1 4202560 59727 0 0 0 1883 45 0 0 15 0 16 0 9435335 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 0 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11860] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11860/stat : 11860 (java) S 11852 11854 11593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 9435335 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11861] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11861/stat : 11861 (java) S 11852 11854 11593 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 9435335 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11862] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11862/stat : 11862 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 9435340 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11863] ppid=11852 vsize=1535192 CPUtime=2.16
/proc/11854/task/11863/stat : 11863 (java) S 11852 11854 11593 0 -1 4202560 2769 0 0 0 215 1 0 0 15 0 16 0 9435340 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11864] ppid=11852 vsize=1535192 CPUtime=4.45
/proc/11854/task/11864/stat : 11864 (java) S 11852 11854 11593 0 -1 4202560 11163 0 0 0 441 4 0 0 15 0 16 0 9435340 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11865] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11865/stat : 11865 (java) S 11852 11854 11593 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 9435340 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 0 0 0 0
[pid=11854/tid=11866] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11866/stat : 11866 (java) S 11852 11854 11593 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 9435340 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11867] ppid=11852 vsize=1535192 CPUtime=850.18
/proc/11854/task/11867/stat : 11867 (java) R 11852 11854 11593 0 -1 4202560 535 0 0 0 85007 11 0 0 20 0 16 0 9435900 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4109998040 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=1535192 CPUtime=842.54
/proc/11854/task/11868/stat : 11868 (java) R 11852 11854 11593 0 -1 4202560 636 0 0 0 84239 15 0 0 20 0 16 0 9435900 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4109892160 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11854/tid=11869] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11869/stat : 11869 (java) S 11852 11854 11593 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 9435912 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
[pid=11854/tid=11870] ppid=11852 vsize=1535192 CPUtime=0
/proc/11854/task/11870/stat : 11870 (java) S 11852 11854 11593 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 9435913 1572036608 96402 1992294400 134512640 134550932 4290015696 18446744073709551615 4294960144 0 4 0 16800975 18446604437815000128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1535192

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

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

[startup+919.61 s]
/proc/loadavg: 2.18 2.15 1.74 4/125 11899
/proc/meminfo: memFree=1474964/2059040 swapFree=4135792/4192956
[pid=11854] ppid=11852 vsize=0 CPUtime=1800.44
/proc/11854/stat : 11854 (java) Z 11852 11854 11593 0 -1 4203548 173288 0 1 0 179851 193 0 0 15 0 2 0 9435330 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11854/statm: 0 0 0 0 0 0 0
[pid=11854/tid=11868] ppid=11852 vsize=0 CPUtime=842.66
/proc/11854/task/11868/stat : 11868 (java) R 11852 11854 11593 0 -1 4203588 636 0 0 0 84250 16 0 0 21 0 2 0 9435900 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.44
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 919.639
CPU time (s): 1800.48
CPU user time (s): 1798.51
CPU system time (s): 1.9657
CPU usage (%): 195.781
Max. virtual memory (cumulated for all children) (KiB): 1547700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 1.9657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173288
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= 32216
involuntary context switches= 54302

runsolver used 4.39833 second user time and 10.9113 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 12:25:40
IDJOB=2662265
IDBENCH=1481
IDSOLVER=1166
FILE ID=node015/2662265-1276338340
PBS_JOBID= 11173177
Free space on /tmp= 62540 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.LdValue.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662265-1276338340/watcher-2662265-1276338340 -o /tmp/evaluation-result-2662265-1276338340/solver-2662265-1276338340 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662265-1276338340.opb

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

MD5SUM BENCH= 70ea01a607f0d01f6199fb93098b84d8
RANDOM SEED=145832475

node015.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1858732 kB
Buffers:         18388 kB
Cached:         113288 kB
SwapCached:      13900 kB
Active:         110368 kB
Inactive:        37796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1858732 kB
SwapTotal:     4192956 kB
SwapFree:      4135792 kB
Dirty:            8132 kB
Writeback:           0 kB
AnonPages:       11296 kB
Mapped:           9276 kB
Slab:            30264 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182064 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= 62540 MiB
End job on node015 at 2010-06-12 12:41:02