Trace number 355000

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)24 1800.15 1765.6

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark42.9535
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
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 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
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.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	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/355000-1176743769/instance-355000-1176743769.opb
0.20/0.20	c reading problem ... 
0.20/0.25	c ... done. Wall clock time 0.049s.
0.20/0.25	c CPU time (experimental) 0.2s.
0.20/0.25	c #vars     94
0.20/0.25	c #constraints  8
1.84/1.18	c SATISFIABLE
1.84/1.18	c OPTIMIZING...
1.84/1.18	c Got one! Elapsed wall clock time (in seconds):0.979
1.84/1.18	o 1298
2.83/1.64	c Got one! Elapsed wall clock time (in seconds):1.438
2.83/1.64	o 1252
3.23/1.90	c Got one! Elapsed wall clock time (in seconds):1.697
3.23/1.90	o 996
4.02/2.29	c Got one! Elapsed wall clock time (in seconds):2.089
4.02/2.29	o 746
4.39/2.52	c Got one! Elapsed wall clock time (in seconds):2.317
4.39/2.52	o 584
4.72/2.72	c Got one! Elapsed wall clock time (in seconds):2.522
4.72/2.72	o 564
4.92/2.96	c Got one! Elapsed wall clock time (in seconds):2.759
4.92/2.96	o 381
5.15/3.18	c Got one! Elapsed wall clock time (in seconds):2.981
5.15/3.18	o 365
5.46/3.42	c Got one! Elapsed wall clock time (in seconds):3.216
5.46/3.42	o 363
5.66/3.69	c Got one! Elapsed wall clock time (in seconds):3.489
5.66/3.69	o 312
6.13/4.02	c Got one! Elapsed wall clock time (in seconds):3.821
6.13/4.02	o 311
6.53/4.40	c Got one! Elapsed wall clock time (in seconds):4.204
6.53/4.40	o 302
7.16/5.03	c Got one! Elapsed wall clock time (in seconds):4.83
7.16/5.03	o 291
7.56/5.47	c Got one! Elapsed wall clock time (in seconds):5.266
7.56/5.47	o 287
8.85/6.65	c Got one! Elapsed wall clock time (in seconds):6.445
8.85/6.65	o 258
10.66/8.00	c Got one! Elapsed wall clock time (in seconds):7.802
10.66/8.00	o 213
11.50/8.84	c Got one! Elapsed wall clock time (in seconds):8.638
11.50/8.84	o 209
12.40/9.74	c Got one! Elapsed wall clock time (in seconds):9.537
12.40/9.74	o 201
13.48/10.72	c Got one! Elapsed wall clock time (in seconds):10.518
13.48/10.72	o 193
14.94/12.16	c Got one! Elapsed wall clock time (in seconds):11.957
14.94/12.16	o 188
17.66/14.88	c Got one! Elapsed wall clock time (in seconds):14.679
17.66/14.88	o 184
18.77/15.91	c Got one! Elapsed wall clock time (in seconds):15.711
18.77/15.91	o 174
29.47/26.57	c Got one! Elapsed wall clock time (in seconds):26.374
29.47/26.57	o 150
130.04/126.13	c Got one! Elapsed wall clock time (in seconds):125.929
130.04/126.13	o 143
148.82/144.77	c Got one! Elapsed wall clock time (in seconds):144.57
148.82/144.77	o 133
182.25/177.87	c Got one! Elapsed wall clock time (in seconds):177.673
182.25/177.87	o 130
226.31/221.47	c Got one! Elapsed wall clock time (in seconds):221.265
226.31/221.47	o 101
259.89/254.63	c Got one! Elapsed wall clock time (in seconds):254.43
259.89/254.63	o 96
285.90/280.35	c Got one! Elapsed wall clock time (in seconds):280.146
285.90/280.35	o 90
361.95/355.41	c Got one! Elapsed wall clock time (in seconds):355.206
361.95/355.41	o 87
572.73/563.12	c Got one! Elapsed wall clock time (in seconds):562.922
572.73/563.12	o 85
620.17/609.87	c Got one! Elapsed wall clock time (in seconds):609.669
620.17/609.87	o 84
694.40/682.87	c Got one! Elapsed wall clock time (in seconds):682.673
694.40/682.87	o 80
971.82/955.40	c Got one! Elapsed wall clock time (in seconds):955.198
971.82/955.40	o 79
1140.35/1120.67	c Got one! Elapsed wall clock time (in seconds):1120.475
1140.35/1120.67	o 75
1234.15/1212.53	c Got one! Elapsed wall clock time (in seconds):1212.335
1234.15/1212.53	o 71
1299.73/1276.71	c Got one! Elapsed wall clock time (in seconds):1276.514
1299.73/1276.71	o 69
1389.50/1364.69	c Got one! Elapsed wall clock time (in seconds):1364.495
1389.50/1364.69	o 37
1443.08/1417.00	c Got one! Elapsed wall clock time (in seconds):1416.802
1443.08/1417.00	o 36
1599.36/1569.70	c Got one! Elapsed wall clock time (in seconds):1569.504
1599.36/1569.70	o 35
1693.14/1661.26	c Got one! Elapsed wall clock time (in seconds):1661.06
1693.14/1661.26	o 24
1800.05/1765.51	c starts		: 84
1800.05/1765.51	c conflicts		: 50400
1800.05/1765.51	c decisions		: 86408
1800.05/1765.51	c propagations		: 508476
1800.05/1765.51	c inspects		: 784457485
1800.05/1765.51	c learnt literals	: 0
1800.05/1765.51	c learnt binary clauses	: 0
1800.05/1765.51	c learnt ternary clauses	: 0
1800.05/1765.51	c learnt clauses	: 50399
1800.05/1765.51	c root simplifications	: 0
1800.05/1765.51	c removed literals (reason simplification)	: 0
1800.05/1765.52	c reason swapping (by a shorter reason)	: 0
1800.05/1765.52	c Calls to reduceDB	: 0
1800.05/1765.52	c speed (decisions/second)	: 828.8219157058721
1800.05/1765.52	c non guided choices	588
1800.05/1765.52	s SATISFIABLE
1800.05/1765.52	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.05/1765.52	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.05/1765.52	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.05/1765.52	v x84 -x85 -x86 x87 x88 x89 x90 -x91 -x92 x93 x94
1800.05/1765.52	c objective function=24
1800.05/1765.52	c Total wall clock time (ms): 1765.317

Verifier Data (download as text)

OK	24

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node70/watcher-355000-1176743769 -o ROOT/results/node70/solver-355000-1176743769 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355000-1176743769/sat4jPseudoCPClause.jar /tmp/evaluation/355000-1176743769/instance-355000-1176743769.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 2/64 5387
/proc/meminfo: memFree=1872360/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=272 CPUtime=0
/proc/5387/stat : 5387 (java) D 5385 5387 4441 0 -1 0 53 0 0 0 0 0 0 0 19 0 1 0 113914209 278528 37 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 8413988 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5387/statm: 77 37 28 9 0 6 0

[startup+0.017767 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5387
/proc/meminfo: memFree=1872360/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=12848 CPUtime=0
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 899 0 1 0 0 0 0 0 18 0 2 0 113914209 13156352 656 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 3212 656 328 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12848

[startup+0.101778 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5387
/proc/meminfo: memFree=1872360/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1781136 CPUtime=0.08
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 3980 0 1 0 6 2 0 0 18 0 12 0 113914209 1823883264 3722 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 445284 3722 1123 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781136

[startup+0.301797 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5387
/proc/meminfo: memFree=1872360/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1782772 CPUtime=0.3
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 5168 0 1 0 27 3 0 0 18 0 13 0 113914209 1825558528 4907 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 445693 4907 1259 9 0 443304 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782772

[startup+0.701842 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 5387
/proc/meminfo: memFree=1872360/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1796540 CPUtime=1.04
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 11349 0 1 0 98 6 0 0 18 0 13 0 113914209 1839656960 9213 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 449135 9213 1293 9 0 446746 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1796540

[startup+1.50193 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 5400
/proc/meminfo: memFree=1830208/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1796044 CPUtime=2.64
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 24276 0 1 0 252 12 0 0 18 0 13 0 113914209 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 449011 17991 1309 9 0 446622 0
[pid=5387/tid=5389] ppid=5385 vsize=1796044 CPUtime=0.84
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 13700 0 1 0 78 6 0 0 16 0 13 0 113914210 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109502336 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1796044 CPUtime=0
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 113914212 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1796044 CPUtime=0
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 113914212 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1796044 CPUtime=0
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 113914214 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1796044 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 113914214 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1796044 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 113914214 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1796044 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5396] ppid=5385 vsize=1796044 CPUtime=0.96
/proc/5387/task/5396/stat : 5396 (java) R 5385 5387 4441 0 -1 64 5282 0 0 0 94 2 0 0 18 0 13 0 113914218 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336797 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5397] ppid=5385 vsize=1796044 CPUtime=0.8
/proc/5387/task/5397/stat : 5397 (java) R 5385 5387 4441 0 -1 64 4568 0 0 0 78 2 0 0 19 0 13 0 113914218 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104795859 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5398] ppid=5385 vsize=1796044 CPUtime=0
/proc/5387/task/5398/stat : 5398 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 113914218 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5399] ppid=5385 vsize=1796044 CPUtime=0
/proc/5387/task/5399/stat : 5399 (java) S 5385 5387 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113914218 1839149056 17991 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1796044

[startup+3.10208 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 5403
/proc/meminfo: memFree=1747704/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1797016 CPUtime=5.15
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 53735 0 1 0 488 27 0 0 18 0 13 0 113914209 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 449254 42921 1323 9 0 446865 0
[pid=5387/tid=5389] ppid=5385 vsize=1797016 CPUtime=2.18
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 37740 0 1 0 202 16 0 0 25 0 13 0 113914210 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105521276 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1797016 CPUtime=0
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 259 0 0 0 0 0 0 0 16 0 13 0 113914212 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1797016 CPUtime=0
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 295 0 0 0 0 0 0 0 16 0 13 0 113914212 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1797016 CPUtime=0.02
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 8 0 0 0 1 1 0 0 17 0 13 0 113914214 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1797016 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 113914214 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1797016 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 113914214 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1797016 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5396] ppid=5385 vsize=1797016 CPUtime=1.48
/proc/5387/task/5396/stat : 5396 (java) S 5385 5387 4441 0 -1 64 7320 0 0 0 144 4 0 0 16 0 13 0 113914218 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5397] ppid=5385 vsize=1797016 CPUtime=1.4
/proc/5387/task/5397/stat : 5397 (java) S 5385 5387 4441 0 -1 64 7388 0 0 0 137 3 0 0 16 0 13 0 113914218 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5398] ppid=5385 vsize=1797016 CPUtime=0
/proc/5387/task/5398/stat : 5398 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 113914218 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5399] ppid=5385 vsize=1797016 CPUtime=0
/proc/5387/task/5399/stat : 5399 (java) S 5385 5387 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113914218 1840144384 42921 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.15
Current children cumulated vsize (KiB) 1797016

[startup+6.3024 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 5413
/proc/meminfo: memFree=1697888/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1794704 CPUtime=8.52
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 56649 0 1 0 823 29 0 0 18 0 13 0 113914209 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 448676 43665 1331 9 0 446287 0
[pid=5387/tid=5389] ppid=5385 vsize=1794704 CPUtime=5.25
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 37749 0 1 0 509 16 0 0 22 0 13 0 113914210 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528516 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1794704 CPUtime=0.09
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 1651 0 0 0 8 1 0 0 16 0 13 0 113914212 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1794704 CPUtime=0.09
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 1782 0 0 0 8 1 0 0 16 0 13 0 113914212 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1794704 CPUtime=0.03
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 18 0 0 0 1 2 0 0 16 0 13 0 113914214 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 113914214 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 113914214 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5396] ppid=5385 vsize=1794704 CPUtime=1.53
/proc/5387/task/5396/stat : 5396 (java) S 5385 5387 4441 0 -1 64 7321 0 0 0 149 4 0 0 16 0 13 0 113914218 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5397] ppid=5385 vsize=1794704 CPUtime=1.48
/proc/5387/task/5397/stat : 5397 (java) S 5385 5387 4441 0 -1 64 7398 0 0 0 145 3 0 0 15 0 13 0 113914218 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5398] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5398/stat : 5398 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 113914218 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5399] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5399/stat : 5399 (java) S 5385 5387 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113914218 1837776896 43665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.52
Current children cumulated vsize (KiB) 1794704

[startup+12.702 s]
/proc/loadavg: 0.93 0.98 0.99 2/77 5419
/proc/meminfo: memFree=1665024/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1794704 CPUtime=15.55
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 67085 0 1 0 1520 35 0 0 18 0 13 0 113914209 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 448676 53430 1333 9 0 446287 0
[pid=5387/tid=5389] ppid=5385 vsize=1794704 CPUtime=11.43
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 39426 0 1 0 1126 17 0 0 21 0 13 0 113914210 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109524002 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1794704 CPUtime=0.26
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 5614 0 0 0 23 3 0 0 16 0 13 0 113914212 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1794704 CPUtime=0.26
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 6302 0 0 0 23 3 0 0 16 0 13 0 113914212 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1794704 CPUtime=0.04
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 34 0 0 0 2 2 0 0 16 0 13 0 113914214 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 113914214 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 113914214 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5396] ppid=5385 vsize=1794704 CPUtime=1.84
/proc/5387/task/5396/stat : 5396 (java) S 5385 5387 4441 0 -1 64 7560 0 0 0 180 4 0 0 16 0 13 0 113914218 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5397] ppid=5385 vsize=1794704 CPUtime=1.66
/proc/5387/task/5397/stat : 5397 (java) S 5385 5387 4441 0 -1 64 7406 0 0 0 163 3 0 0 16 0 13 0 113914218 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5398] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5398/stat : 5398 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 113914218 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5399] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5399/stat : 5399 (java) S 5385 5387 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113914218 1837776896 53430 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 1794704

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 3/77 5422
/proc/meminfo: memFree=1654376/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1794704 CPUtime=28.47
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 69497 0 1 0 2811 36 0 0 18 0 13 0 113914209 1837776896 55539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 448676 55539 1333 9 0 446287 0
[pid=5387/tid=5389] ppid=5385 vsize=1794704 CPUtime=24.09
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 39438 0 1 0 2392 17 0 0 18 0 13 0 113914210 1837776896 55539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528542 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1794704 CPUtime=0.39
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 6699 0 0 0 36 3 0 0 17 0 13 0 113914212 1837776896 55539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1794704 CPUtime=0.39
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 7614 0 0 0 35 4 0 0 16 0 13 0 113914212 1837776896 55539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1794704 CPUtime=0.04
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 34 0 0 0 2 2 0 0 15 0 13 0 113914214 1837776896 55539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 113914214 1837776896 55539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 113914214 1837776896 55539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1794704 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1837776896 55539 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5387] ppid=5385 vsize=1794532 CPUtime=1632.76
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 142651 0 1 0 163193 83 0 0 18 0 13 0 113914209 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 448633 110395 1334 9 0 446244 0
[pid=5387/tid=5389] ppid=5385 vsize=1794532 CPUtime=1571.99
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 50758 0 1 0 157171 28 0 0 25 0 13 0 113914210 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109530129 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1794532 CPUtime=28.47
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 38322 0 0 0 2828 19 0 0 16 0 13 0 113914212 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1794532 CPUtime=28.44
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 37738 0 0 0 2827 17 0 0 16 0 13 0 113914212 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1794532 CPUtime=0.21
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 81 0 0 0 13 8 0 0 16 0 13 0 113914214 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5396] ppid=5385 vsize=1794532 CPUtime=1.9
/proc/5387/task/5396/stat : 5396 (java) S 5385 5387 4441 0 -1 64 7564 0 0 0 186 4 0 0 16 0 13 0 113914218 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5397] ppid=5385 vsize=1794532 CPUtime=1.69
/proc/5387/task/5397/stat : 5397 (java) S 5385 5387 4441 0 -1 64 7407 0 0 0 166 3 0 0 16 0 13 0 113914218 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5398] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5398/stat : 5398 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 113914218 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5399] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5399/stat : 5399 (java) S 5385 5387 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113914218 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5440] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5440/stat : 5440 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 114071180 1837600768 110395 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.76
Current children cumulated vsize (KiB) 1794532

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5441
/proc/meminfo: memFree=1428624/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1794532 CPUtime=1694.24
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 143896 0 1 0 169340 84 0 0 18 0 13 0 113914209 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 448633 111583 1334 9 0 446244 0
[pid=5387/tid=5389] ppid=5385 vsize=1794532 CPUtime=1630.43
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 50784 0 1 0 163015 28 0 0 25 0 13 0 113914210 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109727193 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1794532 CPUtime=29.99
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 38789 0 0 0 2979 20 0 0 16 0 13 0 113914212 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1794532 CPUtime=29.96
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 38488 0 0 0 2978 18 0 0 16 0 13 0 113914212 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1794532 CPUtime=0.22
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 81 0 0 0 13 9 0 0 16 0 13 0 113914214 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5396] ppid=5385 vsize=1794532 CPUtime=1.9
/proc/5387/task/5396/stat : 5396 (java) S 5385 5387 4441 0 -1 64 7564 0 0 0 186 4 0 0 16 0 13 0 113914218 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5397] ppid=5385 vsize=1794532 CPUtime=1.69
/proc/5387/task/5397/stat : 5397 (java) S 5385 5387 4441 0 -1 64 7407 0 0 0 166 3 0 0 16 0 13 0 113914218 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5398] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5398/stat : 5398 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 113914218 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5399] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5399/stat : 5399 (java) S 5385 5387 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113914218 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5441] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5441/stat : 5441 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 114080337 1837600768 111583 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694.24
Current children cumulated vsize (KiB) 1794532

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5441
/proc/meminfo: memFree=1421072/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1794532 CPUtime=1755.77
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 145928 0 1 0 175491 86 0 0 18 0 13 0 113914209 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 448633 113511 1334 9 0 446244 0
[pid=5387/tid=5389] ppid=5385 vsize=1794532 CPUtime=1688.87
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 50810 0 1 0 168858 29 0 0 25 0 13 0 113914210 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109524778 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1794532 CPUtime=31.53
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 39582 0 0 0 3133 20 0 0 16 0 13 0 113914212 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1794532 CPUtime=31.5
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 39701 0 0 0 3132 18 0 0 16 0 13 0 113914212 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1794532 CPUtime=0.23
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 81 0 0 0 14 9 0 0 16 0 13 0 113914214 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5396] ppid=5385 vsize=1794532 CPUtime=1.9
/proc/5387/task/5396/stat : 5396 (java) S 5385 5387 4441 0 -1 64 7564 0 0 0 186 4 0 0 16 0 13 0 113914218 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5397] ppid=5385 vsize=1794532 CPUtime=1.69
/proc/5387/task/5397/stat : 5397 (java) S 5385 5387 4441 0 -1 64 7407 0 0 0 166 3 0 0 16 0 13 0 113914218 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5398] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5398/stat : 5398 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 113914218 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5399] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5399/stat : 5399 (java) S 5385 5387 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113914218 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5441] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5441/stat : 5441 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 114080337 1837600768 113511 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.77
Current children cumulated vsize (KiB) 1794532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5441
/proc/meminfo: memFree=1416656/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1794532 CPUtime=1800.05
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 147036 0 1 0 179918 87 0 0 18 0 13 0 113914209 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 448633 114562 1334 9 0 446244 0
[pid=5387/tid=5389] ppid=5385 vsize=1794532 CPUtime=1730.96
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 50828 0 1 0 173067 29 0 0 25 0 13 0 113914210 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528542 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1794532 CPUtime=32.63
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 39930 0 0 0 3242 21 0 0 17 0 13 0 113914212 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1794532 CPUtime=32.6
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 40443 0 0 0 3242 18 0 0 17 0 13 0 113914212 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1794532 CPUtime=0.23
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 81 0 0 0 14 9 0 0 16 0 13 0 113914214 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5396] ppid=5385 vsize=1794532 CPUtime=1.9
/proc/5387/task/5396/stat : 5396 (java) S 5385 5387 4441 0 -1 64 7564 0 0 0 186 4 0 0 16 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5397] ppid=5385 vsize=1794532 CPUtime=1.69
/proc/5387/task/5397/stat : 5397 (java) S 5385 5387 4441 0 -1 64 7407 0 0 0 166 3 0 0 16 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5398] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5398/stat : 5398 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5399] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5399/stat : 5399 (java) S 5385 5387 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5441] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5441/stat : 5441 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 114080337 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794532

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

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

[startup+1765.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 5441
/proc/meminfo: memFree=1416656/2055920 swapFree=4183744/4192956
[pid=5387] ppid=5385 vsize=1794532 CPUtime=1800.05
/proc/5387/stat : 5387 (java) S 5385 5387 4441 0 -1 0 147036 0 1 0 179918 87 0 0 18 0 13 0 113914209 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5387/statm: 448633 114562 1334 9 0 446244 0
[pid=5387/tid=5389] ppid=5385 vsize=1794532 CPUtime=1730.96
/proc/5387/task/5389/stat : 5389 (java) R 5385 5387 4441 0 -1 64 50828 0 1 0 173067 29 0 0 25 0 13 0 113914210 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528542 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5390] ppid=5385 vsize=1794532 CPUtime=32.63
/proc/5387/task/5390/stat : 5390 (java) S 5385 5387 4441 0 -1 64 39930 0 0 0 3242 21 0 0 17 0 13 0 113914212 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5391] ppid=5385 vsize=1794532 CPUtime=32.6
/proc/5387/task/5391/stat : 5391 (java) S 5385 5387 4441 0 -1 64 40443 0 0 0 3242 18 0 0 17 0 13 0 113914212 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5392] ppid=5385 vsize=1794532 CPUtime=0.23
/proc/5387/task/5392/stat : 5392 (java) S 5385 5387 4441 0 -1 64 81 0 0 0 14 9 0 0 16 0 13 0 113914214 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5393] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5393/stat : 5393 (java) S 5385 5387 4441 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5394] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5394/stat : 5394 (java) S 5385 5387 4441 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 113914214 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5395] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5395/stat : 5395 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5396] ppid=5385 vsize=1794532 CPUtime=1.9
/proc/5387/task/5396/stat : 5396 (java) S 5385 5387 4441 0 -1 64 7564 0 0 0 186 4 0 0 16 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5397] ppid=5385 vsize=1794532 CPUtime=1.69
/proc/5387/task/5397/stat : 5397 (java) S 5385 5387 4441 0 -1 64 7407 0 0 0 166 3 0 0 16 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5398] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5398/stat : 5398 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5387/tid=5399] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5399/stat : 5399 (java) S 5385 5387 4441 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 113914218 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5387/tid=5441] ppid=5385 vsize=1794532 CPUtime=0
/proc/5387/task/5441/stat : 5441 (java) S 5385 5387 4441 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 114080337 1837600768 114562 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1794532

Child status: 143
Real time (s): 1765.6
CPU time (s): 1800.15
CPU user time (s): 1799.21
CPU system time (s): 0.939857
CPU usage (%): 101.957
Max. virtual memory (cumulated for all children) (KiB): 1801112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.939857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147050
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= 43212
involuntary context switches= 39662

runsolver used 1.79173 second user time and 4.66229 second system time

The end

Launcher Data (download as text)

Begin job on node70 on Mon Apr 16 17:16:09 UTC 2007

IDJOB= 355000
IDBENCH= 2928
IDSOLVER= 164
FILE ID= node70/355000-1176743769

PBS_JOBID= 4559542

Free space on /tmp= 66547 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_4_30_4.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355000-1176743769/sat4jPseudoCPClause.jar /tmp/evaluation/355000-1176743769/instance-355000-1176743769.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node70/watcher-355000-1176743769 -o ROOT/results/node70/solver-355000-1176743769 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355000-1176743769/sat4jPseudoCPClause.jar /tmp/evaluation/355000-1176743769/instance-355000-1176743769.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  1757d8d914b8f8f6b2c05049538ae81a

RANDOM SEED= 472940267

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node70.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.218
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.218
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:       1872704 kB
Buffers:         17068 kB
Cached:         120460 kB
SwapCached:       3640 kB
Active:          61276 kB
Inactive:        86688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1872704 kB
SwapTotal:     4192956 kB
SwapFree:      4183744 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:          15756 kB
Slab:            21300 kB
Committed_AS:  2421040 kB
PageTables:       1396 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= 66547 MiB

End job on node70 on Mon Apr 16 17:45:36 UTC 2007