Trace number 354935

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, and are wall clock time (not CPU 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
sat4jPseudoCPClause 2007-03-23SAT (TO)38 1800.11 1767.1

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_1.opb
MD5SUM5bf563c7058af01702ea80887f1d43ad
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1802.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
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 constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3768
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/354935-1176736475/instance-354935-1176736475.opb
0.20/0.20	c reading problem ... 
0.20/0.27	c ... done. Wall clock time 0.067s.
0.20/0.27	c CPU time (experimental) 0.23s.
0.20/0.27	c #vars     120
0.20/0.27	c #constraints  10
2.60/1.58	c SATISFIABLE
2.60/1.58	c OPTIMIZING...
2.60/1.58	c Got one! Elapsed wall clock time (in seconds):1.38
2.60/1.58	o 2134
3.37/1.98	c Got one! Elapsed wall clock time (in seconds):1.778
3.37/1.98	o 1863
3.82/2.23	c Got one! Elapsed wall clock time (in seconds):2.028
3.82/2.23	o 1524
4.16/2.47	c Got one! Elapsed wall clock time (in seconds):2.266
4.16/2.47	o 1430
4.39/2.67	c Got one! Elapsed wall clock time (in seconds):2.466
4.39/2.67	o 1302
4.60/2.85	c Got one! Elapsed wall clock time (in seconds):2.651
4.60/2.85	o 1046
4.84/3.07	c Got one! Elapsed wall clock time (in seconds):2.864
4.84/3.07	o 985
5.07/3.29	c Got one! Elapsed wall clock time (in seconds):3.092
5.07/3.29	o 757
5.36/3.52	c Got one! Elapsed wall clock time (in seconds):3.316
5.36/3.52	o 603
5.67/3.81	c Got one! Elapsed wall clock time (in seconds):3.606
5.67/3.81	o 411
5.99/4.12	c Got one! Elapsed wall clock time (in seconds):3.913
5.99/4.12	o 387
6.31/4.42	c Got one! Elapsed wall clock time (in seconds):4.214
6.31/4.42	o 347
6.63/4.72	c Got one! Elapsed wall clock time (in seconds):4.518
6.63/4.72	o 297
7.06/5.15	c Got one! Elapsed wall clock time (in seconds):4.951
7.06/5.15	o 292
7.49/5.54	c Got one! Elapsed wall clock time (in seconds):5.34
7.49/5.54	o 279
7.90/5.95	c Got one! Elapsed wall clock time (in seconds):5.749
7.90/5.95	o 275
8.55/6.59	c Got one! Elapsed wall clock time (in seconds):6.384
8.55/6.59	o 261
9.08/7.05	c Got one! Elapsed wall clock time (in seconds):6.849
9.08/7.05	o 258
10.00/7.90	c Got one! Elapsed wall clock time (in seconds):7.696
10.00/7.90	o 252
11.58/9.43	c Got one! Elapsed wall clock time (in seconds):9.225
11.58/9.43	o 243
12.34/10.12	c Got one! Elapsed wall clock time (in seconds):9.922
12.34/10.12	o 230
14.18/11.99	c Got one! Elapsed wall clock time (in seconds):11.789
14.18/11.99	o 196
26.35/23.99	c Got one! Elapsed wall clock time (in seconds):23.793
26.35/23.99	o 180
49.66/47.06	c Got one! Elapsed wall clock time (in seconds):46.86
49.66/47.06	o 179
54.40/51.77	c Got one! Elapsed wall clock time (in seconds):51.569
54.40/51.77	o 158
56.81/54.10	c Got one! Elapsed wall clock time (in seconds):53.897
56.81/54.10	o 116
60.55/57.86	c Got one! Elapsed wall clock time (in seconds):57.657
60.55/57.86	o 113
65.23/62.13	c Got one! Elapsed wall clock time (in seconds):61.925
65.23/62.13	o 109
68.63/65.54	c Got one! Elapsed wall clock time (in seconds):65.336
68.63/65.54	o 99
100.61/97.18	c Got one! Elapsed wall clock time (in seconds):96.978
100.61/97.18	o 97
102.95/99.41	c Got one! Elapsed wall clock time (in seconds):99.208
102.95/99.41	o 86
135.66/131.82	c Got one! Elapsed wall clock time (in seconds):131.616
135.66/131.82	o 84
147.89/143.91	c Got one! Elapsed wall clock time (in seconds):143.712
147.89/143.91	o 83
170.10/165.94	c Got one! Elapsed wall clock time (in seconds):165.736
170.10/165.94	o 72
231.24/226.42	c Got one! Elapsed wall clock time (in seconds):226.213
231.24/226.42	o 66
243.86/238.96	c Got one! Elapsed wall clock time (in seconds):238.762
243.86/238.96	o 65
252.87/247.85	c Got one! Elapsed wall clock time (in seconds):247.647
252.87/247.85	o 57
271.47/266.29	c Got one! Elapsed wall clock time (in seconds):266.089
271.47/266.29	o 38
1800.01/1767.01	c starts		: 78
1800.01/1767.01	c conflicts		: 49568
1800.01/1767.01	c decisions		: 73971
1800.01/1767.01	c propagations		: 445882
1800.01/1767.01	c inspects		: 716925486
1800.01/1767.01	c learnt literals	: 0
1800.01/1767.01	c learnt binary clauses	: 0
1800.01/1767.01	c learnt ternary clauses	: 0
1800.01/1767.01	c learnt clauses	: 49568
1800.01/1767.01	c root simplifications	: 0
1800.01/1767.01	c removed literals (reason simplification)	: 0
1800.01/1767.01	c reason swapping (by a shorter reason)	: 0
1800.01/1767.01	c Calls to reduceDB	: 0
1800.01/1767.01	c speed (decisions/second)	: 49.2904391700767
1800.01/1767.01	c non guided choices	702
1800.01/1767.01	s SATISFIABLE
1800.01/1767.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
1800.01/1767.01	v -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
1800.01/1767.01	v -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
1800.01/1767.01	v 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
1800.01/1767.01	v -x110 x111 x112 -x113 -x114 x115 x116 x117 x118 -x119 -x120
1800.01/1767.01	c objective function=38
1800.01/1767.01	c Total wall clock time (ms): 1766.81

Verifier Data (download as text)

OK	38

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node40/watcher-354935-1176736475 -o ROOT/results/node40/solver-354935-1176736475 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354935-1176736475/sat4jPseudoCPClause.jar /tmp/evaluation/354935-1176736475/instance-354935-1176736475.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): 3600 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7995
/proc/meminfo: memFree=1647016/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=152 CPUtime=0
/proc/7995/stat : 7995 (java) D 7993 7995 6734 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 2527115 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6910756 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7995/statm: 38 26 19 9 0 4 0

[startup+0.013356 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7995
/proc/meminfo: memFree=1647016/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=12056 CPUtime=0
/proc/7995/stat : 7995 (java) R 7993 7995 6734 0 -1 0 529 0 0 0 0 0 0 0 18 0 1 0 2527115 12345344 337 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 6882090 0 0 4096 0 0 0 0 17 1 0 0
/proc/7995/statm: 3014 344 137 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.101381 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7995
/proc/meminfo: memFree=1647016/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1780408 CPUtime=0.08
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 3963 0 1 0 6 2 0 0 18 0 12 0 2527115 1823137792 3705 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 445102 3705 1122 9 0 442720 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780408

[startup+0.301422 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7995
/proc/meminfo: memFree=1647016/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1781820 CPUtime=0.31
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 5150 0 1 0 28 3 0 0 18 0 13 0 2527115 1824583680 4889 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 445455 4889 1265 9 0 443066 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781820

[startup+0.701505 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 7995
/proc/meminfo: memFree=1647016/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1794556 CPUtime=1
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 11346 0 1 0 95 5 0 0 18 0 13 0 2527115 1837625344 9245 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 448639 9245 1303 9 0 446250 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1794556

[startup+1.50268 s]
/proc/loadavg: 0.92 0.98 0.99 4/90 8008
/proc/meminfo: memFree=1608000/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1799336 CPUtime=2.6
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 22020 0 1 0 250 10 0 0 18 0 13 0 2527115 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449834 15441 1315 9 0 447445 0
[pid=7995/tid=7997] ppid=7993 vsize=1799336 CPUtime=0.62
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 10453 0 1 0 58 4 0 0 24 0 13 0 2527117 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1799336 CPUtime=0
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 2527118 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1799336 CPUtime=0
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 2527118 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1799336 CPUtime=0
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 2527120 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1799336 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 2527121 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8002] ppid=7993 vsize=1799336 CPUtime=0
/proc/7995/task/8002/stat : 8002 (java) S 7993 7995 6734 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 2527121 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8003] ppid=7993 vsize=1799336 CPUtime=0
/proc/7995/task/8003/stat : 8003 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2527125 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8004] ppid=7993 vsize=1799336 CPUtime=1
/proc/7995/task/8004/stat : 8004 (java) R 7993 7995 6734 0 -1 64 6052 0 0 0 97 3 0 0 17 0 13 0 2527125 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104787036 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8005] ppid=7993 vsize=1799336 CPUtime=0.95
/proc/7995/task/8005/stat : 8005 (java) R 7993 7995 6734 0 -1 64 4791 0 0 0 94 1 0 0 18 0 13 0 2527125 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103313299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8006] ppid=7993 vsize=1799336 CPUtime=0
/proc/7995/task/8006/stat : 8006 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2527125 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8007] ppid=7993 vsize=1799336 CPUtime=0
/proc/7995/task/8007/stat : 8007 (java) S 7993 7995 6734 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2527125 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8008] ppid=7993 vsize=1799336 CPUtime=0
/proc/7995/task/8008/stat : 8008 (java) S 7993 7995 6734 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 2527143 1842520064 15441 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1799336

[startup+3.102 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 8010
/proc/meminfo: memFree=1535416/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1797932 CPUtime=4.95
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 53610 0 1 0 470 25 0 0 18 0 13 0 2527115 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449483 43233 1325 9 0 447094 0
[pid=7995/tid=7997] ppid=7993 vsize=1797932 CPUtime=1.97
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 37713 0 1 0 180 17 0 0 24 0 13 0 2527117 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109471410 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1797932 CPUtime=0
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 299 0 0 0 0 0 0 0 16 0 13 0 2527118 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1797932 CPUtime=0
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 266 0 0 0 0 0 0 0 16 0 13 0 2527118 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1797932 CPUtime=0
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 2527120 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1797932 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 2527121 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8002] ppid=7993 vsize=1797932 CPUtime=0
/proc/7995/task/8002/stat : 8002 (java) S 7993 7995 6734 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 2527121 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8003] ppid=7993 vsize=1797932 CPUtime=0
/proc/7995/task/8003/stat : 8003 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2527125 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8004] ppid=7993 vsize=1797932 CPUtime=1.44
/proc/7995/task/8004/stat : 8004 (java) S 7993 7995 6734 0 -1 64 7724 0 0 0 141 3 0 0 16 0 13 0 2527125 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8005] ppid=7993 vsize=1797932 CPUtime=1.48
/proc/7995/task/8005/stat : 8005 (java) S 7993 7995 6734 0 -1 64 6878 0 0 0 146 2 0 0 16 0 13 0 2527125 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8006] ppid=7993 vsize=1797932 CPUtime=0
/proc/7995/task/8006/stat : 8006 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2527125 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8007] ppid=7993 vsize=1797932 CPUtime=0
/proc/7995/task/8007/stat : 8007 (java) S 7993 7995 6734 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2527125 1841082368 43233 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 1797932

[startup+6.30266 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 8022
/proc/meminfo: memFree=1468832/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1797868 CPUtime=8.3
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 56810 0 1 0 803 27 0 0 18 0 13 0 2527115 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449467 44556 1333 9 0 447078 0
[pid=7995/tid=7997] ppid=7993 vsize=1797868 CPUtime=5.04
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 37724 0 1 0 487 17 0 0 19 0 13 0 2527117 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524446 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1797868 CPUtime=0.09
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 1903 0 0 0 8 1 0 0 16 0 13 0 2527118 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1797868 CPUtime=0.09
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 1820 0 0 0 9 0 0 0 16 0 13 0 2527118 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1797868 CPUtime=0
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 2527120 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1797868 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 2527121 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8002] ppid=7993 vsize=1797868 CPUtime=0
/proc/7995/task/8002/stat : 8002 (java) S 7993 7995 6734 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 2527121 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8003] ppid=7993 vsize=1797868 CPUtime=0
/proc/7995/task/8003/stat : 8003 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2527125 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8004] ppid=7993 vsize=1797868 CPUtime=1.47
/proc/7995/task/8004/stat : 8004 (java) S 7993 7995 6734 0 -1 64 7733 0 0 0 144 3 0 0 15 0 13 0 2527125 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8005] ppid=7993 vsize=1797868 CPUtime=1.53
/proc/7995/task/8005/stat : 8005 (java) S 7993 7995 6734 0 -1 64 6881 0 0 0 151 2 0 0 16 0 13 0 2527125 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8006] ppid=7993 vsize=1797868 CPUtime=0
/proc/7995/task/8006/stat : 8006 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2527125 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8007] ppid=7993 vsize=1797868 CPUtime=0
/proc/7995/task/8007/stat : 8007 (java) S 7993 7995 6734 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2527125 1841016832 44556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 1797868

[startup+12.703 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 8030
/proc/meminfo: memFree=1435576/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1796672 CPUtime=14.98
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 67036 0 1 0 1467 31 0 0 18 0 13 0 2527115 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449168 53884 1335 9 0 446779 0
[pid=7995/tid=7997] ppid=7993 vsize=1796672 CPUtime=11.23
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 39081 0 1 0 1106 17 0 0 22 0 13 0 2527117 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109518404 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1796672 CPUtime=0.29
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 6342 0 0 0 26 3 0 0 16 0 13 0 2527118 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1796672 CPUtime=0.28
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 6212 0 0 0 26 2 0 0 16 0 13 0 2527118 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 2527120 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8002] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8002/stat : 8002 (java) S 7993 7995 6734 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8003] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8003/stat : 8003 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2527125 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8004] ppid=7993 vsize=1796672 CPUtime=1.54
/proc/7995/task/8004/stat : 8004 (java) S 7993 7995 6734 0 -1 64 7740 0 0 0 151 3 0 0 17 0 13 0 2527125 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8005] ppid=7993 vsize=1796672 CPUtime=1.57
/proc/7995/task/8005/stat : 8005 (java) S 7993 7995 6734 0 -1 64 6881 0 0 0 155 2 0 0 16 0 13 0 2527125 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8006] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8006/stat : 8006 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2527125 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8007] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8007/stat : 8007 (java) S 7993 7995 6734 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2527125 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8030] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8030/stat : 8030 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2528315 1839792128 53884 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 1796672

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 8031
/proc/meminfo: memFree=1422000/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1796672 CPUtime=27.97
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 71083 0 1 0 2763 34 0 0 18 0 13 0 2527115 1839792128 57291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449168 57291 1335 9 0 446779 0
[pid=7995/tid=7997] ppid=7993 vsize=1796672 CPUtime=23.85
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 39093 0 1 0 2367 18 0 0 19 0 13 0 2527117 1839792128 57291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524503 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1796672 CPUtime=0.45
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 8457 0 0 0 41 4 0 0 17 0 13 0 2527118 1839792128 57291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1796672 CPUtime=0.45
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 8131 0 0 0 42 3 0 0 16 0 13 0 2527118 1839792128 57291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 2527120 1839792128 57291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 57291 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7995] ppid=7993 vsize=1796672 CPUtime=1570
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 148578 0 1 0 156911 89 0 0 18 0 13 0 2527115 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449168 118781 1335 9 0 446779 0
[pid=7995/tid=7997] ppid=7993 vsize=1796672 CPUtime=1513.96
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 44621 0 1 0 151364 32 0 0 25 0 13 0 2527117 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109538216 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1796672 CPUtime=26.09
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 43836 0 0 0 2589 20 0 0 16 0 13 0 2527118 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1796672 CPUtime=26.07
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 43395 0 0 0 2586 21 0 0 16 0 13 0 2527118 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1796672 CPUtime=0.16
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 56 0 0 0 11 5 0 0 16 0 13 0 2527120 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8002] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8002/stat : 8002 (java) S 7993 7995 6734 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8003] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8003/stat : 8003 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2527125 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8004] ppid=7993 vsize=1796672 CPUtime=1.86
/proc/7995/task/8004/stat : 8004 (java) S 7993 7995 6734 0 -1 64 9008 0 0 0 182 4 0 0 17 0 13 0 2527125 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8005] ppid=7993 vsize=1796672 CPUtime=1.78
/proc/7995/task/8005/stat : 8005 (java) S 7993 7995 6734 0 -1 64 6890 0 0 0 175 3 0 0 16 0 13 0 2527125 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8006] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8006/stat : 8006 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2527125 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8007] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8007/stat : 8007 (java) S 7993 7995 6734 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2527125 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8046] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8046/stat : 8046 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2553745 1839792128 118781 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1570
Current children cumulated vsize (KiB) 1796672

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8046
/proc/meminfo: memFree=1169144/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1796672 CPUtime=1631.42
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 150287 0 1 0 163051 91 0 0 18 0 13 0 2527115 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449168 120330 1335 9 0 446779 0
[pid=7995/tid=7997] ppid=7993 vsize=1796672 CPUtime=1572.48
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 44645 0 1 0 157215 33 0 0 25 0 13 0 2527117 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109515636 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1796672 CPUtime=27.55
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 44819 0 0 0 2734 21 0 0 16 0 13 0 2527118 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1796672 CPUtime=27.51
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 44097 0 0 0 2730 21 0 0 16 0 13 0 2527118 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1796672 CPUtime=0.17
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 56 0 0 0 11 6 0 0 15 0 13 0 2527120 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8002] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8002/stat : 8002 (java) S 7993 7995 6734 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8003] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8003/stat : 8003 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2527125 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8004] ppid=7993 vsize=1796672 CPUtime=1.86
/proc/7995/task/8004/stat : 8004 (java) S 7993 7995 6734 0 -1 64 9008 0 0 0 182 4 0 0 17 0 13 0 2527125 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8005] ppid=7993 vsize=1796672 CPUtime=1.78
/proc/7995/task/8005/stat : 8005 (java) S 7993 7995 6734 0 -1 64 6890 0 0 0 175 3 0 0 16 0 13 0 2527125 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8006] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8006/stat : 8006 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2527125 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8007] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8007/stat : 8007 (java) S 7993 7995 6734 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2527125 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8046] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8046/stat : 8046 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2553745 1839792128 120330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1631.42
Current children cumulated vsize (KiB) 1796672

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 8046
/proc/meminfo: memFree=1163640/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1796672 CPUtime=1692.78
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 151689 0 1 0 169186 92 0 0 18 0 13 0 2527115 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449168 121625 1335 9 0 446779 0
[pid=7995/tid=7997] ppid=7993 vsize=1796672 CPUtime=1631.03
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 44668 0 1 0 163070 33 0 0 25 0 13 0 2527117 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109537677 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1796672 CPUtime=28.96
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 45716 0 0 0 2875 21 0 0 16 0 13 0 2527118 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1796672 CPUtime=28.91
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 44578 0 0 0 2870 21 0 0 16 0 13 0 2527118 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1796672 CPUtime=0.17
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 57 0 0 0 11 6 0 0 16 0 13 0 2527120 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8002] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8002/stat : 8002 (java) S 7993 7995 6734 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8003] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8003/stat : 8003 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2527125 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8004] ppid=7993 vsize=1796672 CPUtime=1.86
/proc/7995/task/8004/stat : 8004 (java) S 7993 7995 6734 0 -1 64 9008 0 0 0 182 4 0 0 17 0 13 0 2527125 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8005] ppid=7993 vsize=1796672 CPUtime=1.78
/proc/7995/task/8005/stat : 8005 (java) S 7993 7995 6734 0 -1 64 6890 0 0 0 175 3 0 0 16 0 13 0 2527125 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8006] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8006/stat : 8006 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2527125 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8007] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8007/stat : 8007 (java) S 7993 7995 6734 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2527125 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8046] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8046/stat : 8046 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2553745 1839792128 121625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1692.78
Current children cumulated vsize (KiB) 1796672

[startup+1722.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/90 8046
/proc/meminfo: memFree=1158008/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1796672 CPUtime=1754.24
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 153257 0 1 0 175330 94 0 0 18 0 13 0 2527115 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449168 123093 1335 9 0 446779 0
[pid=7995/tid=7997] ppid=7993 vsize=1796672 CPUtime=1689.52
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 44692 0 1 0 168918 34 0 0 18 0 13 0 2527117 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109518936 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1796672 CPUtime=30.44
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 46595 0 0 0 3022 22 0 0 16 0 13 0 2527118 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1796672 CPUtime=30.4
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 45243 0 0 0 3018 22 0 0 16 0 13 0 2527118 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1796672 CPUtime=0.17
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 57 0 0 0 11 6 0 0 16 0 13 0 2527120 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8002] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8002/stat : 8002 (java) S 7993 7995 6734 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8003] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8003/stat : 8003 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2527125 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8004] ppid=7993 vsize=1796672 CPUtime=1.86
/proc/7995/task/8004/stat : 8004 (java) S 7993 7995 6734 0 -1 64 9008 0 0 0 182 4 0 0 17 0 13 0 2527125 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8005] ppid=7993 vsize=1796672 CPUtime=1.78
/proc/7995/task/8005/stat : 8005 (java) S 7993 7995 6734 0 -1 64 6890 0 0 0 175 3 0 0 16 0 13 0 2527125 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8006] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8006/stat : 8006 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2527125 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8007] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8007/stat : 8007 (java) S 7993 7995 6734 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2527125 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8046] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8046/stat : 8046 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2553745 1839792128 123093 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1754.24
Current children cumulated vsize (KiB) 1796672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 8046
/proc/meminfo: memFree=1153784/2055920 swapFree=4192956/4192956
[pid=7995] ppid=7993 vsize=1796672 CPUtime=1800.01
/proc/7995/stat : 7995 (java) S 7993 7995 6734 0 -1 0 154342 0 1 0 179906 95 0 0 18 0 13 0 2527115 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7995/statm: 449168 124098 1335 9 0 446779 0
[pid=7995/tid=7997] ppid=7993 vsize=1796672 CPUtime=1733.11
/proc/7995/task/7997/stat : 7997 (java) R 7993 7995 6734 0 -1 64 44709 0 1 0 173277 34 0 0 25 0 13 0 2527117 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109537076 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7998] ppid=7993 vsize=1796672 CPUtime=31.52
/proc/7995/task/7998/stat : 7998 (java) S 7993 7995 6734 0 -1 64 46893 0 0 0 3130 22 0 0 16 0 13 0 2527118 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=7999] ppid=7993 vsize=1796672 CPUtime=31.48
/proc/7995/task/7999/stat : 7999 (java) S 7993 7995 6734 0 -1 64 46013 0 0 0 3126 22 0 0 16 0 13 0 2527118 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8000] ppid=7993 vsize=1796672 CPUtime=0.18
/proc/7995/task/8000/stat : 8000 (java) S 7993 7995 6734 0 -1 64 57 0 0 0 12 6 0 0 16 0 13 0 2527120 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8001] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8001/stat : 8001 (java) S 7993 7995 6734 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8002] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8002/stat : 8002 (java) S 7993 7995 6734 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 2527121 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8003] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8003/stat : 8003 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 2527125 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8004] ppid=7993 vsize=1796672 CPUtime=1.86
/proc/7995/task/8004/stat : 8004 (java) S 7993 7995 6734 0 -1 64 9008 0 0 0 182 4 0 0 17 0 13 0 2527125 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8005] ppid=7993 vsize=1796672 CPUtime=1.78
/proc/7995/task/8005/stat : 8005 (java) S 7993 7995 6734 0 -1 64 6890 0 0 0 175 3 0 0 16 0 13 0 2527125 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8006] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8006/stat : 8006 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 2527125 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7995/tid=8007] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8007/stat : 8007 (java) S 7993 7995 6734 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 2527125 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7995/tid=8046] ppid=7993 vsize=1796672 CPUtime=0
/proc/7995/task/8046/stat : 8046 (java) S 7993 7995 6734 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 2553745 1839792128 124098 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1796672

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

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

Child status: 143
Real time (s): 1767.1
CPU time (s): 1800.11
CPU user time (s): 1799.09
CPU system time (s): 1.02184
CPU usage (%): 101.868
Max. virtual memory (cumulated for all children) (KiB): 1802028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.02184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154356
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= 43376
involuntary context switches= 58706

runsolver used 1.74673 second user time and 4.77327 second system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Apr 16 15:14:36 UTC 2007

IDJOB= 354935
IDBENCH= 2923
IDSOLVER= 164
FILE ID= node40/354935-1176736475

PBS_JOBID= 4559508

Free space on /tmp= 66561 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_1.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354935-1176736475/sat4jPseudoCPClause.jar /tmp/evaluation/354935-1176736475/instance-354935-1176736475.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-354935-1176736475 -o ROOT/results/node40/solver-354935-1176736475 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354935-1176736475/sat4jPseudoCPClause.jar /tmp/evaluation/354935-1176736475/instance-354935-1176736475.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5bf563c7058af01702ea80887f1d43ad

RANDOM SEED= 663488331

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node40.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.283
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.283
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1647496 kB
Buffers:         42756 kB
Cached:         197148 kB
SwapCached:          0 kB
Active:         219416 kB
Inactive:       122588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647496 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3692 kB
Writeback:           0 kB
Mapped:         120980 kB
Slab:            51920 kB
Committed_AS:   262016 kB
PageTables:       1820 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66561 MiB

End job on node40 on Mon Apr 16 15:44:05 UTC 2007