Trace number 354983

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
sat4jPseudoCP 2007-03-23SAT (TO)6 1800.17 1770.81

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_1.opb
MD5SUMfb11ff2665aef67f0842a460a5ea3114
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark34.4168
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3063
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/354983-1176742963/instance-354983-1176742963.opb
0.20/0.20	c reading problem ... 
0.20/0.25	c ... done. Wall clock time 0.049s.
0.20/0.25	c CPU time (experimental) 0.2s.
0.20/0.25	c #vars     94
0.20/0.25	c #constraints  8
4.23/2.45	c SATISFIABLE
4.23/2.45	c OPTIMIZING...
4.23/2.45	c Got one! Elapsed wall clock time (in seconds):2.244
4.23/2.45	o 1155
5.41/3.19	c Got one! Elapsed wall clock time (in seconds):2.991
5.41/3.20	o 1025
6.13/3.80	c Got one! Elapsed wall clock time (in seconds):3.6
6.13/3.80	o 887
6.54/4.26	c Got one! Elapsed wall clock time (in seconds):4.057
6.54/4.26	o 879
7.08/4.79	c Got one! Elapsed wall clock time (in seconds):4.588
7.08/4.79	o 735
7.58/5.23	c Got one! Elapsed wall clock time (in seconds):5.027
7.58/5.23	o 727
8.11/5.75	c Got one! Elapsed wall clock time (in seconds):5.549
8.11/5.75	o 641
8.63/6.24	c Got one! Elapsed wall clock time (in seconds):6.042
8.63/6.25	o 601
9.17/6.76	c Got one! Elapsed wall clock time (in seconds):6.556
9.17/6.76	o 597
9.79/7.31	c Got one! Elapsed wall clock time (in seconds):7.109
9.79/7.31	o 595
10.41/7.91	c Got one! Elapsed wall clock time (in seconds):7.703
10.41/7.91	o 367
11.01/8.59	c Got one! Elapsed wall clock time (in seconds):8.388
11.01/8.59	o 282
11.97/9.41	c Got one! Elapsed wall clock time (in seconds):9.209
11.97/9.41	o 254
12.79/10.27	c Got one! Elapsed wall clock time (in seconds):10.063
12.79/10.27	o 220
13.80/11.21	c Got one! Elapsed wall clock time (in seconds):11.01
13.80/11.21	o 212
14.50/11.96	c Got one! Elapsed wall clock time (in seconds):11.756
14.50/11.96	o 210
15.41/12.84	c Got one! Elapsed wall clock time (in seconds):12.641
15.41/12.84	o 187
16.32/13.72	c Got one! Elapsed wall clock time (in seconds):13.519
16.32/13.72	o 174
17.24/14.63	c Got one! Elapsed wall clock time (in seconds):14.428
17.24/14.63	o 171
18.65/16.06	c Got one! Elapsed wall clock time (in seconds):15.857
18.65/16.06	o 169
19.82/17.12	c Got one! Elapsed wall clock time (in seconds):16.918
19.82/17.12	o 129
20.93/18.26	c Got one! Elapsed wall clock time (in seconds):18.06
20.93/18.26	o 126
22.04/19.32	c Got one! Elapsed wall clock time (in seconds):19.114
22.04/19.32	o 125
23.25/20.55	c Got one! Elapsed wall clock time (in seconds):20.342
23.25/20.55	o 121
24.45/21.73	c Got one! Elapsed wall clock time (in seconds):21.529
24.45/21.73	o 117
25.66/23.00	c Got one! Elapsed wall clock time (in seconds):22.794
25.66/23.00	o 116
27.07/24.32	c Got one! Elapsed wall clock time (in seconds):24.117
27.07/24.32	o 114
28.70/25.93	c Got one! Elapsed wall clock time (in seconds):25.725
28.70/25.93	o 107
30.11/27.33	c Got one! Elapsed wall clock time (in seconds):27.128
30.11/27.33	o 105
31.72/28.95	c Got one! Elapsed wall clock time (in seconds):28.751
31.72/28.95	o 99
33.34/30.52	c Got one! Elapsed wall clock time (in seconds):30.313
33.34/30.52	o 89
35.05/32.26	c Got one! Elapsed wall clock time (in seconds):32.061
35.05/32.26	o 77
36.76/33.96	c Got one! Elapsed wall clock time (in seconds):33.759
36.76/33.96	o 70
38.46/35.62	c Got one! Elapsed wall clock time (in seconds):35.419
38.46/35.62	o 64
39.98/37.12	c Got one! Elapsed wall clock time (in seconds):36.92
39.98/37.12	o 62
41.49/38.65	c Got one! Elapsed wall clock time (in seconds):38.449
41.49/38.65	o 60
43.51/40.67	c Got one! Elapsed wall clock time (in seconds):40.471
43.51/40.67	o 59
45.73/42.88	c Got one! Elapsed wall clock time (in seconds):42.678
45.73/42.88	o 58
48.26/45.31	c Got one! Elapsed wall clock time (in seconds):45.11
48.26/45.31	o 56
50.78/47.85	c Got one! Elapsed wall clock time (in seconds):47.647
50.78/47.85	o 50
53.51/50.51	c Got one! Elapsed wall clock time (in seconds):50.302
53.51/50.51	o 46
56.32/53.32	c Got one! Elapsed wall clock time (in seconds):53.115
56.32/53.32	o 42
58.55/55.59	c Got one! Elapsed wall clock time (in seconds):55.388
58.55/55.59	o 38
61.58/58.56	c Got one! Elapsed wall clock time (in seconds):58.352
61.58/58.56	o 33
64.72/61.62	c Got one! Elapsed wall clock time (in seconds):61.419
64.72/61.62	o 31
66.83/63.71	c Got one! Elapsed wall clock time (in seconds):63.509
66.83/63.71	o 29
68.94/65.89	c Got one! Elapsed wall clock time (in seconds):65.688
68.94/65.89	o 27
71.37/68.25	c Got one! Elapsed wall clock time (in seconds):68.046
71.37/68.25	o 25
74.10/70.91	c Got one! Elapsed wall clock time (in seconds):70.704
74.10/70.91	o 21
77.93/74.73	c Got one! Elapsed wall clock time (in seconds):74.523
77.93/74.73	o 14
115.04/111.59	c Got one! Elapsed wall clock time (in seconds):111.382
115.04/111.59	o 13
150.14/146.35	c Got one! Elapsed wall clock time (in seconds):146.144
150.14/146.35	o 12
236.02/231.45	c Got one! Elapsed wall clock time (in seconds):231.252
236.02/231.45	o 10
420.26/413.82	c Got one! Elapsed wall clock time (in seconds):413.618
420.26/413.82	o 9
906.67/893.81	c Got one! Elapsed wall clock time (in seconds):893.608
906.67/893.81	o 8
1536.11/1512.24	c Got one! Elapsed wall clock time (in seconds):1512.041
1536.11/1512.24	o 6
1800.05/1770.71	c starts		: 114
1800.05/1770.71	c conflicts		: 33344
1800.05/1770.71	c decisions		: 45247
1800.05/1770.71	c propagations		: 258148
1800.05/1770.71	c inspects		: 608303261
1800.05/1770.71	c learnt literals	: 0
1800.05/1770.71	c learnt binary clauses	: 0
1800.05/1770.71	c learnt ternary clauses	: 0
1800.05/1770.71	c learnt clauses	: 33344
1800.05/1770.71	c root simplifications	: 0
1800.05/1770.71	c removed literals (reason simplification)	: 0
1800.05/1770.71	c reason swapping (by a shorter reason)	: 0
1800.05/1770.71	c Calls to reduceDB	: 0
1800.05/1770.71	c speed (decisions/second)	: 175.05977575387092
1800.05/1770.71	c non guided choices	684
1800.05/1770.71	s SATISFIABLE
1800.05/1770.71	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.05/1770.71	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.05/1770.71	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 -x82
1800.05/1770.71	v x83 -x84 -x85 -x86 x87 x88 -x89 x90 -x91 -x92 x93 x94
1800.05/1770.71	c objective function=6
1800.05/1770.71	c Total wall clock time (ms): 1770.511

Verifier Data (download as text)

OK	6

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node34/watcher-354983-1176742963 -o ROOT/results/node34/solver-354983-1176742963 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354983-1176742963/sat4jPseudoCP.jar /tmp/evaluation/354983-1176742963/instance-354983-1176742963.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29375
/proc/meminfo: memFree=1816336/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=152 CPUtime=0
/proc/29375/stat : 29375 (java) D 29373 29375 28673 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 122211781 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7721764 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29375/statm: 38 26 19 9 0 4 0

[startup+0.0144929 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29375
/proc/meminfo: memFree=1816336/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=12056 CPUtime=0
/proc/29375/stat : 29375 (java) R 29373 29375 28673 0 -1 0 680 0 0 0 0 0 0 0 18 0 1 0 122211781 12345344 488 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102581472 0 0 4096 0 0 0 0 17 1 0 0
/proc/29375/statm: 3014 498 202 9 0 1148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12056

[startup+0.102506 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29375
/proc/meminfo: memFree=1816336/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1780108 CPUtime=0.08
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 3970 0 1 0 6 2 0 0 18 0 12 0 122211781 1822830592 3712 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 445027 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302523 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29375
/proc/meminfo: memFree=1816336/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1782768 CPUtime=0.3
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 5157 0 1 0 27 3 0 0 18 0 13 0 122211781 1825554432 4896 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 445692 4896 1253 9 0 443304 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782768

[startup+0.702556 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 29375
/proc/meminfo: memFree=1816336/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1784132 CPUtime=0.96
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 8552 0 1 0 92 4 0 0 18 0 13 0 122211781 1826951168 7640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 446033 7640 1298 9 0 443645 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 1784132

[startup+1.50162 s]
/proc/loadavg: 0.92 0.98 0.99 4/90 29388
/proc/meminfo: memFree=1775336/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1797004 CPUtime=2.44
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 23388 0 1 0 232 12 0 0 18 0 13 0 122211781 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 449251 18687 1309 9 0 446863 0
[pid=29375/tid=29377] ppid=29373 vsize=1797004 CPUtime=0.82
/proc/29375/task/29377/stat : 29377 (java) R 29373 29375 28673 0 -1 64 14367 0 1 0 75 7 0 0 18 0 13 0 122211783 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109626172 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1797004 CPUtime=0
/proc/29375/task/29378/stat : 29378 (java) S 29373 29375 28673 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 122211784 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1797004 CPUtime=0
/proc/29375/task/29379/stat : 29379 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 122211784 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1797004 CPUtime=0
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 122211786 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1797004 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 122211787 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29382] ppid=29373 vsize=1797004 CPUtime=0
/proc/29375/task/29382/stat : 29382 (java) S 29373 29375 28673 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 122211787 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29383] ppid=29373 vsize=1797004 CPUtime=0
/proc/29375/task/29383/stat : 29383 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122211791 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29384] ppid=29373 vsize=1797004 CPUtime=0.75
/proc/29375/task/29384/stat : 29384 (java) R 29373 29375 28673 0 -1 64 3585 0 0 0 74 1 0 0 18 0 13 0 122211791 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336793 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29385] ppid=29373 vsize=1797004 CPUtime=0.83
/proc/29375/task/29385/stat : 29385 (java) R 29373 29375 28673 0 -1 64 4710 0 0 0 82 1 0 0 18 0 13 0 122211791 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 104723183 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29386] ppid=29373 vsize=1797004 CPUtime=0
/proc/29375/task/29386/stat : 29386 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122211791 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29387] ppid=29373 vsize=1797004 CPUtime=0
/proc/29375/task/29387/stat : 29387 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122211791 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29388] ppid=29373 vsize=1797004 CPUtime=0
/proc/29375/task/29388/stat : 29388 (java) S 29373 29375 28673 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 122211807 1840132096 18687 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1797004

[startup+3.10174 s]
/proc/loadavg: 1.09 1.02 1.01 4/90 29388
/proc/meminfo: memFree=1703080/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1795232 CPUtime=5.41
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 54469 0 1 0 513 28 0 0 18 0 13 0 122211781 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 448808 42406 1324 9 0 446420 0
[pid=29375/tid=29377] ppid=29373 vsize=1795232 CPUtime=2.12
/proc/29375/task/29377/stat : 29377 (java) R 29373 29375 28673 0 -1 64 37740 0 1 0 192 20 0 0 21 0 13 0 122211783 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109514194 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1795232 CPUtime=0
/proc/29375/task/29378/stat : 29378 (java) S 29373 29375 28673 0 -1 64 233 0 0 0 0 0 0 0 17 0 13 0 122211784 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1795232 CPUtime=0
/proc/29375/task/29379/stat : 29379 (java) S 29373 29375 28673 0 -1 64 120 0 0 0 0 0 0 0 16 0 13 0 122211784 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1795232 CPUtime=0
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 122211786 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1795232 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122211787 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29382] ppid=29373 vsize=1795232 CPUtime=0
/proc/29375/task/29382/stat : 29382 (java) S 29373 29375 28673 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122211787 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29383] ppid=29373 vsize=1795232 CPUtime=0
/proc/29375/task/29383/stat : 29383 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122211791 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29384] ppid=29373 vsize=1795232 CPUtime=1.67
/proc/29375/task/29384/stat : 29384 (java) S 29373 29375 28673 0 -1 64 8859 0 0 0 163 4 0 0 16 0 13 0 122211791 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29385] ppid=29373 vsize=1795232 CPUtime=1.59
/proc/29375/task/29385/stat : 29385 (java) S 29373 29375 28673 0 -1 64 6786 0 0 0 156 3 0 0 16 0 13 0 122211791 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29386] ppid=29373 vsize=1795232 CPUtime=0
/proc/29375/task/29386/stat : 29386 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122211791 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29387] ppid=29373 vsize=1795232 CPUtime=0
/proc/29375/task/29387/stat : 29387 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122211791 1838317568 42406 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 1795232

[startup+6.30299 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 29394
/proc/meminfo: memFree=1647504/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1795200 CPUtime=8.74
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 58038 0 1 0 843 31 0 0 18 0 13 0 122211781 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 448800 44743 1325 9 0 446412 0
[pid=29375/tid=29377] ppid=29373 vsize=1795200 CPUtime=5.22
/proc/29375/task/29377/stat : 29377 (java) R 29373 29375 28673 0 -1 64 37753 0 1 0 502 20 0 0 17 0 13 0 122211783 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109473140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1795200 CPUtime=0.08
/proc/29375/task/29378/stat : 29378 (java) S 29373 29375 28673 0 -1 64 2062 0 0 0 8 0 0 0 16 0 13 0 122211784 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1795200 CPUtime=0.07
/proc/29375/task/29379/stat : 29379 (java) S 29373 29375 28673 0 -1 64 1820 0 0 0 7 0 0 0 17 0 13 0 122211784 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 122211786 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 122211787 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29382] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29382/stat : 29382 (java) S 29373 29375 28673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 122211787 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29383] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29383/stat : 29383 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122211791 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29384] ppid=29373 vsize=1795200 CPUtime=1.71
/proc/29375/task/29384/stat : 29384 (java) S 29373 29375 28673 0 -1 64 8859 0 0 0 167 4 0 0 15 0 13 0 122211791 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29385] ppid=29373 vsize=1795200 CPUtime=1.59
/proc/29375/task/29385/stat : 29385 (java) S 29373 29375 28673 0 -1 64 6786 0 0 0 156 3 0 0 16 0 13 0 122211791 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29386] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29386/stat : 29386 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122211791 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29387] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29387/stat : 29387 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122211791 1838284800 44743 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 1795200

[startup+12.7015 s]
/proc/loadavg: 1.07 1.02 1.00 3/90 29404
/proc/meminfo: memFree=1604576/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1795200 CPUtime=15.31
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 67612 0 1 0 1496 35 0 0 18 0 13 0 122211781 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 448800 53990 1332 9 0 446412 0
[pid=29375/tid=29377] ppid=29373 vsize=1795200 CPUtime=11.48
/proc/29375/task/29377/stat : 29377 (java) R 29373 29375 28673 0 -1 64 41506 0 1 0 1125 23 0 0 23 0 13 0 122211783 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109567294 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1795200 CPUtime=0.2
/proc/29375/task/29378/stat : 29378 (java) S 29373 29375 28673 0 -1 64 5128 0 0 0 18 2 0 0 16 0 13 0 122211784 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1795200 CPUtime=0.19
/proc/29375/task/29379/stat : 29379 (java) S 29373 29375 28673 0 -1 64 4555 0 0 0 18 1 0 0 16 0 13 0 122211784 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 122211786 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122211787 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29382] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29382/stat : 29382 (java) S 29373 29375 28673 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 122211787 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29383] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29383/stat : 29383 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122211791 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29384] ppid=29373 vsize=1795200 CPUtime=1.75
/proc/29375/task/29384/stat : 29384 (java) S 29373 29375 28673 0 -1 64 8860 0 0 0 171 4 0 0 15 0 13 0 122211791 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29385] ppid=29373 vsize=1795200 CPUtime=1.65
/proc/29375/task/29385/stat : 29385 (java) S 29373 29375 28673 0 -1 64 6792 0 0 0 162 3 0 0 15 0 13 0 122211791 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29386] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29386/stat : 29386 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122211791 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29387] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29387/stat : 29387 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122211791 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29404] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29404/stat : 29404 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122212978 1838284800 53990 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.31
Current children cumulated vsize (KiB) 1795200

[startup+25.5025 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 29415
/proc/meminfo: memFree=1605000/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1795200 CPUtime=28.28
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 70260 0 1 0 2792 36 0 0 18 0 13 0 122211781 1838284800 53758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 448800 53758 1334 9 0 446412 0
[pid=29375/tid=29377] ppid=29373 vsize=1795200 CPUtime=24.14
/proc/29375/task/29377/stat : 29377 (java) R 29373 29375 28673 0 -1 64 41526 0 1 0 2391 23 0 0 16 0 13 0 122211783 1838284800 53758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109537455 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1795200 CPUtime=0.31
/proc/29375/task/29378/stat : 29378 (java) S 29373 29375 28673 0 -1 64 6574 0 0 0 29 2 0 0 16 0 13 0 122211784 1838284800 53758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1795200 CPUtime=0.31
/proc/29375/task/29379/stat : 29379 (java) S 29373 29375 28673 0 -1 64 5709 0 0 0 29 2 0 0 16 0 13 0 122211784 1838284800 53758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 122211786 1838284800 53758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1795200 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122211787 1838284800 53758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=29375] ppid=29373 vsize=1795524 CPUtime=1628.02
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 150869 0 1 0 162699 103 0 0 18 0 13 0 122211781 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 448881 107719 1334 9 0 446493 0
[pid=29375/tid=29377] ppid=29373 vsize=1795524 CPUtime=1576.41
/proc/29375/task/29377/stat : 29377 (java) R 29373 29375 28673 0 -1 64 61868 0 1 0 157597 44 0 0 25 0 13 0 122211783 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109567786 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1795524 CPUtime=23.87
/proc/29375/task/29378/stat : 29378 (java) S 29373 29375 28673 0 -1 64 35650 0 0 0 2368 19 0 0 16 0 13 0 122211784 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1795524 CPUtime=23.91
/proc/29375/task/29379/stat : 29379 (java) S 29373 29375 28673 0 -1 64 36752 0 0 0 2372 19 0 0 16 0 13 0 122211784 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1795524 CPUtime=0.24
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 125 0 0 0 13 11 0 0 16 0 13 0 122211786 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29382] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29382/stat : 29382 (java) S 29373 29375 28673 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29383] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29383/stat : 29383 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122211791 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29384] ppid=29373 vsize=1795524 CPUtime=1.78
/proc/29375/task/29384/stat : 29384 (java) S 29373 29375 28673 0 -1 64 8860 0 0 0 174 4 0 0 17 0 13 0 122211791 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29385] ppid=29373 vsize=1795524 CPUtime=1.73
/proc/29375/task/29385/stat : 29385 (java) S 29373 29375 28673 0 -1 64 6800 0 0 0 170 3 0 0 17 0 13 0 122211791 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29386] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29386/stat : 29386 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122211791 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29387] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29387/stat : 29387 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122211791 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29444] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29444/stat : 29444 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122363006 1838616576 107719 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.02
Current children cumulated vsize (KiB) 1795524

[startup+1662.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 29444
/proc/meminfo: memFree=1383904/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1795524 CPUtime=1689.24
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 152111 0 1 0 168820 104 0 0 18 0 13 0 122211781 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 448881 108874 1334 9 0 446493 0
[pid=29375/tid=29377] ppid=29373 vsize=1795524 CPUtime=1635.08
/proc/29375/task/29377/stat : 29377 (java) R 29373 29375 28673 0 -1 64 61895 0 1 0 163463 45 0 0 25 0 13 0 122211783 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109490211 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1795524 CPUtime=25.15
/proc/29375/task/29378/stat : 29378 (java) S 29373 29375 28673 0 -1 64 36302 0 0 0 2496 19 0 0 16 0 13 0 122211784 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1795524 CPUtime=25.19
/proc/29375/task/29379/stat : 29379 (java) S 29373 29375 28673 0 -1 64 37315 0 0 0 2500 19 0 0 17 0 13 0 122211784 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1795524 CPUtime=0.24
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 125 0 0 0 13 11 0 0 16 0 13 0 122211786 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29382] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29382/stat : 29382 (java) S 29373 29375 28673 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29383] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29383/stat : 29383 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122211791 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29384] ppid=29373 vsize=1795524 CPUtime=1.78
/proc/29375/task/29384/stat : 29384 (java) S 29373 29375 28673 0 -1 64 8860 0 0 0 174 4 0 0 17 0 13 0 122211791 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29385] ppid=29373 vsize=1795524 CPUtime=1.73
/proc/29375/task/29385/stat : 29385 (java) S 29373 29375 28673 0 -1 64 6800 0 0 0 170 3 0 0 17 0 13 0 122211791 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29386] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29386/stat : 29386 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122211791 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29387] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29387/stat : 29387 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122211791 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29444] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29444/stat : 29444 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122363006 1838616576 108874 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.24
Current children cumulated vsize (KiB) 1795524

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29444
/proc/meminfo: memFree=1379744/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1795524 CPUtime=1750.58
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 153267 0 1 0 174952 106 0 0 18 0 13 0 122211781 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 448881 109955 1334 9 0 446493 0
[pid=29375/tid=29377] ppid=29373 vsize=1795524 CPUtime=1693.69
/proc/29375/task/29377/stat : 29377 (java) S 29373 29375 28673 0 -1 64 61922 0 1 0 169324 45 0 0 25 0 13 0 122211783 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1795524 CPUtime=26.5
/proc/29375/task/29378/stat : 29378 (java) R 29373 29375 28673 0 -1 64 37174 0 0 0 2630 20 0 0 17 0 13 0 122211784 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105367591 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1795524 CPUtime=26.55
/proc/29375/task/29379/stat : 29379 (java) R 29373 29375 28673 0 -1 64 37572 0 0 0 2636 19 0 0 17 0 13 0 122211784 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105367529 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1795524 CPUtime=0.25
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 125 0 0 0 14 11 0 0 16 0 13 0 122211786 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29382] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29382/stat : 29382 (java) S 29373 29375 28673 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29383] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29383/stat : 29383 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122211791 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29384] ppid=29373 vsize=1795524 CPUtime=1.78
/proc/29375/task/29384/stat : 29384 (java) S 29373 29375 28673 0 -1 64 8860 0 0 0 174 4 0 0 17 0 13 0 122211791 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29385] ppid=29373 vsize=1795524 CPUtime=1.73
/proc/29375/task/29385/stat : 29385 (java) S 29373 29375 28673 0 -1 64 6800 0 0 0 170 3 0 0 17 0 13 0 122211791 1838616576 109955 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29386] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29386/stat : 29386 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122211791 1838616576 109956 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29387] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29387/stat : 29387 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122211791 1838616576 109956 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29444] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29444/stat : 29444 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122363006 1838616576 109956 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.58
Current children cumulated vsize (KiB) 1795524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29444
/proc/meminfo: memFree=1375392/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1795524 CPUtime=1800.05
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 154388 0 1 0 179898 107 0 0 18 0 13 0 122211781 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 448881 110999 1334 9 0 446493 0
[pid=29375/tid=29377] ppid=29373 vsize=1795524 CPUtime=1740.98
/proc/29375/task/29377/stat : 29377 (java) R 29373 29375 28673 0 -1 64 61945 0 1 0 174052 46 0 0 18 0 13 0 122211783 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109567294 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1795524 CPUtime=27.59
/proc/29375/task/29378/stat : 29378 (java) S 29373 29375 28673 0 -1 64 37784 0 0 0 2739 20 0 0 17 0 13 0 122211784 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1795524 CPUtime=27.64
/proc/29375/task/29379/stat : 29379 (java) S 29373 29375 28673 0 -1 64 38060 0 0 0 2745 19 0 0 16 0 13 0 122211784 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1795524 CPUtime=0.26
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 125 0 0 0 14 12 0 0 15 0 13 0 122211786 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29382] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29382/stat : 29382 (java) S 29373 29375 28673 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29383] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29383/stat : 29383 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29384] ppid=29373 vsize=1795524 CPUtime=1.78
/proc/29375/task/29384/stat : 29384 (java) S 29373 29375 28673 0 -1 64 8860 0 0 0 174 4 0 0 17 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29385] ppid=29373 vsize=1795524 CPUtime=1.73
/proc/29375/task/29385/stat : 29385 (java) S 29373 29375 28673 0 -1 64 6800 0 0 0 170 3 0 0 17 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29386] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29386/stat : 29386 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29387] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29387/stat : 29387 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29444] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29444/stat : 29444 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122363006 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1795524

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

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

[startup+1770.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 29444
/proc/meminfo: memFree=1375392/2055920 swapFree=4161272/4192956
[pid=29375] ppid=29373 vsize=1795524 CPUtime=1800.05
/proc/29375/stat : 29375 (java) S 29373 29375 28673 0 -1 0 154388 0 1 0 179898 107 0 0 18 0 13 0 122211781 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29375/statm: 448881 110999 1334 9 0 446493 0
[pid=29375/tid=29377] ppid=29373 vsize=1795524 CPUtime=1740.98
/proc/29375/task/29377/stat : 29377 (java) R 29373 29375 28673 0 -1 64 61945 0 1 0 174052 46 0 0 18 0 13 0 122211783 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109567294 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29378] ppid=29373 vsize=1795524 CPUtime=27.59
/proc/29375/task/29378/stat : 29378 (java) S 29373 29375 28673 0 -1 64 37784 0 0 0 2739 20 0 0 17 0 13 0 122211784 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29379] ppid=29373 vsize=1795524 CPUtime=27.64
/proc/29375/task/29379/stat : 29379 (java) S 29373 29375 28673 0 -1 64 38060 0 0 0 2745 19 0 0 16 0 13 0 122211784 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29380] ppid=29373 vsize=1795524 CPUtime=0.26
/proc/29375/task/29380/stat : 29380 (java) S 29373 29375 28673 0 -1 64 125 0 0 0 14 12 0 0 15 0 13 0 122211786 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29381] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29381/stat : 29381 (java) S 29373 29375 28673 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29382] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29382/stat : 29382 (java) S 29373 29375 28673 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 122211787 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29383] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29383/stat : 29383 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29384] ppid=29373 vsize=1795524 CPUtime=1.78
/proc/29375/task/29384/stat : 29384 (java) S 29373 29375 28673 0 -1 64 8860 0 0 0 174 4 0 0 17 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29385] ppid=29373 vsize=1795524 CPUtime=1.73
/proc/29375/task/29385/stat : 29385 (java) S 29373 29375 28673 0 -1 64 6800 0 0 0 170 3 0 0 17 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29386] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29386/stat : 29386 (java) S 29373 29375 28673 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29375/tid=29387] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29387/stat : 29387 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122211791 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29375/tid=29444] ppid=29373 vsize=1795524 CPUtime=0
/proc/29375/task/29444/stat : 29444 (java) S 29373 29375 28673 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 122363006 1838616576 110999 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1795524

Child status: 143
Real time (s): 1770.81
CPU time (s): 1800.17
CPU user time (s): 1799.03
CPU system time (s): 1.14183
CPU usage (%): 101.658
Max. virtual memory (cumulated for all children) (KiB): 1799328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.14183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154403
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= 45294
involuntary context switches= 52303

runsolver used 1.72474 second user time and 4.81327 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Mon Apr 16 17:02:43 UTC 2007

IDJOB= 354983
IDBENCH= 2927
IDSOLVER= 160
FILE ID= node34/354983-1176742963

PBS_JOBID= 4559549

Free space on /tmp= 66504 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  fb11ff2665aef67f0842a460a5ea3114

RANDOM SEED= 638900243

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1816744 kB
Buffers:         23368 kB
Cached:          56736 kB
SwapCached:       2720 kB
Active:          59504 kB
Inactive:       129892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816744 kB
SwapTotal:     4192956 kB
SwapFree:      4161272 kB
Dirty:            3664 kB
Writeback:           0 kB
Mapped:         123476 kB
Slab:            35020 kB
Committed_AS:   447552 kB
PageTables:       1976 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= 66504 MiB

End job on node34 on Mon Apr 16 17:32:16 UTC 2007