Trace number 2659208

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.2 1797.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-czprob.opb
MD5SUMb2a2d9103ca6e5798123e19b8527d11e
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark232914362812081
Best CPU time to get the best result obtained on this benchmark1800.46
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 231334362819826
Optimality of the best value was proved NO
Number of variables98820
Total number of constraints927
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 constraints927
Minimum length of a constraint30
Maximum length of a constraint11190
Number of terms in the objective function 98250
Biggest coefficient in the objective function 16496969383936000
Number of bits for the biggest coefficient in the objective function 54
Sum of the numbers in the objective function 33458351340667288266
Number of bits of the sum of numbers in the objective function 65
Biggest number in a constraint 16496969383936000
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 33458351340667288266
Number of bits of the biggest sum of numbers65
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.19	c version 2.2.0.v20100526
0.09/0.19	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.19	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.19	c java.vm.version	11.2-b01
0.09/0.19	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.19	c sun.arch.data.model	32
0.09/0.19	c java.version		1.6.0_12
0.09/0.19	c os.name		Linux
0.09/0.19	c os.version		2.6.18-164.el5
0.09/0.19	c os.arch		i386
0.09/0.19	c Free memory 		1393557488
0.09/0.19	c Max memory 		1395916800
0.09/0.19	c Total memory 		1395916800
0.09/0.19	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2659208-1276552041.opb
0.24/0.20	c reading problem ... 
4.67/3.71	c ... done. Wall clock time 3.51s.
4.67/3.71	c #vars     98820
4.67/3.71	c #constraints  55427
4.67/3.71	c constraints type 
4.67/3.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1777
23.59/21.38	c cleaning 2493 clauses out of 5000 with flag 5000/5000
44.93/42.58	c cleaning 4246 clauses out of 8508 with flag 11001/11001
68.53/66.15	c cleaning 5622 clauses out of 11262 with flag 18001/18001
93.95/91.57	c cleaning 6811 clauses out of 13639 with flag 26000/26000
126.09/123.65	c cleaning 7913 clauses out of 15828 with flag 35000/35000
160.78/158.34	c cleaning 8950 clauses out of 17915 with flag 45000/45000
192.78/190.38	c cleaning 9477 clauses out of 18965 with flag 55000/55000
227.17/224.76	c cleaning 9739 clauses out of 19488 with flag 65000/65000
263.47/261.02	c cleaning 9865 clauses out of 19749 with flag 75000/75000
300.36/297.94	c cleaning 9940 clauses out of 19884 with flag 85000/85000
334.66/332.26	c cleaning 9972 clauses out of 19944 with flag 95000/95000
373.75/371.35	c cleaning 9983 clauses out of 19972 with flag 105000/105000
412.74/410.39	c cleaning 9987 clauses out of 19989 with flag 115000/115000
449.94/447.58	c cleaning 10001 clauses out of 20003 with flag 125001/125001
483.73/481.36	c cleaning 9998 clauses out of 20002 with flag 135001/135001
519.62/517.24	c cleaning 9998 clauses out of 20003 with flag 145000/145000
555.21/552.89	c cleaning 9999 clauses out of 20007 with flag 155002/155002
590.30/587.93	c cleaning 9991 clauses out of 20006 with flag 165000/165000
624.31/621.92	c cleaning 10003 clauses out of 20016 with flag 175001/175001
666.84/664.47	c cleaning 9998 clauses out of 20012 with flag 185000/185000
712.53/710.13	c cleaning 10002 clauses out of 20016 with flag 195002/195002
754.03/751.66	c cleaning 9999 clauses out of 20012 with flag 205000/205000
792.24/789.89	c cleaning 10003 clauses out of 20015 with flag 215002/215002
832.93/830.54	c cleaning 9999 clauses out of 20011 with flag 225001/225001
874.84/872.49	c cleaning 9997 clauses out of 20011 with flag 235000/235000
915.63/913.25	c cleaning 10001 clauses out of 20014 with flag 245000/245000
959.84/957.44	c cleaning 10002 clauses out of 20013 with flag 255000/255000
998.15/995.73	c cleaning 9997 clauses out of 20011 with flag 265000/265000
1034.74/1032.36	c cleaning 10000 clauses out of 20014 with flag 275000/275000
1073.35/1070.99	c cleaning 10000 clauses out of 20014 with flag 285000/285000
1129.24/1126.86	c cleaning 10001 clauses out of 20015 with flag 295001/295001
1172.04/1169.66	c cleaning 9995 clauses out of 20013 with flag 305000/305000
1209.94/1207.56	c cleaning 10003 clauses out of 20019 with flag 315001/315001
1246.55/1244.19	c cleaning 9999 clauses out of 20016 with flag 325001/325001
1284.63/1282.26	c cleaning 9998 clauses out of 20016 with flag 335000/335000
1319.84/1317.40	c cleaning 10004 clauses out of 20019 with flag 345001/345001
1356.44/1354.05	c cleaning 10000 clauses out of 20015 with flag 355001/355001
1390.05/1387.61	c cleaning 9998 clauses out of 20014 with flag 365000/365000
1423.55/1421.18	c cleaning 10000 clauses out of 20016 with flag 375000/375000
1460.86/1458.47	c cleaning 10000 clauses out of 20016 with flag 385000/385000
1501.16/1498.76	c cleaning 10007 clauses out of 20017 with flag 395001/395001
1536.87/1534.50	c cleaning 9998 clauses out of 20009 with flag 405000/405000
1573.68/1571.29	c cleaning 9996 clauses out of 20011 with flag 415000/415000
1595.68/1593.28	c cleaning 10003 clauses out of 20016 with flag 425001/425001
1641.00/1638.51	c cleaning 10001 clauses out of 20013 with flag 435001/435001
1702.21/1699.74	c cleaning 10001 clauses out of 20011 with flag 445000/445000
1727.71/1725.24	c cleaning 10002 clauses out of 20010 with flag 455000/455000
1735.12/1732.66	c cleaning 9997 clauses out of 20008 with flag 465000/465000
1743.12/1740.69	c cleaning 9998 clauses out of 20011 with flag 475000/475000
1751.03/1748.55	c cleaning 10007 clauses out of 20013 with flag 485000/485000
1759.03/1756.56	c cleaning 9999 clauses out of 20006 with flag 495000/495000
1766.53/1764.08	c cleaning 10004 clauses out of 20007 with flag 505000/505000
1773.93/1771.47	c cleaning 10001 clauses out of 20003 with flag 515000/515000
1782.03/1779.52	c cleaning 10000 clauses out of 20002 with flag 525000/525000
1789.83/1787.38	c cleaning 10002 clauses out of 20003 with flag 535001/535001
1797.54/1795.00	c cleaning 9997 clauses out of 20001 with flag 545001/545001
1800.06/1797.52	c starts		: 153
1800.06/1797.52	c conflicts		: 548296
1800.06/1797.52	c decisions		: 634132
1800.06/1797.52	c propagations		: 9020287
1800.06/1797.52	c inspects		: 151393544
1800.06/1797.52	c learnt literals	: 0
1800.06/1797.52	c learnt binary clauses	: 0
1800.06/1797.52	c learnt ternary clauses	: 0
1800.06/1797.52	c learnt clauses	: 548296
1800.06/1797.52	c ignored clauses	: 0
1800.06/1797.52	c root simplifications	: 0
1800.06/1797.52	c removed literals (reason simplification)	: 5310000
1800.06/1797.52	c reason swapping (by a shorter reason)	: 0
1800.06/1797.52	c Calls to reduceDB	: 56
1800.06/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.52	c number of learned constraints concerned by reduction	: 0
1800.06/1797.52	c number of learning phase by resolution	: 0
1800.06/1797.52	c number of learning phase by cutting planes	: 0
1800.06/1797.52	c speed (assignments/second)	: 5028.580045534517
1800.06/1797.52	c non guided choices	49789
1800.06/1797.55	c learnt constraints type 
1800.06/1797.55	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13327
1800.06/1797.55	c constraints type 
1800.06/1797.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1777
1800.06/1797.55	s UNKNOWN
1800.06/1797.55	c Total wall clock time (in seconds): 1797.343

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-2659208-1276552041/watcher-2659208-1276552041 -o /tmp/evaluation-result-2659208-1276552041/solver-2659208-1276552041 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659208-1276552041.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.97 0.99 3/106 30618
/proc/meminfo: memFree=1807648/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=248 CPUtime=0
/proc/30618/stat : 30618 (java) R 30616 30618 30593 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 30805882 253952 29 1992294400 134512640 134550932 4290003632 18446744073709551615 11227614 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30618/statm: 62 29 21 10 0 23 0

[startup+0.108375 s]
/proc/loadavg: 0.92 0.97 0.99 3/106 30618
/proc/meminfo: memFree=1807648/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1524184 CPUtime=0.09
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 4003 0 1 0 7 2 0 0 18 0 12 0 30805882 1560764416 3442 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 381046 3442 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.208735 s]
/proc/loadavg: 0.92 0.97 0.99 3/106 30618
/proc/meminfo: memFree=1807648/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1526116 CPUtime=0.24
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 5094 0 1 0 21 3 0 0 18 0 12 0 30805882 1562742784 4531 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 381529 4532 1347 10 0 378831 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526116

[startup+0.300734 s]
/proc/loadavg: 0.92 0.97 0.99 3/106 30618
/proc/meminfo: memFree=1807648/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1526308 CPUtime=0.39
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 5863 0 1 0 35 4 0 0 18 0 12 0 30805882 1562939392 5300 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 381577 5300 1364 10 0 378879 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526308

[startup+0.700732 s]
/proc/loadavg: 0.92 0.97 0.99 3/106 30618
/proc/meminfo: memFree=1807648/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1527444 CPUtime=1
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 9770 0 1 0 94 6 0 0 18 0 12 0 30805882 1564102656 9164 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 381861 9164 1400 10 0 379163 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 1527444

[startup+1.50173 s]
/proc/loadavg: 0.92 0.97 0.99 2/118 30630
/proc/meminfo: memFree=1751196/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1527584 CPUtime=2.01
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 20439 0 1 0 191 10 0 0 18 0 12 0 30805882 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 381896 19747 1406 10 0 379198 0
[pid=30618/tid=30620] ppid=30616 vsize=1527584 CPUtime=1.44
/proc/30618/task/30620/stat : 30620 (java) R 30616 30618 30593 0 -1 4202560 18285 0 1 0 136 8 0 0 19 0 12 0 30805883 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4109363074 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30618/tid=30621] ppid=30616 vsize=1527584 CPUtime=0
/proc/30618/task/30621/stat : 30621 (java) S 30616 30618 30593 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 30805885 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30622] ppid=30616 vsize=1527584 CPUtime=0
/proc/30618/task/30622/stat : 30622 (java) S 30616 30618 30593 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 30805885 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30623] ppid=30616 vsize=1527584 CPUtime=0
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 30805886 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1527584 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 30805887 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1527584 CPUtime=0
/proc/30618/task/30625/stat : 30625 (java) S 30616 30618 30593 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 30805887 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30626] ppid=30616 vsize=1527584 CPUtime=0
/proc/30618/task/30626/stat : 30626 (java) S 30616 30618 30593 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30805891 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30627] ppid=30616 vsize=1527584 CPUtime=0.22
/proc/30618/task/30627/stat : 30627 (java) R 30616 30618 30593 0 -1 4202560 142 0 0 0 22 0 0 0 18 0 12 0 30805891 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 104142943 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30618/tid=30628] ppid=30616 vsize=1527584 CPUtime=0.32
/proc/30618/task/30628/stat : 30628 (java) S 30616 30618 30593 0 -1 4202560 948 0 0 0 32 0 0 0 15 0 12 0 30805891 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30629] ppid=30616 vsize=1527584 CPUtime=0
/proc/30618/task/30629/stat : 30629 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30805891 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30630] ppid=30616 vsize=1527584 CPUtime=0
/proc/30618/task/30630/stat : 30630 (java) S 30616 30618 30593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30805891 1564246016 19747 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1527584

[startup+3.10172 s]
/proc/loadavg: 0.92 0.97 0.99 3/118 30630
/proc/meminfo: memFree=1669852/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1527444 CPUtime=3.89
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 41421 0 1 0 371 18 0 0 18 0 12 0 30805882 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 381861 40177 1417 10 0 379163 0
[pid=30618/tid=30620] ppid=30616 vsize=1527444 CPUtime=2.9
/proc/30618/task/30620/stat : 30620 (java) R 30616 30618 30593 0 -1 4202560 32002 0 1 0 277 13 0 0 21 0 12 0 30805883 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4109400076 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30618/tid=30621] ppid=30616 vsize=1527444 CPUtime=0.12
/proc/30618/task/30621/stat : 30621 (java) S 30616 30618 30593 0 -1 4202560 4005 0 0 0 11 1 0 0 18 0 12 0 30805885 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30622] ppid=30616 vsize=1527444 CPUtime=0.11
/proc/30618/task/30622/stat : 30622 (java) S 30616 30618 30593 0 -1 4202560 3199 0 0 0 10 1 0 0 18 0 12 0 30805885 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30623] ppid=30616 vsize=1527444 CPUtime=0
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 30805886 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1527444 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 30805887 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1527444 CPUtime=0
/proc/30618/task/30625/stat : 30625 (java) S 30616 30618 30593 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 12 0 30805887 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30626] ppid=30616 vsize=1527444 CPUtime=0
/proc/30618/task/30626/stat : 30626 (java) S 30616 30618 30593 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 30805891 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30627] ppid=30616 vsize=1527444 CPUtime=0.26
/proc/30618/task/30627/stat : 30627 (java) S 30616 30618 30593 0 -1 4202560 146 0 0 0 26 0 0 0 15 0 12 0 30805891 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30628] ppid=30616 vsize=1527444 CPUtime=0.44
/proc/30618/task/30628/stat : 30628 (java) S 30616 30618 30593 0 -1 4202560 999 0 0 0 44 0 0 0 15 0 12 0 30805891 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30629] ppid=30616 vsize=1527444 CPUtime=0
/proc/30618/task/30629/stat : 30629 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 30805891 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30630] ppid=30616 vsize=1527444 CPUtime=0
/proc/30618/task/30630/stat : 30630 (java) S 30616 30618 30593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 30805891 1564102656 40177 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 1527444

[startup+6.30169 s]
/proc/loadavg: 1.09 1.00 1.00 2/119 30631
/proc/meminfo: memFree=1604248/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1529968 CPUtime=8.55
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 55250 0 1 0 830 25 0 0 18 0 13 0 30805882 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 382492 51946 1440 10 0 379794 0
[pid=30618/tid=30620] ppid=30616 vsize=1529968 CPUtime=5.82
/proc/30618/task/30620/stat : 30620 (java) R 30616 30618 30593 0 -1 4202560 32059 0 1 0 568 14 0 0 25 0 13 0 30805883 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4109791763 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30618/tid=30621] ppid=30616 vsize=1529968 CPUtime=0.39
/proc/30618/task/30621/stat : 30621 (java) S 30616 30618 30593 0 -1 4202560 10666 0 0 0 35 4 0 0 18 0 13 0 30805885 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30622] ppid=30616 vsize=1529968 CPUtime=0.38
/proc/30618/task/30622/stat : 30622 (java) S 30616 30618 30593 0 -1 4202560 8621 0 0 0 34 4 0 0 18 0 13 0 30805885 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30623] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 13 0 30805886 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30805887 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30625/stat : 30625 (java) S 30616 30618 30593 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 30805887 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30626] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30626/stat : 30626 (java) S 30616 30618 30593 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30805891 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30627] ppid=30616 vsize=1529968 CPUtime=0.77
/proc/30618/task/30627/stat : 30627 (java) S 30616 30618 30593 0 -1 4202560 834 0 0 0 77 0 0 0 15 0 13 0 30805891 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30628] ppid=30616 vsize=1529968 CPUtime=1.13
/proc/30618/task/30628/stat : 30628 (java) S 30616 30618 30593 0 -1 4202560 1995 0 0 0 113 0 0 0 15 0 13 0 30805891 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30629] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30629/stat : 30629 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30805891 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30630] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30630/stat : 30630 (java) S 30616 30618 30593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30805891 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30631] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30631/stat : 30631 (java) S 30616 30618 30593 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 30806379 1566687232 51946 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 1529968

[startup+12.7007 s]
/proc/loadavg: 1.08 1.00 1.00 3/119 30631
/proc/meminfo: memFree=1604000/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1529968 CPUtime=14.94
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 55251 0 1 0 1469 25 0 0 18 0 13 0 30805882 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 382492 51947 1440 10 0 379794 0
[pid=30618/tid=30620] ppid=30616 vsize=1529968 CPUtime=12.21
/proc/30618/task/30620/stat : 30620 (java) R 30616 30618 30593 0 -1 4202560 32060 0 1 0 1207 14 0 0 25 0 13 0 30805883 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4109463881 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30618/tid=30621] ppid=30616 vsize=1529968 CPUtime=0.39
/proc/30618/task/30621/stat : 30621 (java) S 30616 30618 30593 0 -1 4202560 10666 0 0 0 35 4 0 0 18 0 13 0 30805885 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30622] ppid=30616 vsize=1529968 CPUtime=0.38
/proc/30618/task/30622/stat : 30622 (java) S 30616 30618 30593 0 -1 4202560 8621 0 0 0 34 4 0 0 18 0 13 0 30805885 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30623] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 30805886 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30805887 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30625/stat : 30625 (java) S 30616 30618 30593 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 30805887 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30626] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30626/stat : 30626 (java) S 30616 30618 30593 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30805891 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30627] ppid=30616 vsize=1529968 CPUtime=0.77
/proc/30618/task/30627/stat : 30627 (java) S 30616 30618 30593 0 -1 4202560 834 0 0 0 77 0 0 0 15 0 13 0 30805891 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30628] ppid=30616 vsize=1529968 CPUtime=1.14
/proc/30618/task/30628/stat : 30628 (java) S 30616 30618 30593 0 -1 4202560 1995 0 0 0 114 0 0 0 15 0 13 0 30805891 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30629] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30629/stat : 30629 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30805891 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30630] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30630/stat : 30630 (java) S 30616 30618 30593 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 30805891 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30631] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30631/stat : 30631 (java) S 30616 30618 30593 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 30806379 1566687232 51947 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.94
Current children cumulated vsize (KiB) 1529968

[startup+25.5016 s]
/proc/loadavg: 1.06 1.00 1.00 2/119 30631
/proc/meminfo: memFree=1583292/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1529968 CPUtime=27.89
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 61060 0 1 0 2761 28 0 0 18 0 13 0 30805882 1566687232 57109 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 382492 57109 1445 10 0 379794 0
[pid=30618/tid=30620] ppid=30616 vsize=1529968 CPUtime=24.6
/proc/30618/task/30620/stat : 30620 (java) R 30616 30618 30593 0 -1 4202560 32063 0 1 0 2446 14 0 0 25 0 13 0 30805883 1566687232 57109 1992294400 134512640 134550932 4290003632 18446744073709551615 4109743978 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30618/tid=30621] ppid=30616 vsize=1529968 CPUtime=0.46
/proc/30618/task/30621/stat : 30621 (java) S 30616 30618 30593 0 -1 4202560 10799 0 0 0 41 5 0 0 18 0 13 0 30805885 1566687232 57109 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30622] ppid=30616 vsize=1529968 CPUtime=0.46
/proc/30618/task/30622/stat : 30622 (java) S 30616 30618 30593 0 -1 4202560 8893 0 0 0 42 4 0 0 18 0 13 0 30805885 1566687232 57109 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30623] ppid=30616 vsize=1529968 CPUtime=0.28
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 5163 0 0 0 27 1 0 0 15 0 13 0 30805886 1566687232 57109 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1529968 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30805887 1566687232 57109 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1529968 CPUtime=0

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

[pid=30618/tid=30623] ppid=30616 vsize=1530468 CPUtime=11.82
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 18081 0 0 0 1175 7 0 0 15 0 13 0 30805886 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30625/stat : 30625 (java) S 30616 30618 30593 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30626] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30626/stat : 30626 (java) S 30616 30618 30593 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30627] ppid=30616 vsize=1530468 CPUtime=0.8
/proc/30618/task/30627/stat : 30627 (java) S 30616 30618 30593 0 -1 4202560 836 0 0 0 80 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30628] ppid=30616 vsize=1530468 CPUtime=1.4
/proc/30618/task/30628/stat : 30628 (java) S 30616 30618 30593 0 -1 4202560 2318 0 0 0 140 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30629] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30629/stat : 30629 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30630] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30630/stat : 30630 (java) S 30616 30618 30593 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30631] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30631/stat : 30631 (java) S 30616 30618 30593 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 30806379 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.8
Current children cumulated vsize (KiB) 1530468

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30687
/proc/meminfo: memFree=1557872/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1530468 CPUtime=1664.8
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 80515 0 1 0 166437 43 0 0 18 0 13 0 30805882 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 382617 62772 1445 10 0 379919 0
[pid=30618/tid=30620] ppid=30616 vsize=1530468 CPUtime=1648.35
/proc/30618/task/30620/stat : 30620 (java) R 30616 30618 30593 0 -1 4202560 32135 0 1 0 164817 18 0 0 25 0 13 0 30805883 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4109463910 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30618/tid=30621] ppid=30616 vsize=1530468 CPUtime=1.08
/proc/30618/task/30621/stat : 30621 (java) S 30616 30618 30593 0 -1 4202560 13993 0 0 0 101 7 0 0 15 0 13 0 30805885 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30622] ppid=30616 vsize=1530468 CPUtime=1.03
/proc/30618/task/30622/stat : 30622 (java) S 30616 30618 30593 0 -1 4202560 11736 0 0 0 96 7 0 0 15 0 13 0 30805885 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30623] ppid=30616 vsize=1530468 CPUtime=12.08
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 18334 0 0 0 1200 8 0 0 15 0 13 0 30805886 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30625/stat : 30625 (java) S 30616 30618 30593 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30626] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30626/stat : 30626 (java) S 30616 30618 30593 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30627] ppid=30616 vsize=1530468 CPUtime=0.8
/proc/30618/task/30627/stat : 30627 (java) S 30616 30618 30593 0 -1 4202560 836 0 0 0 80 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30628] ppid=30616 vsize=1530468 CPUtime=1.4
/proc/30618/task/30628/stat : 30628 (java) S 30616 30618 30593 0 -1 4202560 2318 0 0 0 140 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30629] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30629/stat : 30629 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30630] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30630/stat : 30630 (java) S 30616 30618 30593 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30631] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30631/stat : 30631 (java) S 30616 30618 30593 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 30806379 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1664.8
Current children cumulated vsize (KiB) 1530468

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30689
/proc/meminfo: memFree=1557872/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1530468 CPUtime=1724.81
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 80776 0 1 0 172437 44 0 0 18 0 13 0 30805882 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 382617 62772 1445 10 0 379919 0
[pid=30618/tid=30620] ppid=30616 vsize=1530468 CPUtime=1708.06
/proc/30618/task/30620/stat : 30620 (java) R 30616 30618 30593 0 -1 4202560 32137 0 1 0 170788 18 0 0 25 0 13 0 30805883 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4109697133 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30618/tid=30621] ppid=30616 vsize=1530468 CPUtime=1.1
/proc/30618/task/30621/stat : 30621 (java) S 30616 30618 30593 0 -1 4202560 13993 0 0 0 103 7 0 0 15 0 13 0 30805885 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30622] ppid=30616 vsize=1530468 CPUtime=1.05
/proc/30618/task/30622/stat : 30622 (java) S 30616 30618 30593 0 -1 4202560 11736 0 0 0 98 7 0 0 16 0 13 0 30805885 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30623] ppid=30616 vsize=1530468 CPUtime=12.33
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 18589 0 0 0 1225 8 0 0 15 0 13 0 30805886 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30625/stat : 30625 (java) S 30616 30618 30593 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30626] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30626/stat : 30626 (java) S 30616 30618 30593 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30627] ppid=30616 vsize=1530468 CPUtime=0.8
/proc/30618/task/30627/stat : 30627 (java) S 30616 30618 30593 0 -1 4202560 836 0 0 0 80 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30628] ppid=30616 vsize=1530468 CPUtime=1.4
/proc/30618/task/30628/stat : 30628 (java) S 30616 30618 30593 0 -1 4202560 2318 0 0 0 140 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30629] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30629/stat : 30629 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30630] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30630/stat : 30630 (java) S 30616 30618 30593 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30631] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30631/stat : 30631 (java) S 30616 30618 30593 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 30806379 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1724.81
Current children cumulated vsize (KiB) 1530468

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30689
/proc/meminfo: memFree=1557748/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1530468 CPUtime=1784.83
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 82798 0 1 0 178438 45 0 0 18 0 13 0 30805882 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 382617 62772 1445 10 0 379919 0
[pid=30618/tid=30620] ppid=30616 vsize=1530468 CPUtime=1765.88
/proc/30618/task/30620/stat : 30620 (java) R 30616 30618 30593 0 -1 4202560 32145 0 1 0 176570 18 0 0 25 0 13 0 30805883 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4109697187 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30618/tid=30621] ppid=30616 vsize=1530468 CPUtime=1.15
/proc/30618/task/30621/stat : 30621 (java) S 30616 30618 30593 0 -1 4202560 13993 0 0 0 108 7 0 0 16 0 13 0 30805885 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30622] ppid=30616 vsize=1530468 CPUtime=1.09
/proc/30618/task/30622/stat : 30622 (java) S 30616 30618 30593 0 -1 4202560 11736 0 0 0 102 7 0 0 15 0 13 0 30805885 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30623] ppid=30616 vsize=1530468 CPUtime=14.44
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 20601 0 0 0 1435 9 0 0 15 0 13 0 30805886 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30625/stat : 30625 (java) S 30616 30618 30593 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30626] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30626/stat : 30626 (java) S 30616 30618 30593 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30627] ppid=30616 vsize=1530468 CPUtime=0.8
/proc/30618/task/30627/stat : 30627 (java) S 30616 30618 30593 0 -1 4202560 836 0 0 0 80 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30628] ppid=30616 vsize=1530468 CPUtime=1.4
/proc/30618/task/30628/stat : 30628 (java) S 30616 30618 30593 0 -1 4202560 2318 0 0 0 140 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30629] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30629/stat : 30629 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30630] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30630/stat : 30630 (java) S 30616 30618 30593 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30631] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30631/stat : 30631 (java) S 30616 30618 30593 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 30806379 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1784.83
Current children cumulated vsize (KiB) 1530468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30691
/proc/meminfo: memFree=1557748/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=1530468 CPUtime=1800.06
/proc/30618/stat : 30618 (java) S 30616 30618 30593 0 -1 4202496 83306 0 1 0 179960 46 0 0 18 0 13 0 30805882 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 382617 62772 1445 10 0 379919 0
[pid=30618/tid=30620] ppid=30616 vsize=1530468 CPUtime=1780.53
/proc/30618/task/30620/stat : 30620 (java) R 30616 30618 30593 0 -1 4202560 32147 0 1 0 178035 18 0 0 25 0 13 0 30805883 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4109699140 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30618/tid=30621] ppid=30616 vsize=1530468 CPUtime=1.16
/proc/30618/task/30621/stat : 30621 (java) S 30616 30618 30593 0 -1 4202560 13993 0 0 0 109 7 0 0 15 0 13 0 30805885 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30622] ppid=30616 vsize=1530468 CPUtime=1.1
/proc/30618/task/30622/stat : 30622 (java) S 30616 30618 30593 0 -1 4202560 11736 0 0 0 103 7 0 0 16 0 13 0 30805885 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30623] ppid=30616 vsize=1530468 CPUtime=14.99
/proc/30618/task/30623/stat : 30623 (java) S 30616 30618 30593 0 -1 4202560 21105 0 0 0 1490 9 0 0 15 0 13 0 30805886 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 0 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30624] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30624/stat : 30624 (java) S 30616 30618 30593 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30625] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30625/stat : 30625 (java) S 30616 30618 30593 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 30805887 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30626] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30626/stat : 30626 (java) S 30616 30618 30593 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30627] ppid=30616 vsize=1530468 CPUtime=0.8
/proc/30618/task/30627/stat : 30627 (java) S 30616 30618 30593 0 -1 4202560 836 0 0 0 80 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30628] ppid=30616 vsize=1530468 CPUtime=1.4
/proc/30618/task/30628/stat : 30628 (java) S 30616 30618 30593 0 -1 4202560 2318 0 0 0 140 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30629] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30629/stat : 30629 (java) S 30616 30618 30593 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
[pid=30618/tid=30630] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30630/stat : 30630 (java) S 30616 30618 30593 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 30805891 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 1 0 0 0
[pid=30618/tid=30631] ppid=30616 vsize=1530468 CPUtime=0
/proc/30618/task/30631/stat : 30631 (java) S 30616 30618 30593 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 30806379 1567199232 62772 1992294400 134512640 134550932 4290003632 18446744073709551615 4294960144 0 4 0 16800975 18446604437871876800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1530468

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

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

[startup+1797.61 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 30691
/proc/meminfo: memFree=1557748/2059040 swapFree=4140228/4192956
[pid=30618] ppid=30616 vsize=0 CPUtime=1800.18
/proc/30618/stat : 30618 (java) Z 30616 30618 30593 0 -1 4203548 83330 0 1 0 179970 48 0 0 17 0 2 0 30805882 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30618/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.62
CPU time (s): 1800.2
CPU user time (s): 1799.71
CPU system time (s): 0.487925
CPU usage (%): 100.143
Max. virtual memory (cumulated for all children) (KiB): 1531472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.487925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83330
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= 37587
involuntary context switches= 16051

runsolver used 3.66244 second user time and 9.55855 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-14 23:47:21
IDJOB=2659208
IDBENCH=2429
IDSOLVER=1164
FILE ID=node009/2659208-1276552041
PBS_JOBID= 11173493
Free space on /tmp= 62444 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-czprob.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659208-1276552041/watcher-2659208-1276552041 -o /tmp/evaluation-result-2659208-1276552041/solver-2659208-1276552041 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659208-1276552041.opb

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

MD5SUM BENCH= b2a2d9103ca6e5798123e19b8527d11e
RANDOM SEED=1860299606

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1808044 kB
Buffers:         48500 kB
Cached:         123216 kB
SwapCached:       6120 kB
Active:          81824 kB
Inactive:       102488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1808044 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            6172 kB
Writeback:           0 kB
AnonPages:       10832 kB
Mapped:          12916 kB
Slab:            44732 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180220 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= 62444 MiB
End job on node009 at 2010-06-15 00:17:21