Trace number 354818

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)132 1800.15 1768.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_1.opb
MD5SUMcdfa46b59876181d5d89fd18757b8cfb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
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 constraints12
Minimum length of a constraint66
Maximum length of a constraint66
Number of terms in the objective function 96
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 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4329
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.07/0.28	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.28	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.28	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.29	c no version file found!!!
0.07/0.29	c sun.arch.data.model	32
0.07/0.29	c java.version	1.6.0
0.07/0.29	c os.name	Linux
0.07/0.29	c os.version	2.6.9-22.EL.rootsmp
0.07/0.29	c os.arch	i386
0.07/0.29	c Free memory 1651659224
0.07/0.29	c Max memory 1654456320
0.07/0.29	c Total memory 1654456320
0.07/0.29	c Number of processors 2
0.13/0.35	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.13/0.35	--- Begin Solver configuration ---
0.13/0.35	c Stops conflict analysis at the first Unique Implication Point
0.13/0.35	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.13/0.35	c Learn all clauses as in MiniSAT
0.13/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.13/0.35	c VSIDS like heuristics from MiniSAT using a heap
0.13/0.35	c No reason simplification
0.13/0.35	c --- End Solver configuration ---
0.13/0.35	c Simplify asserted PB constraints to clauses
0.13/0.35	c solving /tmp/evaluation/354818-1176727015/instance-354818-1176727015.opb
0.13/0.35	c reading problem ... 
0.25/0.44	c ... done. Wall clock time 0.089s.
0.25/0.44	c CPU time (experimental) 0.24s.
0.25/0.44	c #vars     146
0.25/0.44	c #constraints  12
2.33/1.53	c SATISFIABLE
2.33/1.53	c OPTIMIZING...
2.33/1.53	c Got one! Elapsed wall clock time (in seconds):1.183
2.33/1.53	o 2219
3.73/2.20	c Got one! Elapsed wall clock time (in seconds):1.858
3.73/2.20	o 2187
4.26/2.52	c Got one! Elapsed wall clock time (in seconds):2.178
4.26/2.52	o 2123
4.48/2.77	c Got one! Elapsed wall clock time (in seconds):2.425
4.48/2.77	o 1995
4.78/3.03	c Got one! Elapsed wall clock time (in seconds):2.688
4.78/3.03	o 1739
5.12/3.33	c Got one! Elapsed wall clock time (in seconds):2.979
5.12/3.33	o 1613
5.42/3.61	c Got one! Elapsed wall clock time (in seconds):3.264
5.42/3.61	o 1587
5.75/3.93	c Got one! Elapsed wall clock time (in seconds):3.579
5.75/3.93	o 1459
6.04/4.23	c Got one! Elapsed wall clock time (in seconds):3.88
6.04/4.23	o 1447
6.36/4.58	c Got one! Elapsed wall clock time (in seconds):4.232
6.36/4.58	o 1445
6.81/4.91	c Got one! Elapsed wall clock time (in seconds):4.563
6.81/4.91	o 1301
7.13/5.29	c Got one! Elapsed wall clock time (in seconds):4.943
7.13/5.29	o 1299
7.55/5.68	c Got one! Elapsed wall clock time (in seconds):5.335
7.55/5.68	o 1043
8.08/6.11	c Got one! Elapsed wall clock time (in seconds):5.758
8.08/6.11	o 1033
8.49/6.53	c Got one! Elapsed wall clock time (in seconds):6.183
8.49/6.53	o 1007
9.03/7.03	c Got one! Elapsed wall clock time (in seconds):6.681
9.03/7.03	o 995
9.54/7.50	c Got one! Elapsed wall clock time (in seconds):7.152
9.54/7.50	o 739
10.06/8.05	c Got one! Elapsed wall clock time (in seconds):7.699
10.06/8.05	o 735
10.56/8.59	c Got one! Elapsed wall clock time (in seconds):8.248
10.56/8.59	o 731
11.29/9.25	c Got one! Elapsed wall clock time (in seconds):8.908
11.29/9.26	o 719
12.02/9.99	c Got one! Elapsed wall clock time (in seconds):9.642
12.02/9.99	o 695
12.78/10.64	c Got one! Elapsed wall clock time (in seconds):10.292
12.78/10.64	o 633
13.40/11.30	c Got one! Elapsed wall clock time (in seconds):10.949
13.40/11.30	o 599
14.15/11.97	c Got one! Elapsed wall clock time (in seconds):11.625
14.15/11.97	o 488
14.95/12.71	c Got one! Elapsed wall clock time (in seconds):12.359
14.95/12.71	o 466
15.66/13.46	c Got one! Elapsed wall clock time (in seconds):13.111
15.66/13.46	o 452
16.88/14.63	c Got one! Elapsed wall clock time (in seconds):14.278
16.88/14.63	o 440
18.59/16.11	c Got one! Elapsed wall clock time (in seconds):15.768
18.59/16.11	o 438
19.94/17.50	c Got one! Elapsed wall clock time (in seconds):17.148
19.94/17.50	o 436
21.39/18.83	c Got one! Elapsed wall clock time (in seconds):18.484
21.39/18.83	o 426
23.36/20.74	c Got one! Elapsed wall clock time (in seconds):20.389
23.36/20.74	o 418
25.79/23.13	c Got one! Elapsed wall clock time (in seconds):22.779
25.79/23.13	o 414
27.09/24.46	c Got one! Elapsed wall clock time (in seconds):24.116
27.09/24.46	o 412
29.13/26.48	c Got one! Elapsed wall clock time (in seconds):26.131
29.13/26.48	o 408
33.92/31.17	c Got one! Elapsed wall clock time (in seconds):30.825
33.92/31.17	o 400
35.54/32.76	c Got one! Elapsed wall clock time (in seconds):32.412
35.54/32.76	o 394
44.72/41.85	c Got one! Elapsed wall clock time (in seconds):41.505
44.82/41.94	o 386
47.55/44.70	c Got one! Elapsed wall clock time (in seconds):44.351
47.55/44.70	o 358
54.31/51.34	c Got one! Elapsed wall clock time (in seconds):50.991
54.31/51.34	o 319
64.50/61.50	c Got one! Elapsed wall clock time (in seconds):61.155
64.60/61.50	o 305
77.75/74.52	c Got one! Elapsed wall clock time (in seconds):74.17
77.75/74.52	o 302
95.50/92.11	c Got one! Elapsed wall clock time (in seconds):91.767
95.50/92.11	o 297
110.07/106.58	c Got one! Elapsed wall clock time (in seconds):106.232
110.07/106.58	o 279
158.92/154.95	c Got one! Elapsed wall clock time (in seconds):154.605
158.92/154.95	o 273
170.96/166.83	c Got one! Elapsed wall clock time (in seconds):166.487
170.96/166.83	o 269
196.21/191.89	c Got one! Elapsed wall clock time (in seconds):191.548
196.21/191.89	o 259
208.54/204.06	c Got one! Elapsed wall clock time (in seconds):203.713
208.54/204.06	o 242
218.04/213.49	c Got one! Elapsed wall clock time (in seconds):213.144
218.04/213.49	o 236
227.14/222.48	c Got one! Elapsed wall clock time (in seconds):222.137
227.14/222.48	o 228
238.96/234.16	c Got one! Elapsed wall clock time (in seconds):233.818
238.96/234.16	o 225
268.00/262.82	c Got one! Elapsed wall clock time (in seconds):262.471
268.00/262.82	o 191
294.45/288.93	c Got one! Elapsed wall clock time (in seconds):288.581
294.45/288.93	o 190
311.35/305.61	c Got one! Elapsed wall clock time (in seconds):305.268
311.35/305.61	o 182
347.15/341.07	c Got one! Elapsed wall clock time (in seconds):340.721
347.15/341.07	o 177
367.41/361.07	c Got one! Elapsed wall clock time (in seconds):360.72
367.41/361.07	o 163
398.41/391.61	c Got one! Elapsed wall clock time (in seconds):391.263
398.41/391.61	o 158
410.17/403.27	c Got one! Elapsed wall clock time (in seconds):402.923
410.17/403.27	o 157
445.62/438.21	c Got one! Elapsed wall clock time (in seconds):437.866
445.62/438.21	o 142
502.90/494.76	c Got one! Elapsed wall clock time (in seconds):494.413
502.90/494.76	o 141
555.14/546.29	c Got one! Elapsed wall clock time (in seconds):545.946
555.14/546.29	o 136
599.29/589.72	c Got one! Elapsed wall clock time (in seconds):589.373
599.29/589.72	o 132
1800.00/1768.01	c starts		: 124
1800.00/1768.01	c conflicts		: 51738
1800.00/1768.01	c decisions		: 83226
1800.00/1768.01	c propagations		: 480332
1800.00/1768.01	c inspects		: 691545222
1800.00/1768.01	c learnt literals	: 0
1800.00/1768.01	c learnt binary clauses	: 0
1800.00/1768.01	c learnt ternary clauses	: 0
1800.00/1768.01	c learnt clauses	: 51738
1800.00/1768.01	c root simplifications	: 0
1800.00/1768.01	c removed literals (reason simplification)	: 0
1800.00/1768.01	c reason swapping (by a shorter reason)	: 0
1800.00/1768.01	c Calls to reduceDB	: 0
1800.00/1768.01	c speed (decisions/second)	: 70.63286627230987
1800.00/1768.01	c non guided choices	1302
1800.00/1768.01	s SATISFIABLE
1800.00/1768.01	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 x27 x28 x29 x30
1800.00/1768.01	v -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 x45 -x46 -x47 -x48 x49 -x50 x51 x52 x53 -x54 -x55 -x56 -x57
1800.00/1768.01	v -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83
1800.00/1768.01	v -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 x108
1800.00/1768.01	v -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 x118 x119 x120 x121 -x122 x123 x124 -x125 x126 -x127 x128 x129 -x130 -x131
1800.00/1768.01	v x132 -x133 x134 x135 x136 x137 x138 x139 -x140 x141 -x142 x143 x144 x145 -x146
1800.00/1768.01	c objective function=132
1800.00/1768.01	c Total wall clock time (ms): 1767.667

Verifier Data (download as text)

OK	132

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-354818-1176727015 -o ROOT/results/node14/solver-354818-1176727015 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354818-1176727015/sat4jPseudoCPClause.jar /tmp/evaluation/354818-1176727015/instance-354818-1176727015.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.91 0.98 0.99 2/77 25144
/proc/meminfo: memFree=1710584/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=140 CPUtime=0
/proc/25144/stat : 25144 (java) R 25142 25144 24154 0 -1 0 18 0 0 0 0 0 0 0 20 0 1 0 120619297 143360 3 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6858688 0 0 4096 0 0 0 0 17 1 0 0
/proc/25144/statm: 35 16 12 9 0 1 0

[startup+0.0754901 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 25144
/proc/meminfo: memFree=1710584/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1777708 CPUtime=0.05
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 3738 0 1 0 4 1 0 0 18 0 7 0 120619297 1820372992 3481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 444427 3481 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101487 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 25144
/proc/meminfo: memFree=1710584/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1777844 CPUtime=0.07
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 3788 0 1 0 5 2 0 0 18 0 7 0 120619297 1820512256 3531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 444461 3531 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.301509 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 25144
/proc/meminfo: memFree=1710584/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1780432 CPUtime=0.13
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 4442 0 1 0 11 2 0 0 18 0 12 0 120619297 1823162368 4181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 445108 4181 1233 9 0 442719 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 1780432

[startup+0.701548 s]
/proc/loadavg: 0.91 0.98 0.99 2/77 25144
/proc/meminfo: memFree=1710584/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1784432 CPUtime=0.76
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 6830 0 1 0 72 4 0 0 18 0 13 0 120619297 1827258368 6028 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 446108 6028 1299 9 0 443719 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 1784432

[startup+1.50262 s]
/proc/loadavg: 0.91 0.98 0.99 4/90 25157
/proc/meminfo: memFree=1676304/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1796352 CPUtime=2.33
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 24501 0 1 0 220 13 0 0 18 0 13 0 120619297 1839464448 19261 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 449088 19262 1315 9 0 446699 0
[pid=25144/tid=25146] ppid=25142 vsize=1796352 CPUtime=0.86
/proc/25144/task/25146/stat : 25146 (java) R 25142 25144 24154 0 -1 64 15116 0 1 0 78 8 0 0 18 0 13 0 120619298 1839464448 19262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494420 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25147] ppid=25142 vsize=1796352 CPUtime=0
/proc/25144/task/25147/stat : 25147 (java) S 25142 25144 24154 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 120619300 1839464448 19263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25148] ppid=25142 vsize=1796352 CPUtime=0
/proc/25144/task/25148/stat : 25148 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 120619300 1839464448 19263 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25149] ppid=25142 vsize=1796352 CPUtime=0
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 120619302 1839464448 19264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1796352 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 120619302 1839464448 19264 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25151] ppid=25142 vsize=1796352 CPUtime=0
/proc/25144/task/25151/stat : 25151 (java) S 25142 25144 24154 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 120619302 1839464448 19265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25152] ppid=25142 vsize=1796352 CPUtime=0
/proc/25144/task/25152/stat : 25152 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120619321 1839464448 19266 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25153] ppid=25142 vsize=1796352 CPUtime=0.65
/proc/25144/task/25153/stat : 25153 (java) R 25142 25144 24154 0 -1 64 3506 0 0 0 63 2 0 0 20 0 13 0 120619321 1839464448 19267 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104921411 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25154] ppid=25142 vsize=1796352 CPUtime=0.79
/proc/25144/task/25154/stat : 25154 (java) R 25142 25144 24154 0 -1 64 5158 0 0 0 77 2 0 0 18 0 13 0 120619321 1839464448 19268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105302466 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25155] ppid=25142 vsize=1796352 CPUtime=0
/proc/25144/task/25155/stat : 25155 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 120619321 1839464448 19268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25156] ppid=25142 vsize=1796352 CPUtime=0
/proc/25144/task/25156/stat : 25156 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120619321 1839464448 19268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25157] ppid=25142 vsize=1796352 CPUtime=0
/proc/25144/task/25157/stat : 25157 (java) S 25142 25144 24154 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 120619342 1839464448 19269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 1796352

[startup+3.10278 s]
/proc/loadavg: 0.91 0.98 0.99 3/90 25158
/proc/meminfo: memFree=1602120/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1794660 CPUtime=4.9
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 51285 0 1 0 466 24 0 0 18 0 13 0 120619297 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 448665 42236 1325 9 0 446276 0
[pid=25144/tid=25146] ppid=25142 vsize=1794660 CPUtime=2.11
/proc/25144/task/25146/stat : 25146 (java) R 25142 25144 24154 0 -1 64 37733 0 1 0 193 18 0 0 25 0 13 0 120619298 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109662278 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25147] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25147/stat : 25147 (java) S 25142 25144 24154 0 -1 64 262 0 0 0 0 0 0 0 16 0 13 0 120619300 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25148] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25148/stat : 25148 (java) S 25142 25144 24154 0 -1 64 228 0 0 0 0 0 0 0 16 0 13 0 120619300 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25149] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25151] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25151/stat : 25151 (java) S 25142 25144 24154 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25152] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25152/stat : 25152 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120619321 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25153] ppid=25142 vsize=1794660 CPUtime=1.38
/proc/25144/task/25153/stat : 25153 (java) S 25142 25144 24154 0 -1 64 6738 0 0 0 135 3 0 0 16 0 13 0 120619321 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25154] ppid=25142 vsize=1794660 CPUtime=1.37
/proc/25144/task/25154/stat : 25154 (java) S 25142 25144 24154 0 -1 64 5596 0 0 0 135 2 0 0 16 0 13 0 120619321 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25155] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25155/stat : 25155 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 120619321 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25156] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25156/stat : 25156 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120619321 1837731840 42236 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 1794660

[startup+6.30108 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 25169
/proc/meminfo: memFree=1540400/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1794660 CPUtime=8.28
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 56194 0 1 0 801 27 0 0 18 0 13 0 120619297 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 448665 45605 1327 9 0 446276 0
[pid=25144/tid=25146] ppid=25142 vsize=1794660 CPUtime=5.17
/proc/25144/task/25146/stat : 25146 (java) R 25142 25144 24154 0 -1 64 37748 0 1 0 499 18 0 0 18 0 13 0 120619298 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109549203 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25147] ppid=25142 vsize=1794660 CPUtime=0.12
/proc/25144/task/25147/stat : 25147 (java) S 25142 25144 24154 0 -1 64 2803 0 0 0 11 1 0 0 16 0 13 0 120619300 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25148] ppid=25142 vsize=1794660 CPUtime=0.11
/proc/25144/task/25148/stat : 25148 (java) S 25142 25144 24154 0 -1 64 2549 0 0 0 10 1 0 0 16 0 13 0 120619300 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25149] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 30 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25151] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25151/stat : 25151 (java) S 25142 25144 24154 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25152] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25152/stat : 25152 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120619321 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25153] ppid=25142 vsize=1794660 CPUtime=1.41
/proc/25144/task/25153/stat : 25153 (java) S 25142 25144 24154 0 -1 64 6738 0 0 0 138 3 0 0 16 0 13 0 120619321 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25154] ppid=25142 vsize=1794660 CPUtime=1.43
/proc/25144/task/25154/stat : 25154 (java) S 25142 25144 24154 0 -1 64 5597 0 0 0 141 2 0 0 16 0 13 0 120619321 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25155] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25155/stat : 25155 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 120619321 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25156] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25156/stat : 25156 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120619321 1837731840 45605 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 1794660

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 25181
/proc/meminfo: memFree=1500608/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1794660 CPUtime=14.95
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 64714 0 1 0 1463 32 0 0 18 0 13 0 120619297 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 448665 53806 1335 9 0 446276 0
[pid=25144/tid=25146] ppid=25142 vsize=1794660 CPUtime=11.38
/proc/25144/task/25146/stat : 25146 (java) R 25142 25144 24154 0 -1 64 39538 0 1 0 1119 19 0 0 25 0 13 0 120619298 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109537577 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25147] ppid=25142 vsize=1794660 CPUtime=0.26
/proc/25144/task/25147/stat : 25147 (java) S 25142 25144 24154 0 -1 64 6171 0 0 0 24 2 0 0 16 0 13 0 120619300 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25148] ppid=25142 vsize=1794660 CPUtime=0.25
/proc/25144/task/25148/stat : 25148 (java) S 25142 25144 24154 0 -1 64 5869 0 0 0 23 2 0 0 16 0 13 0 120619300 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25149] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25151] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25151/stat : 25151 (java) S 25142 25144 24154 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25152] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25152/stat : 25152 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120619321 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25153] ppid=25142 vsize=1794660 CPUtime=1.5
/proc/25144/task/25153/stat : 25153 (java) S 25142 25144 24154 0 -1 64 6753 0 0 0 147 3 0 0 17 0 13 0 120619321 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25154] ppid=25142 vsize=1794660 CPUtime=1.48
/proc/25144/task/25154/stat : 25154 (java) S 25142 25144 24154 0 -1 64 5601 0 0 0 146 2 0 0 16 0 13 0 120619321 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25155] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25155/stat : 25155 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 120619321 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25156] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25156/stat : 25156 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120619321 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25181] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25181/stat : 25181 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 120620495 1837731840 53806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.95
Current children cumulated vsize (KiB) 1794660

[startup+25.5029 s]
/proc/loadavg: 0.94 0.98 0.99 2/90 25192
/proc/meminfo: memFree=1486008/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1794660 CPUtime=28.2
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 68963 0 1 0 2786 34 0 0 18 0 13 0 120619297 1837731840 57139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 448665 57139 1335 9 0 446276 0
[pid=25144/tid=25146] ppid=25142 vsize=1794660 CPUtime=23.99
/proc/25144/task/25146/stat : 25146 (java) R 25142 25144 24154 0 -1 64 39555 0 1 0 2380 19 0 0 25 0 13 0 120619298 1837731840 57139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109545720 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25147] ppid=25142 vsize=1794660 CPUtime=0.41
/proc/25144/task/25147/stat : 25147 (java) S 25142 25144 24154 0 -1 64 7963 0 0 0 38 3 0 0 16 0 13 0 120619300 1837731840 57139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25148] ppid=25142 vsize=1794660 CPUtime=0.4
/proc/25144/task/25148/stat : 25148 (java) S 25142 25144 24154 0 -1 64 7714 0 0 0 37 3 0 0 16 0 13 0 120619300 1837731840 57139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25149] ppid=25142 vsize=1794660 CPUtime=0.01
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 33 0 0 0 1 0 0 0 16 0 13 0 120619302 1837731840 57139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 57139 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25144/tid=25149] ppid=25142 vsize=1794660 CPUtime=0.17
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 44 0 0 0 12 5 0 0 15 0 13 0 120619302 1837731840 133003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 133003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25151] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25151/stat : 25151 (java) S 25142 25144 24154 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 133003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25152] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25152/stat : 25152 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120619321 1837731840 133003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25153] ppid=25142 vsize=1794660 CPUtime=1.66
/proc/25144/task/25153/stat : 25153 (java) S 25142 25144 24154 0 -1 64 6758 0 0 0 163 3 0 0 16 0 13 0 120619321 1837731840 133003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25154] ppid=25142 vsize=1794660 CPUtime=1.85
/proc/25144/task/25154/stat : 25154 (java) S 25142 25144 24154 0 -1 64 6176 0 0 0 183 2 0 0 17 0 13 0 120619321 1837731840 133003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25155] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25155/stat : 25155 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 120619321 1837731840 133003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25156] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25156/stat : 25156 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120619321 1837731840 133003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25220] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25220/stat : 25220 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 120678269 1837731840 133003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1569.07
Current children cumulated vsize (KiB) 1794660

[startup+1602.3 s]
/proc/loadavg: 1.24 1.08 1.02 2/90 25418
/proc/meminfo: memFree=1174808/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1794660 CPUtime=1630.45
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 159027 0 1 0 162948 97 0 0 18 0 13 0 120619297 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 448665 134566 1335 9 0 446276 0
[pid=25144/tid=25146] ppid=25142 vsize=1794660 CPUtime=1573.69
/proc/25144/task/25146/stat : 25146 (java) R 25142 25144 24154 0 -1 64 41453 0 1 0 157335 34 0 0 24 0 13 0 120619298 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109472310 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25147] ppid=25142 vsize=1794660 CPUtime=26.51
/proc/25144/task/25147/stat : 25147 (java) S 25142 25144 24154 0 -1 64 52756 0 0 0 2626 25 0 0 16 0 13 0 120619300 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25148] ppid=25142 vsize=1794660 CPUtime=26.46
/proc/25144/task/25148/stat : 25148 (java) S 25142 25144 24154 0 -1 64 51032 0 0 0 2624 22 0 0 17 0 13 0 120619300 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25149] ppid=25142 vsize=1794660 CPUtime=0.19
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 44 0 0 0 13 6 0 0 15 0 13 0 120619302 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25151] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25151/stat : 25151 (java) S 25142 25144 24154 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25152] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25152/stat : 25152 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120619321 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25153] ppid=25142 vsize=1794660 CPUtime=1.66
/proc/25144/task/25153/stat : 25153 (java) S 25142 25144 24154 0 -1 64 6758 0 0 0 163 3 0 0 16 0 13 0 120619321 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25154] ppid=25142 vsize=1794660 CPUtime=1.85
/proc/25144/task/25154/stat : 25154 (java) S 25142 25144 24154 0 -1 64 6176 0 0 0 183 2 0 0 17 0 13 0 120619321 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25155] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25155/stat : 25155 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 120619321 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25156] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25156/stat : 25156 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120619321 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25220] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25220/stat : 25220 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 120678269 1837731840 134566 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1630.45
Current children cumulated vsize (KiB) 1794660

[startup+1662.3 s]
/proc/loadavg: 1.20 1.09 1.02 2/90 25418
/proc/meminfo: memFree=1168984/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1794660 CPUtime=1691.77
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 160524 0 1 0 169079 98 0 0 18 0 13 0 120619297 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 448665 135956 1335 9 0 446276 0
[pid=25144/tid=25146] ppid=25142 vsize=1794660 CPUtime=1632.29
/proc/25144/task/25146/stat : 25146 (java) R 25142 25144 24154 0 -1 64 41476 0 1 0 163194 35 0 0 25 0 13 0 120619298 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109493432 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25147] ppid=25142 vsize=1794660 CPUtime=27.87
/proc/25144/task/25147/stat : 25147 (java) S 25142 25144 24154 0 -1 64 53700 0 0 0 2762 25 0 0 16 0 13 0 120619300 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25148] ppid=25142 vsize=1794660 CPUtime=27.83
/proc/25144/task/25148/stat : 25148 (java) S 25142 25144 24154 0 -1 64 51562 0 0 0 2760 23 0 0 16 0 13 0 120619300 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25149] ppid=25142 vsize=1794660 CPUtime=0.19
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 44 0 0 0 13 6 0 0 16 0 13 0 120619302 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25151] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25151/stat : 25151 (java) S 25142 25144 24154 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25152] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25152/stat : 25152 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120619321 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25153] ppid=25142 vsize=1794660 CPUtime=1.66
/proc/25144/task/25153/stat : 25153 (java) S 25142 25144 24154 0 -1 64 6758 0 0 0 163 3 0 0 16 0 13 0 120619321 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25154] ppid=25142 vsize=1794660 CPUtime=1.85
/proc/25144/task/25154/stat : 25154 (java) S 25142 25144 24154 0 -1 64 6176 0 0 0 183 2 0 0 17 0 13 0 120619321 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25155] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25155/stat : 25155 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 120619321 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25156] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25156/stat : 25156 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120619321 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25220] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25220/stat : 25220 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 120678269 1837731840 135956 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1691.77
Current children cumulated vsize (KiB) 1794660

[startup+1722.3 s]
/proc/loadavg: 1.11 1.08 1.02 2/90 25418
/proc/meminfo: memFree=1162520/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1794660 CPUtime=1753.21
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 162210 0 1 0 175220 101 0 0 18 0 13 0 120619297 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 448665 137559 1335 9 0 446276 0
[pid=25144/tid=25146] ppid=25142 vsize=1794660 CPUtime=1690.8
/proc/25144/task/25146/stat : 25146 (java) R 25142 25144 24154 0 -1 64 41500 0 1 0 169044 36 0 0 25 0 13 0 120619298 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109537314 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25147] ppid=25142 vsize=1794660 CPUtime=29.32
/proc/25144/task/25147/stat : 25147 (java) S 25142 25144 24154 0 -1 64 54730 0 0 0 2906 26 0 0 16 0 13 0 120619300 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25148] ppid=25142 vsize=1794660 CPUtime=29.29
/proc/25144/task/25148/stat : 25148 (java) S 25142 25144 24154 0 -1 64 52194 0 0 0 2906 23 0 0 16 0 13 0 120619300 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25149] ppid=25142 vsize=1794660 CPUtime=0.2
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 44 0 0 0 14 6 0 0 15 0 13 0 120619302 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25151] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25151/stat : 25151 (java) S 25142 25144 24154 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25152] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25152/stat : 25152 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120619321 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25153] ppid=25142 vsize=1794660 CPUtime=1.66
/proc/25144/task/25153/stat : 25153 (java) S 25142 25144 24154 0 -1 64 6758 0 0 0 163 3 0 0 16 0 13 0 120619321 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25154] ppid=25142 vsize=1794660 CPUtime=1.85
/proc/25144/task/25154/stat : 25154 (java) S 25142 25144 24154 0 -1 64 6176 0 0 0 183 2 0 0 17 0 13 0 120619321 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25155] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25155/stat : 25155 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 120619321 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25156] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25156/stat : 25156 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120619321 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25220] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25220/stat : 25220 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 120678269 1837731840 137559 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1753.21
Current children cumulated vsize (KiB) 1794660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768 s]
/proc/loadavg: 1.13 1.09 1.02 2/90 25418
/proc/meminfo: memFree=1157592/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=1794660 CPUtime=1800
/proc/25144/stat : 25144 (java) S 25142 25144 24154 0 -1 0 163489 0 1 0 179898 102 0 0 18 0 13 0 120619297 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25144/statm: 448665 138778 1335 9 0 446276 0
[pid=25144/tid=25146] ppid=25142 vsize=1794660 CPUtime=1735.37
/proc/25144/task/25146/stat : 25146 (java) R 25142 25144 24154 0 -1 64 41518 0 1 0 173501 36 0 0 25 0 13 0 120619298 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109998984 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25147] ppid=25142 vsize=1794660 CPUtime=30.44
/proc/25144/task/25147/stat : 25147 (java) S 25142 25144 24154 0 -1 64 55297 0 0 0 3017 27 0 0 17 0 13 0 120619300 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25148] ppid=25142 vsize=1794660 CPUtime=30.4
/proc/25144/task/25148/stat : 25148 (java) S 25142 25144 24154 0 -1 64 52888 0 0 0 3016 24 0 0 16 0 13 0 120619300 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25149] ppid=25142 vsize=1794660 CPUtime=0.2
/proc/25144/task/25149/stat : 25149 (java) S 25142 25144 24154 0 -1 64 44 0 0 0 14 6 0 0 16 0 13 0 120619302 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25150] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25150/stat : 25150 (java) S 25142 25144 24154 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25151] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25151/stat : 25151 (java) S 25142 25144 24154 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 120619302 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25152] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25152/stat : 25152 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 120619321 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25153] ppid=25142 vsize=1794660 CPUtime=1.66
/proc/25144/task/25153/stat : 25153 (java) S 25142 25144 24154 0 -1 64 6758 0 0 0 163 3 0 0 16 0 13 0 120619321 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25154] ppid=25142 vsize=1794660 CPUtime=1.85
/proc/25144/task/25154/stat : 25154 (java) S 25142 25144 24154 0 -1 64 6176 0 0 0 183 2 0 0 17 0 13 0 120619321 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25144/tid=25155] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25155/stat : 25155 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 120619321 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25156] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25156/stat : 25156 (java) S 25142 25144 24154 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 120619321 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25144/tid=25220] ppid=25142 vsize=1794660 CPUtime=0
/proc/25144/task/25220/stat : 25220 (java) S 25142 25144 24154 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 120678269 1837731840 138778 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1794660

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

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

[startup+1768.11 s]
/proc/loadavg: 1.13 1.09 1.02 2/90 25418
/proc/meminfo: memFree=1157592/2055920 swapFree=4149132/4192956
[pid=25144] ppid=25142 vsize=0 CPUtime=1800.11
/proc/25144/stat : 25144 (java) Z 25142 25144 24154 0 -1 1036 163509 0 1 0 179904 107 0 0 15 0 2 0 120619297 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25144/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1768.15
CPU time (s): 1800.15
CPU user time (s): 1799.05
CPU system time (s): 1.10483
CPU usage (%): 101.81
Max. virtual memory (cumulated for all children) (KiB): 1797036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.10483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163509
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= 43843
involuntary context switches= 45710

runsolver used 1.73074 second user time and 4.84526 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Apr 16 12:36:55 UTC 2007

IDJOB= 354818
IDBENCH= 2902
IDSOLVER= 164
FILE ID= node14/354818-1176727015

PBS_JOBID= 4559453

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cdfa46b59876181d5d89fd18757b8cfb

RANDOM SEED= 684225326

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:       1711056 kB
Buffers:         36020 kB
Cached:         226404 kB
SwapCached:      12024 kB
Active:         172828 kB
Inactive:       114052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711056 kB
SwapTotal:     4192956 kB
SwapFree:      4149132 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          30980 kB
Slab:            43568 kB
Committed_AS:  6516312 kB
PageTables:       1788 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= 66517 MiB

End job on node14 on Mon Apr 16 13:06:26 UTC 2007