Trace number 2659270

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-505615378-max.opb
MD5SUM37b8d6470d70c8bd94b60d5c165e51c9
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.41
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569056391466495993868342803
Number of bits of the biggest sum of numbers121
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659270-1276625146.opb
0.22/0.21	c reading problem ... 
1.67/1.02	c ... done. Wall clock time 0.806s.
1.67/1.02	c #vars     3401
1.67/1.02	c #constraints  10703
1.67/1.02	c constraints type 
1.67/1.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1.67/1.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1.67/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
38.31/36.84	c cleaning 2500 clauses out of 5000 with flag 5000/5000
72.38/70.52	c cleaning 4244 clauses out of 8500 with flag 11000/11000
109.24/107.32	c cleaning 5621 clauses out of 11256 with flag 18000/18000
147.39/145.45	c cleaning 6814 clauses out of 13636 with flag 26001/26001
191.91/189.80	c cleaning 7910 clauses out of 15821 with flag 35000/35000
249.99/247.74	c cleaning 8951 clauses out of 17911 with flag 45000/45000
312.19/309.82	c cleaning 9476 clauses out of 18961 with flag 55001/55001
373.26/370.85	c cleaning 9735 clauses out of 19485 with flag 65001/65001
414.61/412.15	c cleaning 9877 clauses out of 19754 with flag 75005/75005
475.51/472.91	c cleaning 9927 clauses out of 19872 with flag 85000/85000
523.08/520.43	c cleaning 9961 clauses out of 19945 with flag 95000/95000
589.62/586.99	c cleaning 9984 clauses out of 19984 with flag 105000/105000
662.48/659.70	c cleaning 9998 clauses out of 20001 with flag 115001/115001
709.36/706.37	c cleaning 9992 clauses out of 20002 with flag 125000/125000
759.84/756.74	c cleaning 10003 clauses out of 20010 with flag 135000/135000
849.29/846.14	c cleaning 9996 clauses out of 20007 with flag 145000/145000
958.62/955.46	c cleaning 9998 clauses out of 20011 with flag 155000/155000
1045.40/1042.18	c cleaning 10000 clauses out of 20013 with flag 165000/165000
1123.81/1120.44	c cleaning 10001 clauses out of 20013 with flag 175000/175000
1178.40/1174.96	c cleaning 10003 clauses out of 20017 with flag 185005/185005
1234.25/1230.78	c cleaning 9997 clauses out of 20009 with flag 195000/195000
1295.73/1292.13	c cleaning 10002 clauses out of 20012 with flag 205000/205000
1338.85/1335.18	c cleaning 9998 clauses out of 20011 with flag 215001/215001
1373.75/1369.93	c cleaning 9997 clauses out of 20012 with flag 225000/225000
1409.83/1405.95	c cleaning 10003 clauses out of 20016 with flag 235001/235001
1451.21/1447.29	c cleaning 9999 clauses out of 20014 with flag 245002/245002
1500.21/1496.11	c cleaning 9999 clauses out of 20013 with flag 255000/255000
1548.63/1544.49	c cleaning 10002 clauses out of 20014 with flag 265000/265000
1587.84/1583.54	c cleaning 9983 clauses out of 20013 with flag 275001/275001
1663.13/1658.78	c cleaning 9980 clauses out of 20029 with flag 285000/285000
1719.49/1715.01	c cleaning 10018 clauses out of 20049 with flag 295000/295000
1770.04/1765.51	c cleaning 10009 clauses out of 20031 with flag 305000/305000
1800.09/1795.51	c starts		: 134
1800.09/1795.51	c conflicts		: 312238
1800.09/1795.51	c decisions		: 454864
1800.09/1795.51	c propagations		: 26188898
1800.09/1795.51	c inspects		: 372893040
1800.09/1795.51	c learnt literals	: 0
1800.09/1795.51	c learnt binary clauses	: 56
1800.09/1795.51	c learnt ternary clauses	: 157
1800.09/1795.51	c learnt clauses	: 312237
1800.09/1795.51	c ignored clauses	: 0
1800.09/1795.51	c root simplifications	: 0
1800.09/1795.51	c removed literals (reason simplification)	: 194326129
1800.09/1795.51	c reason swapping (by a shorter reason)	: 0
1800.09/1795.51	c Calls to reduceDB	: 32
1800.09/1795.52	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.52	c number of learned constraints concerned by reduction	: 0
1800.09/1795.52	c number of learning phase by resolution	: 0
1800.09/1795.52	c number of learning phase by cutting planes	: 0
1800.09/1795.52	c speed (assignments/second)	: 14594.004893850477
1800.09/1795.52	c non guided choices	32
1800.09/1795.56	c learnt constraints type 
1800.09/1795.57	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17212
1800.09/1795.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 56
1800.09/1795.57	c constraints type 
1800.09/1795.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1800.09/1795.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1800.09/1795.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/1795.57	s UNKNOWN
1800.09/1795.57	c Total wall clock time (in seconds): 1795.355

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-2659270-1276625146/watcher-2659270-1276625146 -o /tmp/evaluation-result-2659270-1276625146/solver-2659270-1276625146 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659270-1276625146.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.95 1.00 1.08 3/106 11106
/proc/meminfo: memFree=1809112/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=428 CPUtime=0
/proc/11106/stat : 11106 (java6) R 11104 11106 10680 0 -1 4194304 127 0 0 0 0 0 0 0 19 0 1 0 38118588 438272 46 1992294400 134512640 134550932 4291498784 18446744073709551615 8045140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11106/statm: 111 49 38 10 0 25 0

[startup+0.105581 s]
/proc/loadavg: 0.95 1.00 1.08 3/106 11106
/proc/meminfo: memFree=1809112/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1524184 CPUtime=0.08
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 3974 0 1 0 6 2 0 0 15 0 12 0 38118588 1560764416 3412 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 381046 3412 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.201593 s]
/proc/loadavg: 0.95 1.00 1.08 3/106 11106
/proc/meminfo: memFree=1809112/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1526244 CPUtime=0.22
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 5014 0 1 0 19 3 0 0 15 0 12 0 38118588 1562873856 4450 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 381561 4450 1345 10 0 378863 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526244

[startup+0.301596 s]
/proc/loadavg: 0.95 1.00 1.08 3/106 11106
/proc/meminfo: memFree=1809112/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1526244 CPUtime=0.34
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 5299 0 1 0 30 4 0 0 15 0 12 0 38118588 1562873856 4735 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 381561 4735 1361 10 0 378863 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526244

[startup+0.701646 s]
/proc/loadavg: 0.95 1.00 1.08 3/106 11106
/proc/meminfo: memFree=1809112/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1528136 CPUtime=1.09
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 7501 0 1 0 104 5 0 0 15 0 12 0 38118588 1564811264 6799 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 382034 6800 1401 10 0 379336 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528136

[startup+1.50274 s]
/proc/loadavg: 0.95 1.00 1.08 5/119 11119
/proc/meminfo: memFree=1771808/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1532340 CPUtime=2.65
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 12224 0 1 0 257 8 0 0 15 0 13 0 38118588 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383085 10877 1424 10 0 380387 0
[pid=11106/tid=11108] ppid=11104 vsize=1532340 CPUtime=1.47
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 8288 0 1 0 142 5 0 0 25 0 13 0 38118590 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4109188543 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 38118591 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38118591 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11111/stat : 11111 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 38118593 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11112] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11112/stat : 11112 (java) S 11104 11106 10680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 38118593 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11113] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11113/stat : 11113 (java) S 11104 11106 10680 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 38118593 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11114] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11114/stat : 11114 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38118597 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11115] ppid=11104 vsize=1532340 CPUtime=0.25
/proc/11106/task/11115/stat : 11115 (java) R 11104 11106 10680 0 -1 4202560 254 0 0 0 25 0 0 0 21 0 13 0 38118597 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 106817446 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11106/tid=11116] ppid=11104 vsize=1532340 CPUtime=0.9
/proc/11106/task/11116/stat : 11116 (java) S 11104 11106 10680 0 -1 4202560 2614 0 0 0 89 1 0 0 17 0 13 0 38118597 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11117] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11117/stat : 11117 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38118598 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11118] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11118/stat : 11118 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38118598 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11119] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11119/stat : 11119 (java) S 11104 11106 10680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38118692 1569116160 10877 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 1532340

[startup+3.10088 s]
/proc/loadavg: 0.95 1.00 1.08 2/119 11119
/proc/meminfo: memFree=1768212/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1532340 CPUtime=4.42
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 13375 0 1 0 434 8 0 0 15 0 13 0 38118588 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383085 11968 1426 10 0 380387 0
[pid=11106/tid=11108] ppid=11104 vsize=1532340 CPUtime=3.07
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 9368 0 1 0 301 6 0 0 25 0 13 0 38118590 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4109103188 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 38118591 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38118591 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11111/stat : 11111 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 13 0 38118593 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11112] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11112/stat : 11112 (java) S 11104 11106 10680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 38118593 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11113] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11113/stat : 11113 (java) S 11104 11106 10680 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 38118593 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11114] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11114/stat : 11114 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38118597 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11115] ppid=11104 vsize=1532340 CPUtime=0.38
/proc/11106/task/11115/stat : 11115 (java) S 11104 11106 10680 0 -1 4202560 320 0 0 0 38 0 0 0 15 0 13 0 38118597 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11116] ppid=11104 vsize=1532340 CPUtime=0.95
/proc/11106/task/11116/stat : 11116 (java) S 11104 11106 10680 0 -1 4202560 2618 0 0 0 94 1 0 0 15 0 13 0 38118597 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11117] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11117/stat : 11117 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38118598 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11118] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11118/stat : 11118 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38118598 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11119] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11119/stat : 11119 (java) S 11104 11106 10680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38118692 1569116160 11968 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 1532340

[startup+6.30221 s]
/proc/loadavg: 0.96 1.00 1.08 2/119 11119
/proc/meminfo: memFree=1761888/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1532340 CPUtime=7.65
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 14919 0 1 0 756 9 0 0 15 0 13 0 38118588 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383085 13499 1426 10 0 380387 0
[pid=11106/tid=11108] ppid=11104 vsize=1532340 CPUtime=6.26
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 10910 0 1 0 620 6 0 0 25 0 13 0 38118590 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4109096500 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 38118591 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38118591 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11111/stat : 11111 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38118593 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11112] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11112/stat : 11112 (java) S 11104 11106 10680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 38118593 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11113] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11113/stat : 11113 (java) S 11104 11106 10680 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 38118593 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11114] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11114/stat : 11114 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38118597 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11115] ppid=11104 vsize=1532340 CPUtime=0.38
/proc/11106/task/11115/stat : 11115 (java) S 11104 11106 10680 0 -1 4202560 320 0 0 0 38 0 0 0 15 0 13 0 38118597 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11116] ppid=11104 vsize=1532340 CPUtime=0.98
/proc/11106/task/11116/stat : 11116 (java) S 11104 11106 10680 0 -1 4202560 2620 0 0 0 97 1 0 0 15 0 13 0 38118597 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11117] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11117/stat : 11117 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38118598 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11118] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11118/stat : 11118 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38118598 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11119] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11119/stat : 11119 (java) S 11104 11106 10680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38118692 1569116160 13499 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.65
Current children cumulated vsize (KiB) 1532340

[startup+12.7019 s]
/proc/loadavg: 0.96 1.00 1.07 2/119 11119
/proc/meminfo: memFree=1729648/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1532340 CPUtime=14.07
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 23152 0 1 0 1395 12 0 0 15 0 13 0 38118588 1569116160 21732 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383085 21732 1426 10 0 380387 0
[pid=11106/tid=11108] ppid=11104 vsize=1532340 CPUtime=12.66
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 19124 0 1 0 1256 10 0 0 25 0 13 0 38118590 1569116160 21732 1992294400 134512640 134550932 4293835904 18446744073709551615 4109103179 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 38118591 1569116160 21732 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 38118591 1569116160 21732 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11111/stat : 11111 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38118593 1569116160 21732 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11112] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11112/stat : 11112 (java) S 11104 11106 10680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 38118593 1569116160 21732 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11113] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11113/stat : 11113 (java) S 11104 11106 10680 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 38118593 1569116160 21732 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11114] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11114/stat : 11114 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38118597 1569116160 21732 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11115] ppid=11104 vsize=1532340 CPUtime=0.38
/proc/11106/task/11115/stat : 11115 (java) S 11104 11106 10680 0 -1 4202560 331 0 0 0 38 0 0 0 15 0 13 0 38118597 1569116160 21732 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11116] ppid=11104 vsize=1532340 CPUtime=1
/proc/11106/task/11116/stat : 11116 (java) S 11104 11106 10680 0 -1 4202560 2628 0 0 0 99 1 0 0 15 0 13 0 38118597 1569116160 21733 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11117] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11117/stat : 11117 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38118598 1569116160 21733 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11118] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11118/stat : 11118 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 38118598 1569116160 21733 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11119] ppid=11104 vsize=1532340 CPUtime=0
/proc/11106/task/11119/stat : 11119 (java) S 11104 11106 10680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38118692 1569116160 21733 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.07
Current children cumulated vsize (KiB) 1532340

[startup+25.5022 s]
/proc/loadavg: 0.97 1.00 1.07 2/119 11121
/proc/meminfo: memFree=1675584/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1532340 CPUtime=26.99
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 40719 0 1 0 2679 20 0 0 15 0 13 0 38118588 1569116160 39156 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383085 39156 1439 10 0 380387 0
[pid=11106/tid=11108] ppid=11104 vsize=1532340 CPUtime=25.43
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 32061 0 1 0 2528 15 0 0 25 0 13 0 38118590 1569116160 39156 1992294400 134512640 134550932 4293835904 18446744073709551615 4109103208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1532340 CPUtime=0.02
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 2264 0 0 0 2 0 0 0 16 0 13 0 38118591 1569116160 39156 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1532340 CPUtime=0.02
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 2351 0 0 0 1 1 0 0 18 0 13 0 38118591 1569116160 39156 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1532340 CPUtime=0

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

[pid=11106] ppid=11104 vsize=1535344 CPUtime=1606.66
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 79962 0 1 0 160596 70 0 0 15 0 13 0 38118588 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383836 71214 1444 10 0 381138 0
[pid=11106/tid=11108] ppid=11104 vsize=1535344 CPUtime=1596.89
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 32159 0 1 0 159648 41 0 0 25 0 13 0 38118590 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4109275391 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1535344 CPUtime=2.98
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 18298 0 0 0 287 11 0 0 15 0 13 0 38118591 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1535344 CPUtime=3
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 19707 0 0 0 289 11 0 0 16 0 13 0 38118591 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1535344 CPUtime=1.55
/proc/11106/task/11111/stat : 11111 (java) S 11104 11106 10680 0 -1 4202560 3067 0 0 0 153 2 0 0 15 0 13 0 38118593 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11112] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11112/stat : 11112 (java) S 11104 11106 10680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11113] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11113/stat : 11113 (java) S 11104 11106 10680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11114] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11114/stat : 11114 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38118597 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11115] ppid=11104 vsize=1535344 CPUtime=0.72
/proc/11106/task/11115/stat : 11115 (java) S 11104 11106 10680 0 -1 4202560 1930 0 0 0 72 0 0 0 15 0 13 0 38118597 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11116] ppid=11104 vsize=1535344 CPUtime=1.47
/proc/11106/task/11116/stat : 11116 (java) S 11104 11106 10680 0 -1 4202560 3639 0 0 0 145 2 0 0 16 0 13 0 38118597 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11117] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11117/stat : 11117 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38118598 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11118] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11118/stat : 11118 (java) S 11104 11106 10680 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 38118598 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11119] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11119/stat : 11119 (java) S 11104 11106 10680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38118692 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.66
Current children cumulated vsize (KiB) 1535344

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11166
/proc/meminfo: memFree=1526412/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1535344 CPUtime=1666.75
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 79973 0 1 0 166604 71 0 0 15 0 13 0 38118588 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383836 71214 1444 10 0 381138 0
[pid=11106/tid=11108] ppid=11104 vsize=1535344 CPUtime=1656.71
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 32162 0 1 0 165629 42 0 0 25 0 13 0 38118590 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4109267387 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1535344 CPUtime=3.08
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 18298 0 0 0 297 11 0 0 16 0 13 0 38118591 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1535344 CPUtime=3.11
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 19707 0 0 0 300 11 0 0 15 0 13 0 38118591 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1535344 CPUtime=1.6
/proc/11106/task/11111/stat : 11111 (java) S 11104 11106 10680 0 -1 4202560 3071 0 0 0 158 2 0 0 15 0 13 0 38118593 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11112] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11112/stat : 11112 (java) S 11104 11106 10680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11113] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11113/stat : 11113 (java) S 11104 11106 10680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11114] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11114/stat : 11114 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38118597 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11115] ppid=11104 vsize=1535344 CPUtime=0.72
/proc/11106/task/11115/stat : 11115 (java) S 11104 11106 10680 0 -1 4202560 1930 0 0 0 72 0 0 0 15 0 13 0 38118597 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11116] ppid=11104 vsize=1535344 CPUtime=1.47
/proc/11106/task/11116/stat : 11116 (java) S 11104 11106 10680 0 -1 4202560 3639 0 0 0 145 2 0 0 16 0 13 0 38118597 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11117] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11117/stat : 11117 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38118598 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11118] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11118/stat : 11118 (java) S 11104 11106 10680 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 38118598 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11119] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11119/stat : 11119 (java) S 11104 11106 10680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38118692 1572192256 71214 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.75
Current children cumulated vsize (KiB) 1535344

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11168
/proc/meminfo: memFree=1526412/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1535344 CPUtime=1726.8
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 79985 0 1 0 172609 71 0 0 15 0 13 0 38118588 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383836 71215 1444 10 0 381138 0
[pid=11106/tid=11108] ppid=11104 vsize=1535344 CPUtime=1716.56
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 32165 0 1 0 171614 42 0 0 25 0 13 0 38118590 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4109184364 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1535344 CPUtime=3.16
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 18299 0 0 0 305 11 0 0 16 0 13 0 38118591 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1535344 CPUtime=3.18
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 19707 0 0 0 307 11 0 0 15 0 13 0 38118591 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1535344 CPUtime=1.65
/proc/11106/task/11111/stat : 11111 (java) S 11104 11106 10680 0 -1 4202560 3076 0 0 0 163 2 0 0 15 0 13 0 38118593 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11112] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11112/stat : 11112 (java) S 11104 11106 10680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11113] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11113/stat : 11113 (java) S 11104 11106 10680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11114] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11114/stat : 11114 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38118597 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11115] ppid=11104 vsize=1535344 CPUtime=0.72
/proc/11106/task/11115/stat : 11115 (java) S 11104 11106 10680 0 -1 4202560 1930 0 0 0 72 0 0 0 15 0 13 0 38118597 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11116] ppid=11104 vsize=1535344 CPUtime=1.47
/proc/11106/task/11116/stat : 11116 (java) S 11104 11106 10680 0 -1 4202560 3639 0 0 0 145 2 0 0 16 0 13 0 38118597 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11117] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11117/stat : 11117 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38118598 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11118] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11118/stat : 11118 (java) S 11104 11106 10680 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 38118598 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11119] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11119/stat : 11119 (java) S 11104 11106 10680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38118692 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.8
Current children cumulated vsize (KiB) 1535344

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11170
/proc/meminfo: memFree=1526412/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1535344 CPUtime=1786.89
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 79993 0 1 0 178617 72 0 0 15 0 13 0 38118588 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383836 71215 1444 10 0 381138 0
[pid=11106/tid=11108] ppid=11104 vsize=1535344 CPUtime=1776.35
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 32169 0 1 0 177593 42 0 0 25 0 13 0 38118590 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4109168683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1535344 CPUtime=3.27
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 18299 0 0 0 316 11 0 0 16 0 13 0 38118591 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1535344 CPUtime=3.3
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 19707 0 0 0 318 12 0 0 16 0 13 0 38118591 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1535344 CPUtime=1.71
/proc/11106/task/11111/stat : 11111 (java) S 11104 11106 10680 0 -1 4202560 3078 0 0 0 169 2 0 0 15 0 13 0 38118593 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11112] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11112/stat : 11112 (java) S 11104 11106 10680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11113] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11113/stat : 11113 (java) S 11104 11106 10680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11114] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11114/stat : 11114 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38118597 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11115] ppid=11104 vsize=1535344 CPUtime=0.72
/proc/11106/task/11115/stat : 11115 (java) S 11104 11106 10680 0 -1 4202560 1930 0 0 0 72 0 0 0 15 0 13 0 38118597 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11116] ppid=11104 vsize=1535344 CPUtime=1.47
/proc/11106/task/11116/stat : 11116 (java) S 11104 11106 10680 0 -1 4202560 3639 0 0 0 145 2 0 0 16 0 13 0 38118597 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11117] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11117/stat : 11117 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38118598 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11118] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11118/stat : 11118 (java) S 11104 11106 10680 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 38118598 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11119] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11119/stat : 11119 (java) S 11104 11106 10680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38118692 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.89
Current children cumulated vsize (KiB) 1535344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 11170
/proc/meminfo: memFree=1526412/2059040 swapFree=4135684/4192956
[pid=11106] ppid=11104 vsize=1535344 CPUtime=1800.09
/proc/11106/stat : 11106 (java) S 11104 11106 10680 0 -1 4202496 79995 0 1 0 179937 72 0 0 15 0 13 0 38118588 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11106/statm: 383836 71215 1444 10 0 381138 0
[pid=11106/tid=11108] ppid=11104 vsize=1535344 CPUtime=1789.55
/proc/11106/task/11108/stat : 11108 (java) R 11104 11106 10680 0 -1 4202560 32169 0 1 0 178913 42 0 0 25 0 13 0 38118590 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4109103170 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11106/tid=11109] ppid=11104 vsize=1535344 CPUtime=3.27
/proc/11106/task/11109/stat : 11109 (java) S 11104 11106 10680 0 -1 4202560 18299 0 0 0 316 11 0 0 16 0 13 0 38118591 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11110] ppid=11104 vsize=1535344 CPUtime=3.3
/proc/11106/task/11110/stat : 11110 (java) S 11104 11106 10680 0 -1 4202560 19707 0 0 0 318 12 0 0 16 0 13 0 38118591 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11111] ppid=11104 vsize=1535344 CPUtime=1.71
/proc/11106/task/11111/stat : 11111 (java) S 11104 11106 10680 0 -1 4202560 3078 0 0 0 169 2 0 0 15 0 13 0 38118593 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 0 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11112] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11112/stat : 11112 (java) S 11104 11106 10680 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11113] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11113/stat : 11113 (java) S 11104 11106 10680 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 38118593 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11114] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11114/stat : 11114 (java) S 11104 11106 10680 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 38118597 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11115] ppid=11104 vsize=1535344 CPUtime=0.72
/proc/11106/task/11115/stat : 11115 (java) S 11104 11106 10680 0 -1 4202560 1930 0 0 0 72 0 0 0 15 0 13 0 38118597 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
[pid=11106/tid=11116] ppid=11104 vsize=1535344 CPUtime=1.47
/proc/11106/task/11116/stat : 11116 (java) S 11104 11106 10680 0 -1 4202560 3639 0 0 0 145 2 0 0 16 0 13 0 38118597 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11117] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11117/stat : 11117 (java) S 11104 11106 10680 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 38118598 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11118] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11118/stat : 11118 (java) S 11104 11106 10680 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 38118598 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 0 0 0 0
[pid=11106/tid=11119] ppid=11104 vsize=1535344 CPUtime=0
/proc/11106/task/11119/stat : 11119 (java) S 11104 11106 10680 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 38118692 1572192256 71215 1992294400 134512640 134550932 4293835904 18446744073709551615 4294960144 0 4 0 16800975 18446604437871796288 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1535344

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

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

Child status: 143
Real time (s): 1795.61
CPU time (s): 1800.25
CPU user time (s): 1799.5
CPU system time (s): 0.753885
CPU usage (%): 100.258
Max. virtual memory (cumulated for all children) (KiB): 1536708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 0.753885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80018
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= 37660
involuntary context switches= 34940

runsolver used 3.90241 second user time and 9.29759 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-15 20:05:46
IDJOB=2659270
IDBENCH=2977
IDSOLVER=1164
FILE ID=node002/2659270-1276625146
PBS_JOBID= 11172338
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-505615378-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659270-1276625146/watcher-2659270-1276625146 -o /tmp/evaluation-result-2659270-1276625146/solver-2659270-1276625146 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659270-1276625146.opb

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

MD5SUM BENCH= 37b8d6470d70c8bd94b60d5c165e51c9
RANDOM SEED=1144053931

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:       1809508 kB
Buffers:         47980 kB
Cached:         109152 kB
SwapCached:      10752 kB
Active:          85280 kB
Inactive:        85232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1809508 kB
SwapTotal:     4192956 kB
SwapFree:      4135684 kB
Dirty:             680 kB
Writeback:           0 kB
AnonPages:       11560 kB
Mapped:           9388 kB
Slab:            57116 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180224 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= 62572 MiB
End job on node002 at 2010-06-15 20:35:44