Trace number 2661529

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 NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.42 952.106

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_2_80.opb
MD5SUMd38f526c1f6f5ee8e5e4d2c41b31df8d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31340
Sum of products size (including duplicates)62680
Number of different products15670
Sum of products size31340

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-2661529-1276675440.opb
0.24/0.22	c reading problem ... 
87.83/86.25	c ... done. Wall clock time 86.038s.
87.83/86.25	c #vars     16670
87.83/86.25	c #constraints  32843
87.83/86.25	c constraints type 
87.83/86.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15670
87.83/86.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
87.83/86.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
87.83/86.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
87.83/86.25	c constraints type 
87.83/86.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
87.83/86.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
87.83/86.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
87.83/86.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
129.04/107.04	c cleaning 2508 clauses out of 5015 with flag 5015/5015
174.38/130.08	c cleaning 4271 clauses out of 8542 with flag 11050/11050
223.88/155.19	c cleaning 5612 clauses out of 11224 with flag 18003/18003
280.32/183.73	c cleaning 6805 clauses out of 13610 with flag 26001/26001
367.20/227.79	c cleaning 7904 clauses out of 15808 with flag 35004/35004
474.77/282.10	c cleaning 9002 clauses out of 18004 with flag 45104/45104
542.86/316.61	c cleaning 9951 clauses out of 19902 with flag 56004/56004
693.83/392.94	c cleaning 10974 clauses out of 21948 with flag 68001/68001
880.99/487.60	c cleaning 11988 clauses out of 23976 with flag 81003/81003
1092.18/594.25	c cleaning 13020 clauses out of 26040 with flag 95055/95055
1433.01/766.34	c cleaning 14062 clauses out of 28123 with flag 110158/110158
1779.36/941.28	c cleaning 14962 clauses out of 29923 with flag 126020/126020
1800.07/951.92	c starts		: 101
1800.07/951.92	c conflicts		: 126810
1800.07/951.92	c decisions		: 355644
1800.07/951.92	c propagations		: 12082478
1800.07/951.92	c inspects		: 498652115
1800.07/951.92	c learnt literals	: 0
1800.07/951.92	c learnt binary clauses	: 0
1800.07/951.92	c learnt ternary clauses	: 1
1800.07/951.92	c learnt clauses	: 126809
1800.07/951.92	c ignored clauses	: 0
1800.07/951.92	c root simplifications	: 0
1800.07/951.92	c removed literals (reason simplification)	: 461629
1800.07/951.92	c reason swapping (by a shorter reason)	: 0
1800.07/951.92	c Calls to reduceDB	: 12
1800.07/951.92	c number of reductions to clauses (during analyze)	: 0
1800.07/951.92	c number of learned constraints concerned by reduction	: 0
1800.07/951.92	c number of learning phase by resolution	: 0
1800.07/951.92	c number of learning phase by cutting planes	: 0
1800.07/951.92	c speed (assignments/second)	: 13957.484610061883
1800.07/951.92	c non guided choices	16127
1800.28/952.03	c learnt constraints type 
1800.28/952.03	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15759
1800.28/952.03	c constraints type 
1800.28/952.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15670
1800.28/952.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.28/952.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.28/952.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
1800.28/952.03	c constraints type 
1800.28/952.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.28/952.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
1800.28/952.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.28/952.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
1800.28/952.03	s UNKNOWN
1800.28/952.03	c Total wall clock time (in seconds): 951.813

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-2661529-1276675440/watcher-2661529-1276675440 -o /tmp/evaluation-result-2661529-1276675440/solver-2661529-1276675440 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661529-1276675440.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.98 1.04 1.00 3/105 16273
/proc/meminfo: memFree=1770504/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=428 CPUtime=0
/proc/16273/stat : 16273 (java6) R 16271 16273 16163 0 -1 4194304 123 0 0 0 0 0 0 0 25 0 1 0 8837571 438272 42 1992294400 134512640 134550932 4286844304 18446744073709551615 1725012 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16273/statm: 107 43 34 10 0 25 0

[startup+0.0934169 s]
/proc/loadavg: 0.98 1.04 1.00 3/105 16273
/proc/meminfo: memFree=1770504/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1521796 CPUtime=0.08
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 3858 0 1 0 5 3 0 0 25 0 7 0 8837571 1558319104 3299 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 380449 3299 1046 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.101411 s]
/proc/loadavg: 0.98 1.04 1.00 3/105 16273
/proc/meminfo: memFree=1770504/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1524180 CPUtime=0.08
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 3954 0 1 0 5 3 0 0 25 0 12 0 8837571 1560760320 3393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 381045 3393 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300442 s]
/proc/loadavg: 0.98 1.04 1.00 3/105 16273
/proc/meminfo: memFree=1770504/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1525496 CPUtime=0.36
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 5436 0 1 0 32 4 0 0 25 0 12 0 8837571 1562107904 4871 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 381374 4871 1360 10 0 378677 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525496

[startup+0.700486 s]
/proc/loadavg: 0.98 1.04 1.00 3/105 16273
/proc/meminfo: memFree=1770504/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1528584 CPUtime=0.99
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 7078 0 1 0 95 4 0 0 25 0 12 0 8837571 1565270016 6413 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 382146 6414 1406 10 0 379449 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 1528584

[startup+1.50158 s]
/proc/loadavg: 0.98 1.04 1.00 4/117 16285
/proc/meminfo: memFree=1745548/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1529608 CPUtime=1.99
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 9132 0 1 0 193 6 0 0 25 0 12 0 8837571 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 382402 8097 1409 10 0 379705 0
[pid=16273/tid=16275] ppid=16271 vsize=1529608 CPUtime=1.31
/proc/16273/task/16275/stat : 16275 (java) R 16271 16273 16163 0 -1 4202560 6255 0 1 0 127 4 0 0 25 0 12 0 8837573 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4109515651 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16276] ppid=16271 vsize=1529608 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16271 16273 16163 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 8837574 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16277] ppid=16271 vsize=1529608 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8837574 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16278] ppid=16271 vsize=1529608 CPUtime=0
/proc/16273/task/16278/stat : 16278 (java) S 16271 16273 16163 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8837576 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16279] ppid=16271 vsize=1529608 CPUtime=0
/proc/16273/task/16279/stat : 16279 (java) S 16271 16273 16163 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 8837577 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16280] ppid=16271 vsize=1529608 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16271 16273 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8837577 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16281] ppid=16271 vsize=1529608 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16271 16273 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8837581 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16282] ppid=16271 vsize=1529608 CPUtime=0.24
/proc/16273/task/16282/stat : 16282 (java) S 16271 16273 16163 0 -1 4202560 258 0 0 0 24 0 0 0 18 0 12 0 8837581 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16283] ppid=16271 vsize=1529608 CPUtime=0.42
/proc/16273/task/16283/stat : 16283 (java) S 16271 16273 16163 0 -1 4202560 1556 0 0 0 42 0 0 0 15 0 12 0 8837581 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16284] ppid=16271 vsize=1529608 CPUtime=0
/proc/16273/task/16284/stat : 16284 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8837581 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16285] ppid=16271 vsize=1529608 CPUtime=0
/proc/16273/task/16285/stat : 16285 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8837581 1566318592 8097 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1529608

[startup+3.10176 s]
/proc/loadavg: 0.98 1.04 1.00 3/117 16285
/proc/meminfo: memFree=1732404/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1542272 CPUtime=4.42
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 17191 0 1 0 431 11 0 0 25 0 12 0 8837571 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 385568 12393 1410 10 0 382871 0
[pid=16273/tid=16275] ppid=16271 vsize=1542272 CPUtime=2.87
/proc/16273/task/16275/stat : 16275 (java) R 16271 16273 16163 0 -1 4202560 7475 0 1 0 281 6 0 0 25 0 12 0 8837573 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4109515329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16276] ppid=16271 vsize=1542272 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16271 16273 16163 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 8837574 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16277] ppid=16271 vsize=1542272 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8837574 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16278] ppid=16271 vsize=1542272 CPUtime=0
/proc/16273/task/16278/stat : 16278 (java) S 16271 16273 16163 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8837576 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16279] ppid=16271 vsize=1542272 CPUtime=0
/proc/16273/task/16279/stat : 16279 (java) S 16271 16273 16163 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 8837577 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16280] ppid=16271 vsize=1542272 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16271 16273 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8837577 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16281] ppid=16271 vsize=1542272 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16271 16273 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8837581 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16282] ppid=16271 vsize=1542272 CPUtime=0.27
/proc/16273/task/16282/stat : 16282 (java) S 16271 16273 16163 0 -1 4202560 617 0 0 0 27 0 0 0 15 0 12 0 8837581 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16283] ppid=16271 vsize=1542272 CPUtime=1.26
/proc/16273/task/16283/stat : 16283 (java) S 16271 16273 16163 0 -1 4202560 8036 0 0 0 122 4 0 0 16 0 12 0 8837581 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16284] ppid=16271 vsize=1542272 CPUtime=0
/proc/16273/task/16284/stat : 16284 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8837581 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16285] ppid=16271 vsize=1542272 CPUtime=0
/proc/16273/task/16285/stat : 16285 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8837581 1579286528 12393 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 1542272

[startup+6.30209 s]
/proc/loadavg: 0.98 1.04 1.00 2/117 16287
/proc/meminfo: memFree=1720624/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1540808 CPUtime=7.73
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 18863 0 1 0 759 14 0 0 25 0 12 0 8837571 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 385202 13673 1417 10 0 382505 0
[pid=16273/tid=16275] ppid=16271 vsize=1540808 CPUtime=6.03
/proc/16273/task/16275/stat : 16275 (java) R 16271 16273 16163 0 -1 4202560 9078 0 1 0 595 8 0 0 25 0 12 0 8837573 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4109515651 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16276] ppid=16271 vsize=1540808 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16271 16273 16163 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 8837574 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16277] ppid=16271 vsize=1540808 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8837574 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16278] ppid=16271 vsize=1540808 CPUtime=0
/proc/16273/task/16278/stat : 16278 (java) S 16271 16273 16163 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8837576 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16279] ppid=16271 vsize=1540808 CPUtime=0
/proc/16273/task/16279/stat : 16279 (java) S 16271 16273 16163 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 8837577 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16280] ppid=16271 vsize=1540808 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16271 16273 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8837577 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16281] ppid=16271 vsize=1540808 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16271 16273 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8837581 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16282] ppid=16271 vsize=1540808 CPUtime=0.32
/proc/16273/task/16282/stat : 16282 (java) S 16271 16273 16163 0 -1 4202560 655 0 0 0 32 0 0 0 15 0 12 0 8837581 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16283] ppid=16271 vsize=1540808 CPUtime=1.35
/proc/16273/task/16283/stat : 16283 (java) S 16271 16273 16163 0 -1 4202560 8067 0 0 0 131 4 0 0 15 0 12 0 8837581 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16284] ppid=16271 vsize=1540808 CPUtime=0
/proc/16273/task/16284/stat : 16284 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8837581 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16285] ppid=16271 vsize=1540808 CPUtime=0
/proc/16273/task/16285/stat : 16285 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8837581 1577787392 13673 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 1540808

[startup+12.7018 s]
/proc/loadavg: 0.98 1.04 1.00 3/117 16287
/proc/meminfo: memFree=1711820/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1538760 CPUtime=14.14
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 21575 0 1 0 1399 15 0 0 25 0 12 0 8837571 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 384690 15905 1417 10 0 381993 0
[pid=16273/tid=16275] ppid=16271 vsize=1538760 CPUtime=12.41
/proc/16273/task/16275/stat : 16275 (java) R 16271 16273 16163 0 -1 4202560 11789 0 1 0 1232 9 0 0 25 0 12 0 8837573 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4109516175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16276] ppid=16271 vsize=1538760 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16271 16273 16163 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 8837574 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16277] ppid=16271 vsize=1538760 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8837574 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16278] ppid=16271 vsize=1538760 CPUtime=0
/proc/16273/task/16278/stat : 16278 (java) S 16271 16273 16163 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 8837576 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16279] ppid=16271 vsize=1538760 CPUtime=0
/proc/16273/task/16279/stat : 16279 (java) S 16271 16273 16163 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 8837577 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16280] ppid=16271 vsize=1538760 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16271 16273 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8837577 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16281] ppid=16271 vsize=1538760 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16271 16273 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8837581 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16282] ppid=16271 vsize=1538760 CPUtime=0.34
/proc/16273/task/16282/stat : 16282 (java) S 16271 16273 16163 0 -1 4202560 656 0 0 0 34 0 0 0 15 0 12 0 8837581 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16283] ppid=16271 vsize=1538760 CPUtime=1.35
/proc/16273/task/16283/stat : 16283 (java) S 16271 16273 16163 0 -1 4202560 8067 0 0 0 131 4 0 0 15 0 12 0 8837581 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16284] ppid=16271 vsize=1538760 CPUtime=0
/proc/16273/task/16284/stat : 16284 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8837581 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16285] ppid=16271 vsize=1538760 CPUtime=0
/proc/16273/task/16285/stat : 16285 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 8837581 1575690240 15905 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 1538760

[startup+25.5022 s]
/proc/loadavg: 0.99 1.04 1.00 2/117 16287
/proc/meminfo: memFree=1693344/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1541200 CPUtime=27.03
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 26506 0 1 0 2685 18 0 0 25 0 12 0 8837571 1578188800 20497 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 385300 20497 1417 10 0 382603 0
[pid=16273/tid=16275] ppid=16271 vsize=1541200 CPUtime=25.18
/proc/16273/task/16275/stat : 16275 (java) R 16271 16273 16163 0 -1 4202560 15864 0 1 0 2506 12 0 0 25 0 12 0 8837573 1578188800 20497 1992294400 134512640 134550932 4286896080 18446744073709551615 4109515329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16276] ppid=16271 vsize=1541200 CPUtime=0
/proc/16273/task/16276/stat : 16276 (java) S 16271 16273 16163 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 12 0 8837574 1578188800 20497 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16277] ppid=16271 vsize=1541200 CPUtime=0
/proc/16273/task/16277/stat : 16277 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 8837574 1578188800 20497 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16278] ppid=16271 vsize=1541200 CPUtime=0
/proc/16273/task/16278/stat : 16278 (java) S 16271 16273 16163 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 12 0 8837576 1578188800 20497 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16279] ppid=16271 vsize=1541200 CPUtime=0
/proc/16273/task/16279/stat : 16279 (java) S 16271 16273 16163 0 -1 4202560 11 0 0 0 0 0 0 0 25 0 12 0 8837577 1578188800 20497 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16280] ppid=16271 vsize=1541200 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16271 16273 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 12 0 8837577 1578188800 20497 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16281] ppid=16271 vsize=1541200 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16271 16273 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 8837581 1578188800 20497 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16282] ppid=16271 vsize=1541200 CPUtime=0.45

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

/proc/16273/statm: 386781 107457 1450 10 0 384084 0
[pid=16273/tid=16275] ppid=16271 vsize=1547124 CPUtime=85.79
/proc/16273/task/16275/stat : 16275 (java) S 16271 16273 16163 0 -1 4202560 32002 0 1 0 8559 20 0 0 15 0 16 0 8837573 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16276] ppid=16271 vsize=1547124 CPUtime=15.4
/proc/16273/task/16276/stat : 16276 (java) S 16271 16273 16163 0 -1 4202560 36714 0 0 0 1507 33 0 0 16 0 16 0 8837574 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16277] ppid=16271 vsize=1547124 CPUtime=15.35
/proc/16273/task/16277/stat : 16277 (java) S 16271 16273 16163 0 -1 4202560 39913 0 0 0 1502 33 0 0 16 0 16 0 8837574 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16278] ppid=16271 vsize=1547124 CPUtime=3.76
/proc/16273/task/16278/stat : 16278 (java) S 16271 16273 16163 0 -1 4202560 2099 0 0 0 368 8 0 0 15 0 16 0 8837576 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16279] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16279/stat : 16279 (java) S 16271 16273 16163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8837577 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16280] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16271 16273 16163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8837577 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16281] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16271 16273 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8837581 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16282] ppid=16271 vsize=1547124 CPUtime=2.5
/proc/16273/task/16282/stat : 16282 (java) S 16271 16273 16163 0 -1 4202560 3102 0 0 0 249 1 0 0 15 0 16 0 8837581 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16283] ppid=16271 vsize=1547124 CPUtime=3.22
/proc/16273/task/16283/stat : 16283 (java) S 16271 16273 16163 0 -1 4202560 9745 0 0 0 317 5 0 0 16 0 16 0 8837581 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16284] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16284/stat : 16284 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8837581 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16285] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16285/stat : 16285 (java) S 16271 16273 16163 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 8837581 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16290] ppid=16271 vsize=1547124 CPUtime=768.47
/proc/16273/task/16290/stat : 16290 (java) R 16271 16273 16163 0 -1 4202560 444 0 0 0 76843 4 0 0 25 0 16 0 8846197 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4110449337 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16273/tid=16291] ppid=16271 vsize=1547124 CPUtime=768.01
/proc/16273/task/16291/stat : 16291 (java) R 16271 16273 16163 0 -1 4202560 490 0 0 0 76796 5 0 0 25 0 16 0 8846197 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4110062576 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16292] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16292/stat : 16292 (java) S 16271 16273 16163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8846203 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16293] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16293/stat : 16293 (java) S 16271 16273 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8846204 1584254976 107457 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1662.57
Current children cumulated vsize (KiB) 1547124

[startup+942.302 s]
/proc/loadavg: 2.18 2.05 1.64 2/121 16315
/proc/meminfo: memFree=1338672/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1547124 CPUtime=1781.03
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 126895 0 1 0 177984 119 0 0 25 0 16 0 8837571 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 386781 108642 1450 10 0 384084 0
[pid=16273/tid=16275] ppid=16271 vsize=1547124 CPUtime=85.79
/proc/16273/task/16275/stat : 16275 (java) S 16271 16273 16163 0 -1 4202560 32004 0 1 0 8559 20 0 0 15 0 16 0 8837573 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16276] ppid=16271 vsize=1547124 CPUtime=16.53
/proc/16273/task/16276/stat : 16276 (java) S 16271 16273 16163 0 -1 4202560 37384 0 0 0 1618 35 0 0 15 0 16 0 8837574 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16277] ppid=16271 vsize=1547124 CPUtime=16.48
/proc/16273/task/16277/stat : 16277 (java) S 16271 16273 16163 0 -1 4202560 40450 0 0 0 1612 36 0 0 16 0 16 0 8837574 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16278] ppid=16271 vsize=1547124 CPUtime=4.29
/proc/16273/task/16278/stat : 16278 (java) S 16271 16273 16163 0 -1 4202560 2101 0 0 0 421 8 0 0 16 0 16 0 8837576 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16279] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16279/stat : 16279 (java) S 16271 16273 16163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8837577 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16280] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16271 16273 16163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8837577 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16281] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16271 16273 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16282] ppid=16271 vsize=1547124 CPUtime=2.5
/proc/16273/task/16282/stat : 16282 (java) S 16271 16273 16163 0 -1 4202560 3102 0 0 0 249 1 0 0 15 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16283] ppid=16271 vsize=1547124 CPUtime=3.22
/proc/16273/task/16283/stat : 16283 (java) S 16271 16273 16163 0 -1 4202560 9745 0 0 0 317 5 0 0 16 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16284] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16284/stat : 16284 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16285] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16285/stat : 16285 (java) S 16271 16273 16163 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16290] ppid=16271 vsize=1547124 CPUtime=826.77
/proc/16273/task/16290/stat : 16290 (java) R 16271 16273 16163 0 -1 4202560 471 0 0 0 82673 4 0 0 21 0 16 0 8846197 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4110368452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16273/tid=16291] ppid=16271 vsize=1547124 CPUtime=825.36
/proc/16273/task/16291/stat : 16291 (java) R 16271 16273 16163 0 -1 4202560 514 0 0 0 82531 5 0 0 21 0 16 0 8846197 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4110035805 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16292] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16292/stat : 16292 (java) S 16271 16273 16163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8846203 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16293] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16293/stat : 16293 (java) S 16271 16273 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8846204 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1781.03
Current children cumulated vsize (KiB) 1547124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+951.902 s]
/proc/loadavg: 2.15 2.05 1.65 3/121 16315
/proc/meminfo: memFree=1338548/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1547124 CPUtime=1800.07
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 126909 0 1 0 179888 119 0 0 25 0 16 0 8837571 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 386781 108642 1450 10 0 384084 0
[pid=16273/tid=16275] ppid=16271 vsize=1547124 CPUtime=85.79
/proc/16273/task/16275/stat : 16275 (java) S 16271 16273 16163 0 -1 4202560 32004 0 1 0 8559 20 0 0 15 0 16 0 8837573 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16276] ppid=16271 vsize=1547124 CPUtime=16.73
/proc/16273/task/16276/stat : 16276 (java) S 16271 16273 16163 0 -1 4202560 37384 0 0 0 1638 35 0 0 16 0 16 0 8837574 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16277] ppid=16271 vsize=1547124 CPUtime=16.69
/proc/16273/task/16277/stat : 16277 (java) S 16271 16273 16163 0 -1 4202560 40450 0 0 0 1633 36 0 0 15 0 16 0 8837574 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16278] ppid=16271 vsize=1547124 CPUtime=4.29
/proc/16273/task/16278/stat : 16278 (java) S 16271 16273 16163 0 -1 4202560 2103 0 0 0 421 8 0 0 15 0 16 0 8837576 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16279] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16279/stat : 16279 (java) S 16271 16273 16163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 8837577 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16280] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16271 16273 16163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 8837577 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16281] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16271 16273 16163 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16282] ppid=16271 vsize=1547124 CPUtime=2.5
/proc/16273/task/16282/stat : 16282 (java) S 16271 16273 16163 0 -1 4202560 3102 0 0 0 249 1 0 0 15 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16283] ppid=16271 vsize=1547124 CPUtime=3.22
/proc/16273/task/16283/stat : 16283 (java) S 16271 16273 16163 0 -1 4202560 9745 0 0 0 317 5 0 0 16 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16284] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16284/stat : 16284 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16285] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16285/stat : 16285 (java) S 16271 16273 16163 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 16 0 8837581 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16290] ppid=16271 vsize=1547124 CPUtime=836.04
/proc/16273/task/16290/stat : 16290 (java) R 16271 16273 16163 0 -1 4202560 474 0 0 0 83600 4 0 0 25 0 16 0 8846197 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4110449616 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16273/tid=16291] ppid=16271 vsize=1547124 CPUtime=834.71
/proc/16273/task/16291/stat : 16291 (java) R 16271 16273 16163 0 -1 4202560 521 0 0 0 83466 5 0 0 25 0 16 0 8846197 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4109629998 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16292] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16292/stat : 16292 (java) S 16271 16273 16163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 8846203 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16293] ppid=16271 vsize=1547124 CPUtime=0
/proc/16273/task/16293/stat : 16293 (java) S 16271 16273 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 8846204 1584254976 108642 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1547124

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

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

[startup+952.016 s]
/proc/loadavg: 2.15 2.05 1.65 3/121 16315
/proc/meminfo: memFree=1338548/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=1547772 CPUtime=1800.28
/proc/16273/stat : 16273 (java) S 16271 16273 16163 0 -1 4202496 126925 0 1 0 179909 119 0 0 18 0 18 0 8837571 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 386943 108658 1450 10 0 384246 0
[pid=16273/tid=16275] ppid=16271 vsize=1547772 CPUtime=85.79
/proc/16273/task/16275/stat : 16275 (java) S 16271 16273 16163 0 -1 4202560 32004 0 1 0 8559 20 0 0 15 0 18 0 8837573 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16276] ppid=16271 vsize=1547772 CPUtime=16.73
/proc/16273/task/16276/stat : 16276 (java) S 16271 16273 16163 0 -1 4202560 37384 0 0 0 1638 35 0 0 16 0 18 0 8837574 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16277] ppid=16271 vsize=1547772 CPUtime=16.69
/proc/16273/task/16277/stat : 16277 (java) S 16271 16273 16163 0 -1 4202560 40450 0 0 0 1633 36 0 0 15 0 18 0 8837574 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16278] ppid=16271 vsize=1547772 CPUtime=4.29
/proc/16273/task/16278/stat : 16278 (java) S 16271 16273 16163 0 -1 4202560 2103 0 0 0 421 8 0 0 15 0 18 0 8837576 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 0 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16279] ppid=16271 vsize=1547772 CPUtime=0
/proc/16273/task/16279/stat : 16279 (java) S 16271 16273 16163 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 8837577 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16280] ppid=16271 vsize=1547772 CPUtime=0
/proc/16273/task/16280/stat : 16280 (java) S 16271 16273 16163 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 8837577 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16281] ppid=16271 vsize=1547772 CPUtime=0
/proc/16273/task/16281/stat : 16281 (java) S 16271 16273 16163 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 18 0 8837581 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16282] ppid=16271 vsize=1547772 CPUtime=2.51
/proc/16273/task/16282/stat : 16282 (java) R 16271 16273 16163 0 -1 4202560 3102 0 0 0 250 1 0 0 15 0 18 0 8837581 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 105542902 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16283] ppid=16271 vsize=1547772 CPUtime=3.22
/proc/16273/task/16283/stat : 16283 (java) S 16271 16273 16163 0 -1 4202560 9745 0 0 0 317 5 0 0 16 0 18 0 8837581 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16284] ppid=16271 vsize=1547772 CPUtime=0
/proc/16273/task/16284/stat : 16284 (java) S 16271 16273 16163 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 8837581 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16285] ppid=16271 vsize=1547772 CPUtime=0
/proc/16273/task/16285/stat : 16285 (java) S 16271 16273 16163 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 18 0 8837581 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
[pid=16273/tid=16290] ppid=16271 vsize=1547772 CPUtime=836.15
/proc/16273/task/16290/stat : 16290 (java) R 16271 16273 16163 0 -1 4202560 474 0 0 0 83611 4 0 0 25 0 18 0 8846197 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4110368467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16273/tid=16291] ppid=16271 vsize=1547772 CPUtime=834.77
/proc/16273/task/16291/stat : 16291 (java) R 16271 16273 16163 0 -1 4202560 521 0 0 0 83472 5 0 0 25 0 18 0 8846197 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4110006459 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16273/tid=16292] ppid=16271 vsize=1547772 CPUtime=0
/proc/16273/task/16292/stat : 16292 (java) S 16271 16273 16163 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 18 0 8846203 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 1 0 0 0
[pid=16273/tid=16293] ppid=16271 vsize=1547772 CPUtime=0
/proc/16273/task/16293/stat : 16293 (java) S 16271 16273 16163 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 18 0 8846204 1584918528 108658 1992294400 134512640 134550932 4286896080 18446744073709551615 4294960144 0 4 0 16800975 18446604437815310528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 1547772

[startup+952.102 s]
/proc/loadavg: 2.15 2.05 1.65 3/121 16315
/proc/meminfo: memFree=1338548/2059040 swapFree=4164960/4192956
[pid=16273] ppid=16271 vsize=0 CPUtime=1800.4
/proc/16273/stat : 16273 (java) Z 16271 16273 16163 0 -1 4203548 126930 0 1 0 179917 123 0 0 16 0 2 0 8837571 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16273/statm: 0 0 0 0 0 0 0
[pid=16273/tid=16291] ppid=16271 vsize=0 CPUtime=834.84
/proc/16273/task/16291/stat : 16291 (java) R 16271 16273 16163 0 -1 4203588 521 0 0 0 83475 9 0 0 25 0 2 0 8846197 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 952.106
CPU time (s): 1800.42
CPU user time (s): 1799.18
CPU system time (s): 1.23881
CPU usage (%): 189.098
Max. virtual memory (cumulated for all children) (KiB): 1549948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.23881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126930
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= 30237
involuntary context switches= 48624

runsolver used 5.9351 second user time and 8.76967 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-16 10:04:00
IDJOB=2661529
IDBENCH=48289
IDSOLVER=1166
FILE ID=node087/2661529-1276675440
PBS_JOBID= 11172554
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_2_80.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661529-1276675440/watcher-2661529-1276675440 -o /tmp/evaluation-result-2661529-1276675440/solver-2661529-1276675440 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661529-1276675440.opb

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

MD5SUM BENCH= d38f526c1f6f5ee8e5e4d2c41b31df8d
RANDOM SEED=336126386

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1770900 kB
Buffers:         56832 kB
Cached:         122236 kB
SwapCached:       1016 kB
Active:          92484 kB
Inactive:       119460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1770900 kB
SwapTotal:     4192956 kB
SwapFree:      4164960 kB
Dirty:             680 kB
Writeback:           0 kB
AnonPages:       31756 kB
Mapped:          14628 kB
Slab:            54384 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182184 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 node087 at 2010-06-16 10:19:54