Trace number 366830

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)5 1800.16 1769.61

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data (download as text)

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.21/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.21/0.20	--- Begin Solver configuration ---
0.21/0.20	c Stops conflict analysis at the first Unique Implication Point
0.21/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.20	c Learn all clauses as in MiniSAT
0.21/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.20	c No reason simplification
0.21/0.20	c --- End Solver configuration ---
0.21/0.20	c solving /tmp/evaluation/366830-1177067175/instance-366830-1177067175.opb
0.21/0.20	c reading problem ... 
0.21/0.25	c ... done. Wall clock time 0.047s.
0.21/0.25	c CPU time (experimental) 0.21s.
0.21/0.25	c #vars     94
0.21/0.25	c #constraints  8
3.52/2.03	c SATISFIABLE
3.52/2.03	c OPTIMIZING...
3.52/2.03	c Got one! Elapsed wall clock time (in seconds):1.83
3.52/2.03	o 1560
4.30/2.62	c Got one! Elapsed wall clock time (in seconds):2.422
4.30/2.62	o 1432
4.82/3.11	c Got one! Elapsed wall clock time (in seconds):2.915
4.82/3.11	o 1360
5.25/3.56	c Got one! Elapsed wall clock time (in seconds):3.362
5.25/3.56	o 1352
5.77/4.04	c Got one! Elapsed wall clock time (in seconds):3.839
5.77/4.04	o 1224
6.46/4.55	c Got one! Elapsed wall clock time (in seconds):4.352
6.46/4.55	o 1060
7.08/5.10	c Got one! Elapsed wall clock time (in seconds):4.901
7.08/5.10	o 1004
7.60/5.67	c Got one! Elapsed wall clock time (in seconds):5.477
7.60/5.67	o 852
8.32/6.30	c Got one! Elapsed wall clock time (in seconds):6.101
8.32/6.30	o 724
8.94/6.94	c Got one! Elapsed wall clock time (in seconds):6.746
8.94/6.94	o 660
9.58/7.59	c Got one! Elapsed wall clock time (in seconds):7.388
9.58/7.59	o 514
10.19/8.20	c Got one! Elapsed wall clock time (in seconds):7.997
10.19/8.20	o 468
10.93/8.86	c Got one! Elapsed wall clock time (in seconds):8.665
10.93/8.86	o 466
11.64/9.56	c Got one! Elapsed wall clock time (in seconds):9.361
11.64/9.56	o 464
12.90/10.73	c Got one! Elapsed wall clock time (in seconds):10.536
12.90/10.73	o 458
13.71/11.50	c Got one! Elapsed wall clock time (in seconds):11.305
13.71/11.50	o 455
14.81/12.64	c Got one! Elapsed wall clock time (in seconds):12.443
14.81/12.64	o 447
15.95/13.73	c Got one! Elapsed wall clock time (in seconds):13.527
15.95/13.73	o 327
16.97/14.80	c Got one! Elapsed wall clock time (in seconds):14.598
16.97/14.80	o 321
17.99/15.79	c Got one! Elapsed wall clock time (in seconds):15.589
17.99/15.79	o 319
18.99/16.79	c Got one! Elapsed wall clock time (in seconds):16.589
18.99/16.79	o 311
20.24/17.95	c Got one! Elapsed wall clock time (in seconds):17.75
20.24/17.95	o 305
21.56/19.20	c Got one! Elapsed wall clock time (in seconds):19.001
21.56/19.20	o 303
23.07/20.72	c Got one! Elapsed wall clock time (in seconds):20.526
23.07/20.72	o 239
24.29/21.95	c Got one! Elapsed wall clock time (in seconds):21.751
24.29/21.95	o 237
25.50/23.18	c Got one! Elapsed wall clock time (in seconds):22.981
25.50/23.18	o 235
27.01/24.67	c Got one! Elapsed wall clock time (in seconds):24.468
27.01/24.67	o 234
28.83/26.44	c Got one! Elapsed wall clock time (in seconds):26.245
28.83/26.44	o 222
30.33/27.99	c Got one! Elapsed wall clock time (in seconds):27.793
30.33/27.99	o 203
32.15/29.77	c Got one! Elapsed wall clock time (in seconds):29.567
32.15/29.77	o 166
34.98/32.57	c Got one! Elapsed wall clock time (in seconds):32.373
34.98/32.57	o 162
36.59/34.19	c Got one! Elapsed wall clock time (in seconds):33.994
36.59/34.19	o 155
38.10/35.67	c Got one! Elapsed wall clock time (in seconds):35.47
38.10/35.67	o 103
39.82/37.33	c Got one! Elapsed wall clock time (in seconds):37.127
39.82/37.33	o 95
42.45/39.94	c Got one! Elapsed wall clock time (in seconds):39.739
42.45/39.94	o 81
44.57/42.09	c Got one! Elapsed wall clock time (in seconds):41.889
44.57/42.09	o 66
47.08/44.57	c Got one! Elapsed wall clock time (in seconds):44.371
47.08/44.57	o 62
54.78/52.19	c Got one! Elapsed wall clock time (in seconds):51.991
54.78/52.19	o 61
67.08/64.30	c Got one! Elapsed wall clock time (in seconds):64.101
67.08/64.30	o 59
80.55/77.69	c Got one! Elapsed wall clock time (in seconds):77.493
80.55/77.69	o 56
85.69/82.71	c Got one! Elapsed wall clock time (in seconds):82.512
85.69/82.71	o 54
90.04/87.01	c Got one! Elapsed wall clock time (in seconds):86.809
90.04/87.01	o 48
94.08/91.09	c Got one! Elapsed wall clock time (in seconds):90.888
94.08/91.09	o 47
99.81/96.76	c Got one! Elapsed wall clock time (in seconds):96.565
99.81/96.76	o 44
109.91/106.76	c Got one! Elapsed wall clock time (in seconds):106.564
109.91/106.76	o 36
114.06/110.86	c Got one! Elapsed wall clock time (in seconds):110.665
114.06/110.86	o 34
132.21/128.87	c Got one! Elapsed wall clock time (in seconds):128.668
132.21/128.87	o 27
138.78/135.34	c Got one! Elapsed wall clock time (in seconds):135.142
138.78/135.34	o 26
143.91/140.48	c Got one! Elapsed wall clock time (in seconds):140.278
143.91/140.48	o 25
149.85/146.37	c Got one! Elapsed wall clock time (in seconds):146.171
149.85/146.37	o 23
192.13/188.26	c Got one! Elapsed wall clock time (in seconds):188.061
192.13/188.26	o 22
207.78/203.79	c Got one! Elapsed wall clock time (in seconds):203.595
207.78/203.79	o 21
217.27/213.10	c Got one! Elapsed wall clock time (in seconds):212.9
217.27/213.10	o 17
233.62/229.38	c Got one! Elapsed wall clock time (in seconds):229.178
233.62/229.38	o 15
239.88/235.56	c Got one! Elapsed wall clock time (in seconds):235.359
239.88/235.56	o 9
260.17/255.66	c Got one! Elapsed wall clock time (in seconds):255.465
260.17/255.66	o 7
605.02/596.58	c Got one! Elapsed wall clock time (in seconds):596.382
605.02/596.58	o 6
614.96/606.30	c Got one! Elapsed wall clock time (in seconds):606.104
614.96/606.30	o 5
1800.04/1769.51	c starts		: 118
1800.04/1769.51	c conflicts		: 35813
1800.04/1769.51	c decisions		: 52973
1800.04/1769.51	c propagations		: 279253
1800.04/1769.51	c inspects		: 614708857
1800.04/1769.51	c learnt literals	: 0
1800.04/1769.51	c learnt binary clauses	: 0
1800.04/1769.51	c learnt ternary clauses	: 0
1800.04/1769.51	c learnt clauses	: 35812
1800.04/1769.51	c root simplifications	: 0
1800.04/1769.51	c removed literals (reason simplification)	: 0
1800.04/1769.51	c reason swapping (by a shorter reason)	: 0
1800.04/1769.51	c Calls to reduceDB	: 0
1800.04/1769.51	c speed (decisions/second)	: 45.540397297476204
1800.04/1769.51	c non guided choices	708
1800.04/1769.51	s SATISFIABLE
1800.04/1769.51	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.04/1769.51	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.04/1769.51	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.04/1769.51	v -x83 -x84 -x85 -x86 -x87 x88 x89 x90 x91 x92 -x93 x94
1800.04/1769.51	c objective function=5
1800.04/1769.51	c Total wall clock time (ms): 1769.315

Verifier Data (download as text)

OK	5

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node23/watcher-366830-1177067175 -o ROOT/results/node23/solver-366830-1177067175 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366830-1177067175/sat4jPseudoCP.jar /tmp/evaluation/366830-1177067175/instance-366830-1177067175.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: 1.04 1.00 1.00 2/77 17413
/proc/meminfo: memFree=1765184/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1800 CPUtime=0
/proc/17413/stat : 17413 (java) D 17411 17413 17046 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 154634666 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17413/statm: 450 148 111 9 0 92 0

[startup+0.0596199 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 17413
/proc/meminfo: memFree=1765184/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1777708 CPUtime=0.04
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 3627 0 1 0 2 2 0 0 18 0 7 0 154634666 1820372992 3369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 444427 3370 1071 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101626 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 17413
/proc/meminfo: memFree=1765184/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1780108 CPUtime=0.08
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 3986 0 1 0 5 3 0 0 18 0 12 0 154634666 1822830592 3727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 445027 3729 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301671 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 17413
/proc/meminfo: memFree=1765184/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1781744 CPUtime=0.31
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 5150 0 1 0 27 4 0 0 18 0 13 0 154634666 1824505856 4888 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 445436 4888 1259 9 0 443048 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1781744

[startup+0.701753 s]
/proc/loadavg: 1.04 1.00 1.00 2/77 17413
/proc/meminfo: memFree=1765184/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1783308 CPUtime=0.97
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 8706 0 1 0 91 6 0 0 18 0 13 0 154634666 1826107392 8099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 445827 8099 1294 9 0 443439 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1783308

[startup+1.50291 s]
/proc/loadavg: 1.04 1.00 1.00 4/90 17426
/proc/meminfo: memFree=1723544/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1796320 CPUtime=2.54
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 24382 0 1 0 240 14 0 0 18 0 13 0 154634666 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449080 18627 1309 9 0 446692 0
[pid=17413/tid=17415] ppid=17411 vsize=1796320 CPUtime=0.9
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 14391 0 1 0 81 9 0 0 18 0 13 0 154634667 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485820 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1796320 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 154634669 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1796320 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 154634669 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1796320 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154634671 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1796320 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 154634672 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1796320 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 154634672 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17421] ppid=17411 vsize=1796320 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17411 17413 17046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154634675 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17422] ppid=17411 vsize=1796320 CPUtime=0.88
/proc/17413/task/17422/stat : 17422 (java) R 17411 17413 17046 0 -1 64 3476 0 0 0 87 1 0 0 17 0 13 0 154634675 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335981 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17423] ppid=17411 vsize=1796320 CPUtime=0.73
/proc/17413/task/17423/stat : 17423 (java) R 17411 17413 17046 0 -1 64 5789 0 0 0 71 2 0 0 18 0 13 0 154634675 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102106737 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17424] ppid=17411 vsize=1796320 CPUtime=0
/proc/17413/task/17424/stat : 17424 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154634676 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17425] ppid=17411 vsize=1796320 CPUtime=0
/proc/17413/task/17425/stat : 17425 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154634676 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17426] ppid=17411 vsize=1796320 CPUtime=0
/proc/17413/task/17426/stat : 17426 (java) S 17411 17413 17046 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 154634692 1839431680 18627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1796320

[startup+3.10222 s]
/proc/loadavg: 1.04 1.00 1.00 2/90 17427
/proc/meminfo: memFree=1645392/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1798652 CPUtime=4.82
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 51451 0 1 0 458 24 0 0 18 0 13 0 154634666 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449663 43061 1324 9 0 447275 0
[pid=17413/tid=17415] ppid=17411 vsize=1798652 CPUtime=2.14
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 37712 0 1 0 196 18 0 0 25 0 13 0 154634667 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494710 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1798652 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 180 0 0 0 0 0 0 0 16 0 13 0 154634669 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1798652 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 155 0 0 0 0 0 0 0 16 0 13 0 154634669 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1798652 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17411 17413 17046 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154634671 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1798652 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154634672 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1798652 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 154634672 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17421] ppid=17411 vsize=1798652 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17411 17413 17046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154634675 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17422] ppid=17411 vsize=1798652 CPUtime=1.34
/proc/17413/task/17422/stat : 17422 (java) S 17411 17413 17046 0 -1 64 5081 0 0 0 132 2 0 0 16 0 13 0 154634675 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17423] ppid=17411 vsize=1798652 CPUtime=1.31
/proc/17413/task/17423/stat : 17423 (java) R 17411 17413 17046 0 -1 64 7593 0 0 0 128 3 0 0 16 0 13 0 154634675 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105848808 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17424] ppid=17411 vsize=1798652 CPUtime=0
/proc/17413/task/17424/stat : 17424 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154634676 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17425] ppid=17411 vsize=1798652 CPUtime=0
/proc/17413/task/17425/stat : 17425 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154634676 1841819648 43061 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 1798652

[startup+6.30283 s]
/proc/loadavg: 1.11 1.02 1.01 2/90 17433
/proc/meminfo: memFree=1593784/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1798076 CPUtime=8.32
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 56550 0 1 0 806 26 0 0 18 0 13 0 154634666 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449519 45265 1325 9 0 447131 0
[pid=17413/tid=17415] ppid=17411 vsize=1798076 CPUtime=5.21
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 37724 0 1 0 503 18 0 0 24 0 13 0 154634667 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1798076 CPUtime=0.07
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 1929 0 0 0 7 0 0 0 16 0 13 0 154634669 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1798076 CPUtime=0.07
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 1752 0 0 0 7 0 0 0 16 0 13 0 154634669 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1798076 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) R 17411 17413 17046 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 154634671 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1798076 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 154634672 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1798076 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 154634672 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17421] ppid=17411 vsize=1798076 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17411 17413 17046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154634675 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17422] ppid=17411 vsize=1798076 CPUtime=1.56
/proc/17413/task/17422/stat : 17422 (java) S 17411 17413 17046 0 -1 64 6793 0 0 0 154 2 0 0 16 0 13 0 154634675 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17423] ppid=17411 vsize=1798076 CPUtime=1.36
/proc/17413/task/17423/stat : 17423 (java) S 17411 17413 17046 0 -1 64 7597 0 0 0 133 3 0 0 16 0 13 0 154634675 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17424] ppid=17411 vsize=1798076 CPUtime=0
/proc/17413/task/17424/stat : 17424 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154634676 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17425] ppid=17411 vsize=1798076 CPUtime=0
/proc/17413/task/17425/stat : 17425 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154634676 1841229824 45265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 1798076

[startup+12.7021 s]
/proc/loadavg: 1.10 1.02 1.00 2/90 17442
/proc/meminfo: memFree=1550984/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1797952 CPUtime=14.91
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 66493 0 1 0 1461 30 0 0 18 0 13 0 154634666 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449488 54754 1332 9 0 447100 0
[pid=17413/tid=17415] ppid=17411 vsize=1797952 CPUtime=11.44
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 41936 0 1 0 1125 19 0 0 17 0 13 0 154634667 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109551463 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1797952 CPUtime=0.18
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 5044 0 0 0 17 1 0 0 17 0 13 0 154634669 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1797952 CPUtime=0.19
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 4334 0 0 0 17 2 0 0 16 0 13 0 154634669 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17411 17413 17046 0 -1 64 31 0 0 0 0 0 0 0 16 0 13 0 154634671 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17411 17413 17046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154634675 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17422] ppid=17411 vsize=1797952 CPUtime=1.63
/proc/17413/task/17422/stat : 17422 (java) S 17411 17413 17046 0 -1 64 6799 0 0 0 161 2 0 0 16 0 13 0 154634675 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17423] ppid=17411 vsize=1797952 CPUtime=1.41
/proc/17413/task/17423/stat : 17423 (java) S 17411 17413 17046 0 -1 64 7606 0 0 0 138 3 0 0 16 0 13 0 154634675 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17424] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17424/stat : 17424 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154634676 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17425] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17425/stat : 17425 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154634676 1841102848 54754 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.91
Current children cumulated vsize (KiB) 1797952

[startup+25.5015 s]
/proc/loadavg: 1.08 1.01 1.00 2/90 17453
/proc/meminfo: memFree=1554544/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1797952 CPUtime=27.91
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 69018 0 1 0 2759 32 0 0 18 0 13 0 154634666 1841102848 53550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449488 53550 1334 9 0 447100 0
[pid=17413/tid=17415] ppid=17411 vsize=1797952 CPUtime=24.1
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 41954 0 1 0 2391 19 0 0 23 0 13 0 154634667 1841102848 53550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109566168 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1797952 CPUtime=0.29
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 6350 0 0 0 27 2 0 0 16 0 13 0 154634669 1841102848 53550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1797952 CPUtime=0.29
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 5489 0 0 0 27 2 0 0 16 0 13 0 154634669 1841102848 53550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1797952 CPUtime=0.01
/proc/17413/task/17418/stat : 17418 (java) S 17411 17413 17046 0 -1 64 31 0 0 0 1 0 0 0 16 0 13 0 154634671 1841102848 53550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 53550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 53550 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=17413] ppid=17411 vsize=1797952 CPUtime=1629.14
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 150831 0 1 0 162830 84 0 0 18 0 13 0 154634666 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449488 113750 1334 9 0 447100 0
[pid=17413/tid=17415] ppid=17411 vsize=1797952 CPUtime=1573.95
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 57339 0 1 0 157364 31 0 0 25 0 13 0 154634667 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109972632 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1797952 CPUtime=25.82
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 38811 0 0 0 2566 16 0 0 16 0 13 0 154634669 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1797952 CPUtime=25.84
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 39360 0 0 0 2564 20 0 0 16 0 13 0 154634669 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1797952 CPUtime=0.24
/proc/17413/task/17418/stat : 17418 (java) S 17411 17413 17046 0 -1 64 77 0 0 0 15 9 0 0 16 0 13 0 154634671 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17411 17413 17046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154634675 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17422] ppid=17411 vsize=1797952 CPUtime=1.71
/proc/17413/task/17422/stat : 17422 (java) S 17411 17413 17046 0 -1 64 6800 0 0 0 169 2 0 0 16 0 13 0 154634675 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17423] ppid=17411 vsize=1797952 CPUtime=1.52
/proc/17413/task/17423/stat : 17423 (java) S 17411 17413 17046 0 -1 64 7636 0 0 0 149 3 0 0 16 0 13 0 154634675 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17424] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17424/stat : 17424 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154634676 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17425] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17425/stat : 17425 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154634676 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17484] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17484/stat : 17484 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154695297 1841102848 113750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1629.14
Current children cumulated vsize (KiB) 1797952

[startup+1662.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/90 17484
/proc/meminfo: memFree=1305272/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1797952 CPUtime=1690.4
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 152865 0 1 0 168955 85 0 0 18 0 13 0 154634666 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449488 115657 1334 9 0 447100 0
[pid=17413/tid=17415] ppid=17411 vsize=1797952 CPUtime=1632.59
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 57366 0 1 0 163228 31 0 0 25 0 13 0 154634667 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109598099 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1797952 CPUtime=27.13
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 40496 0 0 0 2696 17 0 0 16 0 13 0 154634669 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1797952 CPUtime=27.14
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 39681 0 0 0 2694 20 0 0 16 0 13 0 154634669 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1797952 CPUtime=0.24
/proc/17413/task/17418/stat : 17418 (java) S 17411 17413 17046 0 -1 64 78 0 0 0 15 9 0 0 16 0 13 0 154634671 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17411 17413 17046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154634675 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17422] ppid=17411 vsize=1797952 CPUtime=1.71
/proc/17413/task/17422/stat : 17422 (java) S 17411 17413 17046 0 -1 64 6800 0 0 0 169 2 0 0 16 0 13 0 154634675 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17423] ppid=17411 vsize=1797952 CPUtime=1.52
/proc/17413/task/17423/stat : 17423 (java) S 17411 17413 17046 0 -1 64 7636 0 0 0 149 3 0 0 16 0 13 0 154634675 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17424] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17424/stat : 17424 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154634676 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17425] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17425/stat : 17425 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154634676 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17484] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17484/stat : 17484 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154695297 1841102848 115657 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1690.4
Current children cumulated vsize (KiB) 1797952

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 17484
/proc/meminfo: memFree=1297528/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1797952 CPUtime=1751.77
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 154982 0 1 0 175090 87 0 0 18 0 13 0 154634666 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449488 117662 1334 9 0 447100 0
[pid=17413/tid=17415] ppid=17411 vsize=1797952 CPUtime=1691.12
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 57395 0 1 0 169081 31 0 0 25 0 13 0 154634667 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109620215 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1797952 CPUtime=28.54
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 42209 0 0 0 2837 17 0 0 16 0 13 0 154634669 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1797952 CPUtime=28.56
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 40056 0 0 0 2835 21 0 0 16 0 13 0 154634669 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1797952 CPUtime=0.26
/proc/17413/task/17418/stat : 17418 (java) S 17411 17413 17046 0 -1 64 78 0 0 0 16 10 0 0 16 0 13 0 154634671 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17411 17413 17046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154634675 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17422] ppid=17411 vsize=1797952 CPUtime=1.71
/proc/17413/task/17422/stat : 17422 (java) S 17411 17413 17046 0 -1 64 6800 0 0 0 169 2 0 0 16 0 13 0 154634675 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17423] ppid=17411 vsize=1797952 CPUtime=1.52
/proc/17413/task/17423/stat : 17423 (java) S 17411 17413 17046 0 -1 64 7636 0 0 0 149 3 0 0 16 0 13 0 154634675 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17424] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17424/stat : 17424 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154634676 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17425] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17425/stat : 17425 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154634676 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17484] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17484/stat : 17484 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154695297 1841102848 117662 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1751.77
Current children cumulated vsize (KiB) 1797952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 17484
/proc/meminfo: memFree=1290936/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1797952 CPUtime=1800.04
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 156594 0 1 0 179916 88 0 0 18 0 13 0 154634666 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449488 119226 1334 9 0 447100 0
[pid=17413/tid=17415] ppid=17411 vsize=1797952 CPUtime=1737.19
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 57417 0 1 0 173688 31 0 0 25 0 13 0 154634667 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579102 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1797952 CPUtime=29.64
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 43551 0 0 0 2946 18 0 0 16 0 13 0 154634669 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1797952 CPUtime=29.66
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 40304 0 0 0 2945 21 0 0 17 0 13 0 154634669 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1797952 CPUtime=0.27
/proc/17413/task/17418/stat : 17418 (java) S 17411 17413 17046 0 -1 64 78 0 0 0 17 10 0 0 16 0 13 0 154634671 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17411 17413 17046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154634675 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17422] ppid=17411 vsize=1797952 CPUtime=1.71
/proc/17413/task/17422/stat : 17422 (java) S 17411 17413 17046 0 -1 64 6800 0 0 0 169 2 0 0 16 0 13 0 154634675 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17423] ppid=17411 vsize=1797952 CPUtime=1.52
/proc/17413/task/17423/stat : 17423 (java) S 17411 17413 17046 0 -1 64 7636 0 0 0 149 3 0 0 16 0 13 0 154634675 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17424] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17424/stat : 17424 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154634676 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17425] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17425/stat : 17425 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154634676 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17484] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17484/stat : 17484 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154695297 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1797952

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

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

[startup+1769.5 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 17484
/proc/meminfo: memFree=1290936/2055920 swapFree=4169120/4192956
[pid=17413] ppid=17411 vsize=1797952 CPUtime=1800.04
/proc/17413/stat : 17413 (java) S 17411 17413 17046 0 -1 0 156594 0 1 0 179916 88 0 0 18 0 13 0 154634666 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 449488 119226 1334 9 0 447100 0
[pid=17413/tid=17415] ppid=17411 vsize=1797952 CPUtime=1737.19
/proc/17413/task/17415/stat : 17415 (java) R 17411 17413 17046 0 -1 64 57417 0 1 0 173688 31 0 0 25 0 13 0 154634667 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109579102 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17416] ppid=17411 vsize=1797952 CPUtime=29.64
/proc/17413/task/17416/stat : 17416 (java) S 17411 17413 17046 0 -1 64 43551 0 0 0 2946 18 0 0 16 0 13 0 154634669 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17411 vsize=1797952 CPUtime=29.66
/proc/17413/task/17417/stat : 17417 (java) S 17411 17413 17046 0 -1 64 40304 0 0 0 2945 21 0 0 17 0 13 0 154634669 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17418] ppid=17411 vsize=1797952 CPUtime=0.27
/proc/17413/task/17418/stat : 17418 (java) S 17411 17413 17046 0 -1 64 78 0 0 0 17 10 0 0 16 0 13 0 154634671 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17419] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17419/stat : 17419 (java) S 17411 17413 17046 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17420] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17411 17413 17046 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 154634672 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17421] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17411 17413 17046 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 154634675 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17422] ppid=17411 vsize=1797952 CPUtime=1.71
/proc/17413/task/17422/stat : 17422 (java) S 17411 17413 17046 0 -1 64 6800 0 0 0 169 2 0 0 16 0 13 0 154634675 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17423] ppid=17411 vsize=1797952 CPUtime=1.52
/proc/17413/task/17423/stat : 17423 (java) S 17411 17413 17046 0 -1 64 7636 0 0 0 149 3 0 0 16 0 13 0 154634675 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17413/tid=17424] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17424/stat : 17424 (java) S 17411 17413 17046 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 154634676 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17425] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17425/stat : 17425 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 154634676 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17413/tid=17484] ppid=17411 vsize=1797952 CPUtime=0
/proc/17413/task/17484/stat : 17484 (java) S 17411 17413 17046 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 154695297 1841102848 119226 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1797952

Child status: 143
Real time (s): 1769.61
CPU time (s): 1800.16
CPU user time (s): 1799.2
CPU system time (s): 0.964853
CPU usage (%): 101.727
Max. virtual memory (cumulated for all children) (KiB): 1801964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 0.964853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156609
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= 45603
involuntary context switches= 57951

runsolver used 2.06968 second user time and 5.56215 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Fri Apr 20 11:06:15 UTC 2007

IDJOB= 366830
IDBENCH= 2916
IDSOLVER= 160
FILE ID= node23/366830-1177067175

PBS_JOBID= 4640249

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  031b0f629913e7cd5c934f00ec1a1885

RANDOM SEED= 443972576

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1765592 kB
Buffers:         55608 kB
Cached:         143732 kB
SwapCached:       2552 kB
Active:         135240 kB
Inactive:        87992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765592 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:            3680 kB
Writeback:           0 kB
Mapped:          30512 kB
Slab:            52604 kB
Committed_AS:  2730348 kB
PageTables:       1796 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= 66452 MiB

End job on node23 on Fri Apr 20 11:35:47 UTC 2007