Trace number 2658485

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J PB Resolution 2.2.0 2010-05-26OPT3 73.0099 71.3137

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
MD5SUM0b0d874eaa404001e586f84b413e6897
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.575912
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
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 constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
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 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.08/0.21	c Pseudo Boolean Optimization
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c Stops conflict analysis at the first Unique Implication Point
0.08/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.21	c Expensive reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose learned constraints deletion strategy
0.08/0.21	c timeout=2147483s
0.08/0.21	c DB Simplification allowed=false
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-2658485-1276650947.opb
0.08/0.21	c reading problem ... 
0.38/0.34	c ... done. Wall clock time 0.138s.
0.38/0.34	c #vars     440
0.38/0.34	c #constraints  656
0.38/0.34	c constraints type 
0.38/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.38/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
2.70/1.84	c cleaning 2498 clauses out of 5001 with flag 5001/5001
3.94/2.96	c cleaning 4237 clauses out of 8502 with flag 11000/11000
5.15/4.12	c cleaning 5625 clauses out of 11266 with flag 18001/18001
6.59/5.54	c cleaning 6820 clauses out of 13640 with flag 26000/26000
8.62/7.55	c cleaning 7903 clauses out of 15821 with flag 35001/35001
10.32/9.25	c cleaning 8957 clauses out of 17917 with flag 45000/45000
12.83/11.71	c cleaning 9473 clauses out of 18960 with flag 55000/55000
14.73/13.62	c cleaning 9737 clauses out of 19488 with flag 65001/65001
16.75/15.59	c cleaning 9868 clauses out of 19749 with flag 75000/75000
20.17/18.70	c cleaning 9936 clauses out of 19882 with flag 85001/85001
22.97/21.49	c cleaning 9970 clauses out of 19945 with flag 95000/95000
25.88/24.30	c cleaning 9984 clauses out of 19975 with flag 105000/105000
27.39/25.88	c cleaning 9991 clauses out of 19991 with flag 115000/115000
29.49/27.94	c cleaning 9995 clauses out of 20000 with flag 125000/125000
31.60/30.07	c cleaning 10001 clauses out of 20005 with flag 135000/135000
33.99/32.46	c cleaning 10002 clauses out of 20005 with flag 145001/145001
35.95/34.33	c cleaning 9999 clauses out of 20004 with flag 155003/155003
36.45/34.87	c SATISFIABLE
36.45/34.87	c OPTIMIZING...
36.45/34.87	c Got one! Elapsed wall clock time (in seconds):34.664
36.45/34.87	o 11
37.65/36.05	c cleaning 9992 clauses out of 20002 with flag 165000/165000
38.75/37.18	c Got one! Elapsed wall clock time (in seconds):36.969
38.75/37.18	o 7
39.25/37.60	c cleaning 9996 clauses out of 20011 with flag 175001/175001
40.66/39.04	c cleaning 9995 clauses out of 20015 with flag 185001/185001
42.16/40.55	c cleaning 10007 clauses out of 20019 with flag 195000/195000
43.56/41.96	c Got one! Elapsed wall clock time (in seconds):41.757
43.56/41.96	o 3
44.96/43.35	c cleaning 9997 clauses out of 20012 with flag 205000/205000
46.65/45.01	c cleaning 10005 clauses out of 20015 with flag 215000/215000
49.14/47.50	c cleaning 10002 clauses out of 20011 with flag 225001/225001
50.86/49.26	c cleaning 10003 clauses out of 20009 with flag 235001/235001
53.06/51.41	c cleaning 10003 clauses out of 20006 with flag 245001/245001
55.36/53.79	c cleaning 9997 clauses out of 20003 with flag 255001/255001
57.17/55.53	c cleaning 9999 clauses out of 20006 with flag 265001/265001
58.88/57.27	c cleaning 9998 clauses out of 20008 with flag 275002/275002
60.98/59.32	c cleaning 10000 clauses out of 20008 with flag 285000/285000
62.78/61.14	c cleaning 10001 clauses out of 20008 with flag 295001/295001
64.58/62.91	c cleaning 9998 clauses out of 20007 with flag 305001/305001
66.79/65.15	c cleaning 10001 clauses out of 20008 with flag 315001/315001
68.90/67.28	c cleaning 9998 clauses out of 20006 with flag 325000/325000
71.10/69.44	c cleaning 10005 clauses out of 20009 with flag 335001/335001
72.90/71.27	c starts		: 137
72.90/71.27	c conflicts		: 344227
72.90/71.27	c decisions		: 355931
72.90/71.27	c propagations		: 6884893
72.90/71.27	c inspects		: 224086332
72.90/71.27	c learnt literals	: 16
72.90/71.27	c learnt binary clauses	: 79
72.90/71.27	c learnt ternary clauses	: 243
72.90/71.27	c learnt clauses	: 344210
72.90/71.27	c ignored clauses	: 0
72.90/71.27	c root simplifications	: 0
72.90/71.27	c removed literals (reason simplification)	: 11921951
72.90/71.27	c reason swapping (by a shorter reason)	: 0
72.90/71.27	c Calls to reduceDB	: 35
72.90/71.27	c number of reductions to clauses (during analyze)	: 0
72.90/71.27	c number of learned constraints concerned by reduction	: 0
72.90/71.27	c number of learning phase by resolution	: 0
72.90/71.27	c number of learning phase by cutting planes	: 0
72.90/71.27	c speed (assignments/second)	: 234907.1275034972
72.90/71.27	c non guided choices	2231
72.90/71.27	c learnt constraints type 
72.90/71.27	c constraints type 
72.90/71.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
72.90/71.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 336
72.90/71.27	s OPTIMUM FOUND
72.90/71.27	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 -x11 x12 x13 x14 x15 -x16 x17 x18 -x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 x43 -x44 -x45 -x46 x47 -x48 x49 x50 -x51 x52 -x53 x54 x55 -x56 x57 -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 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 x117 x118 -x119 -x120 
72.90/71.27	c objective function=3
72.90/71.27	c Total wall clock time (in seconds): 71.068

Verifier Data

OK	3

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658485-1276650947/watcher-2658485-1276650947 -o /tmp/evaluation-result-2658485-1276650947/solver-2658485-1276650947 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658485-1276650947.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.13 1.08 1.26 3/106 7084
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1832 CPUtime=0
/proc/7084/stat : 7084 (java6) S 7082 7084 5885 0 -1 4194304 245 0 0 0 0 0 0 0 19 0 1 0 40681073 1875968 148 1992294400 134512640 134550932 4291728000 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/7084/statm: 458 148 111 10 0 63 0

[startup+0.0897601 s]
/proc/loadavg: 1.13 1.08 1.26 3/106 7084
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1521796 CPUtime=0.07
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 3844 0 1 0 5 2 0 0 18 0 7 0 40681073 1558319104 3285 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 380449 3285 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1521796

[startup+0.10176 s]
/proc/loadavg: 1.13 1.08 1.26 3/106 7084
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1524184 CPUtime=0.08
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 40681073 1560764416 3401 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 381046 3401 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300938 s]
/proc/loadavg: 1.13 1.08 1.26 3/106 7084
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1526224 CPUtime=0.38
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 5292 0 1 0 36 2 0 0 18 0 12 0 40681073 1562853376 4729 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 381556 4729 1363 10 0 378858 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526224

[startup+0.701931 s]
/proc/loadavg: 1.13 1.08 1.26 3/106 7084
/proc/meminfo: memFree=1800348/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1529948 CPUtime=1.16
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 6706 0 1 0 113 3 0 0 18 0 13 0 40681073 1566666752 6080 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 382487 6080 1410 10 0 379789 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1529948

[startup+1.50192 s]
/proc/loadavg: 1.13 1.08 1.26 4/119 7097
/proc/meminfo: memFree=1777676/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1529948 CPUtime=2.4
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 10831 0 1 0 235 5 0 0 18 0 13 0 40681073 1566666752 10204 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 382487 10205 1421 10 0 379789 0
[pid=7084/tid=7086] ppid=7082 vsize=1529948 CPUtime=1.46
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 8219 0 1 0 143 3 0 0 20 0 13 0 40681075 1566666752 10205 1992294400 134512640 134550932 4286865984 18446744073709551615 4109376098 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 40681076 1566666752 10206 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 40681076 1566666752 10207 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7089/stat : 7089 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 40681078 1566666752 10207 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7090] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7090/stat : 7090 (java) S 7082 7084 5885 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 40681078 1566666752 10208 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7091] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7091/stat : 7091 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 40681078 1566666752 10208 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7092] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7092/stat : 7092 (java) S 7082 7084 5885 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40681083 1566666752 10209 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7093] ppid=7082 vsize=1529948 CPUtime=0.43
/proc/7084/task/7093/stat : 7093 (java) S 7082 7084 5885 0 -1 4202560 495 0 0 0 43 0 0 0 22 0 13 0 40681083 1566666752 10209 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7094] ppid=7082 vsize=1529948 CPUtime=0.47
/proc/7084/task/7094/stat : 7094 (java) S 7082 7084 5885 0 -1 4202560 1049 0 0 0 47 0 0 0 23 0 13 0 40681083 1566666752 10209 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7095] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7095/stat : 7095 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40681083 1566666752 10210 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7096] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7096/stat : 7096 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40681083 1566666752 10210 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7097] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7097/stat : 7097 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40681109 1566666752 10211 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 1529948

[startup+3.10189 s]
/proc/loadavg: 1.13 1.08 1.26 2/119 7097
/proc/meminfo: memFree=1754860/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1529948 CPUtime=4.14
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 15050 0 1 0 408 6 0 0 18 0 13 0 40681073 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 382487 14416 1440 10 0 379789 0
[pid=7084/tid=7086] ppid=7082 vsize=1529948 CPUtime=3.01
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 11189 0 1 0 296 5 0 0 25 0 13 0 40681075 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4109491747 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 358 0 0 0 0 0 0 0 18 0 13 0 40681076 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 315 0 0 0 0 0 0 0 18 0 13 0 40681076 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1529948 CPUtime=0.03
/proc/7084/task/7089/stat : 7089 (java) S 7082 7084 5885 0 -1 4202560 558 0 0 0 3 0 0 0 16 0 13 0 40681078 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7090] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7090/stat : 7090 (java) S 7082 7084 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40681078 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7091] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7091/stat : 7091 (java) S 7082 7084 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40681078 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7092] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7092/stat : 7092 (java) S 7082 7084 5885 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40681083 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7093] ppid=7082 vsize=1529948 CPUtime=0.47
/proc/7084/task/7093/stat : 7093 (java) S 7082 7084 5885 0 -1 4202560 505 0 0 0 47 0 0 0 18 0 13 0 40681083 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7094] ppid=7082 vsize=1529948 CPUtime=0.58
/proc/7084/task/7094/stat : 7094 (java) S 7082 7084 5885 0 -1 4202560 1059 0 0 0 58 0 0 0 15 0 13 0 40681083 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7095] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7095/stat : 7095 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40681083 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7096] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7096/stat : 7096 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40681083 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7097] ppid=7082 vsize=1529948 CPUtime=0
/proc/7084/task/7097/stat : 7097 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40681109 1566666752 14416 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1529948

[startup+6.30184 s]
/proc/loadavg: 1.12 1.08 1.26 2/119 7097
/proc/meminfo: memFree=1742584/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1529136 CPUtime=7.41
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 16991 0 1 0 733 8 0 0 18 0 13 0 40681073 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 382284 16155 1440 10 0 379586 0
[pid=7084/tid=7086] ppid=7082 vsize=1529136 CPUtime=6.14
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 12559 0 1 0 608 6 0 0 25 0 13 0 40681075 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4109479494 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1529136 CPUtime=0.01
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 517 0 0 0 1 0 0 0 18 0 13 0 40681076 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1529136 CPUtime=0.01
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 426 0 0 0 1 0 0 0 15 0 13 0 40681076 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1529136 CPUtime=0.09
/proc/7084/task/7089/stat : 7089 (java) S 7082 7084 5885 0 -1 4202560 851 0 0 0 9 0 0 0 16 0 13 0 40681078 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7090] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7090/stat : 7090 (java) S 7082 7084 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40681078 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7091] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7091/stat : 7091 (java) S 7082 7084 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40681078 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7092] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7092/stat : 7092 (java) S 7082 7084 5885 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40681083 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7093] ppid=7082 vsize=1529136 CPUtime=0.52
/proc/7084/task/7093/stat : 7093 (java) S 7082 7084 5885 0 -1 4202560 511 0 0 0 52 0 0 0 15 0 13 0 40681083 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7094] ppid=7082 vsize=1529136 CPUtime=0.59
/proc/7084/task/7094/stat : 7094 (java) S 7082 7084 5885 0 -1 4202560 1061 0 0 0 59 0 0 0 15 0 13 0 40681083 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7095] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7095/stat : 7095 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40681083 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7096] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7096/stat : 7096 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40681083 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7097] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7097/stat : 7097 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40681109 1565835264 16155 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 1529136

[startup+12.7017 s]
/proc/loadavg: 1.11 1.08 1.25 2/119 7097
/proc/meminfo: memFree=1712824/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1529136 CPUtime=13.83
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 23933 0 1 0 1371 12 0 0 18 0 13 0 40681073 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 382284 23093 1440 10 0 379586 0
[pid=7084/tid=7086] ppid=7082 vsize=1529136 CPUtime=12.43
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 18336 0 1 0 1234 9 0 0 25 0 13 0 40681075 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4109461526 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1529136 CPUtime=0.02
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 650 0 0 0 2 0 0 0 18 0 13 0 40681076 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1529136 CPUtime=0.03
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 550 0 0 0 3 0 0 0 15 0 13 0 40681076 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1529136 CPUtime=0.17
/proc/7084/task/7089/stat : 7089 (java) S 7082 7084 5885 0 -1 4202560 1759 0 0 0 17 0 0 0 16 0 13 0 40681078 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7090] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7090/stat : 7090 (java) S 7082 7084 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40681078 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7091] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7091/stat : 7091 (java) S 7082 7084 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40681078 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7092] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7092/stat : 7092 (java) S 7082 7084 5885 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40681083 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7093] ppid=7082 vsize=1529136 CPUtime=0.52
/proc/7084/task/7093/stat : 7093 (java) S 7082 7084 5885 0 -1 4202560 511 0 0 0 52 0 0 0 15 0 13 0 40681083 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7094] ppid=7082 vsize=1529136 CPUtime=0.59
/proc/7084/task/7094/stat : 7094 (java) S 7082 7084 5885 0 -1 4202560 1061 0 0 0 59 0 0 0 15 0 13 0 40681083 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7095] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7095/stat : 7095 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40681083 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7096] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7096/stat : 7096 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 40681083 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7097] ppid=7082 vsize=1529136 CPUtime=0
/proc/7084/task/7097/stat : 7097 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40681109 1565835264 23093 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 1529136

[startup+25.5015 s]
/proc/loadavg: 1.08 1.08 1.25 2/119 7097
/proc/meminfo: memFree=1684800/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1534124 CPUtime=27.08
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 32173 0 1 0 2692 16 0 0 18 0 13 0 40681073 1570942976 29986 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 383531 29986 1440 10 0 380833 0
[pid=7084/tid=7086] ppid=7082 vsize=1534124 CPUtime=25.03
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 23982 0 1 0 2491 12 0 0 25 0 13 0 40681075 1570942976 29986 1992294400 134512640 134550932 4286865984 18446744073709551615 4109446079 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1534124 CPUtime=0.05
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 653 0 0 0 5 0 0 0 16 0 13 0 40681076 1570942976 29986 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1534124 CPUtime=0.06
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 556 0 0 0 6 0 0 0 15 0 13 0 40681076 1570942976 29986 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1534124 CPUtime=0.33

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

/proc/7084/statm: 383531 31956 1440 10 0 380833 0
[pid=7084/tid=7086] ppid=7082 vsize=1534124 CPUtime=62.6
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 25386 0 1 0 6245 15 0 0 25 0 13 0 40681075 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4109442664 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1534124 CPUtime=0.17
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 658 0 0 0 17 0 0 0 16 0 13 0 40681076 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1534124 CPUtime=0.17
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 556 0 0 0 17 0 0 0 15 0 13 0 40681076 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1534124 CPUtime=0.99
/proc/7084/task/7089/stat : 7089 (java) S 7082 7084 5885 0 -1 4202560 2346 0 0 0 98 1 0 0 16 0 13 0 40681078 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7090] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7090/stat : 7090 (java) S 7082 7084 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7091] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7091/stat : 7091 (java) S 7082 7084 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7092] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7092/stat : 7092 (java) S 7082 7084 5885 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7093] ppid=7082 vsize=1534124 CPUtime=0.52
/proc/7084/task/7093/stat : 7093 (java) S 7082 7084 5885 0 -1 4202560 511 0 0 0 52 0 0 0 15 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7094] ppid=7082 vsize=1534124 CPUtime=1.08
/proc/7084/task/7094/stat : 7094 (java) S 7082 7084 5885 0 -1 4202560 3646 0 0 0 107 1 0 0 15 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7095] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7095/stat : 7095 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7096] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7096/stat : 7096 (java) S 7082 7084 5885 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7097] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7097/stat : 7097 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40681109 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 65.59
Current children cumulated vsize (KiB) 1534124

[startup+67.1098 s]
/proc/loadavg: 1.04 1.06 1.24 2/119 7102
/proc/meminfo: memFree=1676864/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1534124 CPUtime=68.8
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 34174 0 1 0 6860 20 0 0 18 0 13 0 40681073 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 383531 31956 1440 10 0 380833 0
[pid=7084/tid=7086] ppid=7082 vsize=1534124 CPUtime=65.77
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 25387 0 1 0 6562 15 0 0 25 0 13 0 40681075 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4109642080 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1534124 CPUtime=0.17
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 658 0 0 0 17 0 0 0 16 0 13 0 40681076 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1534124 CPUtime=0.18
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 556 0 0 0 18 0 0 0 16 0 13 0 40681076 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1534124 CPUtime=1.02
/proc/7084/task/7089/stat : 7089 (java) S 7082 7084 5885 0 -1 4202560 2346 0 0 0 101 1 0 0 15 0 13 0 40681078 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7090] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7090/stat : 7090 (java) S 7082 7084 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7091] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7091/stat : 7091 (java) S 7082 7084 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7092] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7092/stat : 7092 (java) S 7082 7084 5885 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7093] ppid=7082 vsize=1534124 CPUtime=0.52
/proc/7084/task/7093/stat : 7093 (java) S 7082 7084 5885 0 -1 4202560 511 0 0 0 52 0 0 0 15 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7094] ppid=7082 vsize=1534124 CPUtime=1.08
/proc/7084/task/7094/stat : 7094 (java) S 7082 7084 5885 0 -1 4202560 3646 0 0 0 107 1 0 0 15 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7095] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7095/stat : 7095 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7096] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7096/stat : 7096 (java) S 7082 7084 5885 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 40681083 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7097] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7097/stat : 7097 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40681109 1570942976 31956 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 68.8
Current children cumulated vsize (KiB) 1534124

[startup+68.7018 s]
/proc/loadavg: 1.04 1.06 1.24 2/119 7102
/proc/meminfo: memFree=1676864/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1534124 CPUtime=70.4
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 34179 0 1 0 7020 20 0 0 18 0 13 0 40681073 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 383531 31960 1440 10 0 380833 0
[pid=7084/tid=7086] ppid=7082 vsize=1534124 CPUtime=67.33
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 25388 0 1 0 6718 15 0 0 25 0 13 0 40681075 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4109399214 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1534124 CPUtime=0.18
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 658 0 0 0 18 0 0 0 15 0 13 0 40681076 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1534124 CPUtime=0.18
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 556 0 0 0 18 0 0 0 16 0 13 0 40681076 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1534124 CPUtime=1.05
/proc/7084/task/7089/stat : 7089 (java) S 7082 7084 5885 0 -1 4202560 2350 0 0 0 104 1 0 0 15 0 13 0 40681078 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7090] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7090/stat : 7090 (java) S 7082 7084 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7091] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7091/stat : 7091 (java) S 7082 7084 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7092] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7092/stat : 7092 (java) S 7082 7084 5885 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7093] ppid=7082 vsize=1534124 CPUtime=0.52
/proc/7084/task/7093/stat : 7093 (java) S 7082 7084 5885 0 -1 4202560 511 0 0 0 52 0 0 0 15 0 13 0 40681083 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7094] ppid=7082 vsize=1534124 CPUtime=1.08
/proc/7084/task/7094/stat : 7094 (java) S 7082 7084 5885 0 -1 4202560 3646 0 0 0 107 1 0 0 15 0 13 0 40681083 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7095] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7095/stat : 7095 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7096] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7096/stat : 7096 (java) S 7082 7084 5885 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 40681083 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7097] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7097/stat : 7097 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40681109 1570942976 31960 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.4
Current children cumulated vsize (KiB) 1534124

[startup+70.3008 s]
/proc/loadavg: 1.04 1.06 1.24 2/119 7102
/proc/meminfo: memFree=1669920/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1534124 CPUtime=72.01
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 35907 0 1 0 7180 21 0 0 18 0 13 0 40681073 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 383531 33687 1440 10 0 380833 0
[pid=7084/tid=7086] ppid=7082 vsize=1534124 CPUtime=68.89
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 27089 0 1 0 6874 15 0 0 25 0 13 0 40681075 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4109445988 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1534124 CPUtime=0.19
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 658 0 0 0 19 0 0 0 15 0 13 0 40681076 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1534124 CPUtime=0.19
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 556 0 0 0 19 0 0 0 15 0 13 0 40681076 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1534124 CPUtime=1.08
/proc/7084/task/7089/stat : 7089 (java) S 7082 7084 5885 0 -1 4202560 2377 0 0 0 107 1 0 0 16 0 13 0 40681078 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7090] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7090/stat : 7090 (java) S 7082 7084 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7091] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7091/stat : 7091 (java) S 7082 7084 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7092] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7092/stat : 7092 (java) S 7082 7084 5885 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7093] ppid=7082 vsize=1534124 CPUtime=0.52
/proc/7084/task/7093/stat : 7093 (java) S 7082 7084 5885 0 -1 4202560 511 0 0 0 52 0 0 0 15 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7094] ppid=7082 vsize=1534124 CPUtime=1.08
/proc/7084/task/7094/stat : 7094 (java) S 7082 7084 5885 0 -1 4202560 3646 0 0 0 107 1 0 0 15 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7095] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7095/stat : 7095 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7096] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7096/stat : 7096 (java) R 7082 7084 5885 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7084/tid=7097] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7097/stat : 7097 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40681109 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 72.01
Current children cumulated vsize (KiB) 1534124

[startup+71.1008 s]
/proc/loadavg: 1.04 1.06 1.24 2/119 7102
/proc/meminfo: memFree=1669920/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=1534124 CPUtime=72.8
/proc/7084/stat : 7084 (java) S 7082 7084 5885 0 -1 4202496 35907 0 1 0 7259 21 0 0 18 0 13 0 40681073 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 383531 33687 1440 10 0 380833 0
[pid=7084/tid=7086] ppid=7082 vsize=1534124 CPUtime=69.69
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4202560 27089 0 1 0 6953 16 0 0 25 0 13 0 40681075 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4109207402 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7084/tid=7087] ppid=7082 vsize=1534124 CPUtime=0.19
/proc/7084/task/7087/stat : 7087 (java) S 7082 7084 5885 0 -1 4202560 658 0 0 0 19 0 0 0 15 0 13 0 40681076 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7088] ppid=7082 vsize=1534124 CPUtime=0.19
/proc/7084/task/7088/stat : 7088 (java) S 7082 7084 5885 0 -1 4202560 556 0 0 0 19 0 0 0 15 0 13 0 40681076 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7089] ppid=7082 vsize=1534124 CPUtime=1.08
/proc/7084/task/7089/stat : 7089 (java) S 7082 7084 5885 0 -1 4202560 2377 0 0 0 107 1 0 0 15 0 13 0 40681078 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 0 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7090] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7090/stat : 7090 (java) S 7082 7084 5885 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7091] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7091/stat : 7091 (java) S 7082 7084 5885 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 40681078 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7092] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7092/stat : 7092 (java) S 7082 7084 5885 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7093] ppid=7082 vsize=1534124 CPUtime=0.52
/proc/7084/task/7093/stat : 7093 (java) S 7082 7084 5885 0 -1 4202560 511 0 0 0 52 0 0 0 15 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7094] ppid=7082 vsize=1534124 CPUtime=1.08
/proc/7084/task/7094/stat : 7094 (java) S 7082 7084 5885 0 -1 4202560 3646 0 0 0 107 1 0 0 15 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7095] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7095/stat : 7095 (java) S 7082 7084 5885 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
[pid=7084/tid=7096] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7096/stat : 7096 (java) S 7082 7084 5885 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 40681083 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 1 0 0 0
[pid=7084/tid=7097] ppid=7082 vsize=1534124 CPUtime=0
/proc/7084/task/7097/stat : 7097 (java) S 7082 7084 5885 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 40681109 1570942976 33687 1992294400 134512640 134550932 4286865984 18446744073709551615 4294960144 0 4 0 16800975 18446604437866166272 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 72.8
Current children cumulated vsize (KiB) 1534124

[startup+71.3008 s]
/proc/loadavg: 1.04 1.06 1.24 2/119 7102
/proc/meminfo: memFree=1669920/2059040 swapFree=4134608/4192956
[pid=7084] ppid=7082 vsize=0 CPUtime=72.99
/proc/7084/stat : 7084 (java) Z 7082 7084 5885 0 -1 4203548 35922 0 1 0 7278 21 0 0 18 0 2 0 40681073 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7084/statm: 0 0 0 0 0 0 0
[pid=7084/tid=7086] ppid=7082 vsize=0 CPUtime=69.86
/proc/7084/task/7086/stat : 7086 (java) R 7082 7084 5885 0 -1 4203588 27095 0 1 0 6970 16 0 0 25 0 2 0 40681075 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 72.99
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 71.3137
CPU time (s): 73.0099
CPU user time (s): 72.7819
CPU system time (s): 0.227965
CPU usage (%): 102.379
Max. virtual memory (cumulated for all children) (KiB): 1537628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.7819
system time used= 0.227965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35922
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= 2018
involuntary context switches= 1376

runsolver used 0.181972 second user time and 0.399939 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-16 03:15:47
IDJOB=2658485
IDBENCH=48099
IDSOLVER=1164
FILE ID=node017/2658485-1276650947
PBS_JOBID= 11172446
Free space on /tmp= 62540 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658485-1276650947/watcher-2658485-1276650947 -o /tmp/evaluation-result-2658485-1276650947/solver-2658485-1276650947 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658485-1276650947.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 0b0d874eaa404001e586f84b413e6897
RANDOM SEED=1470697049

node017.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
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.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1800620 kB
Buffers:         70792 kB
Cached:         105248 kB
SwapCached:      11752 kB
Active:          94424 kB
Inactive:        96268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1800620 kB
SwapTotal:     4192956 kB
SwapFree:      4134608 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:       13080 kB
Mapped:           9308 kB
Slab:            45772 kB
PageTables:       3936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183024 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62540 MiB
End job on node017 at 2010-06-16 03:16:58