Trace number 2662188

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.49 919.081

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd8.opb
MD5SUM68f48570ba6245cb642bc98d786c3bfe
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82500
Total number of constraints397
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 constraints397
Minimum length of a constraint300
Maximum length of a constraint720
Number of terms in the objective function 82500
Biggest coefficient in the objective function 221357547985043456
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 595796164546237514244
Number of bits of the sum of numbers in the objective function 70
Biggest number in a constraint 221357547985043456
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 595796164546237514244
Number of bits of the biggest sum of numbers70
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.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.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662188-1276556193.opb
0.22/0.22	c reading problem ... 
6.54/5.01	c ... done. Wall clock time 4.784s.
6.54/5.01	c #vars     82500
6.54/5.01	c #constraints  794
6.54/5.01	c constraints type 
6.54/5.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
6.54/5.01	c constraints type 
6.54/5.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
108.62/56.57	c cleaning 2496 clauses out of 5001 with flag 5001/5001
115.92/60.47	c cleaning 4253 clauses out of 8506 with flag 11002/11002
123.41/64.45	c cleaning 5626 clauses out of 11252 with flag 18001/18001
135.84/70.97	c cleaning 6811 clauses out of 13629 with flag 26004/26004
148.72/77.70	c cleaning 7907 clauses out of 15815 with flag 35001/35001
172.64/90.08	c cleaning 8954 clauses out of 17907 with flag 45000/45000
204.46/106.30	c cleaning 9481 clauses out of 18961 with flag 55008/55008
238.72/123.87	c cleaning 9736 clauses out of 19473 with flag 65001/65001
278.91/144.48	c cleaning 9869 clauses out of 19739 with flag 75003/75003
327.43/169.19	c cleaning 9933 clauses out of 19868 with flag 85001/85001
369.32/190.56	c cleaning 9963 clauses out of 19934 with flag 95000/95000
401.40/207.05	c cleaning 9986 clauses out of 19972 with flag 105001/105001
422.25/217.96	c cleaning 9993 clauses out of 19989 with flag 115004/115004
442.00/228.29	c cleaning 9995 clauses out of 19993 with flag 125001/125001
484.04/249.76	c cleaning 9999 clauses out of 19998 with flag 135001/135001
561.04/288.87	c cleaning 9999 clauses out of 19998 with flag 145000/145000
639.94/328.95	c cleaning 10001 clauses out of 20001 with flag 155002/155002
714.80/367.03	c cleaning 10000 clauses out of 19999 with flag 165001/165001
805.92/413.21	c cleaning 10001 clauses out of 20001 with flag 175003/175003
897.81/459.82	c cleaning 9999 clauses out of 19997 with flag 185000/185000
984.37/503.86	c cleaning 9999 clauses out of 19998 with flag 195000/195000
1066.09/545.30	c cleaning 10005 clauses out of 20009 with flag 205010/205010
1147.15/586.59	c cleaning 9999 clauses out of 19997 with flag 215003/215003
1225.25/626.28	c cleaning 9998 clauses out of 19997 with flag 225002/225002
1302.59/665.69	c cleaning 9996 clauses out of 19997 with flag 235000/235000
1376.61/703.24	c cleaning 9997 clauses out of 20002 with flag 245001/245001
1448.59/739.87	c cleaning 9998 clauses out of 20004 with flag 255000/255000
1529.71/781.02	c cleaning 10001 clauses out of 20007 with flag 265001/265001
1609.94/821.96	c cleaning 10006 clauses out of 20013 with flag 275008/275008
1686.18/860.72	c cleaning 10002 clauses out of 20007 with flag 285008/285008
1762.97/899.86	c cleaning 9997 clauses out of 20000 with flag 295003/295003
1800.19/918.91	c starts		: 134
1800.19/918.91	c conflicts		: 300241
1800.19/918.91	c decisions		: 899949
1800.19/918.91	c propagations		: 3320242
1800.19/918.91	c inspects		: 236618639
1800.19/918.91	c learnt literals	: 0
1800.19/918.91	c learnt binary clauses	: 0
1800.19/918.91	c learnt ternary clauses	: 0
1800.19/918.91	c learnt clauses	: 300240
1800.19/918.91	c ignored clauses	: 0
1800.19/918.91	c root simplifications	: 0
1800.19/918.91	c removed literals (reason simplification)	: 59759919
1800.19/918.91	c reason swapping (by a shorter reason)	: 0
1800.19/918.91	c Calls to reduceDB	: 31
1800.19/918.91	c number of reductions to clauses (during analyze)	: 0
1800.19/918.91	c number of learned constraints concerned by reduction	: 0
1800.19/918.91	c number of learning phase by resolution	: 0
1800.19/918.91	c number of learning phase by cutting planes	: 0
1800.19/918.91	c speed (assignments/second)	: 3634.0096622587444
1800.19/918.91	c non guided choices	15
1800.19/919.01	c learnt constraints type 
1800.19/919.01	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15251
1800.19/919.01	c constraints type 
1800.19/919.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
1800.19/919.01	c constraints type 
1800.19/919.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 794
1800.19/919.01	s UNKNOWN
1800.19/919.01	c Total wall clock time (in seconds): 918.786

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-2662188-1276556193/watcher-2662188-1276556193 -o /tmp/evaluation-result-2662188-1276556193/solver-2662188-1276556193 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662188-1276556193.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.01 1.02 1.00 3/106 1755
/proc/meminfo: memFree=1786928/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=248 CPUtime=0
/proc/1755/stat : 1755 (java6) R 1753 1755 1522 0 -1 4194304 109 0 0 0 0 0 0 0 16 0 1 0 31220874 253952 28 1992294400 134512640 134550932 4293752928 18446744073709551615 6382164 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1755/statm: 62 28 21 10 0 23 0

[startup+0.038398 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 1755
/proc/meminfo: memFree=1786928/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1520328 CPUtime=0.02
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 3303 0 1 0 0 2 0 0 15 0 4 0 31220874 1556815872 2746 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 380082 2746 945 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.10141 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 1755
/proc/meminfo: memFree=1786928/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1524180 CPUtime=0.08
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 3959 0 1 0 6 2 0 0 15 0 12 0 31220874 1560760320 3398 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 381045 3398 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301448 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 1755
/proc/meminfo: memFree=1786928/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1526772 CPUtime=0.37
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 6351 0 1 0 34 3 0 0 15 0 12 0 31220874 1563414528 5788 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 381693 5788 1356 10 0 378996 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526772

[startup+0.70152 s]
/proc/loadavg: 1.01 1.02 1.00 3/106 1755
/proc/meminfo: memFree=1786928/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1528000 CPUtime=1.05
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 9733 0 1 0 100 5 0 0 15 0 12 0 31220874 1564672000 9120 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 382000 9121 1400 10 0 379303 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1528000

[startup+1.50168 s]
/proc/loadavg: 1.01 1.02 1.00 2/118 1769
/proc/meminfo: memFree=1737916/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1538464 CPUtime=2.18
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 20637 0 1 0 209 9 0 0 15 0 12 0 31220874 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 384616 19695 1401 10 0 381919 0
[pid=1755/tid=1758] ppid=1753 vsize=1538464 CPUtime=1.47
/proc/1755/task/1758/stat : 1758 (java) R 1753 1755 1522 0 -1 4202560 15847 0 1 0 139 8 0 0 19 0 12 0 31220875 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1755/tid=1759] ppid=1753 vsize=1538464 CPUtime=0
/proc/1755/task/1759/stat : 1759 (java) S 1753 1755 1522 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 31220877 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1760] ppid=1753 vsize=1538464 CPUtime=0
/proc/1755/task/1760/stat : 1760 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 31220877 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1761] ppid=1753 vsize=1538464 CPUtime=0
/proc/1755/task/1761/stat : 1761 (java) S 1753 1755 1522 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 31220878 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1762] ppid=1753 vsize=1538464 CPUtime=0
/proc/1755/task/1762/stat : 1762 (java) S 1753 1755 1522 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 31220879 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1764] ppid=1753 vsize=1538464 CPUtime=0
/proc/1755/task/1764/stat : 1764 (java) S 1753 1755 1522 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 31220879 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1765] ppid=1753 vsize=1538464 CPUtime=0
/proc/1755/task/1765/stat : 1765 (java) S 1753 1755 1522 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 31220883 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1766] ppid=1753 vsize=1538464 CPUtime=0.07
/proc/1755/task/1766/stat : 1766 (java) R 1753 1755 1522 0 -1 4202560 38 0 0 0 7 0 0 0 17 0 12 0 31220883 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 105495844 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1755/tid=1767] ppid=1753 vsize=1538464 CPUtime=0.62
/proc/1755/task/1767/stat : 1767 (java) R 1753 1755 1522 0 -1 4202560 3688 0 0 0 62 0 0 0 16 0 12 0 31220883 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 104140335 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1755/tid=1768] ppid=1753 vsize=1538464 CPUtime=0
/proc/1755/task/1768/stat : 1768 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 31220883 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1769] ppid=1753 vsize=1538464 CPUtime=0
/proc/1755/task/1769/stat : 1769 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31220883 1575387136 19695 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 1538464

[startup+3.10198 s]
/proc/loadavg: 1.01 1.02 1.00 2/118 1769
/proc/meminfo: memFree=1681248/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1540336 CPUtime=4.37
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 47015 0 1 0 416 21 0 0 15 0 12 0 31220874 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 385084 44075 1417 10 0 382387 0
[pid=1755/tid=1758] ppid=1753 vsize=1540336 CPUtime=2.93
/proc/1755/task/1758/stat : 1758 (java) R 1753 1755 1522 0 -1 4202560 32017 0 1 0 278 15 0 0 21 0 12 0 31220875 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4109336611 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1755/tid=1759] ppid=1753 vsize=1540336 CPUtime=0.12
/proc/1755/task/1759/stat : 1759 (java) S 1753 1755 1522 0 -1 4202560 3914 0 0 0 11 1 0 0 16 0 12 0 31220877 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1760] ppid=1753 vsize=1540336 CPUtime=0.12
/proc/1755/task/1760/stat : 1760 (java) S 1753 1755 1522 0 -1 4202560 3977 0 0 0 11 1 0 0 18 0 12 0 31220877 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1761] ppid=1753 vsize=1540336 CPUtime=0
/proc/1755/task/1761/stat : 1761 (java) S 1753 1755 1522 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 31220878 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1762] ppid=1753 vsize=1540336 CPUtime=0
/proc/1755/task/1762/stat : 1762 (java) S 1753 1755 1522 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 31220879 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1764] ppid=1753 vsize=1540336 CPUtime=0
/proc/1755/task/1764/stat : 1764 (java) S 1753 1755 1522 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 31220879 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1765] ppid=1753 vsize=1540336 CPUtime=0
/proc/1755/task/1765/stat : 1765 (java) S 1753 1755 1522 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 31220883 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1766] ppid=1753 vsize=1540336 CPUtime=0.07
/proc/1755/task/1766/stat : 1766 (java) S 1753 1755 1522 0 -1 4202560 38 0 0 0 7 0 0 0 17 0 12 0 31220883 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1767] ppid=1753 vsize=1540336 CPUtime=1.08
/proc/1755/task/1767/stat : 1767 (java) S 1753 1755 1522 0 -1 4202560 5996 0 0 0 107 1 0 0 16 0 12 0 31220883 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1768] ppid=1753 vsize=1540336 CPUtime=0
/proc/1755/task/1768/stat : 1768 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 31220883 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1769] ppid=1753 vsize=1540336 CPUtime=0
/proc/1755/task/1769/stat : 1769 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 31220883 1577304064 44075 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 1540336

[startup+6.30109 s]
/proc/loadavg: 1.01 1.02 1.00 5/120 1771
/proc/meminfo: memFree=1541608/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1541632 CPUtime=9.09
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 70842 0 1 0 876 33 0 0 15 0 16 0 31220874 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 385408 64194 1441 10 0 382711 0
[pid=1755/tid=1758] ppid=1753 vsize=1541632 CPUtime=4.59
/proc/1755/task/1758/stat : 1758 (java) R 1753 1755 1522 0 -1 4202560 32044 0 1 0 443 16 0 0 18 0 16 0 31220875 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1755/tid=1759] ppid=1753 vsize=1541632 CPUtime=0.73
/proc/1755/task/1759/stat : 1759 (java) S 1753 1755 1522 0 -1 4202560 16744 0 0 0 65 8 0 0 16 0 16 0 31220877 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1760] ppid=1753 vsize=1541632 CPUtime=0.72
/proc/1755/task/1760/stat : 1760 (java) S 1753 1755 1522 0 -1 4202560 14453 0 0 0 67 5 0 0 16 0 16 0 31220877 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1761] ppid=1753 vsize=1541632 CPUtime=0.01
/proc/1755/task/1761/stat : 1761 (java) S 1753 1755 1522 0 -1 4202560 8 0 0 0 1 0 0 0 16 0 16 0 31220878 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1762] ppid=1753 vsize=1541632 CPUtime=0
/proc/1755/task/1762/stat : 1762 (java) S 1753 1755 1522 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31220879 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1764] ppid=1753 vsize=1541632 CPUtime=0
/proc/1755/task/1764/stat : 1764 (java) S 1753 1755 1522 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31220879 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1765] ppid=1753 vsize=1541632 CPUtime=0
/proc/1755/task/1765/stat : 1765 (java) S 1753 1755 1522 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 31220883 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1766] ppid=1753 vsize=1541632 CPUtime=0.53
/proc/1755/task/1766/stat : 1766 (java) S 1753 1755 1522 0 -1 4202560 122 0 0 0 53 0 0 0 15 0 16 0 31220883 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1767] ppid=1753 vsize=1541632 CPUtime=1.44
/proc/1755/task/1767/stat : 1767 (java) S 1753 1755 1522 0 -1 4202560 6362 0 0 0 143 1 0 0 15 0 16 0 31220883 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1768] ppid=1753 vsize=1541632 CPUtime=0
/proc/1755/task/1768/stat : 1768 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31220883 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1769] ppid=1753 vsize=1541632 CPUtime=0
/proc/1755/task/1769/stat : 1769 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31220883 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1770] ppid=1753 vsize=1541632 CPUtime=0.57
/proc/1755/task/1770/stat : 1770 (java) R 1753 1755 1522 0 -1 4202560 17 0 0 0 57 0 0 0 18 0 16 0 31221375 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4109004130 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1755/tid=1771] ppid=1753 vsize=1541632 CPUtime=0.44
/proc/1755/task/1771/stat : 1771 (java) R 1753 1755 1522 0 -1 4202560 16 0 0 0 44 0 0 0 25 0 16 0 31221375 1578631168 64194 1992294400 134512640 134550932 4293797568 18446744073709551615 4109727216 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 1541632

[startup+12.7011 s]
/proc/loadavg: 1.16 1.05 1.01 3/122 1773
/proc/meminfo: memFree=1532540/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1540912 CPUtime=21.77
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 75628 0 1 0 2141 36 0 0 15 0 16 0 31220874 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 385228 67509 1443 10 0 382531 0
[pid=1755/tid=1758] ppid=1753 vsize=1540912 CPUtime=4.59
/proc/1755/task/1758/stat : 1758 (java) S 1753 1755 1522 0 -1 4202560 32044 0 1 0 443 16 0 0 18 0 16 0 31220875 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1759] ppid=1753 vsize=1540912 CPUtime=1.02
/proc/1755/task/1759/stat : 1759 (java) S 1753 1755 1522 0 -1 4202560 19074 0 0 0 93 9 0 0 16 0 16 0 31220877 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1760] ppid=1753 vsize=1540912 CPUtime=1.02
/proc/1755/task/1760/stat : 1760 (java) S 1753 1755 1522 0 -1 4202560 16059 0 0 0 96 6 0 0 16 0 16 0 31220877 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1761] ppid=1753 vsize=1540912 CPUtime=0.01
/proc/1755/task/1761/stat : 1761 (java) S 1753 1755 1522 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 16 0 31220878 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1762] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1762/stat : 1762 (java) S 1753 1755 1522 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31220879 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1764] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1764/stat : 1764 (java) S 1753 1755 1522 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31220879 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1765] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1765/stat : 1765 (java) S 1753 1755 1522 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 31220883 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1766] ppid=1753 vsize=1540912 CPUtime=1.13
/proc/1755/task/1766/stat : 1766 (java) S 1753 1755 1522 0 -1 4202560 198 0 0 0 113 0 0 0 15 0 16 0 31220883 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1767] ppid=1753 vsize=1540912 CPUtime=1.95
/proc/1755/task/1767/stat : 1767 (java) S 1753 1755 1522 0 -1 4202560 7113 0 0 0 194 1 0 0 15 0 16 0 31220883 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1768] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1768/stat : 1768 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31220883 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1769] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1769/stat : 1769 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 31220883 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1770] ppid=1753 vsize=1540912 CPUtime=6.05
/proc/1755/task/1770/stat : 1770 (java) R 1753 1755 1522 0 -1 4202560 22 0 0 0 605 0 0 0 25 0 16 0 31221375 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4109730495 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1755/tid=1771] ppid=1753 vsize=1540912 CPUtime=5.92
/proc/1755/task/1771/stat : 1771 (java) R 1753 1755 1522 0 -1 4202560 34 0 0 0 592 0 0 0 25 0 16 0 31221375 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4109800958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1755/tid=1772] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1772/stat : 1772 (java) S 1753 1755 1522 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 31221486 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1773] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1773/stat : 1773 (java) S 1753 1755 1522 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31221486 1577893888 67509 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.77
Current children cumulated vsize (KiB) 1540912

[startup+25.5014 s]
/proc/loadavg: 1.29 1.08 1.02 3/122 1773
/proc/meminfo: memFree=1504888/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1539888 CPUtime=47.12
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 80464 0 1 0 4673 39 0 0 15 0 16 0 31220874 1576845312 71587 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 384972 71587 1443 10 0 382275 0
[pid=1755/tid=1758] ppid=1753 vsize=1539888 CPUtime=4.59
/proc/1755/task/1758/stat : 1758 (java) S 1753 1755 1522 0 -1 4202560 32044 0 1 0 443 16 0 0 18 0 16 0 31220875 1576845312 71587 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1759] ppid=1753 vsize=1539888 CPUtime=1.33

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

/proc/1755/task/1772/stat : 1772 (java) S 1753 1755 1522 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 31221486 1577893888 103160 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1773] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1773/stat : 1773 (java) S 1753 1755 1522 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31221486 1577893888 103160 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1492.59
Current children cumulated vsize (KiB) 1540912

[startup+822.302 s]
/proc/loadavg: 2.10 2.00 1.61 3/122 1805
/proc/meminfo: memFree=1358444/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1551160 CPUtime=1610.4
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 222683 0 1 0 160861 179 0 0 15 0 16 0 31220874 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 387790 110256 1448 10 0 385093 0
[pid=1755/tid=1758] ppid=1753 vsize=1551160 CPUtime=4.59
/proc/1755/task/1758/stat : 1758 (java) S 1753 1755 1522 0 -1 4202560 32057 0 1 0 443 16 0 0 15 0 16 0 31220875 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1759] ppid=1753 vsize=1551160 CPUtime=10.88
/proc/1755/task/1759/stat : 1759 (java) S 1753 1755 1522 0 -1 4202560 41322 0 0 0 1053 35 0 0 15 0 16 0 31220877 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1760] ppid=1753 vsize=1551160 CPUtime=10.8
/proc/1755/task/1760/stat : 1760 (java) S 1753 1755 1522 0 -1 4202560 39780 0 0 0 1044 36 0 0 16 0 16 0 31220877 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1761] ppid=1753 vsize=1551160 CPUtime=18.92
/proc/1755/task/1761/stat : 1761 (java) R 1753 1755 1522 0 -1 4202560 96232 0 0 0 1842 50 0 0 16 0 16 0 31220878 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 105696560 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=1755/tid=1762] ppid=1753 vsize=1551160 CPUtime=0
/proc/1755/task/1762/stat : 1762 (java) S 1753 1755 1522 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31220879 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1764] ppid=1753 vsize=1551160 CPUtime=0
/proc/1755/task/1764/stat : 1764 (java) S 1753 1755 1522 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31220879 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1765] ppid=1753 vsize=1551160 CPUtime=0
/proc/1755/task/1765/stat : 1765 (java) S 1753 1755 1522 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 31220883 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1766] ppid=1753 vsize=1551160 CPUtime=1.85
/proc/1755/task/1766/stat : 1766 (java) S 1753 1755 1522 0 -1 4202560 246 0 0 0 185 0 0 0 15 0 16 0 31220883 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1767] ppid=1753 vsize=1551160 CPUtime=2.24
/proc/1755/task/1767/stat : 1767 (java) S 1753 1755 1522 0 -1 4202560 10283 0 0 0 222 2 0 0 15 0 16 0 31220883 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1768] ppid=1753 vsize=1551160 CPUtime=0
/proc/1755/task/1768/stat : 1768 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31220883 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1769] ppid=1753 vsize=1551160 CPUtime=0
/proc/1755/task/1769/stat : 1769 (java) S 1753 1755 1522 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 31220883 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1770] ppid=1753 vsize=1551160 CPUtime=781.06
/proc/1755/task/1770/stat : 1770 (java) S 1753 1755 1522 0 -1 4202560 918 0 0 0 78086 20 0 0 25 0 16 0 31221375 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1771] ppid=1753 vsize=1551160 CPUtime=779.98
/proc/1755/task/1771/stat : 1771 (java) S 1753 1755 1522 0 -1 4202560 721 0 0 0 77983 15 0 0 25 0 16 0 31221375 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1772] ppid=1753 vsize=1551160 CPUtime=0
/proc/1755/task/1772/stat : 1772 (java) S 1753 1755 1522 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 31221486 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1773] ppid=1753 vsize=1551160 CPUtime=0
/proc/1755/task/1773/stat : 1773 (java) S 1753 1755 1522 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31221486 1588387840 110256 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1610.4
Current children cumulated vsize (KiB) 1551160

[startup+882.303 s]
/proc/loadavg: 2.03 2.00 1.63 4/122 1807
/proc/meminfo: memFree=1357948/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1540912 CPUtime=1728.27
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 226662 0 1 0 172639 188 0 0 15 0 16 0 31220874 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 385228 107694 1448 10 0 382531 0
[pid=1755/tid=1758] ppid=1753 vsize=1540912 CPUtime=4.59
/proc/1755/task/1758/stat : 1758 (java) S 1753 1755 1522 0 -1 4202560 32057 0 1 0 443 16 0 0 15 0 16 0 31220875 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1759] ppid=1753 vsize=1540912 CPUtime=11.62
/proc/1755/task/1759/stat : 1759 (java) S 1753 1755 1522 0 -1 4202560 41322 0 0 0 1126 36 0 0 15 0 16 0 31220877 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1760] ppid=1753 vsize=1540912 CPUtime=11.54
/proc/1755/task/1760/stat : 1760 (java) S 1753 1755 1522 0 -1 4202560 39780 0 0 0 1115 39 0 0 16 0 16 0 31220877 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1761] ppid=1753 vsize=1540912 CPUtime=20.11
/proc/1755/task/1761/stat : 1761 (java) S 1753 1755 1522 0 -1 4202560 100080 0 0 0 1959 52 0 0 15 0 16 0 31220878 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1762] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1762/stat : 1762 (java) S 1753 1755 1522 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31220879 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1764] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1764/stat : 1764 (java) S 1753 1755 1522 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31220879 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1765] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1765/stat : 1765 (java) S 1753 1755 1522 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1766] ppid=1753 vsize=1540912 CPUtime=1.85
/proc/1755/task/1766/stat : 1766 (java) S 1753 1755 1522 0 -1 4202560 246 0 0 0 185 0 0 0 15 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1767] ppid=1753 vsize=1540912 CPUtime=2.24
/proc/1755/task/1767/stat : 1767 (java) S 1753 1755 1522 0 -1 4202560 10283 0 0 0 222 2 0 0 15 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1768] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1768/stat : 1768 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1769] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1769/stat : 1769 (java) S 1753 1755 1522 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1770] ppid=1753 vsize=1540912 CPUtime=838.31
/proc/1755/task/1770/stat : 1770 (java) R 1753 1755 1522 0 -1 4202560 1005 0 0 0 83809 22 0 0 25 0 16 0 31221375 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4109992116 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1755/tid=1771] ppid=1753 vsize=1540912 CPUtime=837.91
/proc/1755/task/1771/stat : 1771 (java) R 1753 1755 1522 0 -1 4202560 761 0 0 0 83775 16 0 0 25 0 16 0 31221375 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4109790878 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1755/tid=1772] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1772/stat : 1772 (java) S 1753 1755 1522 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 31221486 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1773] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1773/stat : 1773 (java) S 1753 1755 1522 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31221486 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1728.27
Current children cumulated vsize (KiB) 1540912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.902 s]
/proc/loadavg: 2.07 2.01 1.65 3/122 1807
/proc/meminfo: memFree=1357824/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1540912 CPUtime=1800.19
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 230587 0 1 0 179827 192 0 0 15 0 16 0 31220874 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 385228 107694 1448 10 0 382531 0
[pid=1755/tid=1758] ppid=1753 vsize=1540912 CPUtime=4.59
/proc/1755/task/1758/stat : 1758 (java) S 1753 1755 1522 0 -1 4202560 32057 0 1 0 443 16 0 0 15 0 16 0 31220875 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1759] ppid=1753 vsize=1540912 CPUtime=12.05
/proc/1755/task/1759/stat : 1759 (java) S 1753 1755 1522 0 -1 4202560 41322 0 0 0 1169 36 0 0 16 0 16 0 31220877 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1760] ppid=1753 vsize=1540912 CPUtime=11.96
/proc/1755/task/1760/stat : 1760 (java) S 1753 1755 1522 0 -1 4202560 39780 0 0 0 1156 40 0 0 15 0 16 0 31220877 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1761] ppid=1753 vsize=1540912 CPUtime=20.86
/proc/1755/task/1761/stat : 1761 (java) S 1753 1755 1522 0 -1 4202560 103926 0 0 0 2032 54 0 0 15 0 16 0 31220878 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1762] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1762/stat : 1762 (java) S 1753 1755 1522 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 31220879 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1764] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1764/stat : 1764 (java) S 1753 1755 1522 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 31220879 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1765] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1765/stat : 1765 (java) S 1753 1755 1522 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1766] ppid=1753 vsize=1540912 CPUtime=1.85
/proc/1755/task/1766/stat : 1766 (java) S 1753 1755 1522 0 -1 4202560 246 0 0 0 185 0 0 0 15 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1767] ppid=1753 vsize=1540912 CPUtime=2.24
/proc/1755/task/1767/stat : 1767 (java) S 1753 1755 1522 0 -1 4202560 10283 0 0 0 222 2 0 0 15 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1768] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1768/stat : 1768 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1769] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1769/stat : 1769 (java) S 1753 1755 1522 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 31220883 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1770] ppid=1753 vsize=1540912 CPUtime=873.44
/proc/1755/task/1770/stat : 1770 (java) R 1753 1755 1522 0 -1 4202560 1061 0 0 0 87321 23 0 0 25 0 16 0 31221375 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4109991555 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1755/tid=1771] ppid=1753 vsize=1540912 CPUtime=873.11
/proc/1755/task/1771/stat : 1771 (java) R 1753 1755 1522 0 -1 4202560 782 0 0 0 87295 16 0 0 25 0 16 0 31221375 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4109410738 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1755/tid=1772] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1772/stat : 1772 (java) S 1753 1755 1522 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 16 0 31221486 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1773] ppid=1753 vsize=1540912 CPUtime=0
/proc/1755/task/1773/stat : 1773 (java) S 1753 1755 1522 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 31221486 1577893888 107694 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1540912

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

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

[startup+919.016 s]
/proc/loadavg: 2.07 2.01 1.65 3/122 1807
/proc/meminfo: memFree=1357824/2059040 swapFree=4136184/4192956
[pid=1755] ppid=1753 vsize=1541560 CPUtime=1800.4
/proc/1755/stat : 1755 (java) S 1753 1755 1522 0 -1 4202496 230610 0 1 0 179848 192 0 0 15 0 17 0 31220874 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/1755/statm: 385390 107717 1450 10 0 382693 0
[pid=1755/tid=1758] ppid=1753 vsize=1541560 CPUtime=4.59
/proc/1755/task/1758/stat : 1758 (java) S 1753 1755 1522 0 -1 4202560 32057 0 1 0 443 16 0 0 15 0 17 0 31220875 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1759] ppid=1753 vsize=1541560 CPUtime=12.05
/proc/1755/task/1759/stat : 1759 (java) S 1753 1755 1522 0 -1 4202560 41322 0 0 0 1169 36 0 0 16 0 17 0 31220877 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1760] ppid=1753 vsize=1541560 CPUtime=11.96
/proc/1755/task/1760/stat : 1760 (java) S 1753 1755 1522 0 -1 4202560 39780 0 0 0 1156 40 0 0 15 0 17 0 31220877 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1761] ppid=1753 vsize=1541560 CPUtime=20.86
/proc/1755/task/1761/stat : 1761 (java) S 1753 1755 1522 0 -1 4202560 103926 0 0 0 2032 54 0 0 15 0 17 0 31220878 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 0 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1762] ppid=1753 vsize=1541560 CPUtime=0
/proc/1755/task/1762/stat : 1762 (java) S 1753 1755 1522 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 31220879 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1764] ppid=1753 vsize=1541560 CPUtime=0
/proc/1755/task/1764/stat : 1764 (java) S 1753 1755 1522 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 31220879 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1765] ppid=1753 vsize=1541560 CPUtime=0
/proc/1755/task/1765/stat : 1765 (java) S 1753 1755 1522 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 31220883 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1766] ppid=1753 vsize=1541560 CPUtime=1.88
/proc/1755/task/1766/stat : 1766 (java) S 1753 1755 1522 0 -1 4202560 249 0 0 0 188 0 0 0 15 0 17 0 31220883 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1767] ppid=1753 vsize=1541560 CPUtime=2.24
/proc/1755/task/1767/stat : 1767 (java) S 1753 1755 1522 0 -1 4202560 10283 0 0 0 222 2 0 0 15 0 17 0 31220883 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1768] ppid=1753 vsize=1541560 CPUtime=0
/proc/1755/task/1768/stat : 1768 (java) S 1753 1755 1522 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 31220883 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
[pid=1755/tid=1769] ppid=1753 vsize=1541560 CPUtime=0
/proc/1755/task/1769/stat : 1769 (java) S 1753 1755 1522 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 17 0 31220883 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1770] ppid=1753 vsize=1541560 CPUtime=873.49
/proc/1755/task/1770/stat : 1770 (java) R 1753 1755 1522 0 -1 4202560 1061 0 0 0 87326 23 0 0 25 0 17 0 31221375 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4109893580 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=1755/tid=1771] ppid=1753 vsize=1541560 CPUtime=873.21
/proc/1755/task/1771/stat : 1771 (java) R 1753 1755 1522 0 -1 4202560 782 0 0 0 87305 16 0 0 25 0 17 0 31221375 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4109411476 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1755/tid=1772] ppid=1753 vsize=1541560 CPUtime=0
/proc/1755/task/1772/stat : 1772 (java) S 1753 1755 1522 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 31221486 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 1 0 0 0
[pid=1755/tid=1773] ppid=1753 vsize=1541560 CPUtime=0
/proc/1755/task/1773/stat : 1773 (java) S 1753 1755 1522 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 31221486 1578557440 107717 1992294400 134512640 134550932 4293797568 18446744073709551615 4294960144 0 4 0 16800975 18446604437827901440 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 1541560

Child status: 143
Real time (s): 919.081
CPU time (s): 1800.49
CPU user time (s): 1798.52
CPU system time (s): 1.9727
CPU usage (%): 195.901
Max. virtual memory (cumulated for all children) (KiB): 1553724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 1.9727
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230611
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= 40485
involuntary context switches= 58568

runsolver used 4.54631 second user time and 7.28989 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-15 00:56:33
IDJOB=2662188
IDBENCH=2456
IDSOLVER=1166
FILE ID=node011/2662188-1276556193
PBS_JOBID= 11173494
Free space on /tmp= 62260 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd8.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662188-1276556193/watcher-2662188-1276556193 -o /tmp/evaluation-result-2662188-1276556193/solver-2662188-1276556193 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662188-1276556193.opb

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

MD5SUM BENCH= 68f48570ba6245cb642bc98d786c3bfe
RANDOM SEED=1094395371

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.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		: 3000.264
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:       1787448 kB
Buffers:         65272 kB
Cached:         129468 kB
SwapCached:       9764 kB
Active:          85772 kB
Inactive:       121260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1787448 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            7480 kB
Writeback:           0 kB
AnonPages:       10980 kB
Mapped:           9276 kB
Slab:            42812 kB
PageTables:       3988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182036 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62256 MiB
End job on node011 at 2010-06-15 01:11:54