Trace number 354792

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23SAT (TO)6 1800.29 1766.46

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/354792-1176725720/instance-354792-1176725720.opb
0.20/0.20	c reading problem ... 
0.20/0.25	c ... done. Wall clock time 0.048s.
0.20/0.25	c CPU time (experimental) 0.21s.
0.20/0.25	c #vars     94
0.20/0.25	c #constraints  8
1.82/1.15	c SATISFIABLE
1.82/1.15	c OPTIMIZING...
1.82/1.15	c Got one! Elapsed wall clock time (in seconds):0.951
1.82/1.15	o 1322
3.00/1.75	c Got one! Elapsed wall clock time (in seconds):1.548
3.00/1.75	o 1103
3.59/2.01	c Got one! Elapsed wall clock time (in seconds):1.809
3.59/2.01	o 1102
4.00/2.26	c Got one! Elapsed wall clock time (in seconds):2.061
4.00/2.26	o 991
4.29/2.47	c Got one! Elapsed wall clock time (in seconds):2.27
4.29/2.47	o 989
4.51/2.64	c Got one! Elapsed wall clock time (in seconds):2.436
4.51/2.64	o 985
4.71/2.81	c Got one! Elapsed wall clock time (in seconds):2.603
4.71/2.81	o 947
4.83/2.98	c Got one! Elapsed wall clock time (in seconds):2.777
4.83/2.98	o 883
5.05/3.18	c Got one! Elapsed wall clock time (in seconds):2.978
5.05/3.18	o 867
5.26/3.39	c Got one! Elapsed wall clock time (in seconds):3.186
5.26/3.39	o 859
5.56/3.61	c Got one! Elapsed wall clock time (in seconds):3.41
5.56/3.61	o 855
5.80/3.85	c Got one! Elapsed wall clock time (in seconds):3.65
5.80/3.85	o 727
6.12/4.11	c Got one! Elapsed wall clock time (in seconds):3.907
6.12/4.11	o 725
6.33/4.36	c Got one! Elapsed wall clock time (in seconds):4.16
6.33/4.36	o 717
6.62/4.63	c Got one! Elapsed wall clock time (in seconds):4.425
6.62/4.63	o 715
6.94/4.93	c Got one! Elapsed wall clock time (in seconds):4.731
6.94/4.93	o 689
7.25/5.23	c Got one! Elapsed wall clock time (in seconds):5.027
7.25/5.23	o 665
7.55/5.57	c Got one! Elapsed wall clock time (in seconds):5.369
7.55/5.57	o 623
7.88/5.89	c Got one! Elapsed wall clock time (in seconds):5.685
7.88/5.89	o 577
8.28/6.22	c Got one! Elapsed wall clock time (in seconds):6.021
8.28/6.22	o 575
8.73/6.62	c Got one! Elapsed wall clock time (in seconds):6.417
8.73/6.62	o 498
9.02/6.99	c Got one! Elapsed wall clock time (in seconds):6.789
9.02/6.99	o 450
9.43/7.39	c Got one! Elapsed wall clock time (in seconds):7.183
9.43/7.39	o 436
9.97/7.83	c Got one! Elapsed wall clock time (in seconds):7.626
9.97/7.83	o 420
10.47/8.31	c Got one! Elapsed wall clock time (in seconds):8.11
10.47/8.31	o 408
11.01/8.81	c Got one! Elapsed wall clock time (in seconds):8.606
11.01/8.81	o 400
11.40/9.28	c Got one! Elapsed wall clock time (in seconds):9.079
11.40/9.28	o 392
12.04/9.81	c Got one! Elapsed wall clock time (in seconds):9.61
12.04/9.81	o 390
12.54/10.35	c Got one! Elapsed wall clock time (in seconds):10.146
12.54/10.35	o 360
13.32/11.06	c Got one! Elapsed wall clock time (in seconds):10.854
13.32/11.06	o 358
13.81/11.60	c Got one! Elapsed wall clock time (in seconds):11.393
13.81/11.60	o 356
14.53/12.24	c Got one! Elapsed wall clock time (in seconds):12.04
14.53/12.24	o 354
15.23/12.97	c Got one! Elapsed wall clock time (in seconds):12.766
15.23/12.97	o 342
16.96/14.61	c Got one! Elapsed wall clock time (in seconds):14.411
16.96/14.61	o 341
18.57/15.99	c Got one! Elapsed wall clock time (in seconds):15.787
18.57/15.99	o 335
19.58/16.98	c Got one! Elapsed wall clock time (in seconds):16.773
19.58/16.98	o 330
20.74/18.01	c Got one! Elapsed wall clock time (in seconds):17.807
20.74/18.01	o 326
24.01/21.25	c Got one! Elapsed wall clock time (in seconds):21.051
24.01/21.25	o 298
24.91/22.17	c Got one! Elapsed wall clock time (in seconds):21.966
24.91/22.17	o 296
26.33/23.59	c Got one! Elapsed wall clock time (in seconds):23.386
26.33/23.59	o 292
37.33/34.45	c Got one! Elapsed wall clock time (in seconds):34.244
37.33/34.45	o 286
38.95/36.09	c Got one! Elapsed wall clock time (in seconds):35.884
38.95/36.09	o 144
40.66/37.75	c Got one! Elapsed wall clock time (in seconds):37.55
40.66/37.75	o 129
41.97/39.06	c Got one! Elapsed wall clock time (in seconds):38.856
41.97/39.06	o 128
45.70/42.74	c Got one! Elapsed wall clock time (in seconds):42.532
45.70/42.74	o 122
49.85/46.88	c Got one! Elapsed wall clock time (in seconds):46.682
49.85/46.88	o 120
56.11/53.04	c Got one! Elapsed wall clock time (in seconds):52.834
56.11/53.04	o 118
64.59/61.49	c Got one! Elapsed wall clock time (in seconds):61.285
64.59/61.49	o 116
69.82/66.62	c Got one! Elapsed wall clock time (in seconds):66.414
69.82/66.62	o 114
73.97/70.76	c Got one! Elapsed wall clock time (in seconds):70.554
73.97/70.76	o 109
81.02/77.78	c Got one! Elapsed wall clock time (in seconds):77.572
81.02/77.78	o 100
86.98/83.69	c Got one! Elapsed wall clock time (in seconds):83.49
86.98/83.69	o 93
90.01/86.69	c Got one! Elapsed wall clock time (in seconds):86.485
90.01/86.69	o 91
92.53/89.12	c Got one! Elapsed wall clock time (in seconds):88.915
92.53/89.12	o 83
94.94/91.58	c Got one! Elapsed wall clock time (in seconds):91.381
94.94/91.58	o 81
97.68/94.24	c Got one! Elapsed wall clock time (in seconds):94.037
97.68/94.24	o 75
100.60/97.14	c Got one! Elapsed wall clock time (in seconds):96.933
100.60/97.14	o 71
103.14/99.66	c Got one! Elapsed wall clock time (in seconds):99.459
103.14/99.66	o 69
108.17/104.64	c Got one! Elapsed wall clock time (in seconds):104.44
108.17/104.64	o 68
116.34/112.70	c Got one! Elapsed wall clock time (in seconds):112.5
116.34/112.70	o 59
119.58/115.94	c Got one! Elapsed wall clock time (in seconds):115.741
119.58/115.94	o 54
123.53/119.83	c Got one! Elapsed wall clock time (in seconds):119.627
123.53/119.83	o 52
126.84/123.17	c Got one! Elapsed wall clock time (in seconds):122.97
126.84/123.17	o 38
131.40/127.62	c Got one! Elapsed wall clock time (in seconds):127.416
131.40/127.62	o 36
151.47/147.57	c Got one! Elapsed wall clock time (in seconds):147.369
151.47/147.57	o 31
155.91/151.97	c Got one! Elapsed wall clock time (in seconds):151.771
155.91/151.97	o 30
161.15/157.18	c Got one! Elapsed wall clock time (in seconds):156.977
161.15/157.18	o 28
164.70/160.62	c Got one! Elapsed wall clock time (in seconds):160.42
164.70/160.62	o 25
183.56/179.32	c Got one! Elapsed wall clock time (in seconds):179.119
183.56/179.32	o 21
313.12/307.54	c Got one! Elapsed wall clock time (in seconds):307.333
313.12/307.54	o 20
361.68/355.59	c Got one! Elapsed wall clock time (in seconds):355.382
361.68/355.59	o 19
448.40/441.14	c Got one! Elapsed wall clock time (in seconds):440.936
448.40/441.14	o 16
546.79/538.27	c Got one! Elapsed wall clock time (in seconds):538.064
546.79/538.27	o 14
650.00/639.91	c Got one! Elapsed wall clock time (in seconds):639.71
650.00/639.91	o 10
772.27/760.20	c Got one! Elapsed wall clock time (in seconds):760.0
772.27/760.20	o 6
1800.10/1766.31	c starts		: 152
1800.10/1766.31	c conflicts		: 50811
1800.10/1766.31	c decisions		: 68929
1800.10/1766.31	c propagations		: 367367
1800.10/1766.31	c inspects		: 765114076
1800.10/1766.31	c learnt literals	: 0
1800.10/1766.31	c learnt binary clauses	: 0
1800.10/1766.31	c learnt ternary clauses	: 0
1800.10/1766.31	c learnt clauses	: 50810
1800.10/1766.31	c root simplifications	: 0
1800.10/1766.31	c removed literals (reason simplification)	: 0
1800.10/1766.31	c reason swapping (by a shorter reason)	: 0
1800.10/1766.31	c Calls to reduceDB	: 0
1800.10/1766.31	c speed (decisions/second)	: 68.51074192057489
1800.10/1766.31	c non guided choices	988
1800.10/1766.31	s SATISFIABLE
1800.10/1766.31	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.10/1766.31	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
1800.10/1766.31	v -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 x83
1800.10/1766.31	v x84 -x85 -x86 x87 x88 -x89 -x90 x91 x92 -x93 -x94
1800.10/1766.34	c objective function=6
1800.10/1766.34	c Total wall clock time (ms): 1766.132

Verifier Data (download as text)

OK	6

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node25/watcher-354792-1176725720 -o ROOT/results/node25/solver-354792-1176725720 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354792-1176725720/sat4jPseudoCPClause.jar /tmp/evaluation/354792-1176725720/instance-354792-1176725720.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.00 1.00 1.00 3/64 6398
/proc/meminfo: memFree=1809952/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=140 CPUtime=0
/proc/6398/stat : 6398 (java) R 6396 6398 5685 0 -1 0 21 0 0 0 0 0 0 0 19 0 1 0 120489066 143360 6 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10032395 0 0 4096 0 0 0 0 17 1 0 0
/proc/6398/statm: 35 15 11 9 0 1 0

[startup+0.042376 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6398
/proc/meminfo: memFree=1809952/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1776088 CPUtime=0.02
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 3221 0 1 0 1 1 0 0 18 0 4 0 120489066 1818714112 2969 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 444022 2969 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101384 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6398
/proc/meminfo: memFree=1809952/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1780112 CPUtime=0.08
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 120489066 1822834688 3708 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 445028 3708 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301417 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6398
/proc/meminfo: memFree=1809952/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1782588 CPUtime=0.31
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 5133 0 1 0 27 4 0 0 18 0 13 0 120489066 1825370112 4872 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 445647 4872 1253 9 0 443258 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782588

[startup+0.70149 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 6398
/proc/meminfo: memFree=1809952/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1796440 CPUtime=1.02
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 11562 0 1 0 95 7 0 0 18 0 13 0 120489066 1839554560 9284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 449110 9284 1293 9 0 446721 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1796440

[startup+1.50263 s]
/proc/loadavg: 1.00 1.00 1.00 4/77 6411
/proc/meminfo: memFree=1769976/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1799696 CPUtime=2.61
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 25976 0 1 0 247 14 0 0 18 0 13 0 120489066 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 449924 20023 1309 9 0 447535 0
[pid=6398/tid=6400] ppid=6396 vsize=1799696 CPUtime=0.89
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 5685 0 -1 64 15135 0 1 0 80 9 0 0 18 0 13 0 120489067 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109185700 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1799696 CPUtime=0
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 5685 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 120489069 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1799696 CPUtime=0
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 120489069 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1799696 CPUtime=0
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 120489071 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1799696 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 120489072 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1799696 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 120489072 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1799696 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1799696 CPUtime=0.74
/proc/6398/task/6407/stat : 6407 (java) R 6396 6398 5685 0 -1 64 5346 0 0 0 73 1 0 0 18 0 13 0 120489076 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336927 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1799696 CPUtime=0.93
/proc/6398/task/6408/stat : 6408 (java) R 6396 6398 5685 0 -1 64 4768 0 0 0 92 1 0 0 18 0 13 0 120489076 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336858 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1799696 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120489076 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1799696 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120489076 1842888704 20023 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1799696

[startup+3.1019 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 6414
/proc/meminfo: memFree=1685680/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1796668 CPUtime=5.05
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 53371 0 1 0 479 26 0 0 18 0 13 0 120489066 1839788032 43265 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 449167 43267 1323 9 0 446778 0
[pid=6398/tid=6400] ppid=6396 vsize=1796668 CPUtime=2.23
/proc/6398/task/6400/stat : 6400 (java) S 6396 6398 5685 0 -1 64 37730 0 1 0 204 19 0 0 24 0 13 0 120489067 1839788032 43268 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1796668 CPUtime=0.01
/proc/6398/task/6401/stat : 6401 (java) R 6396 6398 5685 0 -1 64 483 0 0 0 1 0 0 0 16 0 13 0 120489069 1839788032 43270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105367424 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1796668 CPUtime=0.01
/proc/6398/task/6402/stat : 6402 (java) R 6396 6398 5685 0 -1 64 450 0 0 0 1 0 0 0 16 0 13 0 120489069 1839788032 43271 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369151 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1796668 CPUtime=0
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 120489071 1839788032 43272 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1796668 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120489072 1839788032 43273 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1796668 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 120489072 1839788032 43275 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1796668 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1839788032 43276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1796668 CPUtime=1.04
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 5685 0 -1 64 5655 0 0 0 102 2 0 0 16 0 13 0 120489076 1839788032 43277 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1796668 CPUtime=1.71
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 5685 0 -1 64 8328 0 0 0 168 3 0 0 16 0 13 0 120489076 1839788032 43278 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1796668 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120489076 1839788032 43279 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1796668 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120489076 1839788032 43281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 1796668

[startup+6.30244 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6428
/proc/meminfo: memFree=1633184/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1795580 CPUtime=8.38
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 56126 0 1 0 810 28 0 0 18 0 13 0 120489066 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 448895 44156 1331 9 0 446506 0
[pid=6398/tid=6400] ppid=6396 vsize=1795580 CPUtime=5.3
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 5685 0 -1 64 37744 0 1 0 511 19 0 0 17 0 13 0 120489067 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531422 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1795580 CPUtime=0.1
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 5685 0 -1 64 1858 0 0 0 9 1 0 0 16 0 13 0 120489069 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1795580 CPUtime=0.09
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 5685 0 -1 64 1776 0 0 0 9 0 0 0 16 0 13 0 120489069 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 19 0 0 0 0 0 0 0 16 0 13 0 120489071 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120489072 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 120489072 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1795580 CPUtime=1.1
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 5685 0 -1 64 5665 0 0 0 108 2 0 0 15 0 13 0 120489076 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1795580 CPUtime=1.74
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 5685 0 -1 64 8330 0 0 0 171 3 0 0 16 0 13 0 120489076 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120489076 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120489076 1838673920 44156 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 1795580

[startup+12.7025 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6442
/proc/meminfo: memFree=1601984/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1795580 CPUtime=15.03
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 66064 0 1 0 1470 33 0 0 18 0 13 0 120489066 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 448895 53581 1333 9 0 446506 0
[pid=6398/tid=6400] ppid=6396 vsize=1795580 CPUtime=11.52
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 5685 0 -1 64 39361 0 1 0 1132 20 0 0 19 0 13 0 120489067 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109530566 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1795580 CPUtime=0.27
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 5685 0 -1 64 6008 0 0 0 24 3 0 0 16 0 13 0 120489069 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1795580 CPUtime=0.27
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 5685 0 -1 64 5898 0 0 0 25 2 0 0 16 0 13 0 120489069 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1795580 CPUtime=0.01
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 120489071 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120489072 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 120489072 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1795580 CPUtime=1.15
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 5685 0 -1 64 5667 0 0 0 113 2 0 0 17 0 13 0 120489076 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1795580 CPUtime=1.75
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 5685 0 -1 64 8330 0 0 0 172 3 0 0 16 0 13 0 120489076 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120489076 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1795580 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120489076 1838673920 53581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.03
Current children cumulated vsize (KiB) 1795580

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 6451
/proc/meminfo: memFree=1593280/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1794856 CPUtime=28.34
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 69130 0 1 0 2799 35 0 0 18 0 13 0 120489066 1837932544 55209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 448714 55209 1333 9 0 446325 0
[pid=6398/tid=6400] ppid=6396 vsize=1794856 CPUtime=24.17
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 5685 0 -1 64 39376 0 1 0 2397 20 0 0 25 0 13 0 120489067 1837932544 55209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109482443 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1794856 CPUtime=0.39
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 5685 0 -1 64 7277 0 0 0 35 4 0 0 16 0 13 0 120489069 1837932544 55209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1794856 CPUtime=0.38
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 5685 0 -1 64 6917 0 0 0 35 3 0 0 16 0 13 0 120489069 1837932544 55209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1794856 CPUtime=0.01
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 36 0 0 0 1 0 0 0 16 0 13 0 120489071 1837932544 55209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1794856 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120489072 1837932544 55209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1794856 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 120489072 1837932544 55209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1794856 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1837932544 55209 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=6398/tid=6403] ppid=6396 vsize=1793832 CPUtime=0.17
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 76 0 0 0 11 6 0 0 15 0 13 0 120489071 1836883968 106902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120489072 1836883968 106902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 120489072 1836883968 106902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1836883968 106902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1793832 CPUtime=1.41
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 5685 0 -1 64 6401 0 0 0 139 2 0 0 17 0 13 0 120489076 1836883968 106902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1793832 CPUtime=1.93
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 5685 0 -1 64 8339 0 0 0 190 3 0 0 16 0 13 0 120489076 1836883968 106902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120489076 1836883968 106902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120489076 1836883968 106902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6486] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6486/stat : 6486 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120565089 1836883968 106902 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1570.47
Current children cumulated vsize (KiB) 1793832

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 6488
/proc/meminfo: memFree=1380904/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1793832 CPUtime=1631.89
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 137221 0 1 0 163112 77 0 0 18 0 13 0 120489066 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 448458 107913 1334 9 0 446069 0
[pid=6398/tid=6400] ppid=6396 vsize=1793832 CPUtime=1572.54
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 5685 0 -1 64 47998 0 1 0 157226 28 0 0 25 0 13 0 120489067 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109921427 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1793832 CPUtime=27.88
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 5685 0 -1 64 35140 0 0 0 2771 17 0 0 16 0 13 0 120489069 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1793832 CPUtime=27.87
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 5685 0 -1 64 38418 0 0 0 2771 16 0 0 16 0 13 0 120489069 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1793832 CPUtime=0.18
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 76 0 0 0 12 6 0 0 16 0 13 0 120489071 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120489072 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 120489072 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1793832 CPUtime=1.41
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 5685 0 -1 64 6401 0 0 0 139 2 0 0 17 0 13 0 120489076 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1793832 CPUtime=1.93
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 5685 0 -1 64 8339 0 0 0 190 3 0 0 16 0 13 0 120489076 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120489076 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120489076 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6486] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6486/stat : 6486 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120565089 1836883968 107913 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1631.89
Current children cumulated vsize (KiB) 1793832

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 6488
/proc/meminfo: memFree=1376104/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1793832 CPUtime=1693.42
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 138472 0 1 0 169265 77 0 0 18 0 13 0 120489066 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 448458 109107 1334 9 0 446069 0
[pid=6398/tid=6400] ppid=6396 vsize=1793832 CPUtime=1630.96
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 5685 0 -1 64 48023 0 1 0 163068 28 0 0 25 0 13 0 120489067 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109524450 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1793832 CPUtime=29.45
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 5685 0 -1 64 36174 0 0 0 2927 18 0 0 16 0 13 0 120489069 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1793832 CPUtime=29.43
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 5685 0 -1 64 38610 0 0 0 2926 17 0 0 16 0 13 0 120489069 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1793832 CPUtime=0.18
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 76 0 0 0 12 6 0 0 16 0 13 0 120489071 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120489072 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 120489072 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1793832 CPUtime=1.41
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 5685 0 -1 64 6401 0 0 0 139 2 0 0 17 0 13 0 120489076 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1793832 CPUtime=1.93
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 5685 0 -1 64 8339 0 0 0 190 3 0 0 16 0 13 0 120489076 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120489076 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120489076 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6486] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6486/stat : 6486 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120565089 1836883968 109107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1693.42
Current children cumulated vsize (KiB) 1793832

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 6488
/proc/meminfo: memFree=1371752/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1793832 CPUtime=1754.97
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 139655 0 1 0 175418 79 0 0 18 0 13 0 120489066 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 448458 110246 1334 9 0 446069 0
[pid=6398/tid=6400] ppid=6396 vsize=1793832 CPUtime=1689.33
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 5685 0 -1 64 48048 0 1 0 168905 28 0 0 25 0 13 0 120489067 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531422 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1793832 CPUtime=31.02
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 5685 0 -1 64 37074 0 0 0 3084 18 0 0 16 0 13 0 120489069 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1793832 CPUtime=31.01
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 5685 0 -1 64 38868 0 0 0 3084 17 0 0 16 0 13 0 120489069 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1793832 CPUtime=0.19
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 76 0 0 0 12 7 0 0 15 0 13 0 120489071 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120489072 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 120489072 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1793832 CPUtime=1.41
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 5685 0 -1 64 6401 0 0 0 139 2 0 0 17 0 13 0 120489076 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1793832 CPUtime=1.93
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 5685 0 -1 64 8339 0 0 0 190 3 0 0 16 0 13 0 120489076 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120489076 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120489076 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6486] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6486/stat : 6486 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120565089 1836883968 110246 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1754.97
Current children cumulated vsize (KiB) 1793832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.3 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 6488
/proc/meminfo: memFree=1368104/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=1793832 CPUtime=1800.1
/proc/6398/stat : 6398 (java) S 6396 6398 5685 0 -1 0 140529 0 1 0 179930 80 0 0 18 0 13 0 120489066 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6398/statm: 448458 111087 1334 9 0 446069 0
[pid=6398/tid=6400] ppid=6396 vsize=1793832 CPUtime=1732.14
/proc/6398/task/6400/stat : 6400 (java) R 6396 6398 5685 0 -1 64 48066 0 1 0 173186 28 0 0 25 0 13 0 120489067 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109525208 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6401] ppid=6396 vsize=1793832 CPUtime=32.19
/proc/6398/task/6401/stat : 6401 (java) S 6396 6398 5685 0 -1 64 37619 0 0 0 3200 19 0 0 16 0 13 0 120489069 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6402] ppid=6396 vsize=1793832 CPUtime=32.17
/proc/6398/task/6402/stat : 6402 (java) S 6396 6398 5685 0 -1 64 39179 0 0 0 3199 18 0 0 17 0 13 0 120489069 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6403] ppid=6396 vsize=1793832 CPUtime=0.2
/proc/6398/task/6403/stat : 6403 (java) S 6396 6398 5685 0 -1 64 76 0 0 0 13 7 0 0 15 0 13 0 120489071 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6404] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6404/stat : 6404 (java) S 6396 6398 5685 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 120489072 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6405] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6405/stat : 6405 (java) S 6396 6398 5685 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 120489072 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6406] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6406/stat : 6406 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 120489076 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6407] ppid=6396 vsize=1793832 CPUtime=1.41
/proc/6398/task/6407/stat : 6407 (java) S 6396 6398 5685 0 -1 64 6401 0 0 0 139 2 0 0 17 0 13 0 120489076 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6408] ppid=6396 vsize=1793832 CPUtime=1.93
/proc/6398/task/6408/stat : 6408 (java) S 6396 6398 5685 0 -1 64 8339 0 0 0 190 3 0 0 16 0 13 0 120489076 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6409] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6409/stat : 6409 (java) S 6396 6398 5685 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 120489076 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6398/tid=6410] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6410/stat : 6410 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 120489076 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6398/tid=6486] ppid=6396 vsize=1793832 CPUtime=0
/proc/6398/task/6486/stat : 6486 (java) S 6396 6398 5685 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 120565089 1836883968 111087 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1793832

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

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

[startup+1766.41 s]
/proc/loadavg: 1.15 1.03 1.01 2/77 6488
/proc/meminfo: memFree=1368104/2055920 swapFree=4184700/4192956
[pid=6398] ppid=6396 vsize=0 CPUtime=1800.23
/proc/6398/stat : 6398 (java) Z 6396 6398 5685 0 -1 1036 140542 0 1 0 179941 82 0 0 15 0 2 0 120489066 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6398/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.46
CPU time (s): 1800.29
CPU user time (s): 1799.42
CPU system time (s): 0.873867
CPU usage (%): 101.915
Max. virtual memory (cumulated for all children) (KiB): 1800548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.42
system time used= 0.873867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140542
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= 43967
involuntary context switches= 7872

runsolver used 1.72074 second user time and 4.74928 second system time

The end

Launcher Data (download as text)

Begin job on node25 on Mon Apr 16 12:15:20 UTC 2007

IDJOB= 354792
IDBENCH= 2896
IDSOLVER= 164
FILE ID= node25/354792-1176725720

PBS_JOBID= 4559472

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d26b3b10be20d9248aac462b86b1f040

RANDOM SEED= 965119380

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node25.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.261
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.261
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:       1810424 kB
Buffers:         33792 kB
Cached:         139872 kB
SwapCached:       2728 kB
Active:          44004 kB
Inactive:       142024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810424 kB
SwapTotal:     4192956 kB
SwapFree:      4184700 kB
Dirty:            3576 kB
Writeback:           0 kB
Mapped:          18400 kB
Slab:            45548 kB
Committed_AS:  2096668 kB
PageTables:       1480 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= 66539 MiB

End job on node25 on Mon Apr 16 12:44:48 UTC 2007