Trace number 2660242

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 CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.36 1795.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-4.opb
MD5SUM172d8bfe30610a29dfe3bb9d98ed3f4c
Bench CategoryOPT-SMALLINT (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13489
Number of constraints which are clauses13489
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c solving HOME/instance-2660242-1276446439.opb
0.24/0.21	c reading problem ... 
1.78/1.16	c ... done. Wall clock time 0.947s.
1.78/1.16	c #vars     6352
1.78/1.16	c #constraints  13357
1.78/1.16	c constraints type 
1.78/1.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6021
1.78/1.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7054
21.82/19.96	c cleaning 0 clauses out of 5000 with flag 0/5000
39.33/37.30	c cleaning 0 clauses out of 11000 with flag 0/11000
61.96/59.82	c cleaning 0 clauses out of 18000 with flag 0/18000
89.62/87.42	c cleaning 0 clauses out of 26001 with flag 0/26001
122.07/119.89	c cleaning 0 clauses out of 35000 with flag 0/35000
159.10/156.86	c cleaning 0 clauses out of 45003 with flag 0/45003
204.85/202.56	c cleaning 0 clauses out of 56001 with flag 0/56001
253.29/250.95	c cleaning 0 clauses out of 68000 with flag 0/68000
309.06/306.61	c cleaning 0 clauses out of 81000 with flag 0/81000
370.24/367.78	c cleaning 0 clauses out of 95001 with flag 0/95001
430.21/427.63	c cleaning 0 clauses out of 109001 with flag 0/109001
488.18/485.50	c cleaning 0 clauses out of 123000 with flag 0/123000
545.27/542.57	c cleaning 0 clauses out of 137000 with flag 0/137000
595.50/592.69	c cleaning 0 clauses out of 151001 with flag 0/151001
647.21/644.20	c cleaning 0 clauses out of 165000 with flag 0/165000
698.42/695.32	c cleaning 0 clauses out of 179000 with flag 0/179000
750.57/747.46	c cleaning 0 clauses out of 193000 with flag 0/193000
804.55/801.36	c cleaning 0 clauses out of 207000 with flag 0/207000
858.13/854.86	c cleaning 0 clauses out of 221002 with flag 0/221002
911.94/908.56	c cleaning 0 clauses out of 235001 with flag 0/235001
965.32/961.84	c cleaning 0 clauses out of 249001 with flag 0/249001
1021.42/1017.89	c cleaning 0 clauses out of 263001 with flag 0/263001
1079.36/1075.69	c cleaning 0 clauses out of 277000 with flag 0/277000
1135.80/1131.95	c cleaning 0 clauses out of 291003 with flag 0/291003
1193.80/1189.87	c cleaning 0 clauses out of 305002 with flag 0/305002
1250.80/1246.78	c cleaning 0 clauses out of 319000 with flag 0/319000
1309.82/1305.65	c cleaning 0 clauses out of 333000 with flag 0/333000
1370.91/1366.64	c cleaning 0 clauses out of 347000 with flag 0/347000
1428.41/1424.05	c cleaning 0 clauses out of 361000 with flag 0/361000
1486.83/1482.37	c cleaning 0 clauses out of 375000 with flag 0/375000
1545.82/1541.24	c cleaning 0 clauses out of 389003 with flag 0/389003
1609.79/1605.02	c cleaning 0 clauses out of 403000 with flag 0/403000
1671.62/1666.76	c cleaning 0 clauses out of 417000 with flag 0/417000
1735.17/1730.10	c cleaning 0 clauses out of 431000 with flag 0/431000
1798.28/1793.17	c cleaning 0 clauses out of 445004 with flag 0/445004
1800.09/1794.92	c starts		: 150
1800.09/1794.92	c conflicts		: 445319
1800.09/1794.92	c decisions		: 549684
1800.09/1794.92	c propagations		: 498506592
1800.09/1794.92	c inspects		: 2220223881
1800.09/1794.92	c learnt literals	: 0
1800.09/1794.92	c learnt binary clauses	: 74
1800.09/1794.92	c learnt ternary clauses	: 15
1800.09/1794.92	c learnt clauses	: 445319
1800.09/1794.92	c ignored clauses	: 0
1800.09/1794.92	c root simplifications	: 0
1800.09/1794.92	c removed literals (reason simplification)	: 0
1800.09/1794.92	c reason swapping (by a shorter reason)	: 0
1800.09/1794.92	c Calls to reduceDB	: 35
1800.09/1794.92	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.92	c number of learned constraints concerned by reduction	: 0
1800.09/1794.92	c number of learning phase by resolution	: 0
1800.09/1794.92	c number of learning phase by cutting planes	: 0
1800.09/1794.92	c speed (assignments/second)	: 277911.5333154937
1800.09/1794.92	c non guided choices	0
1800.29/1795.01	c learnt constraints type 
1800.29/1795.01	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 445257
1800.29/1795.01	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 74
1800.29/1795.01	c constraints type 
1800.29/1795.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6021
1800.29/1795.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7054
1800.29/1795.01	s UNKNOWN
1800.29/1795.01	c Total wall clock time (in seconds): 1794.806

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-2660242-1276446439/watcher-2660242-1276446439 -o /tmp/evaluation-result-2660242-1276446439/solver-2660242-1276446439 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660242-1276446439.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.84 0.95 0.98 3/106 27578
/proc/meminfo: memFree=1866652/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1832 CPUtime=0
/proc/27578/stat : 27578 (java6) R 27576 27578 27553 0 -1 4194304 251 0 0 0 0 0 0 0 19 0 1 0 20247891 1875968 154 1992294400 134512640 134550932 4287148016 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/27578/statm: 458 154 116 10 0 63 0

[startup+0.0417349 s]
/proc/loadavg: 0.84 0.95 0.98 3/106 27578
/proc/meminfo: memFree=1866652/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1520328 CPUtime=0.03
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 3328 0 1 0 1 2 0 0 18 0 4 0 20247891 1556815872 2770 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 380082 2770 945 10 0 377392 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1520328

[startup+0.100735 s]
/proc/loadavg: 0.84 0.95 0.98 3/106 27578
/proc/meminfo: memFree=1866652/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1524024 CPUtime=0.09
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 3935 0 1 0 6 3 0 0 18 0 12 0 20247891 1560600576 3373 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 381006 3373 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524024

[startup+0.300628 s]
/proc/loadavg: 0.84 0.95 0.98 3/106 27578
/proc/meminfo: memFree=1866652/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1526512 CPUtime=0.36
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 5387 0 1 0 32 4 0 0 18 0 12 0 20247891 1563148288 4823 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 381628 4823 1362 10 0 378930 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526512

[startup+0.700622 s]
/proc/loadavg: 0.84 0.95 0.98 3/106 27578
/proc/meminfo: memFree=1866652/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1532196 CPUtime=1.12
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 8543 0 1 0 107 5 0 0 18 0 12 0 20247891 1568968704 7663 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383049 7663 1394 10 0 380351 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1532196

[startup+1.50161 s]
/proc/loadavg: 0.84 0.95 0.98 4/118 27590
/proc/meminfo: memFree=1827560/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1532564 CPUtime=2.44
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 15217 0 1 0 235 9 0 0 18 0 13 0 20247891 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383141 13798 1421 10 0 380443 0
[pid=27578/tid=27580] ppid=27576 vsize=1532564 CPUtime=1.34
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 11337 0 1 0 127 7 0 0 20 0 13 0 20247893 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4108696193 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1532564 CPUtime=0
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 20247894 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1532564 CPUtime=0
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 20247894 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1532564 CPUtime=0
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 20247896 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1532564 CPUtime=0
/proc/27578/task/27584/stat : 27584 (java) S 27576 27578 27553 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 20247897 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27585] ppid=27576 vsize=1532564 CPUtime=0
/proc/27578/task/27585/stat : 27585 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 20247897 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27586] ppid=27576 vsize=1532564 CPUtime=0
/proc/27578/task/27586/stat : 27586 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20247901 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27587] ppid=27576 vsize=1532564 CPUtime=0.73
/proc/27578/task/27587/stat : 27587 (java) R 27576 27578 27553 0 -1 4202560 1491 0 0 0 73 0 0 0 16 0 13 0 20247901 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 105600711 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27578/tid=27588] ppid=27576 vsize=1532564 CPUtime=0.33
/proc/27578/task/27588/stat : 27588 (java) R 27576 27578 27553 0 -1 4202560 1318 0 0 0 33 0 0 0 24 0 13 0 20247901 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 104164131 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27578/tid=27589] ppid=27576 vsize=1532564 CPUtime=0
/proc/27578/task/27589/stat : 27589 (java) S 27576 27578 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 20247901 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27590] ppid=27576 vsize=1532564 CPUtime=0
/proc/27578/task/27590/stat : 27590 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20247901 1569345536 13798 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1532564

[startup+3.10159 s]
/proc/loadavg: 0.84 0.95 0.98 4/119 27591
/proc/meminfo: memFree=1806224/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1533592 CPUtime=4.84
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 36416 0 1 0 468 16 0 0 18 0 13 0 20247891 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383398 33986 1432 10 0 380700 0
[pid=27578/tid=27580] ppid=27576 vsize=1533592 CPUtime=2.7
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 31136 0 1 0 256 14 0 0 23 0 13 0 20247893 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4109336167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1533592 CPUtime=0
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 20247894 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1533592 CPUtime=0
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 20247894 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1533592 CPUtime=0
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 20247896 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1533592 CPUtime=0
/proc/27578/task/27584/stat : 27584 (java) S 27576 27578 27553 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 20247897 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27585] ppid=27576 vsize=1533592 CPUtime=0
/proc/27578/task/27585/stat : 27585 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 20247897 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27586] ppid=27576 vsize=1533592 CPUtime=0
/proc/27578/task/27586/stat : 27586 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20247901 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27587] ppid=27576 vsize=1533592 CPUtime=1.41
/proc/27578/task/27587/stat : 27587 (java) S 27576 27578 27553 0 -1 4202560 2441 0 0 0 141 0 0 0 15 0 13 0 20247901 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27588] ppid=27576 vsize=1533592 CPUtime=0.69
/proc/27578/task/27588/stat : 27588 (java) S 27576 27578 27553 0 -1 4202560 1768 0 0 0 69 0 0 0 19 0 13 0 20247901 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27589] ppid=27576 vsize=1533592 CPUtime=0
/proc/27578/task/27589/stat : 27589 (java) S 27576 27578 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 20247901 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27590] ppid=27576 vsize=1533592 CPUtime=0
/proc/27578/task/27590/stat : 27590 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20247901 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27591] ppid=27576 vsize=1533592 CPUtime=0
/proc/27578/task/27591/stat : 27591 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 20248038 1570398208 33986 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 1533592

[startup+6.30154 s]
/proc/loadavg: 0.85 0.95 0.98 2/119 27591
/proc/meminfo: memFree=1725624/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1532424 CPUtime=8.07
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 38927 0 1 0 789 18 0 0 18 0 13 0 20247891 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383106 36218 1441 10 0 380408 0
[pid=27578/tid=27580] ppid=27576 vsize=1532424 CPUtime=5.86
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 32124 0 1 0 571 15 0 0 25 0 13 0 20247893 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4109372790 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1532424 CPUtime=0.02
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 661 0 0 0 2 0 0 0 18 0 13 0 20247894 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1532424 CPUtime=0.02
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 848 0 0 0 2 0 0 0 18 0 13 0 20247894 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 13 0 20247896 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27584/stat : 27584 (java) S 27576 27578 27553 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27585] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27585/stat : 27585 (java) S 27576 27578 27553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27586] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27586/stat : 27586 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27587] ppid=27576 vsize=1532424 CPUtime=1.41
/proc/27578/task/27587/stat : 27587 (java) S 27576 27578 27553 0 -1 4202560 2441 0 0 0 141 0 0 0 15 0 13 0 20247901 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27588] ppid=27576 vsize=1532424 CPUtime=0.7
/proc/27578/task/27588/stat : 27588 (java) S 27576 27578 27553 0 -1 4202560 1768 0 0 0 70 0 0 0 17 0 13 0 20247901 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27589] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27589/stat : 27589 (java) S 27576 27578 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27590] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27590/stat : 27590 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20247901 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27591] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27591/stat : 27591 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 20248038 1569202176 36218 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 1532424

[startup+12.7014 s]
/proc/loadavg: 0.87 0.95 0.98 2/119 27591
/proc/meminfo: memFree=1694004/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1532424 CPUtime=14.53
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 47256 0 1 0 1431 22 0 0 18 0 13 0 20247891 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383106 44430 1441 10 0 380408 0
[pid=27578/tid=27580] ppid=27576 vsize=1532424 CPUtime=12.21
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 38436 0 1 0 1204 17 0 0 25 0 13 0 20247893 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4109452972 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1532424 CPUtime=0.06
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 1818 0 0 0 6 0 0 0 18 0 13 0 20247894 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1532424 CPUtime=0.06
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 1697 0 0 0 6 0 0 0 18 0 13 0 20247894 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 20247896 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27584/stat : 27584 (java) S 27576 27578 27553 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27585] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27585/stat : 27585 (java) S 27576 27578 27553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27586] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27586/stat : 27586 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27587] ppid=27576 vsize=1532424 CPUtime=1.41
/proc/27578/task/27587/stat : 27587 (java) S 27576 27578 27553 0 -1 4202560 2441 0 0 0 141 0 0 0 15 0 13 0 20247901 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27588] ppid=27576 vsize=1532424 CPUtime=0.71
/proc/27578/task/27588/stat : 27588 (java) S 27576 27578 27553 0 -1 4202560 1768 0 0 0 71 0 0 0 15 0 13 0 20247901 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27589] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27589/stat : 27589 (java) S 27576 27578 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27590] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27590/stat : 27590 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 20247901 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27591] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27591/stat : 27591 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 20248038 1569202176 44430 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.53
Current children cumulated vsize (KiB) 1532424

[startup+25.5003 s]
/proc/loadavg: 0.89 0.95 0.98 2/119 27591
/proc/meminfo: memFree=1691028/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1532424 CPUtime=27.51
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 47926 0 1 0 2728 23 0 0 18 0 13 0 20247891 1569202176 45035 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383106 45035 1447 10 0 380408 0
[pid=27578/tid=27580] ppid=27576 vsize=1532424 CPUtime=24.95
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 38447 0 1 0 2477 18 0 0 19 0 13 0 20247893 1569202176 45035 1992294400 134512640 134550932 4291066944 18446744073709551615 4109372667 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1532424 CPUtime=0.08
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 2192 0 0 0 8 0 0 0 15 0 13 0 20247894 1569202176 45035 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1532424 CPUtime=0.08
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 1947 0 0 0 8 0 0 0 16 0 13 0 20247894 1569202176 45035 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1532424 CPUtime=0.03
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 52 0 0 0 3 0 0 0 15 0 13 0 20247896 1569202176 45035 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1532424 CPUtime=0

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

[pid=27578] ppid=27576 vsize=1532424 CPUtime=1667.21
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 96248 0 1 0 166581 140 0 0 18 0 13 0 20247891 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383106 90662 1447 10 0 380408 0
[pid=27578/tid=27580] ppid=27576 vsize=1532424 CPUtime=1647.79
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 39382 0 1 0 164704 75 0 0 25 0 13 0 20247893 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4109336167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1532424 CPUtime=4.26
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 26026 0 0 0 401 25 0 0 15 0 13 0 20247894 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1532424 CPUtime=4.15
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 24624 0 0 0 385 30 0 0 16 0 13 0 20247894 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1532424 CPUtime=8.37
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 825 0 0 0 831 6 0 0 15 0 13 0 20247896 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27584/stat : 27584 (java) S 27576 27578 27553 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27585] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27585/stat : 27585 (java) S 27576 27578 27553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27586] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27586/stat : 27586 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27587] ppid=27576 vsize=1532424 CPUtime=1.7
/proc/27578/task/27587/stat : 27587 (java) S 27576 27578 27553 0 -1 4202560 2452 0 0 0 170 0 0 0 15 0 13 0 20247901 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27588] ppid=27576 vsize=1532424 CPUtime=0.88
/proc/27578/task/27588/stat : 27588 (java) S 27576 27578 27553 0 -1 4202560 1774 0 0 0 88 0 0 0 15 0 13 0 20247901 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27589] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27589/stat : 27589 (java) S 27576 27578 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27590] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27590/stat : 27590 (java) S 27576 27578 27553 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 20247901 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27591] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27591/stat : 27591 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 20248038 1569202176 90662 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.21
Current children cumulated vsize (KiB) 1532424

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/119 27637
/proc/meminfo: memFree=1499076/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1532424 CPUtime=1727.35
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 98438 0 1 0 172591 144 0 0 18 0 13 0 20247891 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383106 92753 1447 10 0 380408 0
[pid=27578/tid=27580] ppid=27576 vsize=1532424 CPUtime=1707.02
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 39404 0 1 0 170625 77 0 0 25 0 13 0 20247893 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4109336167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1532424 CPUtime=4.46
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 27237 0 0 0 420 26 0 0 16 0 13 0 20247894 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1532424 CPUtime=4.36
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 25539 0 0 0 405 31 0 0 16 0 13 0 20247894 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1532424 CPUtime=8.86
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 863 0 0 0 880 6 0 0 15 0 13 0 20247896 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27584/stat : 27584 (java) S 27576 27578 27553 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27585] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27585/stat : 27585 (java) S 27576 27578 27553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27586] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27586/stat : 27586 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27587] ppid=27576 vsize=1532424 CPUtime=1.7
/proc/27578/task/27587/stat : 27587 (java) S 27576 27578 27553 0 -1 4202560 2452 0 0 0 170 0 0 0 15 0 13 0 20247901 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27588] ppid=27576 vsize=1532424 CPUtime=0.88
/proc/27578/task/27588/stat : 27588 (java) S 27576 27578 27553 0 -1 4202560 1774 0 0 0 88 0 0 0 15 0 13 0 20247901 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27589] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27589/stat : 27589 (java) S 27576 27578 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27590] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27590/stat : 27590 (java) S 27576 27578 27553 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 20247901 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27591] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27591/stat : 27591 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 20248038 1569202176 92753 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.35
Current children cumulated vsize (KiB) 1532424

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/119 27639
/proc/meminfo: memFree=1491636/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1532424 CPUtime=1787.47
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 100022 0 1 0 178600 147 0 0 18 0 13 0 20247891 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383106 94238 1447 10 0 380408 0
[pid=27578/tid=27580] ppid=27576 vsize=1532424 CPUtime=1766.23
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 39426 0 1 0 176545 78 0 0 25 0 13 0 20247893 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4109372692 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1532424 CPUtime=4.65
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 28090 0 0 0 438 27 0 0 16 0 13 0 20247894 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1532424 CPUtime=4.57
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 26207 0 0 0 425 32 0 0 15 0 13 0 20247894 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1532424 CPUtime=9.38
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 902 0 0 0 932 6 0 0 15 0 13 0 20247896 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27584/stat : 27584 (java) S 27576 27578 27553 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27585] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27585/stat : 27585 (java) S 27576 27578 27553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27586] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27586/stat : 27586 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27587] ppid=27576 vsize=1532424 CPUtime=1.7
/proc/27578/task/27587/stat : 27587 (java) S 27576 27578 27553 0 -1 4202560 2452 0 0 0 170 0 0 0 15 0 13 0 20247901 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27588] ppid=27576 vsize=1532424 CPUtime=0.88
/proc/27578/task/27588/stat : 27588 (java) S 27576 27578 27553 0 -1 4202560 1774 0 0 0 88 0 0 0 15 0 13 0 20247901 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27589] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27589/stat : 27589 (java) S 27576 27578 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27590] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27590/stat : 27590 (java) S 27576 27578 27553 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 20247901 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27591] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27591/stat : 27591 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 20248038 1569202176 94238 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.47
Current children cumulated vsize (KiB) 1532424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/119 27639
/proc/meminfo: memFree=1490396/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1532424 CPUtime=1800.09
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 100363 0 1 0 179862 147 0 0 18 0 13 0 20247891 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383106 94570 1447 10 0 380408 0
[pid=27578/tid=27580] ppid=27576 vsize=1532424 CPUtime=1778.25
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 39430 0 1 0 177747 78 0 0 24 0 13 0 20247893 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4109336167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1532424 CPUtime=4.69
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 28293 0 0 0 442 27 0 0 15 0 13 0 20247894 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1532424 CPUtime=4.6
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 26285 0 0 0 428 32 0 0 16 0 13 0 20247894 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1532424 CPUtime=9.9
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 956 0 0 0 984 6 0 0 15 0 13 0 20247896 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27584/stat : 27584 (java) S 27576 27578 27553 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27585] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27585/stat : 27585 (java) S 27576 27578 27553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 20247897 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27586] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27586/stat : 27586 (java) S 27576 27578 27553 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27587] ppid=27576 vsize=1532424 CPUtime=1.7
/proc/27578/task/27587/stat : 27587 (java) S 27576 27578 27553 0 -1 4202560 2452 0 0 0 170 0 0 0 15 0 13 0 20247901 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27588] ppid=27576 vsize=1532424 CPUtime=0.88
/proc/27578/task/27588/stat : 27588 (java) S 27576 27578 27553 0 -1 4202560 1774 0 0 0 88 0 0 0 15 0 13 0 20247901 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27589] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27589/stat : 27589 (java) S 27576 27578 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 20247901 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27590] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27590/stat : 27590 (java) S 27576 27578 27553 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 20247901 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27591] ppid=27576 vsize=1532424 CPUtime=0
/proc/27578/task/27591/stat : 27591 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 20248038 1569202176 94570 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1532424

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

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

[startup+1795.02 s]
/proc/loadavg: 0.99 0.97 0.98 2/119 27639
/proc/meminfo: memFree=1490396/2059040 swapFree=4135652/4192956
[pid=27578] ppid=27576 vsize=1533072 CPUtime=1800.29
/proc/27578/stat : 27578 (java) S 27576 27578 27553 0 -1 4202496 100378 0 1 0 179882 147 0 0 18 0 15 0 20247891 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27578/statm: 383268 94585 1447 10 0 380570 0
[pid=27578/tid=27580] ppid=27576 vsize=1533072 CPUtime=1778.32
/proc/27578/task/27580/stat : 27580 (java) R 27576 27578 27553 0 -1 4202560 39430 0 1 0 177754 78 0 0 25 0 15 0 20247893 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4109355410 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27578/tid=27581] ppid=27576 vsize=1533072 CPUtime=4.69
/proc/27578/task/27581/stat : 27581 (java) S 27576 27578 27553 0 -1 4202560 28293 0 0 0 442 27 0 0 15 0 15 0 20247894 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27582] ppid=27576 vsize=1533072 CPUtime=4.6
/proc/27578/task/27582/stat : 27582 (java) S 27576 27578 27553 0 -1 4202560 26285 0 0 0 428 32 0 0 16 0 15 0 20247894 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27583] ppid=27576 vsize=1533072 CPUtime=9.9
/proc/27578/task/27583/stat : 27583 (java) S 27576 27578 27553 0 -1 4202560 956 0 0 0 984 6 0 0 15 0 15 0 20247896 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 0 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27584] ppid=27576 vsize=1533072 CPUtime=0
/proc/27578/task/27584/stat : 27584 (java) S 27576 27578 27553 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 15 0 20247897 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27585] ppid=27576 vsize=1533072 CPUtime=0
/proc/27578/task/27585/stat : 27585 (java) S 27576 27578 27553 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 20247897 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27586] ppid=27576 vsize=1533072 CPUtime=0
/proc/27578/task/27586/stat : 27586 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 15 0 20247901 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27587] ppid=27576 vsize=1533072 CPUtime=1.7
/proc/27578/task/27587/stat : 27587 (java) S 27576 27578 27553 0 -1 4202560 2452 0 0 0 170 0 0 0 15 0 15 0 20247901 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27588] ppid=27576 vsize=1533072 CPUtime=0.92
/proc/27578/task/27588/stat : 27588 (java) S 27576 27578 27553 0 -1 4202560 1774 0 0 0 92 0 0 0 15 0 15 0 20247901 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27589] ppid=27576 vsize=1533072 CPUtime=0
/proc/27578/task/27589/stat : 27589 (java) S 27576 27578 27553 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 20247901 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
[pid=27578/tid=27590] ppid=27576 vsize=1533072 CPUtime=0
/proc/27578/task/27590/stat : 27590 (java) S 27576 27578 27553 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 15 0 20247901 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 1 0 0 0
[pid=27578/tid=27591] ppid=27576 vsize=1533072 CPUtime=0
/proc/27578/task/27591/stat : 27591 (java) S 27576 27578 27553 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 15 0 20248038 1569865728 94585 1992294400 134512640 134550932 4291066944 18446744073709551615 4294960144 0 4 0 16800975 18446604437834717376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 1533072

Child status: 143
Real time (s): 1795.07
CPU time (s): 1800.36
CPU user time (s): 1798.84
CPU system time (s): 1.51577
CPU usage (%): 100.295
Max. virtual memory (cumulated for all children) (KiB): 1533592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.51577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100382
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= 44625
involuntary context switches= 40693

runsolver used 3.82942 second user time and 9.51955 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-13 18:27:19
IDJOB=2660242
IDBENCH=2122
IDSOLVER=1165
FILE ID=node002/2660242-1276446439
PBS_JOBID= 11173338
Free space on /tmp= 62396 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660242-1276446439/watcher-2660242-1276446439 -o /tmp/evaluation-result-2660242-1276446439/solver-2660242-1276446439 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660242-1276446439.opb

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

MD5SUM BENCH= 172d8bfe30610a29dfe3bb9d98ed3f4c
RANDOM SEED=545665352

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:       1867048 kB
Buffers:         24004 kB
Cached:          92152 kB
SwapCached:       9840 kB
Active:          56952 kB
Inactive:        71004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1867048 kB
SwapTotal:     4192956 kB
SwapFree:      4135652 kB
Dirty:             952 kB
Writeback:           0 kB
AnonPages:       10608 kB
Mapped:           9044 kB
Slab:            42160 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180064 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= 62396 MiB
End job on node002 at 2010-06-13 18:57:16