Trace number 2662516

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.46 921.534

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370e.opb
MD5SUM2ed7df63a411bcdd93a5895df0fcaa15
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11864971985
Best CPU time to get the best result obtained on this benchmark1800.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4571140278
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29700464693312
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29700464693312
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.23	c Pseudo Boolean Optimization
0.22/0.23	c ManyCore solver with 2 solvers running in parallel
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.23	c Expensive reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.23	c --- Begin Solver configuration ---
0.22/0.23	c Stops conflict analysis at the first Unique Implication Point
0.22/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.23	c Learn all clauses as in MiniSAT
0.22/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.23	c No reason simplification
0.22/0.23	c Armin Biere (Picosat) restarts strategy
0.22/0.23	c Glucose learned constraints deletion strategy
0.22/0.23	c timeout=2147483s
0.22/0.23	c DB Simplification allowed=false
0.22/0.23	c --- End Solver configuration ---
0.22/0.23	
0.22/0.23	c solving HOME/instance-2662516-1276520756.opb
0.22/0.23	c reading problem ... 
7.65/6.18	c ... done. Wall clock time 5.96s.
7.65/6.18	c #vars     155000
7.65/6.18	c #constraints  64924
7.65/6.18	c constraints type 
7.65/6.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
7.65/6.18	c constraints type 
7.65/6.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
127.40/66.69	c cleaning 2498 clauses out of 5000 with flag 5000/5000
154.85/80.80	c cleaning 4249 clauses out of 8502 with flag 11000/11000
192.43/100.14	c cleaning 5628 clauses out of 11255 with flag 18002/18002
233.90/121.41	c cleaning 6813 clauses out of 13625 with flag 26000/26000
269.41/139.84	c cleaning 7907 clauses out of 15813 with flag 35001/35001
312.50/161.99	c cleaning 8948 clauses out of 17905 with flag 45000/45000
372.83/192.73	c cleaning 9478 clauses out of 18958 with flag 55001/55001
434.57/224.27	c cleaning 9736 clauses out of 19480 with flag 65001/65001
494.89/255.13	c cleaning 9871 clauses out of 19743 with flag 75000/75000
549.67/283.19	c cleaning 9934 clauses out of 19872 with flag 85000/85000
713.45/366.16	c cleaning 9966 clauses out of 19942 with flag 95004/95004
751.10/385.59	c cleaning 9981 clauses out of 19973 with flag 105001/105001
793.10/407.21	c cleaning 10001 clauses out of 20001 with flag 115010/115010
835.09/428.86	c cleaning 9998 clauses out of 20005 with flag 125015/125015
874.40/449.16	c cleaning 9997 clauses out of 20002 with flag 135010/135010
931.86/478.54	c cleaning 10001 clauses out of 20007 with flag 145012/145012
980.46/504.18	c cleaning 9994 clauses out of 19994 with flag 155000/155000
1022.53/525.86	c cleaning 9997 clauses out of 20000 with flag 165000/165000
1076.60/553.58	c cleaning 10003 clauses out of 20011 with flag 175008/175008
1130.30/581.03	c cleaning 9985 clauses out of 20001 with flag 185001/185001
1213.25/623.47	c cleaning 10005 clauses out of 20022 with flag 195007/195007
1337.47/686.55	c cleaning 10010 clauses out of 20028 with flag 205018/205018
1575.39/806.93	c cleaning 9998 clauses out of 20002 with flag 215002/215002
1710.62/875.64	c cleaning 10005 clauses out of 20016 with flag 225014/225014
1800.06/921.32	c starts		: 120
1800.06/921.32	c conflicts		: 232121
1800.06/921.32	c decisions		: 1281185
1800.06/921.32	c propagations		: 16271940
1800.06/921.32	c inspects		: 172413383
1800.06/921.32	c learnt literals	: 0
1800.06/921.32	c learnt binary clauses	: 0
1800.06/921.32	c learnt ternary clauses	: 0
1800.06/921.32	c learnt clauses	: 232121
1800.06/921.32	c ignored clauses	: 0
1800.06/921.32	c root simplifications	: 0
1800.06/921.32	c removed literals (reason simplification)	: 3686905
1800.06/921.32	c reason swapping (by a shorter reason)	: 0
1800.06/921.32	c Calls to reduceDB	: 24
1800.06/921.32	c number of reductions to clauses (during analyze)	: 0
1800.06/921.32	c number of learned constraints concerned by reduction	: 0
1800.06/921.32	c number of learning phase by resolution	: 0
1800.06/921.32	c number of learning phase by cutting planes	: 0
1800.06/921.32	c speed (assignments/second)	: 17781.03414928387
1800.06/921.32	c non guided choices	412332
1800.30/921.44	c learnt constraints type 
1800.30/921.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17118
1800.30/921.44	c constraints type 
1800.30/921.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.30/921.44	c constraints type 
1800.30/921.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.30/921.44	s UNKNOWN
1800.30/921.44	c Total wall clock time (in seconds): 921.215

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-2662516-1276520756/watcher-2662516-1276520756 -o /tmp/evaluation-result-2662516-1276520756/solver-2662516-1276520756 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662516-1276520756.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: 2.09 2.06 1.71 3/106 30996
/proc/meminfo: memFree=1685888/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=248 CPUtime=0
/proc/30996/stat : 30996 (java) R 30994 30996 30644 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 27677022 253952 28 1992294400 134512640 134550932 4293332080 18446744073709551615 9183828 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30996/statm: 62 28 21 10 0 23 0

[startup+0.018347 s]
/proc/loadavg: 2.09 2.06 1.71 3/106 30996
/proc/meminfo: memFree=1685888/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=13684 CPUtime=0.01
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 1183 0 0 0 0 1 0 0 18 0 2 0 27677022 14012416 631 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 3421 631 307 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.101045 s]
/proc/loadavg: 2.09 2.06 1.71 3/106 30996
/proc/meminfo: memFree=1685888/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1525204 CPUtime=0.09
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 3965 0 1 0 7 2 0 0 18 0 12 0 27677022 1561808896 3405 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 381301 3405 1075 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525204

[startup+0.301425 s]
/proc/loadavg: 2.09 2.06 1.71 3/106 30996
/proc/meminfo: memFree=1685888/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1526332 CPUtime=0.37
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 7092 0 1 0 32 5 0 0 18 0 12 0 27677022 1562963968 6530 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 381583 6530 1359 10 0 378886 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526332

[startup+0.701098 s]
/proc/loadavg: 2.09 2.06 1.71 3/106 30996
/proc/meminfo: memFree=1685888/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1528148 CPUtime=0.92
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 10367 0 1 0 86 6 0 0 18 0 12 0 27677022 1564823552 9698 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 382037 9699 1400 10 0 379340 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1528148

[startup+1.50118 s]
/proc/loadavg: 2.09 2.06 1.71 2/118 31008
/proc/meminfo: memFree=1630428/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1528148 CPUtime=1.75
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 24682 0 1 0 163 12 0 0 18 0 12 0 27677022 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 382037 24013 1400 10 0 379340 0
[pid=30996/tid=30998] ppid=30994 vsize=1528148 CPUtime=1.34
/proc/30996/task/30998/stat : 30998 (java) R 30994 30996 30644 0 -1 4202560 22421 0 1 0 124 10 0 0 25 0 12 0 27677024 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4159047937 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=30999] ppid=30994 vsize=1528148 CPUtime=0
/proc/30996/task/30999/stat : 30999 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 27677025 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31000] ppid=30994 vsize=1528148 CPUtime=0
/proc/30996/task/31000/stat : 31000 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 27677025 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31001] ppid=30994 vsize=1528148 CPUtime=0
/proc/30996/task/31001/stat : 31001 (java) S 30994 30996 30644 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 27677027 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31002] ppid=30994 vsize=1528148 CPUtime=0
/proc/30996/task/31002/stat : 31002 (java) S 30994 30996 30644 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 27677027 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31003] ppid=30994 vsize=1528148 CPUtime=0
/proc/30996/task/31003/stat : 31003 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 27677027 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31004] ppid=30994 vsize=1528148 CPUtime=0
/proc/30996/task/31004/stat : 31004 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27677032 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31005] ppid=30994 vsize=1528148 CPUtime=0.15
/proc/30996/task/31005/stat : 31005 (java) S 30994 30996 30644 0 -1 4202560 395 0 0 0 15 0 0 0 15 0 12 0 27677032 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31006] ppid=30994 vsize=1528148 CPUtime=0.22
/proc/30996/task/31006/stat : 31006 (java) S 30994 30996 30644 0 -1 4202560 800 0 0 0 22 0 0 0 15 0 12 0 27677032 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31007] ppid=30994 vsize=1528148 CPUtime=0
/proc/30996/task/31007/stat : 31007 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27677032 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31008] ppid=30994 vsize=1528148 CPUtime=0
/proc/30996/task/31008/stat : 31008 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27677032 1564823552 24013 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 1528148

[startup+3.10236 s]
/proc/loadavg: 2.09 2.06 1.71 4/118 31008
/proc/meminfo: memFree=1535320/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1528308 CPUtime=3.77
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 46749 0 1 0 355 22 0 0 18 0 12 0 27677022 1564987392 45530 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 382077 45531 1415 10 0 379380 0
[pid=30996/tid=30998] ppid=30994 vsize=1528308 CPUtime=2.62
/proc/30996/task/30998/stat : 30998 (java) R 30994 30996 30644 0 -1 4202560 32000 0 1 0 249 13 0 0 25 0 12 0 27677024 1564987392 45533 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=30999] ppid=30994 vsize=1528308 CPUtime=0.2
/proc/30996/task/30999/stat : 30999 (java) R 30994 30996 30644 0 -1 4202560 5951 0 0 0 18 2 0 0 18 0 12 0 27677025 1564987392 45534 1992294400 134512640 134550932 4293332080 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30996/tid=31000] ppid=30994 vsize=1528308 CPUtime=0.19
/proc/30996/task/31000/stat : 31000 (java) R 30994 30996 30644 0 -1 4202560 6442 0 0 0 16 3 0 0 18 0 12 0 27677025 1564987392 45536 1992294400 134512640 134550932 4293332080 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31001] ppid=30994 vsize=1528308 CPUtime=0
/proc/30996/task/31001/stat : 31001 (java) S 30994 30996 30644 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 27677027 1564987392 45537 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31002] ppid=30994 vsize=1528308 CPUtime=0
/proc/30996/task/31002/stat : 31002 (java) S 30994 30996 30644 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 27677027 1564987392 45538 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31003] ppid=30994 vsize=1528308 CPUtime=0
/proc/30996/task/31003/stat : 31003 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 27677027 1564987392 45540 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31004] ppid=30994 vsize=1528308 CPUtime=0
/proc/30996/task/31004/stat : 31004 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27677032 1564987392 45541 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31005] ppid=30994 vsize=1528308 CPUtime=0.32
/proc/30996/task/31005/stat : 31005 (java) S 30994 30996 30644 0 -1 4202560 442 0 0 0 32 0 0 0 15 0 12 0 27677032 1564987392 45543 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31006] ppid=30994 vsize=1528308 CPUtime=0.38
/proc/30996/task/31006/stat : 31006 (java) S 30994 30996 30644 0 -1 4202560 852 0 0 0 38 0 0 0 15 0 12 0 27677032 1564987392 45544 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31007] ppid=30994 vsize=1528308 CPUtime=0
/proc/30996/task/31007/stat : 31007 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27677032 1564987392 45545 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31008] ppid=30994 vsize=1528308 CPUtime=0
/proc/30996/task/31008/stat : 31008 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27677032 1564987392 45547 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 1528308

[startup+6.30766 s]
/proc/loadavg: 2.00 2.04 1.70 4/118 31008
/proc/meminfo: memFree=1439592/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1534716 CPUtime=7.98
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 74023 0 1 0 766 32 0 0 18 0 14 0 27677022 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 383679 68615 1428 10 0 380982 0
[pid=30996/tid=30998] ppid=30994 vsize=1534716 CPUtime=5.06
/proc/30996/task/30998/stat : 30998 (java) S 30994 30996 30644 0 -1 4202560 32031 0 1 0 492 14 0 0 18 0 14 0 27677024 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=30999] ppid=30994 vsize=1534716 CPUtime=0.83
/proc/30996/task/30999/stat : 30999 (java) S 30994 30996 30644 0 -1 4202560 16372 0 0 0 77 6 0 0 18 0 14 0 27677025 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31000] ppid=30994 vsize=1534716 CPUtime=0.79
/proc/30996/task/31000/stat : 31000 (java) S 30994 30996 30644 0 -1 4202560 20651 0 0 0 71 8 0 0 18 0 14 0 27677025 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31001] ppid=30994 vsize=1534716 CPUtime=0
/proc/30996/task/31001/stat : 31001 (java) S 30994 30996 30644 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 14 0 27677027 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31002] ppid=30994 vsize=1534716 CPUtime=0
/proc/30996/task/31002/stat : 31002 (java) S 30994 30996 30644 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 14 0 27677027 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31003] ppid=30994 vsize=1534716 CPUtime=0
/proc/30996/task/31003/stat : 31003 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 14 0 27677027 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31004] ppid=30994 vsize=1534716 CPUtime=0
/proc/30996/task/31004/stat : 31004 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 27677032 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31005] ppid=30994 vsize=1534716 CPUtime=0.39
/proc/30996/task/31005/stat : 31005 (java) R 30994 30996 30644 0 -1 4202560 481 0 0 0 39 0 0 0 15 0 14 0 27677032 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 105869546 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31006] ppid=30994 vsize=1534716 CPUtime=0.72
/proc/30996/task/31006/stat : 31006 (java) R 30994 30996 30644 0 -1 4202560 3403 0 0 0 71 1 0 0 15 0 14 0 27677032 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 105627782 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30996/tid=31007] ppid=30994 vsize=1534716 CPUtime=0
/proc/30996/task/31007/stat : 31007 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 27677032 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31008] ppid=30994 vsize=1534716 CPUtime=0
/proc/30996/task/31008/stat : 31008 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 27677032 1571549184 68615 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 1534716

[startup+12.7045 s]
/proc/loadavg: 2.16 2.07 1.71 3/122 31012
/proc/meminfo: memFree=1361068/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1536388 CPUtime=20.63
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 90161 0 1 0 2022 41 0 0 18 0 16 0 27677022 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 384097 82705 1441 10 0 381400 0
[pid=30996/tid=30998] ppid=30994 vsize=1536388 CPUtime=5.06
/proc/30996/task/30998/stat : 30998 (java) S 30994 30996 30644 0 -1 4202560 32031 0 1 0 492 14 0 0 15 0 16 0 27677024 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=30999] ppid=30994 vsize=1536388 CPUtime=1.6
/proc/30996/task/30999/stat : 30999 (java) S 30994 30996 30644 0 -1 4202560 23049 0 0 0 150 10 0 0 16 0 16 0 27677025 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31000] ppid=30994 vsize=1536388 CPUtime=1.58
/proc/30996/task/31000/stat : 31000 (java) S 30994 30996 30644 0 -1 4202560 29014 0 0 0 146 12 0 0 15 0 16 0 27677025 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31001] ppid=30994 vsize=1536388 CPUtime=0
/proc/30996/task/31001/stat : 31001 (java) S 30994 30996 30644 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 16 0 27677027 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31002] ppid=30994 vsize=1536388 CPUtime=0
/proc/30996/task/31002/stat : 31002 (java) S 30994 30996 30644 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 27677027 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31003] ppid=30994 vsize=1536388 CPUtime=0
/proc/30996/task/31003/stat : 31003 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 27677027 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31004] ppid=30994 vsize=1536388 CPUtime=0
/proc/30996/task/31004/stat : 31004 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27677032 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31005] ppid=30994 vsize=1536388 CPUtime=0.98
/proc/30996/task/31005/stat : 31005 (java) S 30994 30996 30644 0 -1 4202560 1383 0 0 0 97 1 0 0 16 0 16 0 27677032 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31006] ppid=30994 vsize=1536388 CPUtime=1.87
/proc/30996/task/31006/stat : 31006 (java) S 30994 30996 30644 0 -1 4202560 3533 0 0 0 186 1 0 0 15 0 16 0 27677032 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31007] ppid=30994 vsize=1536388 CPUtime=0
/proc/30996/task/31007/stat : 31007 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27677032 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31008] ppid=30994 vsize=1536388 CPUtime=0
/proc/30996/task/31008/stat : 31008 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 27677032 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31009] ppid=30994 vsize=1536388 CPUtime=4.34
/proc/30996/task/31009/stat : 31009 (java) R 30994 30996 30644 0 -1 4202560 37 0 0 0 434 0 0 0 19 0 16 0 27677641 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31010] ppid=30994 vsize=1536388 CPUtime=5.12
/proc/30996/task/31010/stat : 31010 (java) R 30994 30996 30644 0 -1 4202560 40 0 0 0 512 0 0 0 17 0 16 0 27677641 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 10600019 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31011] ppid=30994 vsize=1536388 CPUtime=0
/proc/30996/task/31011/stat : 31011 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27677776 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31012] ppid=30994 vsize=1536388 CPUtime=0
/proc/30996/task/31012/stat : 31012 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27677791 1573261312 82705 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (KiB) 1536388

[startup+25.5012 s]
/proc/loadavg: 2.12 2.07 1.72 3/122 31014
/proc/meminfo: memFree=1350032/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1535364 CPUtime=45.98
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 92791 0 1 0 4555 43 0 0 18 0 16 0 27677022 1572212736 85039 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 383841 85039 1441 10 0 381144 0
[pid=30996/tid=30998] ppid=30994 vsize=1535364 CPUtime=5.06
/proc/30996/task/30998/stat : 30998 (java) S 30994 30996 30644 0 -1 4202560 32031 0 1 0 492 14 0 0 15 0 16 0 27677024 1572212736 85039 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=30999] ppid=30994 vsize=1535364 CPUtime=1.93
/proc/30996/task/30999/stat : 30999 (java) S 30994 30996 30644 0 -1 4202560 24567 0 0 0 183 10 0 0 15 0 16 0 27677025 1572212736 85039 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31000] ppid=30994 vsize=1535364 CPUtime=1.91
/proc/30996/task/31000/stat : 31000 (java) S 30994 30996 30644 0 -1 4202560 30089 0 0 0 179 12 0 0 16 0 16 0 27677025 1572212736 85039 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31001] ppid=30994 vsize=1535364 CPUtime=0.01

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

/proc/30996/statm: 383841 134595 1452 10 0 381144 0
[pid=30996/tid=30998] ppid=30994 vsize=1535364 CPUtime=5.06
/proc/30996/task/30998/stat : 30998 (java) S 30994 30996 30644 0 -1 4202560 32051 0 1 0 492 14 0 0 15 0 16 0 27677024 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=30999] ppid=30994 vsize=1535364 CPUtime=10.93
/proc/30996/task/30999/stat : 30999 (java) S 30994 30996 30644 0 -1 4202560 49957 0 0 0 1048 45 0 0 15 0 16 0 27677025 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31000] ppid=30994 vsize=1535364 CPUtime=10.98
/proc/30996/task/31000/stat : 31000 (java) S 30994 30996 30644 0 -1 4202560 57389 0 0 0 1060 38 0 0 16 0 16 0 27677025 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31001] ppid=30994 vsize=1535364 CPUtime=20
/proc/30996/task/31001/stat : 31001 (java) S 30994 30996 30644 0 -1 4202560 86877 0 0 0 1965 35 0 0 15 0 16 0 27677027 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31002] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31002/stat : 31002 (java) S 30994 30996 30644 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27677027 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31003] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31003/stat : 31003 (java) S 30994 30996 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27677027 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31004] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31004/stat : 31004 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31005] ppid=30994 vsize=1535364 CPUtime=1.09
/proc/30996/task/31005/stat : 31005 (java) S 30994 30996 30644 0 -1 4202560 1393 0 0 0 108 1 0 0 15 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31006] ppid=30994 vsize=1535364 CPUtime=2.76
/proc/30996/task/31006/stat : 31006 (java) S 30994 30996 30644 0 -1 4202560 3592 0 0 0 275 1 0 0 15 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31007] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31007/stat : 31007 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31008] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31008/stat : 31008 (java) S 30994 30996 30644 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31009] ppid=30994 vsize=1535364 CPUtime=776.31
/proc/30996/task/31009/stat : 31009 (java) R 30994 30996 30644 0 -1 4202560 279 0 0 0 77616 15 0 0 25 0 16 0 27677641 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4109233823 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30996/tid=31010] ppid=30994 vsize=1535364 CPUtime=777.75
/proc/30996/task/31010/stat : 31010 (java) R 30994 30996 30644 0 -1 4202560 466 0 0 0 77752 23 0 0 25 0 16 0 27677641 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4108927301 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31011] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31011/stat : 31011 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27677776 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31012] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31012/stat : 31012 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27677791 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.99
Current children cumulated vsize (KiB) 1535364

[startup+882.302 s]
/proc/loadavg: 2.06 2.07 1.91 3/122 31039
/proc/meminfo: memFree=1149276/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1535364 CPUtime=1722.73
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 233646 0 1 0 172091 182 0 0 18 0 16 0 27677022 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 383841 134595 1452 10 0 381144 0
[pid=30996/tid=30998] ppid=30994 vsize=1535364 CPUtime=5.06
/proc/30996/task/30998/stat : 30998 (java) S 30994 30996 30644 0 -1 4202560 32052 0 1 0 492 14 0 0 15 0 16 0 27677024 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=30999] ppid=30994 vsize=1535364 CPUtime=11.29
/proc/30996/task/30999/stat : 30999 (java) S 30994 30996 30644 0 -1 4202560 49957 0 0 0 1083 46 0 0 16 0 16 0 27677025 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31000] ppid=30994 vsize=1535364 CPUtime=11.32
/proc/30996/task/31000/stat : 31000 (java) S 30994 30996 30644 0 -1 4202560 57389 0 0 0 1094 38 0 0 16 0 16 0 27677025 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31001] ppid=30994 vsize=1535364 CPUtime=21.2
/proc/30996/task/31001/stat : 31001 (java) S 30994 30996 30644 0 -1 4202560 87382 0 0 0 2084 36 0 0 15 0 16 0 27677027 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31002] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31002/stat : 31002 (java) S 30994 30996 30644 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27677027 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31003] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31003/stat : 31003 (java) S 30994 30996 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27677027 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31004] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31004/stat : 31004 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31005] ppid=30994 vsize=1535364 CPUtime=1.09
/proc/30996/task/31005/stat : 31005 (java) S 30994 30996 30644 0 -1 4202560 1393 0 0 0 108 1 0 0 15 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31006] ppid=30994 vsize=1535364 CPUtime=2.76
/proc/30996/task/31006/stat : 31006 (java) S 30994 30996 30644 0 -1 4202560 3592 0 0 0 275 1 0 0 15 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31007] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31007/stat : 31007 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31008] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31008/stat : 31008 (java) S 30994 30996 30644 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31009] ppid=30994 vsize=1535364 CPUtime=833.95
/proc/30996/task/31009/stat : 31009 (java) R 30994 30996 30644 0 -1 4202560 286 0 0 0 83379 16 0 0 25 0 16 0 27677641 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4109183874 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31010] ppid=30994 vsize=1535364 CPUtime=835.97
/proc/30996/task/31010/stat : 31010 (java) R 30994 30996 30644 0 -1 4202560 475 0 0 0 83572 25 0 0 25 0 16 0 27677641 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4109182928 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30996/tid=31011] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31011/stat : 31011 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27677776 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31012] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31012/stat : 31012 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27677791 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1722.73
Current children cumulated vsize (KiB) 1535364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.303 s]
/proc/loadavg: 2.03 2.06 1.91 3/122 31041
/proc/meminfo: memFree=1149276/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1535364 CPUtime=1800.06
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 233656 0 1 0 179821 185 0 0 18 0 16 0 27677022 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 383841 134595 1452 10 0 381144 0
[pid=30996/tid=30998] ppid=30994 vsize=1535364 CPUtime=5.06
/proc/30996/task/30998/stat : 30998 (java) S 30994 30996 30644 0 -1 4202560 32053 0 1 0 492 14 0 0 15 0 16 0 27677024 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=30999] ppid=30994 vsize=1535364 CPUtime=11.51
/proc/30996/task/30999/stat : 30999 (java) S 30994 30996 30644 0 -1 4202560 49957 0 0 0 1104 47 0 0 16 0 16 0 27677025 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31000] ppid=30994 vsize=1535364 CPUtime=11.56
/proc/30996/task/31000/stat : 31000 (java) S 30994 30996 30644 0 -1 4202560 57389 0 0 0 1117 39 0 0 16 0 16 0 27677025 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31001] ppid=30994 vsize=1535364 CPUtime=21.2
/proc/30996/task/31001/stat : 31001 (java) S 30994 30996 30644 0 -1 4202560 87384 0 0 0 2084 36 0 0 15 0 16 0 27677027 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31002] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31002/stat : 31002 (java) S 30994 30996 30644 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 16 0 27677027 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31003] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31003/stat : 31003 (java) S 30994 30996 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27677027 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31004] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31004/stat : 31004 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31005] ppid=30994 vsize=1535364 CPUtime=1.09
/proc/30996/task/31005/stat : 31005 (java) S 30994 30996 30644 0 -1 4202560 1393 0 0 0 108 1 0 0 15 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31006] ppid=30994 vsize=1535364 CPUtime=2.76
/proc/30996/task/31006/stat : 31006 (java) S 30994 30996 30644 0 -1 4202560 3592 0 0 0 275 1 0 0 15 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31007] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31007/stat : 31007 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31008] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31008/stat : 31008 (java) R 30994 30996 30644 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 27677032 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31009] ppid=30994 vsize=1535364 CPUtime=872.07
/proc/30996/task/31009/stat : 31009 (java) R 30994 30996 30644 0 -1 4202560 288 0 0 0 87189 18 0 0 25 0 16 0 27677641 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4109401674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31010] ppid=30994 vsize=1535364 CPUtime=874.72
/proc/30996/task/31010/stat : 31010 (java) R 30994 30996 30644 0 -1 4202560 478 0 0 0 87447 25 0 0 25 0 16 0 27677641 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4109185656 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30996/tid=31011] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31011/stat : 31011 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27677776 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31012] ppid=30994 vsize=1535364 CPUtime=0
/proc/30996/task/31012/stat : 31012 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27677791 1572212736 134595 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1535364

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

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

[startup+921.427 s]
/proc/loadavg: 2.03 2.06 1.91 3/122 31041
/proc/meminfo: memFree=1149276/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=1536012 CPUtime=1800.3
/proc/30996/stat : 30996 (java) S 30994 30996 30644 0 -1 4202496 233672 0 1 0 179844 186 0 0 18 0 18 0 27677022 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 384003 134611 1452 10 0 381306 0
[pid=30996/tid=30998] ppid=30994 vsize=1536012 CPUtime=5.06
/proc/30996/task/30998/stat : 30998 (java) S 30994 30996 30644 0 -1 4202560 32053 0 1 0 492 14 0 0 15 0 18 0 27677024 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=30999] ppid=30994 vsize=1536012 CPUtime=11.51
/proc/30996/task/30999/stat : 30999 (java) S 30994 30996 30644 0 -1 4202560 49957 0 0 0 1104 47 0 0 16 0 18 0 27677025 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31000] ppid=30994 vsize=1536012 CPUtime=11.56
/proc/30996/task/31000/stat : 31000 (java) S 30994 30996 30644 0 -1 4202560 57389 0 0 0 1117 39 0 0 16 0 18 0 27677025 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31001] ppid=30994 vsize=1536012 CPUtime=21.2
/proc/30996/task/31001/stat : 31001 (java) S 30994 30996 30644 0 -1 4202560 87384 0 0 0 2084 36 0 0 15 0 18 0 27677027 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 0 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31002] ppid=30994 vsize=1536012 CPUtime=0
/proc/30996/task/31002/stat : 31002 (java) S 30994 30996 30644 0 -1 4202560 11 0 0 0 0 0 0 0 17 0 18 0 27677027 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31003] ppid=30994 vsize=1536012 CPUtime=0
/proc/30996/task/31003/stat : 31003 (java) S 30994 30996 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 27677027 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31004] ppid=30994 vsize=1536012 CPUtime=0
/proc/30996/task/31004/stat : 31004 (java) S 30994 30996 30644 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 27677032 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31005] ppid=30994 vsize=1536012 CPUtime=1.09
/proc/30996/task/31005/stat : 31005 (java) S 30994 30996 30644 0 -1 4202560 1393 0 0 0 108 1 0 0 15 0 18 0 27677032 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 1 0 0 0
[pid=30996/tid=31006] ppid=30994 vsize=1536012 CPUtime=2.78
/proc/30996/task/31006/stat : 31006 (java) R 30994 30996 30644 0 -1 4202560 3592 0 0 0 277 1 0 0 15 0 18 0 27677032 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 106545850 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31007] ppid=30994 vsize=1536012 CPUtime=0
/proc/30996/task/31007/stat : 31007 (java) S 30994 30996 30644 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 27677032 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31008] ppid=30994 vsize=1536012 CPUtime=0
/proc/30996/task/31008/stat : 31008 (java) R 30994 30996 30644 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 18 0 27677032 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31009] ppid=30994 vsize=1536012 CPUtime=872.15
/proc/30996/task/31009/stat : 31009 (java) R 30994 30996 30644 0 -1 4202560 288 0 0 0 87197 18 0 0 25 0 18 0 27677641 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4109401745 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30996/tid=31010] ppid=30994 vsize=1536012 CPUtime=874.84
/proc/30996/task/31010/stat : 31010 (java) R 30994 30996 30644 0 -1 4202560 478 0 0 0 87459 25 0 0 25 0 18 0 27677641 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4109183753 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30996/tid=31011] ppid=30994 vsize=1536012 CPUtime=0
/proc/30996/task/31011/stat : 31011 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 27677776 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
[pid=30996/tid=31012] ppid=30994 vsize=1536012 CPUtime=0
/proc/30996/task/31012/stat : 31012 (java) S 30994 30996 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 18 0 27677791 1572876288 134611 1992294400 134512640 134550932 4293332080 18446744073709551615 4294960144 0 4 0 16800975 18446604437830308096 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 1536012

[startup+921.503 s]
/proc/loadavg: 2.03 2.06 1.91 3/122 31041
/proc/meminfo: memFree=1149276/2059040 swapFree=4135896/4192956
[pid=30996] ppid=30994 vsize=0 CPUtime=1800.42
/proc/30996/stat : 30996 (java) Z 30994 30996 30644 0 -1 4203548 233676 0 1 0 179854 188 0 0 16 0 2 0 27677022 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30996/statm: 0 0 0 0 0 0 0
[pid=30996/tid=31009] ppid=30994 vsize=0 CPUtime=872.21
/proc/30996/task/31009/stat : 31009 (java) R 30994 30996 30644 0 -1 4203588 288 0 0 0 87201 20 0 0 25 0 2 0 27677641 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 921.534
CPU time (s): 1800.46
CPU user time (s): 1798.55
CPU system time (s): 1.91471
CPU usage (%): 195.377
Max. virtual memory (cumulated for all children) (KiB): 1557860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.91471
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233676
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= 28630
involuntary context switches= 53014

runsolver used 5.14422 second user time and 8.95564 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-14 15:05:57
IDJOB=2662516
IDBENCH=2292
IDSOLVER=1166
FILE ID=node015/2662516-1276520756
PBS_JOBID= 11173433
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n370e.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662516-1276520756/watcher-2662516-1276520756 -o /tmp/evaluation-result-2662516-1276520756/solver-2662516-1276520756 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662516-1276520756.opb

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

MD5SUM BENCH= 2ed7df63a411bcdd93a5895df0fcaa15
RANDOM SEED=1270158080

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1686284 kB
Buffers:        155016 kB
Cached:         130832 kB
SwapCached:      17672 kB
Active:         117304 kB
Inactive:       189080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1686284 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:            8948 kB
Writeback:           4 kB
AnonPages:       11996 kB
Mapped:           9128 kB
Slab:            44572 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181308 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= 62572 MiB
End job on node015 at 2010-06-14 15:21:20