Trace number 2662512

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.92 922.938

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n370c.opb
MD5SUM45fcfcff3cc1d21ff3924d5043b52f30
Bench CategoryOPT-BIGINT (optimisation, big 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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4871751128
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 29652813254765
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 29652813254765
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.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.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662512-1276518526.opb
0.23/0.21	c reading problem ... 
7.96/6.36	c ... done. Wall clock time 6.146s.
7.96/6.36	c #vars     155000
7.96/6.36	c #constraints  66231
7.96/6.36	c constraints type 
7.96/6.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
7.96/6.36	c constraints type 
7.96/6.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
106.60/56.15	c cleaning 2504 clauses out of 5010 with flag 5010/5010
129.09/67.89	c cleaning 4254 clauses out of 8507 with flag 11011/11011
171.85/89.78	c cleaning 5625 clauses out of 11254 with flag 18012/18012
223.25/116.04	c cleaning 6811 clauses out of 13627 with flag 26010/26010
279.01/144.64	c cleaning 7907 clauses out of 15815 with flag 35009/35009
352.85/182.22	c cleaning 8953 clauses out of 17905 with flag 45006/45006
432.73/222.80	c cleaning 9472 clauses out of 18946 with flag 55000/55000
499.37/256.82	c cleaning 9739 clauses out of 19477 with flag 65003/65003
568.76/292.34	c cleaning 9868 clauses out of 19737 with flag 75002/75002
639.10/328.27	c cleaning 9936 clauses out of 19877 with flag 85010/85010
711.52/365.20	c cleaning 9973 clauses out of 19947 with flag 95016/95016
773.01/396.57	c cleaning 9986 clauses out of 19980 with flag 105022/105022
834.68/428.17	c cleaning 9993 clauses out of 19985 with flag 115013/115013
895.14/459.04	c cleaning 9990 clauses out of 19983 with flag 125004/125004
953.63/489.08	c cleaning 10000 clauses out of 20001 with flag 135012/135012
1012.77/519.21	c cleaning 9997 clauses out of 19994 with flag 145005/145005
1076.88/552.02	c cleaning 9998 clauses out of 19999 with flag 155007/155007
1139.96/584.23	c cleaning 10005 clauses out of 20012 with flag 165018/165018
1209.39/619.68	c cleaning 9992 clauses out of 19990 with flag 175001/175001
1281.27/656.27	c cleaning 10003 clauses out of 20009 with flag 185012/185012
1346.17/689.51	c cleaning 9999 clauses out of 20003 with flag 195009/195009
1417.07/725.72	c cleaning 9999 clauses out of 20005 with flag 205010/205010
1478.60/757.20	c cleaning 9998 clauses out of 19998 with flag 215002/215002
1529.44/783.36	c cleaning 10011 clauses out of 20023 with flag 225025/225025
1582.44/810.69	c cleaning 9988 clauses out of 19987 with flag 235000/235000
1653.78/847.12	c cleaning 10003 clauses out of 20008 with flag 245009/245009
1724.56/883.33	c cleaning 10000 clauses out of 20007 with flag 255011/255011
1797.33/920.58	c cleaning 10011 clauses out of 20027 with flag 265031/265031
1800.50/922.75	c starts		: 129
1800.50/922.75	c conflicts		: 265511
1800.50/922.75	c decisions		: 847762
1800.50/922.75	c propagations		: 13042073
1800.50/922.75	c inspects		: 264678688
1800.50/922.75	c learnt literals	: 0
1800.50/922.75	c learnt binary clauses	: 0
1800.50/922.75	c learnt ternary clauses	: 0
1800.50/922.75	c learnt clauses	: 265511
1800.50/922.75	c ignored clauses	: 0
1800.50/922.75	c root simplifications	: 0
1800.50/922.75	c removed literals (reason simplification)	: 7988656
1800.50/922.75	c reason swapping (by a shorter reason)	: 0
1800.50/922.75	c Calls to reduceDB	: 28
1800.50/922.75	c number of reductions to clauses (during analyze)	: 0
1800.50/922.75	c number of learned constraints concerned by reduction	: 0
1800.50/922.75	c number of learning phase by resolution	: 0
1800.50/922.75	c number of learning phase by cutting planes	: 0
1800.50/922.75	c speed (assignments/second)	: 14232.063274508177
1800.50/922.75	c non guided choices	142728
1800.70/922.87	c learnt constraints type 
1800.70/922.87	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10554
1800.70/922.87	c constraints type 
1800.70/922.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.70/922.87	c constraints type 
1800.70/922.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.70/922.87	s UNKNOWN
1800.70/922.87	c Total wall clock time (in seconds): 922.66

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-2662512-1276518526/watcher-2662512-1276518526 -o /tmp/evaluation-result-2662512-1276518526/solver-2662512-1276518526 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662512-1276518526.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31716
/proc/meminfo: memFree=1779532/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=248 CPUtime=0
/proc/31716/stat : 31716 (java) R 31714 31716 31603 0 -1 4194304 281 0 0 0 0 0 0 0 19 0 1 0 27454197 253952 28 1992294400 134512640 134550932 4290074736 18446744073709551615 6382164 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/31716/statm: 62 28 21 10 0 23 0

[startup+0.065016 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31716
/proc/meminfo: memFree=1779532/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1521796 CPUtime=0.05
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 3659 0 1 0 3 2 0 0 18 0 7 0 27454197 1558319104 3101 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 380449 3101 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101023 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31716
/proc/meminfo: memFree=1779532/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1524180 CPUtime=0.08
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 27454197 1560760320 3399 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301064 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31716
/proc/meminfo: memFree=1779532/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1526092 CPUtime=0.38
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 7133 0 1 0 34 4 0 0 18 0 12 0 27454197 1562718208 6569 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 381523 6569 1362 10 0 378826 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526092

[startup+0.701141 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 31716
/proc/meminfo: memFree=1779532/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1528256 CPUtime=0.94
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 10779 0 1 0 88 6 0 0 18 0 12 0 27454197 1564934144 10142 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 382064 10142 1400 10 0 379367 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1528256

[startup+1.5083 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 31728
/proc/meminfo: memFree=1720848/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1528256 CPUtime=1.8
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 24750 0 1 0 170 10 0 0 18 0 12 0 27454197 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 382064 24093 1401 10 0 379367 0
[pid=31716/tid=31718] ppid=31714 vsize=1528256 CPUtime=1.32
/proc/31716/task/31718/stat : 31718 (java) R 31714 31716 31603 0 -1 4202560 22440 0 1 0 123 9 0 0 25 0 12 0 27454198 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31716/tid=31719] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31719/stat : 31719 (java) S 31714 31716 31603 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 27454200 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31720] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31720/stat : 31720 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 27454200 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31721] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31721/stat : 31721 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27454201 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31722] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31722/stat : 31722 (java) S 31714 31716 31603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 27454202 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31723] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31723/stat : 31723 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 12 0 27454202 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31724] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31724/stat : 31724 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27454206 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31725] ppid=31714 vsize=1528256 CPUtime=0.17
/proc/31716/task/31725/stat : 31725 (java) R 31714 31716 31603 0 -1 4202560 418 0 0 0 17 0 0 0 15 0 12 0 27454206 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 105953997 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31716/tid=31726] ppid=31714 vsize=1528256 CPUtime=0.29
/proc/31716/task/31726/stat : 31726 (java) R 31714 31716 31603 0 -1 4202560 827 0 0 0 29 0 0 0 15 0 12 0 27454206 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 104164096 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31716/tid=31727] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31727/stat : 31727 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27454206 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31728] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31728/stat : 31728 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27454206 1564934144 24093 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 1528256

[startup+3.10162 s]
/proc/loadavg: 0.92 0.98 0.99 3/118 31728
/proc/meminfo: memFree=1619540/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1528256 CPUtime=3.76
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 47148 0 1 0 356 20 0 0 18 0 12 0 27454197 1564934144 45933 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 382064 45936 1415 10 0 379367 0
[pid=31716/tid=31718] ppid=31714 vsize=1528256 CPUtime=2.63
/proc/31716/task/31718/stat : 31718 (java) S 31714 31716 31603 0 -1 4202560 32018 0 1 0 250 13 0 0 25 0 12 0 27454198 1564934144 45937 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31719] ppid=31714 vsize=1528256 CPUtime=0.2
/proc/31716/task/31719/stat : 31719 (java) R 31714 31716 31603 0 -1 4202560 6137 0 0 0 18 2 0 0 18 0 12 0 27454200 1564934144 45938 1992294400 134512640 134550932 4290074736 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31716/tid=31720] ppid=31714 vsize=1528256 CPUtime=0.2
/proc/31716/task/31720/stat : 31720 (java) R 31714 31716 31603 0 -1 4202560 6655 0 0 0 17 3 0 0 18 0 12 0 27454200 1564934144 45939 1992294400 134512640 134550932 4290074736 18446744073709551615 106195358 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31716/tid=31721] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31721/stat : 31721 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 27454201 1564934144 45941 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31722] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31722/stat : 31722 (java) S 31714 31716 31603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 27454202 1564934144 45942 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31723] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31723/stat : 31723 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 12 0 27454202 1564934144 45944 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31724] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31724/stat : 31724 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27454206 1564934144 45947 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31725] ppid=31714 vsize=1528256 CPUtime=0.28
/proc/31716/task/31725/stat : 31725 (java) S 31714 31716 31603 0 -1 4202560 426 0 0 0 28 0 0 0 15 0 12 0 27454206 1564934144 45948 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31726] ppid=31714 vsize=1528256 CPUtime=0.41
/proc/31716/task/31726/stat : 31726 (java) S 31714 31716 31603 0 -1 4202560 851 0 0 0 41 0 0 0 15 0 12 0 27454206 1564934144 45950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31727] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31727/stat : 31727 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27454206 1564934144 45951 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31728] ppid=31714 vsize=1528256 CPUtime=0
/proc/31716/task/31728/stat : 31728 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27454206 1564934144 45952 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 1528256

[startup+6.30241 s]
/proc/loadavg: 0.93 0.98 0.99 3/118 31728
/proc/meminfo: memFree=1532864/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1534204 CPUtime=7.96
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 74860 0 1 0 762 34 0 0 18 0 12 0 27454197 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 383551 68496 1418 10 0 380854 0
[pid=31716/tid=31718] ppid=31714 vsize=1534204 CPUtime=5.1
/proc/31716/task/31718/stat : 31718 (java) R 31714 31716 31603 0 -1 4202560 32023 0 1 0 497 13 0 0 25 0 12 0 27454198 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 7798355 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31716/tid=31719] ppid=31714 vsize=1534204 CPUtime=0.93
/proc/31716/task/31719/stat : 31719 (java) S 31714 31716 31603 0 -1 4202560 17746 0 0 0 85 8 0 0 18 0 12 0 27454200 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31720] ppid=31714 vsize=1534204 CPUtime=0.91
/proc/31716/task/31720/stat : 31720 (java) S 31714 31716 31603 0 -1 4202560 20185 0 0 0 82 9 0 0 18 0 12 0 27454200 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31721] ppid=31714 vsize=1534204 CPUtime=0
/proc/31716/task/31721/stat : 31721 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 27454201 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31722] ppid=31714 vsize=1534204 CPUtime=0
/proc/31716/task/31722/stat : 31722 (java) S 31714 31716 31603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 27454202 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31723] ppid=31714 vsize=1534204 CPUtime=0
/proc/31716/task/31723/stat : 31723 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 12 0 27454202 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31724] ppid=31714 vsize=1534204 CPUtime=0
/proc/31716/task/31724/stat : 31724 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27454206 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31725] ppid=31714 vsize=1534204 CPUtime=0.55
/proc/31716/task/31725/stat : 31725 (java) R 31714 31716 31603 0 -1 4202560 2987 0 0 0 55 0 0 0 16 0 12 0 27454206 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31716/tid=31726] ppid=31714 vsize=1534204 CPUtime=0.42
/proc/31716/task/31726/stat : 31726 (java) S 31714 31716 31603 0 -1 4202560 853 0 0 0 42 0 0 0 15 0 12 0 27454206 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31727] ppid=31714 vsize=1534204 CPUtime=0
/proc/31716/task/31727/stat : 31727 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27454206 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31728] ppid=31714 vsize=1534204 CPUtime=0
/proc/31716/task/31728/stat : 31728 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27454206 1571024896 68496 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 1534204

[startup+12.7025 s]
/proc/loadavg: 1.09 1.02 1.01 4/122 31732
/proc/meminfo: memFree=1455952/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1535500 CPUtime=20.57
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 90315 0 1 0 2016 41 0 0 18 0 16 0 27454197 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 383875 81949 1441 10 0 381178 0
[pid=31716/tid=31718] ppid=31714 vsize=1535500 CPUtime=5.15
/proc/31716/task/31718/stat : 31718 (java) S 31714 31716 31603 0 -1 4202560 32049 0 1 0 502 13 0 0 15 0 16 0 27454198 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31719] ppid=31714 vsize=1535500 CPUtime=1.74
/proc/31716/task/31719/stat : 31719 (java) S 31714 31716 31603 0 -1 4202560 25585 0 0 0 162 12 0 0 16 0 16 0 27454200 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31720] ppid=31714 vsize=1535500 CPUtime=1.72
/proc/31716/task/31720/stat : 31720 (java) S 31714 31716 31603 0 -1 4202560 26680 0 0 0 161 11 0 0 15 0 16 0 27454200 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31721] ppid=31714 vsize=1535500 CPUtime=0
/proc/31716/task/31721/stat : 31721 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 16 0 27454201 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31722] ppid=31714 vsize=1535500 CPUtime=0
/proc/31716/task/31722/stat : 31722 (java) S 31714 31716 31603 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 27454202 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31723] ppid=31714 vsize=1535500 CPUtime=0
/proc/31716/task/31723/stat : 31723 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 24 0 16 0 27454202 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31724] ppid=31714 vsize=1535500 CPUtime=0
/proc/31716/task/31724/stat : 31724 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27454206 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31725] ppid=31714 vsize=1535500 CPUtime=1.25
/proc/31716/task/31725/stat : 31725 (java) S 31714 31716 31603 0 -1 4202560 3096 0 0 0 125 0 0 0 15 0 16 0 27454206 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31726] ppid=31714 vsize=1535500 CPUtime=1.52
/proc/31716/task/31726/stat : 31726 (java) S 31714 31716 31603 0 -1 4202560 1774 0 0 0 152 0 0 0 15 0 16 0 27454206 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31727] ppid=31714 vsize=1535500 CPUtime=0
/proc/31716/task/31727/stat : 31727 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27454206 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31728] ppid=31714 vsize=1535500 CPUtime=0
/proc/31716/task/31728/stat : 31728 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 27454206 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31729] ppid=31714 vsize=1535500 CPUtime=4.91
/proc/31716/task/31729/stat : 31729 (java) R 31714 31716 31603 0 -1 4202560 20 0 0 0 491 0 0 0 25 0 16 0 27454833 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4109024532 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31716/tid=31730] ppid=31714 vsize=1535500 CPUtime=4.18
/proc/31716/task/31730/stat : 31730 (java) R 31714 31716 31603 0 -1 4202560 35 0 0 0 418 0 0 0 25 0 16 0 27454833 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4109288804 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31716/tid=31731] ppid=31714 vsize=1535500 CPUtime=0
/proc/31716/task/31731/stat : 31731 (java) S 31714 31716 31603 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 27454973 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31732] ppid=31714 vsize=1535500 CPUtime=0
/proc/31716/task/31732/stat : 31732 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 16 0 27454975 1572352000 81949 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.57
Current children cumulated vsize (KiB) 1535500

[startup+25.502 s]
/proc/loadavg: 1.29 1.06 1.02 3/122 31732
/proc/meminfo: memFree=1437600/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1536524 CPUtime=45.94
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 95497 0 1 0 4549 45 0 0 18 0 16 0 27454197 1573400576 86536 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 384131 86536 1441 10 0 381434 0
[pid=31716/tid=31718] ppid=31714 vsize=1536524 CPUtime=5.15
/proc/31716/task/31718/stat : 31718 (java) S 31714 31716 31603 0 -1 4202560 32049 0 1 0 502 13 0 0 15 0 16 0 27454198 1573400576 86536 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31719] ppid=31714 vsize=1536524 CPUtime=2.27
/proc/31716/task/31719/stat : 31719 (java) S 31714 31716 31603 0 -1 4202560 27852 0 0 0 214 13 0 0 15 0 16 0 27454200 1573400576 86536 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31720] ppid=31714 vsize=1536524 CPUtime=2.25
/proc/31716/task/31720/stat : 31720 (java) S 31714 31716 31603 0 -1 4202560 28896 0 0 0 212 13 0 0 16 0 16 0 27454200 1573400576 86536 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31721] ppid=31714 vsize=1536524 CPUtime=0.01

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

/proc/31716/task/31719/stat : 31719 (java) S 31714 31716 31603 0 -1 4202560 48847 0 0 0 1170 37 0 0 15 0 16 0 27454200 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31720] ppid=31714 vsize=1537548 CPUtime=12
/proc/31716/task/31720/stat : 31720 (java) S 31714 31716 31603 0 -1 4202560 48184 0 0 0 1160 40 0 0 15 0 16 0 27454200 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31721] ppid=31714 vsize=1537548 CPUtime=22.81
/proc/31716/task/31721/stat : 31721 (java) S 31714 31716 31603 0 -1 4202560 157381 0 0 0 2218 63 0 0 15 0 16 0 27454201 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31722] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31722/stat : 31722 (java) S 31714 31716 31603 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27454202 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31723] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31723/stat : 31723 (java) S 31714 31716 31603 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 27454202 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31724] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31724/stat : 31724 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27454206 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31725] ppid=31714 vsize=1537548 CPUtime=1.63
/proc/31716/task/31725/stat : 31725 (java) S 31714 31716 31603 0 -1 4202560 3152 0 0 0 162 1 0 0 15 0 16 0 27454206 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31726] ppid=31714 vsize=1537548 CPUtime=2.21
/proc/31716/task/31726/stat : 31726 (java) S 31714 31716 31603 0 -1 4202560 3259 0 0 0 220 1 0 0 15 0 16 0 27454206 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31727] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31727/stat : 31727 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27454206 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31728] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31728/stat : 31728 (java) S 31714 31716 31603 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 27454206 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31729] ppid=31714 vsize=1537548 CPUtime=832.21
/proc/31716/task/31729/stat : 31729 (java) R 31714 31716 31603 0 -1 4202560 419 0 0 0 83204 17 0 0 25 0 16 0 27454833 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4109189527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31716/tid=31730] ppid=31714 vsize=1537548 CPUtime=834.38
/proc/31716/task/31730/stat : 31730 (java) R 31714 31716 31603 0 -1 4202560 577 0 0 0 83420 18 0 0 25 0 16 0 27454833 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4109580019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31716/tid=31731] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31731/stat : 31731 (java) S 31714 31716 31603 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 27454973 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31732] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31732/stat : 31732 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 16 0 27454975 1574449152 121661 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1722.57
Current children cumulated vsize (KiB) 1537548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.502 s]
/proc/loadavg: 1.97 1.95 1.62 5/122 31756
/proc/meminfo: memFree=1293884/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1537548 CPUtime=1800.12
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 311419 0 1 0 179806 206 0 0 18 0 16 0 27454197 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 384387 121938 1452 10 0 381690 0
[pid=31716/tid=31718] ppid=31714 vsize=1537548 CPUtime=5.15
/proc/31716/task/31718/stat : 31718 (java) S 31714 31716 31603 0 -1 4202560 32075 0 1 0 502 13 0 0 15 0 16 0 27454198 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31719] ppid=31714 vsize=1537548 CPUtime=12.47
/proc/31716/task/31719/stat : 31719 (java) S 31714 31716 31603 0 -1 4202560 49104 0 0 0 1209 38 0 0 16 0 16 0 27454200 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31720] ppid=31714 vsize=1537548 CPUtime=12.4
/proc/31716/task/31720/stat : 31720 (java) S 31714 31716 31603 0 -1 4202560 48356 0 0 0 1198 42 0 0 15 0 16 0 27454200 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31721] ppid=31714 vsize=1537548 CPUtime=24.95
/proc/31716/task/31721/stat : 31721 (java) S 31714 31716 31603 0 -1 4202560 173303 0 0 0 2426 69 0 0 17 0 16 0 27454201 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31722] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31722/stat : 31722 (java) S 31714 31716 31603 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 27454202 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31723] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31723/stat : 31723 (java) S 31714 31716 31603 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 16 0 27454202 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31724] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31724/stat : 31724 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27454206 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31725] ppid=31714 vsize=1537548 CPUtime=1.63
/proc/31716/task/31725/stat : 31725 (java) S 31714 31716 31603 0 -1 4202560 3152 0 0 0 162 1 0 0 15 0 16 0 27454206 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31726] ppid=31714 vsize=1537548 CPUtime=2.21
/proc/31716/task/31726/stat : 31726 (java) S 31714 31716 31603 0 -1 4202560 3259 0 0 0 220 1 0 0 15 0 16 0 27454206 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31727] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31727/stat : 31727 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 27454206 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31728] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31728/stat : 31728 (java) S 31714 31716 31603 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 27454206 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31729] ppid=31714 vsize=1537548 CPUtime=869.2
/proc/31716/task/31729/stat : 31729 (java) R 31714 31716 31603 0 -1 4202560 432 0 0 0 86902 18 0 0 18 0 16 0 27454833 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4109394106 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31716/tid=31730] ppid=31714 vsize=1537548 CPUtime=872.01
/proc/31716/task/31730/stat : 31730 (java) R 31714 31716 31603 0 -1 4202560 610 0 0 0 87182 19 0 0 18 0 16 0 27454833 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4109037513 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31716/tid=31731] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31731/stat : 31731 (java) S 31714 31716 31603 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 16 0 27454973 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31732] ppid=31714 vsize=1537548 CPUtime=0
/proc/31716/task/31732/stat : 31732 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 16 0 27454975 1574449152 121938 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 1537548

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

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

[startup+922.617 s]
/proc/loadavg: 1.97 1.95 1.62 5/122 31756
/proc/meminfo: memFree=1293884/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1538196 CPUtime=1800.33
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 311432 0 1 0 179827 206 0 0 18 0 18 0 27454197 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 384549 121950 1452 10 0 381852 0
[pid=31716/tid=31718] ppid=31714 vsize=1538196 CPUtime=5.15
/proc/31716/task/31718/stat : 31718 (java) S 31714 31716 31603 0 -1 4202560 32075 0 1 0 502 13 0 0 15 0 18 0 27454198 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31719] ppid=31714 vsize=1538196 CPUtime=12.47
/proc/31716/task/31719/stat : 31719 (java) S 31714 31716 31603 0 -1 4202560 49104 0 0 0 1209 38 0 0 16 0 18 0 27454200 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31720] ppid=31714 vsize=1538196 CPUtime=12.4
/proc/31716/task/31720/stat : 31720 (java) S 31714 31716 31603 0 -1 4202560 48356 0 0 0 1198 42 0 0 15 0 18 0 27454200 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31721] ppid=31714 vsize=1538196 CPUtime=24.95
/proc/31716/task/31721/stat : 31721 (java) S 31714 31716 31603 0 -1 4202560 173303 0 0 0 2426 69 0 0 15 0 18 0 27454201 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31722] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31722/stat : 31722 (java) S 31714 31716 31603 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 27454202 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31723] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31723/stat : 31723 (java) S 31714 31716 31603 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 27454202 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31724] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31724/stat : 31724 (java) S 31714 31716 31603 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 27454206 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31725] ppid=31714 vsize=1538196 CPUtime=1.63
/proc/31716/task/31725/stat : 31725 (java) S 31714 31716 31603 0 -1 4202560 3152 0 0 0 162 1 0 0 15 0 18 0 27454206 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31726] ppid=31714 vsize=1538196 CPUtime=2.21
/proc/31716/task/31726/stat : 31726 (java) S 31714 31716 31603 0 -1 4202560 3259 0 0 0 220 1 0 0 15 0 18 0 27454206 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31727] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31727/stat : 31727 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 27454206 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31728] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31728/stat : 31728 (java) S 31714 31716 31603 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 27454206 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31729] ppid=31714 vsize=1538196 CPUtime=869.3
/proc/31716/task/31729/stat : 31729 (java) R 31714 31716 31603 0 -1 4202560 432 0 0 0 86912 18 0 0 19 0 18 0 27454833 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4109394461 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31716/tid=31730] ppid=31714 vsize=1538196 CPUtime=872.11
/proc/31716/task/31730/stat : 31730 (java) R 31714 31716 31603 0 -1 4202560 610 0 0 0 87192 19 0 0 18 0 18 0 27454833 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4109431933 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31716/tid=31731] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31731/stat : 31731 (java) S 31714 31716 31603 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 18 0 27454973 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31732] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31732/stat : 31732 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 27454975 1575112704 121950 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 1538196

[startup+922.802 s]
/proc/loadavg: 2.21 2.00 1.64 4/125 31759
/proc/meminfo: memFree=1293860/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=1538196 CPUtime=1800.7
/proc/31716/stat : 31716 (java) S 31714 31716 31603 0 -1 4202496 311436 0 1 0 179864 206 0 0 18 0 18 0 27454197 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 384549 121954 1452 10 0 381852 0
[pid=31716/tid=31718] ppid=31714 vsize=1538196 CPUtime=5.15
/proc/31716/task/31718/stat : 31718 (java) S 31714 31716 31603 0 -1 4202560 32075 0 1 0 502 13 0 0 15 0 18 0 27454198 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31719] ppid=31714 vsize=1538196 CPUtime=12.47
/proc/31716/task/31719/stat : 31719 (java) S 31714 31716 31603 0 -1 4202560 49104 0 0 0 1209 38 0 0 16 0 18 0 27454200 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31720] ppid=31714 vsize=1538196 CPUtime=12.4
/proc/31716/task/31720/stat : 31720 (java) S 31714 31716 31603 0 -1 4202560 48356 0 0 0 1198 42 0 0 15 0 18 0 27454200 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31721] ppid=31714 vsize=1538196 CPUtime=24.95
/proc/31716/task/31721/stat : 31721 (java) S 31714 31716 31603 0 -1 4202560 173303 0 0 0 2426 69 0 0 15 0 18 0 27454201 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 0 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31722] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31722/stat : 31722 (java) S 31714 31716 31603 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 27454202 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31723] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31723/stat : 31723 (java) S 31714 31716 31603 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 27454202 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31724] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31724/stat : 31724 (java) S 31714 31716 31603 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 27454206 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31725] ppid=31714 vsize=1538196 CPUtime=1.63
/proc/31716/task/31725/stat : 31725 (java) S 31714 31716 31603 0 -1 4202560 3152 0 0 0 162 1 0 0 15 0 18 0 27454206 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31726] ppid=31714 vsize=1538196 CPUtime=2.21
/proc/31716/task/31726/stat : 31726 (java) S 31714 31716 31603 0 -1 4202560 3259 0 0 0 220 1 0 0 15 0 18 0 27454206 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31727] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31727/stat : 31727 (java) S 31714 31716 31603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 27454206 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31728] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31728/stat : 31728 (java) S 31714 31716 31603 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 27454206 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31729] ppid=31714 vsize=1538196 CPUtime=869.48
/proc/31716/task/31729/stat : 31729 (java) R 31714 31716 31603 0 -1 4202560 432 0 0 0 86930 18 0 0 19 0 18 0 27454833 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4109461833 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31716/tid=31730] ppid=31714 vsize=1538196 CPUtime=872.3
/proc/31716/task/31730/stat : 31730 (java) R 31714 31716 31603 0 -1 4202560 610 0 0 0 87211 19 0 0 19 0 18 0 27454833 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4109628700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31716/tid=31731] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31731/stat : 31731 (java) S 31714 31716 31603 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 18 0 27454973 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31732] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31732/stat : 31732 (java) S 31714 31716 31603 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 27454975 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 1 0 0 0
[pid=31716/tid=31758] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31758/stat : 31758 (java) S 31714 31716 31603 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 18 0 27546452 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4294960144 0 4 0 16800975 18446604437860788032 0 0 -1 0 0 0 0
[pid=31716/tid=31759] ppid=31714 vsize=1538196 CPUtime=0
/proc/31716/task/31759/stat : 31759 (java) R 31714 31716 31603 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 18 0 27546452 1575112704 121954 1992294400 134512640 134550932 4290074736 18446744073709551615 4108663066 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.7
Current children cumulated vsize (KiB) 1538196

[startup+922.911 s]
/proc/loadavg: 2.21 2.00 1.64 4/125 31759
/proc/meminfo: memFree=1293860/2059040 swapFree=4136184/4192956
[pid=31716] ppid=31714 vsize=0 CPUtime=1800.89
/proc/31716/stat : 31716 (java) Z 31714 31716 31603 0 -1 4203548 311441 0 1 0 179880 209 0 0 15 0 2 0 27454197 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31716/statm: 0 0 0 0 0 0 0
[pid=31716/tid=31729] ppid=31714 vsize=0 CPUtime=869.58
/proc/31716/task/31729/stat : 31729 (java) R 31714 31716 31603 0 -1 4203588 432 0 0 0 86938 20 0 0 19 0 2 0 27454833 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.89
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 922.938
CPU time (s): 1800.92
CPU user time (s): 1798.8
CPU system time (s): 2.12068
CPU usage (%): 195.129
Max. virtual memory (cumulated for all children) (KiB): 1560044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 2.12068
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311441
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= 31764
involuntary context switches= 54121

runsolver used 4.90125 second user time and 8.5607 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-14 14:28:46
IDJOB=2662512
IDBENCH=2283
IDSOLVER=1166
FILE ID=node011/2662512-1276518526
PBS_JOBID= 11173437
Free space on /tmp= 62256 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-n370c.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662512-1276518526/watcher-2662512-1276518526 -o /tmp/evaluation-result-2662512-1276518526/solver-2662512-1276518526 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662512-1276518526.opb

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

MD5SUM BENCH= 45fcfcff3cc1d21ff3924d5043b52f30
RANDOM SEED=2074642084

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1779928 kB
Buffers:         91344 kB
Cached:         111032 kB
SwapCached:       9796 kB
Active:         102400 kB
Inactive:       112296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1779928 kB
SwapTotal:     4192956 kB
SwapFree:      4136184 kB
Dirty:            8868 kB
Writeback:          20 kB
AnonPages:       10948 kB
Mapped:           9144 kB
Slab:            42604 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181792 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= 62256 MiB
End job on node011 at 2010-06-14 14:44:11