Trace number 2662529

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.39 925.179

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3709.opb
MD5SUM7d8773951a908fd3c2652ff6acba65e8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4559348765
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29610373267604
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29610373267604
Number of bits of the biggest sum of numbers45
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.23/0.21	c version 2.2.0.v20100531
0.23/0.21	c java.runtime.name	Java(TM) SE Runtime Environment
0.23/0.21	c java.vm.name		Java HotSpot(TM) Server VM
0.23/0.21	c java.vm.version	11.2-b01
0.23/0.21	c java.vm.vendor	Sun Microsystems Inc.
0.23/0.21	c sun.arch.data.model	32
0.23/0.21	c java.version		1.6.0_12
0.23/0.21	c os.name		Linux
0.23/0.21	c os.version		2.6.18-164.el5
0.23/0.21	c os.arch		i386
0.23/0.21	c Free memory 		1393557488
0.23/0.21	c Max memory 		1395916800
0.23/0.21	c Total memory 		1395916800
0.23/0.21	c Number of processors 	2
0.23/0.23	c Pseudo Boolean Optimization
0.23/0.23	c ManyCore solver with 2 solvers running in parallel
0.23/0.23	c --- Begin Solver configuration ---
0.23/0.23	c Stops conflict analysis at the first Unique Implication Point
0.23/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1786e64
0.23/0.23	c Learn all clauses as in MiniSAT
0.23/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.23	c Expensive reason simplification
0.23/0.23	c Armin Biere (Picosat) restarts strategy
0.23/0.23	c Glucose learned constraints deletion strategy
0.23/0.23	c timeout=2147483s
0.23/0.23	c DB Simplification allowed=false
0.23/0.23	c --- End Solver configuration ---
0.23/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.23	c --- Begin Solver configuration ---
0.23/0.23	c Stops conflict analysis at the first Unique Implication Point
0.23/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2808b3
0.23/0.23	c Learn all clauses as in MiniSAT
0.23/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.23	c No reason simplification
0.23/0.23	c Armin Biere (Picosat) restarts strategy
0.23/0.23	c Glucose learned constraints deletion strategy
0.23/0.23	c timeout=2147483s
0.23/0.23	c DB Simplification allowed=false
0.23/0.23	c --- End Solver configuration ---
0.23/0.23	
0.23/0.23	c solving HOME/instance-2662529-1276524114.opb
0.23/0.23	c reading problem ... 
8.25/6.51	c ... done. Wall clock time 6.289s.
8.25/6.51	c #vars     155000
8.25/6.52	c #constraints  64336
8.25/6.52	c constraints type 
8.25/6.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
8.25/6.52	c constraints type 
8.25/6.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
99.29/52.57	c cleaning 2488 clauses out of 5000 with flag 5000/5000
148.70/77.88	c cleaning 4264 clauses out of 8527 with flag 11015/11015
184.05/96.03	c cleaning 5635 clauses out of 11270 with flag 18022/18022
233.19/121.24	c cleaning 6816 clauses out of 13631 with flag 26018/26018
285.63/148.26	c cleaning 7913 clauses out of 15826 with flag 35029/35029
323.67/167.89	c cleaning 8945 clauses out of 17898 with flag 45014/45014
369.84/191.53	c cleaning 9469 clauses out of 18943 with flag 55004/55004
413.03/213.72	c cleaning 9726 clauses out of 19472 with flag 65002/65002
454.25/235.01	c cleaning 9842 clauses out of 19744 with flag 75000/75000
497.97/257.53	c cleaning 9934 clauses out of 19903 with flag 85001/85001
547.11/282.72	c cleaning 9974 clauses out of 19975 with flag 95007/95007
586.30/302.99	c cleaning 9992 clauses out of 20002 with flag 105008/105008
627.51/324.27	c cleaning 9999 clauses out of 20003 with flag 115001/115001
697.96/360.27	c cleaning 10001 clauses out of 20005 with flag 125002/125002
741.31/382.52	c cleaning 9997 clauses out of 20002 with flag 135000/135000
793.45/409.27	c cleaning 10009 clauses out of 20024 with flag 145019/145019
847.66/437.20	c cleaning 9999 clauses out of 20006 with flag 155010/155010
897.95/462.97	c cleaning 9998 clauses out of 20005 with flag 165008/165008
962.92/496.11	c cleaning 10009 clauses out of 20024 with flag 175025/175025
1011.43/521.02	c cleaning 9995 clauses out of 19998 with flag 185008/185008
1066.79/549.52	c cleaning 9996 clauses out of 19999 with flag 195004/195004
1118.41/576.04	c cleaning 9999 clauses out of 20005 with flag 205006/205006
1168.31/601.65	c cleaning 9997 clauses out of 20000 with flag 215000/215000
1214.26/625.27	c cleaning 9999 clauses out of 20006 with flag 225003/225003
1271.34/654.52	c cleaning 9999 clauses out of 20006 with flag 235002/235002
1318.70/678.86	c cleaning 9998 clauses out of 20005 with flag 245000/245000
1369.65/704.94	c cleaning 10003 clauses out of 20009 with flag 255002/255002
1424.88/733.28	c cleaning 9996 clauses out of 20006 with flag 265002/265002
1475.27/759.30	c cleaning 9983 clauses out of 20008 with flag 275000/275000
1548.08/796.44	c cleaning 10002 clauses out of 20040 with flag 285015/285015
1596.97/821.56	c cleaning 9999 clauses out of 20023 with flag 295000/295000
1662.52/855.07	c cleaning 9965 clauses out of 20024 with flag 305000/305000
1800.11/925.03	c starts		: 134
1800.11/925.03	c conflicts		: 314795
1800.11/925.03	c decisions		: 1542232
1800.11/925.03	c propagations		: 13795857
1800.11/925.03	c inspects		: 193077689
1800.11/925.03	c learnt literals	: 0
1800.11/925.03	c learnt binary clauses	: 0
1800.11/925.03	c learnt ternary clauses	: 0
1800.11/925.03	c learnt clauses	: 314794
1800.11/925.03	c ignored clauses	: 0
1800.11/925.03	c root simplifications	: 0
1800.11/925.03	c removed literals (reason simplification)	: 7819586
1800.11/925.03	c reason swapping (by a shorter reason)	: 0
1800.11/925.03	c Calls to reduceDB	: 32
1800.11/925.03	c number of reductions to clauses (during analyze)	: 0
1800.11/925.03	c number of learned constraints concerned by reduction	: 0
1800.11/925.03	c number of learning phase by resolution	: 0
1800.11/925.03	c number of learning phase by cutting planes	: 0
1800.11/925.03	c speed (assignments/second)	: 15019.838673328188
1800.11/925.03	c non guided choices	659017
1800.11/925.10	c learnt constraints type 
1800.11/925.11	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19862
1800.11/925.11	c constraints type 
1800.11/925.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.11/925.11	c constraints type 
1800.11/925.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.11/925.11	s UNKNOWN
1800.11/925.11	c Total wall clock time (in seconds): 924.88

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-2662529-1276524114/watcher-2662529-1276524114 -o /tmp/evaluation-result-2662529-1276524114/solver-2662529-1276524114 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662529-1276524114.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 0.99 3/106 27686
/proc/meminfo: memFree=1702216/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=248 CPUtime=0
/proc/27686/stat : 27686 (java) R 27684 27686 27561 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 26063311 253952 29 1992294400 134512640 134550932 4288701152 18446744073709551615 3252702 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27686/statm: 62 29 21 10 0 23 0

[startup+0.0490131 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 27686
/proc/meminfo: memFree=1702216/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1521016 CPUtime=0.03
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 3473 0 1 0 2 1 0 0 18 0 5 0 26063311 1557520384 2916 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 380254 2916 984 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.102023 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 27686
/proc/meminfo: memFree=1702216/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1524020 CPUtime=0.08
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 3929 0 1 0 6 2 0 0 18 0 12 0 26063311 1560596480 3368 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 381005 3368 1071 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.301059 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 27686
/proc/meminfo: memFree=1702216/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1526288 CPUtime=0.37
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 7020 0 1 0 33 4 0 0 18 0 12 0 26063311 1562918912 6457 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 381572 6457 1359 10 0 378875 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526288

[startup+0.702127 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 27686
/proc/meminfo: memFree=1702216/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1528232 CPUtime=0.95
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 10162 0 1 0 90 5 0 0 18 0 12 0 26063311 1564909568 9599 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 382058 9601 1400 10 0 379361 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1528232

[startup+1.50128 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 27698
/proc/meminfo: memFree=1647004/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1528232 CPUtime=1.77
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 24540 0 1 0 166 11 0 0 18 0 12 0 26063311 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 382058 23977 1400 10 0 379361 0
[pid=27686/tid=27688] ppid=27684 vsize=1528232 CPUtime=1.35
/proc/27686/task/27688/stat : 27688 (java) R 27684 27686 27561 0 -1 4202560 22357 0 1 0 125 10 0 0 25 0 12 0 26063312 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4109413858 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27686/tid=27689] ppid=27684 vsize=1528232 CPUtime=0
/proc/27686/task/27689/stat : 27689 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 26063313 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27690] ppid=27684 vsize=1528232 CPUtime=0
/proc/27686/task/27690/stat : 27690 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 26063313 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27691] ppid=27684 vsize=1528232 CPUtime=0
/proc/27686/task/27691/stat : 27691 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 26063315 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27692] ppid=27684 vsize=1528232 CPUtime=0
/proc/27686/task/27692/stat : 27692 (java) S 27684 27686 27561 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 26063316 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27693] ppid=27684 vsize=1528232 CPUtime=0
/proc/27686/task/27693/stat : 27693 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 26063316 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27694] ppid=27684 vsize=1528232 CPUtime=0
/proc/27686/task/27694/stat : 27694 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 26063320 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27695] ppid=27684 vsize=1528232 CPUtime=0.15
/proc/27686/task/27695/stat : 27695 (java) S 27684 27686 27561 0 -1 4202560 349 0 0 0 15 0 0 0 15 0 12 0 26063320 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27696] ppid=27684 vsize=1528232 CPUtime=0.24
/proc/27686/task/27696/stat : 27696 (java) S 27684 27686 27561 0 -1 4202560 768 0 0 0 24 0 0 0 15 0 12 0 26063321 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27697] ppid=27684 vsize=1528232 CPUtime=0
/proc/27686/task/27697/stat : 27697 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 26063321 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27698] ppid=27684 vsize=1528232 CPUtime=0
/proc/27686/task/27698/stat : 27698 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26063321 1564909568 23977 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 1528232

[startup+3.10157 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 27698
/proc/meminfo: memFree=1556484/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1528368 CPUtime=3.72
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 42741 0 1 0 353 19 0 0 18 0 12 0 26063311 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 382092 41802 1415 10 0 379395 0
[pid=27686/tid=27688] ppid=27684 vsize=1528368 CPUtime=2.7
/proc/27686/task/27688/stat : 27688 (java) R 27684 27686 27561 0 -1 4202560 32009 0 1 0 256 14 0 0 25 0 12 0 26063312 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4109831210 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27686/tid=27689] ppid=27684 vsize=1528368 CPUtime=0.13
/proc/27686/task/27689/stat : 27689 (java) S 27684 27686 27561 0 -1 4202560 4154 0 0 0 11 2 0 0 18 0 12 0 26063313 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27690] ppid=27684 vsize=1528368 CPUtime=0.13
/proc/27686/task/27690/stat : 27690 (java) S 27684 27686 27561 0 -1 4202560 4351 0 0 0 12 1 0 0 18 0 12 0 26063313 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27691] ppid=27684 vsize=1528368 CPUtime=0
/proc/27686/task/27691/stat : 27691 (java) S 27684 27686 27561 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 12 0 26063315 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27692] ppid=27684 vsize=1528368 CPUtime=0
/proc/27686/task/27692/stat : 27692 (java) S 27684 27686 27561 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 26063316 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27693] ppid=27684 vsize=1528368 CPUtime=0
/proc/27686/task/27693/stat : 27693 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 26063316 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27694] ppid=27684 vsize=1528368 CPUtime=0
/proc/27686/task/27694/stat : 27694 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 26063320 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27695] ppid=27684 vsize=1528368 CPUtime=0.27
/proc/27686/task/27695/stat : 27695 (java) S 27684 27686 27561 0 -1 4202560 359 0 0 0 27 0 0 0 15 0 12 0 26063320 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27696] ppid=27684 vsize=1528368 CPUtime=0.43
/proc/27686/task/27696/stat : 27696 (java) S 27684 27686 27561 0 -1 4202560 802 0 0 0 43 0 0 0 15 0 12 0 26063321 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27697] ppid=27684 vsize=1528368 CPUtime=0
/proc/27686/task/27697/stat : 27697 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 26063321 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27698] ppid=27684 vsize=1528368 CPUtime=0
/proc/27686/task/27698/stat : 27698 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26063321 1565048832 41802 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1528368

[startup+6.30115 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 27698
/proc/meminfo: memFree=1455548/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1534256 CPUtime=7.94
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 73399 0 1 0 759 35 0 0 18 0 12 0 26063311 1571078144 68440 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 383564 68440 1416 10 0 380867 0
[pid=27686/tid=27688] ppid=27684 vsize=1534256 CPUtime=5.03
/proc/27686/task/27688/stat : 27688 (java) R 27684 27686 27561 0 -1 4202560 32014 0 1 0 488 15 0 0 25 0 12 0 26063312 1571078144 68440 1992294400 134512640 134550932 4288701152 18446744073709551615 4109765542 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27686/tid=27689] ppid=27684 vsize=1534256 CPUtime=0.97
/proc/27686/task/27689/stat : 27689 (java) S 27684 27686 27561 0 -1 4202560 17877 0 0 0 88 9 0 0 18 0 12 0 26063313 1571078144 68440 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27690] ppid=27684 vsize=1534256 CPUtime=0.99
/proc/27686/task/27690/stat : 27690 (java) S 27684 27686 27561 0 -1 4202560 19241 0 0 0 92 7 0 0 18 0 12 0 26063313 1571078144 68440 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27691] ppid=27684 vsize=1534256 CPUtime=0
/proc/27686/task/27691/stat : 27691 (java) S 27684 27686 27561 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 26063315 1571078144 68440 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27692] ppid=27684 vsize=1534256 CPUtime=0
/proc/27686/task/27692/stat : 27692 (java) S 27684 27686 27561 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 26063316 1571078144 68440 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27693] ppid=27684 vsize=1534256 CPUtime=0
/proc/27686/task/27693/stat : 27693 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 26063316 1571078144 68440 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27694] ppid=27684 vsize=1534256 CPUtime=0
/proc/27686/task/27694/stat : 27694 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 26063320 1571078144 68440 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27695] ppid=27684 vsize=1534256 CPUtime=0.27
/proc/27686/task/27695/stat : 27695 (java) S 27684 27686 27561 0 -1 4202560 359 0 0 0 27 0 0 0 15 0 12 0 26063320 1571078144 68440 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27696] ppid=27684 vsize=1534256 CPUtime=0.61
/proc/27686/task/27696/stat : 27696 (java) R 27684 27686 27561 0 -1 4202560 2843 0 0 0 60 1 0 0 16 0 12 0 26063321 1571078144 68441 1992294400 134512640 134550932 4288701152 18446744073709551615 3724368 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27686/tid=27697] ppid=27684 vsize=1534256 CPUtime=0
/proc/27686/task/27697/stat : 27697 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 26063321 1571078144 68441 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27698] ppid=27684 vsize=1534256 CPUtime=0
/proc/27686/task/27698/stat : 27698 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26063321 1571078144 68441 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 1534256

[startup+12.7023 s]
/proc/loadavg: 1.01 1.00 1.00 3/122 27702
/proc/meminfo: memFree=1376652/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1535592 CPUtime=20.49
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 89381 0 1 0 2005 44 0 0 18 0 16 0 26063311 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 383898 82543 1441 10 0 381201 0
[pid=27686/tid=27688] ppid=27684 vsize=1535592 CPUtime=5.24
/proc/27686/task/27688/stat : 27688 (java) S 27684 27686 27561 0 -1 4202560 32039 0 1 0 509 15 0 0 18 0 16 0 26063312 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27689] ppid=27684 vsize=1535592 CPUtime=1.82
/proc/27686/task/27689/stat : 27689 (java) S 27684 27686 27561 0 -1 4202560 24692 0 0 0 169 13 0 0 16 0 16 0 26063313 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27690] ppid=27684 vsize=1535592 CPUtime=1.84
/proc/27686/task/27690/stat : 27690 (java) S 27684 27686 27561 0 -1 4202560 27044 0 0 0 173 11 0 0 16 0 16 0 26063313 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27691] ppid=27684 vsize=1535592 CPUtime=0.01
/proc/27686/task/27691/stat : 27691 (java) S 27684 27686 27561 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 16 0 26063315 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27692] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27692/stat : 27692 (java) S 27684 27686 27561 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 26063316 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27693] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27693/stat : 27693 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 26063316 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27694] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27694/stat : 27694 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26063320 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27695] ppid=27684 vsize=1535592 CPUtime=1.23
/proc/27686/task/27695/stat : 27695 (java) S 27684 27686 27561 0 -1 4202560 557 0 0 0 123 0 0 0 15 0 16 0 26063320 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27696] ppid=27684 vsize=1535592 CPUtime=1.7
/proc/27686/task/27696/stat : 27696 (java) S 27684 27686 27561 0 -1 4202560 3911 0 0 0 169 1 0 0 15 0 16 0 26063321 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27697] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27697/stat : 27697 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26063321 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27698] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27698/stat : 27698 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 26063321 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27699] ppid=27684 vsize=1535592 CPUtime=4.42
/proc/27686/task/27699/stat : 27699 (java) R 27684 27686 27561 0 -1 4202560 31 0 0 0 442 0 0 0 18 0 16 0 26063963 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4110104413 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27686/tid=27700] ppid=27684 vsize=1535592 CPUtime=4.16
/proc/27686/task/27700/stat : 27700 (java) R 27684 27686 27561 0 -1 4202560 32 0 0 0 416 0 0 0 25 0 16 0 26063963 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4110061515 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27686/tid=27701] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27701/stat : 27701 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 26064098 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27702] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27702/stat : 27702 (java) S 27684 27686 27561 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 26064111 1572446208 82543 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 1535592

[startup+25.5027 s]
/proc/loadavg: 1.31 1.06 1.02 4/122 27704
/proc/meminfo: memFree=1357060/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1535592 CPUtime=45.82
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 94370 0 1 0 4534 48 0 0 18 0 16 0 26063311 1572446208 87354 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 383898 87354 1441 10 0 381201 0
[pid=27686/tid=27688] ppid=27684 vsize=1535592 CPUtime=5.24
/proc/27686/task/27688/stat : 27688 (java) S 27684 27686 27561 0 -1 4202560 32039 0 1 0 509 15 0 0 15 0 16 0 26063312 1572446208 87354 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27689] ppid=27684 vsize=1535592 CPUtime=2.29
/proc/27686/task/27689/stat : 27689 (java) S 27684 27686 27561 0 -1 4202560 27507 0 0 0 214 15 0 0 16 0 16 0 26063313 1572446208 87354 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27690] ppid=27684 vsize=1535592 CPUtime=2.3
/proc/27686/task/27690/stat : 27690 (java) S 27684 27686 27561 0 -1 4202560 29189 0 0 0 217 13 0 0 15 0 16 0 26063313 1572446208 87354 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27691] ppid=27684 vsize=1535592 CPUtime=0.02

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

/proc/27686/task/27701/stat : 27701 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 26064098 1572446208 118884 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27702] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27702/stat : 27702 (java) S 27684 27686 27561 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 26064111 1572446208 118884 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1480.54
Current children cumulated vsize (KiB) 1535592

[startup+822.302 s]
/proc/loadavg: 2.18 2.00 1.58 5/122 27724
/proc/meminfo: memFree=1219544/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1538240 CPUtime=1597.88
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 269535 0 1 0 159590 198 0 0 18 0 16 0 26063311 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 384560 121999 1452 10 0 381863 0
[pid=27686/tid=27688] ppid=27684 vsize=1538240 CPUtime=5.24
/proc/27686/task/27688/stat : 27688 (java) S 27684 27686 27561 0 -1 4202560 32054 0 1 0 509 15 0 0 15 0 16 0 26063312 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27689] ppid=27684 vsize=1538240 CPUtime=11.27
/proc/27686/task/27689/stat : 27689 (java) S 27684 27686 27561 0 -1 4202560 47360 0 0 0 1086 41 0 0 16 0 16 0 26063313 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27690] ppid=27684 vsize=1538240 CPUtime=11.31
/proc/27686/task/27690/stat : 27690 (java) S 27684 27686 27561 0 -1 4202560 49495 0 0 0 1093 38 0 0 15 0 16 0 26063313 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27691] ppid=27684 vsize=1538240 CPUtime=26.82
/proc/27686/task/27691/stat : 27691 (java) R 27684 27686 27561 0 -1 4202560 134251 0 0 0 2625 57 0 0 16 0 16 0 26063315 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=27686/tid=27692] ppid=27684 vsize=1538240 CPUtime=0
/proc/27686/task/27692/stat : 27692 (java) S 27684 27686 27561 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 26063316 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27693] ppid=27684 vsize=1538240 CPUtime=0
/proc/27686/task/27693/stat : 27693 (java) S 27684 27686 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 26063316 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27694] ppid=27684 vsize=1538240 CPUtime=0
/proc/27686/task/27694/stat : 27694 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26063320 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27695] ppid=27684 vsize=1538240 CPUtime=1.99
/proc/27686/task/27695/stat : 27695 (java) S 27684 27686 27561 0 -1 4202560 615 0 0 0 199 0 0 0 15 0 16 0 26063320 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27696] ppid=27684 vsize=1538240 CPUtime=1.7
/proc/27686/task/27696/stat : 27696 (java) S 27684 27686 27561 0 -1 4202560 3911 0 0 0 169 1 0 0 16 0 16 0 26063321 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27697] ppid=27684 vsize=1538240 CPUtime=0
/proc/27686/task/27697/stat : 27697 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26063321 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27698] ppid=27684 vsize=1538240 CPUtime=0
/proc/27686/task/27698/stat : 27698 (java) S 27684 27686 27561 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 26063321 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27699] ppid=27684 vsize=1538240 CPUtime=772.78
/proc/27686/task/27699/stat : 27699 (java) S 27684 27686 27561 0 -1 4202560 320 0 0 0 77255 23 0 0 25 0 16 0 26063963 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27700] ppid=27684 vsize=1538240 CPUtime=766.67
/proc/27686/task/27700/stat : 27700 (java) S 27684 27686 27561 0 -1 4202560 408 0 0 0 76650 17 0 0 25 0 16 0 26063963 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27701] ppid=27684 vsize=1538240 CPUtime=0
/proc/27686/task/27701/stat : 27701 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 26064098 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27702] ppid=27684 vsize=1538240 CPUtime=0
/proc/27686/task/27702/stat : 27702 (java) S 27684 27686 27561 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 26064111 1575157760 121999 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1597.88
Current children cumulated vsize (KiB) 1538240

[startup+882.302 s]
/proc/loadavg: 2.07 2.00 1.61 3/122 27726
/proc/meminfo: memFree=1218800/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1535592 CPUtime=1715.5
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 270303 0 1 0 171347 203 0 0 18 0 16 0 26063311 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 383898 121337 1452 10 0 381201 0
[pid=27686/tid=27688] ppid=27684 vsize=1535592 CPUtime=5.24
/proc/27686/task/27688/stat : 27688 (java) S 27684 27686 27561 0 -1 4202560 32056 0 1 0 509 15 0 0 15 0 16 0 26063312 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27689] ppid=27684 vsize=1535592 CPUtime=11.63
/proc/27686/task/27689/stat : 27689 (java) S 27684 27686 27561 0 -1 4202560 47360 0 0 0 1121 42 0 0 16 0 16 0 26063313 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27690] ppid=27684 vsize=1535592 CPUtime=11.67
/proc/27686/task/27690/stat : 27690 (java) S 27684 27686 27561 0 -1 4202560 49495 0 0 0 1128 39 0 0 16 0 16 0 26063313 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27691] ppid=27684 vsize=1535592 CPUtime=28.1
/proc/27686/task/27691/stat : 27691 (java) S 27684 27686 27561 0 -1 4202560 135005 0 0 0 2753 57 0 0 15 0 16 0 26063315 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27692] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27692/stat : 27692 (java) S 27684 27686 27561 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 26063316 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27693] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27693/stat : 27693 (java) S 27684 27686 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 26063316 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27694] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27694/stat : 27694 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26063320 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27695] ppid=27684 vsize=1535592 CPUtime=1.99
/proc/27686/task/27695/stat : 27695 (java) S 27684 27686 27561 0 -1 4202560 615 0 0 0 199 0 0 0 15 0 16 0 26063320 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27696] ppid=27684 vsize=1535592 CPUtime=1.7
/proc/27686/task/27696/stat : 27696 (java) S 27684 27686 27561 0 -1 4202560 3911 0 0 0 169 1 0 0 16 0 16 0 26063321 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27697] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27697/stat : 27697 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26063321 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27698] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27698/stat : 27698 (java) S 27684 27686 27561 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 26063321 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27699] ppid=27684 vsize=1535592 CPUtime=830.94
/proc/27686/task/27699/stat : 27699 (java) R 27684 27686 27561 0 -1 4202560 322 0 0 0 83071 23 0 0 25 0 16 0 26063963 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4110239713 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27686/tid=27700] ppid=27684 vsize=1535592 CPUtime=824.14
/proc/27686/task/27700/stat : 27700 (java) R 27684 27686 27561 0 -1 4202560 414 0 0 0 82393 21 0 0 25 0 16 0 26063963 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4109874177 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27686/tid=27701] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27701/stat : 27701 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 26064098 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27702] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27702/stat : 27702 (java) S 27684 27686 27561 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 26064111 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1715.5
Current children cumulated vsize (KiB) 1535592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.003 s]
/proc/loadavg: 2.03 2.00 1.62 4/122 27728
/proc/meminfo: memFree=1218800/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1535592 CPUtime=1800.11
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 270329 0 1 0 179805 206 0 0 18 0 16 0 26063311 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 383898 121337 1452 10 0 381201 0
[pid=27686/tid=27688] ppid=27684 vsize=1535592 CPUtime=5.24
/proc/27686/task/27688/stat : 27688 (java) S 27684 27686 27561 0 -1 4202560 32056 0 1 0 509 15 0 0 15 0 16 0 26063312 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27689] ppid=27684 vsize=1535592 CPUtime=11.92
/proc/27686/task/27689/stat : 27689 (java) S 27684 27686 27561 0 -1 4202560 47360 0 0 0 1150 42 0 0 16 0 16 0 26063313 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27690] ppid=27684 vsize=1535592 CPUtime=11.94
/proc/27686/task/27690/stat : 27690 (java) S 27684 27686 27561 0 -1 4202560 49495 0 0 0 1154 40 0 0 15 0 16 0 26063313 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27691] ppid=27684 vsize=1535592 CPUtime=28.11
/proc/27686/task/27691/stat : 27691 (java) S 27684 27686 27561 0 -1 4202560 135009 0 0 0 2754 57 0 0 15 0 16 0 26063315 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27692] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27692/stat : 27692 (java) S 27684 27686 27561 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 26063316 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27693] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27693/stat : 27693 (java) S 27684 27686 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 26063316 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27694] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27694/stat : 27694 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26063320 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27695] ppid=27684 vsize=1535592 CPUtime=1.99
/proc/27686/task/27695/stat : 27695 (java) S 27684 27686 27561 0 -1 4202560 615 0 0 0 199 0 0 0 15 0 16 0 26063320 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27696] ppid=27684 vsize=1535592 CPUtime=1.7
/proc/27686/task/27696/stat : 27696 (java) S 27684 27686 27561 0 -1 4202560 3911 0 0 0 169 1 0 0 16 0 16 0 26063321 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27697] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27697/stat : 27697 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 26063321 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27698] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27698/stat : 27698 (java) S 27684 27686 27561 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 26063321 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27699] ppid=27684 vsize=1535592 CPUtime=873.03
/proc/27686/task/27699/stat : 27699 (java) R 27684 27686 27561 0 -1 4202560 329 0 0 0 87279 24 0 0 25 0 16 0 26063963 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4110061459 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27686/tid=27700] ppid=27684 vsize=1535592 CPUtime=866.1
/proc/27686/task/27700/stat : 27700 (java) R 27684 27686 27561 0 -1 4202560 427 0 0 0 86588 22 0 0 25 0 16 0 26063963 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4109804285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27686/tid=27701] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27701/stat : 27701 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 26064098 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27702] ppid=27684 vsize=1535592 CPUtime=0
/proc/27686/task/27702/stat : 27702 (java) S 27684 27686 27561 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 16 0 26064111 1572446208 121337 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1535592

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

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

[startup+925.127 s]
/proc/loadavg: 2.03 2.00 1.62 4/122 27728
/proc/meminfo: memFree=1218800/2059040 swapFree=4140360/4192956
[pid=27686] ppid=27684 vsize=1536240 CPUtime=1800.33
/proc/27686/stat : 27686 (java) S 27684 27686 27561 0 -1 4202496 270351 0 1 0 179827 206 0 0 18 0 17 0 26063311 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27686/statm: 384060 121359 1453 10 0 381363 0
[pid=27686/tid=27688] ppid=27684 vsize=1536240 CPUtime=5.24
/proc/27686/task/27688/stat : 27688 (java) S 27684 27686 27561 0 -1 4202560 32056 0 1 0 509 15 0 0 15 0 17 0 26063312 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27689] ppid=27684 vsize=1536240 CPUtime=11.92
/proc/27686/task/27689/stat : 27689 (java) S 27684 27686 27561 0 -1 4202560 47360 0 0 0 1150 42 0 0 16 0 17 0 26063313 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27690] ppid=27684 vsize=1536240 CPUtime=11.94
/proc/27686/task/27690/stat : 27690 (java) S 27684 27686 27561 0 -1 4202560 49495 0 0 0 1154 40 0 0 15 0 17 0 26063313 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27691] ppid=27684 vsize=1536240 CPUtime=28.11
/proc/27686/task/27691/stat : 27691 (java) S 27684 27686 27561 0 -1 4202560 135009 0 0 0 2754 57 0 0 15 0 17 0 26063315 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 0 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27692] ppid=27684 vsize=1536240 CPUtime=0
/proc/27686/task/27692/stat : 27692 (java) S 27684 27686 27561 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 26063316 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27693] ppid=27684 vsize=1536240 CPUtime=0
/proc/27686/task/27693/stat : 27693 (java) S 27684 27686 27561 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 26063316 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27694] ppid=27684 vsize=1536240 CPUtime=0
/proc/27686/task/27694/stat : 27694 (java) S 27684 27686 27561 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 26063320 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27695] ppid=27684 vsize=1536240 CPUtime=2.03
/proc/27686/task/27695/stat : 27695 (java) S 27684 27686 27561 0 -1 4202560 617 0 0 0 203 0 0 0 15 0 17 0 26063320 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27696] ppid=27684 vsize=1536240 CPUtime=1.7
/proc/27686/task/27696/stat : 27696 (java) S 27684 27686 27561 0 -1 4202560 3911 0 0 0 169 1 0 0 16 0 17 0 26063321 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 1 0 0 0
[pid=27686/tid=27697] ppid=27684 vsize=1536240 CPUtime=0
/proc/27686/task/27697/stat : 27697 (java) S 27684 27686 27561 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 26063321 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27698] ppid=27684 vsize=1536240 CPUtime=0
/proc/27686/task/27698/stat : 27698 (java) R 27684 27686 27561 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 26063321 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27686/tid=27699] ppid=27684 vsize=1536240 CPUtime=873.13
/proc/27686/task/27699/stat : 27699 (java) R 27684 27686 27561 0 -1 4202560 329 0 0 0 87289 24 0 0 25 0 17 0 26063963 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4110241005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27686/tid=27700] ppid=27684 vsize=1536240 CPUtime=866.15
/proc/27686/task/27700/stat : 27700 (java) R 27684 27686 27561 0 -1 4202560 427 0 0 0 86593 22 0 0 25 0 17 0 26063963 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4110060787 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27686/tid=27701] ppid=27684 vsize=1536240 CPUtime=0
/proc/27686/task/27701/stat : 27701 (java) S 27684 27686 27561 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 17 0 26064098 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
[pid=27686/tid=27702] ppid=27684 vsize=1536240 CPUtime=0
/proc/27686/task/27702/stat : 27702 (java) S 27684 27686 27561 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 17 0 26064111 1573109760 121359 1992294400 134512640 134550932 4288701152 18446744073709551615 4294960144 0 4 0 16800975 18446604437845945088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1536240

Child status: 143
Real time (s): 925.179
CPU time (s): 1800.39
CPU user time (s): 1798.27
CPU system time (s): 2.11468
CPU usage (%): 194.599
Max. virtual memory (cumulated for all children) (KiB): 1563208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.11468
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270352
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= 28619
involuntary context switches= 52150

runsolver used 4.55231 second user time and 10.7094 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-14 16:01:55
IDJOB=2662529
IDBENCH=2305
IDSOLVER=1166
FILE ID=node027/2662529-1276524114
PBS_JOBID= 11173448
Free space on /tmp= 62472 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3709.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662529-1276524114/watcher-2662529-1276524114 -o /tmp/evaluation-result-2662529-1276524114/solver-2662529-1276524114 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662529-1276524114.opb

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

MD5SUM BENCH= 7d8773951a908fd3c2652ff6acba65e8
RANDOM SEED=357553093

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:       1702736 kB
Buffers:        141240 kB
Cached:         131860 kB
SwapCached:       6028 kB
Active:         111928 kB
Inactive:       174104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1702736 kB
SwapTotal:     4192956 kB
SwapFree:      4140360 kB
Dirty:            8844 kB
Writeback:           8 kB
AnonPages:       11004 kB
Mapped:          12968 kB
Slab:            48468 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182432 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= 62468 MiB
End job on node027 at 2010-06-14 16:17:22