Trace number 2659496

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1800.25 1796.62

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2659496-1276318482.opb
0.23/0.21	c reading problem ... 
9.64/8.54	c ... done. Wall clock time 8.328s.
9.64/8.54	c #vars     3750
9.64/8.54	c #constraints  468375
9.64/8.54	c constraints type 
9.64/8.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
9.64/8.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
15.95/14.37	c cleaning 2500 clauses out of 5000 with flag 5000/5000
21.86/20.11	c cleaning 4241 clauses out of 8500 with flag 11000/11000
27.97/26.25	c cleaning 5617 clauses out of 11259 with flag 18000/18000
34.89/33.16	c cleaning 6810 clauses out of 13644 with flag 26002/26002
42.28/40.49	c cleaning 7914 clauses out of 15832 with flag 35000/35000
50.10/48.24	c cleaning 8955 clauses out of 17919 with flag 45001/45001
58.49/56.69	c cleaning 9976 clauses out of 19964 with flag 56001/56001
66.91/65.03	c cleaning 10987 clauses out of 21988 with flag 68001/68001
77.62/75.72	c cleaning 11992 clauses out of 24001 with flag 81001/81001
87.73/85.88	c cleaning 12987 clauses out of 26009 with flag 95001/95001
98.74/96.83	c cleaning 14001 clauses out of 28022 with flag 110001/110001
110.84/108.88	c cleaning 14993 clauses out of 30020 with flag 126000/126000
124.61/122.55	c cleaning 15996 clauses out of 32028 with flag 143001/143001
138.72/136.63	c cleaning 17002 clauses out of 34031 with flag 161000/161000
154.62/152.58	c cleaning 18010 clauses out of 36030 with flag 180001/180001
169.94/167.88	c cleaning 19001 clauses out of 38020 with flag 200001/200001
189.34/187.23	c cleaning 20002 clauses out of 40018 with flag 221000/221000
208.35/206.24	c cleaning 21002 clauses out of 42016 with flag 243000/243000
228.69/226.53	c cleaning 21987 clauses out of 44014 with flag 266000/266000
248.60/246.47	c cleaning 23002 clauses out of 46027 with flag 290000/290000
268.70/266.57	c cleaning 23999 clauses out of 48025 with flag 315000/315000
297.71/295.55	c cleaning 24997 clauses out of 50026 with flag 341000/341000
321.85/319.69	c cleaning 26009 clauses out of 52029 with flag 368000/368000
352.66/350.48	c cleaning 27001 clauses out of 54022 with flag 396002/396002
378.78/376.59	c cleaning 27995 clauses out of 56019 with flag 425000/425000
407.40/405.14	c cleaning 28997 clauses out of 58025 with flag 455001/455001
439.31/437.04	c cleaning 30002 clauses out of 60027 with flag 486000/486000
480.24/477.99	c cleaning 31004 clauses out of 62025 with flag 518000/518000
519.75/517.45	c cleaning 31996 clauses out of 64022 with flag 551001/551001
566.27/563.91	c cleaning 33002 clauses out of 66025 with flag 585000/585000
595.81/593.50	c cleaning 33999 clauses out of 68023 with flag 620000/620000
628.02/625.69	c cleaning 34996 clauses out of 70024 with flag 656000/656000
665.15/662.78	c cleaning 36004 clauses out of 72028 with flag 693000/693000
705.18/702.80	c cleaning 37008 clauses out of 74025 with flag 731001/731001
763.80/761.36	c cleaning 37999 clauses out of 76020 with flag 770004/770004
808.53/806.02	c cleaning 38985 clauses out of 78018 with flag 810001/810001
860.66/858.11	c cleaning 39999 clauses out of 80032 with flag 851000/851000
917.19/914.61	c cleaning 41004 clauses out of 82033 with flag 893000/893000
955.23/952.68	c cleaning 42000 clauses out of 84031 with flag 936002/936002
1004.35/1001.77	c cleaning 42995 clauses out of 86029 with flag 980000/980000
1058.17/1055.52	c cleaning 44007 clauses out of 88035 with flag 1025001/1025001
1126.10/1123.48	c cleaning 45002 clauses out of 90029 with flag 1071002/1071002
1180.63/1177.93	c cleaning 45989 clauses out of 92026 with flag 1118001/1118001
1268.83/1266.04	c cleaning 47005 clauses out of 94039 with flag 1166003/1166003
1329.78/1326.80	c cleaning 47989 clauses out of 96031 with flag 1215000/1215000
1411.97/1408.98	c cleaning 49008 clauses out of 98043 with flag 1265001/1265001
1498.97/1495.82	c cleaning 50007 clauses out of 100034 with flag 1316000/1316000
1547.64/1544.43	c cleaning 51003 clauses out of 102028 with flag 1368001/1368001
1605.32/1602.09	c cleaning 51993 clauses out of 104024 with flag 1421000/1421000
1674.32/1670.99	c cleaning 53000 clauses out of 106031 with flag 1475000/1475000
1760.41/1756.90	c cleaning 54009 clauses out of 108031 with flag 1530000/1530000
1800.08/1796.51	c starts		: 208
1800.08/1796.51	c conflicts		: 1561024
1800.08/1796.51	c decisions		: 2327695
1800.08/1796.51	c propagations		: 297969910
1800.08/1796.51	c inspects		: 3907253239
1800.08/1796.51	c learnt literals	: 0
1800.08/1796.51	c learnt binary clauses	: 0
1800.08/1796.51	c learnt ternary clauses	: 0
1800.08/1796.51	c learnt clauses	: 1561024
1800.08/1796.51	c ignored clauses	: 0
1800.08/1796.51	c root simplifications	: 0
1800.08/1796.51	c removed literals (reason simplification)	: 42030004
1800.08/1796.51	c reason swapping (by a shorter reason)	: 0
1800.08/1796.51	c Calls to reduceDB	: 51
1800.08/1796.51	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.51	c number of learned constraints concerned by reduction	: 0
1800.08/1796.51	c number of learning phase by resolution	: 0
1800.08/1796.51	c number of learning phase by cutting planes	: 0
1800.08/1796.51	c speed (assignments/second)	: 166652.44757747883
1800.08/1796.52	c non guided choices	1360
1800.08/1796.57	c learnt constraints type 
1800.08/1796.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 85053
1800.08/1796.57	c constraints type 
1800.08/1796.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
1800.08/1796.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
1800.08/1796.57	s UNKNOWN
1800.08/1796.57	c Total wall clock time (in seconds): 1796.357

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9934
/proc/meminfo: memFree=1503728/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=444 CPUtime=0
/proc/9934/stat : 9934 (java6) R 9932 9934 8544 0 -1 4194304 129 0 0 0 0 0 0 0 21 0 1 0 7452334 454656 48 1992294400 134512640 134550932 4291044752 18446744073709551615 8045140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9934/statm: 111 49 39 10 0 25 0

[startup+0.0631401 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9934
/proc/meminfo: memFree=1503728/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1521664 CPUtime=0.05
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 3625 0 1 0 3 2 0 0 15 0 7 0 7452334 1558183936 3066 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 380416 3066 1024 10 0 377726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521664

[startup+0.101142 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9934
/proc/meminfo: memFree=1503728/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1524184 CPUtime=0.08
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 3948 0 1 0 6 2 0 0 15 0 12 0 7452334 1560764416 3387 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 381046 3387 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301159 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9934
/proc/meminfo: memFree=1503728/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1526084 CPUtime=0.33
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 5286 0 1 0 30 3 0 0 15 0 12 0 7452334 1562710016 4723 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 381521 4723 1361 10 0 378823 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526084

[startup+0.700055 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 9934
/proc/meminfo: memFree=1503728/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1527644 CPUtime=0.98
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 7114 0 1 0 94 4 0 0 15 0 12 0 7452334 1564307456 6416 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 381911 6417 1403 10 0 379213 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1527644

[startup+1.50004 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 9946
/proc/meminfo: memFree=1466372/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1529068 CPUtime=2
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 21460 0 1 0 190 10 0 0 15 0 12 0 7452334 1565765632 20541 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 382267 20543 1410 10 0 379569 0
[pid=9934/tid=9936] ppid=9932 vsize=1529068 CPUtime=1.15
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4202560 18700 0 1 0 108 7 0 0 25 0 12 0 7452335 1565765632 20544 1992294400 134512640 134550932 4289120912 18446744073709551615 4109964662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9934/tid=9937] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9937/stat : 9937 (java) S 9932 9934 8544 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 7452337 1565765632 20545 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9938] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9938/stat : 9938 (java) S 9932 9934 8544 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7452337 1565765632 20547 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9939] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9939/stat : 9939 (java) S 9932 9934 8544 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 7452338 1565765632 20548 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9940] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 7452339 1565765632 20550 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 7452339 1565765632 20551 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9942/stat : 9942 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7452343 1565765632 20553 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9943] ppid=9932 vsize=1529068 CPUtime=0.4
/proc/9934/task/9943/stat : 9943 (java) S 9932 9934 8544 0 -1 4202560 476 0 0 0 40 0 0 0 17 0 12 0 7452343 1565765632 20554 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9944] ppid=9932 vsize=1529068 CPUtime=0.4
/proc/9934/task/9944/stat : 9944 (java) S 9932 9934 8544 0 -1 4202560 1221 0 0 0 40 0 0 0 16 0 12 0 7452343 1565765632 20556 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9945] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9945/stat : 9945 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7452343 1565765632 20557 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9946] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9946/stat : 9946 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7452343 1565765632 20559 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1529068

[startup+3.10102 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 9946
/proc/meminfo: memFree=1369032/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1529068 CPUtime=3.65
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 37742 0 1 0 348 17 0 0 15 0 12 0 7452334 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 382267 36783 1420 10 0 379569 0
[pid=9934/tid=9936] ppid=9932 vsize=1529068 CPUtime=2.69
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4202560 31968 0 1 0 255 14 0 0 19 0 12 0 7452335 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4109906132 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9934/tid=9937] ppid=9932 vsize=1529068 CPUtime=0.04
/proc/9934/task/9937/stat : 9937 (java) S 9932 9934 8544 0 -1 4202560 1496 0 0 0 4 0 0 0 16 0 12 0 7452337 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9938] ppid=9932 vsize=1529068 CPUtime=0.05
/proc/9934/task/9938/stat : 9938 (java) S 9932 9934 8544 0 -1 4202560 1509 0 0 0 5 0 0 0 16 0 12 0 7452337 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9939] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9939/stat : 9939 (java) S 9932 9934 8544 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 7452338 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9940] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 7452339 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7452339 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9942/stat : 9942 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7452343 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9943] ppid=9932 vsize=1529068 CPUtime=0.4
/proc/9934/task/9943/stat : 9943 (java) S 9932 9934 8544 0 -1 4202560 476 0 0 0 40 0 0 0 17 0 12 0 7452343 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9944] ppid=9932 vsize=1529068 CPUtime=0.4
/proc/9934/task/9944/stat : 9944 (java) S 9932 9934 8544 0 -1 4202560 1221 0 0 0 40 0 0 0 16 0 12 0 7452343 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9945] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9945/stat : 9945 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7452343 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9946] ppid=9932 vsize=1529068 CPUtime=0
/proc/9934/task/9946/stat : 9946 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7452343 1565765632 36783 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 1529068

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 9946
/proc/meminfo: memFree=1340884/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1528044 CPUtime=7.12
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 44441 0 1 0 691 21 0 0 15 0 12 0 7452334 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 382011 43282 1420 10 0 379313 0
[pid=9934/tid=9936] ppid=9932 vsize=1528044 CPUtime=5.61
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4202560 31974 0 1 0 547 14 0 0 22 0 12 0 7452335 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4109979817 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9934/tid=9937] ppid=9932 vsize=1528044 CPUtime=0.32
/proc/9934/task/9937/stat : 9937 (java) S 9932 9934 8544 0 -1 4202560 5302 0 0 0 30 2 0 0 16 0 12 0 7452337 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9938] ppid=9932 vsize=1528044 CPUtime=0.32
/proc/9934/task/9938/stat : 9938 (java) S 9932 9934 8544 0 -1 4202560 4388 0 0 0 31 1 0 0 16 0 12 0 7452337 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9939] ppid=9932 vsize=1528044 CPUtime=0
/proc/9934/task/9939/stat : 9939 (java) S 9932 9934 8544 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 12 0 7452338 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9940] ppid=9932 vsize=1528044 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 7452339 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1528044 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 7452339 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1528044 CPUtime=0
/proc/9934/task/9942/stat : 9942 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 7452343 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9943] ppid=9932 vsize=1528044 CPUtime=0.4
/proc/9934/task/9943/stat : 9943 (java) S 9932 9934 8544 0 -1 4202560 476 0 0 0 40 0 0 0 15 0 12 0 7452343 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9944] ppid=9932 vsize=1528044 CPUtime=0.4
/proc/9934/task/9944/stat : 9944 (java) S 9932 9934 8544 0 -1 4202560 1221 0 0 0 40 0 0 0 16 0 12 0 7452343 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9945] ppid=9932 vsize=1528044 CPUtime=0
/proc/9934/task/9945/stat : 9945 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 7452343 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9946] ppid=9932 vsize=1528044 CPUtime=0
/proc/9934/task/9946/stat : 9946 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 7452343 1564717056 43282 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 1528044

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9947
/proc/meminfo: memFree=1306528/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1530300 CPUtime=14.34
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 52316 0 1 0 1409 25 0 0 15 0 13 0 7452334 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 382575 50373 1439 10 0 379877 0
[pid=9934/tid=9936] ppid=9932 vsize=1530300 CPUtime=11.4
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4202560 32019 0 1 0 1125 15 0 0 25 0 13 0 7452335 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4110147874 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9934/tid=9937] ppid=9932 vsize=1530300 CPUtime=0.66
/proc/9934/task/9937/stat : 9937 (java) S 9932 9934 8544 0 -1 4202560 8361 0 0 0 62 4 0 0 16 0 13 0 7452337 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9938] ppid=9932 vsize=1530300 CPUtime=0.65
/proc/9934/task/9938/stat : 9938 (java) S 9932 9934 8544 0 -1 4202560 8146 0 0 0 62 3 0 0 15 0 13 0 7452337 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9939] ppid=9932 vsize=1530300 CPUtime=0
/proc/9934/task/9939/stat : 9939 (java) S 9932 9934 8544 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 7452338 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9940] ppid=9932 vsize=1530300 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7452339 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1530300 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7452339 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1530300 CPUtime=0
/proc/9934/task/9942/stat : 9942 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7452343 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9943] ppid=9932 vsize=1530300 CPUtime=0.76
/proc/9934/task/9943/stat : 9943 (java) S 9932 9934 8544 0 -1 4202560 933 0 0 0 76 0 0 0 16 0 13 0 7452343 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9944] ppid=9932 vsize=1530300 CPUtime=0.82
/proc/9934/task/9944/stat : 9944 (java) S 9932 9934 8544 0 -1 4202560 1772 0 0 0 82 0 0 0 16 0 13 0 7452343 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9945] ppid=9932 vsize=1530300 CPUtime=0
/proc/9934/task/9945/stat : 9945 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7452343 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9946] ppid=9932 vsize=1530300 CPUtime=0
/proc/9934/task/9946/stat : 9946 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7452343 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9947] ppid=9932 vsize=1530300 CPUtime=0
/proc/9934/task/9947/stat : 9947 (java) S 9932 9934 8544 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7453190 1567027200 50373 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.34
Current children cumulated vsize (KiB) 1530300

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9949
/proc/meminfo: memFree=1287432/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1530300 CPUtime=27.26
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 57302 0 1 0 2699 27 0 0 15 0 13 0 7452334 1567027200 55246 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 382575 55246 1444 10 0 379877 0
[pid=9934/tid=9936] ppid=9932 vsize=1530300 CPUtime=23.42
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4202560 32023 0 1 0 2327 15 0 0 25 0 13 0 7452335 1567027200 55246 1992294400 134512640 134550932 4289120912 18446744073709551615 4110221836 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9934/tid=9937] ppid=9932 vsize=1530300 CPUtime=0.74
/proc/9934/task/9937/stat : 9937 (java) S 9932 9934 8544 0 -1 4202560 9105 0 0 0 70 4 0 0 15 0 13 0 7452337 1567027200 55246 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9938] ppid=9932 vsize=1530300 CPUtime=0.73
/proc/9934/task/9938/stat : 9938 (java) S 9932 9934 8544 0 -1 4202560 9640 0 0 0 70 3 0 0 16 0 13 0 7452337 1567027200 55246 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9939] ppid=9932 vsize=1530300 CPUtime=0.62
/proc/9934/task/9939/stat : 9939 (java) S 9932 9934 8544 0 -1 4202560 2750 0 0 0 62 0 0 0 15 0 13 0 7452338 1567027200 55246 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9940] ppid=9932 vsize=1530300 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7452339 1567027200 55246 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1530300 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7452339 1567027200 55246 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1530300 CPUtime=0

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

[pid=9934/tid=9940] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9942/stat : 9942 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9943] ppid=9932 vsize=1530904 CPUtime=1.1
/proc/9934/task/9943/stat : 9943 (java) S 9932 9934 8544 0 -1 4202560 1583 0 0 0 110 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9944] ppid=9932 vsize=1530904 CPUtime=0.9
/proc/9934/task/9944/stat : 9944 (java) S 9932 9934 8544 0 -1 4202560 1793 0 0 0 90 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9945] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9945/stat : 9945 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9946] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9946/stat : 9946 (java) S 9932 9934 8544 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9947] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9947/stat : 9947 (java) S 9932 9934 8544 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7453190 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1605.67
Current children cumulated vsize (KiB) 1530904

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10003
/proc/meminfo: memFree=1191580/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1530904 CPUtime=1665.65
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 91614 0 1 0 166491 74 0 0 15 0 13 0 7452334 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 382726 78645 1444 10 0 380028 0
[pid=9934/tid=9936] ppid=9932 vsize=1530904 CPUtime=1641.74
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4202560 32074 0 1 0 164131 43 0 0 25 0 13 0 7452335 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4110147661 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9934/tid=9937] ppid=9932 vsize=1530904 CPUtime=2.65
/proc/9934/task/9937/stat : 9937 (java) S 9932 9934 8544 0 -1 4202560 24244 0 0 0 254 11 0 0 16 0 13 0 7452337 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9938] ppid=9932 vsize=1530904 CPUtime=2.66
/proc/9934/task/9938/stat : 9938 (java) S 9932 9934 8544 0 -1 4202560 26717 0 0 0 253 13 0 0 16 0 13 0 7452337 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9939] ppid=9932 vsize=1530904 CPUtime=16.54
/proc/9934/task/9939/stat : 9939 (java) S 9932 9934 8544 0 -1 4202560 4039 0 0 0 1651 3 0 0 15 0 13 0 7452338 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9940] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9942/stat : 9942 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9943] ppid=9932 vsize=1530904 CPUtime=1.1
/proc/9934/task/9943/stat : 9943 (java) S 9932 9934 8544 0 -1 4202560 1583 0 0 0 110 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9944] ppid=9932 vsize=1530904 CPUtime=0.9
/proc/9934/task/9944/stat : 9944 (java) S 9932 9934 8544 0 -1 4202560 1793 0 0 0 90 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9945] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9945/stat : 9945 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9946] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9946/stat : 9946 (java) S 9932 9934 8544 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9947] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9947/stat : 9947 (java) S 9932 9934 8544 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7453190 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.65
Current children cumulated vsize (KiB) 1530904

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10005
/proc/meminfo: memFree=1191456/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1530904 CPUtime=1725.75
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 91622 0 1 0 172498 77 0 0 15 0 13 0 7452334 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 382726 78645 1444 10 0 380028 0
[pid=9934/tid=9936] ppid=9932 vsize=1530904 CPUtime=1701.21
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4202560 32076 0 1 0 170075 46 0 0 25 0 13 0 7452335 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4110148561 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9934/tid=9937] ppid=9932 vsize=1530904 CPUtime=2.78
/proc/9934/task/9937/stat : 9937 (java) S 9932 9934 8544 0 -1 4202560 24244 0 0 0 267 11 0 0 15 0 13 0 7452337 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9938] ppid=9932 vsize=1530904 CPUtime=2.79
/proc/9934/task/9938/stat : 9938 (java) S 9932 9934 8544 0 -1 4202560 26717 0 0 0 266 13 0 0 16 0 13 0 7452337 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9939] ppid=9932 vsize=1530904 CPUtime=16.9
/proc/9934/task/9939/stat : 9939 (java) S 9932 9934 8544 0 -1 4202560 4041 0 0 0 1687 3 0 0 15 0 13 0 7452338 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9940] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9942/stat : 9942 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9943] ppid=9932 vsize=1530904 CPUtime=1.1
/proc/9934/task/9943/stat : 9943 (java) S 9932 9934 8544 0 -1 4202560 1583 0 0 0 110 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9944] ppid=9932 vsize=1530904 CPUtime=0.9
/proc/9934/task/9944/stat : 9944 (java) S 9932 9934 8544 0 -1 4202560 1793 0 0 0 90 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9945] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9945/stat : 9945 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9946] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9946/stat : 9946 (java) S 9932 9934 8544 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9947] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9947/stat : 9947 (java) S 9932 9934 8544 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7453190 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.75
Current children cumulated vsize (KiB) 1530904

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10007
/proc/meminfo: memFree=1191332/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1530904 CPUtime=1785.87
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 91632 0 1 0 178508 79 0 0 15 0 13 0 7452334 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 382726 78645 1444 10 0 380028 0
[pid=9934/tid=9936] ppid=9932 vsize=1530904 CPUtime=1760.67
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4202560 32078 0 1 0 176019 48 0 0 25 0 13 0 7452335 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4110217520 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9934/tid=9937] ppid=9932 vsize=1530904 CPUtime=2.93
/proc/9934/task/9937/stat : 9937 (java) S 9932 9934 8544 0 -1 4202560 24244 0 0 0 282 11 0 0 16 0 13 0 7452337 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9938] ppid=9932 vsize=1530904 CPUtime=2.94
/proc/9934/task/9938/stat : 9938 (java) S 9932 9934 8544 0 -1 4202560 26717 0 0 0 281 13 0 0 16 0 13 0 7452337 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9939] ppid=9932 vsize=1530904 CPUtime=17.27
/proc/9934/task/9939/stat : 9939 (java) S 9932 9934 8544 0 -1 4202560 4045 0 0 0 1724 3 0 0 15 0 13 0 7452338 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9940] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9942/stat : 9942 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9943] ppid=9932 vsize=1530904 CPUtime=1.1
/proc/9934/task/9943/stat : 9943 (java) S 9932 9934 8544 0 -1 4202560 1583 0 0 0 110 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9944] ppid=9932 vsize=1530904 CPUtime=0.9
/proc/9934/task/9944/stat : 9944 (java) S 9932 9934 8544 0 -1 4202560 1793 0 0 0 90 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9945] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9945/stat : 9945 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9946] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9946/stat : 9946 (java) S 9932 9934 8544 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9947] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9947/stat : 9947 (java) S 9932 9934 8544 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7453190 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.87
Current children cumulated vsize (KiB) 1530904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10007
/proc/meminfo: memFree=1191332/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=1530904 CPUtime=1800.08
/proc/9934/stat : 9934 (java) S 9932 9934 8544 0 -1 4202496 91632 0 1 0 179928 80 0 0 15 0 13 0 7452334 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 382726 78645 1444 10 0 380028 0
[pid=9934/tid=9936] ppid=9932 vsize=1530904 CPUtime=1774.87
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4202560 32078 0 1 0 177439 48 0 0 25 0 13 0 7452335 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4110147661 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9934/tid=9937] ppid=9932 vsize=1530904 CPUtime=2.93
/proc/9934/task/9937/stat : 9937 (java) S 9932 9934 8544 0 -1 4202560 24244 0 0 0 282 11 0 0 16 0 13 0 7452337 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9938] ppid=9932 vsize=1530904 CPUtime=2.94
/proc/9934/task/9938/stat : 9938 (java) S 9932 9934 8544 0 -1 4202560 26717 0 0 0 281 13 0 0 16 0 13 0 7452337 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9939] ppid=9932 vsize=1530904 CPUtime=17.27
/proc/9934/task/9939/stat : 9939 (java) S 9932 9934 8544 0 -1 4202560 4045 0 0 0 1724 3 0 0 15 0 13 0 7452338 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 0 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9940] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9940/stat : 9940 (java) S 9932 9934 8544 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9941] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9941/stat : 9941 (java) S 9932 9934 8544 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7452339 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9942] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9942/stat : 9942 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9943] ppid=9932 vsize=1530904 CPUtime=1.1
/proc/9934/task/9943/stat : 9943 (java) S 9932 9934 8544 0 -1 4202560 1583 0 0 0 110 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
[pid=9934/tid=9944] ppid=9932 vsize=1530904 CPUtime=0.9
/proc/9934/task/9944/stat : 9944 (java) S 9932 9934 8544 0 -1 4202560 1793 0 0 0 90 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9945] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9945/stat : 9945 (java) S 9932 9934 8544 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9946] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9946/stat : 9946 (java) S 9932 9934 8544 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 7452343 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 0 0 0 0
[pid=9934/tid=9947] ppid=9932 vsize=1530904 CPUtime=0
/proc/9934/task/9947/stat : 9947 (java) S 9932 9934 8544 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 7453190 1567645696 78645 1992294400 134512640 134550932 4289120912 18446744073709551615 4294960144 0 4 0 16800975 18446604437879076864 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1530904

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

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

[startup+1796.62 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 10007
/proc/meminfo: memFree=1191332/2059040 swapFree=4192956/4192956
[pid=9934] ppid=9932 vsize=0 CPUtime=1800.24
/proc/9934/stat : 9934 (java) Z 9932 9934 8544 0 -1 4203548 91663 0 1 0 179941 83 0 0 15 0 2 0 7452334 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9934/statm: 0 0 0 0 0 0 0
[pid=9934/tid=9936] ppid=9932 vsize=0 CPUtime=1774.94
/proc/9934/task/9936/stat : 9936 (java) R 9932 9934 8544 0 -1 4203588 32078 0 1 0 177443 51 0 0 25 0 2 0 7452335 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.62
CPU time (s): 1800.25
CPU user time (s): 1799.41
CPU system time (s): 0.834873
CPU usage (%): 100.202
Max. virtual memory (cumulated for all children) (KiB): 1530952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 0.834873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91663
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= 37444
involuntary context switches= 17075

runsolver used 3.61345 second user time and 9.61254 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-12 06:54:44
IDJOB=2659496
IDBENCH=1373
IDSOLVER=1164
FILE ID=node002/2659496-1276318482
PBS_JOBID= 11173145
Free space on /tmp= 62380 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659496-1276318482/watcher-2659496-1276318482 -o /tmp/evaluation-result-2659496-1276318482/solver-2659496-1276318482 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659496-1276318482.opb

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=2070594524

node002.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.242
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1504000 kB
Buffers:         93720 kB
Cached:         331352 kB
SwapCached:          0 kB
Active:         195872 kB
Inactive:       288596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1504000 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           20044 kB
Writeback:           0 kB
AnonPages:       59368 kB
Mapped:          15436 kB
Slab:            48720 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180548 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= 62380 MiB
End job on node002 at 2010-06-12 07:24:42