Trace number 2670124

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 CuttingPlanes 2.2.0 2010-05-26SAT (TO)5 1800.37 1772.09

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=5-P1=59-P2=47-P3=43-P4=7-P5=19-P6=67-P7=41-B.opb
MD5SUM416e6ba6850c71f5940a8724479965c3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.616905
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables126
Total number of constraints15
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 constraints15
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)252
Sum of products size (including duplicates)504
Number of different products252
Sum of products size504

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2670124-1276705832.opb
0.23/0.21	c reading problem ... 
0.38/0.34	c ... done. Wall clock time 0.135s.
0.38/0.34	c #vars     378
0.38/0.34	c #constraints  526
0.38/0.34	c constraints type 
0.38/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
0.38/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 274
18.38/15.99	c cleaning 0 clauses out of 5000 with flag 0/5000
69.02/66.07	c cleaning 0 clauses out of 11000 with flag 0/11000
179.99/175.86	c cleaning 0 clauses out of 18001 with flag 0/18001
419.20/412.35	c cleaning 0 clauses out of 26001 with flag 0/26001
615.54/606.23	c SATISFIABLE
615.54/606.23	c OPTIMIZING...
615.54/606.23	c Got one! Elapsed wall clock time (in seconds):606.024
615.54/606.23	o 51
780.98/769.21	c cleaning 0 clauses out of 35000 with flag 0/35000
1205.51/1186.67	c Got one! Elapsed wall clock time (in seconds):1186.463
1205.51/1186.67	o 29
1357.66/1336.52	c cleaning 0 clauses out of 45000 with flag 0/45000
1374.91/1353.44	c Got one! Elapsed wall clock time (in seconds):1353.231
1374.91/1353.44	o 5
1800.10/1771.91	c starts		: 74
1800.10/1771.91	c conflicts		: 52406
1800.10/1771.91	c decisions		: 57158
1800.10/1771.91	c propagations		: 676550
1800.10/1771.91	c inspects		: 1078865084
1800.10/1771.91	c learnt literals	: 0
1800.10/1771.91	c learnt binary clauses	: 0
1800.10/1771.91	c learnt ternary clauses	: 0
1800.10/1771.91	c learnt clauses	: 52406
1800.10/1771.91	c ignored clauses	: 0
1800.10/1771.91	c root simplifications	: 0
1800.10/1771.91	c removed literals (reason simplification)	: 0
1800.10/1771.91	c reason swapping (by a shorter reason)	: 0
1800.10/1771.91	c Calls to reduceDB	: 6
1800.10/1771.91	c number of reductions to clauses (during analyze)	: 0
1800.10/1771.91	c number of learned constraints concerned by reduction	: 0
1800.10/1771.91	c number of learning phase by resolution	: 0
1800.10/1771.91	c number of learning phase by cutting planes	: 0
1800.10/1771.91	c speed (assignments/second)	: 1616.6957801742988
1800.10/1771.91	c non guided choices	814
1800.10/1772.01	c learnt constraints type 
1800.10/1772.01	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 319
1800.10/1772.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 52088
1800.10/1772.01	c constraints type 
1800.10/1772.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 252
1800.10/1772.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 275
1800.10/1772.01	s SATISFIABLE
1800.10/1772.01	v x1 -x2 x3 -x4 -x5 -x6 x7 x8 x9 -x10 -x11 -x12 x13 x14 x15 x16 x17 x18 x19 x20 -x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 -x32 -x33 -x34 x35 x36 x37 x38 -x39 -x40 x41 -x42 x43 x44 x45 -x46 x47 x48 x49 x50 -x51 -x52 -x53 x54 x55 -x56 x57 x58 x59 -x60 x61 x62 x63 x64 -x65 x66 x67 -x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 x79 x80 -x81 -x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 x96 -x97 x98 -x99 x100 x101 -x102 -x103 x104 x105 x106 -x107 x108 x109 -x110 x111 x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 
1800.10/1772.01	c objective function=5
1800.10/1772.01	c Total wall clock time (in seconds): 1771.802

Verifier Data

OK	5

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2670124-1276705832/watcher-2670124-1276705832 -o /tmp/evaluation-result-2670124-1276705832/solver-2670124-1276705832 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670124-1276705832.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.21 1.11 1.06 3/106 18106
/proc/meminfo: memFree=1821960/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1832 CPUtime=0
/proc/18106/stat : 18106 (java6) S 18104 18106 17587 0 -1 4194304 254 0 0 0 0 0 0 0 24 0 1 0 11875985 1875968 156 1992294400 134512640 134550932 4292531904 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/18106/statm: 458 156 119 10 0 63 0

[startup+0.0112131 s]
/proc/loadavg: 1.21 1.11 1.06 3/106 18106
/proc/meminfo: memFree=1821960/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=392 CPUtime=0
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4194304 294 0 0 0 0 0 0 0 24 0 1 0 11875985 401408 40 1992294400 134512640 134550932 4287396368 18446744073709551615 9863764 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/18106/statm: 98 40 32 10 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 392

[startup+0.104035 s]
/proc/loadavg: 1.21 1.11 1.06 3/106 18106
/proc/meminfo: memFree=1821960/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1524184 CPUtime=0.09
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 3974 0 1 0 7 2 0 0 18 0 12 0 11875985 1560764416 3413 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 381046 3414 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300033 s]
/proc/loadavg: 1.21 1.11 1.06 3/106 18106
/proc/meminfo: memFree=1821960/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1527000 CPUtime=0.38
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 5464 0 1 0 35 3 0 0 18 0 12 0 11875985 1563648000 4899 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 381750 4899 1364 10 0 379052 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1527000

[startup+0.800029 s]
/proc/loadavg: 1.21 1.11 1.06 3/106 18106
/proc/meminfo: memFree=1821960/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1532032 CPUtime=1.3
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 8439 0 1 0 126 4 0 0 18 0 13 0 11875985 1568800768 7067 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 383008 7067 1403 10 0 380310 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 1532032

[startup+1.50102 s]
/proc/loadavg: 1.21 1.11 1.06 3/119 18119
/proc/meminfo: memFree=1787696/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1549648 CPUtime=2.63
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 17542 0 1 0 255 8 0 0 18 0 13 0 11875985 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 387412 13324 1412 10 0 384714 0
[pid=18106/tid=18108] ppid=18104 vsize=1549648 CPUtime=0.76
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 6872 0 1 0 73 3 0 0 18 0 13 0 11875987 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1549648 CPUtime=0
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 11875988 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1549648 CPUtime=0
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11875988 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1549648 CPUtime=0
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 17587 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 13 0 11875990 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=1549648 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 17587 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11875990 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18113] ppid=18104 vsize=1549648 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11875990 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18114] ppid=18104 vsize=1549648 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11875994 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18115] ppid=18104 vsize=1549648 CPUtime=0.89
/proc/18106/task/18115/stat : 18115 (java) R 18104 18106 17587 0 -1 4202560 3951 0 0 0 88 1 0 0 16 0 13 0 11875994 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 103143184 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=1549648 CPUtime=0.94
/proc/18106/task/18116/stat : 18116 (java) R 18104 18106 17587 0 -1 4202560 5649 0 0 0 92 2 0 0 17 0 13 0 11875994 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 106116013 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=1549648 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 17587 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11875994 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18118] ppid=18104 vsize=1549648 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11875994 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18119] ppid=18104 vsize=1549648 CPUtime=0
/proc/18106/task/18119/stat : 18119 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11876020 1586839552 13324 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1549648

[startup+3.10101 s]
/proc/loadavg: 1.21 1.11 1.06 4/119 18119
/proc/meminfo: memFree=1737600/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1548232 CPUtime=5.11
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 44765 0 1 0 483 28 0 0 18 0 13 0 11875985 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 387058 38869 1435 10 0 384360 0
[pid=18106/tid=18108] ppid=18104 vsize=1548232 CPUtime=1.81
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 32063 0 1 0 168 13 0 0 18 0 13 0 11875987 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4109728604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1548232 CPUtime=0
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 193 0 0 0 0 0 0 0 18 0 13 0 11875988 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1548232 CPUtime=0
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 178 0 0 0 0 0 0 0 18 0 13 0 11875988 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1548232 CPUtime=0.14
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 17587 0 -1 4202560 10 0 0 0 6 8 0 0 16 0 13 0 11875990 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=1548232 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 17587 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11875990 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18113] ppid=18104 vsize=1548232 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 17587 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11875990 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18114] ppid=18104 vsize=1548232 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11875994 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18115] ppid=18104 vsize=1548232 CPUtime=1.4
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 17587 0 -1 4202560 4778 0 0 0 138 2 0 0 15 0 13 0 11875994 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=1548232 CPUtime=1.69
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 17587 0 -1 4202560 6477 0 0 0 167 2 0 0 16 0 13 0 11875994 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=1548232 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 17587 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11875994 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18118] ppid=18104 vsize=1548232 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11875994 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18119] ppid=18104 vsize=1548232 CPUtime=0
/proc/18106/task/18119/stat : 18119 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11876020 1585389568 38869 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 1548232

[startup+6.30198 s]
/proc/loadavg: 1.19 1.11 1.06 3/119 18119
/proc/meminfo: memFree=1657744/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1546940 CPUtime=8.6
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 54091 0 1 0 828 32 0 0 18 0 13 0 11875985 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 386735 47461 1435 10 0 384037 0
[pid=18106/tid=18108] ppid=18104 vsize=1546940 CPUtime=4.9
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 35840 0 1 0 475 15 0 0 25 0 13 0 11875987 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4109781183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1546940 CPUtime=0.09
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 2874 0 0 0 8 1 0 0 16 0 13 0 11875988 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1546940 CPUtime=0.08
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 2604 0 0 0 8 0 0 0 15 0 13 0 11875988 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1546940 CPUtime=0.14
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 17587 0 -1 4202560 30 0 0 0 6 8 0 0 15 0 13 0 11875990 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 17587 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18113] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 17587 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18114] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18115] ppid=18104 vsize=1546940 CPUtime=1.56
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 17587 0 -1 4202560 5194 0 0 0 154 2 0 0 15 0 13 0 11875994 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=1546940 CPUtime=1.75
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 17587 0 -1 4202560 6483 0 0 0 173 2 0 0 15 0 13 0 11875994 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 17587 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18118] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11875994 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18119] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18119/stat : 18119 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11876020 1584066560 47461 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 1546940

[startup+12.7019 s]
/proc/loadavg: 1.18 1.11 1.06 2/119 18119
/proc/meminfo: memFree=1626124/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1546940 CPUtime=15.13
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 57057 0 1 0 1479 34 0 0 18 0 13 0 11875985 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 386735 50151 1435 10 0 384037 0
[pid=18106/tid=18108] ppid=18104 vsize=1546940 CPUtime=11.18
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 35851 0 1 0 1103 15 0 0 25 0 13 0 11875987 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4109776007 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1546940 CPUtime=0.2
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 4604 0 0 0 18 2 0 0 16 0 13 0 11875988 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1546940 CPUtime=0.19
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 3829 0 0 0 18 1 0 0 15 0 13 0 11875988 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1546940 CPUtime=0.14
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 17587 0 -1 4202560 30 0 0 0 6 8 0 0 15 0 13 0 11875990 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 17587 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18113] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 17587 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18114] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18115] ppid=18104 vsize=1546940 CPUtime=1.58
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 17587 0 -1 4202560 5194 0 0 0 156 2 0 0 16 0 13 0 11875994 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=1546940 CPUtime=1.77
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 17587 0 -1 4202560 6483 0 0 0 175 2 0 0 15 0 13 0 11875994 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 17587 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18118] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11875994 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18119] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18119/stat : 18119 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11876020 1584066560 50151 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.13
Current children cumulated vsize (KiB) 1546940

[startup+25.5008 s]
/proc/loadavg: 1.14 1.10 1.05 2/119 18119
/proc/meminfo: memFree=1618188/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1546940 CPUtime=28.12
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 59156 0 1 0 2777 35 0 0 18 0 13 0 11875985 1584066560 52130 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 386735 52130 1445 10 0 384037 0
[pid=18106/tid=18108] ppid=18104 vsize=1546940 CPUtime=23.76
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 36168 0 1 0 2360 16 0 0 25 0 13 0 11875987 1584066560 52130 1992294400 134512640 134550932 4287396368 18446744073709551615 4109725525 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1546940 CPUtime=0.31
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 5447 0 0 0 28 3 0 0 16 0 13 0 11875988 1584066560 52130 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1546940 CPUtime=0.3
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 4715 0 0 0 29 1 0 0 15 0 13 0 11875988 1584066560 52130 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1546940 CPUtime=0.22

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

[pid=18106] ppid=18104 vsize=1546940 CPUtime=1627.1
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 100957 0 1 0 162549 161 0 0 18 0 13 0 11875985 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 386735 90686 1445 10 0 384037 0
[pid=18106/tid=18108] ppid=18104 vsize=1546940 CPUtime=1574.7
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 37380 0 1 0 157408 62 0 0 25 0 13 0 11875987 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4109895804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1546940 CPUtime=23.22
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 24204 0 0 0 2299 23 0 0 15 0 13 0 11875988 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1546940 CPUtime=23.16
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 26057 0 0 0 2268 48 0 0 16 0 13 0 11875988 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1546940 CPUtime=2.31
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 17587 0 -1 4202560 466 0 0 0 212 19 0 0 15 0 13 0 11875990 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 17587 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18113] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 17587 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18114] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18115] ppid=18104 vsize=1546940 CPUtime=1.82
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 17587 0 -1 4202560 5205 0 0 0 180 2 0 0 15 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=1546940 CPUtime=1.81
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 17587 0 -1 4202560 6485 0 0 0 179 2 0 0 16 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 17587 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18118] ppid=18104 vsize=1546940 CPUtime=0.02
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 17587 0 -1 4202560 95 0 0 0 1 1 0 0 15 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18119] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18119/stat : 18119 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11876020 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1627.1
Current children cumulated vsize (KiB) 1546940

[startup+1662.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/119 18166
/proc/meminfo: memFree=1461576/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1546940 CPUtime=1688.07
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 101008 0 1 0 168641 166 0 0 18 0 13 0 11875985 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 386735 90686 1445 10 0 384037 0
[pid=18106/tid=18108] ppid=18104 vsize=1546940 CPUtime=1633.63
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 37423 0 1 0 163299 64 0 0 25 0 13 0 11875987 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4109779867 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1546940 CPUtime=24.24
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 24204 0 0 0 2400 24 0 0 16 0 13 0 11875988 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1546940 CPUtime=24.17
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 26057 0 0 0 2367 50 0 0 15 0 13 0 11875988 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1546940 CPUtime=2.31
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 17587 0 -1 4202560 470 0 0 0 212 19 0 0 15 0 13 0 11875990 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 17587 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18113] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 17587 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18114] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18115] ppid=18104 vsize=1546940 CPUtime=1.82
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 17587 0 -1 4202560 5205 0 0 0 180 2 0 0 15 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=1546940 CPUtime=1.81
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 17587 0 -1 4202560 6485 0 0 0 179 2 0 0 16 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 17587 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18118] ppid=18104 vsize=1546940 CPUtime=0.02
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 17587 0 -1 4202560 99 0 0 0 1 1 0 0 15 0 13 0 11875994 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18119] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18119/stat : 18119 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11876020 1584066560 90686 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1688.07
Current children cumulated vsize (KiB) 1546940

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/119 18168
/proc/meminfo: memFree=1451780/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1546940 CPUtime=1749.48
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 103934 0 1 0 174775 173 0 0 18 0 13 0 11875985 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 386735 93417 1445 10 0 384037 0
[pid=18106/tid=18108] ppid=18104 vsize=1546940 CPUtime=1692.04
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 37468 0 1 0 169137 67 0 0 25 0 13 0 11875987 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4109777943 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1546940 CPUtime=25.73
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 25839 0 0 0 2546 27 0 0 16 0 13 0 11875988 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1546940 CPUtime=25.65
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 27295 0 0 0 2515 50 0 0 16 0 13 0 11875988 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1546940 CPUtime=2.32
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 17587 0 -1 4202560 474 0 0 0 213 19 0 0 15 0 13 0 11875990 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 17587 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18113] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 17587 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18114] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18115] ppid=18104 vsize=1546940 CPUtime=1.82
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 17587 0 -1 4202560 5205 0 0 0 180 2 0 0 15 0 13 0 11875994 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=1546940 CPUtime=1.81
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 17587 0 -1 4202560 6485 0 0 0 179 2 0 0 16 0 13 0 11875994 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 17587 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18118] ppid=18104 vsize=1546940 CPUtime=0.02
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 17587 0 -1 4202560 103 0 0 0 1 1 0 0 15 0 13 0 11875994 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18119] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18119/stat : 18119 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11876020 1584066560 93417 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1749.48
Current children cumulated vsize (KiB) 1546940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.9 s]
/proc/loadavg: 1.14 1.06 1.01 2/119 18168
/proc/meminfo: memFree=1446076/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1546940 CPUtime=1800.1
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 105072 0 1 0 179833 177 0 0 18 0 13 0 11875985 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 386735 94503 1445 10 0 384037 0
[pid=18106/tid=18108] ppid=18104 vsize=1546940 CPUtime=1740.58
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 37503 0 1 0 173990 68 0 0 25 0 13 0 11875987 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4109779867 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1546940 CPUtime=26.76
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 26535 0 0 0 2648 28 0 0 16 0 13 0 11875988 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1546940 CPUtime=26.69
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 27698 0 0 0 2618 51 0 0 15 0 13 0 11875988 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1546940 CPUtime=2.33
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 17587 0 -1 4202560 476 0 0 0 213 20 0 0 15 0 13 0 11875990 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 17587 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18113] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 17587 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11875990 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18114] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 17587 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18115] ppid=18104 vsize=1546940 CPUtime=1.82
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 17587 0 -1 4202560 5205 0 0 0 180 2 0 0 15 0 13 0 11875994 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=1546940 CPUtime=1.81
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 17587 0 -1 4202560 6485 0 0 0 179 2 0 0 16 0 13 0 11875994 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 17587 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11875994 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18118] ppid=18104 vsize=1546940 CPUtime=0.02
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 17587 0 -1 4202560 105 0 0 0 1 1 0 0 15 0 13 0 11875994 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18119] ppid=18104 vsize=1546940 CPUtime=0
/proc/18106/task/18119/stat : 18119 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11876020 1584066560 94503 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1546940

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

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

[startup+1772.02 s]
/proc/loadavg: 1.14 1.06 1.01 2/119 18168
/proc/meminfo: memFree=1446076/2059040 swapFree=4140084/4192956
[pid=18106] ppid=18104 vsize=1547588 CPUtime=1800.29
/proc/18106/stat : 18106 (java) S 18104 18106 17587 0 -1 4202496 105108 0 1 0 179852 177 0 0 18 0 14 0 11875985 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18106/statm: 386897 94538 1448 10 0 384199 0
[pid=18106/tid=18108] ppid=18104 vsize=1547588 CPUtime=1740.65
/proc/18106/task/18108/stat : 18108 (java) R 18104 18106 17587 0 -1 4202560 37504 0 1 0 173997 68 0 0 25 0 14 0 11875987 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4109775989 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18106/tid=18109] ppid=18104 vsize=1547588 CPUtime=26.78
/proc/18106/task/18109/stat : 18109 (java) S 18104 18106 17587 0 -1 4202560 26537 0 0 0 2650 28 0 0 16 0 14 0 11875988 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18110] ppid=18104 vsize=1547588 CPUtime=26.72
/proc/18106/task/18110/stat : 18110 (java) S 18104 18106 17587 0 -1 4202560 27708 0 0 0 2621 51 0 0 16 0 14 0 11875988 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18111] ppid=18104 vsize=1547588 CPUtime=2.33
/proc/18106/task/18111/stat : 18111 (java) S 18104 18106 17587 0 -1 4202560 476 0 0 0 213 20 0 0 15 0 14 0 11875990 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 0 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18112] ppid=18104 vsize=1547588 CPUtime=0
/proc/18106/task/18112/stat : 18112 (java) S 18104 18106 17587 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 11875990 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18113] ppid=18104 vsize=1547588 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18104 18106 17587 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11875990 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18114] ppid=18104 vsize=1547588 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18104 18106 17587 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 11875994 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18115] ppid=18104 vsize=1547588 CPUtime=1.85
/proc/18106/task/18115/stat : 18115 (java) S 18104 18106 17587 0 -1 4202560 5207 0 0 0 183 2 0 0 15 0 14 0 11875994 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18116] ppid=18104 vsize=1547588 CPUtime=1.81
/proc/18106/task/18116/stat : 18116 (java) S 18104 18106 17587 0 -1 4202560 6485 0 0 0 179 2 0 0 16 0 14 0 11875994 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18117] ppid=18104 vsize=1547588 CPUtime=0
/proc/18106/task/18117/stat : 18117 (java) S 18104 18106 17587 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 11875994 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
[pid=18106/tid=18118] ppid=18104 vsize=1547588 CPUtime=0.02
/proc/18106/task/18118/stat : 18118 (java) S 18104 18106 17587 0 -1 4202560 105 0 0 0 1 1 0 0 15 0 14 0 11875994 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 1 0 0 0
[pid=18106/tid=18119] ppid=18104 vsize=1547588 CPUtime=0
/proc/18106/task/18119/stat : 18119 (java) S 18104 18106 17587 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11876020 1584730112 94538 1992294400 134512640 134550932 4287396368 18446744073709551615 4294960144 0 4 0 16800975 18446604437865116800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 1547588

Child status: 143
Real time (s): 1772.09
CPU time (s): 1800.37
CPU user time (s): 1798.56
CPU system time (s): 1.80872
CPU usage (%): 101.596
Max. virtual memory (cumulated for all children) (KiB): 1549848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 1.80872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105108
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= 50656
involuntary context switches= 60362

runsolver used 3.89041 second user time and 10.0205 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-16 18:30:32
IDJOB=2670124
IDBENCH=48083
IDSOLVER=1165
FILE ID=node038/2670124-1276705832
PBS_JOBID= 11174104
Free space on /tmp= 62476 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=5-P1=59-P2=47-P3=43-P4=7-P5=19-P6=67-P7=41-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2670124-1276705832/watcher-2670124-1276705832 -o /tmp/evaluation-result-2670124-1276705832/solver-2670124-1276705832 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2670124-1276705832.opb

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

MD5SUM BENCH= 416e6ba6850c71f5940a8724479965c3
RANDOM SEED=264418803

node038.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.222
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.44
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.222
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1822356 kB
Buffers:         18380 kB
Cached:         127800 kB
SwapCached:       6020 kB
Active:          71460 kB
Inactive:        87364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1822356 kB
SwapTotal:     4192956 kB
SwapFree:      4140084 kB
Dirty:             292 kB
Writeback:           0 kB
AnonPages:       10824 kB
Mapped:          13024 kB
Slab:            55972 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181808 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= 62476 MiB
End job on node038 at 2010-06-16 19:00:06