Trace number 2662404

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.41 912.784

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_17.opb
MD5SUM642c38c9f16ba47e1145e44f5259b53a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark268
Best CPU time to get the best result obtained on this benchmark1800.34
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262
Optimality of the best value was proved NO
Number of variables7089
Total number of constraints13888
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13888
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2621
Number of bits of the biggest sum of numbers12
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.26/0.23	c Pseudo Boolean Optimization
0.26/0.23	c ManyCore solver with 2 solvers running in parallel
0.26/0.23	c --- Begin Solver configuration ---
0.26/0.23	c Stops conflict analysis at the first Unique Implication Point
0.26/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.26/0.23	c Learn all clauses as in MiniSAT
0.26/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.26/0.23	c Expensive reason simplification
0.26/0.23	c Armin Biere (Picosat) restarts strategy
0.26/0.23	c Glucose learned constraints deletion strategy
0.26/0.23	c timeout=2147483s
0.26/0.23	c DB Simplification allowed=false
0.26/0.23	c --- End Solver configuration ---
0.26/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.26/0.23	c --- Begin Solver configuration ---
0.26/0.23	c Stops conflict analysis at the first Unique Implication Point
0.26/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.26/0.23	c Learn all clauses as in MiniSAT
0.26/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.26/0.23	c No reason simplification
0.26/0.23	c Armin Biere (Picosat) restarts strategy
0.26/0.23	c Glucose learned constraints deletion strategy
0.26/0.23	c timeout=2147483s
0.26/0.23	c DB Simplification allowed=false
0.26/0.23	c --- End Solver configuration ---
0.26/0.23	
0.26/0.23	c solving HOME/instance-2662404-1276587489.opb
0.26/0.23	c reading problem ... 
6.96/4.16	c ... done. Wall clock time 3.932s.
6.96/4.16	c #vars     7089
6.96/4.16	c #constraints  13888
6.96/4.16	c constraints type 
6.96/4.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13888
6.96/4.16	c constraints type 
6.96/4.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13888
237.03/121.35	c cleaning 2494 clauses out of 5000 with flag 5000/5000
340.23/173.61	c cleaning 0 clauses out of 5001 with flag 0/5001
498.44/253.71	c cleaning 4249 clauses out of 8506 with flag 11000/11000
808.42/410.42	c cleaning 5624 clauses out of 11260 with flag 18003/18003
889.77/451.86	c cleaning 0 clauses out of 11001 with flag 0/11001
1177.88/597.56	c cleaning 6812 clauses out of 13633 with flag 26000/26000
1644.06/833.19	c cleaning 7902 clauses out of 15821 with flag 35000/35000
1779.51/901.80	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.09/912.62	c starts		: 64
1800.09/912.62	c conflicts		: 38704
1800.09/912.62	c decisions		: 49628
1800.09/912.62	c propagations		: 9835733
1800.09/912.62	c inspects		: 383872540
1800.09/912.62	c learnt literals	: 0
1800.09/912.62	c learnt binary clauses	: 3
1800.09/912.62	c learnt ternary clauses	: 1
1800.09/912.62	c learnt clauses	: 38704
1800.09/912.62	c ignored clauses	: 0
1800.09/912.62	c root simplifications	: 0
1800.09/912.62	c removed literals (reason simplification)	: 698466
1800.09/912.62	c reason swapping (by a shorter reason)	: 0
1800.09/912.62	c Calls to reduceDB	: 5
1800.09/912.62	c number of reductions to clauses (during analyze)	: 0
1800.09/912.62	c number of learned constraints concerned by reduction	: 0
1800.09/912.62	c number of learning phase by resolution	: 0
1800.09/912.62	c number of learning phase by cutting planes	: 0
1800.09/912.62	c speed (assignments/second)	: 10826.867784460666
1800.09/912.62	c non guided choices	7
1800.30/912.73	c learnt constraints type 
1800.30/912.73	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11622
1800.30/912.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.30/912.73	c constraints type 
1800.30/912.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13888
1800.30/912.73	c constraints type 
1800.30/912.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13888
1800.30/912.73	s UNKNOWN
1800.30/912.73	c Total wall clock time (in seconds): 912.503

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-2662404-1276587489/watcher-2662404-1276587489 -o /tmp/evaluation-result-2662404-1276587489/solver-2662404-1276587489 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662404-1276587489.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 32406
/proc/meminfo: memFree=1840900/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1700 CPUtime=0
/proc/32406/stat : 32406 (java6) R 32404 32406 32136 0 -1 4194304 201 0 0 0 0 0 0 0 24 0 1 0 32400817 1740800 105 1992294400 134512640 134550932 4294401504 18446744073709551615 4659360 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32406/statm: 458 111 86 10 0 63 0

[startup+0.0191671 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32406
/proc/meminfo: memFree=1840900/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=13484 CPUtime=0.01
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 1109 0 0 0 0 1 0 0 25 0 2 0 32400817 13807616 580 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 3371 580 262 10 0 1205 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13484

[startup+0.102143 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32406
/proc/meminfo: memFree=1840900/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1522636 CPUtime=0.08
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 3886 0 1 0 6 2 0 0 25 0 9 0 32400817 1559179264 3327 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 380659 3331 1058 10 0 377969 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1522636

[startup+0.304983 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32406
/proc/meminfo: memFree=1840900/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1526340 CPUtime=0.36
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 5419 0 1 0 33 3 0 0 25 0 12 0 32400817 1562972160 4856 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 381585 4856 1363 10 0 378888 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526340

[startup+0.807845 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 32406
/proc/meminfo: memFree=1840900/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1541840 CPUtime=1.32
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 10730 0 1 0 126 6 0 0 25 0 12 0 32400817 1578844160 9050 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 385460 9050 1404 10 0 382763 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 1541840

[startup+1.50141 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 32418
/proc/meminfo: memFree=1799080/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1542060 CPUtime=2.58
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 21227 0 1 0 248 10 0 0 25 0 12 0 32400817 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 385515 18533 1406 10 0 382818 0
[pid=32406/tid=32408] ppid=32404 vsize=1542060 CPUtime=1.16
/proc/32406/task/32408/stat : 32408 (java) R 32404 32406 32136 0 -1 4202560 13563 0 1 0 109 7 0 0 25 0 12 0 32400819 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4109666125 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32406/tid=32409] ppid=32404 vsize=1542060 CPUtime=0
/proc/32406/task/32409/stat : 32409 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 32400821 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32410] ppid=32404 vsize=1542060 CPUtime=0
/proc/32406/task/32410/stat : 32410 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32400821 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32411] ppid=32404 vsize=1542060 CPUtime=0
/proc/32406/task/32411/stat : 32411 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 32400822 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32412] ppid=32404 vsize=1542060 CPUtime=0
/proc/32406/task/32412/stat : 32412 (java) S 32404 32406 32136 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 32400823 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32413] ppid=32404 vsize=1542060 CPUtime=0
/proc/32406/task/32413/stat : 32413 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 32400823 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32414] ppid=32404 vsize=1542060 CPUtime=0
/proc/32406/task/32414/stat : 32414 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32400828 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32415] ppid=32404 vsize=1542060 CPUtime=0.34
/proc/32406/task/32415/stat : 32415 (java) S 32404 32406 32136 0 -1 4202560 1796 0 0 0 34 0 0 0 25 0 12 0 32400828 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32416] ppid=32404 vsize=1542060 CPUtime=1.04
/proc/32406/task/32416/stat : 32416 (java) S 32404 32406 32136 0 -1 4202560 4802 0 0 0 103 1 0 0 18 0 12 0 32400828 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32417] ppid=32404 vsize=1542060 CPUtime=0
/proc/32406/task/32417/stat : 32417 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32400828 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32418] ppid=32404 vsize=1542060 CPUtime=0
/proc/32406/task/32418/stat : 32418 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32400828 1579069440 18533 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 1542060

[startup+3.10169 s]
/proc/loadavg: 1.08 1.02 1.01 5/118 32418
/proc/meminfo: memFree=1679172/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1552776 CPUtime=5.38
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 49428 0 1 0 516 22 0 0 25 0 12 0 32400817 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 388194 44506 1418 10 0 385497 0
[pid=32406/tid=32408] ppid=32404 vsize=1552776 CPUtime=2.58
/proc/32406/task/32408/stat : 32408 (java) R 32404 32406 32136 0 -1 4202560 32014 0 1 0 243 15 0 0 17 0 12 0 32400819 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4109876566 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32406/tid=32409] ppid=32404 vsize=1552776 CPUtime=0.15
/proc/32406/task/32409/stat : 32409 (java) S 32404 32406 32136 0 -1 4202560 4223 0 0 0 14 1 0 0 18 0 12 0 32400821 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32410] ppid=32404 vsize=1552776 CPUtime=0.03
/proc/32406/task/32410/stat : 32410 (java) R 32404 32406 32136 0 -1 4202560 724 0 0 0 3 0 0 0 18 0 12 0 32400821 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32406/tid=32411] ppid=32404 vsize=1552776 CPUtime=0
/proc/32406/task/32411/stat : 32411 (java) S 32404 32406 32136 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 12 0 32400822 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32412] ppid=32404 vsize=1552776 CPUtime=0
/proc/32406/task/32412/stat : 32412 (java) S 32404 32406 32136 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 32400823 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32413] ppid=32404 vsize=1552776 CPUtime=0
/proc/32406/task/32413/stat : 32413 (java) R 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 12 0 32400823 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32406/tid=32414] ppid=32404 vsize=1552776 CPUtime=0
/proc/32406/task/32414/stat : 32414 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32400828 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32415] ppid=32404 vsize=1552776 CPUtime=0.98
/proc/32406/task/32415/stat : 32415 (java) R 32404 32406 32136 0 -1 4202560 6410 0 0 0 96 2 0 0 18 0 12 0 32400828 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 104163890 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32406/tid=32416] ppid=32404 vsize=1552776 CPUtime=1.59
/proc/32406/task/32416/stat : 32416 (java) S 32404 32406 32136 0 -1 4202560 4989 0 0 0 158 1 0 0 16 0 12 0 32400828 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32417] ppid=32404 vsize=1552776 CPUtime=0
/proc/32406/task/32417/stat : 32417 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 32400828 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32418] ppid=32404 vsize=1552776 CPUtime=0
/proc/32406/task/32418/stat : 32418 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 32400828 1590042624 44506 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.38
Current children cumulated vsize (KiB) 1552776

[startup+6.30229 s]
/proc/loadavg: 1.08 1.02 1.01 5/122 32422
/proc/meminfo: memFree=1619868/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1542920 CPUtime=11.24
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 68261 0 1 0 1094 30 0 0 25 0 16 0 32400817 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 385730 56739 1434 10 0 383033 0
[pid=32406/tid=32408] ppid=32404 vsize=1542920 CPUtime=3.38
/proc/32406/task/32408/stat : 32408 (java) S 32404 32406 32136 0 -1 4202560 32040 0 1 0 323 15 0 0 15 0 16 0 32400819 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32409] ppid=32404 vsize=1542920 CPUtime=0.63
/proc/32406/task/32409/stat : 32409 (java) S 32404 32406 32136 0 -1 4202560 12156 0 0 0 59 4 0 0 16 0 16 0 32400821 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32410] ppid=32404 vsize=1542920 CPUtime=0.51
/proc/32406/task/32410/stat : 32410 (java) S 32404 32406 32136 0 -1 4202560 9082 0 0 0 49 2 0 0 16 0 16 0 32400821 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32411] ppid=32404 vsize=1542920 CPUtime=0
/proc/32406/task/32411/stat : 32411 (java) S 32404 32406 32136 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 16 0 32400822 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32412] ppid=32404 vsize=1542920 CPUtime=0
/proc/32406/task/32412/stat : 32412 (java) S 32404 32406 32136 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32400823 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32413] ppid=32404 vsize=1542920 CPUtime=0
/proc/32406/task/32413/stat : 32413 (java) S 32404 32406 32136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32400823 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32414] ppid=32404 vsize=1542920 CPUtime=0
/proc/32406/task/32414/stat : 32414 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32415] ppid=32404 vsize=1542920 CPUtime=1.92
/proc/32406/task/32415/stat : 32415 (java) S 32404 32406 32136 0 -1 4202560 8852 0 0 0 189 3 0 0 16 0 16 0 32400828 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32416] ppid=32404 vsize=1542920 CPUtime=1.92
/proc/32406/task/32416/stat : 32416 (java) S 32404 32406 32136 0 -1 4202560 5007 0 0 0 191 1 0 0 15 0 16 0 32400828 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32417] ppid=32404 vsize=1542920 CPUtime=0
/proc/32406/task/32417/stat : 32417 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32418] ppid=32404 vsize=1542920 CPUtime=0
/proc/32406/task/32418/stat : 32418 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32400828 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32419] ppid=32404 vsize=1542920 CPUtime=1.56
/proc/32406/task/32419/stat : 32419 (java) R 32404 32406 32136 0 -1 4202560 25 0 0 0 156 0 0 0 19 0 16 0 32401234 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4110269276 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32406/tid=32420] ppid=32404 vsize=1542920 CPUtime=1.24
/proc/32406/task/32420/stat : 32420 (java) R 32404 32406 32136 0 -1 4202560 20 0 0 0 124 0 0 0 18 0 16 0 32401234 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4110260736 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32406/tid=32421] ppid=32404 vsize=1542920 CPUtime=0
/proc/32406/task/32421/stat : 32421 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32401238 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32422] ppid=32404 vsize=1542920 CPUtime=0
/proc/32406/task/32422/stat : 32422 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 32401257 1579950080 56739 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 1542920

[startup+12.7025 s]
/proc/loadavg: 1.30 1.06 1.02 3/122 32422
/proc/meminfo: memFree=1597052/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1541428 CPUtime=23.9
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 74362 0 1 0 2356 34 0 0 25 0 16 0 32400817 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 385357 61935 1435 10 0 382660 0
[pid=32406/tid=32408] ppid=32404 vsize=1541428 CPUtime=3.38
/proc/32406/task/32408/stat : 32408 (java) S 32404 32406 32136 0 -1 4202560 32040 0 1 0 323 15 0 0 15 0 16 0 32400819 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32409] ppid=32404 vsize=1541428 CPUtime=1.2
/proc/32406/task/32409/stat : 32409 (java) S 32404 32406 32136 0 -1 4202560 15117 0 0 0 114 6 0 0 16 0 16 0 32400821 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32410] ppid=32404 vsize=1541428 CPUtime=1.08
/proc/32406/task/32410/stat : 32410 (java) S 32404 32406 32136 0 -1 4202560 12170 0 0 0 105 3 0 0 16 0 16 0 32400821 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32411] ppid=32404 vsize=1541428 CPUtime=0.01
/proc/32406/task/32411/stat : 32411 (java) S 32404 32406 32136 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 16 0 32400822 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32412] ppid=32404 vsize=1541428 CPUtime=0
/proc/32406/task/32412/stat : 32412 (java) S 32404 32406 32136 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32400823 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32413] ppid=32404 vsize=1541428 CPUtime=0
/proc/32406/task/32413/stat : 32413 (java) S 32404 32406 32136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32400823 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32414] ppid=32404 vsize=1541428 CPUtime=0
/proc/32406/task/32414/stat : 32414 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32415] ppid=32404 vsize=1541428 CPUtime=1.99
/proc/32406/task/32415/stat : 32415 (java) S 32404 32406 32136 0 -1 4202560 8856 0 0 0 196 3 0 0 16 0 16 0 32400828 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32416] ppid=32404 vsize=1541428 CPUtime=2.5
/proc/32406/task/32416/stat : 32416 (java) S 32404 32406 32136 0 -1 4202560 5039 0 0 0 249 1 0 0 16 0 16 0 32400828 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32417] ppid=32404 vsize=1541428 CPUtime=0
/proc/32406/task/32417/stat : 32417 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32418] ppid=32404 vsize=1541428 CPUtime=0
/proc/32406/task/32418/stat : 32418 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 32400828 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32419] ppid=32404 vsize=1541428 CPUtime=6.97
/proc/32406/task/32419/stat : 32419 (java) R 32404 32406 32136 0 -1 4202560 30 0 0 0 697 0 0 0 25 0 16 0 32401234 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4109904545 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32406/tid=32420] ppid=32404 vsize=1541428 CPUtime=6.66
/proc/32406/task/32420/stat : 32420 (java) R 32404 32406 32136 0 -1 4202560 31 0 0 0 666 0 0 0 25 0 16 0 32401234 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4109690044 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32406/tid=32421] ppid=32404 vsize=1541428 CPUtime=0
/proc/32406/task/32421/stat : 32421 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32401238 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32422] ppid=32404 vsize=1541428 CPUtime=0
/proc/32406/task/32422/stat : 32422 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 32401257 1578422272 61935 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.9
Current children cumulated vsize (KiB) 1541428

[startup+25.5108 s]
/proc/loadavg: 1.41 1.10 1.03 2/122 32424
/proc/meminfo: memFree=1592588/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1541428 CPUtime=49.25
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 75587 0 1 0 4889 36 0 0 25 0 16 0 32400817 1578422272 63117 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0

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

/proc/32406/task/32421/stat : 32421 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32401238 1578717184 76286 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32422] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32422/stat : 32422 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 32401257 1578717184 76286 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1503.81
Current children cumulated vsize (KiB) 1541716

[startup+822.303 s]
/proc/loadavg: 2.05 2.03 1.64 3/122 32447
/proc/meminfo: memFree=1530464/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1541716 CPUtime=1622.67
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 101381 0 1 0 162146 121 0 0 25 0 16 0 32400817 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 385429 78459 1450 10 0 382732 0
[pid=32406/tid=32408] ppid=32404 vsize=1541716 CPUtime=3.38
/proc/32406/task/32408/stat : 32408 (java) S 32404 32406 32136 0 -1 4202560 32057 0 1 0 323 15 0 0 15 0 16 0 32400819 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32409] ppid=32404 vsize=1541716 CPUtime=30.28
/proc/32406/task/32409/stat : 32409 (java) S 32404 32406 32136 0 -1 4202560 23208 0 0 0 3007 21 0 0 16 0 16 0 32400821 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32410] ppid=32404 vsize=1541716 CPUtime=30.14
/proc/32406/task/32410/stat : 32410 (java) S 32404 32406 32136 0 -1 4202560 20209 0 0 0 2996 18 0 0 15 0 16 0 32400821 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32411] ppid=32404 vsize=1541716 CPUtime=3.89
/proc/32406/task/32411/stat : 32411 (java) S 32404 32406 32136 0 -1 4202560 9573 0 0 0 362 27 0 0 15 0 16 0 32400822 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32412] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32412/stat : 32412 (java) S 32404 32406 32136 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32400823 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32413] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32413/stat : 32413 (java) S 32404 32406 32136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32400823 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32414] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32414/stat : 32414 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32415] ppid=32404 vsize=1541716 CPUtime=2.06
/proc/32406/task/32415/stat : 32415 (java) S 32404 32406 32136 0 -1 4202560 8856 0 0 0 203 3 0 0 15 0 16 0 32400828 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32416] ppid=32404 vsize=1541716 CPUtime=3.79
/proc/32406/task/32416/stat : 32416 (java) S 32404 32406 32136 0 -1 4202560 5535 0 0 0 377 2 0 0 15 0 16 0 32400828 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32417] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32417/stat : 32417 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32418] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32418/stat : 32418 (java) S 32404 32406 32136 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 32400828 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32419] ppid=32404 vsize=1541716 CPUtime=773.74
/proc/32406/task/32419/stat : 32419 (java) R 32404 32406 32136 0 -1 4202560 399 0 0 0 77356 18 0 0 25 0 16 0 32401234 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4109917047 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32406/tid=32420] ppid=32404 vsize=1541716 CPUtime=775.29
/proc/32406/task/32420/stat : 32420 (java) R 32404 32406 32136 0 -1 4202560 420 0 0 0 77518 11 0 0 25 0 16 0 32401234 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4110259620 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32406/tid=32421] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32421/stat : 32421 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32401238 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32422] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32422/stat : 32422 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 32401257 1578717184 78459 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1622.67
Current children cumulated vsize (KiB) 1541716

[startup+882.303 s]
/proc/loadavg: 2.01 2.02 1.66 3/122 32449
/proc/meminfo: memFree=1527860/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1541716 CPUtime=1740.87
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 103219 0 1 0 173961 126 0 0 25 0 16 0 32400817 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 385429 78949 1450 10 0 382732 0
[pid=32406/tid=32408] ppid=32404 vsize=1541716 CPUtime=3.38
/proc/32406/task/32408/stat : 32408 (java) S 32404 32406 32136 0 -1 4202560 32059 0 1 0 323 15 0 0 15 0 16 0 32400819 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32409] ppid=32404 vsize=1541716 CPUtime=32.78
/proc/32406/task/32409/stat : 32409 (java) S 32404 32406 32136 0 -1 4202560 23454 0 0 0 3256 22 0 0 15 0 16 0 32400821 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32410] ppid=32404 vsize=1541716 CPUtime=32.65
/proc/32406/task/32410/stat : 32410 (java) S 32404 32406 32136 0 -1 4202560 20453 0 0 0 3245 20 0 0 16 0 16 0 32400821 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32411] ppid=32404 vsize=1541716 CPUtime=4.59
/proc/32406/task/32411/stat : 32411 (java) S 32404 32406 32136 0 -1 4202560 10859 0 0 0 431 28 0 0 16 0 16 0 32400822 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32412] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32412/stat : 32412 (java) S 32404 32406 32136 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32400823 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32413] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32413/stat : 32413 (java) S 32404 32406 32136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32400823 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32414] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32414/stat : 32414 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32415] ppid=32404 vsize=1541716 CPUtime=2.06
/proc/32406/task/32415/stat : 32415 (java) S 32404 32406 32136 0 -1 4202560 8856 0 0 0 203 3 0 0 15 0 16 0 32400828 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32416] ppid=32404 vsize=1541716 CPUtime=3.79
/proc/32406/task/32416/stat : 32416 (java) S 32404 32406 32136 0 -1 4202560 5535 0 0 0 377 2 0 0 15 0 16 0 32400828 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32417] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32417/stat : 32417 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32418] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32418/stat : 32418 (java) S 32404 32406 32136 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 16 0 32400828 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32419] ppid=32404 vsize=1541716 CPUtime=829.49
/proc/32406/task/32419/stat : 32419 (java) R 32404 32406 32136 0 -1 4202560 426 0 0 0 82929 20 0 0 25 0 16 0 32401234 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4110260704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32406/tid=32420] ppid=32404 vsize=1541716 CPUtime=832.04
/proc/32406/task/32420/stat : 32420 (java) R 32404 32406 32136 0 -1 4202560 449 0 0 0 83193 11 0 0 25 0 16 0 32401234 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4110258939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32406/tid=32421] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32421/stat : 32421 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32401238 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32422] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32422/stat : 32422 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 32401257 1578717184 78949 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1740.87
Current children cumulated vsize (KiB) 1541716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.602 s]
/proc/loadavg: 2.07 2.03 1.68 3/122 32449
/proc/meminfo: memFree=1523272/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1541716 CPUtime=1800.09
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 105630 0 1 0 179879 130 0 0 25 0 16 0 32400817 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 385429 80029 1450 10 0 382732 0
[pid=32406/tid=32408] ppid=32404 vsize=1541716 CPUtime=3.38
/proc/32406/task/32408/stat : 32408 (java) S 32404 32406 32136 0 -1 4202560 32060 0 1 0 323 15 0 0 15 0 16 0 32400819 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32409] ppid=32404 vsize=1541716 CPUtime=33.99
/proc/32406/task/32409/stat : 32409 (java) S 32404 32406 32136 0 -1 4202560 23975 0 0 0 3377 22 0 0 15 0 16 0 32400821 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32410] ppid=32404 vsize=1541716 CPUtime=33.89
/proc/32406/task/32410/stat : 32410 (java) S 32404 32406 32136 0 -1 4202560 21030 0 0 0 3368 21 0 0 16 0 16 0 32400821 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32411] ppid=32404 vsize=1541716 CPUtime=5.42
/proc/32406/task/32411/stat : 32411 (java) S 32404 32406 32136 0 -1 4202560 12144 0 0 0 513 29 0 0 15 0 16 0 32400822 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32412] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32412/stat : 32412 (java) S 32404 32406 32136 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 32400823 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32413] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32413/stat : 32413 (java) S 32404 32406 32136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 32400823 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32414] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32414/stat : 32414 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32415] ppid=32404 vsize=1541716 CPUtime=2.06
/proc/32406/task/32415/stat : 32415 (java) S 32404 32406 32136 0 -1 4202560 8856 0 0 0 203 3 0 0 15 0 16 0 32400828 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32416] ppid=32404 vsize=1541716 CPUtime=3.79
/proc/32406/task/32416/stat : 32416 (java) S 32404 32406 32136 0 -1 4202560 5535 0 0 0 377 2 0 0 15 0 16 0 32400828 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32417] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32417/stat : 32417 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 32400828 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32418] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32418/stat : 32418 (java) S 32404 32406 32136 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 16 0 32400828 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32419] ppid=32404 vsize=1541716 CPUtime=857.2
/proc/32406/task/32419/stat : 32419 (java) R 32404 32406 32136 0 -1 4202560 436 0 0 0 85700 20 0 0 25 0 16 0 32401234 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4110269565 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32406/tid=32420] ppid=32404 vsize=1541716 CPUtime=860.26
/proc/32406/task/32420/stat : 32420 (java) R 32404 32406 32136 0 -1 4202560 464 0 0 0 86015 11 0 0 25 0 16 0 32401234 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4110269273 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32406/tid=32421] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32421/stat : 32421 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 16 0 32401238 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32422] ppid=32404 vsize=1541716 CPUtime=0
/proc/32406/task/32422/stat : 32422 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 32401257 1578717184 80029 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1541716

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

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

[startup+912.717 s]
/proc/loadavg: 2.07 2.03 1.68 3/122 32449
/proc/meminfo: memFree=1523272/2059040 swapFree=4140296/4192956
[pid=32406] ppid=32404 vsize=1542364 CPUtime=1800.3
/proc/32406/stat : 32406 (java) S 32404 32406 32136 0 -1 4202496 105647 0 1 0 179900 130 0 0 18 0 18 0 32400817 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32406/statm: 385591 80046 1450 10 0 382894 0
[pid=32406/tid=32408] ppid=32404 vsize=1542364 CPUtime=3.38
/proc/32406/task/32408/stat : 32408 (java) S 32404 32406 32136 0 -1 4202560 32060 0 1 0 323 15 0 0 15 0 18 0 32400819 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32409] ppid=32404 vsize=1542364 CPUtime=33.99
/proc/32406/task/32409/stat : 32409 (java) S 32404 32406 32136 0 -1 4202560 23975 0 0 0 3377 22 0 0 15 0 18 0 32400821 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32410] ppid=32404 vsize=1542364 CPUtime=33.89
/proc/32406/task/32410/stat : 32410 (java) S 32404 32406 32136 0 -1 4202560 21030 0 0 0 3368 21 0 0 16 0 18 0 32400821 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32411] ppid=32404 vsize=1542364 CPUtime=5.42
/proc/32406/task/32411/stat : 32411 (java) S 32404 32406 32136 0 -1 4202560 12144 0 0 0 513 29 0 0 15 0 18 0 32400822 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 0 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32412] ppid=32404 vsize=1542364 CPUtime=0
/proc/32406/task/32412/stat : 32412 (java) S 32404 32406 32136 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 32400823 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32413] ppid=32404 vsize=1542364 CPUtime=0
/proc/32406/task/32413/stat : 32413 (java) S 32404 32406 32136 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 32400823 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32414] ppid=32404 vsize=1542364 CPUtime=0
/proc/32406/task/32414/stat : 32414 (java) S 32404 32406 32136 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 32400828 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32415] ppid=32404 vsize=1542364 CPUtime=2.06
/proc/32406/task/32415/stat : 32415 (java) S 32404 32406 32136 0 -1 4202560 8856 0 0 0 203 3 0 0 15 0 18 0 32400828 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32416] ppid=32404 vsize=1542364 CPUtime=3.79
/proc/32406/task/32416/stat : 32416 (java) S 32404 32406 32136 0 -1 4202560 5535 0 0 0 377 2 0 0 15 0 18 0 32400828 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32417] ppid=32404 vsize=1542364 CPUtime=0
/proc/32406/task/32417/stat : 32417 (java) S 32404 32406 32136 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 32400828 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
[pid=32406/tid=32418] ppid=32404 vsize=1542364 CPUtime=0
/proc/32406/task/32418/stat : 32418 (java) S 32404 32406 32136 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 18 0 32400828 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32419] ppid=32404 vsize=1542364 CPUtime=857.29
/proc/32406/task/32419/stat : 32419 (java) R 32404 32406 32136 0 -1 4202560 436 0 0 0 85709 20 0 0 25 0 18 0 32401234 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4110260704 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32406/tid=32420] ppid=32404 vsize=1542364 CPUtime=860.36
/proc/32406/task/32420/stat : 32420 (java) R 32404 32406 32136 0 -1 4202560 464 0 0 0 86025 11 0 0 25 0 18 0 32401234 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4110259386 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32406/tid=32421] ppid=32404 vsize=1542364 CPUtime=0
/proc/32406/task/32421/stat : 32421 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 18 0 32401238 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 1 0 0 0
[pid=32406/tid=32422] ppid=32404 vsize=1542364 CPUtime=0
/proc/32406/task/32422/stat : 32422 (java) S 32404 32406 32136 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 32401257 1579380736 80046 1992294400 134512640 134550932 4288055264 18446744073709551615 4294960144 0 4 0 16800975 18446604437864794816 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 1542364

Child status: 143
Real time (s): 912.784
CPU time (s): 1800.41
CPU user time (s): 1799.07
CPU system time (s): 1.3428
CPU usage (%): 197.244
Max. virtual memory (cumulated for all children) (KiB): 1552832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.34279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105650
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= 29446
involuntary context switches= 53853

runsolver used 5.22021 second user time and 10.5084 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-15 09:38:10
IDJOB=2662404
IDBENCH=2635
IDSOLVER=1166
FILE ID=node027/2662404-1276587489
PBS_JOBID= 11173539
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_17.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662404-1276587489/watcher-2662404-1276587489 -o /tmp/evaluation-result-2662404-1276587489/solver-2662404-1276587489 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662404-1276587489.opb

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

MD5SUM BENCH= 642c38c9f16ba47e1145e44f5259b53a
RANDOM SEED=455393243

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841296 kB
Buffers:         19972 kB
Cached:         118280 kB
SwapCached:       5724 kB
Active:          85348 kB
Inactive:        65932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841296 kB
SwapTotal:     4192956 kB
SwapFree:      4140296 kB
Dirty:            4108 kB
Writeback:           0 kB
AnonPages:       11676 kB
Mapped:          13156 kB
Slab:            44472 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181452 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62532 MiB
End job on node027 at 2010-06-15 09:53:24