Trace number 2662235

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.34 908.077

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-318609522-max.opb
MD5SUMae51e618574b80c61fbc975822c4a1eb
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 variables10151
Total number of constraints29821
Number of constraints which are clauses29820
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 constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084309088316738947240174611804419280895599096947
Number of bits of the biggest sum of numbers211
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c ManyCore solver with 2 solvers running in parallel
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	
0.23/0.21	c solving HOME/instance-2662235-1276625274.opb
0.23/0.21	c reading problem ... 
3.25/2.00	c ... done. Wall clock time 1.788s.
3.25/2.00	c #vars     10151
3.25/2.00	c #constraints  32378
3.25/2.00	c constraints type 
3.25/2.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
3.25/2.00	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
3.25/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.25/2.00	c constraints type 
3.25/2.00	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 19880
3.25/2.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9940
3.25/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
341.72/172.58	c cleaning 2493 clauses out of 5000 with flag 5000/5000
661.58/333.88	c cleaning 4254 clauses out of 8507 with flag 11000/11000
1104.20/557.06	c cleaning 5617 clauses out of 11253 with flag 18000/18000
1539.97/776.79	c cleaning 6804 clauses out of 13636 with flag 26000/26000
1800.04/907.92	c starts		: 55
1800.04/907.92	c conflicts		: 31664
1800.04/907.92	c decisions		: 141302
1800.04/907.92	c propagations		: 6517320
1800.04/907.92	c inspects		: 78174626
1800.04/907.92	c learnt literals	: 0
1800.04/907.92	c learnt binary clauses	: 0
1800.04/907.92	c learnt ternary clauses	: 1
1800.04/907.92	c learnt clauses	: 31664
1800.04/907.92	c ignored clauses	: 0
1800.04/907.92	c root simplifications	: 0
1800.04/907.92	c removed literals (reason simplification)	: 69127752
1800.04/907.92	c reason swapping (by a shorter reason)	: 0
1800.04/907.92	c Calls to reduceDB	: 4
1800.04/907.92	c number of reductions to clauses (during analyze)	: 0
1800.04/907.92	c number of learned constraints concerned by reduction	: 0
1800.04/907.92	c number of learning phase by resolution	: 0
1800.04/907.92	c number of learning phase by cutting planes	: 0
1800.04/907.92	c speed (assignments/second)	: 7194.195033965697
1800.04/907.92	c non guided choices	50
1800.04/908.01	c learnt constraints type 
1800.04/908.01	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12499
1800.04/908.01	c constraints type 
1800.04/908.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9940
1800.04/908.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 19880
1800.04/908.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/908.01	c constraints type 
1800.04/908.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 19880
1800.04/908.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9940
1800.04/908.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/908.01	s UNKNOWN
1800.04/908.01	c Total wall clock time (in seconds): 907.796

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-2662235-1276625274/watcher-2662235-1276625274 -o /tmp/evaluation-result-2662235-1276625274/solver-2662235-1276625274 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662235-1276625274.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: 2.02 2.01 1.68 3/105 10560
/proc/meminfo: memFree=1492000/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1832 CPUtime=0
/proc/10560/stat : 10560 (java6) S 10558 10560 10045 0 -1 4194304 245 0 0 0 0 0 0 0 25 0 1 0 3820927 1875968 148 1992294400 134512640 134550932 4287565424 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699326142 0 0 17 1 0 0 0
/proc/10560/statm: 458 148 111 10 0 63 0

[startup+0.109618 s]
/proc/loadavg: 2.02 2.01 1.68 3/105 10560
/proc/meminfo: memFree=1492000/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1524180 CPUtime=0.09
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 4023 0 1 0 7 2 0 0 25 0 12 0 3820927 1560760320 3462 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 381045 3462 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.201484 s]
/proc/loadavg: 2.02 2.01 1.68 3/105 10560
/proc/meminfo: memFree=1492000/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1526256 CPUtime=0.23
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 5099 0 1 0 20 3 0 0 25 0 12 0 3820927 1562886144 4536 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 381564 4536 1345 10 0 378867 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526256

[startup+0.301493 s]
/proc/loadavg: 2.02 2.01 1.68 3/105 10560
/proc/meminfo: memFree=1492000/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1526256 CPUtime=0.35
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 5498 0 1 0 32 3 0 0 25 0 12 0 3820927 1562886144 4935 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 381564 4935 1361 10 0 378867 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526256

[startup+0.701542 s]
/proc/loadavg: 2.02 2.01 1.68 3/105 10560
/proc/meminfo: memFree=1492000/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1530032 CPUtime=1.11
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 8260 0 1 0 106 5 0 0 25 0 12 0 3820927 1566752768 7379 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 382508 7380 1401 10 0 379811 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1530032

[startup+1.50263 s]
/proc/loadavg: 2.10 2.03 1.69 4/117 10572
/proc/meminfo: memFree=1447452/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1540264 CPUtime=2.57
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 20412 0 1 0 246 11 0 0 25 0 12 0 3820927 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 385066 17923 1407 10 0 382369 0
[pid=10560/tid=10562] ppid=10558 vsize=1540264 CPUtime=1.23
/proc/10560/task/10562/stat : 10562 (java) R 10558 10560 10045 0 -1 4202560 13200 0 1 0 115 8 0 0 25 0 12 0 3820928 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4109779158 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10560/tid=10563] ppid=10558 vsize=1540264 CPUtime=0
/proc/10560/task/10563/stat : 10563 (java) S 10558 10560 10045 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 3820930 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10564] ppid=10558 vsize=1540264 CPUtime=0
/proc/10560/task/10564/stat : 10564 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3820930 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10565] ppid=10558 vsize=1540264 CPUtime=0
/proc/10560/task/10565/stat : 10565 (java) S 10558 10560 10045 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3820931 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10566] ppid=10558 vsize=1540264 CPUtime=0
/proc/10560/task/10566/stat : 10566 (java) S 10558 10560 10045 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 3820932 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10567] ppid=10558 vsize=1540264 CPUtime=0
/proc/10560/task/10567/stat : 10567 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 3820932 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10568] ppid=10558 vsize=1540264 CPUtime=0
/proc/10560/task/10568/stat : 10568 (java) S 10558 10560 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3820936 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10569] ppid=10558 vsize=1540264 CPUtime=0.71
/proc/10560/task/10569/stat : 10569 (java) S 10558 10560 10045 0 -1 4202560 3770 0 0 0 71 0 0 0 25 0 12 0 3820936 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10570] ppid=10558 vsize=1540264 CPUtime=0.6
/proc/10560/task/10570/stat : 10570 (java) S 10558 10560 10045 0 -1 4202560 2379 0 0 0 59 1 0 0 25 0 12 0 3820936 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10571] ppid=10558 vsize=1540264 CPUtime=0
/proc/10560/task/10571/stat : 10571 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3820936 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10572] ppid=10558 vsize=1540264 CPUtime=0
/proc/10560/task/10572/stat : 10572 (java) R 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 3820936 1577230336 17923 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 1540264

[startup+3.10181 s]
/proc/loadavg: 2.10 2.03 1.69 5/121 10576
/proc/meminfo: memFree=1391000/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1541560 CPUtime=5.43
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 30299 0 1 0 527 16 0 0 25 0 16 0 3820927 1578557440 27808 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 385390 27808 1425 10 0 382693 0
[pid=10560/tid=10562] ppid=10558 vsize=1541560 CPUtime=1.72
/proc/10560/task/10562/stat : 10562 (java) S 10558 10560 10045 0 -1 4202560 21243 0 1 0 160 12 0 0 18 0 16 0 3820928 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10563] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10563/stat : 10563 (java) S 10558 10560 10045 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 3820930 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10564] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10564/stat : 10564 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3820930 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10565] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10565/stat : 10565 (java) S 10558 10560 10045 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 16 0 3820931 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10566] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10566/stat : 10566 (java) S 10558 10560 10045 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 16 0 3820932 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10567] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10567/stat : 10567 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3820932 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10568] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10568/stat : 10568 (java) S 10558 10560 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3820936 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10569] ppid=10558 vsize=1541560 CPUtime=1.31
/proc/10560/task/10569/stat : 10569 (java) R 10558 10560 10045 0 -1 4202560 3808 0 0 0 130 1 0 0 21 0 16 0 3820936 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 105600544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10560/tid=10570] ppid=10558 vsize=1541560 CPUtime=1.3
/proc/10560/task/10570/stat : 10570 (java) R 10558 10560 10045 0 -1 4202560 2436 0 0 0 129 1 0 0 21 0 16 0 3820936 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 105732048 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10560/tid=10571] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10571/stat : 10571 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3820936 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10572] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10572/stat : 10572 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3820936 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10573] ppid=10558 vsize=1541560 CPUtime=0.51
/proc/10560/task/10573/stat : 10573 (java) R 10558 10560 10045 0 -1 4202560 419 0 0 0 51 0 0 0 25 0 16 0 3821128 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4110213721 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10560/tid=10574] ppid=10558 vsize=1541560 CPUtime=0.55
/proc/10560/task/10574/stat : 10574 (java) R 10558 10560 10045 0 -1 4202560 1322 0 0 0 55 0 0 0 25 0 16 0 3821128 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4110243228 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10560/tid=10575] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10575/stat : 10575 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3821132 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10576] ppid=10558 vsize=1541560 CPUtime=0
/proc/10560/task/10576/stat : 10576 (java) S 10558 10560 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3821137 1578557440 27809 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 1541560

[startup+6.30217 s]
/proc/loadavg: 2.10 2.03 1.69 3/121 10576
/proc/meminfo: memFree=1328504/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1540536 CPUtime=11.78
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 51715 0 1 0 1152 26 0 0 25 0 16 0 3820927 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 385134 48509 1436 10 0 382437 0
[pid=10560/tid=10562] ppid=10558 vsize=1540536 CPUtime=1.72
/proc/10560/task/10562/stat : 10562 (java) S 10558 10560 10045 0 -1 4202560 21243 0 1 0 160 12 0 0 18 0 16 0 3820928 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10563] ppid=10558 vsize=1540536 CPUtime=0.26
/proc/10560/task/10563/stat : 10563 (java) S 10558 10560 10045 0 -1 4202560 5131 0 0 0 24 2 0 0 15 0 16 0 3820930 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10564] ppid=10558 vsize=1540536 CPUtime=0.26
/proc/10560/task/10564/stat : 10564 (java) S 10558 10560 10045 0 -1 4202560 5287 0 0 0 24 2 0 0 16 0 16 0 3820930 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10565] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10565/stat : 10565 (java) S 10558 10560 10045 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 16 0 3820931 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10566] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10566/stat : 10566 (java) S 10558 10560 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3820932 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10567] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10567/stat : 10567 (java) S 10558 10560 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3820932 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10568] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10568/stat : 10568 (java) S 10558 10560 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3820936 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10569] ppid=10558 vsize=1540536 CPUtime=1.48
/proc/10560/task/10569/stat : 10569 (java) S 10558 10560 10045 0 -1 4202560 3819 0 0 0 147 1 0 0 16 0 16 0 3820936 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10570] ppid=10558 vsize=1540536 CPUtime=1.71
/proc/10560/task/10570/stat : 10570 (java) S 10558 10560 10045 0 -1 4202560 2457 0 0 0 170 1 0 0 16 0 16 0 3820936 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10571] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10571/stat : 10571 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3820936 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10572] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10572/stat : 10572 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3820936 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10573] ppid=10558 vsize=1540536 CPUtime=3.25
/proc/10560/task/10573/stat : 10573 (java) R 10558 10560 10045 0 -1 4202560 890 0 0 0 325 0 0 0 25 0 16 0 3821128 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4110068212 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10560/tid=10574] ppid=10558 vsize=1540536 CPUtime=3.01
/proc/10560/task/10574/stat : 10574 (java) R 10558 10560 10045 0 -1 4202560 11796 0 0 0 297 4 0 0 25 0 16 0 3821128 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4110396639 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10560/tid=10575] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10575/stat : 10575 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3821132 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10576] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10576/stat : 10576 (java) S 10558 10560 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3821137 1577508864 48509 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.78
Current children cumulated vsize (KiB) 1540536

[startup+12.7019 s]
/proc/loadavg: 2.08 2.03 1.69 3/121 10576
/proc/meminfo: memFree=1299488/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1540536 CPUtime=24.49
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 52532 0 1 0 2422 27 0 0 25 0 16 0 3820927 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 385134 49292 1436 10 0 382437 0
[pid=10560/tid=10562] ppid=10558 vsize=1540536 CPUtime=1.72
/proc/10560/task/10562/stat : 10562 (java) S 10558 10560 10045 0 -1 4202560 21243 0 1 0 160 12 0 0 18 0 16 0 3820928 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10563] ppid=10558 vsize=1540536 CPUtime=0.28
/proc/10560/task/10563/stat : 10563 (java) S 10558 10560 10045 0 -1 4202560 5396 0 0 0 26 2 0 0 16 0 16 0 3820930 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10564] ppid=10558 vsize=1540536 CPUtime=0.28
/proc/10560/task/10564/stat : 10564 (java) S 10558 10560 10045 0 -1 4202560 5473 0 0 0 26 2 0 0 15 0 16 0 3820930 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10565] ppid=10558 vsize=1540536 CPUtime=0.01
/proc/10560/task/10565/stat : 10565 (java) S 10558 10560 10045 0 -1 4202560 21 0 0 0 1 0 0 0 15 0 16 0 3820931 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10566] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10566/stat : 10566 (java) S 10558 10560 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3820932 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10567] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10567/stat : 10567 (java) S 10558 10560 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3820932 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10568] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10568/stat : 10568 (java) S 10558 10560 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3820936 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10569] ppid=10558 vsize=1540536 CPUtime=1.52
/proc/10560/task/10569/stat : 10569 (java) S 10558 10560 10045 0 -1 4202560 3819 0 0 0 151 1 0 0 15 0 16 0 3820936 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10570] ppid=10558 vsize=1540536 CPUtime=1.71
/proc/10560/task/10570/stat : 10570 (java) S 10558 10560 10045 0 -1 4202560 2457 0 0 0 170 1 0 0 16 0 16 0 3820936 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10571] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10571/stat : 10571 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3820936 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10572] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10572/stat : 10572 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 16 0 3820936 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10573] ppid=10558 vsize=1540536 CPUtime=9.58
/proc/10560/task/10573/stat : 10573 (java) R 10558 10560 10045 0 -1 4202560 900 0 0 0 958 0 0 0 25 0 16 0 3821128 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4110215472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10560/tid=10574] ppid=10558 vsize=1540536 CPUtime=9.3
/proc/10560/task/10574/stat : 10574 (java) R 10558 10560 10045 0 -1 4202560 12152 0 0 0 926 4 0 0 25 0 16 0 3821128 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4110064371 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10560/tid=10575] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10575/stat : 10575 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3821132 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10576] ppid=10558 vsize=1540536 CPUtime=0
/proc/10560/task/10576/stat : 10576 (java) S 10558 10560 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3821137 1577508864 49292 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0

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

/proc/10560/task/10575/stat : 10575 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3821132 1583800320 104431 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10576] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10576/stat : 10576 (java) S 10558 10560 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3821137 1583800320 104431 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1511.4
Current children cumulated vsize (KiB) 1546680

[startup+822.303 s]
/proc/loadavg: 2.00 2.02 1.86 3/121 10598
/proc/meminfo: memFree=1069468/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1546680 CPUtime=1630.18
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 118123 0 1 0 162907 111 0 0 25 0 16 0 3820927 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 386670 106380 1450 10 0 383973 0
[pid=10560/tid=10562] ppid=10558 vsize=1546680 CPUtime=1.72
/proc/10560/task/10562/stat : 10562 (java) S 10558 10560 10045 0 -1 4202560 21249 0 1 0 160 12 0 0 15 0 16 0 3820928 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10563] ppid=10558 vsize=1546680 CPUtime=7.05
/proc/10560/task/10563/stat : 10563 (java) S 10558 10560 10045 0 -1 4202560 35755 0 0 0 680 25 0 0 15 0 16 0 3820930 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10564] ppid=10558 vsize=1546680 CPUtime=7.06
/proc/10560/task/10564/stat : 10564 (java) S 10558 10560 10045 0 -1 4202560 35896 0 0 0 682 24 0 0 16 0 16 0 3820930 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10565] ppid=10558 vsize=1546680 CPUtime=1.81
/proc/10560/task/10565/stat : 10565 (java) S 10558 10560 10045 0 -1 4202560 79 0 0 0 162 19 0 0 15 0 16 0 3820931 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10566] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10566/stat : 10566 (java) S 10558 10560 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3820932 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10567] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10567/stat : 10567 (java) S 10558 10560 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3820932 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10568] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10568/stat : 10568 (java) S 10558 10560 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10569] ppid=10558 vsize=1546680 CPUtime=1.73
/proc/10560/task/10569/stat : 10569 (java) S 10558 10560 10045 0 -1 4202560 3841 0 0 0 172 1 0 0 16 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10570] ppid=10558 vsize=1546680 CPUtime=2.95
/proc/10560/task/10570/stat : 10570 (java) S 10558 10560 10045 0 -1 4202560 5199 0 0 0 293 2 0 0 15 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10571] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10571/stat : 10571 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10572] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10572/stat : 10572 (java) S 10558 10560 10045 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10573] ppid=10558 vsize=1546680 CPUtime=804.25
/proc/10560/task/10573/stat : 10573 (java) R 10558 10560 10045 0 -1 4202560 1846 0 0 0 80417 8 0 0 25 0 16 0 3821128 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4110132498 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10560/tid=10574] ppid=10558 vsize=1546680 CPUtime=803.5
/proc/10560/task/10574/stat : 10574 (java) R 10558 10560 10045 0 -1 4202560 13142 0 0 0 80335 15 0 0 25 0 16 0 3821128 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4110396641 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10560/tid=10575] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10575/stat : 10575 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3821132 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10576] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10576/stat : 10576 (java) S 10558 10560 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3821137 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1630.18
Current children cumulated vsize (KiB) 1546680

[startup+882.31 s]
/proc/loadavg: 2.03 2.03 1.87 3/121 10600
/proc/meminfo: memFree=1069344/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1546680 CPUtime=1749.21
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 118286 0 1 0 174805 116 0 0 25 0 16 0 3820927 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 386670 106380 1450 10 0 383973 0
[pid=10560/tid=10562] ppid=10558 vsize=1546680 CPUtime=1.72
/proc/10560/task/10562/stat : 10562 (java) S 10558 10560 10045 0 -1 4202560 21249 0 1 0 160 12 0 0 15 0 16 0 3820928 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10563] ppid=10558 vsize=1546680 CPUtime=7.64
/proc/10560/task/10563/stat : 10563 (java) S 10558 10560 10045 0 -1 4202560 35755 0 0 0 738 26 0 0 16 0 16 0 3820930 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10564] ppid=10558 vsize=1546680 CPUtime=7.64
/proc/10560/task/10564/stat : 10564 (java) S 10558 10560 10045 0 -1 4202560 35896 0 0 0 739 25 0 0 15 0 16 0 3820930 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10565] ppid=10558 vsize=1546680 CPUtime=1.89
/proc/10560/task/10565/stat : 10565 (java) S 10558 10560 10045 0 -1 4202560 83 0 0 0 168 21 0 0 15 0 16 0 3820931 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10566] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10566/stat : 10566 (java) S 10558 10560 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3820932 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10567] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10567/stat : 10567 (java) S 10558 10560 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3820932 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10568] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10568/stat : 10568 (java) S 10558 10560 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10569] ppid=10558 vsize=1546680 CPUtime=1.73
/proc/10560/task/10569/stat : 10569 (java) S 10558 10560 10045 0 -1 4202560 3841 0 0 0 172 1 0 0 16 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10570] ppid=10558 vsize=1546680 CPUtime=2.95
/proc/10560/task/10570/stat : 10570 (java) S 10558 10560 10045 0 -1 4202560 5199 0 0 0 293 2 0 0 15 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10571] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10571/stat : 10571 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10572] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10572/stat : 10572 (java) S 10558 10560 10045 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10573] ppid=10558 vsize=1546680 CPUtime=863.04
/proc/10560/task/10573/stat : 10573 (java) R 10558 10560 10045 0 -1 4202560 1934 0 0 0 86295 9 0 0 25 0 16 0 3821128 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4110219798 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10560/tid=10574] ppid=10558 vsize=1546680 CPUtime=862.51
/proc/10560/task/10574/stat : 10574 (java) R 10558 10560 10045 0 -1 4202560 13209 0 0 0 86235 16 0 0 25 0 16 0 3821128 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4110421101 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10560/tid=10575] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10575/stat : 10575 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3821132 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10576] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10576/stat : 10576 (java) S 10558 10560 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3821137 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1749.21
Current children cumulated vsize (KiB) 1546680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.902 s]
/proc/loadavg: 2.08 2.04 1.88 3/121 10600
/proc/meminfo: memFree=1069344/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1546680 CPUtime=1800.04
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 118350 0 1 0 179886 118 0 0 25 0 16 0 3820927 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 386670 106380 1450 10 0 383973 0
[pid=10560/tid=10562] ppid=10558 vsize=1546680 CPUtime=1.72
/proc/10560/task/10562/stat : 10562 (java) S 10558 10560 10045 0 -1 4202560 21249 0 1 0 160 12 0 0 15 0 16 0 3820928 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10563] ppid=10558 vsize=1546680 CPUtime=7.88
/proc/10560/task/10563/stat : 10563 (java) S 10558 10560 10045 0 -1 4202560 35755 0 0 0 762 26 0 0 15 0 16 0 3820930 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10564] ppid=10558 vsize=1546680 CPUtime=7.88
/proc/10560/task/10564/stat : 10564 (java) S 10558 10560 10045 0 -1 4202560 35896 0 0 0 763 25 0 0 16 0 16 0 3820930 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10565] ppid=10558 vsize=1546680 CPUtime=1.93
/proc/10560/task/10565/stat : 10565 (java) S 10558 10560 10045 0 -1 4202560 83 0 0 0 171 22 0 0 15 0 16 0 3820931 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10566] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10566/stat : 10566 (java) S 10558 10560 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3820932 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10567] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10567/stat : 10567 (java) S 10558 10560 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3820932 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10568] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10568/stat : 10568 (java) S 10558 10560 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10569] ppid=10558 vsize=1546680 CPUtime=1.73
/proc/10560/task/10569/stat : 10569 (java) S 10558 10560 10045 0 -1 4202560 3841 0 0 0 172 1 0 0 16 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10570] ppid=10558 vsize=1546680 CPUtime=2.95
/proc/10560/task/10570/stat : 10570 (java) S 10558 10560 10045 0 -1 4202560 5199 0 0 0 293 2 0 0 15 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10571] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10571/stat : 10571 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10572] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10572/stat : 10572 (java) S 10558 10560 10045 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 3820936 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10573] ppid=10558 vsize=1546680 CPUtime=888.31
/proc/10560/task/10573/stat : 10573 (java) R 10558 10560 10045 0 -1 4202560 1972 0 0 0 88822 9 0 0 25 0 16 0 3821128 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4110349386 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10560/tid=10574] ppid=10558 vsize=1546680 CPUtime=887.54
/proc/10560/task/10574/stat : 10574 (java) R 10558 10560 10045 0 -1 4202560 13235 0 0 0 88738 16 0 0 25 0 16 0 3821128 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4110064071 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10560/tid=10575] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10575/stat : 10575 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3821132 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10576] ppid=10558 vsize=1546680 CPUtime=0
/proc/10560/task/10576/stat : 10576 (java) S 10558 10560 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3821137 1583800320 106380 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1546680

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

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

[startup+908.017 s]
/proc/loadavg: 2.08 2.04 1.88 3/121 10600
/proc/meminfo: memFree=1069344/2059040 swapFree=4192956/4192956
[pid=10560] ppid=10558 vsize=1547328 CPUtime=1800.25
/proc/10560/stat : 10560 (java) S 10558 10560 10045 0 -1 4202496 118370 0 1 0 179907 118 0 0 18 0 17 0 3820927 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10560/statm: 386832 106399 1451 10 0 384135 0
[pid=10560/tid=10562] ppid=10558 vsize=1547328 CPUtime=1.72
/proc/10560/task/10562/stat : 10562 (java) S 10558 10560 10045 0 -1 4202560 21249 0 1 0 160 12 0 0 15 0 17 0 3820928 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10563] ppid=10558 vsize=1547328 CPUtime=7.89
/proc/10560/task/10563/stat : 10563 (java) S 10558 10560 10045 0 -1 4202560 35755 0 0 0 763 26 0 0 16 0 17 0 3820930 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10564] ppid=10558 vsize=1547328 CPUtime=7.89
/proc/10560/task/10564/stat : 10564 (java) S 10558 10560 10045 0 -1 4202560 35896 0 0 0 764 25 0 0 16 0 17 0 3820930 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10565] ppid=10558 vsize=1547328 CPUtime=1.93
/proc/10560/task/10565/stat : 10565 (java) S 10558 10560 10045 0 -1 4202560 83 0 0 0 171 22 0 0 15 0 17 0 3820931 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 0 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10566] ppid=10558 vsize=1547328 CPUtime=0
/proc/10560/task/10566/stat : 10566 (java) S 10558 10560 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 17 0 3820932 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10567] ppid=10558 vsize=1547328 CPUtime=0
/proc/10560/task/10567/stat : 10567 (java) S 10558 10560 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 3820932 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10568] ppid=10558 vsize=1547328 CPUtime=0
/proc/10560/task/10568/stat : 10568 (java) S 10558 10560 10045 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 3820936 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10569] ppid=10558 vsize=1547328 CPUtime=1.73
/proc/10560/task/10569/stat : 10569 (java) S 10558 10560 10045 0 -1 4202560 3841 0 0 0 172 1 0 0 16 0 17 0 3820936 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 1 0 0 0
[pid=10560/tid=10570] ppid=10558 vsize=1547328 CPUtime=2.96
/proc/10560/task/10570/stat : 10570 (java) S 10558 10560 10045 0 -1 4202560 5199 0 0 0 294 2 0 0 16 0 17 0 3820936 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10571] ppid=10558 vsize=1547328 CPUtime=0
/proc/10560/task/10571/stat : 10571 (java) S 10558 10560 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 17 0 3820936 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10572] ppid=10558 vsize=1547328 CPUtime=0
/proc/10560/task/10572/stat : 10572 (java) S 10558 10560 10045 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 17 0 3820936 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10573] ppid=10558 vsize=1547328 CPUtime=888.41
/proc/10560/task/10573/stat : 10573 (java) R 10558 10560 10045 0 -1 4202560 1972 0 0 0 88832 9 0 0 25 0 17 0 3821128 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4110219796 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10560/tid=10574] ppid=10558 vsize=1547328 CPUtime=887.61
/proc/10560/task/10574/stat : 10574 (java) R 10558 10560 10045 0 -1 4202560 13236 0 0 0 88745 16 0 0 25 0 17 0 3821128 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4110419878 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10560/tid=10575] ppid=10558 vsize=1547328 CPUtime=0
/proc/10560/task/10575/stat : 10575 (java) S 10558 10560 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 17 0 3821132 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
[pid=10560/tid=10576] ppid=10558 vsize=1547328 CPUtime=0
/proc/10560/task/10576/stat : 10576 (java) S 10558 10560 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 3821137 1584463872 106399 1992294400 134512640 134550932 4288002944 18446744073709551615 4294960144 0 4 0 16800975 18446604437869116160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 1547328

Child status: 143
Real time (s): 908.077
CPU time (s): 1800.34
CPU user time (s): 1799.12
CPU system time (s): 1.22481
CPU usage (%): 198.259
Max. virtual memory (cumulated for all children) (KiB): 1548728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.22481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118370
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= 45260
involuntary context switches= 58628

runsolver used 4.48132 second user time and 7.38388 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-15 20:07:54
IDJOB=2662235
IDBENCH=2978
IDSOLVER=1166
FILE ID=node088/2662235-1276625274
PBS_JOBID= 11172312
Free space on /tmp= 62560 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=140-sizeP=71-sizeQ=140-318609522-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662235-1276625274/watcher-2662235-1276625274 -o /tmp/evaluation-result-2662235-1276625274/solver-2662235-1276625274 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662235-1276625274.opb

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

MD5SUM BENCH= ae51e618574b80c61fbc975822c4a1eb
RANDOM SEED=1991860101

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1492396 kB
Buffers:         87504 kB
Cached:         351216 kB
SwapCached:          0 kB
Active:         193236 kB
Inactive:       305568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1492396 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1404 kB
Writeback:           0 kB
AnonPages:       60004 kB
Mapped:          15524 kB
Slab:            46228 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180680 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= 62560 MiB
End job on node088 at 2010-06-15 20:23:04