Trace number 2662247

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.26 912.575

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-737522999-max.opb
MD5SUM2b9e4e0dec92e7efe9699841b8c27d99
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 variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296196299453164965973479669891880458245518365170754398305594457399703799902412848625969319072778646785434424
Number of bits of the biggest sum of numbers511
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100531
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2662247-1276626999.opb
0.24/0.21	c reading problem ... 
8.56/6.42	c ... done. Wall clock time 6.208s.
8.56/6.42	c #vars     58651
8.56/6.42	c #constraints  188957
8.56/6.42	c constraints type 
8.56/6.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58140
8.56/6.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 116280
8.56/6.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
8.56/6.42	c constraints type 
8.56/6.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 116280
8.56/6.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58140
8.56/6.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/912.52	c starts		: 7
1800.16/912.52	c conflicts		: 898
1800.16/912.52	c decisions		: 4027
1800.16/912.52	c propagations		: 1135295
1800.16/912.52	c inspects		: 4130037
1800.16/912.52	c learnt literals	: 0
1800.16/912.52	c learnt binary clauses	: 0
1800.16/912.52	c learnt ternary clauses	: 0
1800.16/912.52	c learnt clauses	: 897
1800.16/912.52	c ignored clauses	: 0
1800.16/912.52	c root simplifications	: 0
1800.16/912.52	c removed literals (reason simplification)	: 12142708
1800.16/912.52	c reason swapping (by a shorter reason)	: 0
1800.16/912.52	c Calls to reduceDB	: 0
1800.16/912.52	c number of reductions to clauses (during analyze)	: 0
1800.16/912.52	c number of learned constraints concerned by reduction	: 0
1800.16/912.52	c number of learning phase by resolution	: 0
1800.16/912.52	c number of learning phase by cutting planes	: 0
1800.16/912.52	c speed (assignments/second)	: 1252.9453118360977
1800.16/912.52	c non guided choices	127
1800.16/912.52	c learnt constraints type 
1800.16/912.52	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 897
1800.16/912.52	c constraints type 
1800.16/912.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 58140
1800.16/912.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 116280
1800.16/912.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/912.52	c constraints type 
1800.16/912.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 116280
1800.16/912.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58140
1800.16/912.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.16/912.52	s UNKNOWN
1800.16/912.52	c Total wall clock time (in seconds): 912.314

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

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


[startup+0 s]
/proc/loadavg: 1.44 1.12 1.04 3/106 6695
/proc/meminfo: memFree=1805588/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=392 CPUtime=0
/proc/6695/stat : 6695 (java) R 6693 6695 6069 0 -1 4194304 292 0 0 0 0 0 0 0 19 0 1 0 38301537 401408 39 1992294400 134512640 134550932 4293127952 18446744073709551615 6382755 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6695/statm: 98 41 32 10 0 25 0

[startup+0.0710799 s]
/proc/loadavg: 1.44 1.12 1.04 3/106 6695
/proc/meminfo: memFree=1805588/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1521796 CPUtime=0.05
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 3736 0 1 0 4 1 0 0 18 0 7 0 38301537 1558319104 3177 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 380449 3177 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.101084 s]
/proc/loadavg: 1.44 1.12 1.04 3/106 6695
/proc/meminfo: memFree=1805588/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1524180 CPUtime=0.08
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 3997 0 1 0 7 1 0 0 18 0 12 0 38301537 1560760320 3436 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 381045 3436 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.301122 s]
/proc/loadavg: 1.44 1.12 1.04 3/106 6695
/proc/meminfo: memFree=1805588/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1526656 CPUtime=0.39
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 6078 0 1 0 36 3 0 0 18 0 12 0 38301537 1563295744 5513 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 381664 5513 1362 10 0 378967 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526656

[startup+0.701201 s]
/proc/loadavg: 1.44 1.12 1.04 3/106 6695
/proc/meminfo: memFree=1805588/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1528600 CPUtime=1.09
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 8167 0 1 0 105 4 0 0 18 0 12 0 38301537 1565286400 7535 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 382150 7535 1403 10 0 379453 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528600

[startup+1.50136 s]
/proc/loadavg: 1.44 1.12 1.04 7/118 6707
/proc/meminfo: memFree=1764324/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1531672 CPUtime=2.45
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 25056 0 1 0 234 11 0 0 18 0 12 0 38301537 1568432128 23795 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 382918 23797 1407 10 0 380221 0
[pid=6695/tid=6697] ppid=6693 vsize=1531672 CPUtime=1.47
/proc/6695/task/6697/stat : 6697 (java) R 6693 6695 6069 0 -1 4202560 21178 0 1 0 137 10 0 0 18 0 12 0 38301539 1568432128 23798 1992294400 134512640 134550932 4293127952 18446744073709551615 4108880787 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6695/tid=6698] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6698/stat : 6698 (java) S 6693 6695 6069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 12 0 38301540 1568432128 23800 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6699] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6699/stat : 6699 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 38301540 1568432128 23801 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6700] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6700/stat : 6700 (java) S 6693 6695 6069 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 38301541 1568432128 23803 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6701] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6701/stat : 6701 (java) S 6693 6695 6069 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 38301542 1568432128 23804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6702] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6702/stat : 6702 (java) S 6693 6695 6069 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 38301542 1568432128 23806 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6703] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6703/stat : 6703 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38301546 1568432128 23807 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6704] ppid=6693 vsize=1531672 CPUtime=0.23
/proc/6695/task/6704/stat : 6704 (java) S 6693 6695 6069 0 -1 4202560 607 0 0 0 23 0 0 0 22 0 12 0 38301546 1568432128 23808 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6705] ppid=6693 vsize=1531672 CPUtime=0.73
/proc/6695/task/6705/stat : 6705 (java) S 6693 6695 6069 0 -1 4202560 2207 0 0 0 73 0 0 0 17 0 12 0 38301546 1568432128 23810 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6706] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6706/stat : 6706 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38301546 1568432128 23811 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6707] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6707/stat : 6707 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38301546 1568432128 23813 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1531672

[startup+3.10166 s]
/proc/loadavg: 1.44 1.12 1.04 2/118 6707
/proc/meminfo: memFree=1657436/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1531672 CPUtime=4.27
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 46286 0 1 0 406 21 0 0 18 0 12 0 38301537 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 382918 44698 1417 10 0 380221 0
[pid=6695/tid=6697] ppid=6693 vsize=1531672 CPUtime=2.84
/proc/6695/task/6697/stat : 6697 (java) R 6693 6695 6069 0 -1 4202560 32014 0 1 0 269 15 0 0 19 0 12 0 38301539 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4108779138 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6695/tid=6698] ppid=6693 vsize=1531672 CPUtime=0.21
/proc/6695/task/6698/stat : 6698 (java) S 6693 6695 6069 0 -1 4202560 5061 0 0 0 19 2 0 0 16 0 12 0 38301540 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6699] ppid=6693 vsize=1531672 CPUtime=0.21
/proc/6695/task/6699/stat : 6699 (java) S 6693 6695 6069 0 -1 4202560 5321 0 0 0 19 2 0 0 16 0 12 0 38301540 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6700] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6700/stat : 6700 (java) S 6693 6695 6069 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 12 0 38301541 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6701] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6701/stat : 6701 (java) S 6693 6695 6069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 38301542 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6702] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6702/stat : 6702 (java) S 6693 6695 6069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 38301542 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6703] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6703/stat : 6703 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38301546 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6704] ppid=6693 vsize=1531672 CPUtime=0.23
/proc/6695/task/6704/stat : 6704 (java) S 6693 6695 6069 0 -1 4202560 607 0 0 0 23 0 0 0 22 0 12 0 38301546 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6705] ppid=6693 vsize=1531672 CPUtime=0.73
/proc/6695/task/6705/stat : 6705 (java) S 6693 6695 6069 0 -1 4202560 2207 0 0 0 73 0 0 0 17 0 12 0 38301546 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6706] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6706/stat : 6706 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38301546 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6707] ppid=6693 vsize=1531672 CPUtime=0
/proc/6695/task/6707/stat : 6707 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38301546 1568432128 44698 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 1531672

[startup+6.30129 s]
/proc/loadavg: 1.48 1.14 1.04 4/118 6707
/proc/meminfo: memFree=1612920/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1539912 CPUtime=8.46
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 54964 0 1 0 820 26 0 0 18 0 12 0 38301537 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 384978 50884 1426 10 0 382281 0
[pid=6695/tid=6697] ppid=6693 vsize=1539912 CPUtime=5.75
/proc/6695/task/6697/stat : 6697 (java) R 6693 6695 6069 0 -1 4202560 32027 0 1 0 560 15 0 0 25 0 12 0 38301539 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4109142146 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6695/tid=6698] ppid=6693 vsize=1539912 CPUtime=0.38
/proc/6695/task/6698/stat : 6698 (java) S 6693 6695 6069 0 -1 4202560 7002 0 0 0 35 3 0 0 16 0 12 0 38301540 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6699] ppid=6693 vsize=1539912 CPUtime=0.38
/proc/6695/task/6699/stat : 6699 (java) S 6693 6695 6069 0 -1 4202560 7661 0 0 0 35 3 0 0 16 0 12 0 38301540 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6700] ppid=6693 vsize=1539912 CPUtime=0
/proc/6695/task/6700/stat : 6700 (java) S 6693 6695 6069 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 38301541 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6701] ppid=6693 vsize=1539912 CPUtime=0
/proc/6695/task/6701/stat : 6701 (java) S 6693 6695 6069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 38301542 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6702] ppid=6693 vsize=1539912 CPUtime=0
/proc/6695/task/6702/stat : 6702 (java) S 6693 6695 6069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 38301542 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6703] ppid=6693 vsize=1539912 CPUtime=0
/proc/6695/task/6703/stat : 6703 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38301546 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6704] ppid=6693 vsize=1539912 CPUtime=1.01
/proc/6695/task/6704/stat : 6704 (java) S 6693 6695 6069 0 -1 4202560 4986 0 0 0 100 1 0 0 17 0 12 0 38301546 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6705] ppid=6693 vsize=1539912 CPUtime=0.88
/proc/6695/task/6705/stat : 6705 (java) S 6693 6695 6069 0 -1 4202560 2212 0 0 0 88 0 0 0 15 0 12 0 38301546 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6706] ppid=6693 vsize=1539912 CPUtime=0
/proc/6695/task/6706/stat : 6706 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 38301546 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6707] ppid=6693 vsize=1539912 CPUtime=0
/proc/6695/task/6707/stat : 6707 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 38301546 1576869888 50884 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 1539912

[startup+12.7025 s]
/proc/loadavg: 1.52 1.15 1.05 3/122 6711
/proc/meminfo: memFree=1586848/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1541100 CPUtime=21.05
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 61084 0 1 0 2076 29 0 0 18 0 16 0 38301537 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 385275 55804 1442 10 0 382578 0
[pid=6695/tid=6697] ppid=6693 vsize=1541100 CPUtime=5.87
/proc/6695/task/6697/stat : 6697 (java) S 6693 6695 6069 0 -1 4202560 32046 0 1 0 572 15 0 0 15 0 16 0 38301539 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6698] ppid=6693 vsize=1541100 CPUtime=0.57
/proc/6695/task/6698/stat : 6698 (java) S 6693 6695 6069 0 -1 4202560 10071 0 0 0 53 4 0 0 16 0 16 0 38301540 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6699] ppid=6693 vsize=1541100 CPUtime=0.58
/proc/6695/task/6699/stat : 6699 (java) S 6693 6695 6069 0 -1 4202560 10077 0 0 0 54 4 0 0 16 0 16 0 38301540 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6700] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6700/stat : 6700 (java) S 6693 6695 6069 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 38301541 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6701] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6701/stat : 6701 (java) S 6693 6695 6069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6702] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6702/stat : 6702 (java) S 6693 6695 6069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6703] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6703/stat : 6703 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6704] ppid=6693 vsize=1541100 CPUtime=1.69
/proc/6695/task/6704/stat : 6704 (java) S 6693 6695 6069 0 -1 4202560 5487 0 0 0 168 1 0 0 15 0 16 0 38301546 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6705] ppid=6693 vsize=1541100 CPUtime=1.52
/proc/6695/task/6705/stat : 6705 (java) S 6693 6695 6069 0 -1 4202560 2270 0 0 0 151 1 0 0 16 0 16 0 38301546 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6706] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6706/stat : 6706 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6707] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6707/stat : 6707 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 38301546 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6708] ppid=6693 vsize=1541100 CPUtime=5.36
/proc/6695/task/6708/stat : 6708 (java) R 6693 6695 6069 0 -1 4202560 21 0 0 0 536 0 0 0 25 0 16 0 38302179 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4109053195 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6695/tid=6709] ppid=6693 vsize=1541100 CPUtime=5.38
/proc/6695/task/6709/stat : 6709 (java) R 6693 6695 6069 0 -1 4202560 26 0 0 0 538 0 0 0 25 0 16 0 38302179 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4109313856 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6695/tid=6710] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6710/stat : 6710 (java) S 6693 6695 6069 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 38302196 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6711] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6711/stat : 6711 (java) S 6693 6695 6069 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 38302202 1578086400 55804 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.05
Current children cumulated vsize (KiB) 1541100

[startup+25.5021 s]
/proc/loadavg: 1.63 1.19 1.06 3/122 6711
/proc/meminfo: memFree=1564156/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1541100 CPUtime=46.37
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 67541 0 1 0 4602 35 0 0 18 0 16 0 38301537 1578086400 61490 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 385275 61490 1444 10 0 382578 0
[pid=6695/tid=6697] ppid=6693 vsize=1541100 CPUtime=5.87
/proc/6695/task/6697/stat : 6697 (java) S 6693 6695 6069 0 -1 4202560 32047 0 1 0 572 15 0 0 15 0 16 0 38301539 1578086400 61490 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6698] ppid=6693 vsize=1541100 CPUtime=1.09
/proc/6695/task/6698/stat : 6698 (java) S 6693 6695 6069 0 -1 4202560 13978 0 0 0 101 8 0 0 15 0 16 0 38301540 1578086400 61490 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6699] ppid=6693 vsize=1541100 CPUtime=1.13
/proc/6695/task/6699/stat : 6699 (java) S 6693 6695 6069 0 -1 4202560 12577 0 0 0 108 5 0 0 15 0 16 0 38301540 1578086400 61490 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6700] ppid=6693 vsize=1541100 CPUtime=0.02

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

/proc/6695/task/6710/stat : 6710 (java) S 6693 6695 6069 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 38302196 1578086400 68539 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6711] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6711/stat : 6711 (java) S 6693 6695 6069 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 38302202 1578086400 68539 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1503.21
Current children cumulated vsize (KiB) 1541100

[startup+822.302 s]
/proc/loadavg: 2.16 2.10 1.69 3/122 6733
/proc/meminfo: memFree=1533528/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1541100 CPUtime=1621.66
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 76745 0 1 0 161952 214 0 0 18 0 16 0 38301537 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 385275 68935 1444 10 0 382578 0
[pid=6695/tid=6697] ppid=6693 vsize=1541100 CPUtime=5.87
/proc/6695/task/6697/stat : 6697 (java) S 6693 6695 6069 0 -1 4202560 32048 0 1 0 572 15 0 0 15 0 16 0 38301539 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6698] ppid=6693 vsize=1541100 CPUtime=8.7
/proc/6695/task/6698/stat : 6698 (java) S 6693 6695 6069 0 -1 4202560 18105 0 0 0 838 32 0 0 16 0 16 0 38301540 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6699] ppid=6693 vsize=1541100 CPUtime=7.68
/proc/6695/task/6699/stat : 6699 (java) S 6693 6695 6069 0 -1 4202560 16136 0 0 0 688 80 0 0 15 0 16 0 38301540 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6700] ppid=6693 vsize=1541100 CPUtime=1.07
/proc/6695/task/6700/stat : 6700 (java) S 6693 6695 6069 0 -1 4202560 63 0 0 0 67 40 0 0 15 0 16 0 38301541 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6701] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6701/stat : 6701 (java) S 6693 6695 6069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6702] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6702/stat : 6702 (java) S 6693 6695 6069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6703] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6703/stat : 6703 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6704] ppid=6693 vsize=1541100 CPUtime=2.9
/proc/6695/task/6704/stat : 6704 (java) S 6693 6695 6069 0 -1 4202560 5514 0 0 0 288 2 0 0 16 0 16 0 38301546 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6705] ppid=6693 vsize=1541100 CPUtime=1.68
/proc/6695/task/6705/stat : 6705 (java) S 6693 6695 6069 0 -1 4202560 2280 0 0 0 167 1 0 0 15 0 16 0 38301546 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6706] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6706/stat : 6706 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6707] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6707/stat : 6707 (java) S 6693 6695 6069 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 38301546 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6708] ppid=6693 vsize=1541100 CPUtime=793.75
/proc/6695/task/6708/stat : 6708 (java) R 6693 6695 6069 0 -1 4202560 776 0 0 0 79347 28 0 0 25 0 16 0 38302179 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4109314430 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6695/tid=6709] ppid=6693 vsize=1541100 CPUtime=799.91
/proc/6695/task/6709/stat : 6709 (java) R 6693 6695 6069 0 -1 4202560 701 0 0 0 79979 12 0 0 25 0 16 0 38302179 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4109602028 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6695/tid=6710] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6710/stat : 6710 (java) S 6693 6695 6069 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 38302196 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6711] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6711/stat : 6711 (java) S 6693 6695 6069 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 38302202 1578086400 68935 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1621.66
Current children cumulated vsize (KiB) 1541100

[startup+882.303 s]
/proc/loadavg: 2.17 2.11 1.72 3/122 6735
/proc/meminfo: memFree=1531792/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1541100 CPUtime=1740.35
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 77255 0 1 0 173808 227 0 0 18 0 16 0 38301537 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 385275 69331 1444 10 0 382578 0
[pid=6695/tid=6697] ppid=6693 vsize=1541100 CPUtime=5.87
/proc/6695/task/6697/stat : 6697 (java) S 6693 6695 6069 0 -1 4202560 32048 0 1 0 572 15 0 0 15 0 16 0 38301539 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6698] ppid=6693 vsize=1541100 CPUtime=9.3
/proc/6695/task/6698/stat : 6698 (java) S 6693 6695 6069 0 -1 4202560 18111 0 0 0 898 32 0 0 15 0 16 0 38301540 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6699] ppid=6693 vsize=1541100 CPUtime=8.15
/proc/6695/task/6699/stat : 6699 (java) S 6693 6695 6069 0 -1 4202560 16526 0 0 0 729 86 0 0 15 0 16 0 38301540 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6700] ppid=6693 vsize=1541100 CPUtime=1.15
/proc/6695/task/6700/stat : 6700 (java) S 6693 6695 6069 0 -1 4202560 67 0 0 0 72 43 0 0 15 0 16 0 38301541 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6701] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6701/stat : 6701 (java) S 6693 6695 6069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6702] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6702/stat : 6702 (java) S 6693 6695 6069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6703] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6703/stat : 6703 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6704] ppid=6693 vsize=1541100 CPUtime=2.9
/proc/6695/task/6704/stat : 6704 (java) S 6693 6695 6069 0 -1 4202560 5514 0 0 0 288 2 0 0 16 0 16 0 38301546 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6705] ppid=6693 vsize=1541100 CPUtime=1.68
/proc/6695/task/6705/stat : 6705 (java) S 6693 6695 6069 0 -1 4202560 2280 0 0 0 167 1 0 0 15 0 16 0 38301546 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6706] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6706/stat : 6706 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6707] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6707/stat : 6707 (java) S 6693 6695 6069 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 38301546 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6708] ppid=6693 vsize=1541100 CPUtime=852.08
/proc/6695/task/6708/stat : 6708 (java) R 6693 6695 6069 0 -1 4202560 825 0 0 0 85178 30 0 0 25 0 16 0 38302179 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4109422259 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6695/tid=6709] ppid=6693 vsize=1541100 CPUtime=859.11
/proc/6695/task/6709/stat : 6709 (java) R 6693 6695 6069 0 -1 4202560 758 0 0 0 85898 13 0 0 25 0 16 0 38302179 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4109609710 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6695/tid=6710] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6710/stat : 6710 (java) S 6693 6695 6069 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 38302196 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6711] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6711/stat : 6711 (java) S 6693 6695 6069 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 38302202 1578086400 69331 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1740.35
Current children cumulated vsize (KiB) 1541100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.503 s]
/proc/loadavg: 2.10 2.10 1.73 3/122 6735
/proc/meminfo: memFree=1530924/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1541100 CPUtime=1800.16
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 77520 0 1 0 179784 232 0 0 18 0 16 0 38301537 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 385275 69540 1444 10 0 382578 0
[pid=6695/tid=6697] ppid=6693 vsize=1541100 CPUtime=5.87
/proc/6695/task/6697/stat : 6697 (java) S 6693 6695 6069 0 -1 4202560 32049 0 1 0 572 15 0 0 15 0 16 0 38301539 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6698] ppid=6693 vsize=1541100 CPUtime=9.57
/proc/6695/task/6698/stat : 6698 (java) S 6693 6695 6069 0 -1 4202560 18114 0 0 0 925 32 0 0 15 0 16 0 38301540 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6699] ppid=6693 vsize=1541100 CPUtime=8.38
/proc/6695/task/6699/stat : 6699 (java) S 6693 6695 6069 0 -1 4202560 16732 0 0 0 748 90 0 0 15 0 16 0 38301540 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6700] ppid=6693 vsize=1541100 CPUtime=1.18
/proc/6695/task/6700/stat : 6700 (java) S 6693 6695 6069 0 -1 4202560 69 0 0 0 75 43 0 0 15 0 16 0 38301541 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6701] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6701/stat : 6701 (java) S 6693 6695 6069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6702] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6702/stat : 6702 (java) S 6693 6695 6069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6703] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6703/stat : 6703 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6704] ppid=6693 vsize=1541100 CPUtime=2.9
/proc/6695/task/6704/stat : 6704 (java) S 6693 6695 6069 0 -1 4202560 5514 0 0 0 288 2 0 0 16 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6705] ppid=6693 vsize=1541100 CPUtime=1.68
/proc/6695/task/6705/stat : 6705 (java) S 6693 6695 6069 0 -1 4202560 2280 0 0 0 167 1 0 0 15 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6706] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6706/stat : 6706 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6707] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6707/stat : 6707 (java) S 6693 6695 6069 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6708] ppid=6693 vsize=1541100 CPUtime=881.56
/proc/6695/task/6708/stat : 6708 (java) R 6693 6695 6069 0 -1 4202560 833 0 0 0 88125 31 0 0 25 0 16 0 38302179 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4109274120 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6695/tid=6709] ppid=6693 vsize=1541100 CPUtime=888.92
/proc/6695/task/6709/stat : 6709 (java) R 6693 6695 6069 0 -1 4202560 801 0 0 0 88879 13 0 0 25 0 16 0 38302179 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4109009930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6695/tid=6710] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6710/stat : 6710 (java) S 6693 6695 6069 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 38302196 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6711] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6711/stat : 6711 (java) S 6693 6695 6069 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 38302202 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1541100

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

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

[startup+912.503 s]
/proc/loadavg: 2.10 2.10 1.73 3/122 6735
/proc/meminfo: memFree=1530924/2059040 swapFree=4136232/4192956
[pid=6695] ppid=6693 vsize=1541100 CPUtime=1800.16
/proc/6695/stat : 6695 (java) S 6693 6695 6069 0 -1 4202496 77520 0 1 0 179784 232 0 0 18 0 16 0 38301537 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6695/statm: 385275 69540 1444 10 0 382578 0
[pid=6695/tid=6697] ppid=6693 vsize=1541100 CPUtime=5.87
/proc/6695/task/6697/stat : 6697 (java) S 6693 6695 6069 0 -1 4202560 32049 0 1 0 572 15 0 0 15 0 16 0 38301539 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6698] ppid=6693 vsize=1541100 CPUtime=9.57
/proc/6695/task/6698/stat : 6698 (java) S 6693 6695 6069 0 -1 4202560 18114 0 0 0 925 32 0 0 15 0 16 0 38301540 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6699] ppid=6693 vsize=1541100 CPUtime=8.38
/proc/6695/task/6699/stat : 6699 (java) S 6693 6695 6069 0 -1 4202560 16732 0 0 0 748 90 0 0 15 0 16 0 38301540 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6700] ppid=6693 vsize=1541100 CPUtime=1.18
/proc/6695/task/6700/stat : 6700 (java) S 6693 6695 6069 0 -1 4202560 69 0 0 0 75 43 0 0 15 0 16 0 38301541 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 0 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6701] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6701/stat : 6701 (java) S 6693 6695 6069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6702] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6702/stat : 6702 (java) S 6693 6695 6069 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 38301542 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6703] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6703/stat : 6703 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6704] ppid=6693 vsize=1541100 CPUtime=2.9
/proc/6695/task/6704/stat : 6704 (java) S 6693 6695 6069 0 -1 4202560 5514 0 0 0 288 2 0 0 16 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6705] ppid=6693 vsize=1541100 CPUtime=1.68
/proc/6695/task/6705/stat : 6705 (java) S 6693 6695 6069 0 -1 4202560 2280 0 0 0 167 1 0 0 15 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 1 0 0 0
[pid=6695/tid=6706] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6706/stat : 6706 (java) S 6693 6695 6069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6707] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6707/stat : 6707 (java) S 6693 6695 6069 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 38301546 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6708] ppid=6693 vsize=1541100 CPUtime=881.56
/proc/6695/task/6708/stat : 6708 (java) R 6693 6695 6069 0 -1 4202560 833 0 0 0 88125 31 0 0 25 0 16 0 38302179 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4109274120 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6695/tid=6709] ppid=6693 vsize=1541100 CPUtime=888.92
/proc/6695/task/6709/stat : 6709 (java) R 6693 6695 6069 0 -1 4202560 801 0 0 0 88879 13 0 0 25 0 16 0 38302179 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4109009930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6695/tid=6710] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6710/stat : 6710 (java) S 6693 6695 6069 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 38302196 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
[pid=6695/tid=6711] ppid=6693 vsize=1541100 CPUtime=0
/proc/6695/task/6711/stat : 6711 (java) S 6693 6695 6069 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 38302202 1578086400 69540 1992294400 134512640 134550932 4293127952 18446744073709551615 4294960144 0 4 0 16800975 18446604437846397952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 1541100

Child status: 143
Real time (s): 912.575
CPU time (s): 1800.26
CPU user time (s): 1797.91
CPU system time (s): 2.35464
CPU usage (%): 197.273
Max. virtual memory (cumulated for all children) (KiB): 1542184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.91
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= 77541
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= 39814
involuntary context switches= 56503

runsolver used 4.25735 second user time and 8.86465 second system time

The end

Launcher Data

Begin job on node011 at 2010-06-15 20:36:40
IDJOB=2662247
IDBENCH=3009
IDSOLVER=1166
FILE ID=node011/2662247-1276626999
PBS_JOBID= 11172341
Free space on /tmp= 62352 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=340-sizeP=171-sizeQ=340-737522999-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662247-1276626999/watcher-2662247-1276626999 -o /tmp/evaluation-result-2662247-1276626999/solver-2662247-1276626999 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662247-1276626999.opb

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

MD5SUM BENCH= 2b9e4e0dec92e7efe9699841b8c27d99
RANDOM SEED=1564180948

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1806108 kB
Buffers:         63536 kB
Cached:         109132 kB
SwapCached:      10072 kB
Active:          83124 kB
Inactive:       103120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1806108 kB
SwapTotal:     4192956 kB
SwapFree:      4136232 kB
Dirty:            9968 kB
Writeback:           0 kB
AnonPages:       12004 kB
Mapped:           9360 kB
Slab:            44864 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181836 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= 62352 MiB
End job on node011 at 2010-06-15 20:51:54