Trace number 354879

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)21 1800.18 1784.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1782.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.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/354879-1176730135/instance-354879-1176730135.opb
0.20/0.20	c reading problem ... 
0.20/0.27	c ... done. Wall clock time 0.067s.
0.20/0.27	c CPU time (experimental) 0.22s.
0.20/0.27	c #vars     120
0.20/0.27	c #constraints  10
4.50/2.72	c SATISFIABLE
4.50/2.72	c OPTIMIZING...
4.50/2.72	c Got one! Elapsed wall clock time (in seconds):2.519
4.50/2.72	o 1490
5.24/3.28	c Got one! Elapsed wall clock time (in seconds):3.078
5.24/3.28	o 1252
5.75/3.79	c Got one! Elapsed wall clock time (in seconds):3.588
5.75/3.79	o 1102
6.38/4.34	c Got one! Elapsed wall clock time (in seconds):4.135
6.38/4.34	o 960
6.98/4.90	c Got one! Elapsed wall clock time (in seconds):4.7
6.98/4.90	o 958
7.63/5.50	c Got one! Elapsed wall clock time (in seconds):5.299
7.63/5.50	o 792
8.24/6.12	c Got one! Elapsed wall clock time (in seconds):5.912
8.24/6.12	o 770
8.88/6.78	c Got one! Elapsed wall clock time (in seconds):6.578
8.88/6.78	o 690
9.61/7.47	c Got one! Elapsed wall clock time (in seconds):7.263
9.61/7.47	o 678
10.31/8.16	c Got one! Elapsed wall clock time (in seconds):7.96
10.31/8.16	o 670
11.16/8.93	c Got one! Elapsed wall clock time (in seconds):8.727
11.16/8.93	o 660
11.89/9.68	c Got one! Elapsed wall clock time (in seconds):9.473
11.89/9.68	o 658
12.92/10.65	c Got one! Elapsed wall clock time (in seconds):10.442
12.92/10.65	o 550
14.03/11.72	c Got one! Elapsed wall clock time (in seconds):11.514
14.03/11.72	o 524
15.04/12.77	c Got one! Elapsed wall clock time (in seconds):12.565
15.04/12.77	o 516
16.17/13.87	c Got one! Elapsed wall clock time (in seconds):13.661
16.17/13.87	o 484
17.42/15.01	c Got one! Elapsed wall clock time (in seconds):14.804
17.42/15.01	o 460
19.05/16.68	c Got one! Elapsed wall clock time (in seconds):16.471
19.05/16.68	o 458
20.63/18.10	c Got one! Elapsed wall clock time (in seconds):17.901
20.63/18.10	o 452
22.04/19.56	c Got one! Elapsed wall clock time (in seconds):19.357
22.04/19.56	o 450
24.06/21.59	c Got one! Elapsed wall clock time (in seconds):21.391
24.06/21.59	o 445
25.97/23.43	c Got one! Elapsed wall clock time (in seconds):23.229
25.97/23.43	o 419
27.49/24.98	c Got one! Elapsed wall clock time (in seconds):24.773
27.49/24.98	o 398
28.71/26.19	c Got one! Elapsed wall clock time (in seconds):25.988
28.71/26.19	o 397
30.52/27.95	c Got one! Elapsed wall clock time (in seconds):27.749
30.52/27.95	o 329
32.03/29.44	c Got one! Elapsed wall clock time (in seconds):29.235
32.03/29.44	o 279
33.75/31.11	c Got one! Elapsed wall clock time (in seconds):30.907
33.75/31.11	o 277
35.26/32.63	c Got one! Elapsed wall clock time (in seconds):32.43
35.26/32.63	o 247
36.77/34.18	c Got one! Elapsed wall clock time (in seconds):33.976
36.77/34.18	o 246
38.60/35.93	c Got one! Elapsed wall clock time (in seconds):35.727
38.60/35.93	o 201
40.41/37.79	c Got one! Elapsed wall clock time (in seconds):37.581
40.41/37.79	o 178
42.33/39.65	c Got one! Elapsed wall clock time (in seconds):39.443
42.33/39.65	o 171
44.95/42.25	c Got one! Elapsed wall clock time (in seconds):42.047
44.95/42.25	o 169
47.07/44.37	c Got one! Elapsed wall clock time (in seconds):44.169
47.07/44.37	o 168
49.29/46.57	c Got one! Elapsed wall clock time (in seconds):46.365
49.29/46.57	o 158
51.82/49.02	c Got one! Elapsed wall clock time (in seconds):48.816
51.82/49.02	o 157
54.44/51.70	c Got one! Elapsed wall clock time (in seconds):51.493
54.44/51.70	o 106
56.86/54.09	c Got one! Elapsed wall clock time (in seconds):53.889
56.86/54.09	o 105
59.18/56.33	c Got one! Elapsed wall clock time (in seconds):56.124
59.18/56.33	o 101
61.70/58.86	c Got one! Elapsed wall clock time (in seconds):58.659
61.70/58.86	o 73
64.43/61.57	c Got one! Elapsed wall clock time (in seconds):61.365
64.43/61.57	o 63
67.15/64.21	c Got one! Elapsed wall clock time (in seconds):64.001
67.15/64.21	o 57
69.77/66.89	c Got one! Elapsed wall clock time (in seconds):66.688
69.77/66.89	o 53
72.60/69.63	c Got one! Elapsed wall clock time (in seconds):69.43
72.60/69.63	o 51
75.53/72.52	c Got one! Elapsed wall clock time (in seconds):72.316
75.53/72.52	o 49
78.46/75.47	c Got one! Elapsed wall clock time (in seconds):75.264
78.46/75.47	o 43
81.28/78.29	c Got one! Elapsed wall clock time (in seconds):78.09
81.28/78.29	o 41
84.81/81.76	c Got one! Elapsed wall clock time (in seconds):81.561
84.81/81.76	o 39
87.64/84.52	c Got one! Elapsed wall clock time (in seconds):84.312
87.64/84.52	o 37
92.58/89.47	c Got one! Elapsed wall clock time (in seconds):89.267
92.58/89.47	o 28
119.77/116.34	c Got one! Elapsed wall clock time (in seconds):116.141
119.77/116.35	o 27
151.76/148.05	c Got one! Elapsed wall clock time (in seconds):147.841
151.76/148.05	o 23
789.41/781.63	c Got one! Elapsed wall clock time (in seconds):781.43
789.41/781.63	o 21
1800.06/1784.61	c starts		: 108
1800.06/1784.61	c conflicts		: 16764
1800.06/1784.61	c decisions		: 31283
1800.06/1784.61	c propagations		: 154681
1800.06/1784.61	c inspects		: 153262080
1800.06/1784.61	c learnt literals	: 0
1800.06/1784.61	c learnt binary clauses	: 0
1800.06/1784.61	c learnt ternary clauses	: 0
1800.06/1784.61	c learnt clauses	: 16764
1800.06/1784.61	c root simplifications	: 0
1800.06/1784.61	c removed literals (reason simplification)	: 0
1800.06/1784.61	c reason swapping (by a shorter reason)	: 0
1800.06/1784.61	c Calls to reduceDB	: 0
1800.06/1784.61	c speed (decisions/second)	: 31.19020912784466
1800.06/1784.61	c non guided choices	918
1800.06/1784.61	s SATISFIABLE
1800.06/1784.61	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29
1800.06/1784.61	v -x30 -x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56
1800.06/1784.61	v -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.06/1784.61	v -x83 x84 -x85 -x86 -x87 -x88 x89 x90 x91 x92 x93 x94 -x95 x96 -x97 x98 x99 -x100 x101 -x102 -x103 x104 x105 -x106 -x107 x108 x109
1800.06/1784.61	v -x110 x111 -x112 -x113 -x114 x115 x116 -x117 x118 x119 -x120
1800.06/1784.61	c objective function=21
1800.06/1784.61	c Total wall clock time (ms): 1784.408

Verifier Data (download as text)

OK	21

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node3/watcher-354879-1176730135 -o ROOT/results/node3/solver-354879-1176730135 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354879-1176730135/sat4jPseudoCP.jar /tmp/evaluation/354879-1176730135/instance-354879-1176730135.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.66 0.95 0.98 2/77 22112
/proc/meminfo: memFree=1760096/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=152 CPUtime=0
/proc/22112/stat : 22112 (java) R 22110 22112 22049 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 149051301 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10924331 0 0 4096 0 0 0 0 17 1 0 0
/proc/22112/statm: 38 26 19 9 0 4 0

[startup+0.0500169 s]
/proc/loadavg: 0.66 0.95 0.98 2/77 22112
/proc/meminfo: memFree=1760096/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1776376 CPUtime=0.03
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 3457 0 1 0 2 1 0 0 18 0 4 0 149051301 1819009024 3202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 444094 3202 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1776376

[startup+0.101023 s]
/proc/loadavg: 0.66 0.95 0.98 2/77 22112
/proc/meminfo: memFree=1760096/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1780108 CPUtime=0.08
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 149051301 1822830592 3707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 445027 3707 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301055 s]
/proc/loadavg: 0.66 0.95 0.98 2/77 22112
/proc/meminfo: memFree=1760096/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1781744 CPUtime=0.3
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 5142 0 1 0 27 3 0 0 18 0 13 0 149051301 1824505856 4880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 445436 4880 1265 9 0 443048 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781744

[startup+0.701122 s]
/proc/loadavg: 0.66 0.95 0.98 2/77 22112
/proc/meminfo: memFree=1760096/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1783792 CPUtime=0.94
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 7844 0 1 0 90 4 0 0 18 0 13 0 149051301 1826603008 6998 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 445948 6998 1305 9 0 443560 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1783792

[startup+1.50226 s]
/proc/loadavg: 0.69 0.95 0.98 4/90 22125
/proc/meminfo: memFree=1717048/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1795032 CPUtime=2.45
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 23585 0 1 0 234 11 0 0 18 0 13 0 149051301 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 448758 18095 1316 9 0 446370 0
[pid=22112/tid=22114] ppid=22110 vsize=1795032 CPUtime=0.87
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 22049 0 -1 64 14157 0 1 0 79 8 0 0 18 0 13 0 149051302 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109484796 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=1795032 CPUtime=0
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 22049 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 149051304 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=1795032 CPUtime=0
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 149051304 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22117] ppid=22110 vsize=1795032 CPUtime=0
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 149051306 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1795032 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 149051306 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=1795032 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 22049 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 149051307 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=1795032 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149051310 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=1795032 CPUtime=0.76
/proc/22112/task/22121/stat : 22121 (java) R 22110 22112 22049 0 -1 64 4909 0 0 0 75 1 0 0 18 0 13 0 149051310 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105306175 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=1795032 CPUtime=0.8
/proc/22112/task/22122/stat : 22122 (java) R 22110 22112 22049 0 -1 64 3796 0 0 0 79 1 0 0 18 0 13 0 149051310 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336395 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22123] ppid=22110 vsize=1795032 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149051310 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=1795032 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149051310 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22125] ppid=22110 vsize=1795032 CPUtime=0
/proc/22112/task/22125/stat : 22125 (java) S 22110 22112 22049 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 149051329 1838112768 18095 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1795032

[startup+3.10251 s]
/proc/loadavg: 0.69 0.95 0.98 3/90 22125
/proc/meminfo: memFree=1643832/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1797756 CPUtime=5.13
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 53076 0 1 0 488 25 0 0 18 0 13 0 149051301 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 449439 42806 1326 9 0 447051 0
[pid=22112/tid=22114] ppid=22110 vsize=1797756 CPUtime=2.11
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 22049 0 -1 64 37710 0 1 0 192 19 0 0 22 0 13 0 149051302 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109545249 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=1797756 CPUtime=0
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 22049 0 -1 64 169 0 0 0 0 0 0 0 16 0 13 0 149051304 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=1797756 CPUtime=0
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 22049 0 -1 64 151 0 0 0 0 0 0 0 17 0 13 0 149051304 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22117] ppid=22110 vsize=1797756 CPUtime=0
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 149051306 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1797756 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051306 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22119] ppid=22110 vsize=1797756 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 22049 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 149051307 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22120] ppid=22110 vsize=1797756 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149051310 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=1797756 CPUtime=1.37
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 22049 0 -1 64 7558 0 0 0 135 2 0 0 17 0 13 0 149051310 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22122] ppid=22110 vsize=1797756 CPUtime=1.61
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 22049 0 -1 64 6758 0 0 0 159 2 0 0 16 0 13 0 149051310 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=1797756 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149051310 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=1797756 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149051310 1840902144 42806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 1797756

[startup+6.30202 s]
/proc/loadavg: 0.79 0.97 0.98 2/90 22130
/proc/meminfo: memFree=1590304/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1796780 CPUtime=8.45
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 56251 0 1 0 818 27 0 0 18 0 13 0 149051301 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 449195 44757 1327 9 0 446807 0
[pid=22112/tid=22114] ppid=22110 vsize=1796780 CPUtime=5.21
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 22049 0 -1 64 37725 0 1 0 501 20 0 0 18 0 13 0 149051302 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109502743 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=1796780 CPUtime=0.07
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 22049 0 -1 64 1784 0 0 0 7 0 0 0 16 0 13 0 149051304 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=1796780 CPUtime=0.07
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 22049 0 -1 64 1670 0 0 0 6 1 0 0 16 0 13 0 149051304 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22117] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 149051306 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 15 0 13 0 149051306 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 22049 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 149051307 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149051310 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=1796780 CPUtime=1.41
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 22049 0 -1 64 7560 0 0 0 139 2 0 0 16 0 13 0 149051310 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=1796780 CPUtime=1.64
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 22049 0 -1 64 6758 0 0 0 162 2 0 0 15 0 13 0 149051310 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149051310 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149051310 1839902720 44757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.45
Current children cumulated vsize (KiB) 1796780

[startup+12.7021 s]
/proc/loadavg: 0.81 0.97 0.98 2/90 22139
/proc/meminfo: memFree=1546288/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1796780 CPUtime=15.04
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 66637 0 1 0 1472 32 0 0 18 0 13 0 149051301 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 449195 54703 1334 9 0 446807 0
[pid=22112/tid=22114] ppid=22110 vsize=1796780 CPUtime=11.49
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 22049 0 -1 64 42305 0 1 0 1127 22 0 0 22 0 13 0 149051302 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494556 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=1796780 CPUtime=0.18
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 22049 0 -1 64 4729 0 0 0 17 1 0 0 16 0 13 0 149051304 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=1796780 CPUtime=0.19
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 22049 0 -1 64 4508 0 0 0 17 2 0 0 17 0 13 0 149051304 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 149051306 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051306 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051307 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149051310 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=1796780 CPUtime=1.42
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 22049 0 -1 64 7560 0 0 0 140 2 0 0 16 0 13 0 149051310 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=1796780 CPUtime=1.7
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 22049 0 -1 64 6765 0 0 0 168 2 0 0 16 0 13 0 149051310 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22123] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149051310 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149051310 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22139] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22139/stat : 22139 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 149052473 1839902720 54703 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.04
Current children cumulated vsize (KiB) 1796780

[startup+25.5013 s]
/proc/loadavg: 0.85 0.97 0.98 2/90 22148
/proc/meminfo: memFree=1532584/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1796780 CPUtime=28.09
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 70175 0 1 0 2774 35 0 0 18 0 13 0 149051301 1839902720 57851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 449195 57851 1336 9 0 446807 0
[pid=22112/tid=22114] ppid=22110 vsize=1796780 CPUtime=24.14
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 22049 0 -1 64 42326 0 1 0 2391 23 0 0 21 0 13 0 149051302 1839902720 57851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109560966 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22115] ppid=22110 vsize=1796780 CPUtime=0.31
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 22049 0 -1 64 6584 0 0 0 29 2 0 0 17 0 13 0 149051304 1839902720 57851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=1796780 CPUtime=0.32
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 22049 0 -1 64 6128 0 0 0 29 3 0 0 16 0 13 0 149051304 1839902720 57851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22117] ppid=22110 vsize=1796780 CPUtime=0.01
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 149051306 1839902720 57851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1796780 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051306 1839902720 57851 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=22112/tid=22117] ppid=22110 vsize=1797104 CPUtime=0.24
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 215 0 0 0 12 12 0 0 16 0 13 0 149051306 1840234496 131359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051306 1840234496 131359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051307 1840234496 131359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149051310 1840234496 131359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=1797104 CPUtime=1.52
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 22049 0 -1 64 7589 0 0 0 150 2 0 0 16 0 13 0 149051310 1840234496 131359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=1797104 CPUtime=1.78
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 22049 0 -1 64 6765 0 0 0 176 2 0 0 17 0 13 0 149051310 1840234496 131359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22123] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149051310 1840234496 131359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149051310 1840234496 131359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22180] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22180/stat : 22180 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 149129465 1840234496 131359 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1616.43
Current children cumulated vsize (KiB) 1797104

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.99 2/90 22180
/proc/meminfo: memFree=1223544/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1797104 CPUtime=1676.89
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 235265 0 1 0 167554 135 0 0 18 0 13 0 149051301 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 449276 134548 1336 9 0 446888 0
[pid=22112/tid=22114] ppid=22110 vsize=1797104 CPUtime=1647.07
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 22049 0 -1 64 86246 0 1 0 164654 53 0 0 25 0 13 0 149051302 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109645869 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=1797104 CPUtime=13.11
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 22049 0 -1 64 68547 0 0 0 1279 32 0 0 16 0 13 0 149051304 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22116] ppid=22110 vsize=1797104 CPUtime=13.09
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 22049 0 -1 64 65092 0 0 0 1279 30 0 0 16 0 13 0 149051304 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22117] ppid=22110 vsize=1797104 CPUtime=0.24
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 224 0 0 0 12 12 0 0 16 0 13 0 149051306 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051306 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051307 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149051310 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=1797104 CPUtime=1.52
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 22049 0 -1 64 7589 0 0 0 150 2 0 0 16 0 13 0 149051310 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=1797104 CPUtime=1.78
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 22049 0 -1 64 6765 0 0 0 176 2 0 0 17 0 13 0 149051310 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22123] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149051310 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149051310 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22180] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22180/stat : 22180 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 149129465 1840234496 134548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1676.89
Current children cumulated vsize (KiB) 1797104

[startup+1722.3 s]
/proc/loadavg: 1.13 1.04 1.00 2/90 22180
/proc/meminfo: memFree=1212216/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1797104 CPUtime=1737.31
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 241990 0 1 0 173592 139 0 0 18 0 13 0 149051301 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 449276 136869 1336 9 0 446888 0
[pid=22112/tid=22114] ppid=22110 vsize=1797104 CPUtime=1706.57
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 22049 0 -1 64 87335 0 1 0 170603 54 0 0 24 0 13 0 149051302 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109573691 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=1797104 CPUtime=13.58
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 22049 0 -1 64 70935 0 0 0 1324 34 0 0 17 0 13 0 149051304 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22116] ppid=22110 vsize=1797104 CPUtime=13.54
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 22049 0 -1 64 68334 0 0 0 1323 31 0 0 16 0 13 0 149051304 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22117] ppid=22110 vsize=1797104 CPUtime=0.24
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 230 0 0 0 12 12 0 0 15 0 13 0 149051306 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051306 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051307 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149051310 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=1797104 CPUtime=1.52
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 22049 0 -1 64 7589 0 0 0 150 2 0 0 16 0 13 0 149051310 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=1797104 CPUtime=1.78
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 22049 0 -1 64 6765 0 0 0 176 2 0 0 17 0 13 0 149051310 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22123] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149051310 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149051310 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22180] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22180/stat : 22180 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 149129465 1840234496 136869 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1737.31
Current children cumulated vsize (KiB) 1797104

[startup+1782.3 s]
/proc/loadavg: 1.43 1.13 1.03 2/90 22180
/proc/meminfo: memFree=1194872/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1797104 CPUtime=1797.74
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 248721 0 1 0 179631 143 0 0 18 0 13 0 149051301 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 449276 141716 1336 9 0 446888 0
[pid=22112/tid=22114] ppid=22110 vsize=1797104 CPUtime=1766.08
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 22049 0 -1 64 88995 0 1 0 176553 55 0 0 25 0 13 0 149051302 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485192 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=1797104 CPUtime=14.02
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 22049 0 -1 64 73003 0 0 0 1368 34 0 0 16 0 13 0 149051304 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22116] ppid=22110 vsize=1797104 CPUtime=14
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 22049 0 -1 64 71327 0 0 0 1367 33 0 0 16 0 13 0 149051304 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22117] ppid=22110 vsize=1797104 CPUtime=0.24
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 240 0 0 0 12 12 0 0 16 0 13 0 149051306 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051306 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051307 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149051310 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=1797104 CPUtime=1.52
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 22049 0 -1 64 7589 0 0 0 150 2 0 0 16 0 13 0 149051310 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=1797104 CPUtime=1.78
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 22049 0 -1 64 6765 0 0 0 176 2 0 0 17 0 13 0 149051310 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22123] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149051310 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149051310 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22180] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22180/stat : 22180 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 149129465 1840234496 141716 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1797.74
Current children cumulated vsize (KiB) 1797104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.6 s]
/proc/loadavg: 1.43 1.13 1.03 2/90 22180
/proc/meminfo: memFree=1194232/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=1797104 CPUtime=1800.06
/proc/22112/stat : 22112 (java) S 22110 22112 22049 0 -1 0 248920 0 1 0 179863 143 0 0 18 0 13 0 149051301 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22112/statm: 449276 141865 1336 9 0 446888 0
[pid=22112/tid=22114] ppid=22110 vsize=1797104 CPUtime=1768.35
/proc/22112/task/22114/stat : 22114 (java) R 22110 22112 22049 0 -1 64 88996 0 1 0 176780 55 0 0 23 0 13 0 149051302 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109541666 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22115] ppid=22110 vsize=1797104 CPUtime=14.05
/proc/22112/task/22115/stat : 22115 (java) S 22110 22112 22049 0 -1 64 73093 0 0 0 1371 34 0 0 16 0 13 0 149051304 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22116] ppid=22110 vsize=1797104 CPUtime=14.03
/proc/22112/task/22116/stat : 22116 (java) S 22110 22112 22049 0 -1 64 71435 0 0 0 1370 33 0 0 17 0 13 0 149051304 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22117] ppid=22110 vsize=1797104 CPUtime=0.24
/proc/22112/task/22117/stat : 22117 (java) S 22110 22112 22049 0 -1 64 240 0 0 0 12 12 0 0 16 0 13 0 149051306 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22118] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22118/stat : 22118 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051306 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22119] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22119/stat : 22119 (java) S 22110 22112 22049 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 149051307 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22120] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22120/stat : 22120 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 149051310 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22121] ppid=22110 vsize=1797104 CPUtime=1.52
/proc/22112/task/22121/stat : 22121 (java) S 22110 22112 22049 0 -1 64 7589 0 0 0 150 2 0 0 16 0 13 0 149051310 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22122] ppid=22110 vsize=1797104 CPUtime=1.78
/proc/22112/task/22122/stat : 22122 (java) S 22110 22112 22049 0 -1 64 6765 0 0 0 176 2 0 0 17 0 13 0 149051310 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22123] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22123/stat : 22123 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 149051310 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22112/tid=22124] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22124/stat : 22124 (java) S 22110 22112 22049 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 149051310 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22112/tid=22180] ppid=22110 vsize=1797104 CPUtime=0
/proc/22112/task/22180/stat : 22180 (java) S 22110 22112 22049 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 149129465 1840234496 141865 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1797104

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

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

[startup+1784.71 s]
/proc/loadavg: 1.43 1.13 1.03 2/90 22180
/proc/meminfo: memFree=1194232/2055920 swapFree=4153408/4192956
[pid=22112] ppid=22110 vsize=0 CPUtime=1800.17
/proc/22112/stat : 22112 (java) Z 22110 22112 22049 0 -1 1036 248934 0 1 0 179866 151 0 0 16 0 2 0 149051301 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22112/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.72
CPU time (s): 1800.18
CPU user time (s): 1798.66
CPU system time (s): 1.51877
CPU usage (%): 100.867
Max. virtual memory (cumulated for all children) (KiB): 1798780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 1.51877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248934
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= 44676
involuntary context switches= 54401

runsolver used 1.82872 second user time and 4.86826 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Mon Apr 16 13:28:56 UTC 2007

IDJOB= 354879
IDBENCH= 2914
IDSOLVER= 160
FILE ID= node3/354879-1176730135

PBS_JOBID= 4559522

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_5_40_4.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354879-1176730135/sat4jPseudoCP.jar /tmp/evaluation/354879-1176730135/instance-354879-1176730135.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-354879-1176730135 -o ROOT/results/node3/solver-354879-1176730135 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354879-1176730135/sat4jPseudoCP.jar /tmp/evaluation/354879-1176730135/instance-354879-1176730135.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a470052ca6f8034e2c6c08868e52d9e8

RANDOM SEED= 873323824

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1760504 kB
Buffers:         27800 kB
Cached:         196916 kB
SwapCached:       2608 kB
Active:          79528 kB
Inactive:       167864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760504 kB
SwapTotal:     4192956 kB
SwapFree:      4153408 kB
Dirty:            3800 kB
Writeback:           0 kB
Mapped:          29816 kB
Slab:            33508 kB
Committed_AS:  5159160 kB
PageTables:       1780 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 node3 on Mon Apr 16 13:58:42 UTC 2007