Trace number 2658288

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 41.5537 39.9246

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=9-P0=457-P1=137-P2=191-B.opb
MD5SUM1b6d9352b1c2eb216ab83323b529fa56
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.345946
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 variables54
Total number of constraints5
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 constraints5
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)162
Sum of products size (including duplicates)324
Number of different products162
Sum of products size324

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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2658288-1276646315.opb
0.24/0.20	c reading problem ... 
0.24/0.29	c ... done. Wall clock time 0.085s.
0.24/0.29	c #vars     216
0.24/0.29	c #constraints  331
0.24/0.29	c constraints type 
0.24/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162
0.24/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
2.77/1.99	c cleaning 2501 clauses out of 5001 with flag 5001/5001
4.54/3.51	c cleaning 4250 clauses out of 8499 with flag 11000/11000
6.67/5.61	c cleaning 5625 clauses out of 11249 with flag 18000/18000
9.61/8.53	c cleaning 6811 clauses out of 13624 with flag 26000/26000
12.95/11.82	c cleaning 7907 clauses out of 15814 with flag 35001/35001
16.65/15.52	c cleaning 8952 clauses out of 17906 with flag 45000/45000
20.35/19.25	c cleaning 9478 clauses out of 18955 with flag 55001/55001
23.76/22.60	c cleaning 9736 clauses out of 19476 with flag 65000/65000
26.65/25.56	c cleaning 9871 clauses out of 19741 with flag 75001/75001
29.06/27.93	c cleaning 9932 clauses out of 19870 with flag 85001/85001
29.06/28.00	c SATISFIABLE
29.06/28.00	c OPTIMIZING...
29.06/28.00	c Got one! Elapsed wall clock time (in seconds):27.799
29.06/28.00	o 257
30.66/29.52	c Got one! Elapsed wall clock time (in seconds):29.324
30.66/29.52	o 17
31.87/30.73	c cleaning 9962 clauses out of 19937 with flag 95000/95000
32.76/31.60	c Got one! Elapsed wall clock time (in seconds):31.404
32.76/31.60	o 3
35.34/33.93	c cleaning 9983 clauses out of 19975 with flag 105000/105000
38.75/37.18	c cleaning 9994 clauses out of 19992 with flag 115001/115001
41.46/39.86	c starts		: 94
41.46/39.86	c conflicts		: 124383
41.46/39.86	c decisions		: 128427
41.46/39.86	c propagations		: 2347368
41.46/39.86	c inspects		: 194035745
41.46/39.86	c learnt literals	: 8
41.46/39.86	c learnt binary clauses	: 37
41.46/39.86	c learnt ternary clauses	: 121
41.46/39.86	c learnt clauses	: 124374
41.46/39.86	c ignored clauses	: 0
41.46/39.86	c root simplifications	: 0
41.46/39.86	c removed literals (reason simplification)	: 6230564
41.46/39.86	c reason swapping (by a shorter reason)	: 0
41.46/39.86	c Calls to reduceDB	: 13
41.46/39.86	c number of reductions to clauses (during analyze)	: 0
41.46/39.86	c number of learned constraints concerned by reduction	: 0
41.46/39.86	c number of learning phase by resolution	: 0
41.46/39.86	c number of learning phase by cutting planes	: 0
41.46/39.86	c speed (assignments/second)	: 284288.2402809737
41.46/39.86	c non guided choices	268
41.46/39.86	c learnt constraints type 
41.46/39.86	c constraints type 
41.46/39.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 162
41.46/39.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
41.46/39.86	s OPTIMUM FOUND
41.46/39.86	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 
41.46/39.86	c objective function=3
41.46/39.86	c Total wall clock time (in seconds): 39.664

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-2658288-1276646315/watcher-2658288-1276646315 -o /tmp/evaluation-result-2658288-1276646315/solver-2658288-1276646315 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658288-1276646315.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: 0.98 0.99 0.99 3/106 12241
/proc/meminfo: memFree=1843136/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1832 CPUtime=0
/proc/12241/stat : 12241 (java) R 12239 12241 12041 0 -1 4194304 394 0 0 0 0 0 0 0 25 0 1 0 5924289 1875968 124 1992294400 134512640 134550932 4293243296 18446744073709551615 10363655 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12241/statm: 458 129 92 10 0 63 0

[startup+0.05498 s]
/proc/loadavg: 0.98 0.99 0.99 3/106 12241
/proc/meminfo: memFree=1843136/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1521664 CPUtime=0.04
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 3619 0 1 0 3 1 0 0 18 0 7 0 5924289 1558183936 3060 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 380416 3060 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.100979 s]
/proc/loadavg: 0.98 0.99 0.99 3/106 12241
/proc/meminfo: memFree=1843136/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1524184 CPUtime=0.08
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 4000 0 1 0 7 1 0 0 18 0 12 0 5924289 1560764416 3439 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 381046 3440 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300978 s]
/proc/loadavg: 0.98 0.99 0.99 3/106 12241
/proc/meminfo: memFree=1843136/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1526720 CPUtime=0.4
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 5343 0 1 0 38 2 0 0 18 0 13 0 5924289 1563361280 4780 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 381680 4780 1363 10 0 378982 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526720

[startup+0.700974 s]
/proc/loadavg: 0.98 0.99 0.99 3/106 12241
/proc/meminfo: memFree=1843136/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1530148 CPUtime=1.19
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 6947 0 1 0 117 2 0 0 18 0 13 0 5924289 1566871552 6090 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 382537 6090 1409 10 0 379839 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 1530148

[startup+1.50197 s]
/proc/loadavg: 0.98 0.99 0.99 2/119 12254
/proc/meminfo: memFree=1820032/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1530148 CPUtime=2.36
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 11546 0 1 0 231 5 0 0 18 0 13 0 5924289 1566871552 10688 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 382537 10688 1419 10 0 379839 0
[pid=12241/tid=12243] ppid=12239 vsize=1530148 CPUtime=1.48
/proc/12241/task/12243/stat : 12243 (java) R 12239 12241 12041 0 -1 4202560 8706 0 1 0 144 4 0 0 20 0 13 0 5924290 1566871552 10688 1992294400 134512640 134550932 4293243296 18446744073709551615 4108935210 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1530148 CPUtime=0
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 5924292 1566871552 10688 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1530148 CPUtime=0
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 5924292 1566871552 10688 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1530148 CPUtime=0
/proc/12241/task/12246/stat : 12246 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5924293 1566871552 10688 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12247] ppid=12239 vsize=1530148 CPUtime=0
/proc/12241/task/12247/stat : 12247 (java) S 12239 12241 12041 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 5924294 1566871552 10688 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12248] ppid=12239 vsize=1530148 CPUtime=0
/proc/12241/task/12248/stat : 12248 (java) S 12239 12241 12041 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 5924294 1566871552 10688 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12249] ppid=12239 vsize=1530148 CPUtime=0
/proc/12241/task/12249/stat : 12249 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5924298 1566871552 10688 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12250] ppid=12239 vsize=1530148 CPUtime=0.48
/proc/12241/task/12250/stat : 12250 (java) S 12239 12241 12041 0 -1 4202560 1060 0 0 0 48 0 0 0 23 0 13 0 5924298 1566871552 10688 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12251] ppid=12239 vsize=1530148 CPUtime=0.38
/proc/12241/task/12251/stat : 12251 (java) S 12239 12241 12041 0 -1 4202560 715 0 0 0 38 0 0 0 22 0 13 0 5924298 1566871552 10689 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12252] ppid=12239 vsize=1530148 CPUtime=0
/proc/12241/task/12252/stat : 12252 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5924298 1566871552 10689 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12253] ppid=12239 vsize=1530148 CPUtime=0
/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5924298 1566871552 10691 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1530148 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1566871552 10693 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1530148

[startup+3.10995 s]
/proc/loadavg: 0.98 0.99 0.99 2/119 12254
/proc/meminfo: memFree=1795604/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1529968 CPUtime=4.12
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 14089 0 1 0 406 6 0 0 18 0 13 0 5924289 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 382492 13132 1438 10 0 379794 0
[pid=12241/tid=12243] ppid=12239 vsize=1529968 CPUtime=3.06
/proc/12241/task/12243/stat : 12243 (java) R 12239 12241 12041 0 -1 4202560 10349 0 1 0 301 5 0 0 25 0 13 0 5924290 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4109013073 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 267 0 0 0 0 0 0 0 17 0 13 0 5924292 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 157 0 0 0 0 0 0 0 18 0 13 0 5924292 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1529968 CPUtime=0.01
/proc/12241/task/12246/stat : 12246 (java) S 12239 12241 12041 0 -1 4202560 408 0 0 0 1 0 0 0 16 0 13 0 5924293 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12247] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12247/stat : 12247 (java) S 12239 12241 12041 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5924294 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12248] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12248/stat : 12248 (java) S 12239 12241 12041 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5924294 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12249] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12249/stat : 12249 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5924298 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12250] ppid=12239 vsize=1529968 CPUtime=0.55
/proc/12241/task/12250/stat : 12250 (java) R 12239 12241 12041 0 -1 4202560 1082 0 0 0 55 0 0 0 15 0 13 0 5924298 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 103635016 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12241/tid=12251] ppid=12239 vsize=1529968 CPUtime=0.46
/proc/12241/task/12251/stat : 12251 (java) R 12239 12241 12041 0 -1 4202560 760 0 0 0 46 0 0 0 15 0 13 0 5924298 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 105786604 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12241/tid=12252] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12252/stat : 12252 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5924298 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12253] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5924298 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1566687232 13132 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 1529968

[startup+6.30193 s]
/proc/loadavg: 0.98 0.99 0.99 2/119 12254
/proc/meminfo: memFree=1785560/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1529968 CPUtime=7.37
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 17383 0 1 0 729 8 0 0 18 0 13 0 5924289 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 382492 16423 1438 10 0 379794 0
[pid=12241/tid=12243] ppid=12239 vsize=1529968 CPUtime=6.19
/proc/12241/task/12243/stat : 12243 (java) R 12239 12241 12041 0 -1 4202560 12840 0 1 0 613 6 0 0 25 0 13 0 5924290 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4109013177 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1529968 CPUtime=0.01
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 563 0 0 0 1 0 0 0 16 0 13 0 5924292 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 13 0 5924292 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1529968 CPUtime=0.06
/proc/12241/task/12246/stat : 12246 (java) S 12239 12241 12041 0 -1 4202560 863 0 0 0 6 0 0 0 15 0 13 0 5924293 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12247] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12247/stat : 12247 (java) S 12239 12241 12041 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5924294 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12248] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12248/stat : 12248 (java) S 12239 12241 12041 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5924294 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12249] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12249/stat : 12249 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5924298 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12250] ppid=12239 vsize=1529968 CPUtime=0.59
/proc/12241/task/12250/stat : 12250 (java) S 12239 12241 12041 0 -1 4202560 1086 0 0 0 59 0 0 0 15 0 13 0 5924298 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12251] ppid=12239 vsize=1529968 CPUtime=0.47
/proc/12241/task/12251/stat : 12251 (java) S 12239 12241 12041 0 -1 4202560 760 0 0 0 47 0 0 0 15 0 13 0 5924298 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12252] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12252/stat : 12252 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5924298 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12253] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5924298 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1566687232 16423 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 1529968

[startup+12.7019 s]
/proc/loadavg: 0.98 0.99 0.99 2/119 12254
/proc/meminfo: memFree=1770308/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1529968 CPUtime=13.85
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 20326 0 1 0 1376 9 0 0 18 0 13 0 5924289 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 382492 19363 1440 10 0 379794 0
[pid=12241/tid=12243] ppid=12239 vsize=1529968 CPUtime=12.52
/proc/12241/task/12243/stat : 12243 (java) R 12239 12241 12041 0 -1 4202560 15647 0 1 0 1245 7 0 0 25 0 13 0 5924290 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4108875587 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1529968 CPUtime=0.02
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 602 0 0 0 2 0 0 0 15 0 13 0 5924292 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1529968 CPUtime=0.01
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 211 0 0 0 1 0 0 0 16 0 13 0 5924292 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1529968 CPUtime=0.11
/proc/12241/task/12246/stat : 12246 (java) S 12239 12241 12041 0 -1 4202560 940 0 0 0 11 0 0 0 16 0 13 0 5924293 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12247] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12247/stat : 12247 (java) S 12239 12241 12041 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5924294 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12248] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12248/stat : 12248 (java) S 12239 12241 12041 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5924294 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12249] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12249/stat : 12249 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5924298 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12250] ppid=12239 vsize=1529968 CPUtime=0.59
/proc/12241/task/12250/stat : 12250 (java) S 12239 12241 12041 0 -1 4202560 1086 0 0 0 59 0 0 0 15 0 13 0 5924298 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12251] ppid=12239 vsize=1529968 CPUtime=0.55
/proc/12241/task/12251/stat : 12251 (java) S 12239 12241 12041 0 -1 4202560 774 0 0 0 55 0 0 0 15 0 13 0 5924298 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12252] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12252/stat : 12252 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5924298 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12253] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5924298 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1566687232 19363 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.85
Current children cumulated vsize (KiB) 1529968

[startup+25.5008 s]
/proc/loadavg: 0.98 0.99 0.99 2/119 12256
/proc/meminfo: memFree=1763488/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1529968 CPUtime=26.65
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 22570 0 1 0 2654 11 0 0 18 0 13 0 5924289 1566687232 21604 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 382492 21604 1440 10 0 379794 0
[pid=12241/tid=12243] ppid=12239 vsize=1529968 CPUtime=25.21
/proc/12241/task/12243/stat : 12243 (java) R 12239 12241 12041 0 -1 4202560 17502 0 1 0 2512 9 0 0 25 0 13 0 5924290 1566687232 21604 1992294400 134512640 134550932 4293243296 18446744073709551615 4109101041 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1529968 CPUtime=0.03
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 604 0 0 0 3 0 0 0 15 0 13 0 5924292 1566687232 21604 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1529968 CPUtime=0.03
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 214 0 0 0 3 0 0 0 16 0 13 0 5924292 1566687232 21604 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1529968 CPUtime=0.2

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

/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5924298 1566687232 21606 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1529968 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1566687232 21606 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 33.07
Current children cumulated vsize (KiB) 1529968

[startup+35.1017 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 12256
/proc/meminfo: memFree=1754064/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1536900 CPUtime=36.69
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 25370 0 1 0 3657 12 0 0 18 0 13 0 5924289 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 384225 23334 1440 10 0 381527 0
[pid=12241/tid=12243] ppid=12239 vsize=1536900 CPUtime=34.69
/proc/12241/task/12243/stat : 12243 (java) R 12239 12241 12041 0 -1 4202560 17512 0 1 0 3459 10 0 0 25 0 13 0 5924290 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4109013099 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1536900 CPUtime=0.05
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 606 0 0 0 5 0 0 0 15 0 13 0 5924292 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1536900 CPUtime=0.04
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 214 0 0 0 4 0 0 0 15 0 13 0 5924292 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1536900 CPUtime=0.3
/proc/12241/task/12246/stat : 12246 (java) S 12239 12241 12041 0 -1 4202560 1337 0 0 0 30 0 0 0 15 0 13 0 5924293 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12247] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12247/stat : 12247 (java) S 12239 12241 12041 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5924294 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12248] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12248/stat : 12248 (java) S 12239 12241 12041 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5924294 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12249] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12249/stat : 12249 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5924298 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12250] ppid=12239 vsize=1536900 CPUtime=0.96
/proc/12241/task/12250/stat : 12250 (java) S 12239 12241 12041 0 -1 4202560 3854 0 0 0 96 0 0 0 15 0 13 0 5924298 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12251] ppid=12239 vsize=1536900 CPUtime=0.59
/proc/12241/task/12251/stat : 12251 (java) S 12239 12241 12041 0 -1 4202560 779 0 0 0 59 0 0 0 15 0 13 0 5924298 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12252] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12252/stat : 12252 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5924298 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12253] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 5924298 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1573785600 23334 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.69
Current children cumulated vsize (KiB) 1536900

[startup+38.3017 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 12256
/proc/meminfo: memFree=1750468/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1536900 CPUtime=39.96
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 26291 0 1 0 3983 13 0 0 18 0 13 0 5924289 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 384225 24248 1440 10 0 381527 0
[pid=12241/tid=12243] ppid=12239 vsize=1536900 CPUtime=37.83
/proc/12241/task/12243/stat : 12243 (java) R 12239 12241 12041 0 -1 4202560 18429 0 1 0 3773 10 0 0 25 0 13 0 5924290 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4108937884 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1536900 CPUtime=0.06
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 606 0 0 0 6 0 0 0 15 0 13 0 5924292 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1536900 CPUtime=0.05
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 214 0 0 0 5 0 0 0 16 0 13 0 5924292 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1536900 CPUtime=0.33
/proc/12241/task/12246/stat : 12246 (java) S 12239 12241 12041 0 -1 4202560 1339 0 0 0 33 0 0 0 16 0 13 0 5924293 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12247] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12247/stat : 12247 (java) S 12239 12241 12041 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5924294 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12248] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12248/stat : 12248 (java) S 12239 12241 12041 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5924294 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12249] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12249/stat : 12249 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12250] ppid=12239 vsize=1536900 CPUtime=0.98
/proc/12241/task/12250/stat : 12250 (java) S 12239 12241 12041 0 -1 4202560 3854 0 0 0 98 0 0 0 15 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12251] ppid=12239 vsize=1536900 CPUtime=0.66
/proc/12241/task/12251/stat : 12251 (java) S 12239 12241 12041 0 -1 4202560 779 0 0 0 66 0 0 0 15 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12252] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12252/stat : 12252 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12253] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 39.96
Current children cumulated vsize (KiB) 1536900

[startup+39.1016 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 12256
/proc/meminfo: memFree=1750468/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1536900 CPUtime=40.76
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 26291 0 1 0 4063 13 0 0 18 0 13 0 5924289 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 384225 24248 1440 10 0 381527 0
[pid=12241/tid=12243] ppid=12239 vsize=1536900 CPUtime=38.62
/proc/12241/task/12243/stat : 12243 (java) R 12239 12241 12041 0 -1 4202560 18429 0 1 0 3852 10 0 0 25 0 13 0 5924290 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4108935763 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1536900 CPUtime=0.06
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 606 0 0 0 6 0 0 0 15 0 13 0 5924292 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1536900 CPUtime=0.05
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 214 0 0 0 5 0 0 0 16 0 13 0 5924292 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1536900 CPUtime=0.33
/proc/12241/task/12246/stat : 12246 (java) S 12239 12241 12041 0 -1 4202560 1339 0 0 0 33 0 0 0 16 0 13 0 5924293 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12247] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12247/stat : 12247 (java) S 12239 12241 12041 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5924294 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12248] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12248/stat : 12248 (java) S 12239 12241 12041 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5924294 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12249] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12249/stat : 12249 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12250] ppid=12239 vsize=1536900 CPUtime=0.98
/proc/12241/task/12250/stat : 12250 (java) S 12239 12241 12041 0 -1 4202560 3854 0 0 0 98 0 0 0 15 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12251] ppid=12239 vsize=1536900 CPUtime=0.66
/proc/12241/task/12251/stat : 12251 (java) S 12239 12241 12041 0 -1 4202560 779 0 0 0 66 0 0 0 15 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12252] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12252/stat : 12252 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12253] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.76
Current children cumulated vsize (KiB) 1536900

[startup+39.5016 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 12256
/proc/meminfo: memFree=1750468/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1536900 CPUtime=41.16
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 26292 0 1 0 4103 13 0 0 18 0 13 0 5924289 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 384225 24248 1440 10 0 381527 0
[pid=12241/tid=12243] ppid=12239 vsize=1536900 CPUtime=39.03
/proc/12241/task/12243/stat : 12243 (java) R 12239 12241 12041 0 -1 4202560 18430 0 1 0 3893 10 0 0 25 0 13 0 5924290 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4108900233 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1536900 CPUtime=0.06
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 606 0 0 0 6 0 0 0 15 0 13 0 5924292 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1536900 CPUtime=0.05
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 214 0 0 0 5 0 0 0 16 0 13 0 5924292 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1536900 CPUtime=0.33
/proc/12241/task/12246/stat : 12246 (java) S 12239 12241 12041 0 -1 4202560 1339 0 0 0 33 0 0 0 16 0 13 0 5924293 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12247] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12247/stat : 12247 (java) S 12239 12241 12041 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5924294 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12248] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12248/stat : 12248 (java) S 12239 12241 12041 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5924294 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12249] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12249/stat : 12249 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12250] ppid=12239 vsize=1536900 CPUtime=0.98
/proc/12241/task/12250/stat : 12250 (java) S 12239 12241 12041 0 -1 4202560 3854 0 0 0 98 0 0 0 15 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12251] ppid=12239 vsize=1536900 CPUtime=0.66
/proc/12241/task/12251/stat : 12251 (java) S 12239 12241 12041 0 -1 4202560 779 0 0 0 66 0 0 0 15 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12252] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12252/stat : 12252 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12253] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 5924298 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1536900 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1573785600 24248 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.16
Current children cumulated vsize (KiB) 1536900

[startup+39.9016 s]
/proc/loadavg: 0.99 0.99 0.99 2/119 12256
/proc/meminfo: memFree=1750468/2059040 swapFree=4163396/4192956
[pid=12241] ppid=12239 vsize=1537224 CPUtime=41.53
/proc/12241/stat : 12241 (java) S 12239 12241 12041 0 -1 4202496 26332 0 1 0 4140 13 0 0 18 0 13 0 5924289 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12241/statm: 384306 24288 1441 10 0 381608 0
[pid=12241/tid=12243] ppid=12239 vsize=1537224 CPUtime=39.38
/proc/12241/task/12243/stat : 12243 (java) S 12239 12241 12041 0 -1 4202560 18459 0 1 0 3928 10 0 0 25 0 13 0 5924290 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12244] ppid=12239 vsize=1537224 CPUtime=0.06
/proc/12241/task/12244/stat : 12244 (java) S 12239 12241 12041 0 -1 4202560 606 0 0 0 6 0 0 0 15 0 13 0 5924292 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12245] ppid=12239 vsize=1537224 CPUtime=0.05
/proc/12241/task/12245/stat : 12245 (java) S 12239 12241 12041 0 -1 4202560 214 0 0 0 5 0 0 0 16 0 13 0 5924292 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12246] ppid=12239 vsize=1537224 CPUtime=0.33
/proc/12241/task/12246/stat : 12246 (java) S 12239 12241 12041 0 -1 4202560 1339 0 0 0 33 0 0 0 16 0 13 0 5924293 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 0 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12247] ppid=12239 vsize=1537224 CPUtime=0
/proc/12241/task/12247/stat : 12247 (java) S 12239 12241 12041 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5924294 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12248] ppid=12239 vsize=1537224 CPUtime=0
/proc/12241/task/12248/stat : 12248 (java) S 12239 12241 12041 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5924294 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12249] ppid=12239 vsize=1537224 CPUtime=0
/proc/12241/task/12249/stat : 12249 (java) S 12239 12241 12041 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 5924298 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12250] ppid=12239 vsize=1537224 CPUtime=0.98
/proc/12241/task/12250/stat : 12250 (java) S 12239 12241 12041 0 -1 4202560 3854 0 0 0 98 0 0 0 15 0 13 0 5924298 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
[pid=12241/tid=12251] ppid=12239 vsize=1537224 CPUtime=0.68
/proc/12241/task/12251/stat : 12251 (java) S 12239 12241 12041 0 -1 4202560 779 0 0 0 68 0 0 0 15 0 13 0 5924298 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12252] ppid=12239 vsize=1537224 CPUtime=0
/proc/12241/task/12252/stat : 12252 (java) S 12239 12241 12041 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 5924298 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12253] ppid=12239 vsize=1537224 CPUtime=0
/proc/12241/task/12253/stat : 12253 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 13 0 5924298 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 0 0 0 0
[pid=12241/tid=12254] ppid=12239 vsize=1537224 CPUtime=0
/proc/12241/task/12254/stat : 12254 (java) S 12239 12241 12041 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 5924318 1574117376 24288 1992294400 134512640 134550932 4293243296 18446744073709551615 4294960144 0 4 0 16800975 18446604437876233408 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.53
Current children cumulated vsize (KiB) 1537224

Child status: 30
Real time (s): 39.9246
CPU time (s): 41.5537
CPU user time (s): 41.4067
CPU system time (s): 0.146977
CPU usage (%): 104.08
Max. virtual memory (cumulated for all children) (KiB): 1537628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.4067
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26332
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= 1074
involuntary context switches= 1031

runsolver used 0.104984 second user time and 0.208968 second system time

The end

Launcher Data

Begin job on node038 at 2010-06-16 01:58:35
IDJOB=2658288
IDBENCH=47902
IDSOLVER=1164
FILE ID=node038/2658288-1276646315
PBS_JOBID= 11172447
Free space on /tmp= 62476 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=9-P0=457-P1=137-P2=191-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658288-1276646315/watcher-2658288-1276646315 -o /tmp/evaluation-result-2658288-1276646315/solver-2658288-1276646315 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658288-1276646315.opb

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

MD5SUM BENCH= 1b6d9352b1c2eb216ab83323b529fa56
RANDOM SEED=866221582

node038.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.222
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.44
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.222
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1843532 kB
Buffers:         22344 kB
Cached:          97688 kB
SwapCached:       1504 kB
Active:          77028 kB
Inactive:        74428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1843532 kB
SwapTotal:     4192956 kB
SwapFree:      4163396 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:       29856 kB
Mapped:          14052 kB
Slab:            42304 kB
PageTables:       4004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181432 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= 62476 MiB
End job on node038 at 2010-06-16 01:59:15