Trace number 2662250

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.23 916.302

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-896328136-max.opb
MD5SUM14ad76473b11124898801a98a6be0f15
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 variables116401
Total number of constraints347041
Number of constraints which are clauses347040
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 constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397772411513099461947533223824223812108544718420760849241103931105427591146783146989758993585507676769708326131434170738798141111110216594893389039561
Number of bits of the biggest sum of numbers721
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.16	c version 2.2.0.v20100531
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2662250-1276627414.opb
0.24/0.22	c reading problem ... 
14.57/11.76	c ... done. Wall clock time 11.542s.
14.57/11.76	c #vars     116401
14.57/11.76	c #constraints  376444
14.57/11.76	c constraints type 
14.57/11.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115680
14.57/11.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 231360
14.57/11.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
14.57/11.77	c constraints type 
14.57/11.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
14.57/11.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
14.57/11.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/916.21	c starts		: 4
1800.07/916.21	c conflicts		: 415
1800.07/916.21	c decisions		: 2413
1800.07/916.21	c propagations		: 723022
1800.07/916.21	c inspects		: 2598857
1800.07/916.21	c learnt literals	: 0
1800.07/916.21	c learnt binary clauses	: 0
1800.07/916.21	c learnt ternary clauses	: 0
1800.07/916.21	c learnt clauses	: 415
1800.07/916.21	c ignored clauses	: 0
1800.07/916.21	c root simplifications	: 0
1800.07/916.21	c removed literals (reason simplification)	: 16655758
1800.07/916.22	c reason swapping (by a shorter reason)	: 0
1800.07/916.22	c Calls to reduceDB	: 0
1800.07/916.22	c number of reductions to clauses (during analyze)	: 0
1800.07/916.22	c number of learned constraints concerned by reduction	: 0
1800.07/916.22	c number of learning phase by resolution	: 0
1800.07/916.22	c number of learning phase by cutting planes	: 0
1800.07/916.22	c speed (assignments/second)	: 799.407152863235
1800.07/916.22	c non guided choices	208
1800.07/916.22	c learnt constraints type 
1800.07/916.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 415
1800.07/916.22	c constraints type 
1800.07/916.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115680
1800.07/916.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 231360
1800.07/916.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/916.22	c constraints type 
1800.07/916.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 231360
1800.07/916.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 115680
1800.07/916.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.07/916.22	s UNKNOWN
1800.07/916.22	c Total wall clock time (in seconds): 915.995

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

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


[startup+0 s]
/proc/loadavg: 0.94 1.07 1.02 3/106 10887
/proc/meminfo: memFree=1853260/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=248 CPUtime=0
/proc/10887/stat : 10887 (java6) R 10885 10887 10172 0 -1 4194304 109 0 0 0 0 0 0 0 21 0 1 0 4033230 253952 29 1992294400 134512640 134550932 4294647632 18446744073709551615 1257950 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10887/statm: 62 29 21 10 0 23 0

[startup+0.103272 s]
/proc/loadavg: 0.94 1.07 1.02 3/106 10887
/proc/meminfo: memFree=1853260/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1524180 CPUtime=0.08
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 3961 0 1 0 6 2 0 0 15 0 12 0 4033230 1560760320 3399 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 381045 3399 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.212872 s]
/proc/loadavg: 0.94 1.07 1.02 3/106 10887
/proc/meminfo: memFree=1853260/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1526444 CPUtime=0.24
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 5115 0 1 0 21 3 0 0 15 0 12 0 4033230 1563078656 4551 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 381611 4551 1346 10 0 378914 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526444

[startup+0.345262 s]
/proc/loadavg: 0.94 1.07 1.02 3/106 10887
/proc/meminfo: memFree=1853260/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1526740 CPUtime=0.45
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 6811 0 1 0 41 4 0 0 15 0 12 0 4033230 1563381760 6247 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 381685 6247 1366 10 0 378988 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 1526740

[startup+0.700251 s]
/proc/loadavg: 0.94 1.07 1.02 3/106 10887
/proc/meminfo: memFree=1853260/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1528756 CPUtime=1.1
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 8684 0 1 0 104 6 0 0 15 0 12 0 4033230 1565446144 8120 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 382189 8120 1403 10 0 379492 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528756

[startup+1.50023 s]
/proc/loadavg: 0.94 1.07 1.02 2/118 10899
/proc/meminfo: memFree=1806728/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1534484 CPUtime=2.2
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 24205 0 1 0 205 15 0 0 15 0 12 0 4033230 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 383621 23194 1407 10 0 380924 0
[pid=10887/tid=10889] ppid=10885 vsize=1534484 CPUtime=1.26
/proc/10887/task/10889/stat : 10889 (java) R 10885 10887 10172 0 -1 4202560 20125 0 1 0 114 12 0 0 25 0 12 0 4033232 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4109394980 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10172 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 4033233 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10891] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 4033233 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10892] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 4033235 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10893] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10172 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 4033236 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10172 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 4033236 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10895] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 4033240 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10896] ppid=10885 vsize=1534484 CPUtime=0.33
/proc/10887/task/10896/stat : 10896 (java) S 10885 10887 10172 0 -1 4202560 1438 0 0 0 32 1 0 0 16 0 12 0 4033240 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10897] ppid=10885 vsize=1534484 CPUtime=0.58
/proc/10887/task/10897/stat : 10897 (java) S 10885 10887 10172 0 -1 4202560 1574 0 0 0 57 1 0 0 16 0 12 0 4033240 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10898] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10898/stat : 10898 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 4033240 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10899] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10899/stat : 10899 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4033240 1571311616 23194 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 1534484

[startup+3.10118 s]
/proc/loadavg: 0.95 1.06 1.02 2/118 10899
/proc/meminfo: memFree=1701328/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1534484 CPUtime=4.03
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 47519 0 1 0 375 28 0 0 15 0 12 0 4033230 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 383621 46310 1417 10 0 380924 0
[pid=10887/tid=10889] ppid=10885 vsize=1534484 CPUtime=2.64
/proc/10887/task/10889/stat : 10889 (java) R 10885 10887 10172 0 -1 4202560 32033 0 1 0 246 18 0 0 25 0 12 0 4033232 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4109296206 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=1534484 CPUtime=0.21
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10172 0 -1 4202560 5669 0 0 0 18 3 0 0 16 0 12 0 4033233 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10891] ppid=10885 vsize=1534484 CPUtime=0.21
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10172 0 -1 4202560 5731 0 0 0 19 2 0 0 16 0 12 0 4033233 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10892] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10172 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 12 0 4033235 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10893] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 4033236 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 4033236 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10895] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 4033240 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10896] ppid=10885 vsize=1534484 CPUtime=0.33
/proc/10887/task/10896/stat : 10896 (java) S 10885 10887 10172 0 -1 4202560 1438 0 0 0 32 1 0 0 16 0 12 0 4033240 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10897] ppid=10885 vsize=1534484 CPUtime=0.58
/proc/10887/task/10897/stat : 10897 (java) S 10885 10887 10172 0 -1 4202560 1574 0 0 0 57 1 0 0 16 0 12 0 4033240 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10898] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10898/stat : 10898 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 4033240 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10899] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10899/stat : 10899 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4033240 1571311616 46310 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 1534484

[startup+6.30109 s]
/proc/loadavg: 0.95 1.06 1.02 3/118 10901
/proc/meminfo: memFree=1636104/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1534484 CPUtime=7.77
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 59194 0 1 0 743 34 0 0 15 0 12 0 4033230 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 383621 56685 1419 10 0 380924 0
[pid=10887/tid=10889] ppid=10885 vsize=1534484 CPUtime=5.24
/proc/10887/task/10889/stat : 10889 (java) R 10885 10887 10172 0 -1 4202560 32037 0 1 0 506 18 0 0 25 0 12 0 4033232 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4109264554 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=1534484 CPUtime=0.79
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10172 0 -1 4202560 11987 0 0 0 73 6 0 0 16 0 12 0 4033233 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10891] ppid=10885 vsize=1534484 CPUtime=0.77
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10172 0 -1 4202560 11082 0 0 0 72 5 0 0 16 0 12 0 4033233 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10892] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10172 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 12 0 4033235 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10893] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 4033236 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 4033236 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10895] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 12 0 4033240 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10896] ppid=10885 vsize=1534484 CPUtime=0.34
/proc/10887/task/10896/stat : 10896 (java) S 10885 10887 10172 0 -1 4202560 1440 0 0 0 33 1 0 0 15 0 12 0 4033240 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10897] ppid=10885 vsize=1534484 CPUtime=0.58
/proc/10887/task/10897/stat : 10897 (java) S 10885 10887 10172 0 -1 4202560 1574 0 0 0 57 1 0 0 16 0 12 0 4033240 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10898] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10898/stat : 10898 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 12 0 4033240 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10899] ppid=10885 vsize=1534484 CPUtime=0
/proc/10887/task/10899/stat : 10899 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 4033240 1571311616 56685 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 1534484

[startup+12.7019 s]
/proc/loadavg: 0.96 1.06 1.02 6/120 10903
/proc/meminfo: memFree=1590580/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1548864 CPUtime=16.45
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 74672 0 3 0 1600 45 0 0 15 0 16 0 4033230 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 387216 67933 1442 10 0 384519 0
[pid=10887/tid=10889] ppid=10885 vsize=1548864 CPUtime=10.08
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10172 0 -1 4202560 32072 0 1 0 988 20 0 0 25 0 16 0 4033232 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=1548864 CPUtime=1.44
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10172 0 -1 4202560 16366 0 0 0 136 8 0 0 16 0 16 0 4033233 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10891] ppid=10885 vsize=1548864 CPUtime=1.37
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10172 0 -1 4202560 15736 0 0 0 129 8 0 0 15 0 16 0 4033233 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10892] ppid=10885 vsize=1548864 CPUtime=0
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10172 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 16 0 4033235 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10893] ppid=10885 vsize=1548864 CPUtime=0
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 4033236 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=1548864 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4033236 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10895] ppid=10885 vsize=1548864 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 4033240 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10896] ppid=10885 vsize=1548864 CPUtime=1.61
/proc/10887/task/10896/stat : 10896 (java) S 10885 10887 10172 0 -1 4202560 6037 0 2 0 159 2 0 0 16 0 16 0 4033240 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10897] ppid=10885 vsize=1548864 CPUtime=1.19
/proc/10887/task/10897/stat : 10897 (java) S 10885 10887 10172 0 -1 4202560 3348 0 0 0 117 2 0 0 15 0 16 0 4033240 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10898] ppid=10885 vsize=1548864 CPUtime=0
/proc/10887/task/10898/stat : 10898 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 4033240 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10899] ppid=10885 vsize=1548864 CPUtime=0
/proc/10887/task/10899/stat : 10899 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 4033240 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10902] ppid=10885 vsize=1548864 CPUtime=0.43
/proc/10887/task/10902/stat : 10902 (java) R 10885 10887 10172 0 -1 4202560 20 0 0 0 43 0 0 0 19 0 16 0 4034407 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4109837966 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10887/tid=10903] ppid=10885 vsize=1548864 CPUtime=0.25
/proc/10887/task/10903/stat : 10903 (java) R 10885 10887 10172 0 -1 4202560 9 0 0 0 25 0 0 0 25 0 16 0 4034407 1586036736 67933 1992294400 134512640 134550932 4292694240 18446744073709551615 4109838068 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.45
Current children cumulated vsize (KiB) 1548864

[startup+25.5025 s]
/proc/loadavg: 1.12 1.09 1.03 3/122 10905
/proc/meminfo: memFree=1569000/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1547840 CPUtime=41.83
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 79733 0 3 0 4135 48 0 0 15 0 16 0 4033230 1584988160 72070 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 386960 72070 1444 10 0 384263 0
[pid=10887/tid=10889] ppid=10885 vsize=1547840 CPUtime=10.08
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10172 0 -1 4202560 32073 0 1 0 988 20 0 0 18 0 16 0 4033232 1584988160 72070 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=1547840 CPUtime=1.58
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10172 0 -1 4202560 18297 0 0 0 149 9 0 0 16 0 16 0 4033233 1584988160 72070 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10891] ppid=10885 vsize=1547840 CPUtime=1.49
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10172 0 -1 4202560 18787 0 0 0 140 9 0 0 16 0 16 0 4033233 1584988160 72070 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10892] ppid=10885 vsize=1547840 CPUtime=0.01
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10172 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 16 0 4033235 1584988160 72070 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10893] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 4033236 1584988160 72070 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=1547840 CPUtime=0

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

/proc/10887/task/10904/stat : 10904 (java) S 10885 10887 10172 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 4034467 1584988160 84947 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10905] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10905/stat : 10905 (java) S 10885 10887 10172 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4034482 1584988160 84947 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1496.46
Current children cumulated vsize (KiB) 1547840

[startup+822.301 s]
/proc/loadavg: 2.07 1.98 1.60 3/122 10925
/proc/meminfo: memFree=1516176/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1547840 CPUtime=1614.78
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 94498 0 3 0 161200 278 0 0 15 0 16 0 4033230 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 386960 85133 1444 10 0 384263 0
[pid=10887/tid=10889] ppid=10885 vsize=1547840 CPUtime=10.08
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10172 0 -1 4202560 32078 0 1 0 988 20 0 0 15 0 16 0 4033232 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=1547840 CPUtime=11.79
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10172 0 -1 4202560 24343 0 0 0 1092 87 0 0 15 0 16 0 4033233 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10891] ppid=10885 vsize=1547840 CPUtime=12.48
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10172 0 -1 4202560 25800 0 0 0 1192 56 0 0 16 0 16 0 4033233 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10892] ppid=10885 vsize=1547840 CPUtime=1.79
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10172 0 -1 4202560 59 0 0 0 103 76 0 0 15 0 16 0 4033235 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10893] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 4033236 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4033236 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10895] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 4033240 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10896] ppid=10885 vsize=1547840 CPUtime=2.4
/proc/10887/task/10896/stat : 10896 (java) S 10885 10887 10172 0 -1 4202560 6067 0 2 0 238 2 0 0 16 0 16 0 4033240 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10897] ppid=10885 vsize=1547840 CPUtime=1.91
/proc/10887/task/10897/stat : 10897 (java) S 10885 10887 10172 0 -1 4202560 3408 0 0 0 189 2 0 0 16 0 16 0 4033240 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10898] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10898/stat : 10898 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 4033240 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10899] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10899/stat : 10899 (java) S 10885 10887 10172 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 4033240 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10902] ppid=10885 vsize=1547840 CPUtime=785.95
/proc/10887/task/10902/stat : 10902 (java) R 10885 10887 10172 0 -1 4202560 693 0 0 0 78583 12 0 0 25 0 16 0 4034407 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4109838592 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10887/tid=10903] ppid=10885 vsize=1547840 CPUtime=788.27
/proc/10887/task/10903/stat : 10903 (java) R 10885 10887 10172 0 -1 4202560 929 0 0 0 78810 17 0 0 25 0 16 0 4034407 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4110075450 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10887/tid=10904] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10904/stat : 10904 (java) S 10885 10887 10172 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 4034467 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10905] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10905/stat : 10905 (java) S 10885 10887 10172 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4034482 1584988160 85133 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1614.78
Current children cumulated vsize (KiB) 1547840

[startup+882.309 s]
/proc/loadavg: 2.07 2.00 1.63 3/122 10927
/proc/meminfo: memFree=1514688/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1547840 CPUtime=1733.19
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 94962 0 3 0 173025 294 0 0 15 0 16 0 4033230 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 386960 85477 1444 10 0 384263 0
[pid=10887/tid=10889] ppid=10885 vsize=1547840 CPUtime=10.08
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10172 0 -1 4202560 32078 0 1 0 988 20 0 0 15 0 16 0 4033232 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=1547840 CPUtime=12.42
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10172 0 -1 4202560 24663 0 0 0 1148 94 0 0 15 0 16 0 4033233 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10891] ppid=10885 vsize=1547840 CPUtime=13.36
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10172 0 -1 4202560 25824 0 0 0 1280 56 0 0 15 0 16 0 4033233 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10892] ppid=10885 vsize=1547840 CPUtime=1.94
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10172 0 -1 4202560 63 0 0 0 111 83 0 0 15 0 16 0 4033235 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10893] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 4033236 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4033236 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10895] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 4033240 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10896] ppid=10885 vsize=1547840 CPUtime=2.4
/proc/10887/task/10896/stat : 10896 (java) S 10885 10887 10172 0 -1 4202560 6067 0 2 0 238 2 0 0 16 0 16 0 4033240 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10897] ppid=10885 vsize=1547840 CPUtime=1.91
/proc/10887/task/10897/stat : 10897 (java) S 10885 10887 10172 0 -1 4202560 3408 0 0 0 189 2 0 0 16 0 16 0 4033240 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10898] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10898/stat : 10898 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 4033240 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10899] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10899/stat : 10899 (java) S 10885 10887 10172 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 4033240 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10902] ppid=10885 vsize=1547840 CPUtime=844.04
/proc/10887/task/10902/stat : 10902 (java) R 10885 10887 10172 0 -1 4202560 750 0 0 0 84391 13 0 0 25 0 16 0 4034407 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4109404180 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10887/tid=10903] ppid=10885 vsize=1547840 CPUtime=846.95
/proc/10887/task/10903/stat : 10903 (java) R 10885 10887 10172 0 -1 4202560 984 0 0 0 84676 19 0 0 25 0 16 0 4034407 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4110075273 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10887/tid=10904] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10904/stat : 10904 (java) S 10885 10887 10172 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 4034467 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10905] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10905/stat : 10905 (java) S 10885 10887 10172 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4034482 1584988160 85477 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1733.19
Current children cumulated vsize (KiB) 1547840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+916.201 s]
/proc/loadavg: 2.04 2.00 1.64 4/122 10929
/proc/meminfo: memFree=1513696/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1547840 CPUtime=1800.07
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 95266 0 3 0 179702 305 0 0 15 0 16 0 4033230 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 386960 85712 1444 10 0 384263 0
[pid=10887/tid=10889] ppid=10885 vsize=1547840 CPUtime=10.08
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10172 0 -1 4202560 32078 0 1 0 988 20 0 0 15 0 16 0 4033232 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=1547840 CPUtime=12.78
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10172 0 -1 4202560 24884 0 0 0 1179 99 0 0 15 0 16 0 4033233 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10891] ppid=10885 vsize=1547840 CPUtime=13.86
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10172 0 -1 4202560 25838 0 0 0 1330 56 0 0 16 0 16 0 4033233 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10892] ppid=10885 vsize=1547840 CPUtime=2.04
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10172 0 -1 4202560 65 0 0 0 117 87 0 0 15 0 16 0 4033235 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10893] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 4033236 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4033236 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10895] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10896] ppid=10885 vsize=1547840 CPUtime=2.4
/proc/10887/task/10896/stat : 10896 (java) S 10885 10887 10172 0 -1 4202560 6067 0 2 0 238 2 0 0 16 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10897] ppid=10885 vsize=1547840 CPUtime=1.91
/proc/10887/task/10897/stat : 10897 (java) S 10885 10887 10172 0 -1 4202560 3408 0 0 0 189 2 0 0 16 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10898] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10898/stat : 10898 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10899] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10899/stat : 10899 (java) R 10885 10887 10172 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10887/tid=10902] ppid=10885 vsize=1547840 CPUtime=876.76
/proc/10887/task/10902/stat : 10902 (java) R 10885 10887 10172 0 -1 4202560 781 0 0 0 87663 13 0 0 25 0 16 0 4034407 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4109837953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10887/tid=10903] ppid=10885 vsize=1547840 CPUtime=880.14
/proc/10887/task/10903/stat : 10903 (java) R 10885 10887 10172 0 -1 4202560 1018 0 0 0 87994 20 0 0 25 0 16 0 4034407 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4109419730 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10887/tid=10904] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10904/stat : 10904 (java) S 10885 10887 10172 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 4034467 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10905] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10905/stat : 10905 (java) S 10885 10887 10172 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4034482 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1547840

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

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

[startup+916.201 s]
/proc/loadavg: 2.04 2.00 1.64 4/122 10929
/proc/meminfo: memFree=1513696/2059040 swapFree=4141108/4192956
[pid=10887] ppid=10885 vsize=1547840 CPUtime=1800.07
/proc/10887/stat : 10887 (java) S 10885 10887 10172 0 -1 4202496 95266 0 3 0 179702 305 0 0 15 0 16 0 4033230 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10887/statm: 386960 85712 1444 10 0 384263 0
[pid=10887/tid=10889] ppid=10885 vsize=1547840 CPUtime=10.08
/proc/10887/task/10889/stat : 10889 (java) S 10885 10887 10172 0 -1 4202560 32078 0 1 0 988 20 0 0 15 0 16 0 4033232 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10890] ppid=10885 vsize=1547840 CPUtime=12.78
/proc/10887/task/10890/stat : 10890 (java) S 10885 10887 10172 0 -1 4202560 24884 0 0 0 1179 99 0 0 15 0 16 0 4033233 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10891] ppid=10885 vsize=1547840 CPUtime=13.86
/proc/10887/task/10891/stat : 10891 (java) S 10885 10887 10172 0 -1 4202560 25838 0 0 0 1330 56 0 0 16 0 16 0 4033233 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10892] ppid=10885 vsize=1547840 CPUtime=2.04
/proc/10887/task/10892/stat : 10892 (java) S 10885 10887 10172 0 -1 4202560 65 0 0 0 117 87 0 0 15 0 16 0 4033235 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 0 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10893] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10893/stat : 10893 (java) S 10885 10887 10172 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 4033236 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10894] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10894/stat : 10894 (java) S 10885 10887 10172 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 4033236 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10895] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10895/stat : 10895 (java) S 10885 10887 10172 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10896] ppid=10885 vsize=1547840 CPUtime=2.4
/proc/10887/task/10896/stat : 10896 (java) S 10885 10887 10172 0 -1 4202560 6067 0 2 0 238 2 0 0 16 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10897] ppid=10885 vsize=1547840 CPUtime=1.91
/proc/10887/task/10897/stat : 10897 (java) S 10885 10887 10172 0 -1 4202560 3408 0 0 0 189 2 0 0 16 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
[pid=10887/tid=10898] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10898/stat : 10898 (java) S 10885 10887 10172 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10899] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10899/stat : 10899 (java) R 10885 10887 10172 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 4033240 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10887/tid=10902] ppid=10885 vsize=1547840 CPUtime=876.76
/proc/10887/task/10902/stat : 10902 (java) R 10885 10887 10172 0 -1 4202560 781 0 0 0 87663 13 0 0 25 0 16 0 4034407 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4109837953 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10887/tid=10903] ppid=10885 vsize=1547840 CPUtime=880.14
/proc/10887/task/10903/stat : 10903 (java) R 10885 10887 10172 0 -1 4202560 1018 0 0 0 87994 20 0 0 25 0 16 0 4034407 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4109419730 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10887/tid=10904] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10904/stat : 10904 (java) S 10885 10887 10172 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 4034467 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 0 0 0 0
[pid=10887/tid=10905] ppid=10885 vsize=1547840 CPUtime=0
/proc/10887/task/10905/stat : 10905 (java) S 10885 10887 10172 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 4034482 1584988160 85712 1992294400 134512640 134550932 4292694240 18446744073709551615 4294960144 0 4 0 16800975 18446604437827428800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1547840

Child status: 143
Real time (s): 916.302
CPU time (s): 1800.23
CPU user time (s): 1797.14
CPU system time (s): 3.09353
CPU usage (%): 196.467
Max. virtual memory (cumulated for all children) (KiB): 1548864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.14
system time used= 3.09353
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95286
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41895
involuntary context switches= 57105

runsolver used 4.86026 second user time and 9.8635 second system time

The end

Launcher Data

Begin job on node050 at 2010-06-15 20:43:36
IDJOB=2662250
IDBENCH=3014
IDSOLVER=1166
FILE ID=node050/2662250-1276627414
PBS_JOBID= 11172336
Free space on /tmp= 62552 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=480-sizeP=241-sizeQ=480-896328136-max.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662250-1276627414/watcher-2662250-1276627414 -o /tmp/evaluation-result-2662250-1276627414/solver-2662250-1276627414 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662250-1276627414.opb

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

MD5SUM BENCH= 14ad76473b11124898801a98a6be0f15
RANDOM SEED=973614523

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1853532 kB
Buffers:          6064 kB
Cached:         109588 kB
SwapCached:       6512 kB
Active:          97684 kB
Inactive:        31996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1853532 kB
SwapTotal:     4192956 kB
SwapFree:      4141108 kB
Dirty:           23084 kB
Writeback:           0 kB
AnonPages:       11464 kB
Mapped:          13104 kB
Slab:            53960 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181440 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= 62552 MiB
End job on node050 at 2010-06-15 20:58:54