Trace number 2662266

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.28 916.865

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ih1arity.ucl.opb
MD5SUM63ec6637b1b124456335cf99c2a6c3dd
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables201731
Total number of constraints592525
Number of constraints which are clauses579429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13096
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 131
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 513
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.v20100531
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.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662266-1276339260.opb
0.24/0.22	c reading problem ... 
15.07/11.40	c ... done. Wall clock time 11.178s.
15.07/11.40	c #vars     201731
15.07/11.40	c #constraints  592525
15.07/11.40	c constraints type 
15.07/11.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 191074
15.07/11.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 388354
15.07/11.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13096
15.07/11.40	c constraints type 
15.07/11.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 388354
15.07/11.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 191074
15.07/11.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13096
116.12/62.43	c cleaning 2483 clauses out of 4994 with flag 5001/5001
294.78/153.05	c cleaning 4232 clauses out of 8509 with flag 11001/11001
446.86/230.28	c cleaning 0 clauses out of 4991 with flag 0/5001
500.52/257.87	c cleaning 5620 clauses out of 11275 with flag 18001/18001
744.53/381.59	c cleaning 6800 clauses out of 13655 with flag 26002/26002
977.08/499.40	c cleaning 7903 clauses out of 15853 with flag 35000/35000
1274.59/649.99	c cleaning 8968 clauses out of 17949 with flag 45000/45000
1660.46/845.17	c cleaning 9973 clauses out of 19982 with flag 56001/56001
1785.20/908.74	c cleaning 0 clauses out of 10985 with flag 0/11001
1800.02/916.72	c starts		: 75
1800.02/916.72	c conflicts		: 60496
1800.02/916.72	c decisions		: 134645
1800.02/916.72	c propagations		: 759550651
1800.02/916.72	c inspects		: 1606720811
1800.02/916.72	c learnt literals	: 15
1800.02/916.72	c learnt binary clauses	: 124
1800.02/916.72	c learnt ternary clauses	: 258
1800.02/916.72	c learnt clauses	: 60481
1800.02/916.72	c ignored clauses	: 0
1800.02/916.72	c root simplifications	: 0
1800.02/916.72	c removed literals (reason simplification)	: 1366332
1800.02/916.72	c reason swapping (by a shorter reason)	: 0
1800.02/916.72	c Calls to reduceDB	: 7
1800.02/916.72	c number of reductions to clauses (during analyze)	: 0
1800.02/916.72	c number of learned constraints concerned by reduction	: 0
1800.02/916.72	c number of learning phase by resolution	: 0
1800.02/916.72	c number of learning phase by cutting planes	: 0
1800.02/916.72	c speed (assignments/second)	: 838992.3197833236
1800.02/916.72	c non guided choices	19211
1800.02/916.80	c learnt constraints type 
1800.02/916.80	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 14383
1800.02/916.80	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 124
1800.02/916.80	c constraints type 
1800.02/916.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 191074
1800.02/916.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 388354
1800.02/916.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13096
1800.02/916.80	c constraints type 
1800.02/916.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 388354
1800.02/916.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 191074
1800.02/916.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13096
1800.02/916.80	s UNKNOWN
1800.02/916.80	c Total wall clock time (in seconds): 916.576

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662266-1276339260/watcher-2662266-1276339260 -o /tmp/evaluation-result-2662266-1276339260/solver-2662266-1276339260 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662266-1276339260.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.00 1.00 0.99 3/106 12303
/proc/meminfo: memFree=1501976/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=392 CPUtime=0
/proc/12303/stat : 12303 (java6) R 12301 12303 12185 0 -1 4194304 121 0 0 0 0 0 0 0 19 0 1 0 7582417 401408 40 1992294400 134512640 134550932 4294082016 18446744073709551615 5145172 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12303/statm: 107 42 33 10 0 25 0

[startup+0.0222901 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 12303
/proc/meminfo: memFree=1501976/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=13716 CPUtime=0
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 1219 0 1 0 0 0 0 0 15 0 2 0 7582417 14045184 666 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 3429 666 335 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13716

[startup+0.100732 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 12303
/proc/meminfo: memFree=1501976/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1524020 CPUtime=0.08
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 3937 0 1 0 7 1 0 0 15 0 12 0 7582417 1560596480 3376 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 381005 3376 1072 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524020

[startup+0.300747 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 12303
/proc/meminfo: memFree=1501976/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1526404 CPUtime=0.35
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 7607 0 1 0 32 3 0 0 15 0 12 0 7582417 1563037696 7044 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 381601 7044 1351 10 0 378904 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526404

[startup+0.700793 s]
/proc/loadavg: 1.00 1.00 0.99 3/106 12303
/proc/meminfo: memFree=1501976/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1528416 CPUtime=1.09
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 9574 0 1 0 105 4 0 0 15 0 12 0 7582417 1565097984 8882 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 382104 8882 1400 10 0 379407 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528416

[startup+1.50187 s]
/proc/loadavg: 1.00 1.00 0.99 4/118 12315
/proc/meminfo: memFree=1454512/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1532448 CPUtime=2.45
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 25779 0 1 0 232 13 0 0 15 0 12 0 7582417 1569226752 24324 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 383112 24326 1406 10 0 380415 0
[pid=12303/tid=12305] ppid=12301 vsize=1532448 CPUtime=1.46
/proc/12303/task/12305/stat : 12305 (java) R 12301 12303 12185 0 -1 4202560 21624 0 1 0 136 10 0 0 25 0 12 0 7582419 1569226752 24327 1992294400 134512640 134550932 4292806240 18446744073709551615 4109438085 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12303/tid=12306] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12306/stat : 12306 (java) S 12301 12303 12185 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 7582420 1569226752 24329 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12307] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12307/stat : 12307 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 7582420 1569226752 24330 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12308] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12308/stat : 12308 (java) S 12301 12303 12185 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7582422 1569226752 24332 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12309] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12309/stat : 12309 (java) S 12301 12303 12185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 7582423 1569226752 24333 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12310] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12310/stat : 12310 (java) S 12301 12303 12185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 7582423 1569226752 24334 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12311] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12311/stat : 12311 (java) S 12301 12303 12185 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 7582427 1569226752 24336 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12312] ppid=12301 vsize=1532448 CPUtime=0.24
/proc/12303/task/12312/stat : 12312 (java) S 12301 12303 12185 0 -1 4202560 1237 0 0 0 23 1 0 0 16 0 12 0 7582427 1569226752 24337 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12313] ppid=12301 vsize=1532448 CPUtime=0.72
/proc/12303/task/12313/stat : 12313 (java) S 12301 12303 12185 0 -1 4202560 1853 0 0 0 72 0 0 0 15 0 12 0 7582427 1569226752 24339 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12314] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12314/stat : 12314 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7582427 1569226752 24340 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12315] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12315/stat : 12315 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7582427 1569226752 24342 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1532448

[startup+3.10201 s]
/proc/loadavg: 1.00 1.00 0.99 2/118 12315
/proc/meminfo: memFree=1347996/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1532448 CPUtime=4.28
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 49145 0 1 0 404 24 0 0 15 0 12 0 7582417 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 383112 47468 1416 10 0 380415 0
[pid=12303/tid=12305] ppid=12301 vsize=1532448 CPUtime=2.83
/proc/12303/task/12305/stat : 12305 (java) R 12301 12303 12185 0 -1 4202560 32030 0 1 0 267 16 0 0 25 0 12 0 7582419 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4109513215 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12303/tid=12306] ppid=12301 vsize=1532448 CPUtime=0.22
/proc/12303/task/12306/stat : 12306 (java) S 12301 12303 12185 0 -1 4202560 6742 0 0 0 19 3 0 0 16 0 12 0 7582420 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12307] ppid=12301 vsize=1532448 CPUtime=0.22
/proc/12303/task/12307/stat : 12307 (java) S 12301 12303 12185 0 -1 4202560 6212 0 0 0 20 2 0 0 16 0 12 0 7582420 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12308] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12308/stat : 12308 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 7582422 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12309] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12309/stat : 12309 (java) S 12301 12303 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 7582423 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12310] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12310/stat : 12310 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7582423 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12311] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12311/stat : 12311 (java) S 12301 12303 12185 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 7582427 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12312] ppid=12301 vsize=1532448 CPUtime=0.24
/proc/12303/task/12312/stat : 12312 (java) S 12301 12303 12185 0 -1 4202560 1237 0 0 0 23 1 0 0 16 0 12 0 7582427 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12313] ppid=12301 vsize=1532448 CPUtime=0.72
/proc/12303/task/12313/stat : 12313 (java) S 12301 12303 12185 0 -1 4202560 1853 0 0 0 72 0 0 0 15 0 12 0 7582427 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12314] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12314/stat : 12314 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7582427 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12315] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12315/stat : 12315 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7582427 1569226752 47468 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 1532448

[startup+6.30233 s]
/proc/loadavg: 1.00 1.00 0.99 2/118 12315
/proc/meminfo: memFree=1291576/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1532448 CPUtime=8.01
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 59785 0 1 0 771 30 0 0 15 0 12 0 7582417 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 383112 56565 1416 10 0 380415 0
[pid=12303/tid=12305] ppid=12301 vsize=1532448 CPUtime=5.48
/proc/12303/task/12305/stat : 12305 (java) R 12301 12303 12185 0 -1 4202560 32034 0 1 0 531 17 0 0 25 0 12 0 7582419 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4109366258 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12303/tid=12306] ppid=12301 vsize=1532448 CPUtime=0.76
/proc/12303/task/12306/stat : 12306 (java) S 12301 12303 12185 0 -1 4202560 12535 0 0 0 70 6 0 0 16 0 12 0 7582420 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12307] ppid=12301 vsize=1532448 CPUtime=0.77
/proc/12303/task/12307/stat : 12307 (java) S 12301 12303 12185 0 -1 4202560 11055 0 0 0 73 4 0 0 16 0 12 0 7582420 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12308] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12308/stat : 12308 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 12 0 7582422 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12309] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12309/stat : 12309 (java) S 12301 12303 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 7582423 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12310] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12310/stat : 12310 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7582423 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12311] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12311/stat : 12311 (java) S 12301 12303 12185 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 7582427 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12312] ppid=12301 vsize=1532448 CPUtime=0.24
/proc/12303/task/12312/stat : 12312 (java) S 12301 12303 12185 0 -1 4202560 1237 0 0 0 23 1 0 0 15 0 12 0 7582427 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12313] ppid=12301 vsize=1532448 CPUtime=0.72
/proc/12303/task/12313/stat : 12313 (java) S 12301 12303 12185 0 -1 4202560 1853 0 0 0 72 0 0 0 15 0 12 0 7582427 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12314] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12314/stat : 12314 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7582427 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12315] ppid=12301 vsize=1532448 CPUtime=0
/proc/12303/task/12315/stat : 12315 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7582427 1569226752 56565 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 1532448

[startup+12.702 s]
/proc/loadavg: 1.16 1.03 1.01 4/122 12319
/proc/meminfo: memFree=1196188/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1534900 CPUtime=17.65
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 87325 0 1 0 1719 46 0 0 15 0 16 0 7582417 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 383725 80847 1433 10 0 381028 0
[pid=12303/tid=12305] ppid=12301 vsize=1534900 CPUtime=8.83
/proc/12303/task/12305/stat : 12305 (java) R 12301 12303 12185 0 -1 4202560 32070 0 1 0 866 17 0 0 18 0 16 0 7582419 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12303/tid=12306] ppid=12301 vsize=1534900 CPUtime=2.59
/proc/12303/task/12306/stat : 12306 (java) S 12301 12303 12185 0 -1 4202560 26860 0 0 0 247 12 0 0 16 0 16 0 7582420 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12307] ppid=12301 vsize=1534900 CPUtime=2.62
/proc/12303/task/12307/stat : 12307 (java) S 12301 12303 12185 0 -1 4202560 23822 0 0 0 250 12 0 0 16 0 16 0 7582420 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12308] ppid=12301 vsize=1534900 CPUtime=0
/proc/12303/task/12308/stat : 12308 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 7582422 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12309] ppid=12301 vsize=1534900 CPUtime=0
/proc/12303/task/12309/stat : 12309 (java) S 12301 12303 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7582423 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12310] ppid=12301 vsize=1534900 CPUtime=0
/proc/12303/task/12310/stat : 12310 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7582423 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12311] ppid=12301 vsize=1534900 CPUtime=0
/proc/12303/task/12311/stat : 12311 (java) S 12301 12303 12185 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 7582427 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12312] ppid=12301 vsize=1534900 CPUtime=0.83
/proc/12303/task/12312/stat : 12312 (java) S 12301 12303 12185 0 -1 4202560 1325 0 0 0 82 1 0 0 15 0 16 0 7582427 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12313] ppid=12301 vsize=1534900 CPUtime=1.33
/proc/12303/task/12313/stat : 12313 (java) S 12301 12303 12185 0 -1 4202560 2129 0 0 0 133 0 0 0 15 0 16 0 7582427 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12314] ppid=12301 vsize=1534900 CPUtime=0
/proc/12303/task/12314/stat : 12314 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7582427 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12315] ppid=12301 vsize=1534900 CPUtime=0
/proc/12303/task/12315/stat : 12315 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 7582427 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12316] ppid=12301 vsize=1534900 CPUtime=0.71
/proc/12303/task/12316/stat : 12316 (java) R 12301 12303 12185 0 -1 4202560 14 0 0 0 71 0 0 0 17 0 16 0 7583558 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4109667708 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12303/tid=12317] ppid=12301 vsize=1534900 CPUtime=0.66
/proc/12303/task/12317/stat : 12317 (java) R 12301 12303 12185 0 -1 4202560 25 0 0 0 66 0 0 0 19 0 16 0 7583558 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4109616227 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12303/tid=12318] ppid=12301 vsize=1534900 CPUtime=0
/proc/12303/task/12318/stat : 12318 (java) S 12301 12303 12185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7583572 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12319] ppid=12301 vsize=1534900 CPUtime=0
/proc/12303/task/12319/stat : 12319 (java) S 12301 12303 12185 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7583574 1571737600 80847 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.65
Current children cumulated vsize (KiB) 1534900

[startup+25.5022 s]
/proc/loadavg: 1.64 1.14 1.04 3/122 12319
/proc/meminfo: memFree=1149936/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1541600 CPUtime=42.99
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 98386 0 1 0 4245 54 0 0 15 0 16 0 7582417 1578598400 89147 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 385400 89147 1443 10 0 382703 0
[pid=12303/tid=12305] ppid=12301 vsize=1541600 CPUtime=8.83
/proc/12303/task/12305/stat : 12305 (java) S 12301 12303 12185 0 -1 4202560 32072 0 1 0 866 17 0 0 15 0 16 0 7582419 1578598400 89147 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12306] ppid=12301 vsize=1541600 CPUtime=3.73
/proc/12303/task/12306/stat : 12306 (java) S 12301 12303 12185 0 -1 4202560 28500 0 0 0 359 14 0 0 16 0 16 0 7582420 1578598400 89147 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12307] ppid=12301 vsize=1541600 CPUtime=3.76
/proc/12303/task/12307/stat : 12307 (java) S 12301 12303 12185 0 -1 4202560 28773 0 0 0 362 14 0 0 15 0 16 0 7582420 1578598400 89147 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12308] ppid=12301 vsize=1541600 CPUtime=0.01

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

/proc/12303/task/12318/stat : 12318 (java) S 12301 12303 12185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7583572 1578598400 113005 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12319] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12319/stat : 12319 (java) S 12301 12303 12185 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7583574 1578598400 113005 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1496.35
Current children cumulated vsize (KiB) 1541600

[startup+822.301 s]
/proc/loadavg: 2.03 2.02 1.63 3/122 12341
/proc/meminfo: memFree=1027804/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1541600 CPUtime=1615.27
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 154955 0 1 0 161382 145 0 0 15 0 16 0 7582417 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 385400 119393 1450 10 0 382703 0
[pid=12303/tid=12305] ppid=12301 vsize=1541600 CPUtime=8.83
/proc/12303/task/12305/stat : 12305 (java) S 12301 12303 12185 0 -1 4202560 32092 0 1 0 866 17 0 0 15 0 16 0 7582419 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12306] ppid=12301 vsize=1541600 CPUtime=32.13
/proc/12303/task/12306/stat : 12306 (java) S 12301 12303 12185 0 -1 4202560 48999 0 0 0 3169 44 0 0 16 0 16 0 7582420 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12307] ppid=12301 vsize=1541600 CPUtime=32.2
/proc/12303/task/12307/stat : 12307 (java) S 12301 12303 12185 0 -1 4202560 38155 0 0 0 3180 40 0 0 16 0 16 0 7582420 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12308] ppid=12301 vsize=1541600 CPUtime=7.51
/proc/12303/task/12308/stat : 12308 (java) S 12301 12303 12185 0 -1 4202560 25994 0 0 0 736 15 0 0 15 0 16 0 7582422 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12309] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12309/stat : 12309 (java) S 12301 12303 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7582423 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12310] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12310/stat : 12310 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7582423 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12311] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12311/stat : 12311 (java) S 12301 12303 12185 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 7582427 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12312] ppid=12301 vsize=1541600 CPUtime=2.26
/proc/12303/task/12312/stat : 12312 (java) S 12301 12303 12185 0 -1 4202560 5195 0 0 0 223 3 0 0 15 0 16 0 7582427 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12313] ppid=12301 vsize=1541600 CPUtime=3.06
/proc/12303/task/12313/stat : 12313 (java) S 12301 12303 12185 0 -1 4202560 2769 0 0 0 305 1 0 0 15 0 16 0 7582427 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12314] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12314/stat : 12314 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7582427 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12315] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12315/stat : 12315 (java) S 12301 12303 12185 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 7582427 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12316] ppid=12301 vsize=1541600 CPUtime=766.31
/proc/12303/task/12316/stat : 12316 (java) R 12301 12303 12185 0 -1 4202560 235 0 0 0 76622 9 0 0 25 0 16 0 7583558 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4109439989 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12303/tid=12317] ppid=12301 vsize=1541600 CPUtime=762.87
/proc/12303/task/12317/stat : 12317 (java) R 12301 12303 12185 0 -1 4202560 396 0 0 0 76276 11 0 0 25 0 16 0 7583558 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4109508751 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12303/tid=12318] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12318/stat : 12318 (java) S 12301 12303 12185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7583572 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12319] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12319/stat : 12319 (java) S 12301 12303 12185 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7583574 1578598400 119393 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1615.27
Current children cumulated vsize (KiB) 1541600

[startup+882.301 s]
/proc/loadavg: 2.10 2.04 1.66 4/122 12343
/proc/meminfo: memFree=1019496/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1541600 CPUtime=1732.88
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 160748 0 1 0 173134 154 0 0 15 0 16 0 7582417 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 385400 121293 1450 10 0 382703 0
[pid=12303/tid=12305] ppid=12301 vsize=1541600 CPUtime=8.83
/proc/12303/task/12305/stat : 12305 (java) S 12301 12303 12185 0 -1 4202560 32094 0 1 0 866 17 0 0 15 0 16 0 7582419 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12306] ppid=12301 vsize=1541600 CPUtime=34.32
/proc/12303/task/12306/stat : 12306 (java) S 12301 12303 12185 0 -1 4202560 50579 0 0 0 3382 50 0 0 16 0 16 0 7582420 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12307] ppid=12301 vsize=1541600 CPUtime=34.34
/proc/12303/task/12307/stat : 12307 (java) S 12301 12303 12185 0 -1 4202560 38478 0 0 0 3394 40 0 0 15 0 16 0 7582420 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12308] ppid=12301 vsize=1541600 CPUtime=8.84
/proc/12303/task/12308/stat : 12308 (java) S 12301 12303 12185 0 -1 4202560 29842 0 0 0 867 17 0 0 15 0 16 0 7582422 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12309] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12309/stat : 12309 (java) S 12301 12303 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7582423 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12310] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12310/stat : 12310 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7582423 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12311] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12311/stat : 12311 (java) S 12301 12303 12185 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12312] ppid=12301 vsize=1541600 CPUtime=2.26
/proc/12303/task/12312/stat : 12312 (java) S 12301 12303 12185 0 -1 4202560 5195 0 0 0 223 3 0 0 15 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12313] ppid=12301 vsize=1541600 CPUtime=3.06
/proc/12303/task/12313/stat : 12313 (java) S 12301 12303 12185 0 -1 4202560 2769 0 0 0 305 1 0 0 15 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12314] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12314/stat : 12314 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12315] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12315/stat : 12315 (java) S 12301 12303 12185 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12316] ppid=12301 vsize=1541600 CPUtime=822.53
/proc/12303/task/12316/stat : 12316 (java) R 12301 12303 12185 0 -1 4202560 250 0 0 0 82243 10 0 0 25 0 16 0 7583558 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4109773978 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12303/tid=12317] ppid=12301 vsize=1541600 CPUtime=818.61
/proc/12303/task/12317/stat : 12317 (java) R 12301 12303 12185 0 -1 4202560 417 0 0 0 81850 11 0 0 25 0 16 0 7583558 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4109667903 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12303/tid=12318] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12318/stat : 12318 (java) S 12301 12303 12185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7583572 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12319] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12319/stat : 12319 (java) S 12301 12303 12185 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7583574 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1732.88
Current children cumulated vsize (KiB) 1541600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.701 s]
/proc/loadavg: 2.05 2.03 1.67 3/122 12343
/proc/meminfo: memFree=1019248/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1541600 CPUtime=1800.02
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 164619 0 1 0 179844 158 0 0 15 0 16 0 7582417 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 385400 121293 1450 10 0 382703 0
[pid=12303/tid=12305] ppid=12301 vsize=1541600 CPUtime=8.83
/proc/12303/task/12305/stat : 12305 (java) S 12301 12303 12185 0 -1 4202560 32094 0 1 0 866 17 0 0 15 0 16 0 7582419 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12306] ppid=12301 vsize=1541600 CPUtime=35.56
/proc/12303/task/12306/stat : 12306 (java) S 12301 12303 12185 0 -1 4202560 50579 0 0 0 3504 52 0 0 16 0 16 0 7582420 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12307] ppid=12301 vsize=1541600 CPUtime=35.58
/proc/12303/task/12307/stat : 12307 (java) S 12301 12303 12185 0 -1 4202560 38478 0 0 0 3518 40 0 0 15 0 16 0 7582420 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12308] ppid=12301 vsize=1541600 CPUtime=9.91
/proc/12303/task/12308/stat : 12308 (java) S 12301 12303 12185 0 -1 4202560 33688 0 0 0 973 18 0 0 15 0 16 0 7582422 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12309] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12309/stat : 12309 (java) S 12301 12303 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 7582423 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12310] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12310/stat : 12310 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 7582423 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12311] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12311/stat : 12311 (java) S 12301 12303 12185 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12312] ppid=12301 vsize=1541600 CPUtime=2.26
/proc/12303/task/12312/stat : 12312 (java) S 12301 12303 12185 0 -1 4202560 5195 0 0 0 223 3 0 0 15 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12313] ppid=12301 vsize=1541600 CPUtime=3.06
/proc/12303/task/12313/stat : 12313 (java) S 12301 12303 12185 0 -1 4202560 2769 0 0 0 305 1 0 0 15 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12314] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12314/stat : 12314 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12315] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12315/stat : 12315 (java) R 12301 12303 12185 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 7582427 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12303/tid=12316] ppid=12301 vsize=1541600 CPUtime=854.32
/proc/12303/task/12316/stat : 12316 (java) R 12301 12303 12185 0 -1 4202560 260 0 0 0 85422 10 0 0 25 0 16 0 7583558 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4109714392 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12303/tid=12317] ppid=12301 vsize=1541600 CPUtime=850.39
/proc/12303/task/12317/stat : 12317 (java) R 12301 12303 12185 0 -1 4202560 430 0 0 0 85028 11 0 0 25 0 16 0 7583558 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4109599696 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12303/tid=12318] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12318/stat : 12318 (java) S 12301 12303 12185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 7583572 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12319] ppid=12301 vsize=1541600 CPUtime=0
/proc/12303/task/12319/stat : 12319 (java) S 12301 12303 12185 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 7583574 1578598400 121293 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1541600

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

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

[startup+916.816 s]
/proc/loadavg: 2.05 2.03 1.67 3/122 12343
/proc/meminfo: memFree=1019248/2059040 swapFree=4192956/4192956
[pid=12303] ppid=12301 vsize=1542248 CPUtime=1800.23
/proc/12303/stat : 12303 (java) S 12301 12303 12185 0 -1 4202496 164638 0 1 0 179865 158 0 0 15 0 17 0 7582417 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12303/statm: 385562 121312 1451 10 0 382865 0
[pid=12303/tid=12305] ppid=12301 vsize=1542248 CPUtime=8.83
/proc/12303/task/12305/stat : 12305 (java) S 12301 12303 12185 0 -1 4202560 32094 0 1 0 866 17 0 0 15 0 17 0 7582419 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12306] ppid=12301 vsize=1542248 CPUtime=35.56
/proc/12303/task/12306/stat : 12306 (java) S 12301 12303 12185 0 -1 4202560 50579 0 0 0 3504 52 0 0 16 0 17 0 7582420 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12307] ppid=12301 vsize=1542248 CPUtime=35.58
/proc/12303/task/12307/stat : 12307 (java) S 12301 12303 12185 0 -1 4202560 38478 0 0 0 3518 40 0 0 15 0 17 0 7582420 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12308] ppid=12301 vsize=1542248 CPUtime=9.91
/proc/12303/task/12308/stat : 12308 (java) S 12301 12303 12185 0 -1 4202560 33688 0 0 0 973 18 0 0 15 0 17 0 7582422 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 0 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12309] ppid=12301 vsize=1542248 CPUtime=0
/proc/12303/task/12309/stat : 12309 (java) S 12301 12303 12185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 7582423 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12310] ppid=12301 vsize=1542248 CPUtime=0
/proc/12303/task/12310/stat : 12310 (java) S 12301 12303 12185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 7582423 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12311] ppid=12301 vsize=1542248 CPUtime=0
/proc/12303/task/12311/stat : 12311 (java) S 12301 12303 12185 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 17 0 7582427 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12312] ppid=12301 vsize=1542248 CPUtime=2.26
/proc/12303/task/12312/stat : 12312 (java) S 12301 12303 12185 0 -1 4202560 5195 0 0 0 223 3 0 0 15 0 17 0 7582427 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 1 0 0 0
[pid=12303/tid=12313] ppid=12301 vsize=1542248 CPUtime=3.06
/proc/12303/task/12313/stat : 12313 (java) S 12301 12303 12185 0 -1 4202560 2769 0 0 0 305 1 0 0 15 0 17 0 7582427 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12314] ppid=12301 vsize=1542248 CPUtime=0
/proc/12303/task/12314/stat : 12314 (java) S 12301 12303 12185 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 17 0 7582427 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12315] ppid=12301 vsize=1542248 CPUtime=0
/proc/12303/task/12315/stat : 12315 (java) R 12301 12303 12185 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 7582427 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12303/tid=12316] ppid=12301 vsize=1542248 CPUtime=854.42
/proc/12303/task/12316/stat : 12316 (java) R 12301 12303 12185 0 -1 4202560 260 0 0 0 85432 10 0 0 25 0 17 0 7583558 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4109667903 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12303/tid=12317] ppid=12301 vsize=1542248 CPUtime=850.48
/proc/12303/task/12317/stat : 12317 (java) R 12301 12303 12185 0 -1 4202560 430 0 0 0 85037 11 0 0 25 0 17 0 7583558 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4109616227 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12303/tid=12318] ppid=12301 vsize=1542248 CPUtime=0
/proc/12303/task/12318/stat : 12318 (java) S 12301 12303 12185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 7583572 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
[pid=12303/tid=12319] ppid=12301 vsize=1542248 CPUtime=0
/proc/12303/task/12319/stat : 12319 (java) S 12301 12303 12185 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 17 0 7583574 1579261952 121312 1992294400 134512640 134550932 4292806240 18446744073709551615 4294960144 0 4 0 16800975 18446604437821609280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1542248

Child status: 143
Real time (s): 916.865
CPU time (s): 1800.28
CPU user time (s): 1798.66
CPU system time (s): 1.62775
CPU usage (%): 196.352
Max. virtual memory (cumulated for all children) (KiB): 1553852

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

runsolver used 4.21336 second user time and 10.8823 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-12 12:41:01
IDJOB=2662266
IDBENCH=1487
IDSOLVER=1166
FILE ID=node018/2662266-1276339260
PBS_JOBID= 11173183
Free space on /tmp= 62276 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ih1arity.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662266-1276339260/watcher-2662266-1276339260 -o /tmp/evaluation-result-2662266-1276339260/solver-2662266-1276339260 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662266-1276339260.opb

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

MD5SUM BENCH= 63ec6637b1b124456335cf99c2a6c3dd
RANDOM SEED=1467968094

node018.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.248
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.49
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.248
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1502372 kB
Buffers:        113224 kB
Cached:         299196 kB
SwapCached:          0 kB
Active:         164836 kB
Inactive:       306836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1502372 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           19784 kB
Writeback:           0 kB
AnonPages:       59168 kB
Mapped:          15444 kB
Slab:            63176 kB
PageTables:       3984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181300 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= 62276 MiB
End job on node018 at 2010-06-12 12:56:20