Trace number 2659155

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.31 1793.36

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3708.opb
MD5SUM0f95e02b74e4e0d269b94f6526e7c8b5
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 3625993486
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 29705729356859
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 29705729356859
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.v20100526
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.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2659155-1276518705.opb
0.09/0.20	c reading problem ... 
6.19/4.90	c ... done. Wall clock time 4.699s.
6.19/4.90	c #vars     155000
6.19/4.90	c #constraints  63826
6.19/4.90	c constraints type 
6.19/4.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
81.24/78.46	c cleaning 2483 clauses out of 5001 with flag 5001/5001
110.21/107.25	c cleaning 4238 clauses out of 8519 with flag 11002/11002
139.93/136.97	c cleaning 5643 clauses out of 11287 with flag 18008/18008
179.08/176.02	c cleaning 6818 clauses out of 13636 with flag 26000/26000
226.78/223.63	c cleaning 7914 clauses out of 15827 with flag 35009/35009
272.43/269.19	c cleaning 8957 clauses out of 17914 with flag 45010/45010
334.13/330.72	c cleaning 9476 clauses out of 18953 with flag 55006/55006
387.33/383.82	c cleaning 9739 clauses out of 19480 with flag 65009/65009
426.23/422.61	c cleaning 9867 clauses out of 19736 with flag 75004/75004
486.99/483.32	c cleaning 9933 clauses out of 19868 with flag 85003/85003
520.68/516.92	c cleaning 9973 clauses out of 19945 with flag 95013/95013
556.47/552.63	c cleaning 9987 clauses out of 19974 with flag 105015/105015
615.16/611.21	c cleaning 9985 clauses out of 19973 with flag 115001/115001
656.58/652.59	c cleaning 9998 clauses out of 20000 with flag 125013/125013
701.08/696.97	c cleaning 9994 clauses out of 19990 with flag 135001/135001
742.70/738.47	c cleaning 9998 clauses out of 19996 with flag 145001/145001
780.67/776.33	c cleaning 10001 clauses out of 20008 with flag 155011/155011
819.78/815.32	c cleaning 10003 clauses out of 20007 with flag 165011/165011
863.80/859.23	c cleaning 9997 clauses out of 19995 with flag 175002/175002
910.02/905.39	c cleaning 9997 clauses out of 19996 with flag 185000/185000
947.33/942.52	c cleaning 10001 clauses out of 20002 with flag 195003/195003
980.04/975.16	c cleaning 10001 clauses out of 20008 with flag 205010/205010
1014.22/1009.23	c cleaning 10001 clauses out of 20003 with flag 215006/215006
1054.11/1049.06	c cleaning 9997 clauses out of 19997 with flag 225001/225001
1091.13/1085.94	c cleaning 10003 clauses out of 20013 with flag 235014/235014
1131.61/1126.39	c cleaning 9998 clauses out of 20002 with flag 245006/245006
1164.10/1158.71	c cleaning 10007 clauses out of 20013 with flag 255015/255015
1215.37/1209.98	c cleaning 9995 clauses out of 19998 with flag 265007/265007
1259.35/1253.86	c cleaning 9995 clauses out of 19998 with flag 275002/275002
1307.15/1301.51	c cleaning 10004 clauses out of 20009 with flag 285008/285008
1345.54/1339.83	c cleaning 10006 clauses out of 20018 with flag 295021/295021
1382.13/1376.33	c cleaning 9997 clauses out of 20001 with flag 305010/305010
1419.22/1413.34	c cleaning 10000 clauses out of 20004 with flag 315010/315010
1456.81/1450.80	c cleaning 10000 clauses out of 20008 with flag 325014/325014
1487.29/1481.26	c cleaning 9999 clauses out of 20001 with flag 335007/335007
1521.38/1515.24	c cleaning 9997 clauses out of 19998 with flag 345003/345003
1555.27/1549.07	c cleaning 9998 clauses out of 20001 with flag 355003/355003
1585.96/1579.68	c cleaning 9998 clauses out of 20000 with flag 365000/365000
1619.07/1612.64	c cleaning 10003 clauses out of 20009 with flag 375007/375007
1651.26/1644.79	c cleaning 10004 clauses out of 20010 with flag 385011/385011
1699.54/1692.91	c cleaning 9998 clauses out of 19995 with flag 395000/395000
1742.14/1735.49	c cleaning 10007 clauses out of 20014 with flag 405017/405017
1780.13/1773.39	c cleaning 9998 clauses out of 19999 with flag 415009/415009
1800.09/1793.21	c starts		: 149
1800.09/1793.21	c conflicts		: 420973
1800.09/1793.21	c decisions		: 1064448
1800.09/1793.21	c propagations		: 10234405
1800.09/1793.21	c inspects		: 338233420
1800.09/1793.21	c learnt literals	: 0
1800.09/1793.21	c learnt binary clauses	: 0
1800.09/1793.21	c learnt ternary clauses	: 0
1800.09/1793.21	c learnt clauses	: 420973
1800.09/1793.21	c ignored clauses	: 0
1800.09/1793.21	c root simplifications	: 0
1800.09/1793.21	c removed literals (reason simplification)	: 10048715
1800.09/1793.21	c reason swapping (by a shorter reason)	: 0
1800.09/1793.21	c Calls to reduceDB	: 43
1800.09/1793.21	c number of reductions to clauses (during analyze)	: 0
1800.09/1793.21	c number of learned constraints concerned by reduction	: 0
1800.09/1793.21	c number of learning phase by resolution	: 0
1800.09/1793.21	c number of learning phase by cutting planes	: 0
1800.09/1793.21	c speed (assignments/second)	: 5722.953919037482
1800.09/1793.21	c non guided choices	87375
1800.09/1793.27	c learnt constraints type 
1800.09/1793.27	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15978
1800.09/1793.27	c constraints type 
1800.09/1793.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.09/1793.27	s UNKNOWN
1800.09/1793.27	c Total wall clock time (in seconds): 1793.067

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-2659155-1276518705/watcher-2659155-1276518705 -o /tmp/evaluation-result-2659155-1276518705/solver-2659155-1276518705 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659155-1276518705.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 2/106 28508
/proc/meminfo: memFree=1742896/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1836 CPUtime=0
/proc/28508/stat : 28508 (java6) R 28506 28508 27957 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 27472079 1880064 153 1992294400 134512640 134550932 4293143360 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/28508/statm: 458 153 116 10 0 63 0

[startup+0.106344 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 28508
/proc/meminfo: memFree=1742896/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1524184 CPUtime=0.09
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 4000 0 1 0 6 3 0 0 18 0 12 0 27472079 1560764416 3439 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 381046 3439 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.208769 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 28508
/proc/meminfo: memFree=1742896/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1525772 CPUtime=0.25
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 5085 0 1 0 22 3 0 0 18 0 12 0 27472079 1562390528 4521 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 381443 4521 1348 10 0 378745 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1525772

[startup+0.300771 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 28508
/proc/meminfo: memFree=1742896/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1526796 CPUtime=0.38
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 6216 0 1 0 35 3 0 0 18 0 12 0 27472079 1563439104 5652 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 381699 5652 1362 10 0 379001 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526796

[startup+0.700776 s]
/proc/loadavg: 0.92 0.98 0.99 2/106 28508
/proc/meminfo: memFree=1742896/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1527776 CPUtime=1.07
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 10837 0 1 0 102 5 0 0 18 0 12 0 27472079 1564442624 10170 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 381944 10171 1400 10 0 379246 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1527776

[startup+1.50179 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 28520
/proc/meminfo: memFree=1675656/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1527728 CPUtime=2.02
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 24366 0 1 0 191 11 0 0 18 0 12 0 27472079 1564393472 23658 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 381932 23659 1405 10 0 379234 0
[pid=28508/tid=28510] ppid=28506 vsize=1527728 CPUtime=1.47
/proc/28508/task/28510/stat : 28510 (java) R 28506 28508 27957 0 -1 4202560 22199 0 1 0 137 10 0 0 19 0 12 0 27472080 1564393472 23659 1992294400 134512640 134550932 4286803344 18446744073709551615 106834367 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1527728 CPUtime=0
/proc/28508/task/28511/stat : 28511 (java) S 28506 28508 27957 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 27472082 1564393472 23659 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1527728 CPUtime=0
/proc/28508/task/28512/stat : 28512 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 27472082 1564393472 23660 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1527728 CPUtime=0
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 27472084 1564393472 23660 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1527728 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 27472084 1564393472 23660 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1527728 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 27472084 1564393472 23660 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1527728 CPUtime=0
/proc/28508/task/28516/stat : 28516 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27472088 1564393472 23661 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28517] ppid=28506 vsize=1527728 CPUtime=0.28
/proc/28508/task/28517/stat : 28517 (java) R 28506 28508 27957 0 -1 4202560 337 0 0 0 28 0 0 0 18 0 12 0 27472088 1564393472 23661 1992294400 134512640 134550932 4286803344 18446744073709551615 105572884 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28508/tid=28518] ppid=28506 vsize=1527728 CPUtime=0.24
/proc/28508/task/28518/stat : 28518 (java) R 28506 28508 27957 0 -1 4202560 766 0 0 0 24 0 0 0 19 0 12 0 27472088 1564393472 23661 1992294400 134512640 134550932 4286803344 18446744073709551615 104143761 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28508/tid=28519] ppid=28506 vsize=1527728 CPUtime=0
/proc/28508/task/28519/stat : 28519 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27472088 1564393472 23661 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28520] ppid=28506 vsize=1527728 CPUtime=0
/proc/28508/task/28520/stat : 28520 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27472088 1564393472 23662 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1527728

[startup+3.10181 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 28520
/proc/meminfo: memFree=1585880/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1527584 CPUtime=4.02
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 43108 0 1 0 383 19 0 0 18 0 12 0 27472079 1564246016 41914 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 381896 41918 1417 10 0 379198 0
[pid=28508/tid=28510] ppid=28506 vsize=1527584 CPUtime=2.92
/proc/28508/task/28510/stat : 28510 (java) S 28506 28508 27957 0 -1 4202560 32002 0 1 0 279 13 0 0 20 0 12 0 27472080 1564246016 41919 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1527584 CPUtime=0.14
/proc/28508/task/28511/stat : 28511 (java) R 28506 28508 27957 0 -1 4202560 4956 0 0 0 12 2 0 0 18 0 12 0 27472082 1564246016 41920 1992294400 134512640 134550932 4286803344 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1527584 CPUtime=0.13
/proc/28508/task/28512/stat : 28512 (java) R 28506 28508 27957 0 -1 4202560 3880 0 0 0 12 1 0 0 18 0 12 0 27472082 1564246016 41921 1992294400 134512640 134550932 4286803344 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1527584 CPUtime=0
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 12 0 27472084 1564246016 41922 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1527584 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 27472084 1564246016 41924 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1527584 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27472084 1564246016 41925 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1527584 CPUtime=0
/proc/28508/task/28516/stat : 28516 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27472088 1564246016 41926 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28517] ppid=28506 vsize=1527584 CPUtime=0.52
/proc/28508/task/28517/stat : 28517 (java) S 28506 28508 27957 0 -1 4202560 442 0 0 0 52 0 0 0 17 0 12 0 27472088 1564246016 41927 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28518] ppid=28506 vsize=1527584 CPUtime=0.26
/proc/28508/task/28518/stat : 28518 (java) S 28506 28508 27957 0 -1 4202560 766 0 0 0 26 0 0 0 18 0 12 0 27472088 1564246016 41928 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28519] ppid=28506 vsize=1527584 CPUtime=0
/proc/28508/task/28519/stat : 28519 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 27472088 1564246016 41929 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28520] ppid=28506 vsize=1527584 CPUtime=0
/proc/28508/task/28520/stat : 28520 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27472088 1564246016 41931 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 1527584

[startup+6.30086 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 28520
/proc/meminfo: memFree=1510860/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1527552 CPUtime=8.19
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 63451 0 1 0 790 29 0 0 18 0 13 0 27472079 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 381888 59169 1437 10 0 379190 0
[pid=28508/tid=28510] ppid=28506 vsize=1527552 CPUtime=5.52
/proc/28508/task/28510/stat : 28510 (java) R 28506 28508 27957 0 -1 4202560 32046 0 1 0 538 14 0 0 19 0 13 0 27472080 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4109140183 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1527552 CPUtime=0.61
/proc/28508/task/28511/stat : 28511 (java) S 28506 28508 27957 0 -1 4202560 14882 0 0 0 54 7 0 0 16 0 13 0 27472082 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1527552 CPUtime=0.6
/proc/28508/task/28512/stat : 28512 (java) S 28506 28508 27957 0 -1 4202560 13406 0 0 0 55 5 0 0 16 0 13 0 27472082 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1527552 CPUtime=0
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 27472084 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1527552 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27472084 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1527552 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27472084 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1527552 CPUtime=0
/proc/28508/task/28516/stat : 28516 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28517] ppid=28506 vsize=1527552 CPUtime=0.87
/proc/28508/task/28517/stat : 28517 (java) S 28506 28508 27957 0 -1 4202560 1039 0 0 0 87 0 0 0 15 0 13 0 27472088 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28518] ppid=28506 vsize=1527552 CPUtime=0.54
/proc/28508/task/28518/stat : 28518 (java) S 28506 28508 27957 0 -1 4202560 1004 0 0 0 54 0 0 0 15 0 13 0 27472088 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28519] ppid=28506 vsize=1527552 CPUtime=0
/proc/28508/task/28519/stat : 28519 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28520] ppid=28506 vsize=1527552 CPUtime=0
/proc/28508/task/28520/stat : 28520 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27472088 1564213248 59169 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1527552

[startup+12.7009 s]
/proc/loadavg: 0.93 0.98 0.99 2/119 28521
/proc/meminfo: memFree=1505520/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1528576 CPUtime=15.05
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 64938 0 1 0 1475 30 0 0 18 0 13 0 27472079 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 382144 60397 1440 10 0 379446 0
[pid=28508/tid=28510] ppid=28506 vsize=1528576 CPUtime=11.72
/proc/28508/task/28510/stat : 28510 (java) R 28506 28508 27957 0 -1 4202560 32054 0 1 0 1158 14 0 0 25 0 13 0 27472080 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4109141009 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1528576 CPUtime=0.71
/proc/28508/task/28511/stat : 28511 (java) S 28506 28508 27957 0 -1 4202560 15887 0 0 0 63 8 0 0 16 0 13 0 27472082 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1528576 CPUtime=0.68
/proc/28508/task/28512/stat : 28512 (java) S 28506 28508 27957 0 -1 4202560 13425 0 0 0 63 5 0 0 16 0 13 0 27472082 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 13 0 27472084 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27472084 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27472084 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28516/stat : 28516 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28517] ppid=28506 vsize=1528576 CPUtime=1.12
/proc/28508/task/28517/stat : 28517 (java) S 28506 28508 27957 0 -1 4202560 1311 0 0 0 112 0 0 0 15 0 13 0 27472088 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28518] ppid=28506 vsize=1528576 CPUtime=0.77
/proc/28508/task/28518/stat : 28518 (java) S 28506 28508 27957 0 -1 4202560 1187 0 0 0 77 0 0 0 15 0 13 0 27472088 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28519] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28519/stat : 28519 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28520] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28520/stat : 28520 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 27472088 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28521] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28521/stat : 28521 (java) S 28506 28508 27957 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27472658 1565261824 60397 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.05
Current children cumulated vsize (KiB) 1528576

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 28521
/proc/meminfo: memFree=1485680/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1528576 CPUtime=28.11
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 70852 0 1 0 2779 32 0 0 18 0 13 0 27472079 1565261824 65467 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 382144 65467 1440 10 0 379446 0
[pid=28508/tid=28510] ppid=28506 vsize=1528576 CPUtime=24.24
/proc/28508/task/28510/stat : 28510 (java) R 28506 28508 27957 0 -1 4202560 32059 0 1 0 2410 14 0 0 25 0 13 0 27472080 1565261824 65467 1992294400 134512640 134550932 4286803344 18446744073709551615 4108924926 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1528576 CPUtime=0.98
/proc/28508/task/28511/stat : 28511 (java) S 28506 28508 27957 0 -1 4202560 18769 0 0 0 89 9 0 0 15 0 13 0 27472082 1565261824 65467 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1528576 CPUtime=0.95
/proc/28508/task/28512/stat : 28512 (java) S 28506 28508 27957 0 -1 4202560 16452 0 0 0 89 6 0 0 16 0 13 0 27472082 1565261824 65467 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 27472084 1565261824 65467 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27472084 1565261824 65467 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1528576 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27472084 1565261824 65467 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1528576 CPUtime=0

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

[pid=28508] ppid=28506 vsize=1529044 CPUtime=1668.89
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 145234 0 1 0 166800 89 0 0 18 0 13 0 27472079 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 382261 101216 1445 10 0 379563 0
[pid=28508/tid=28510] ppid=28506 vsize=1529044 CPUtime=1638.65
/proc/28508/task/28510/stat : 28510 (java) R 28506 28508 27957 0 -1 4202560 32189 0 1 0 163834 31 0 0 25 0 13 0 27472080 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4108969129 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1529044 CPUtime=5.75
/proc/28508/task/28511/stat : 28511 (java) S 28506 28508 27957 0 -1 4202560 42597 0 0 0 551 24 0 0 16 0 13 0 27472082 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1529044 CPUtime=5.7
/proc/28508/task/28512/stat : 28512 (java) S 28506 28508 27957 0 -1 4202560 35410 0 0 0 552 18 0 0 16 0 13 0 27472082 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1529044 CPUtime=16.65
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 31354 0 0 0 1653 12 0 0 15 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28516/stat : 28516 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28517] ppid=28506 vsize=1529044 CPUtime=1.16
/proc/28508/task/28517/stat : 28517 (java) S 28506 28508 27957 0 -1 4202560 1312 0 0 0 116 0 0 0 16 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28518] ppid=28506 vsize=1529044 CPUtime=0.91
/proc/28508/task/28518/stat : 28518 (java) S 28506 28508 27957 0 -1 4202560 1209 0 0 0 91 0 0 0 15 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28519] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28519/stat : 28519 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28520] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28520/stat : 28520 (java) S 28506 28508 27957 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28521] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28521/stat : 28521 (java) S 28506 28508 27957 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27472658 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1668.89
Current children cumulated vsize (KiB) 1529044

[startup+1722.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 28567
/proc/meminfo: memFree=1339980/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1529044 CPUtime=1728.98
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 145995 0 1 0 172808 90 0 0 18 0 13 0 27472079 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 382261 101216 1445 10 0 379563 0
[pid=28508/tid=28510] ppid=28506 vsize=1529044 CPUtime=1698.11
/proc/28508/task/28510/stat : 28510 (java) R 28506 28508 27957 0 -1 4202560 32192 0 1 0 169780 31 0 0 25 0 13 0 27472080 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4109238109 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1529044 CPUtime=5.87
/proc/28508/task/28511/stat : 28511 (java) S 28506 28508 27957 0 -1 4202560 42597 0 0 0 563 24 0 0 16 0 13 0 27472082 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1529044 CPUtime=5.82
/proc/28508/task/28512/stat : 28512 (java) S 28506 28508 27957 0 -1 4202560 35410 0 0 0 564 18 0 0 16 0 13 0 27472082 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1529044 CPUtime=17.04
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 32108 0 0 0 1691 13 0 0 15 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28516/stat : 28516 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28517] ppid=28506 vsize=1529044 CPUtime=1.16
/proc/28508/task/28517/stat : 28517 (java) S 28506 28508 27957 0 -1 4202560 1312 0 0 0 116 0 0 0 16 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28518] ppid=28506 vsize=1529044 CPUtime=0.91
/proc/28508/task/28518/stat : 28518 (java) S 28506 28508 27957 0 -1 4202560 1209 0 0 0 91 0 0 0 15 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28519] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28519/stat : 28519 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28520] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28520/stat : 28520 (java) S 28506 28508 27957 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28521] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28521/stat : 28521 (java) S 28506 28508 27957 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27472658 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1728.98
Current children cumulated vsize (KiB) 1529044

[startup+1782.3 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 28578
/proc/meminfo: memFree=1339360/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1529044 CPUtime=1789.16
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 147512 0 1 0 178824 92 0 0 18 0 13 0 27472079 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 382261 101216 1445 10 0 379563 0
[pid=28508/tid=28510] ppid=28506 vsize=1529044 CPUtime=1757.06
/proc/28508/task/28510/stat : 28510 (java) R 28506 28508 27957 0 -1 4202560 32197 0 1 0 175674 32 0 0 25 0 13 0 27472080 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4109202621 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1529044 CPUtime=6.09
/proc/28508/task/28511/stat : 28511 (java) S 28506 28508 27957 0 -1 4202560 42597 0 0 0 585 24 0 0 16 0 13 0 27472082 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1529044 CPUtime=6.05
/proc/28508/task/28512/stat : 28512 (java) S 28506 28508 27957 0 -1 4202560 35410 0 0 0 587 18 0 0 16 0 13 0 27472082 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1529044 CPUtime=17.82
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 33616 0 0 0 1769 13 0 0 15 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28516/stat : 28516 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28517] ppid=28506 vsize=1529044 CPUtime=1.16
/proc/28508/task/28517/stat : 28517 (java) S 28506 28508 27957 0 -1 4202560 1312 0 0 0 116 0 0 0 16 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28518] ppid=28506 vsize=1529044 CPUtime=0.91
/proc/28508/task/28518/stat : 28518 (java) S 28506 28508 27957 0 -1 4202560 1209 0 0 0 91 0 0 0 15 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28519] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28519/stat : 28519 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28520] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28520/stat : 28520 (java) S 28506 28508 27957 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28521] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28521/stat : 28521 (java) S 28506 28508 27957 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27472658 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.16
Current children cumulated vsize (KiB) 1529044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 28578
/proc/meminfo: memFree=1339360/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1529044 CPUtime=1800.09
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 147515 0 1 0 179917 92 0 0 18 0 13 0 27472079 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 382261 101216 1445 10 0 379563 0
[pid=28508/tid=28510] ppid=28506 vsize=1529044 CPUtime=1767.91
/proc/28508/task/28510/stat : 28510 (java) R 28506 28508 27957 0 -1 4202560 32198 0 1 0 176759 32 0 0 25 0 13 0 27472080 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4109264973 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1529044 CPUtime=6.13
/proc/28508/task/28511/stat : 28511 (java) S 28506 28508 27957 0 -1 4202560 42597 0 0 0 589 24 0 0 16 0 13 0 27472082 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1529044 CPUtime=6.08
/proc/28508/task/28512/stat : 28512 (java) S 28506 28508 27957 0 -1 4202560 35410 0 0 0 590 18 0 0 16 0 13 0 27472082 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1529044 CPUtime=17.82
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 33618 0 0 0 1769 13 0 0 15 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 27472084 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28516/stat : 28516 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28517] ppid=28506 vsize=1529044 CPUtime=1.16
/proc/28508/task/28517/stat : 28517 (java) S 28506 28508 27957 0 -1 4202560 1312 0 0 0 116 0 0 0 16 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28518] ppid=28506 vsize=1529044 CPUtime=0.91
/proc/28508/task/28518/stat : 28518 (java) S 28506 28508 27957 0 -1 4202560 1209 0 0 0 91 0 0 0 15 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28519] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28519/stat : 28519 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28520] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28520/stat : 28520 (java) S 28506 28508 27957 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 27472088 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28521] ppid=28506 vsize=1529044 CPUtime=0
/proc/28508/task/28521/stat : 28521 (java) S 28506 28508 27957 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 13 0 27472658 1565741056 101216 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1529044

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

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

[startup+1793.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 28578
/proc/meminfo: memFree=1339360/2059040 swapFree=4140260/4192956
[pid=28508] ppid=28506 vsize=1529692 CPUtime=1800.25
/proc/28508/stat : 28508 (java) S 28506 28508 27957 0 -1 4202496 147599 0 1 0 179933 92 0 0 18 0 14 0 27472079 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28508/statm: 382423 101279 1448 10 0 379725 0
[pid=28508/tid=28510] ppid=28506 vsize=1529692 CPUtime=1768.02
/proc/28508/task/28510/stat : 28510 (java) R 28506 28508 27957 0 -1 4202560 32198 0 1 0 176770 32 0 0 25 0 14 0 27472080 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4109237785 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=28508/tid=28511] ppid=28506 vsize=1529692 CPUtime=6.13
/proc/28508/task/28511/stat : 28511 (java) S 28506 28508 27957 0 -1 4202560 42597 0 0 0 589 24 0 0 16 0 14 0 27472082 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28512] ppid=28506 vsize=1529692 CPUtime=6.08
/proc/28508/task/28512/stat : 28512 (java) S 28506 28508 27957 0 -1 4202560 35410 0 0 0 590 18 0 0 16 0 14 0 27472082 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28513] ppid=28506 vsize=1529692 CPUtime=17.82
/proc/28508/task/28513/stat : 28513 (java) S 28506 28508 27957 0 -1 4202560 33618 0 0 0 1769 13 0 0 15 0 14 0 27472084 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 0 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28514] ppid=28506 vsize=1529692 CPUtime=0
/proc/28508/task/28514/stat : 28514 (java) S 28506 28508 27957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 27472084 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28515] ppid=28506 vsize=1529692 CPUtime=0
/proc/28508/task/28515/stat : 28515 (java) S 28506 28508 27957 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 27472084 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28516] ppid=28506 vsize=1529692 CPUtime=0
/proc/28508/task/28516/stat : 28516 (java) S 28506 28508 27957 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 27472088 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28517] ppid=28506 vsize=1529692 CPUtime=1.16
/proc/28508/task/28517/stat : 28517 (java) S 28506 28508 27957 0 -1 4202560 1312 0 0 0 116 0 0 0 16 0 14 0 27472088 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28518] ppid=28506 vsize=1529692 CPUtime=0.94
/proc/28508/task/28518/stat : 28518 (java) S 28506 28508 27957 0 -1 4202560 1273 0 0 0 94 0 0 0 15 0 14 0 27472088 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28519] ppid=28506 vsize=1529692 CPUtime=0
/proc/28508/task/28519/stat : 28519 (java) S 28506 28508 27957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 27472088 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
[pid=28508/tid=28520] ppid=28506 vsize=1529692 CPUtime=0
/proc/28508/task/28520/stat : 28520 (java) S 28506 28508 27957 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 14 0 27472088 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 1 0 0 0
[pid=28508/tid=28521] ppid=28506 vsize=1529692 CPUtime=0
/proc/28508/task/28521/stat : 28521 (java) S 28506 28508 27957 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 27472658 1566404608 101279 1992294400 134512640 134550932 4286803344 18446744073709551615 4294960144 0 4 0 16800975 18446604437832168640 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1529692

Child status: 143
Real time (s): 1793.36
CPU time (s): 1800.31
CPU user time (s): 1799.34
CPU system time (s): 0.968852
CPU usage (%): 100.388
Max. virtual memory (cumulated for all children) (KiB): 1532052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.968852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147600
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= 38214
involuntary context switches= 30627

runsolver used 3.69144 second user time and 9.61654 second system time

The end

Launcher Data

Begin job on node013 at 2010-06-14 14:31:46
IDJOB=2659155
IDBENCH=2285
IDSOLVER=1164
FILE ID=node013/2659155-1276518705
PBS_JOBID= 11173428
Free space on /tmp= 62496 MiB

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

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

MD5SUM BENCH= 0f95e02b74e4e0d269b94f6526e7c8b5
RANDOM SEED=655424528

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1743292 kB
Buffers:        114104 kB
Cached:         120588 kB
SwapCached:       5804 kB
Active:         106004 kB
Inactive:       141676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1743292 kB
SwapTotal:     4192956 kB
SwapFree:      4140260 kB
Dirty:            8956 kB
Writeback:           0 kB
AnonPages:       11484 kB
Mapped:          12840 kB
Slab:            46164 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181820 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= 62496 MiB
End job on node013 at 2010-06-14 15:01:41