Trace number 354974

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)26 1800.14 1767.01

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_2.opb
MD5SUMc0264878059fff5e6fa5f51839a60b24
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1800.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint54
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4099
Number of bits of the biggest sum of numbers13
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.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/354974-1176742222/instance-354974-1176742222.opb
0.20/0.20	c reading problem ... 
0.20/0.27	c ... done. Wall clock time 0.067s.
0.20/0.27	c CPU time (experimental) 0.22s.
0.20/0.27	c #vars     120
0.20/0.27	c #constraints  10
1.99/1.28	c SATISFIABLE
1.99/1.28	c OPTIMIZING...
1.99/1.28	c Got one! Elapsed wall clock time (in seconds):1.077
1.99/1.28	o 2196
3.19/1.88	c Got one! Elapsed wall clock time (in seconds):1.677
3.19/1.88	o 1995
3.76/2.16	c Got one! Elapsed wall clock time (in seconds):1.961
3.76/2.16	o 1899
4.10/2.41	c Got one! Elapsed wall clock time (in seconds):2.206
4.10/2.41	o 1887
4.31/2.62	c Got one! Elapsed wall clock time (in seconds):2.417
4.31/2.62	o 1885
4.51/2.84	c Got one! Elapsed wall clock time (in seconds):2.64
4.51/2.84	o 1629
4.74/3.09	c Got one! Elapsed wall clock time (in seconds):2.89
4.74/3.09	o 1597
5.05/3.33	c Got one! Elapsed wall clock time (in seconds):3.131
5.05/3.33	o 1583
5.24/3.59	c Got one! Elapsed wall clock time (in seconds):3.39
5.24/3.59	o 1329
5.58/3.88	c Got one! Elapsed wall clock time (in seconds):3.677
5.58/3.88	o 1325
5.88/4.17	c Got one! Elapsed wall clock time (in seconds):3.969
5.88/4.17	o 1307
6.22/4.50	c Got one! Elapsed wall clock time (in seconds):4.295
6.22/4.50	o 1199
6.63/4.80	c Got one! Elapsed wall clock time (in seconds):4.603
6.63/4.80	o 1173
6.94/5.14	c Got one! Elapsed wall clock time (in seconds):4.934
6.94/5.14	o 1105
7.38/5.51	c Got one! Elapsed wall clock time (in seconds):5.31
7.38/5.51	o 993
7.68/5.86	c Got one! Elapsed wall clock time (in seconds):5.656
7.68/5.86	o 977
8.12/6.25	c Got one! Elapsed wall clock time (in seconds):6.049
8.12/6.25	o 913
8.52/6.63	c Got one! Elapsed wall clock time (in seconds):6.429
8.52/6.63	o 911
8.93/7.08	c Got one! Elapsed wall clock time (in seconds):6.875
8.93/7.08	o 727
9.36/7.49	c Got one! Elapsed wall clock time (in seconds):7.288
9.36/7.49	o 663
9.86/7.97	c Got one! Elapsed wall clock time (in seconds):7.767
9.86/7.97	o 655
10.40/8.43	c Got one! Elapsed wall clock time (in seconds):8.229
10.40/8.43	o 601
10.90/8.93	c Got one! Elapsed wall clock time (in seconds):8.725
10.90/8.93	o 383
11.43/9.45	c Got one! Elapsed wall clock time (in seconds):9.245
11.43/9.45	o 375
11.94/9.98	c Got one! Elapsed wall clock time (in seconds):9.782
11.94/9.98	o 203
12.56/10.55	c Got one! Elapsed wall clock time (in seconds):10.35
12.56/10.55	o 201
13.20/11.18	c Got one! Elapsed wall clock time (in seconds):10.981
13.20/11.18	o 193
14.13/12.00	c Got one! Elapsed wall clock time (in seconds):11.802
14.13/12.00	o 180
14.94/12.83	c Got one! Elapsed wall clock time (in seconds):12.627
14.94/12.83	o 179
16.06/13.98	c Got one! Elapsed wall clock time (in seconds):13.779
16.06/13.98	o 169
21.75/19.50	c Got one! Elapsed wall clock time (in seconds):19.301
21.75/19.50	o 159
43.99/41.58	c Got one! Elapsed wall clock time (in seconds):41.377
43.99/41.58	o 111
45.87/43.37	c Got one! Elapsed wall clock time (in seconds):43.164
45.87/43.37	o 91
53.53/50.69	c Got one! Elapsed wall clock time (in seconds):50.485
53.53/50.69	o 89
57.69/54.76	c Got one! Elapsed wall clock time (in seconds):54.559
57.69/54.76	o 88
69.60/66.57	c Got one! Elapsed wall clock time (in seconds):66.367
69.60/66.57	o 79
83.72/80.55	c Got one! Elapsed wall clock time (in seconds):80.351
83.72/80.55	o 77
99.50/96.13	c Got one! Elapsed wall clock time (in seconds):95.924
99.50/96.13	o 75
110.42/106.96	c Got one! Elapsed wall clock time (in seconds):106.761
110.42/106.96	o 61
115.80/112.25	c Got one! Elapsed wall clock time (in seconds):112.046
115.80/112.25	o 59
121.34/117.75	c Got one! Elapsed wall clock time (in seconds):117.543
121.34/117.75	o 57
125.68/122.06	c Got one! Elapsed wall clock time (in seconds):121.858
125.68/122.06	o 55
130.54/126.86	c Got one! Elapsed wall clock time (in seconds):126.657
130.54/126.86	o 53
134.69/130.97	c Got one! Elapsed wall clock time (in seconds):130.767
134.69/130.97	o 51
139.53/135.76	c Got one! Elapsed wall clock time (in seconds):135.563
139.53/135.76	o 49
144.18/140.36	c Got one! Elapsed wall clock time (in seconds):140.159
144.18/140.36	o 41
148.72/144.86	c Got one! Elapsed wall clock time (in seconds):144.663
148.72/144.86	o 39
242.15/237.35	c Got one! Elapsed wall clock time (in seconds):237.153
242.15/237.35	o 37
248.22/243.39	c Got one! Elapsed wall clock time (in seconds):243.189
248.22/243.39	o 35
361.32/355.18	c Got one! Elapsed wall clock time (in seconds):354.98
361.32/355.18	o 33
403.53/396.81	c Got one! Elapsed wall clock time (in seconds):396.61
403.53/396.81	o 29
896.26/882.30	c Got one! Elapsed wall clock time (in seconds):882.095
896.26/882.30	o 28
1767.32/1735.06	c Got one! Elapsed wall clock time (in seconds):1734.86
1767.32/1735.06	o 26
1800.03/1766.91	c starts		: 108
1800.03/1766.91	c conflicts		: 48448
1800.03/1766.91	c decisions		: 67700
1800.03/1766.91	c propagations		: 411736
1800.03/1766.91	c inspects		: 723744348
1800.03/1766.91	c learnt literals	: 0
1800.03/1766.91	c learnt binary clauses	: 0
1800.03/1766.91	c learnt ternary clauses	: 0
1800.03/1766.91	c learnt clauses	: 48447
1800.03/1766.91	c root simplifications	: 0
1800.03/1766.91	c removed literals (reason simplification)	: 0
1800.03/1766.91	c reason swapping (by a shorter reason)	: 0
1800.03/1766.91	c Calls to reduceDB	: 0
1800.03/1766.91	c speed (decisions/second)	: 2125.6554365914158
1800.03/1766.91	c non guided choices	918
1800.03/1766.91	s SATISFIABLE
1800.03/1766.91	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.03/1766.91	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.03/1766.91	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.03/1766.91	v x82 -x83 x84 x85 x86 x87 -x88 x89 x90 -x91 x92 x93 -x94 -x95 -x96 -x97 x98 x99 -x100 x101 x102 -x103 x104 -x105 -x106 -x107 x108
1800.03/1766.91	v -x109 x110 x111 -x112 -x113 -x114 -x115 x116 x117 -x118 -x119 -x120
1800.03/1766.91	c objective function=26
1800.03/1766.91	c Total wall clock time (ms): 1766.713

Verifier Data (download as text)

OK	26

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node39/watcher-354974-1176742222 -o ROOT/results/node39/solver-354974-1176742222 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354974-1176742222/sat4jPseudoCPClause.jar /tmp/evaluation/354974-1176742222/instance-354974-1176742222.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/77 12258
/proc/meminfo: memFree=1827528/2055920 swapFree=4096892/4192956
[pid=12258] ppid=12256 vsize=152 CPUtime=0
/proc/12258/stat : 12258 (java) R 12256 12258 11505 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 122134287 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 11092772 0 0 4096 0 0 0 0 17 1 0 0
/proc/12258/statm: 38 26 19 9 0 4 0

[startup+0.067555 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12258
/proc/meminfo: memFree=1827528/2055920 swapFree=4096892/4192956
[pid=12258] ppid=12256 vsize=1777708 CPUtime=0.05
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 3677 0 1 0 3 2 0 0 18 0 7 0 122134287 1820372992 3420 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 444427 3420 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102561 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12258
/proc/meminfo: memFree=1827528/2055920 swapFree=4096892/4192956
[pid=12258] ppid=12256 vsize=1780112 CPUtime=0.08
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 3976 0 1 0 6 2 0 0 18 0 12 0 122134287 1822834688 3718 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 445028 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301594 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12258
/proc/meminfo: memFree=1827528/2055920 swapFree=4096892/4192956
[pid=12258] ppid=12256 vsize=1781748 CPUtime=0.3
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 5148 0 1 0 27 3 0 0 18 0 13 0 122134287 1824509952 4887 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 445437 4887 1265 9 0 443048 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781748

[startup+0.702665 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 12258
/proc/meminfo: memFree=1827528/2055920 swapFree=4096892/4192956
[pid=12258] ppid=12256 vsize=1795540 CPUtime=1
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 11585 0 1 0 94 6 0 0 18 0 13 0 122134287 1838632960 9566 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 448885 9566 1299 9 0 446496 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1795540

[startup+1.5018 s]
/proc/loadavg: 0.92 0.98 0.99 4/90 12271
/proc/meminfo: memFree=1789216/2055920 swapFree=4096892/4192956
[pid=12258] ppid=12256 vsize=1796376 CPUtime=2.59
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 26220 0 1 0 246 13 0 0 18 0 13 0 122134287 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449094 20687 1316 9 0 446705 0
[pid=12258/tid=12260] ppid=12256 vsize=1796376 CPUtime=0.82
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 16341 0 1 0 74 8 0 0 18 0 13 0 122134289 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109496568 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1796376 CPUtime=0
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 122134290 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1796376 CPUtime=0
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 122134290 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1796376 CPUtime=0
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 122134293 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1796376 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 122134293 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1796376 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 122134293 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1796376 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12267] ppid=12256 vsize=1796376 CPUtime=0.96
/proc/12258/task/12267/stat : 12267 (java) R 12256 12258 11505 0 -1 64 6109 0 0 0 94 2 0 0 19 0 13 0 122134297 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103315454 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12268] ppid=12256 vsize=1796376 CPUtime=0.77
/proc/12258/task/12268/stat : 12268 (java) S 12256 12258 11505 0 -1 64 3045 0 0 0 76 1 0 0 17 0 13 0 122134297 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12269] ppid=12256 vsize=1796376 CPUtime=0
/proc/12258/task/12269/stat : 12269 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122134297 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12270] ppid=12256 vsize=1796376 CPUtime=0
/proc/12258/task/12270/stat : 12270 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122134297 1839489024 20687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 1796376

[startup+3.10206 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 12273
/proc/meminfo: memFree=1692376/2055920 swapFree=4096892/4192956
[pid=12258] ppid=12256 vsize=1797236 CPUtime=4.84
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 53473 0 1 0 457 27 0 0 18 0 13 0 122134287 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449309 43826 1325 9 0 446920 0
[pid=12258/tid=12260] ppid=12256 vsize=1797236 CPUtime=2.17
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 37715 0 1 0 198 19 0 0 18 0 13 0 122134289 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109482963 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1797236 CPUtime=0.02
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 764 0 0 0 2 0 0 0 16 0 13 0 122134290 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1797236 CPUtime=0.02
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 693 0 0 0 2 0 0 0 15 0 13 0 122134290 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1797236 CPUtime=0
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 122134293 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1797236 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 122134293 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1797236 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 6 0 0 0 0 0 0 0 15 0 13 0 122134293 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1797236 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12267] ppid=12256 vsize=1797236 CPUtime=1.48
/proc/12258/task/12267/stat : 12267 (java) S 12256 12258 11505 0 -1 64 8748 0 0 0 145 3 0 0 16 0 13 0 122134297 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12268] ppid=12256 vsize=1797236 CPUtime=1.1
/proc/12258/task/12268/stat : 12268 (java) S 12256 12258 11505 0 -1 64 4819 0 0 0 108 2 0 0 15 0 13 0 122134297 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12269] ppid=12256 vsize=1797236 CPUtime=0
/proc/12258/task/12269/stat : 12269 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122134297 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12270] ppid=12256 vsize=1797236 CPUtime=0
/proc/12258/task/12270/stat : 12270 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122134297 1840369664 43826 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 1797236

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 12285
/proc/meminfo: memFree=1654416/2055920 swapFree=4096892/4192956
[pid=12258] ppid=12256 vsize=1797036 CPUtime=8.22
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 57805 0 1 0 792 30 0 0 18 0 13 0 122134287 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449259 46462 1333 9 0 446870 0
[pid=12258/tid=12260] ppid=12256 vsize=1797036 CPUtime=5.23
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 37730 0 1 0 503 20 0 0 17 0 13 0 122134289 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109738952 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1797036 CPUtime=0.12
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 2961 0 0 0 12 0 0 0 16 0 13 0 122134290 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1797036 CPUtime=0.12
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 2775 0 0 0 11 1 0 0 17 0 13 0 122134290 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 122134293 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12267] ppid=12256 vsize=1797036 CPUtime=1.51
/proc/12258/task/12267/stat : 12267 (java) S 12256 12258 11505 0 -1 64 8754 0 0 0 147 4 0 0 16 0 13 0 122134297 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12268] ppid=12256 vsize=1797036 CPUtime=1.17
/proc/12258/task/12268/stat : 12268 (java) S 12256 12258 11505 0 -1 64 4822 0 0 0 115 2 0 0 16 0 13 0 122134297 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12269] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12269/stat : 12269 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122134297 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12270] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12270/stat : 12270 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122134297 1840164864 46462 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 1797036

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 12298
/proc/meminfo: memFree=1615712/2055920 swapFree=4096892/4192956
[pid=12258] ppid=12256 vsize=1797036 CPUtime=14.84
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 66069 0 1 0 1450 34 0 0 18 0 13 0 122134287 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449259 54241 1335 9 0 446870 0
[pid=12258/tid=12260] ppid=12256 vsize=1797036 CPUtime=11.46
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 39271 0 1 0 1126 20 0 0 17 0 13 0 122134289 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109606253 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1797036 CPUtime=0.28
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 6314 0 0 0 27 1 0 0 16 0 13 0 122134290 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1797036 CPUtime=0.28
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 6076 0 0 0 25 3 0 0 17 0 13 0 122134290 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 35 0 0 0 0 0 0 0 15 0 13 0 122134293 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 122134293 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12267] ppid=12256 vsize=1797036 CPUtime=1.57
/proc/12258/task/12267/stat : 12267 (java) S 12256 12258 11505 0 -1 64 8796 0 0 0 153 4 0 0 17 0 13 0 122134297 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12268] ppid=12256 vsize=1797036 CPUtime=1.18
/proc/12258/task/12268/stat : 12268 (java) S 12256 12258 11505 0 -1 64 4822 0 0 0 116 2 0 0 15 0 13 0 122134297 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12269] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12269/stat : 12269 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122134297 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12270] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12270/stat : 12270 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122134297 1840164864 54241 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.84
Current children cumulated vsize (KiB) 1797036

[startup+25.5028 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 12302
/proc/meminfo: memFree=1601160/2055920 swapFree=4096956/4192956
[pid=12258] ppid=12256 vsize=1797036 CPUtime=27.82
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 69958 0 1 0 2746 36 0 0 18 0 13 0 122134287 1840164864 57621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449259 57621 1335 9 0 446870 0
[pid=12258/tid=12260] ppid=12256 vsize=1797036 CPUtime=24.1
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 39281 0 1 0 2390 20 0 0 24 0 13 0 122134289 1840164864 57621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109213429 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1797036 CPUtime=0.42
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 8329 0 0 0 40 2 0 0 17 0 13 0 122134290 1840164864 57621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1797036 CPUtime=0.44
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 7933 0 0 0 40 4 0 0 17 0 13 0 122134290 1840164864 57621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 57621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 57621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 122134293 1840164864 57621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1840164864 57621 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=12258] ppid=12256 vsize=1797036 CPUtime=1631.42
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 144115 0 1 0 163050 92 0 0 18 0 13 0 122134287 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449259 118035 1335 9 0 446870 0
[pid=12258/tid=12260] ppid=12256 vsize=1797036 CPUtime=1572.5
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 44371 0 1 0 157214 36 0 0 25 0 13 0 122134289 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109542754 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1797036 CPUtime=27.7
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 41242 0 0 0 2751 19 0 0 16 0 13 0 122134290 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1797036 CPUtime=27.71
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 42717 0 0 0 2750 21 0 0 16 0 13 0 122134290 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1797036 CPUtime=0.19
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 55 0 0 0 14 5 0 0 15 0 13 0 122134293 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 122134293 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12267] ppid=12256 vsize=1797036 CPUtime=1.82
/proc/12258/task/12267/stat : 12267 (java) S 12256 12258 11505 0 -1 64 10099 0 0 0 178 4 0 0 16 0 13 0 122134297 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12268] ppid=12256 vsize=1797036 CPUtime=1.41
/proc/12258/task/12268/stat : 12268 (java) S 12256 12258 11505 0 -1 64 4830 0 0 0 139 2 0 0 17 0 13 0 122134297 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12269] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12269/stat : 12269 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122134297 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12270] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12270/stat : 12270 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122134297 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12521] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12521/stat : 12521 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122222518 1840164864 118035 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1631.42
Current children cumulated vsize (KiB) 1797036

[startup+1662.3 s]
/proc/loadavg: 1.35 1.15 1.05 2/90 12521
/proc/meminfo: memFree=1352160/2055920 swapFree=4097660/4192956
[pid=12258] ppid=12256 vsize=1797036 CPUtime=1692.85
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 145687 0 1 0 169192 93 0 0 18 0 13 0 122134287 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449259 119548 1335 9 0 446870 0
[pid=12258/tid=12260] ppid=12256 vsize=1797036 CPUtime=1631.02
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 44395 0 1 0 163065 37 0 0 25 0 13 0 122134289 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109543530 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1797036 CPUtime=29.17
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 42581 0 0 0 2897 20 0 0 16 0 13 0 122134290 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1797036 CPUtime=29.16
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 42926 0 0 0 2895 21 0 0 16 0 13 0 122134290 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1797036 CPUtime=0.19
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 55 0 0 0 14 5 0 0 16 0 13 0 122134293 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 122134293 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12267] ppid=12256 vsize=1797036 CPUtime=1.82
/proc/12258/task/12267/stat : 12267 (java) S 12256 12258 11505 0 -1 64 10099 0 0 0 178 4 0 0 16 0 13 0 122134297 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12268] ppid=12256 vsize=1797036 CPUtime=1.41
/proc/12258/task/12268/stat : 12268 (java) S 12256 12258 11505 0 -1 64 4830 0 0 0 139 2 0 0 17 0 13 0 122134297 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12269] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12269/stat : 12269 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122134297 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12270] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12270/stat : 12270 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122134297 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12521] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12521/stat : 12521 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122222518 1840164864 119548 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1692.85
Current children cumulated vsize (KiB) 1797036

[startup+1722.3 s]
/proc/loadavg: 1.13 1.12 1.04 2/90 12521
/proc/meminfo: memFree=1346976/2055920 swapFree=4097660/4192956
[pid=12258] ppid=12256 vsize=1797036 CPUtime=1754.31
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 147022 0 1 0 175336 95 0 0 18 0 13 0 122134287 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449259 120814 1335 9 0 446870 0
[pid=12258/tid=12260] ppid=12256 vsize=1797036 CPUtime=1689.47
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 44419 0 1 0 168910 37 0 0 25 0 13 0 122134289 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109556960 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1797036 CPUtime=30.65
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 43522 0 0 0 3045 20 0 0 16 0 13 0 122134290 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1797036 CPUtime=30.66
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 43296 0 0 0 3045 21 0 0 16 0 13 0 122134290 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1797036 CPUtime=0.21
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 55 0 0 0 15 6 0 0 16 0 13 0 122134293 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 122134293 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12267] ppid=12256 vsize=1797036 CPUtime=1.82
/proc/12258/task/12267/stat : 12267 (java) S 12256 12258 11505 0 -1 64 10099 0 0 0 178 4 0 0 16 0 13 0 122134297 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12268] ppid=12256 vsize=1797036 CPUtime=1.41
/proc/12258/task/12268/stat : 12268 (java) S 12256 12258 11505 0 -1 64 4830 0 0 0 139 2 0 0 17 0 13 0 122134297 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12269] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12269/stat : 12269 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122134297 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12270] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12270/stat : 12270 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122134297 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12521] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12521/stat : 12521 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122222518 1840164864 120814 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1754.31
Current children cumulated vsize (KiB) 1797036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.9 s]
/proc/loadavg: 1.20 1.14 1.06 2/90 12522
/proc/meminfo: memFree=1343576/2055920 swapFree=4097660/4192956
[pid=12258] ppid=12256 vsize=1797036 CPUtime=1800.03
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 147926 0 1 0 179907 96 0 0 18 0 13 0 122134287 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449259 121680 1335 9 0 446870 0
[pid=12258/tid=12260] ppid=12256 vsize=1797036 CPUtime=1732.9
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 44438 0 1 0 173252 38 0 0 25 0 13 0 122134289 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109531843 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1797036 CPUtime=31.78
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 44034 0 0 0 3158 20 0 0 17 0 13 0 122134290 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1797036 CPUtime=31.82
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 43667 0 0 0 3160 22 0 0 16 0 13 0 122134290 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1797036 CPUtime=0.21
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 55 0 0 0 15 6 0 0 15 0 13 0 122134293 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 122134293 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12267] ppid=12256 vsize=1797036 CPUtime=1.82
/proc/12258/task/12267/stat : 12267 (java) S 12256 12258 11505 0 -1 64 10099 0 0 0 178 4 0 0 16 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12268] ppid=12256 vsize=1797036 CPUtime=1.41
/proc/12258/task/12268/stat : 12268 (java) S 12256 12258 11505 0 -1 64 4830 0 0 0 139 2 0 0 17 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12269] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12269/stat : 12269 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12270] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12270/stat : 12270 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12522] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12522/stat : 12522 (java) S 12256 12258 11505 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 122307794 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1797036

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

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

[startup+1766.9 s]
/proc/loadavg: 1.20 1.14 1.06 2/90 12522
/proc/meminfo: memFree=1343576/2055920 swapFree=4097660/4192956
[pid=12258] ppid=12256 vsize=1797036 CPUtime=1800.03
/proc/12258/stat : 12258 (java) S 12256 12258 11505 0 -1 0 147926 0 1 0 179907 96 0 0 18 0 13 0 122134287 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12258/statm: 449259 121680 1335 9 0 446870 0
[pid=12258/tid=12260] ppid=12256 vsize=1797036 CPUtime=1732.9
/proc/12258/task/12260/stat : 12260 (java) R 12256 12258 11505 0 -1 64 44438 0 1 0 173252 38 0 0 25 0 13 0 122134289 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109531843 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12261] ppid=12256 vsize=1797036 CPUtime=31.78
/proc/12258/task/12261/stat : 12261 (java) S 12256 12258 11505 0 -1 64 44034 0 0 0 3158 20 0 0 17 0 13 0 122134290 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12262] ppid=12256 vsize=1797036 CPUtime=31.82
/proc/12258/task/12262/stat : 12262 (java) S 12256 12258 11505 0 -1 64 43667 0 0 0 3160 22 0 0 16 0 13 0 122134290 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12263] ppid=12256 vsize=1797036 CPUtime=0.21
/proc/12258/task/12263/stat : 12263 (java) S 12256 12258 11505 0 -1 64 55 0 0 0 15 6 0 0 15 0 13 0 122134293 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12264] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12264/stat : 12264 (java) S 12256 12258 11505 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122134293 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12265] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12265/stat : 12265 (java) S 12256 12258 11505 0 -1 64 17 0 0 0 0 0 0 0 17 0 13 0 122134293 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12266] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12266/stat : 12266 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12267] ppid=12256 vsize=1797036 CPUtime=1.82
/proc/12258/task/12267/stat : 12267 (java) S 12256 12258 11505 0 -1 64 10099 0 0 0 178 4 0 0 16 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12268] ppid=12256 vsize=1797036 CPUtime=1.41
/proc/12258/task/12268/stat : 12268 (java) S 12256 12258 11505 0 -1 64 4830 0 0 0 139 2 0 0 17 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12269] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12269/stat : 12269 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12258/tid=12270] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12270/stat : 12270 (java) S 12256 12258 11505 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122134297 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12258/tid=12522] ppid=12256 vsize=1797036 CPUtime=0
/proc/12258/task/12522/stat : 12522 (java) S 12256 12258 11505 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 122307794 1840164864 121680 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1797036

Child status: 143
Real time (s): 1767.01
CPU time (s): 1800.14
CPU user time (s): 1799.1
CPU system time (s): 1.03684
CPU usage (%): 101.875
Max. virtual memory (cumulated for all children) (KiB): 1800224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.03684
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147945
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= 43682
involuntary context switches= 43325

runsolver used 1.68574 second user time and 4.93025 second system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Apr 16 16:50:22 UTC 2007

IDJOB= 354974
IDBENCH= 2926
IDSOLVER= 164
FILE ID= node39/354974-1176742222

PBS_JOBID= 4559524

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c0264878059fff5e6fa5f51839a60b24

RANDOM SEED= 500591655

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node39.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.256
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.256
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:       1827936 kB
Buffers:         39236 kB
Cached:         107296 kB
SwapCached:       3068 kB
Active:          64944 kB
Inactive:       105928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827936 kB
SwapTotal:     4192956 kB
SwapFree:      4096892 kB
Dirty:            3584 kB
Writeback:           0 kB
Mapped:          31280 kB
Slab:            42372 kB
Committed_AS:  1779172 kB
PageTables:       2016 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= 66545 MiB

End job on node39 on Mon Apr 16 17:19:51 UTC 2007