Trace number 2662240

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.22 911.692

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612-max.opb
MD5SUM2191fd085de8ae061d8b0a530b1c363f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables73151
Total number of constraints217741
Number of constraints which are clauses217740
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 constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997312087757137816840157192354910932626270886944505998465497886041174443507857908386397911556311226886565568562128564837
Number of bits of the biggest sum of numbers571
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.v20100531
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.22	c Pseudo Boolean Optimization
0.22/0.22	c ManyCore solver with 2 solvers running in parallel
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	
0.22/0.22	c solving HOME/instance-2662240-1276625799.opb
0.22/0.22	c reading problem ... 
9.55/7.34	c ... done. Wall clock time 7.128s.
9.55/7.34	c #vars     73151
9.55/7.34	c #constraints  236651
9.55/7.34	c constraints type 
9.55/7.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72580
9.55/7.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 145160
9.55/7.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
9.55/7.34	c constraints type 
9.55/7.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 145160
9.55/7.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72580
9.55/7.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/911.62	c starts		: 6
1800.09/911.62	c conflicts		: 634
1800.09/911.62	c decisions		: 3402
1800.09/911.62	c propagations		: 743156
1800.09/911.62	c inspects		: 2740816
1800.09/911.62	c learnt literals	: 0
1800.09/911.62	c learnt binary clauses	: 1
1800.09/911.62	c learnt ternary clauses	: 0
1800.09/911.62	c learnt clauses	: 633
1800.09/911.62	c ignored clauses	: 0
1800.09/911.62	c root simplifications	: 0
1800.09/911.62	c removed literals (reason simplification)	: 12584618
1800.09/911.62	c reason swapping (by a shorter reason)	: 0
1800.09/911.62	c Calls to reduceDB	: 0
1800.09/911.62	c number of reductions to clauses (during analyze)	: 0
1800.09/911.62	c number of learned constraints concerned by reduction	: 0
1800.09/911.62	c number of learning phase by resolution	: 0
1800.09/911.62	c number of learning phase by cutting planes	: 0
1800.09/911.62	c speed (assignments/second)	: 821.8279455738981
1800.09/911.62	c non guided choices	268
1800.09/911.62	c learnt constraints type 
1800.09/911.62	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 632
1800.09/911.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.09/911.62	c constraints type 
1800.09/911.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 72580
1800.09/911.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 145160
1800.09/911.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/911.62	c constraints type 
1800.09/911.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 145160
1800.09/911.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72580
1800.09/911.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.09/911.62	s UNKNOWN
1800.09/911.62	c Total wall clock time (in seconds): 911.405

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5881
/proc/meminfo: memFree=1824612/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1832 CPUtime=0
/proc/5881/stat : 5881 (java6) R 5879 5881 4987 0 -1 4194304 222 0 0 0 0 0 0 0 18 0 1 0 36236369 1875968 126 1992294400 134512640 134550932 4287269152 18446744073709551615 2426364 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5881/statm: 458 130 94 10 0 63 0

[startup+0.0310301 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5881
/proc/meminfo: memFree=1824612/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1517068 CPUtime=0.01
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 2598 0 1 0 0 1 0 0 18 0 2 0 36236369 1553477632 2044 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 379299 2049 417 10 0 377010 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.100029 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5881
/proc/meminfo: memFree=1824612/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1525016 CPUtime=0.08
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 3915 0 1 0 6 2 0 0 18 0 12 0 36236369 1561616384 3355 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 381254 3355 1063 10 0 378564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525016

[startup+0.300027 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5881
/proc/meminfo: memFree=1824612/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1526244 CPUtime=0.37
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 6173 0 1 0 34 3 0 0 18 0 12 0 36236369 1562873856 5611 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 381561 5611 1357 10 0 378864 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526244

[startup+0.700023 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 5881
/proc/meminfo: memFree=1824612/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1528696 CPUtime=1.11
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 8348 0 1 0 107 4 0 0 18 0 12 0 36236369 1565384704 7786 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 382174 7787 1403 10 0 379477 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528696

[startup+1.50102 s]
/proc/loadavg: 0.92 0.98 0.99 4/118 5893
/proc/meminfo: memFree=1780312/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1538244 CPUtime=2.7
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 24892 0 1 0 257 13 0 0 18 0 12 0 36236369 1575161856 23045 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 384561 23045 1407 10 0 381864 0
[pid=5881/tid=5883] ppid=5879 vsize=1538244 CPUtime=1.45
/proc/5881/task/5883/stat : 5883 (java) R 5879 5881 4987 0 -1 4202560 18818 0 1 0 136 9 0 0 18 0 12 0 36236371 1575161856 23046 1992294400 134512640 134550932 4288604736 18446744073709551615 4109329726 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5881/tid=5884] ppid=5879 vsize=1538244 CPUtime=0
/proc/5881/task/5884/stat : 5884 (java) S 5879 5881 4987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 36236372 1575161856 23048 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5885] ppid=5879 vsize=1538244 CPUtime=0
/proc/5881/task/5885/stat : 5885 (java) S 5879 5881 4987 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 36236372 1575161856 23049 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5886] ppid=5879 vsize=1538244 CPUtime=0
/proc/5881/task/5886/stat : 5886 (java) S 5879 5881 4987 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 36236374 1575161856 23051 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5887] ppid=5879 vsize=1538244 CPUtime=0
/proc/5881/task/5887/stat : 5887 (java) S 5879 5881 4987 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 36236374 1575161856 23052 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5888] ppid=5879 vsize=1538244 CPUtime=0
/proc/5881/task/5888/stat : 5888 (java) S 5879 5881 4987 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 36236374 1575161856 23054 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5889] ppid=5879 vsize=1538244 CPUtime=0
/proc/5881/task/5889/stat : 5889 (java) S 5879 5881 4987 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 36236379 1575161856 23055 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5890] ppid=5879 vsize=1538244 CPUtime=0.52
/proc/5881/task/5890/stat : 5890 (java) R 5879 5881 4987 0 -1 4202560 2762 0 0 0 51 1 0 0 18 0 12 0 36236379 1575161856 23056 1992294400 134512640 134550932 4288604736 18446744073709551615 104163866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5881/tid=5891] ppid=5879 vsize=1538244 CPUtime=0.68
/proc/5881/task/5891/stat : 5891 (java) S 5879 5881 4987 0 -1 4202560 2250 0 0 0 68 0 0 0 25 0 12 0 36236379 1575161856 23058 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5892] ppid=5879 vsize=1538244 CPUtime=0
/proc/5881/task/5892/stat : 5892 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 36236379 1575161856 23059 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5893] ppid=5879 vsize=1538244 CPUtime=0
/proc/5881/task/5893/stat : 5893 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 36236379 1575161856 23060 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1538244

[startup+3.102 s]
/proc/loadavg: 0.92 0.98 0.99 2/118 5893
/proc/meminfo: memFree=1672680/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1535172 CPUtime=4.58
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 48748 0 1 0 434 24 0 0 18 0 12 0 36236369 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 383793 45875 1417 10 0 381096 0
[pid=5881/tid=5883] ppid=5879 vsize=1535172 CPUtime=2.83
/proc/5881/task/5883/stat : 5883 (java) R 5879 5881 4987 0 -1 4202560 32032 0 1 0 267 16 0 0 17 0 12 0 36236371 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5881/tid=5884] ppid=5879 vsize=1535172 CPUtime=0.21
/proc/5881/task/5884/stat : 5884 (java) S 5879 5881 4987 0 -1 4202560 5347 0 0 0 19 2 0 0 16 0 12 0 36236372 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5885] ppid=5879 vsize=1535172 CPUtime=0.21
/proc/5881/task/5885/stat : 5885 (java) S 5879 5881 4987 0 -1 4202560 5205 0 0 0 20 1 0 0 16 0 12 0 36236372 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5886] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5886/stat : 5886 (java) S 5879 5881 4987 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 36236374 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5887] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5887/stat : 5887 (java) S 5879 5881 4987 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 36236374 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5888] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5888/stat : 5888 (java) S 5879 5881 4987 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 36236374 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5889] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5889/stat : 5889 (java) S 5879 5881 4987 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 36236379 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5890] ppid=5879 vsize=1535172 CPUtime=0.59
/proc/5881/task/5890/stat : 5890 (java) S 5879 5881 4987 0 -1 4202560 2844 0 0 0 58 1 0 0 18 0 12 0 36236379 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5891] ppid=5879 vsize=1535172 CPUtime=0.68
/proc/5881/task/5891/stat : 5891 (java) S 5879 5881 4987 0 -1 4202560 2250 0 0 0 68 0 0 0 23 0 12 0 36236379 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5892] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5892/stat : 5892 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 36236379 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5893] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5893/stat : 5893 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 36236379 1572016128 45875 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 1535172

[startup+6.30197 s]
/proc/loadavg: 0.93 0.98 0.99 2/118 5893
/proc/meminfo: memFree=1630644/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1535172 CPUtime=8.18
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 56836 0 1 0 789 29 0 0 18 0 12 0 36236369 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 383793 53334 1420 10 0 381096 0
[pid=5881/tid=5883] ppid=5879 vsize=1535172 CPUtime=5.67
/proc/5881/task/5883/stat : 5883 (java) R 5879 5881 4987 0 -1 4202560 32035 0 1 0 550 17 0 0 19 0 12 0 36236371 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4109525156 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5881/tid=5884] ppid=5879 vsize=1535172 CPUtime=0.56
/proc/5881/task/5884/stat : 5884 (java) S 5879 5881 4987 0 -1 4202560 9912 0 0 0 52 4 0 0 16 0 12 0 36236372 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5885] ppid=5879 vsize=1535172 CPUtime=0.57
/proc/5881/task/5885/stat : 5885 (java) S 5879 5881 4987 0 -1 4202560 8722 0 0 0 54 3 0 0 16 0 12 0 36236372 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5886] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5886/stat : 5886 (java) S 5879 5881 4987 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 36236374 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5887] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5887/stat : 5887 (java) S 5879 5881 4987 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 36236374 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5888] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5888/stat : 5888 (java) S 5879 5881 4987 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 36236374 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5889] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5889/stat : 5889 (java) S 5879 5881 4987 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 36236379 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5890] ppid=5879 vsize=1535172 CPUtime=0.59
/proc/5881/task/5890/stat : 5890 (java) S 5879 5881 4987 0 -1 4202560 2844 0 0 0 58 1 0 0 18 0 12 0 36236379 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5891] ppid=5879 vsize=1535172 CPUtime=0.72
/proc/5881/task/5891/stat : 5891 (java) S 5879 5881 4987 0 -1 4202560 2253 0 0 0 72 0 0 0 15 0 12 0 36236379 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5892] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5892/stat : 5892 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 36236379 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5893] ppid=5879 vsize=1535172 CPUtime=0
/proc/5881/task/5893/stat : 5893 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 36236379 1572016128 53334 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 1535172

[startup+12.7019 s]
/proc/loadavg: 1.17 1.03 1.01 3/122 5897
/proc/meminfo: memFree=1596084/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1536468 CPUtime=20.21
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 63381 0 2 0 1980 41 0 0 18 0 16 0 36236369 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 384117 58191 1444 10 0 381420 0
[pid=5881/tid=5883] ppid=5879 vsize=1536468 CPUtime=6.71
/proc/5881/task/5883/stat : 5883 (java) S 5879 5881 4987 0 -1 4202560 32065 0 1 0 654 17 0 0 18 0 16 0 36236371 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5884] ppid=5879 vsize=1536468 CPUtime=0.75
/proc/5881/task/5884/stat : 5884 (java) S 5879 5881 4987 0 -1 4202560 12231 0 0 0 70 5 0 0 16 0 16 0 36236372 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5885] ppid=5879 vsize=1536468 CPUtime=0.74
/proc/5881/task/5885/stat : 5885 (java) S 5879 5881 4987 0 -1 4202560 11870 0 0 0 70 4 0 0 16 0 16 0 36236372 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5886] ppid=5879 vsize=1536468 CPUtime=0.15
/proc/5881/task/5886/stat : 5886 (java) S 5879 5881 4987 0 -1 4202560 11 0 0 0 7 8 0 0 15 0 16 0 36236374 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5887] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5887/stat : 5887 (java) S 5879 5881 4987 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5888] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5888/stat : 5888 (java) S 5879 5881 4987 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5889] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5889/stat : 5889 (java) S 5879 5881 4987 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5890] ppid=5879 vsize=1536468 CPUtime=1.4
/proc/5881/task/5890/stat : 5890 (java) S 5879 5881 4987 0 -1 4202560 3764 0 1 0 138 2 0 0 15 0 16 0 36236379 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5891] ppid=5879 vsize=1536468 CPUtime=1.49
/proc/5881/task/5891/stat : 5891 (java) S 5879 5881 4987 0 -1 4202560 2326 0 0 0 149 0 0 0 15 0 16 0 36236379 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5892] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5892/stat : 5892 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5893] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5893/stat : 5893 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 36236379 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5894] ppid=5879 vsize=1536468 CPUtime=4.5
/proc/5881/task/5894/stat : 5894 (java) R 5879 5881 4987 0 -1 4202560 25 0 0 0 450 0 0 0 25 0 16 0 36237104 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4109493629 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5881/tid=5895] ppid=5879 vsize=1536468 CPUtime=4.38
/proc/5881/task/5895/stat : 5895 (java) R 5879 5881 4987 0 -1 4202560 20 0 0 0 438 0 0 0 25 0 16 0 36237104 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4109904344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5881/tid=5896] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5896/stat : 5896 (java) S 5879 5881 4987 0 -1 4202560 6 0 0 0 0 0 0 0 23 0 16 0 36237126 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5897] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5897/stat : 5897 (java) S 5879 5881 4987 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 36237152 1573343232 58191 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.21
Current children cumulated vsize (KiB) 1536468

[startup+25.5018 s]
/proc/loadavg: 1.35 1.08 1.03 3/122 5897
/proc/meminfo: memFree=1572276/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1536468 CPUtime=45.53
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 70291 0 2 0 4509 44 0 0 18 0 16 0 36236369 1573343232 64211 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 384117 64211 1444 10 0 381420 0
[pid=5881/tid=5883] ppid=5879 vsize=1536468 CPUtime=6.71
/proc/5881/task/5883/stat : 5883 (java) S 5879 5881 4987 0 -1 4202560 32065 0 1 0 654 17 0 0 18 0 16 0 36236371 1573343232 64211 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5884] ppid=5879 vsize=1536468 CPUtime=1.09
/proc/5881/task/5884/stat : 5884 (java) S 5879 5881 4987 0 -1 4202560 15357 0 0 0 103 6 0 0 15 0 16 0 36236372 1573343232 64211 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5885] ppid=5879 vsize=1536468 CPUtime=1.12
/proc/5881/task/5885/stat : 5885 (java) S 5879 5881 4987 0 -1 4202560 15621 0 0 0 106 6 0 0 15 0 16 0 36236372 1573343232 64211 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5886] ppid=5879 vsize=1536468 CPUtime=0.15

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

/proc/5881/task/5896/stat : 5896 (java) S 5879 5881 4987 0 -1 4202560 6 0 0 0 0 0 0 0 23 0 16 0 36237126 1573343232 71464 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5897] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5897/stat : 5897 (java) S 5879 5881 4987 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 36237152 1573343232 71464 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1385.48
Current children cumulated vsize (KiB) 1536468

[startup+762.31 s]
/proc/loadavg: 2.06 1.96 1.56 3/122 5917
/proc/meminfo: memFree=1538424/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1536468 CPUtime=1504.38
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 79947 0 2 0 150231 207 0 0 18 0 16 0 36236369 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 384117 72435 1444 10 0 381420 0
[pid=5881/tid=5883] ppid=5879 vsize=1536468 CPUtime=6.71
/proc/5881/task/5883/stat : 5883 (java) S 5879 5881 4987 0 -1 4202560 32069 0 1 0 654 17 0 0 15 0 16 0 36236371 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5884] ppid=5879 vsize=1536468 CPUtime=6.66
/proc/5881/task/5884/stat : 5884 (java) S 5879 5881 4987 0 -1 4202560 19037 0 0 0 627 39 0 0 15 0 16 0 36236372 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5885] ppid=5879 vsize=1536468 CPUtime=6.64
/proc/5881/task/5885/stat : 5885 (java) S 5879 5881 4987 0 -1 4202560 20146 0 0 0 622 42 0 0 16 0 16 0 36236372 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5886] ppid=5879 vsize=1536468 CPUtime=1.59
/proc/5881/task/5886/stat : 5886 (java) S 5879 5881 4987 0 -1 4202560 57 0 0 0 94 65 0 0 15 0 16 0 36236374 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5887] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5887/stat : 5887 (java) S 5879 5881 4987 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5888] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5888/stat : 5888 (java) S 5879 5881 4987 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5889] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5889/stat : 5889 (java) S 5879 5881 4987 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5890] ppid=5879 vsize=1536468 CPUtime=2.17
/proc/5881/task/5890/stat : 5890 (java) S 5879 5881 4987 0 -1 4202560 4052 0 1 0 215 2 0 0 15 0 16 0 36236379 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5891] ppid=5879 vsize=1536468 CPUtime=1.54
/proc/5881/task/5891/stat : 5891 (java) S 5879 5881 4987 0 -1 4202560 2328 0 0 0 154 0 0 0 15 0 16 0 36236379 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5892] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5892/stat : 5892 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5893] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5893/stat : 5893 (java) S 5879 5881 4987 0 -1 4202560 42 0 0 0 0 0 0 0 15 0 16 0 36236379 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5894] ppid=5879 vsize=1536468 CPUtime=740.67
/proc/5881/task/5894/stat : 5894 (java) R 5879 5881 4987 0 -1 4202560 538 0 0 0 74044 23 0 0 25 0 16 0 36237104 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4109493652 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5881/tid=5895] ppid=5879 vsize=1536468 CPUtime=738.3
/proc/5881/task/5895/stat : 5895 (java) R 5879 5881 4987 0 -1 4202560 609 0 0 0 73817 13 0 0 25 0 16 0 36237104 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4110060617 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5881/tid=5896] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5896/stat : 5896 (java) S 5879 5881 4987 0 -1 4202560 6 0 0 0 0 0 0 0 23 0 16 0 36237126 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5897] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5897/stat : 5897 (java) S 5879 5881 4987 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 36237152 1573343232 72435 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1504.38
Current children cumulated vsize (KiB) 1536468

[startup+822.302 s]
/proc/loadavg: 2.07 1.98 1.59 3/122 5919
/proc/meminfo: memFree=1534704/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1536468 CPUtime=1623.26
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 80954 0 2 0 162109 217 0 0 18 0 16 0 36236369 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 384117 73353 1444 10 0 381420 0
[pid=5881/tid=5883] ppid=5879 vsize=1536468 CPUtime=6.71
/proc/5881/task/5883/stat : 5883 (java) S 5879 5881 4987 0 -1 4202560 32070 0 1 0 654 17 0 0 15 0 16 0 36236371 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5884] ppid=5879 vsize=1536468 CPUtime=7.07
/proc/5881/task/5884/stat : 5884 (java) S 5879 5881 4987 0 -1 4202560 19123 0 0 0 667 40 0 0 15 0 16 0 36236372 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5885] ppid=5879 vsize=1536468 CPUtime=7.05
/proc/5881/task/5885/stat : 5885 (java) S 5879 5881 4987 0 -1 4202560 20976 0 0 0 660 45 0 0 16 0 16 0 36236372 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5886] ppid=5879 vsize=1536468 CPUtime=1.67
/proc/5881/task/5886/stat : 5886 (java) S 5879 5881 4987 0 -1 4202560 63 0 0 0 100 67 0 0 15 0 16 0 36236374 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5887] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5887/stat : 5887 (java) S 5879 5881 4987 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5888] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5888/stat : 5888 (java) S 5879 5881 4987 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5889] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5889/stat : 5889 (java) S 5879 5881 4987 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5890] ppid=5879 vsize=1536468 CPUtime=2.17
/proc/5881/task/5890/stat : 5890 (java) S 5879 5881 4987 0 -1 4202560 4052 0 1 0 215 2 0 0 15 0 16 0 36236379 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5891] ppid=5879 vsize=1536468 CPUtime=1.54
/proc/5881/task/5891/stat : 5891 (java) S 5879 5881 4987 0 -1 4202560 2328 0 0 0 154 0 0 0 15 0 16 0 36236379 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5892] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5892/stat : 5892 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5893] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5893/stat : 5893 (java) S 5879 5881 4987 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 16 0 36236379 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5894] ppid=5879 vsize=1536468 CPUtime=799.2
/proc/5881/task/5894/stat : 5894 (java) R 5879 5881 4987 0 -1 4202560 575 0 0 0 79895 25 0 0 25 0 16 0 36237104 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4109493652 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5881/tid=5895] ppid=5879 vsize=1536468 CPUtime=797.73
/proc/5881/task/5895/stat : 5895 (java) R 5879 5881 4987 0 -1 4202560 652 0 0 0 79758 15 0 0 25 0 16 0 36237104 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4109525463 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5881/tid=5896] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5896/stat : 5896 (java) S 5879 5881 4987 0 -1 4202560 6 0 0 0 0 0 0 0 23 0 16 0 36237126 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5897] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5897/stat : 5897 (java) S 5879 5881 4987 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 36237152 1573343232 73353 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1623.26
Current children cumulated vsize (KiB) 1536468

[startup+882.301 s]
/proc/loadavg: 2.07 2.00 1.62 3/122 5921
/proc/meminfo: memFree=1532720/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1536468 CPUtime=1742.08
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 81518 0 2 0 173982 226 0 0 18 0 16 0 36236369 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 384117 73829 1444 10 0 381420 0
[pid=5881/tid=5883] ppid=5879 vsize=1536468 CPUtime=6.71
/proc/5881/task/5883/stat : 5883 (java) S 5879 5881 4987 0 -1 4202560 32070 0 1 0 654 17 0 0 15 0 16 0 36236371 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5884] ppid=5879 vsize=1536468 CPUtime=7.5
/proc/5881/task/5884/stat : 5884 (java) S 5879 5881 4987 0 -1 4202560 19280 0 0 0 710 40 0 0 15 0 16 0 36236372 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5885] ppid=5879 vsize=1536468 CPUtime=7.48
/proc/5881/task/5885/stat : 5885 (java) S 5879 5881 4987 0 -1 4202560 21295 0 0 0 699 49 0 0 16 0 16 0 36236372 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5886] ppid=5879 vsize=1536468 CPUtime=1.72
/proc/5881/task/5886/stat : 5886 (java) S 5879 5881 4987 0 -1 4202560 67 0 0 0 104 68 0 0 15 0 16 0 36236374 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5887] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5887/stat : 5887 (java) S 5879 5881 4987 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5888] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5888/stat : 5888 (java) S 5879 5881 4987 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5889] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5889/stat : 5889 (java) S 5879 5881 4987 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5890] ppid=5879 vsize=1536468 CPUtime=2.17
/proc/5881/task/5890/stat : 5890 (java) S 5879 5881 4987 0 -1 4202560 4052 0 1 0 215 2 0 0 15 0 16 0 36236379 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5891] ppid=5879 vsize=1536468 CPUtime=1.54
/proc/5881/task/5891/stat : 5891 (java) S 5879 5881 4987 0 -1 4202560 2328 0 0 0 154 0 0 0 15 0 16 0 36236379 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5892] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5892/stat : 5892 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5893] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5893/stat : 5893 (java) S 5879 5881 4987 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 16 0 36236379 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5894] ppid=5879 vsize=1536468 CPUtime=858.5
/proc/5881/task/5894/stat : 5894 (java) R 5879 5881 4987 0 -1 4202560 615 0 0 0 85822 28 0 0 25 0 16 0 36237104 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4109493652 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5881/tid=5895] ppid=5879 vsize=1536468 CPUtime=856.34
/proc/5881/task/5895/stat : 5895 (java) R 5879 5881 4987 0 -1 4202560 692 0 0 0 85619 15 0 0 25 0 16 0 36237104 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4109524918 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5881/tid=5896] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5896/stat : 5896 (java) S 5879 5881 4987 0 -1 4202560 6 0 0 0 0 0 0 0 23 0 16 0 36237126 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5897] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5897/stat : 5897 (java) S 5879 5881 4987 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 36237152 1573343232 73829 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.08
Current children cumulated vsize (KiB) 1536468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.602 s]
/proc/loadavg: 2.04 2.00 1.63 3/122 5921
/proc/meminfo: memFree=1532596/2059040 swapFree=4140352/4192956
[pid=5881] ppid=5879 vsize=1536468 CPUtime=1800.09
/proc/5881/stat : 5881 (java) S 5879 5881 4987 0 -1 4202496 81613 0 2 0 179777 232 0 0 18 0 16 0 36236369 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5881/statm: 384117 73881 1444 10 0 381420 0
[pid=5881/tid=5883] ppid=5879 vsize=1536468 CPUtime=6.71
/proc/5881/task/5883/stat : 5883 (java) S 5879 5881 4987 0 -1 4202560 32071 0 1 0 654 17 0 0 15 0 16 0 36236371 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5884] ppid=5879 vsize=1536468 CPUtime=7.71
/proc/5881/task/5884/stat : 5884 (java) S 5879 5881 4987 0 -1 4202560 19280 0 0 0 730 41 0 0 15 0 16 0 36236372 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5885] ppid=5879 vsize=1536468 CPUtime=7.69
/proc/5881/task/5885/stat : 5885 (java) S 5879 5881 4987 0 -1 4202560 21346 0 0 0 717 52 0 0 16 0 16 0 36236372 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5886] ppid=5879 vsize=1536468 CPUtime=1.76
/proc/5881/task/5886/stat : 5886 (java) S 5879 5881 4987 0 -1 4202560 70 0 0 0 106 70 0 0 15 0 16 0 36236374 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 0 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5887] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5887/stat : 5887 (java) S 5879 5881 4987 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5888] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5888/stat : 5888 (java) S 5879 5881 4987 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 36236374 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5889] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5889/stat : 5889 (java) S 5879 5881 4987 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5890] ppid=5879 vsize=1536468 CPUtime=2.17
/proc/5881/task/5890/stat : 5890 (java) S 5879 5881 4987 0 -1 4202560 4052 0 1 0 215 2 0 0 15 0 16 0 36236379 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5891] ppid=5879 vsize=1536468 CPUtime=1.54
/proc/5881/task/5891/stat : 5891 (java) S 5879 5881 4987 0 -1 4202560 2328 0 0 0 154 0 0 0 15 0 16 0 36236379 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5892] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5892/stat : 5892 (java) S 5879 5881 4987 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 36236379 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5893] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5893/stat : 5893 (java) S 5879 5881 4987 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 36236379 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 0 0 0 0
[pid=5881/tid=5894] ppid=5879 vsize=1536468 CPUtime=887.49
/proc/5881/task/5894/stat : 5894 (java) R 5879 5881 4987 0 -1 4202560 636 0 0 0 88720 29 0 0 25 0 16 0 36237104 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4109815553 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5881/tid=5895] ppid=5879 vsize=1536468 CPUtime=884.9
/proc/5881/task/5895/stat : 5895 (java) R 5879 5881 4987 0 -1 4202560 709 0 0 0 88475 15 0 0 25 0 16 0 36237104 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4109525234 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5881/tid=5896] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5896/stat : 5896 (java) S 5879 5881 4987 0 -1 4202560 6 0 0 0 0 0 0 0 23 0 16 0 36237126 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
[pid=5881/tid=5897] ppid=5879 vsize=1536468 CPUtime=0
/proc/5881/task/5897/stat : 5897 (java) S 5879 5881 4987 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 36237152 1573343232 73881 1992294400 134512640 134550932 4288604736 18446744073709551615 4294960144 0 4 0 16800975 18446604437815903424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1536468

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): 911.692
CPU time (s): 1800.22
CPU user time (s): 1797.87
CPU system time (s): 2.35464
CPU usage (%): 197.459
Max. virtual memory (cumulated for all children) (KiB): 1538244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.87
system time used= 2.35464
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81634
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34104
involuntary context switches= 54892

runsolver used 4.48832 second user time and 10.3714 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-15 20:16:40
IDJOB=2662240
IDBENCH=2990
IDSOLVER=1166
FILE ID=node019/2662240-1276625799
PBS_JOBID= 11172293
Free space on /tmp= 62404 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=380-sizeP=191-sizeQ=380-765568612-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662240-1276625799/watcher-2662240-1276625799 -o /tmp/evaluation-result-2662240-1276625799/solver-2662240-1276625799 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662240-1276625799.opb

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

MD5SUM BENCH= 2191fd085de8ae061d8b0a530b1c363f
RANDOM SEED=377485852

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1825132 kB
Buffers:         35976 kB
Cached:         108048 kB
SwapCached:       5976 kB
Active:          39592 kB
Inactive:       117656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1825132 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:           12856 kB
Writeback:           0 kB
AnonPages:       11524 kB
Mapped:          13068 kB
Slab:            54968 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182964 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= 62400 MiB
End job on node019 at 2010-06-15 20:31:54