Trace number 2662967

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-31UNSAT 310.533 160.479

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM2b5564b5f03b34138f988fcf164c2fb6
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 benchmark53.5269
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662967-1276342211.opb
0.24/0.22	c reading problem ... 
8.04/5.71	c ... done. Wall clock time 5.489s.
8.04/5.71	c #vars     87751
8.04/5.71	c #constraints  254772
8.04/5.71	c constraints type 
8.04/5.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81085
8.04/5.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 165974
8.04/5.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7712
8.04/5.71	c constraints type 
8.04/5.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 165974
8.04/5.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81085
8.04/5.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7712
76.96/40.54	c cleaning 2487 clauses out of 4998 with flag 5001/5001
132.79/68.92	c cleaning 0 clauses out of 4999 with flag 0/5000
182.02/94.10	c cleaning 4255 clauses out of 8510 with flag 11001/11001
303.80/155.74	c cleaning 5625 clauses out of 11250 with flag 18000/18000
310.31/159.34	c And the winner is Resolution
310.48/160.41	c starts		: 42
310.48/160.41	c conflicts		: 18392
310.48/160.41	c decisions		: 44229
310.48/160.41	c propagations		: 134466454
310.48/160.41	c inspects		: 264370748
310.48/160.41	c learnt literals	: 14
310.48/160.41	c learnt binary clauses	: 77
310.48/160.41	c learnt ternary clauses	: 191
310.48/160.41	c learnt clauses	: 18377
310.48/160.41	c ignored clauses	: 0
310.48/160.41	c root simplifications	: 0
310.48/160.41	c removed literals (reason simplification)	: 194059
310.48/160.41	c reason swapping (by a shorter reason)	: 0
310.48/160.41	c Calls to reduceDB	: 3
310.48/160.41	c number of reductions to clauses (during analyze)	: 0
310.48/160.41	c number of learned constraints concerned by reduction	: 0
310.48/160.41	c number of learning phase by resolution	: 0
310.48/160.41	c number of learning phase by cutting planes	: 0
310.48/160.41	c speed (assignments/second)	: 869207.847446671
310.48/160.41	c non guided choices	4344
310.48/160.42	c learnt constraints type 
310.48/160.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 5933
310.48/160.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 77
310.48/160.42	c constraints type 
310.48/160.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 81085
310.48/160.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 165974
310.48/160.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7712
310.48/160.42	c constraints type 
310.48/160.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 165974
310.48/160.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81085
310.48/160.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7712
310.48/160.42	s UNSATISFIABLE
310.48/160.42	c Total wall clock time (in seconds): 160.2

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.04 3/106 12489
/proc/meminfo: memFree=1507904/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1752 CPUtime=0
/proc/12489/stat : 12489 (java6) R 12487 12489 12185 0 -1 4194304 161 0 0 0 0 0 0 0 19 0 1 0 7877446 1794048 80 1992294400 134512640 134550932 4294685312 18446744073709551615 5097904 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12489/statm: 438 82 64 10 0 30 0

[startup+0.013909 s]
/proc/loadavg: 0.92 0.98 1.04 3/106 12489
/proc/meminfo: memFree=1507904/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1832 CPUtime=0
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4194304 418 0 0 0 0 0 0 0 15 0 1 0 7877446 1875968 148 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 0 0 0 0
/proc/12489/statm: 458 160 123 10 0 63 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1832

[startup+0.101803 s]
/proc/loadavg: 0.92 0.98 1.04 3/106 12489
/proc/meminfo: memFree=1507904/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1524180 CPUtime=0.08
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 3952 0 1 0 6 2 0 0 15 0 12 0 7877446 1560760320 3391 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 381045 3391 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300823 s]
/proc/loadavg: 0.92 0.98 1.04 3/106 12489
/proc/meminfo: memFree=1507904/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1525780 CPUtime=0.35
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 6331 0 1 0 31 4 0 0 15 0 12 0 7877446 1562398720 5766 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 381445 5767 1358 10 0 378748 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525780

[startup+0.700865 s]
/proc/loadavg: 0.92 0.98 1.04 3/106 12489
/proc/meminfo: memFree=1507904/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1529700 CPUtime=1.11
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 8560 0 1 0 107 4 0 0 15 0 12 0 7877446 1566412800 7781 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 382425 7782 1395 10 0 379728 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1529700

[startup+1.50194 s]
/proc/loadavg: 0.92 0.98 1.04 4/118 12501
/proc/meminfo: memFree=1468068/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1536868 CPUtime=2.71
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 21068 0 1 0 259 12 0 0 15 0 12 0 7877446 1573752832 18680 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 384217 18682 1405 10 0 381520 0
[pid=12489/tid=12491] ppid=12487 vsize=1536868 CPUtime=1.47
/proc/12489/task/12491/stat : 12491 (java) R 12487 12489 12185 0 -1 4202560 15030 0 1 0 138 9 0 0 25 0 12 0 7877448 1573752832 18683 1992294400 134512640 134550932 4288856528 18446744073709551615 4109140012 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12489/tid=12492] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12492/stat : 12492 (java) S 12487 12489 12185 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 7877449 1573752832 18684 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12493] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12493/stat : 12493 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 7877449 1573752832 18685 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12494] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12494/stat : 12494 (java) S 12487 12489 12185 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7877451 1573752832 18686 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12495] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12495/stat : 12495 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 7877452 1573752832 18688 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12496] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12496/stat : 12496 (java) S 12487 12489 12185 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 7877452 1573752832 18689 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12497] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12497/stat : 12497 (java) S 12487 12489 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7877456 1573752832 18690 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12498] ppid=12487 vsize=1536868 CPUtime=0.08
/proc/12489/task/12498/stat : 12498 (java) R 12487 12489 12185 0 -1 4202560 199 0 0 0 8 0 0 0 22 0 12 0 7877456 1573752832 18691 1992294400 134512640 134550932 4288856528 18446744073709551615 105953039 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12489/tid=12499] ppid=12487 vsize=1536868 CPUtime=1.13
/proc/12489/task/12499/stat : 12499 (java) R 12487 12489 12185 0 -1 4202560 4780 0 0 0 112 1 0 0 17 0 12 0 7877456 1573752832 18692 1992294400 134512640 134550932 4288856528 18446744073709551615 103370309 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12489/tid=12500] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12500/stat : 12500 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 7877456 1573752832 18693 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12501] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12501/stat : 12501 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7877456 1573752832 18695 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1536868

[startup+3.1011 s]
/proc/loadavg: 0.92 0.98 1.04 2/118 12501
/proc/meminfo: memFree=1373456/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1536868 CPUtime=4.56
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 44932 0 1 0 435 21 0 0 15 0 12 0 7877446 1573752832 42442 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 384217 42443 1416 10 0 381520 0
[pid=12489/tid=12491] ppid=12487 vsize=1536868 CPUtime=2.93
/proc/12489/task/12491/stat : 12491 (java) R 12487 12489 12185 0 -1 4202560 32017 0 1 0 277 16 0 0 25 0 12 0 7877448 1573752832 42444 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12489/tid=12492] ppid=12487 vsize=1536868 CPUtime=0.13
/proc/12489/task/12492/stat : 12492 (java) R 12487 12489 12185 0 -1 4202560 3594 0 0 0 12 1 0 0 16 0 12 0 7877449 1573752832 42445 1992294400 134512640 134550932 4288856528 18446744073709551615 106197558 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12489/tid=12493] ppid=12487 vsize=1536868 CPUtime=0.12
/proc/12489/task/12493/stat : 12493 (java) R 12487 12489 12185 0 -1 4202560 3259 0 0 0 11 1 0 0 16 0 12 0 7877449 1573752832 42446 1992294400 134512640 134550932 4288856528 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12489/tid=12494] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12494/stat : 12494 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 7877451 1573752832 42448 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12495] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12495/stat : 12495 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 7877452 1573752832 42449 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12496] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12496/stat : 12496 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 7877452 1573752832 42450 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12497] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12497/stat : 12497 (java) S 12487 12489 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7877456 1573752832 42452 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12498] ppid=12487 vsize=1536868 CPUtime=0.08
/proc/12489/task/12498/stat : 12498 (java) S 12487 12489 12185 0 -1 4202560 206 0 0 0 8 0 0 0 21 0 12 0 7877456 1573752832 42453 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12499] ppid=12487 vsize=1536868 CPUtime=1.25
/proc/12489/task/12499/stat : 12499 (java) S 12487 12489 12185 0 -1 4202560 4792 0 0 0 124 1 0 0 16 0 12 0 7877456 1573752832 42455 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12500] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12500/stat : 12500 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 7877456 1573752832 42456 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12501] ppid=12487 vsize=1536868 CPUtime=0
/proc/12489/task/12501/stat : 12501 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 7877456 1573752832 42457 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 1536868

[startup+6.3024 s]
/proc/loadavg: 1.01 1.00 1.05 3/118 12503
/proc/meminfo: memFree=1297444/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1540944 CPUtime=9.21
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 57898 0 1 0 892 29 0 0 15 0 16 0 7877446 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 385236 54422 1431 10 0 382539 0
[pid=12489/tid=12491] ppid=12487 vsize=1540944 CPUtime=5.08
/proc/12489/task/12491/stat : 12491 (java) S 12487 12489 12185 0 -1 4202560 32051 0 1 0 492 16 0 0 25 0 16 0 7877448 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12492] ppid=12487 vsize=1540944 CPUtime=0.58
/proc/12489/task/12492/stat : 12492 (java) S 12487 12489 12185 0 -1 4202560 9980 0 0 0 54 4 0 0 16 0 16 0 7877449 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12493] ppid=12487 vsize=1540944 CPUtime=0.59
/proc/12489/task/12493/stat : 12493 (java) S 12487 12489 12185 0 -1 4202560 8956 0 0 0 55 4 0 0 16 0 16 0 7877449 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12494] ppid=12487 vsize=1540944 CPUtime=0
/proc/12489/task/12494/stat : 12494 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 7877451 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12495] ppid=12487 vsize=1540944 CPUtime=0
/proc/12489/task/12495/stat : 12495 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7877452 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12496] ppid=12487 vsize=1540944 CPUtime=0
/proc/12489/task/12496/stat : 12496 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7877452 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12497] ppid=12487 vsize=1540944 CPUtime=0
/proc/12489/task/12497/stat : 12497 (java) S 12487 12489 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7877456 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12498] ppid=12487 vsize=1540944 CPUtime=0.61
/proc/12489/task/12498/stat : 12498 (java) S 12487 12489 12185 0 -1 4202560 962 0 0 0 61 0 0 0 16 0 16 0 7877456 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12499] ppid=12487 vsize=1540944 CPUtime=1.81
/proc/12489/task/12499/stat : 12499 (java) S 12487 12489 12185 0 -1 4202560 4832 0 0 0 180 1 0 0 15 0 16 0 7877456 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12500] ppid=12487 vsize=1540944 CPUtime=0
/proc/12489/task/12500/stat : 12500 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 7877456 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12501] ppid=12487 vsize=1540944 CPUtime=0
/proc/12489/task/12501/stat : 12501 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 7877456 1577926656 54422 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.21
Current children cumulated vsize (KiB) 1540944

[startup+12.702 s]
/proc/loadavg: 1.17 1.03 1.06 4/122 12507
/proc/meminfo: memFree=1242728/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1546724 CPUtime=21.85
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 74477 0 1 0 2146 39 0 0 15 0 16 0 7877446 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 386681 67266 1445 10 0 383984 0
[pid=12489/tid=12491] ppid=12487 vsize=1546724 CPUtime=5.08
/proc/12489/task/12491/stat : 12491 (java) S 12487 12489 12185 0 -1 4202560 32052 0 1 0 492 16 0 0 15 0 16 0 7877448 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12492] ppid=12487 vsize=1546724 CPUtime=1.55
/proc/12489/task/12492/stat : 12492 (java) S 12487 12489 12185 0 -1 4202560 16117 0 0 0 146 9 0 0 16 0 16 0 7877449 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12493] ppid=12487 vsize=1546724 CPUtime=1.58
/proc/12489/task/12493/stat : 12493 (java) S 12487 12489 12185 0 -1 4202560 14859 0 0 0 151 7 0 0 15 0 16 0 7877449 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12494] ppid=12487 vsize=1546724 CPUtime=0.01
/proc/12489/task/12494/stat : 12494 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 16 0 7877451 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12495] ppid=12487 vsize=1546724 CPUtime=0
/proc/12489/task/12495/stat : 12495 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7877452 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12496] ppid=12487 vsize=1546724 CPUtime=0
/proc/12489/task/12496/stat : 12496 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7877452 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12497] ppid=12487 vsize=1546724 CPUtime=0
/proc/12489/task/12497/stat : 12497 (java) S 12487 12489 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7877456 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12498] ppid=12487 vsize=1546724 CPUtime=1.19
/proc/12489/task/12498/stat : 12498 (java) S 12487 12489 12185 0 -1 4202560 1502 0 0 0 119 0 0 0 15 0 16 0 7877456 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12499] ppid=12487 vsize=1546724 CPUtime=3.57
/proc/12489/task/12499/stat : 12499 (java) S 12487 12489 12185 0 -1 4202560 8801 0 0 0 354 3 0 0 15 0 16 0 7877456 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12500] ppid=12487 vsize=1546724 CPUtime=0
/proc/12489/task/12500/stat : 12500 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 7877456 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12501] ppid=12487 vsize=1546724 CPUtime=0
/proc/12489/task/12501/stat : 12501 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 7877456 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12504] ppid=12487 vsize=1546724 CPUtime=4.38
/proc/12489/task/12504/stat : 12504 (java) R 12487 12489 12185 0 -1 4202560 22 0 0 0 438 0 0 0 25 0 16 0 7878018 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4109561331 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12489/tid=12505] ppid=12487 vsize=1546724 CPUtime=4.41
/proc/12489/task/12505/stat : 12505 (java) R 12487 12489 12185 0 -1 4202560 44 0 0 0 441 0 0 0 16 0 16 0 7878018 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4109642907 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12489/tid=12506] ppid=12487 vsize=1546724 CPUtime=0
/proc/12489/task/12506/stat : 12506 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7878027 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12507] ppid=12487 vsize=1546724 CPUtime=0
/proc/12489/task/12507/stat : 12507 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 7878028 1583845376 67266 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.85
Current children cumulated vsize (KiB) 1546724

[startup+25.5022 s]
/proc/loadavg: 1.42 1.10 1.08 3/122 12507
/proc/meminfo: memFree=1244092/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1541604 CPUtime=47.22
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 75555 0 1 0 4681 41 0 0 15 0 16 0 7877446 1578602496 67026 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 385401 67026 1445 10 0 382704 0
[pid=12489/tid=12491] ppid=12487 vsize=1541604 CPUtime=5.08
/proc/12489/task/12491/stat : 12491 (java) S 12487 12489 12185 0 -1 4202560 32052 0 1 0 492 16 0 0 15 0 16 0 7877448 1578602496 67026 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12492] ppid=12487 vsize=1541604 CPUtime=2.11
/proc/12489/task/12492/stat : 12492 (java) S 12487 12489 12185 0 -1 4202560 16618 0 0 0 202 9 0 0 16 0 16 0 7877449 1578602496 67026 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12493] ppid=12487 vsize=1541604 CPUtime=2.13
/proc/12489/task/12493/stat : 12493 (java) S 12487 12489 12185 0 -1 4202560 15413 0 0 0 206 7 0 0 15 0 16 0 7877449 1578602496 67026 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12494] ppid=12487 vsize=1541604 CPUtime=0.02

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

[pid=12489/tid=12494] ppid=12487 vsize=1543128 CPUtime=2.21
/proc/12489/task/12494/stat : 12494 (java) S 12487 12489 12185 0 -1 4202560 15430 0 0 0 213 8 0 0 15 0 16 0 7877451 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12495] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12495/stat : 12495 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7877452 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12496] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12496/stat : 12496 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7877452 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12497] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12497/stat : 12497 (java) S 12487 12489 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12498] ppid=12487 vsize=1543128 CPUtime=1.22
/proc/12489/task/12498/stat : 12498 (java) S 12487 12489 12185 0 -1 4202560 1502 0 0 0 122 0 0 0 15 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12499] ppid=12487 vsize=1543128 CPUtime=4.73
/proc/12489/task/12499/stat : 12499 (java) S 12487 12489 12185 0 -1 4202560 9313 0 0 0 470 3 0 0 15 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12500] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12500/stat : 12500 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12501] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12501/stat : 12501 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12504] ppid=12487 vsize=1543128 CPUtime=141.45
/proc/12489/task/12504/stat : 12504 (java) R 12487 12489 12185 0 -1 4202560 88 0 0 0 14143 2 0 0 25 0 16 0 7878018 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4109600187 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12489/tid=12505] ppid=12487 vsize=1543128 CPUtime=141.39
/proc/12489/task/12505/stat : 12505 (java) R 12487 12489 12185 0 -1 4202560 136 0 0 0 14137 2 0 0 23 0 16 0 7878018 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4109544867 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12489/tid=12506] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12506/stat : 12506 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7878027 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12507] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12507/stat : 12507 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 7878028 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 308.33
Current children cumulated vsize (KiB) 1543128

[startup+159.102 s]
/proc/loadavg: 2.02 1.46 1.21 3/122 12511
/proc/meminfo: memFree=1198088/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1543128 CPUtime=309.91
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 102118 0 1 0 30926 65 0 0 15 0 16 0 7877446 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 385782 78103 1450 10 0 383085 0
[pid=12489/tid=12491] ppid=12487 vsize=1543128 CPUtime=5.08
/proc/12489/task/12491/stat : 12491 (java) S 12487 12489 12185 0 -1 4202560 32057 0 1 0 492 16 0 0 15 0 16 0 7877448 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12492] ppid=12487 vsize=1543128 CPUtime=6.1
/proc/12489/task/12492/stat : 12492 (java) S 12487 12489 12185 0 -1 4202560 20960 0 0 0 595 15 0 0 15 0 16 0 7877449 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12493] ppid=12487 vsize=1543128 CPUtime=6.13
/proc/12489/task/12493/stat : 12493 (java) S 12487 12489 12185 0 -1 4202560 21554 0 0 0 599 14 0 0 16 0 16 0 7877449 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12494] ppid=12487 vsize=1543128 CPUtime=2.21
/proc/12489/task/12494/stat : 12494 (java) S 12487 12489 12185 0 -1 4202560 15430 0 0 0 213 8 0 0 15 0 16 0 7877451 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12495] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12495/stat : 12495 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7877452 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12496] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12496/stat : 12496 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 7877452 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12497] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12497/stat : 12497 (java) S 12487 12489 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12498] ppid=12487 vsize=1543128 CPUtime=1.22
/proc/12489/task/12498/stat : 12498 (java) S 12487 12489 12185 0 -1 4202560 1502 0 0 0 122 0 0 0 15 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12499] ppid=12487 vsize=1543128 CPUtime=4.73
/proc/12489/task/12499/stat : 12499 (java) S 12487 12489 12185 0 -1 4202560 9313 0 0 0 470 3 0 0 15 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12500] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12500/stat : 12500 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12501] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12501/stat : 12501 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 7877456 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12504] ppid=12487 vsize=1543128 CPUtime=142.21
/proc/12489/task/12504/stat : 12504 (java) R 12487 12489 12185 0 -1 4202560 89 0 0 0 14219 2 0 0 25 0 16 0 7878018 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4109390424 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12489/tid=12505] ppid=12487 vsize=1543128 CPUtime=142.15
/proc/12489/task/12505/stat : 12505 (java) R 12487 12489 12185 0 -1 4202560 136 0 0 0 14213 2 0 0 25 0 16 0 7878018 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4109443713 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12489/tid=12506] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12506/stat : 12506 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 7878027 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12507] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12507/stat : 12507 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 7878028 1580163072 78103 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 309.91
Current children cumulated vsize (KiB) 1543128

[startup+159.902 s]
/proc/loadavg: 2.02 1.47 1.21 2/121 12511
/proc/meminfo: memFree=1198096/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1543128 CPUtime=310.48
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 102119 0 1 0 30983 65 0 0 15 0 14 0 7877446 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 385782 78104 1451 10 0 383085 0
[pid=12489/tid=12491] ppid=12487 vsize=1543128 CPUtime=5.08
/proc/12489/task/12491/stat : 12491 (java) S 12487 12489 12185 0 -1 4202560 32057 0 1 0 492 16 0 0 15 0 14 0 7877448 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12492] ppid=12487 vsize=1543128 CPUtime=6.1
/proc/12489/task/12492/stat : 12492 (java) S 12487 12489 12185 0 -1 4202560 20960 0 0 0 595 15 0 0 15 0 14 0 7877449 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12493] ppid=12487 vsize=1543128 CPUtime=6.13
/proc/12489/task/12493/stat : 12493 (java) S 12487 12489 12185 0 -1 4202560 21554 0 0 0 599 14 0 0 16 0 14 0 7877449 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12494] ppid=12487 vsize=1543128 CPUtime=2.21
/proc/12489/task/12494/stat : 12494 (java) S 12487 12489 12185 0 -1 4202560 15430 0 0 0 213 8 0 0 15 0 14 0 7877451 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12495] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12495/stat : 12495 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7877452 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12496] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12496/stat : 12496 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 7877452 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12497] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12497/stat : 12497 (java) S 12487 12489 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12498] ppid=12487 vsize=1543128 CPUtime=1.22
/proc/12489/task/12498/stat : 12498 (java) S 12487 12489 12185 0 -1 4202560 1502 0 0 0 122 0 0 0 15 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12499] ppid=12487 vsize=1543128 CPUtime=4.75
/proc/12489/task/12499/stat : 12499 (java) S 12487 12489 12185 0 -1 4202560 9313 0 0 0 472 3 0 0 15 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12500] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12500/stat : 12500 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12501] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12501/stat : 12501 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12506] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12506/stat : 12506 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7878027 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12507] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12507/stat : 12507 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 7878028 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 310.48
Current children cumulated vsize (KiB) 1543128

[startup+160.302 s]
/proc/loadavg: 2.02 1.47 1.21 2/121 12511
/proc/meminfo: memFree=1198096/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1543128 CPUtime=310.48
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 102119 0 1 0 30983 65 0 0 15 0 14 0 7877446 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 385782 78104 1451 10 0 383085 0
[pid=12489/tid=12491] ppid=12487 vsize=1543128 CPUtime=5.08
/proc/12489/task/12491/stat : 12491 (java) S 12487 12489 12185 0 -1 4202560 32057 0 1 0 492 16 0 0 15 0 14 0 7877448 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12492] ppid=12487 vsize=1543128 CPUtime=6.1
/proc/12489/task/12492/stat : 12492 (java) S 12487 12489 12185 0 -1 4202560 20960 0 0 0 595 15 0 0 15 0 14 0 7877449 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12493] ppid=12487 vsize=1543128 CPUtime=6.13
/proc/12489/task/12493/stat : 12493 (java) S 12487 12489 12185 0 -1 4202560 21554 0 0 0 599 14 0 0 16 0 14 0 7877449 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12494] ppid=12487 vsize=1543128 CPUtime=2.21
/proc/12489/task/12494/stat : 12494 (java) S 12487 12489 12185 0 -1 4202560 15430 0 0 0 213 8 0 0 15 0 14 0 7877451 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12495] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12495/stat : 12495 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7877452 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12496] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12496/stat : 12496 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 7877452 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12497] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12497/stat : 12497 (java) S 12487 12489 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12498] ppid=12487 vsize=1543128 CPUtime=1.22
/proc/12489/task/12498/stat : 12498 (java) S 12487 12489 12185 0 -1 4202560 1502 0 0 0 122 0 0 0 15 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12499] ppid=12487 vsize=1543128 CPUtime=4.75
/proc/12489/task/12499/stat : 12499 (java) S 12487 12489 12185 0 -1 4202560 9313 0 0 0 472 3 0 0 15 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12500] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12500/stat : 12500 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12501] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12501/stat : 12501 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12506] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12506/stat : 12506 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7878027 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12507] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12507/stat : 12507 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 7878028 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 310.48
Current children cumulated vsize (KiB) 1543128

[startup+160.402 s]
/proc/loadavg: 2.02 1.47 1.21 2/121 12511
/proc/meminfo: memFree=1198096/2059040 swapFree=4192956/4192956
[pid=12489] ppid=12487 vsize=1543128 CPUtime=310.48
/proc/12489/stat : 12489 (java) S 12487 12489 12185 0 -1 4202496 102119 0 1 0 30983 65 0 0 15 0 14 0 7877446 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12489/statm: 385782 78104 1451 10 0 383085 0
[pid=12489/tid=12491] ppid=12487 vsize=1543128 CPUtime=5.08
/proc/12489/task/12491/stat : 12491 (java) S 12487 12489 12185 0 -1 4202560 32057 0 1 0 492 16 0 0 15 0 14 0 7877448 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12492] ppid=12487 vsize=1543128 CPUtime=6.1
/proc/12489/task/12492/stat : 12492 (java) S 12487 12489 12185 0 -1 4202560 20960 0 0 0 595 15 0 0 15 0 14 0 7877449 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12493] ppid=12487 vsize=1543128 CPUtime=6.13
/proc/12489/task/12493/stat : 12493 (java) S 12487 12489 12185 0 -1 4202560 21554 0 0 0 599 14 0 0 16 0 14 0 7877449 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12494] ppid=12487 vsize=1543128 CPUtime=2.21
/proc/12489/task/12494/stat : 12494 (java) S 12487 12489 12185 0 -1 4202560 15430 0 0 0 213 8 0 0 15 0 14 0 7877451 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 0 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12495] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12495/stat : 12495 (java) S 12487 12489 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 7877452 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12496] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12496/stat : 12496 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 7877452 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12497] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12497/stat : 12497 (java) S 12487 12489 12185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12498] ppid=12487 vsize=1543128 CPUtime=1.22
/proc/12489/task/12498/stat : 12498 (java) S 12487 12489 12185 0 -1 4202560 1502 0 0 0 122 0 0 0 15 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12499] ppid=12487 vsize=1543128 CPUtime=4.75
/proc/12489/task/12499/stat : 12499 (java) S 12487 12489 12185 0 -1 4202560 9313 0 0 0 472 3 0 0 15 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12500] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12500/stat : 12500 (java) S 12487 12489 12185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
[pid=12489/tid=12501] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12501/stat : 12501 (java) S 12487 12489 12185 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 7877456 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12506] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12506/stat : 12506 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 7878027 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 1 0 0 0
[pid=12489/tid=12507] ppid=12487 vsize=1543128 CPUtime=0
/proc/12489/task/12507/stat : 12507 (java) S 12487 12489 12185 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 7878028 1580163072 78104 1992294400 134512640 134550932 4288856528 18446744073709551615 4294960144 0 4 0 16800975 18446604437858085696 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 310.48
Current children cumulated vsize (KiB) 1543128

Child status: 20
Real time (s): 160.479
CPU time (s): 310.533
CPU user time (s): 309.842
CPU system time (s): 0.690894
CPU usage (%): 193.504
Max. virtual memory (cumulated for all children) (KiB): 1554380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 309.842
system time used= 0.690894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102128
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= 5856
involuntary context switches= 9638

runsolver used 0.703892 second user time and 1.88671 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 13:30:11
IDJOB=2662967
IDBENCH=1495
IDSOLVER=1166
FILE ID=node018/2662967-1276342211
PBS_JOBID= 11173183
Free space on /tmp= 62284 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-cache-ibm-q-unbounded.Ic22arity.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662967-1276342211/watcher-2662967-1276342211 -o /tmp/evaluation-result-2662967-1276342211/solver-2662967-1276342211 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662967-1276342211.opb

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

MD5SUM BENCH= 2b5564b5f03b34138f988fcf164c2fb6
RANDOM SEED=1389177616

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1508300 kB
Buffers:        116100 kB
Cached:         290828 kB
SwapCached:          0 kB
Active:         153952 kB
Inactive:       312328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1508300 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            8568 kB
Writeback:           0 kB
AnonPages:       59320 kB
Mapped:          15388 kB
Slab:            62660 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179820 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= 62284 MiB
End job on node018 at 2010-06-12 13:32:52