Trace number 366834

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)9 1800.21 1765.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_2.opb
MD5SUM031b0f629913e7cd5c934f00ec1a1885
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 benchmark21.4277
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 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2934
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.21/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.21	--- Begin Solver configuration ---
0.21/0.21	c Stops conflict analysis at the first Unique Implication Point
0.21/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.21	c No reason simplification
0.21/0.21	c --- End Solver configuration ---
0.21/0.21	c Simplify asserted PB constraints to clauses
0.21/0.21	c solving /tmp/evaluation/366834-1177067224/instance-366834-1177067224.opb
0.21/0.21	c reading problem ... 
0.21/0.25	c ... done. Wall clock time 0.049s.
0.21/0.25	c CPU time (experimental) 0.21s.
0.21/0.25	c #vars     94
0.21/0.25	c #constraints  8
2.41/1.40	c SATISFIABLE
2.41/1.40	c OPTIMIZING...
2.41/1.40	c Got one! Elapsed wall clock time (in seconds):1.202
2.41/1.40	o 1167
3.41/1.90	c Got one! Elapsed wall clock time (in seconds):1.698
3.41/1.90	o 973
3.60/2.10	c Got one! Elapsed wall clock time (in seconds):1.893
3.60/2.10	o 955
3.85/2.30	c Got one! Elapsed wall clock time (in seconds):2.095
3.85/2.30	o 941
4.21/2.49	c Got one! Elapsed wall clock time (in seconds):2.287
4.21/2.49	o 925
4.47/2.69	c Got one! Elapsed wall clock time (in seconds):2.485
4.47/2.69	o 893
4.67/2.85	c Got one! Elapsed wall clock time (in seconds):2.645
4.67/2.85	o 829
4.89/3.02	c Got one! Elapsed wall clock time (in seconds):2.814
4.89/3.02	o 813
4.99/3.19	c Got one! Elapsed wall clock time (in seconds):2.99
4.99/3.19	o 811
5.30/3.41	c Got one! Elapsed wall clock time (in seconds):3.204
5.30/3.41	o 781
5.51/3.60	c Got one! Elapsed wall clock time (in seconds):3.397
5.51/3.60	o 779
5.71/3.82	c Got one! Elapsed wall clock time (in seconds):3.618
5.71/3.82	o 777
6.05/4.11	c Got one! Elapsed wall clock time (in seconds):3.91
6.05/4.11	o 682
6.28/4.35	c Got one! Elapsed wall clock time (in seconds):4.152
6.28/4.35	o 644
6.47/4.60	c Got one! Elapsed wall clock time (in seconds):4.394
6.47/4.60	o 642
6.77/4.89	c Got one! Elapsed wall clock time (in seconds):4.686
6.77/4.89	o 505
7.10/5.19	c Got one! Elapsed wall clock time (in seconds):4.986
7.10/5.19	o 479
7.41/5.47	c Got one! Elapsed wall clock time (in seconds):5.267
7.41/5.47	o 461
7.71/5.78	c Got one! Elapsed wall clock time (in seconds):5.577
7.71/5.78	o 459
8.14/6.14	c Got one! Elapsed wall clock time (in seconds):5.936
8.14/6.14	o 453
8.44/6.49	c Got one! Elapsed wall clock time (in seconds):6.292
8.44/6.49	o 248
8.98/6.90	c Got one! Elapsed wall clock time (in seconds):6.695
8.98/6.90	o 207
9.28/7.25	c Got one! Elapsed wall clock time (in seconds):7.052
9.28/7.25	o 203
9.78/7.71	c Got one! Elapsed wall clock time (in seconds):7.511
9.78/7.71	o 186
10.24/8.18	c Got one! Elapsed wall clock time (in seconds):7.979
10.24/8.18	o 182
10.74/8.63	c Got one! Elapsed wall clock time (in seconds):8.431
10.74/8.63	o 166
11.28/9.13	c Got one! Elapsed wall clock time (in seconds):8.928
11.28/9.13	o 156
11.93/9.79	c Got one! Elapsed wall clock time (in seconds):9.587
11.93/9.79	o 154
12.55/10.37	c Got one! Elapsed wall clock time (in seconds):10.164
12.55/10.37	o 142
13.17/10.91	c Got one! Elapsed wall clock time (in seconds):10.709
13.17/10.91	o 110
13.66/11.43	c Got one! Elapsed wall clock time (in seconds):11.231
13.66/11.43	o 102
14.18/11.97	c Got one! Elapsed wall clock time (in seconds):11.764
14.18/11.97	o 94
14.78/12.53	c Got one! Elapsed wall clock time (in seconds):12.326
14.78/12.53	o 92
15.50/13.25	c Got one! Elapsed wall clock time (in seconds):13.046
15.50/13.25	o 91
24.52/22.13	c Got one! Elapsed wall clock time (in seconds):21.93
24.52/22.13	o 89
25.63/23.23	c Got one! Elapsed wall clock time (in seconds):23.03
25.63/23.23	o 85
27.24/24.84	c Got one! Elapsed wall clock time (in seconds):24.642
27.24/24.84	o 82
88.51/85.58	c Got one! Elapsed wall clock time (in seconds):85.379
88.51/85.58	o 77
91.62/88.68	c Got one! Elapsed wall clock time (in seconds):88.478
91.62/88.68	o 69
98.70/95.63	c Got one! Elapsed wall clock time (in seconds):95.429
98.70/95.63	o 51
100.61/97.57	c Got one! Elapsed wall clock time (in seconds):97.365
100.61/97.57	o 45
102.63/99.57	c Got one! Elapsed wall clock time (in seconds):99.369
102.63/99.57	o 39
122.74/119.50	c Got one! Elapsed wall clock time (in seconds):119.293
122.74/119.50	o 31
137.17/133.72	c Got one! Elapsed wall clock time (in seconds):133.517
137.17/133.72	o 29
171.10/167.34	c Got one! Elapsed wall clock time (in seconds):167.14
171.10/167.34	o 25
189.47/185.53	c Got one! Elapsed wall clock time (in seconds):185.333
189.47/185.54	o 24
215.75/211.56	c Got one! Elapsed wall clock time (in seconds):211.353
215.75/211.56	o 22
253.94/249.37	c Got one! Elapsed wall clock time (in seconds):249.165
253.94/249.37	o 20
289.93/284.94	c Got one! Elapsed wall clock time (in seconds):284.739
289.93/284.94	o 18
376.85/370.80	c Got one! Elapsed wall clock time (in seconds):370.601
376.85/370.80	o 13
433.07/426.33	c Got one! Elapsed wall clock time (in seconds):426.131
433.07/426.33	o 12
493.81/486.23	c Got one! Elapsed wall clock time (in seconds):486.022
493.81/486.23	o 10
1304.11/1281.68	c Got one! Elapsed wall clock time (in seconds):1281.475
1304.11/1281.68	o 9
1800.08/1765.31	c starts		: 108
1800.08/1765.31	c conflicts		: 51776
1800.08/1765.31	c decisions		: 66017
1800.08/1765.31	c propagations		: 363220
1800.08/1765.31	c inspects		: 767584140
1800.08/1765.31	c learnt literals	: 0
1800.08/1765.31	c learnt binary clauses	: 0
1800.08/1765.31	c learnt ternary clauses	: 0
1800.08/1765.31	c learnt clauses	: 51775
1800.08/1765.31	c root simplifications	: 0
1800.08/1765.31	c removed literals (reason simplification)	: 0
1800.08/1765.31	c reason swapping (by a shorter reason)	: 0
1800.08/1765.31	c Calls to reduceDB	: 0
1800.08/1765.31	c speed (decisions/second)	: 136.5022651473328
1800.08/1765.31	c non guided choices	648
1800.08/1765.31	s SATISFIABLE
1800.08/1765.31	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
1800.08/1765.31	v -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54
1800.08/1765.31	v -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 x68 -x69 -x70 x71 x72 -x73 x74 x75 -x76 -x77 -x78 -x79 x80 -x81
1800.08/1765.31	v x82 -x83 -x84 x85 -x86 -x87 -x88 x89 x90 x91 x92 x93 x94
1800.08/1765.31	c objective function=9
1800.08/1765.31	c Total wall clock time (ms): 1765.111

Verifier Data (download as text)

OK	9

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node14/watcher-366834-1177067224 -o ROOT/results/node14/solver-366834-1177067224 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366834-1177067224/sat4jPseudoCPClause.jar /tmp/evaluation/366834-1177067224/instance-366834-1177067224.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 1.00 0.99 3/77 25703
/proc/meminfo: memFree=1658368/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=152 CPUtime=0
/proc/25703/stat : 25703 (java) R 25701 25703 24971 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 154640158 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6927140 0 0 4096 0 0 0 0 17 1 0 0
/proc/25703/statm: 38 26 19 9 0 4 0

[startup+0.0919611 s]
/proc/loadavg: 0.92 1.00 0.99 3/77 25703
/proc/meminfo: memFree=1658368/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1777844 CPUtime=0.08
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 3867 0 1 0 5 3 0 0 18 0 7 0 154640158 1820512256 3610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 444461 3610 1092 9 0 442097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777844

[startup+0.101959 s]
/proc/loadavg: 0.92 1.00 0.99 3/77 25703
/proc/meminfo: memFree=1658368/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1780112 CPUtime=0.09
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 3973 0 1 0 6 3 0 0 18 0 12 0 154640158 1822834688 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 445028 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780112

[startup+0.302046 s]
/proc/loadavg: 0.92 1.00 0.99 3/77 25703
/proc/meminfo: memFree=1658368/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1782600 CPUtime=0.31
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 5139 0 1 0 27 4 0 0 18 0 13 0 154640158 1825382400 4878 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 445650 4878 1252 9 0 443261 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782600

[startup+0.702016 s]
/proc/loadavg: 0.92 1.00 0.99 3/77 25703
/proc/meminfo: memFree=1658368/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1796368 CPUtime=1.03
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 11494 0 1 0 96 7 0 0 18 0 13 0 154640158 1839480832 9381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 449092 9381 1296 9 0 446703 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1796368

[startup+1.50209 s]
/proc/loadavg: 0.92 1.00 0.99 4/90 25716
/proc/meminfo: memFree=1621976/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1796724 CPUtime=2.62
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 22919 0 1 0 251 11 0 0 18 0 13 0 154640158 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 449181 16431 1309 9 0 446792 0
[pid=25703/tid=25705] ppid=25701 vsize=1796724 CPUtime=0.7
/proc/25703/task/25705/stat : 25705 (java) R 25701 25703 24971 0 -1 64 12135 0 1 0 64 6 0 0 18 0 13 0 154640160 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109212964 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25706] ppid=25701 vsize=1796724 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25701 25703 24971 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 154640161 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25701 vsize=1796724 CPUtime=0
/proc/25703/task/25707/stat : 25707 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 154640161 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25701 vsize=1796724 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 154640164 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1796724 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 154640164 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1796724 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 154640164 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1796724 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25712] ppid=25701 vsize=1796724 CPUtime=0.91
/proc/25703/task/25712/stat : 25712 (java) S 25701 25703 24971 0 -1 64 5097 0 0 0 90 1 0 0 16 0 13 0 154640168 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25713] ppid=25701 vsize=1796724 CPUtime=0.98
/proc/25703/task/25713/stat : 25713 (java) R 25701 25703 24971 0 -1 64 4960 0 0 0 96 2 0 0 20 0 13 0 154640168 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104722925 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25714] ppid=25701 vsize=1796724 CPUtime=0
/proc/25703/task/25714/stat : 25714 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154640168 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25715] ppid=25701 vsize=1796724 CPUtime=0
/proc/25703/task/25715/stat : 25715 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154640168 1839845376 16431 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1796724

[startup+3.10225 s]
/proc/loadavg: 0.92 1.00 0.99 3/90 25719
/proc/meminfo: memFree=1558544/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1795612 CPUtime=4.99
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 53992 0 1 0 474 25 0 0 18 0 13 0 154640158 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 448903 42675 1323 9 0 446514 0
[pid=25703/tid=25705] ppid=25701 vsize=1795612 CPUtime=1.91
/proc/25703/task/25705/stat : 25705 (java) R 25701 25703 24971 0 -1 64 37722 0 1 0 174 17 0 0 22 0 13 0 154640160 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109487197 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25706] ppid=25701 vsize=1795612 CPUtime=0
/proc/25703/task/25706/stat : 25706 (java) S 25701 25703 24971 0 -1 64 319 0 0 0 0 0 0 0 16 0 13 0 154640161 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25701 vsize=1795612 CPUtime=0.01
/proc/25703/task/25707/stat : 25707 (java) S 25701 25703 24971 0 -1 64 298 0 0 0 1 0 0 0 16 0 13 0 154640161 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25708] ppid=25701 vsize=1795612 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 154640164 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1795612 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1795612 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154640164 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1795612 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25712] ppid=25701 vsize=1795612 CPUtime=1.31
/proc/25703/task/25712/stat : 25712 (java) S 25701 25703 24971 0 -1 64 5970 0 0 0 129 2 0 0 16 0 13 0 154640168 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25713] ppid=25701 vsize=1795612 CPUtime=1.73
/proc/25703/task/25713/stat : 25713 (java) S 25701 25703 24971 0 -1 64 8952 0 0 0 169 4 0 0 16 0 13 0 154640168 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25714] ppid=25701 vsize=1795612 CPUtime=0
/proc/25703/task/25714/stat : 25714 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154640168 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25715] ppid=25701 vsize=1795612 CPUtime=0
/proc/25703/task/25715/stat : 25715 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154640168 1838706688 42675 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 1795612

[startup+6.30154 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 25733
/proc/meminfo: memFree=1482680/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1795100 CPUtime=8.34
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 57235 0 1 0 807 27 0 0 18 0 13 0 154640158 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 448775 43842 1331 9 0 446386 0
[pid=25703/tid=25705] ppid=25701 vsize=1795100 CPUtime=4.97
/proc/25703/task/25705/stat : 25705 (java) R 25701 25703 24971 0 -1 64 37737 0 1 0 479 18 0 0 18 0 13 0 154640160 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109767710 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=1795100 CPUtime=0.1
/proc/25703/task/25706/stat : 25706 (java) S 25701 25703 24971 0 -1 64 1845 0 0 0 9 1 0 0 16 0 13 0 154640161 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25701 vsize=1795100 CPUtime=0.1
/proc/25703/task/25707/stat : 25707 (java) S 25701 25703 24971 0 -1 64 1956 0 0 0 10 0 0 0 16 0 13 0 154640161 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25708] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 20 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25712] ppid=25701 vsize=1795100 CPUtime=1.34
/proc/25703/task/25712/stat : 25712 (java) S 25701 25703 24971 0 -1 64 5974 0 0 0 132 2 0 0 16 0 13 0 154640168 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25713] ppid=25701 vsize=1795100 CPUtime=1.78
/proc/25703/task/25713/stat : 25713 (java) S 25701 25703 24971 0 -1 64 8962 0 0 0 174 4 0 0 16 0 13 0 154640168 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25714] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25714/stat : 25714 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154640168 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25715] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25715/stat : 25715 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154640168 1838182400 43842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1795100

[startup+12.7021 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 25748
/proc/meminfo: memFree=1452624/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1795100 CPUtime=14.98
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 66280 0 1 0 1466 32 0 0 18 0 13 0 154640158 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 448775 52455 1333 9 0 446386 0
[pid=25703/tid=25705] ppid=25701 vsize=1795100 CPUtime=11.18
/proc/25703/task/25705/stat : 25705 (java) R 25701 25703 24971 0 -1 64 39208 0 1 0 1100 18 0 0 24 0 13 0 154640160 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=1795100 CPUtime=0.25
/proc/25703/task/25706/stat : 25706 (java) S 25701 25703 24971 0 -1 64 5148 0 0 0 23 2 0 0 16 0 13 0 154640161 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25701 vsize=1795100 CPUtime=0.26
/proc/25703/task/25707/stat : 25707 (java) S 25701 25703 24971 0 -1 64 6178 0 0 0 24 2 0 0 16 0 13 0 154640161 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25708] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 21 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25712] ppid=25701 vsize=1795100 CPUtime=1.35
/proc/25703/task/25712/stat : 25712 (java) S 25701 25703 24971 0 -1 64 5975 0 0 0 133 2 0 0 17 0 13 0 154640168 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25713] ppid=25701 vsize=1795100 CPUtime=1.86
/proc/25703/task/25713/stat : 25713 (java) S 25701 25703 24971 0 -1 64 8965 0 0 0 182 4 0 0 16 0 13 0 154640168 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25714] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25714/stat : 25714 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154640168 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25715] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25715/stat : 25715 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154640168 1838182400 52455 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 1795100

[startup+25.5014 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 25753
/proc/meminfo: memFree=1442728/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1795100 CPUtime=27.94
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 69155 0 1 0 2761 33 0 0 18 0 13 0 154640158 1838182400 54927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 448775 54927 1333 9 0 446386 0
[pid=25703/tid=25705] ppid=25701 vsize=1795100 CPUtime=23.84
/proc/25703/task/25705/stat : 25705 (java) R 25701 25703 24971 0 -1 64 39220 0 1 0 2365 19 0 0 22 0 13 0 154640160 1838182400 54927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=1795100 CPUtime=0.38
/proc/25703/task/25706/stat : 25706 (java) S 25701 25703 24971 0 -1 64 6302 0 0 0 35 3 0 0 16 0 13 0 154640161 1838182400 54927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25707] ppid=25701 vsize=1795100 CPUtime=0.38
/proc/25703/task/25707/stat : 25707 (java) S 25701 25703 24971 0 -1 64 7876 0 0 0 36 2 0 0 16 0 13 0 154640161 1838182400 54927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25708] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 35 0 0 0 0 0 0 0 15 0 13 0 154640164 1838182400 54927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 54927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 54927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1838182400 54927 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25703/tid=25708] ppid=25701 vsize=1795100 CPUtime=0.2
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 116 0 0 0 12 8 0 0 16 0 13 0 154640164 1838182400 107452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 107452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 107452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1838182400 107452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25712] ppid=25701 vsize=1795100 CPUtime=1.41
/proc/25703/task/25712/stat : 25712 (java) S 25701 25703 24971 0 -1 64 5978 0 0 0 139 2 0 0 16 0 13 0 154640168 1838182400 107452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25713] ppid=25701 vsize=1795100 CPUtime=1.94
/proc/25703/task/25713/stat : 25713 (java) S 25701 25703 24971 0 -1 64 8972 0 0 0 190 4 0 0 16 0 13 0 154640168 1838182400 107452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25714] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25714/stat : 25714 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154640168 1838182400 107452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25715] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25715/stat : 25715 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154640168 1838182400 107452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25769] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25769/stat : 25769 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154768327 1838182400 107452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1571.04
Current children cumulated vsize (KiB) 1795100

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25769
/proc/meminfo: memFree=1226408/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1795100 CPUtime=1632.55
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 145875 0 1 0 163165 90 0 0 18 0 13 0 154640158 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 448775 108828 1334 9 0 446386 0
[pid=25703/tid=25705] ppid=25701 vsize=1795100 CPUtime=1571.49
/proc/25703/task/25705/stat : 25705 (java) R 25701 25703 24971 0 -1 64 55738 0 1 0 157111 38 0 0 25 0 13 0 154640160 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109973790 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=1795100 CPUtime=28.73
/proc/25703/task/25706/stat : 25706 (java) S 25701 25703 24971 0 -1 64 36213 0 0 0 2856 17 0 0 16 0 13 0 154640161 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25701 vsize=1795100 CPUtime=28.7
/proc/25703/task/25707/stat : 25707 (java) S 25701 25703 24971 0 -1 64 38049 0 0 0 2853 17 0 0 16 0 13 0 154640161 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25701 vsize=1795100 CPUtime=0.21
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 116 0 0 0 12 9 0 0 16 0 13 0 154640164 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25712] ppid=25701 vsize=1795100 CPUtime=1.41
/proc/25703/task/25712/stat : 25712 (java) S 25701 25703 24971 0 -1 64 5978 0 0 0 139 2 0 0 16 0 13 0 154640168 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25713] ppid=25701 vsize=1795100 CPUtime=1.94
/proc/25703/task/25713/stat : 25713 (java) S 25701 25703 24971 0 -1 64 8972 0 0 0 190 4 0 0 16 0 13 0 154640168 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25714] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25714/stat : 25714 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154640168 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25715] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25715/stat : 25715 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154640168 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25769] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25769/stat : 25769 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154768327 1838182400 108828 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1632.55
Current children cumulated vsize (KiB) 1795100

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25769
/proc/meminfo: memFree=1220776/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1795100 CPUtime=1694.09
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 147348 0 1 0 169317 92 0 0 18 0 13 0 154640158 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 448775 110232 1334 9 0 446386 0
[pid=25703/tid=25705] ppid=25701 vsize=1795100 CPUtime=1629.92
/proc/25703/task/25705/stat : 25705 (java) R 25701 25703 24971 0 -1 64 55763 0 1 0 162953 39 0 0 22 0 13 0 154640160 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109487197 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=1795100 CPUtime=30.27
/proc/25703/task/25706/stat : 25706 (java) S 25701 25703 24971 0 -1 64 37124 0 0 0 3010 17 0 0 16 0 13 0 154640161 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25701 vsize=1795100 CPUtime=30.25
/proc/25703/task/25707/stat : 25707 (java) S 25701 25703 24971 0 -1 64 38586 0 0 0 3008 17 0 0 16 0 13 0 154640161 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25701 vsize=1795100 CPUtime=0.21
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 116 0 0 0 12 9 0 0 15 0 13 0 154640164 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25712] ppid=25701 vsize=1795100 CPUtime=1.41
/proc/25703/task/25712/stat : 25712 (java) S 25701 25703 24971 0 -1 64 5978 0 0 0 139 2 0 0 16 0 13 0 154640168 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25713] ppid=25701 vsize=1795100 CPUtime=1.94
/proc/25703/task/25713/stat : 25713 (java) S 25701 25703 24971 0 -1 64 8972 0 0 0 190 4 0 0 16 0 13 0 154640168 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25714] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25714/stat : 25714 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154640168 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25715] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25715/stat : 25715 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154640168 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25769] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25769/stat : 25769 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154768327 1838182400 110232 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1694.09
Current children cumulated vsize (KiB) 1795100

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 25769
/proc/meminfo: memFree=1215336/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1795100 CPUtime=1755.67
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 148824 0 1 0 175473 94 0 0 18 0 13 0 154640158 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 448775 111619 1334 9 0 446386 0
[pid=25703/tid=25705] ppid=25701 vsize=1795100 CPUtime=1688.3
/proc/25703/task/25705/stat : 25705 (java) R 25701 25703 24971 0 -1 64 55788 0 1 0 168791 39 0 0 17 0 13 0 154640160 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504094 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=1795100 CPUtime=31.87
/proc/25703/task/25706/stat : 25706 (java) S 25701 25703 24971 0 -1 64 38219 0 0 0 3168 19 0 0 16 0 13 0 154640161 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25701 vsize=1795100 CPUtime=31.86
/proc/25703/task/25707/stat : 25707 (java) S 25701 25703 24971 0 -1 64 38942 0 0 0 3168 18 0 0 17 0 13 0 154640161 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25701 vsize=1795100 CPUtime=0.22
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 116 0 0 0 13 9 0 0 15 0 13 0 154640164 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25712] ppid=25701 vsize=1795100 CPUtime=1.41
/proc/25703/task/25712/stat : 25712 (java) S 25701 25703 24971 0 -1 64 5978 0 0 0 139 2 0 0 16 0 13 0 154640168 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25713] ppid=25701 vsize=1795100 CPUtime=1.94
/proc/25703/task/25713/stat : 25713 (java) S 25701 25703 24971 0 -1 64 8972 0 0 0 190 4 0 0 16 0 13 0 154640168 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25714] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25714/stat : 25714 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154640168 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25715] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25715/stat : 25715 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154640168 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25769] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25769/stat : 25769 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154768327 1838182400 111619 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1755.67
Current children cumulated vsize (KiB) 1795100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 25769
/proc/meminfo: memFree=1211432/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=1795100 CPUtime=1800.08
/proc/25703/stat : 25703 (java) S 25701 25703 24971 0 -1 0 149853 0 1 0 179913 95 0 0 18 0 13 0 154640158 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25703/statm: 448775 112563 1334 9 0 446386 0
[pid=25703/tid=25705] ppid=25701 vsize=1795100 CPUtime=1730.19
/proc/25703/task/25705/stat : 25705 (java) R 25701 25703 24971 0 -1 64 55805 0 1 0 172979 40 0 0 25 0 13 0 154640160 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503330 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25706] ppid=25701 vsize=1795100 CPUtime=32.96
/proc/25703/task/25706/stat : 25706 (java) S 25701 25703 24971 0 -1 64 38933 0 0 0 3277 19 0 0 16 0 13 0 154640161 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25707] ppid=25701 vsize=1795100 CPUtime=32.95
/proc/25703/task/25707/stat : 25707 (java) S 25701 25703 24971 0 -1 64 39223 0 0 0 3277 18 0 0 16 0 13 0 154640161 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25708] ppid=25701 vsize=1795100 CPUtime=0.22
/proc/25703/task/25708/stat : 25708 (java) S 25701 25703 24971 0 -1 64 116 0 0 0 13 9 0 0 16 0 13 0 154640164 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25709] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25709/stat : 25709 (java) S 25701 25703 24971 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25710] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25710/stat : 25710 (java) S 25701 25703 24971 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 154640164 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25711] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25711/stat : 25711 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 154640168 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25712] ppid=25701 vsize=1795100 CPUtime=1.55
/proc/25703/task/25712/stat : 25712 (java) S 25701 25703 24971 0 -1 64 5986 0 0 0 153 2 0 0 17 0 13 0 154640168 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25713] ppid=25701 vsize=1795100 CPUtime=2.12
/proc/25703/task/25713/stat : 25713 (java) S 25701 25703 24971 0 -1 64 8981 0 0 0 208 4 0 0 17 0 13 0 154640168 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25714] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25714/stat : 25714 (java) S 25701 25703 24971 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154640168 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25703/tid=25715] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25715/stat : 25715 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154640168 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25703/tid=25769] ppid=25701 vsize=1795100 CPUtime=0
/proc/25703/task/25769/stat : 25769 (java) S 25701 25703 24971 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154768327 1838182400 112563 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1795100

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

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

[startup+1765.41 s]
/proc/loadavg: 1.08 1.02 1.01 2/80 25772
/proc/meminfo: memFree=1586392/2055920 swapFree=4148744/4192956
[pid=25703] ppid=25701 vsize=0 CPUtime=1800.19
/proc/25703/stat : 25703 (java) Z 25701 25703 24971 0 -1 1036 149867 0 1 0 179918 101 0 0 16 0 2 0 154640158 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25703/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.43
CPU time (s): 1800.21
CPU user time (s): 1799.19
CPU system time (s): 1.02484
CPU usage (%): 101.97
Max. virtual memory (cumulated for all children) (KiB): 1798764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.19
system time used= 1.02484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149867
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= 43366
involuntary context switches= 62438

runsolver used 1.72474 second user time and 4.79627 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Fri Apr 20 11:07:04 UTC 2007

IDJOB= 366834
IDBENCH= 2916
IDSOLVER= 164
FILE ID= node14/366834-1177067224

PBS_JOBID= 4640232

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  031b0f629913e7cd5c934f00ec1a1885

RANDOM SEED= 673438485

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.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.227
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.227
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:       1658776 kB
Buffers:         69460 kB
Cached:         261592 kB
SwapCached:      11464 kB
Active:         124984 kB
Inactive:       230184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658776 kB
SwapTotal:     4192956 kB
SwapFree:      4148744 kB
Dirty:            3672 kB
Writeback:           0 kB
Mapped:          30508 kB
Slab:            27456 kB
Committed_AS:  7678588 kB
PageTables:       1784 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= 66204 MiB

End job on node14 on Fri Apr 20 11:36:31 UTC 2007