Trace number 2662228

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.28 924.971

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=500-sizeP=251-sizeQ=500-280035866-max.opb
MD5SUM0d68396ddd3adb481a49ce1422ebcaec
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 variables126251
Total number of constraints376501
Number of constraints which are clauses376500
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 constraint125500
Number of terms in the objective function 251
Biggest coefficient in the objective function 1809251394333065553493296640760748560207343510400633813116524750123642650624
Number of bits for the biggest coefficient in the objective function 251
Sum of the numbers in the objective function 3618502788666131106986593281521497120414687020801267626233049500247285301247
Number of bits of the sum of numbers in the objective function 251
Biggest number in a constraint 2961193260766427870080908753323559866441509279473679754522422863056280045864824078237301652581494289303756200212728639995902214134435299666298460531313288000496778442422580538845568248046109094286466596972878396512780851085312
Number of bits of the biggest number in a constraint 750
Biggest sum of numbers in a constraint 11844773043065711480323635013294239465766037117894719018089691452225120183456110041724762364928147817377348326880268577133927465386787427201119947336445574431204393880301774478140662910839812661887447658656553291795701871486491
Number of bits of the biggest sum of numbers751
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.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@1f436f5
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@18385e3
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-2662228-1276624344.opb
0.23/0.21	c reading problem ... 
14.98/12.38	c ... done. Wall clock time 12.166s.
14.98/12.38	c #vars     126251
14.98/12.38	c #constraints  409132
14.98/12.38	c constraints type 
14.98/12.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
14.98/12.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
14.98/12.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
14.98/12.38	c constraints type 
14.98/12.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 251000
14.98/12.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125500
14.98/12.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/924.82	c starts		: 3
1800.07/924.82	c conflicts		: 307
1800.07/924.82	c decisions		: 1664
1800.07/924.82	c propagations		: 624157
1800.07/924.82	c inspects		: 2264809
1800.07/924.82	c learnt literals	: 0
1800.07/924.82	c learnt binary clauses	: 0
1800.07/924.82	c learnt ternary clauses	: 0
1800.07/924.82	c learnt clauses	: 307
1800.07/924.82	c ignored clauses	: 0
1800.07/924.82	c root simplifications	: 0
1800.07/924.82	c removed literals (reason simplification)	: 13073785
1800.07/924.82	c reason swapping (by a shorter reason)	: 0
1800.07/924.82	c Calls to reduceDB	: 0
1800.07/924.82	c number of reductions to clauses (during analyze)	: 0
1800.07/924.82	c number of learned constraints concerned by reduction	: 0
1800.07/924.82	c number of learning phase by resolution	: 0
1800.07/924.82	c number of learning phase by cutting planes	: 0
1800.07/924.82	c speed (assignments/second)	: 684.0571482430511
1800.07/924.82	c non guided choices	210
1800.07/924.82	c learnt constraints type 
1800.07/924.82	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 307
1800.07/924.82	c constraints type 
1800.07/924.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125500
1800.07/924.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 251000
1800.07/924.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/924.82	c constraints type 
1800.07/924.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 251000
1800.07/924.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125500
1800.07/924.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/924.82	s UNKNOWN
1800.07/924.82	c Total wall clock time (in seconds): 924.605

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-2662228-1276624344/watcher-2662228-1276624344 -o /tmp/evaluation-result-2662228-1276624344/solver-2662228-1276624344 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662228-1276624344.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.19 1.12 1.09 3/105 10482
/proc/meminfo: memFree=1466948/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1832 CPUtime=0
/proc/10482/stat : 10482 (java6) R 10480 10482 10045 0 -1 4194304 226 0 0 0 0 0 0 0 23 0 1 0 3728199 1875968 128 1992294400 134512640 134550932 4291530784 18446744073709551615 1961680 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10482/statm: 458 132 96 10 0 63 0

[startup+0.02765 s]
/proc/loadavg: 1.19 1.12 1.09 3/105 10482
/proc/meminfo: memFree=1466948/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1517068 CPUtime=0.01
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 1964 0 1 0 0 1 0 0 23 0 2 0 3728199 1553477632 1407 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 379267 1407 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101648 s]
/proc/loadavg: 1.19 1.12 1.09 3/105 10482
/proc/meminfo: memFree=1466948/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1524180 CPUtime=0.08
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 3958 0 1 0 6 2 0 0 23 0 12 0 3728199 1560760320 3396 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 381045 3396 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300676 s]
/proc/loadavg: 1.19 1.12 1.09 3/105 10482
/proc/meminfo: memFree=1466948/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1526704 CPUtime=0.39
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 6828 0 1 0 35 4 0 0 23 0 12 0 3728199 1563344896 6264 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 381676 6265 1358 10 0 378979 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526704

[startup+0.700723 s]
/proc/loadavg: 1.19 1.12 1.09 3/105 10482
/proc/meminfo: memFree=1466948/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1527868 CPUtime=1.09
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 9049 0 1 0 104 5 0 0 23 0 12 0 3728199 1564536832 8396 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 381967 8397 1405 10 0 379270 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1527868

[startup+1.5018 s]
/proc/loadavg: 1.19 1.12 1.09 4/117 10494
/proc/meminfo: memFree=1419608/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1537068 CPUtime=2.56
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 23915 0 1 0 244 12 0 0 23 0 12 0 3728199 1573957632 20861 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 384267 20862 1409 10 0 381570 0
[pid=10482/tid=10484] ppid=10480 vsize=1537068 CPUtime=1.29
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 10045 0 -1 4202560 17074 0 1 0 120 9 0 0 25 0 12 0 3728201 1573957632 20863 1992294400 134512640 134550932 4294511312 18446744073709551615 4109639673 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 3728202 1573957632 20864 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3728202 1573957632 20866 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 12 0 3728204 1573957632 20867 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 10045 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 3728204 1573957632 20868 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 3728204 1573957632 20869 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3728209 1573957632 20870 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1537068 CPUtime=0.58
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 10045 0 -1 4202560 2521 0 0 0 57 1 0 0 25 0 12 0 3728209 1573957632 20872 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1537068 CPUtime=0.66
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 10045 0 -1 4202560 3256 0 0 0 65 1 0 0 25 0 12 0 3728209 1573957632 20873 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3728209 1573957632 20874 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3728209 1573957632 20876 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1537068

[startup+3.10198 s]
/proc/loadavg: 1.19 1.12 1.09 2/117 10494
/proc/meminfo: memFree=1311976/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1537068 CPUtime=4.4
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 50670 0 1 0 415 25 0 0 23 0 12 0 3728199 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 384267 47215 1419 10 0 381570 0
[pid=10482/tid=10484] ppid=10480 vsize=1537068 CPUtime=2.65
/proc/10482/task/10484/stat : 10484 (java) R 10480 10482 10045 0 -1 4202560 32026 0 1 0 250 15 0 0 24 0 12 0 3728201 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4109648939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1537068 CPUtime=0.21
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 10045 0 -1 4202560 5915 0 0 0 19 2 0 0 16 0 12 0 3728202 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1537068 CPUtime=0.21
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 10045 0 -1 4202560 5876 0 0 0 19 2 0 0 16 0 12 0 3728202 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 3728204 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 3728204 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3728204 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3728209 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1537068 CPUtime=0.59
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 10045 0 -1 4202560 2521 0 0 0 58 1 0 0 24 0 12 0 3728209 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1537068 CPUtime=0.68
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 10045 0 -1 4202560 3256 0 0 0 67 1 0 0 23 0 12 0 3728209 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3728209 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3728209 1573957632 47215 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1537068

[startup+6.30935 s]
/proc/loadavg: 1.17 1.12 1.08 4/117 10494
/proc/meminfo: memFree=1256052/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1537068 CPUtime=8.22
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 63548 0 1 0 792 30 0 0 23 0 12 0 3728199 1573957632 58521 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 384267 58522 1419 10 0 381570 0
[pid=10482/tid=10484] ppid=10480 vsize=1537068 CPUtime=5.18
/proc/10482/task/10484/stat : 10484 (java) S 10480 10482 10045 0 -1 4202560 32030 0 1 0 502 16 0 0 25 0 12 0 3728201 1573957632 58523 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1537068 CPUtime=0.84
/proc/10482/task/10485/stat : 10485 (java) R 10480 10482 10045 0 -1 4202560 11689 0 0 0 79 5 0 0 16 0 12 0 3728202 1573957632 58524 1992294400 134512640 134550932 4294511312 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1537068 CPUtime=0.88
/proc/10482/task/10486/stat : 10486 (java) R 10480 10482 10045 0 -1 4202560 12981 0 0 0 83 5 0 0 16 0 12 0 3728202 1573957632 58525 1992294400 134512640 134550932 4294511312 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 12 0 3728204 1573957632 58526 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 3728204 1573957632 58527 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 3728204 1573957632 58528 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3728209 1573957632 58530 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1537068 CPUtime=0.59
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 10045 0 -1 4202560 2521 0 0 0 58 1 0 0 24 0 12 0 3728209 1573957632 58531 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1537068 CPUtime=0.68
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 10045 0 -1 4202560 3256 0 0 0 67 1 0 0 23 0 12 0 3728209 1573957632 58532 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3728209 1573957632 58533 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1537068 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 3728209 1573957632 58534 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 1537068

[startup+12.7021 s]
/proc/loadavg: 1.16 1.12 1.08 2/117 10494
/proc/meminfo: memFree=1212404/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1538340 CPUtime=15.76
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 75833 0 1 0 1538 38 0 0 23 0 14 0 3728199 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 384585 69471 1441 10 0 381888 0
[pid=10482/tid=10484] ppid=10480 vsize=1538340 CPUtime=10.49
/proc/10482/task/10484/stat : 10484 (java) S 10480 10482 10045 0 -1 4202560 32067 0 1 0 1032 17 0 0 25 0 14 0 3728201 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1538340 CPUtime=1.51
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 10045 0 -1 4202560 17593 0 0 0 143 8 0 0 16 0 14 0 3728202 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1538340 CPUtime=1.5
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 10045 0 -1 4202560 18408 0 0 0 143 7 0 0 16 0 14 0 3728202 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1538340 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 14 0 3728204 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1538340 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 3728204 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1538340 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 3728204 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1538340 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 3728209 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1538340 CPUtime=0.99
/proc/10482/task/10491/stat : 10491 (java) R 10480 10482 10045 0 -1 4202560 2815 0 0 0 98 1 0 0 16 0 14 0 3728209 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 106123063 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1538340 CPUtime=1.06
/proc/10482/task/10492/stat : 10492 (java) R 10480 10482 10045 0 -1 4202560 3854 0 0 0 105 1 0 0 16 0 14 0 3728209 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 102536515 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1538340 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 3728209 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1538340 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 3728209 1575260160 69471 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 1538340

[startup+25.5015 s]
/proc/loadavg: 1.41 1.18 1.10 3/121 10498
/proc/meminfo: memFree=1167360/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1538064 CPUtime=41.11
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 83942 0 1 0 4069 42 0 0 23 0 16 0 3728199 1574977536 76298 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 384516 76298 1445 10 0 381819 0
[pid=10482/tid=10484] ppid=10480 vsize=1538064 CPUtime=10.49
/proc/10482/task/10484/stat : 10484 (java) S 10480 10482 10045 0 -1 4202560 32068 0 1 0 1032 17 0 0 18 0 16 0 3728201 1574977536 76298 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1538064 CPUtime=1.66
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 10045 0 -1 4202560 22279 0 0 0 156 10 0 0 16 0 16 0 3728202 1574977536 76298 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1538064 CPUtime=1.65
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 10045 0 -1 4202560 21574 0 0 0 156 9 0 0 15 0 16 0 3728202 1574977536 76298 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1538064 CPUtime=0
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 16 0 3728204 1574977536 76298 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1538064 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3728204 1574977536 76298 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1538064 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3728204 1574977536 76298 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1538064 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3728209 1574977536 76298 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1538064 CPUtime=1.56

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

/proc/10482/statm: 384569 352061 1447 10 0 381872 0
[pid=10482/tid=10484] ppid=10480 vsize=1538276 CPUtime=10.49
/proc/10482/task/10484/stat : 10484 (java) S 10480 10482 10045 0 -1 4202560 32093 0 1 0 1032 17 0 0 15 0 16 0 3728201 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1538276 CPUtime=39.19
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 10045 0 -1 4202560 185903 0 0 0 3826 93 0 0 15 0 16 0 3728202 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1538276 CPUtime=38.1
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 10045 0 -1 4202560 200074 0 0 0 3687 123 0 0 16 0 16 0 3728202 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1538276 CPUtime=15.26
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 10045 0 -1 4202560 3465 0 0 0 1515 11 0 0 15 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1538276 CPUtime=2.44
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 10045 0 -1 4202560 2896 0 0 0 243 1 0 0 16 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1538276 CPUtime=1.71
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 10045 0 -1 4202560 4017 0 0 0 169 2 0 0 15 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 10045 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1538276 CPUtime=690.98
/proc/10482/task/10495/stat : 10495 (java) R 10480 10482 10045 0 -1 4202560 246 0 0 0 69094 4 0 0 25 0 16 0 3729437 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4109811732 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10482/tid=10496] ppid=10480 vsize=1538276 CPUtime=686.07
/proc/10482/task/10496/stat : 10496 (java) R 10480 10482 10045 0 -1 4202560 433 0 0 0 68602 5 0 0 25 0 16 0 3729438 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4109742252 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10482/tid=10497] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10497/stat : 10497 (java) S 10480 10482 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3729476 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10498] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10498/stat : 10498 (java) S 10480 10482 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3729489 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1484.34
Current children cumulated vsize (KiB) 1538276

[startup+822.302 s]
/proc/loadavg: 2.11 2.01 1.65 3/121 10527
/proc/meminfo: memFree=60040/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1538276 CPUtime=1600.79
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 430812 0 1 0 159812 267 0 0 23 0 16 0 3728199 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 384569 352061 1447 10 0 381872 0
[pid=10482/tid=10484] ppid=10480 vsize=1538276 CPUtime=10.49
/proc/10482/task/10484/stat : 10484 (java) S 10480 10482 10045 0 -1 4202560 32094 0 1 0 1032 17 0 0 15 0 16 0 3728201 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1538276 CPUtime=41.91
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 10045 0 -1 4202560 185903 0 0 0 4096 95 0 0 16 0 16 0 3728202 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1538276 CPUtime=40.85
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 10045 0 -1 4202560 200074 0 0 0 3959 126 0 0 16 0 16 0 3728202 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1538276 CPUtime=17.51
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 10045 0 -1 4202560 3971 0 0 0 1740 11 0 0 15 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1538276 CPUtime=2.44
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 10045 0 -1 4202560 2896 0 0 0 243 1 0 0 16 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1538276 CPUtime=1.71
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 10045 0 -1 4202560 4017 0 0 0 169 2 0 0 15 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 10045 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1538276 CPUtime=745.12
/proc/10482/task/10495/stat : 10495 (java) R 10480 10482 10045 0 -1 4202560 270 0 0 0 74508 4 0 0 25 0 16 0 3729437 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4109850308 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10482/tid=10496] ppid=10480 vsize=1538276 CPUtime=740.67
/proc/10482/task/10496/stat : 10496 (java) R 10480 10482 10045 0 -1 4202560 468 0 0 0 74061 6 0 0 25 0 16 0 3729438 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4110313456 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10482/tid=10497] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10497/stat : 10497 (java) S 10480 10482 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3729476 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10498] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10498/stat : 10498 (java) S 10480 10482 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3729489 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1600.79
Current children cumulated vsize (KiB) 1538276

[startup+882.32 s]
/proc/loadavg: 2.07 2.02 1.67 4/121 10529
/proc/meminfo: memFree=60040/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1538276 CPUtime=1717.08
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 431392 0 1 0 171435 273 0 0 23 0 16 0 3728199 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 384569 352061 1447 10 0 381872 0
[pid=10482/tid=10484] ppid=10480 vsize=1538276 CPUtime=10.49
/proc/10482/task/10484/stat : 10484 (java) S 10480 10482 10045 0 -1 4202560 32097 0 1 0 1032 17 0 0 15 0 16 0 3728201 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1538276 CPUtime=44.93
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 10045 0 -1 4202560 185903 0 0 0 4396 97 0 0 15 0 16 0 3728202 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1538276 CPUtime=43.88
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 10045 0 -1 4202560 200074 0 0 0 4260 128 0 0 15 0 16 0 3728202 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1538276 CPUtime=19.92
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 10045 0 -1 4202560 4477 0 0 0 1980 12 0 0 15 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1538276 CPUtime=2.44
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 10045 0 -1 4202560 2896 0 0 0 243 1 0 0 16 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1538276 CPUtime=1.71
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 10045 0 -1 4202560 4017 0 0 0 169 2 0 0 15 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 10045 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1538276 CPUtime=798.99
/proc/10482/task/10495/stat : 10495 (java) S 10480 10482 10045 0 -1 4202560 300 0 0 0 79894 5 0 0 18 0 16 0 3729437 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10496] ppid=10480 vsize=1538276 CPUtime=794.62
/proc/10482/task/10496/stat : 10496 (java) S 10480 10482 10045 0 -1 4202560 505 0 0 0 79456 6 0 0 18 0 16 0 3729438 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10497] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10497/stat : 10497 (java) S 10480 10482 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3729476 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10498] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10498/stat : 10498 (java) S 10480 10482 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3729489 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1717.08
Current children cumulated vsize (KiB) 1538276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+924.802 s]
/proc/loadavg: 2.02 2.01 1.68 3/121 10531
/proc/meminfo: memFree=60040/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=1538276 CPUtime=1800.07
/proc/10482/stat : 10482 (java) S 10480 10482 10045 0 -1 4202496 431689 0 1 0 179730 277 0 0 23 0 16 0 3728199 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 384569 352061 1447 10 0 381872 0
[pid=10482/tid=10484] ppid=10480 vsize=1538276 CPUtime=10.49
/proc/10482/task/10484/stat : 10484 (java) S 10480 10482 10045 0 -1 4202560 32098 0 1 0 1032 17 0 0 15 0 16 0 3728201 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10485] ppid=10480 vsize=1538276 CPUtime=46.78
/proc/10482/task/10485/stat : 10485 (java) S 10480 10482 10045 0 -1 4202560 185903 0 0 0 4579 99 0 0 16 0 16 0 3728202 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10486] ppid=10480 vsize=1538276 CPUtime=45.75
/proc/10482/task/10486/stat : 10486 (java) S 10480 10482 10045 0 -1 4202560 200074 0 0 0 4446 129 0 0 16 0 16 0 3728202 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10487] ppid=10480 vsize=1538276 CPUtime=21.02
/proc/10482/task/10487/stat : 10487 (java) S 10480 10482 10045 0 -1 4202560 4730 0 0 0 2089 13 0 0 15 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 0 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10488] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10488/stat : 10488 (java) S 10480 10482 10045 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10489] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10489/stat : 10489 (java) S 10480 10482 10045 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 3728204 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10490] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10490/stat : 10490 (java) S 10480 10482 10045 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10491] ppid=10480 vsize=1538276 CPUtime=2.47
/proc/10482/task/10491/stat : 10491 (java) S 10480 10482 10045 0 -1 4202560 2896 0 0 0 246 1 0 0 15 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10492] ppid=10480 vsize=1538276 CPUtime=1.71
/proc/10482/task/10492/stat : 10492 (java) S 10480 10482 10045 0 -1 4202560 4017 0 0 0 169 2 0 0 15 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10493] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10493/stat : 10493 (java) S 10480 10482 10045 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10494] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10494/stat : 10494 (java) S 10480 10482 10045 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 3728209 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 1 0 0 0
[pid=10482/tid=10495] ppid=10480 vsize=1538276 CPUtime=837.8
/proc/10482/task/10495/stat : 10495 (java) R 10480 10482 10045 0 -1 4202560 321 0 0 0 83775 5 0 0 25 0 16 0 3729437 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4109811709 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10482/tid=10496] ppid=10480 vsize=1538276 CPUtime=833.97
/proc/10482/task/10496/stat : 10496 (java) R 10480 10482 10045 0 -1 4202560 525 0 0 0 83391 6 0 0 25 0 16 0 3729438 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4110361359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10482/tid=10497] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10497/stat : 10497 (java) S 10480 10482 10045 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 3729476 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
[pid=10482/tid=10498] ppid=10480 vsize=1538276 CPUtime=0
/proc/10482/task/10498/stat : 10498 (java) S 10480 10482 10045 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 3729489 1575194624 352061 1992294400 134512640 134550932 4294511312 18446744073709551615 4294960144 0 4 0 16800975 18446604437573665088 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1538276

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

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

[startup+924.917 s]
/proc/loadavg: 2.02 2.01 1.68 3/121 10531
/proc/meminfo: memFree=60040/2059040 swapFree=4192956/4192956
[pid=10482] ppid=10480 vsize=0 CPUtime=1800.22
/proc/10482/stat : 10482 (java) Z 10480 10482 10045 0 -1 4203548 431709 0 1 0 179738 284 0 0 17 0 2 0 3728199 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10482/statm: 0 0 0 0 0 0 0
[pid=10482/tid=10495] ppid=10480 vsize=0 CPUtime=837.91
/proc/10482/task/10495/stat : 10495 (java) R 10480 10482 10045 0 -1 4203588 321 0 0 0 83779 12 0 0 25 0 2 0 3729437 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 924.971
CPU time (s): 1800.28
CPU user time (s): 1797.38
CPU system time (s): 2.89356
CPU usage (%): 194.631
Max. virtual memory (cumulated for all children) (KiB): 1539280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.38
system time used= 2.89356
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431709
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= 31111
involuntary context switches= 50211

runsolver used 5.60315 second user time and 8.95764 second system time

The end

Launcher Data

Begin job on node088 at 2010-06-15 19:52:26
IDJOB=2662228
IDBENCH=2965
IDSOLVER=1166
FILE ID=node088/2662228-1276624344
PBS_JOBID= 11172312
Free space on /tmp= 62540 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=500-sizeP=251-sizeQ=500-280035866-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662228-1276624344/watcher-2662228-1276624344 -o /tmp/evaluation-result-2662228-1276624344/solver-2662228-1276624344 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662228-1276624344.opb

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

MD5SUM BENCH= 0d68396ddd3adb481a49ce1422ebcaec
RANDOM SEED=776386013

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:       1467344 kB
Buffers:         86748 kB
Cached:         375168 kB
SwapCached:          0 kB
Active:         217288 kB
Inactive:       304696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1467344 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           25612 kB
Writeback:           0 kB
AnonPages:       60008 kB
Mapped:          15580 kB
Slab:            47844 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181064 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= 62536 MiB
End job on node088 at 2010-06-15 20:07:53