Trace number 2662161

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.58 929.949

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
MD5SUMcc5d7ea426a09a5b1cb030d82bbe1743
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 variables221520
Total number of constraints6283
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6283
Minimum length of a constraint45
Maximum length of a constraint221520
Number of terms in the objective function 221520
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 34400198927214221876937
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 34400301327214221876937
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c ManyCore solver with 2 solvers running in parallel
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	
0.22/0.21	c solving HOME/instance-2662161-1276541776.opb
0.22/0.21	c reading problem ... 
15.35/11.66	c ... done. Wall clock time 11.447s.
15.35/11.66	c #vars     221520
15.35/11.66	c #constraints  102212
15.35/11.66	c constraints type 
15.35/11.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
15.35/11.66	c constraints type 
15.35/11.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
150.26/80.12	c cleaning 2497 clauses out of 5000 with flag 5000/5000
215.77/114.34	c cleaning 4245 clauses out of 8504 with flag 11001/11001
289.12/152.40	c cleaning 5620 clauses out of 11262 with flag 18004/18004
362.46/190.51	c cleaning 6813 clauses out of 13639 with flag 26001/26001
472.93/247.57	c cleaning 7913 clauses out of 15828 with flag 35003/35003
591.04/308.13	c cleaning 8947 clauses out of 17916 with flag 45004/45004
671.73/349.87	c cleaning 9971 clauses out of 19965 with flag 56000/56000
793.14/412.10	c cleaning 10991 clauses out of 21994 with flag 68000/68000
915.56/475.14	c cleaning 11990 clauses out of 24003 with flag 81000/81000
1068.77/553.45	c cleaning 12494 clauses out of 25013 with flag 94000/94000
1216.87/629.14	c cleaning 12757 clauses out of 25523 with flag 107004/107004
1361.66/703.23	c cleaning 12865 clauses out of 25762 with flag 120000/120000
1480.93/764.84	c cleaning 12935 clauses out of 25897 with flag 133000/133000
1617.15/834.91	c cleaning 12966 clauses out of 25962 with flag 146000/146000
1771.68/914.19	c cleaning 12989 clauses out of 25996 with flag 159000/159000
1800.18/929.72	c starts		: 105
1800.18/929.72	c conflicts		: 161185
1800.18/929.72	c decisions		: 2227619
1800.18/929.72	c propagations		: 37634986
1800.18/929.72	c inspects		: 382576754
1800.18/929.72	c learnt literals	: 0
1800.18/929.72	c learnt binary clauses	: 0
1800.18/929.72	c learnt ternary clauses	: 0
1800.18/929.72	c learnt clauses	: 161185
1800.18/929.72	c ignored clauses	: 0
1800.18/929.72	c root simplifications	: 0
1800.18/929.72	c removed literals (reason simplification)	: 223079
1800.18/929.72	c reason swapping (by a shorter reason)	: 0
1800.18/929.72	c Calls to reduceDB	: 15
1800.18/929.72	c number of reductions to clauses (during analyze)	: 0
1800.18/929.72	c number of learned constraints concerned by reduction	: 0
1800.18/929.72	c number of learning phase by resolution	: 0
1800.18/929.72	c number of learning phase by cutting planes	: 0
1800.18/929.72	c speed (assignments/second)	: 40994.44693159748
1800.18/929.72	c non guided choices	836746
1800.39/929.84	c learnt constraints type 
1800.39/929.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15211
1800.39/929.84	c constraints type 
1800.39/929.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
1800.39/929.84	c constraints type 
1800.39/929.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12478
1800.39/929.84	s UNKNOWN
1800.39/929.84	c Total wall clock time (in seconds): 929.615

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.99 1.97 3/106 32234
/proc/meminfo: memFree=1670044/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1832 CPUtime=0
/proc/32234/stat : 32234 (java6) S 32232 32234 31991 0 -1 4194304 250 0 0 0 0 0 0 0 19 0 1 0 29779076 1875968 153 1992294400 134512640 134550932 4286965280 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699383486 0 0 17 1 0 0 0
/proc/32234/statm: 458 153 116 10 0 63 0

[startup+0.051507 s]
/proc/loadavg: 1.84 1.99 1.97 3/106 32234
/proc/meminfo: memFree=1670044/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1521716 CPUtime=0.03
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 3492 0 1 0 1 2 0 0 18 0 5 0 29779076 1558237184 2936 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 380429 2936 989 10 0 377739 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521716

[startup+0.100511 s]
/proc/loadavg: 1.84 1.99 1.97 3/106 32234
/proc/meminfo: memFree=1670044/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1524588 CPUtime=0.08
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 3948 0 1 0 5 3 0 0 18 0 12 0 29779076 1561178112 3388 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 381147 3388 1075 10 0 378450 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524588

[startup+0.300534 s]
/proc/loadavg: 1.84 1.99 1.97 3/106 32234
/proc/meminfo: memFree=1670044/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1525748 CPUtime=0.38
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 7790 0 1 0 34 4 0 0 18 0 12 0 29779076 1562365952 7228 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 381437 7228 1357 10 0 378740 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1525748

[startup+0.700563 s]
/proc/loadavg: 1.84 1.99 1.97 3/106 32234
/proc/meminfo: memFree=1670044/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1527516 CPUtime=1.03
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 11448 0 1 0 97 6 0 0 18 0 12 0 29779076 1564176384 10823 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 381879 10824 1400 10 0 379182 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1527516

[startup+1.50164 s]
/proc/loadavg: 1.84 1.99 1.97 2/118 32246
/proc/meminfo: memFree=1613468/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1527516 CPUtime=1.84
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 23730 0 1 0 173 11 0 0 18 0 12 0 29779076 1564176384 23105 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 381879 23106 1400 10 0 379182 0
[pid=32234/tid=32236] ppid=32232 vsize=1527516 CPUtime=1.46
/proc/32234/task/32236/stat : 32236 (java) R 32232 32234 31991 0 -1 4202560 21526 0 1 0 136 10 0 0 25 0 12 0 29779078 1564176384 23107 1992294400 134512640 134550932 4287572976 18446744073709551615 4109595338 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32234/tid=32237] ppid=32232 vsize=1527516 CPUtime=0
/proc/32234/task/32237/stat : 32237 (java) S 32232 32234 31991 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 29779079 1564176384 23107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32238] ppid=32232 vsize=1527516 CPUtime=0
/proc/32234/task/32238/stat : 32238 (java) S 32232 32234 31991 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 29779079 1564176384 23108 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32239] ppid=32232 vsize=1527516 CPUtime=0
/proc/32234/task/32239/stat : 32239 (java) S 32232 32234 31991 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 29779081 1564176384 23109 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32240] ppid=32232 vsize=1527516 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32232 32234 31991 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 29779081 1564176384 23109 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32241] ppid=32232 vsize=1527516 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32232 32234 31991 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 29779081 1564176384 23110 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32242] ppid=32232 vsize=1527516 CPUtime=0
/proc/32234/task/32242/stat : 32242 (java) S 32232 32234 31991 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29779085 1564176384 23111 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32243] ppid=32232 vsize=1527516 CPUtime=0.23
/proc/32234/task/32243/stat : 32243 (java) S 32232 32234 31991 0 -1 4202560 606 0 0 0 23 0 0 0 17 0 12 0 29779085 1564176384 23112 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32244] ppid=32232 vsize=1527516 CPUtime=0.13
/proc/32234/task/32244/stat : 32244 (java) S 32232 32234 31991 0 -1 4202560 536 0 0 0 13 0 0 0 25 0 12 0 29779086 1564176384 23112 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32245] ppid=32232 vsize=1527516 CPUtime=0
/proc/32234/task/32245/stat : 32245 (java) S 32232 32234 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29779086 1564176384 23113 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32246] ppid=32232 vsize=1527516 CPUtime=0
/proc/32234/task/32246/stat : 32246 (java) S 32232 32234 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29779086 1564176384 23114 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 1527516

[startup+3.1018 s]
/proc/loadavg: 1.84 1.99 1.97 2/118 32246
/proc/meminfo: memFree=1544276/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1544476 CPUtime=4.31
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 47374 0 1 0 410 21 0 0 18 0 12 0 29779076 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 386119 44039 1416 10 0 383422 0
[pid=32234/tid=32236] ppid=32232 vsize=1544476 CPUtime=2.89
/proc/32234/task/32236/stat : 32236 (java) R 32232 32234 31991 0 -1 4202560 32002 0 1 0 275 14 0 0 25 0 12 0 29779078 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 106835667 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32234/tid=32237] ppid=32232 vsize=1544476 CPUtime=0.09
/proc/32234/task/32237/stat : 32237 (java) S 32232 32234 31991 0 -1 4202560 4196 0 0 0 7 2 0 0 18 0 12 0 29779079 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32238] ppid=32232 vsize=1544476 CPUtime=0.09
/proc/32234/task/32238/stat : 32238 (java) S 32232 32234 31991 0 -1 4202560 2483 0 0 0 8 1 0 0 18 0 12 0 29779079 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32239] ppid=32232 vsize=1544476 CPUtime=0
/proc/32234/task/32239/stat : 32239 (java) S 32232 32234 31991 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 29779081 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32240] ppid=32232 vsize=1544476 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32232 32234 31991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 29779081 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32241] ppid=32232 vsize=1544476 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32232 32234 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29779081 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32242] ppid=32232 vsize=1544476 CPUtime=0
/proc/32234/task/32242/stat : 32242 (java) S 32232 32234 31991 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29779085 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32243] ppid=32232 vsize=1544476 CPUtime=0.97
/proc/32234/task/32243/stat : 32243 (java) R 32232 32234 31991 0 -1 4202560 6943 0 0 0 95 2 0 0 16 0 12 0 29779085 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 106127390 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32234/tid=32244] ppid=32232 vsize=1544476 CPUtime=0.24
/proc/32234/task/32244/stat : 32244 (java) R 32232 32234 31991 0 -1 4202560 679 0 0 0 24 0 0 0 17 0 12 0 29779086 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 105708974 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32234/tid=32245] ppid=32232 vsize=1544476 CPUtime=0
/proc/32234/task/32245/stat : 32245 (java) S 32232 32234 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29779086 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32246] ppid=32232 vsize=1544476 CPUtime=0
/proc/32234/task/32246/stat : 32246 (java) S 32232 32234 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29779086 1581543424 44039 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1544476

[startup+6.30208 s]
/proc/loadavg: 1.93 2.01 1.98 2/118 32248
/proc/meminfo: memFree=1416184/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1541020 CPUtime=8.85
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 81391 0 1 0 846 39 0 0 18 0 12 0 29779076 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 385255 72651 1418 10 0 382558 0
[pid=32234/tid=32236] ppid=32232 vsize=1541020 CPUtime=5.07
/proc/32234/task/32236/stat : 32236 (java) R 32232 32234 31991 0 -1 4202560 32008 0 1 0 493 14 0 0 23 0 12 0 29779078 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4109540546 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32234/tid=32237] ppid=32232 vsize=1541020 CPUtime=0.95
/proc/32234/task/32237/stat : 32237 (java) S 32232 32234 31991 0 -1 4202560 18491 0 0 0 86 9 0 0 16 0 12 0 29779079 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32238] ppid=32232 vsize=1541020 CPUtime=0.94
/proc/32234/task/32238/stat : 32238 (java) S 32232 32234 31991 0 -1 4202560 20986 0 0 0 83 11 0 0 16 0 12 0 29779079 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32239] ppid=32232 vsize=1541020 CPUtime=0
/proc/32234/task/32239/stat : 32239 (java) S 32232 32234 31991 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 12 0 29779081 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32240] ppid=32232 vsize=1541020 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32232 32234 31991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 29779081 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32241] ppid=32232 vsize=1541020 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32232 32234 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 29779081 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32242] ppid=32232 vsize=1541020 CPUtime=0
/proc/32234/task/32242/stat : 32242 (java) S 32232 32234 31991 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 29779085 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32243] ppid=32232 vsize=1541020 CPUtime=1.13
/proc/32234/task/32243/stat : 32243 (java) S 32232 32234 31991 0 -1 4202560 7089 0 0 0 111 2 0 0 16 0 12 0 29779085 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32244] ppid=32232 vsize=1541020 CPUtime=0.7
/proc/32234/task/32244/stat : 32244 (java) S 32232 32234 31991 0 -1 4202560 1746 0 0 0 70 0 0 0 16 0 12 0 29779086 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32245] ppid=32232 vsize=1541020 CPUtime=0
/proc/32234/task/32245/stat : 32245 (java) S 32232 32234 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29779086 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32246] ppid=32232 vsize=1541020 CPUtime=0
/proc/32234/task/32246/stat : 32246 (java) S 32232 32234 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29779086 1578004480 72651 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.85
Current children cumulated vsize (KiB) 1541020

[startup+12.7017 s]
/proc/loadavg: 1.86 1.99 1.97 3/120 32250
/proc/meminfo: memFree=1286216/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1541668 CPUtime=17.41
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 120348 0 1 0 1682 59 0 0 18 0 14 0 29779076 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 385417 107107 1436 10 0 382720 0
[pid=32234/tid=32236] ppid=32232 vsize=1541668 CPUtime=9.12
/proc/32234/task/32236/stat : 32236 (java) S 32232 32234 31991 0 -1 4202560 32038 0 1 0 897 15 0 0 17 0 14 0 29779078 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32237] ppid=32232 vsize=1541668 CPUtime=2.65
/proc/32234/task/32237/stat : 32237 (java) S 32232 32234 31991 0 -1 4202560 35669 0 0 0 248 17 0 0 15 0 14 0 29779079 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32238] ppid=32232 vsize=1541668 CPUtime=2.62
/proc/32234/task/32238/stat : 32238 (java) S 32232 32234 31991 0 -1 4202560 42670 0 0 0 240 22 0 0 16 0 14 0 29779079 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32239] ppid=32232 vsize=1541668 CPUtime=0
/proc/32234/task/32239/stat : 32239 (java) S 32232 32234 31991 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 29779081 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32240] ppid=32232 vsize=1541668 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32232 32234 31991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 29779081 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32241] ppid=32232 vsize=1541668 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32232 32234 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 29779081 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32242] ppid=32232 vsize=1541668 CPUtime=0
/proc/32234/task/32242/stat : 32242 (java) S 32232 32234 31991 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 29779085 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32243] ppid=32232 vsize=1541668 CPUtime=1.28
/proc/32234/task/32243/stat : 32243 (java) S 32232 32234 31991 0 -1 4202560 7101 0 0 0 126 2 0 0 15 0 14 0 29779085 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32244] ppid=32232 vsize=1541668 CPUtime=0.99
/proc/32234/task/32244/stat : 32244 (java) S 32232 32234 31991 0 -1 4202560 1775 0 0 0 99 0 0 0 15 0 14 0 29779086 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32245] ppid=32232 vsize=1541668 CPUtime=0
/proc/32234/task/32245/stat : 32245 (java) S 32232 32234 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 29779086 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32246] ppid=32232 vsize=1541668 CPUtime=0
/proc/32234/task/32246/stat : 32246 (java) S 32232 32234 31991 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 14 0 29779086 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32249] ppid=32232 vsize=1541668 CPUtime=0.28
/proc/32234/task/32249/stat : 32249 (java) R 32232 32234 31991 0 -1 4202560 15 0 0 0 28 0 0 0 23 0 14 0 29780243 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4109953505 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32234/tid=32250] ppid=32232 vsize=1541668 CPUtime=0.4
/proc/32234/task/32250/stat : 32250 (java) R 32232 32234 31991 0 -1 4202560 9 0 0 0 40 0 0 0 18 0 14 0 29780243 1578668032 107107 1992294400 134512640 134550932 4287572976 18446744073709551615 4109952527 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.41
Current children cumulated vsize (KiB) 1541668

[startup+25.5018 s]
/proc/loadavg: 1.96 2.01 1.98 3/122 32252
/proc/meminfo: memFree=1141744/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1542316 CPUtime=42.64
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 147060 0 2 0 4187 77 0 0 18 0 16 0 29779076 1579331584 133081 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 385579 133081 1444 10 0 382882 0
[pid=32234/tid=32236] ppid=32232 vsize=1542316 CPUtime=9.12
/proc/32234/task/32236/stat : 32236 (java) S 32232 32234 31991 0 -1 4202560 32038 0 1 0 897 15 0 0 15 0 16 0 29779078 1579331584 133081 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32237] ppid=32232 vsize=1542316 CPUtime=4.32
/proc/32234/task/32237/stat : 32237 (java) S 32232 32234 31991 0 -1 4202560 50676 0 0 0 408 24 0 0 16 0 16 0 29779079 1579331584 133081 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32238] ppid=32232 vsize=1542316 CPUtime=4.23
/proc/32234/task/32238/stat : 32238 (java) S 32232 32234 31991 0 -1 4202560 54212 0 0 0 392 31 0 0 15 0 16 0 29779079 1579331584 133081 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32239] ppid=32232 vsize=1542316 CPUtime=0.01
/proc/32234/task/32239/stat : 32239 (java) S 32232 32234 31991 0 -1 4202560 8 0 0 0 1 0 0 0 15 0 16 0 29779081 1579331584 133081 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32240] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32232 32234 31991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29779081 1579331584 133081 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32241] ppid=32232 vsize=1542316 CPUtime=0

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

/proc/32234/statm: 385579 226683 1449 10 0 382882 0
[pid=32234/tid=32236] ppid=32232 vsize=1542316 CPUtime=9.12
/proc/32234/task/32236/stat : 32236 (java) S 32232 32234 31991 0 -1 4202560 32052 0 1 0 897 15 0 0 15 0 16 0 29779078 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32237] ppid=32232 vsize=1542316 CPUtime=15.21
/proc/32234/task/32237/stat : 32237 (java) S 32232 32234 31991 0 -1 4202560 106304 0 0 0 1455 66 0 0 15 0 16 0 29779079 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32238] ppid=32232 vsize=1542316 CPUtime=14.88
/proc/32234/task/32238/stat : 32238 (java) S 32232 32234 31991 0 -1 4202560 95155 0 0 0 1426 62 0 0 15 0 16 0 29779079 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32239] ppid=32232 vsize=1542316 CPUtime=29.06
/proc/32234/task/32239/stat : 32239 (java) S 32232 32234 31991 0 -1 4202560 22954 0 0 0 2893 13 0 0 15 0 16 0 29779081 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32240] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32232 32234 31991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29779081 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32241] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32232 32234 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29779081 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32242] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32242/stat : 32242 (java) S 32232 32234 31991 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 29779085 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32243] ppid=32232 vsize=1542316 CPUtime=2.05
/proc/32234/task/32243/stat : 32243 (java) S 32232 32234 31991 0 -1 4202560 7142 0 0 0 203 2 0 0 16 0 16 0 29779085 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32244] ppid=32232 vsize=1542316 CPUtime=2.43
/proc/32234/task/32244/stat : 32244 (java) S 32232 32234 31991 0 -1 4202560 1868 0 1 0 243 0 0 0 15 0 16 0 29779086 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32245] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32245/stat : 32245 (java) S 32232 32234 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29779086 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32246] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32246/stat : 32246 (java) S 32232 32234 31991 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 29779086 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32249] ppid=32232 vsize=1542316 CPUtime=757.61
/proc/32234/task/32249/stat : 32249 (java) R 32232 32234 31991 0 -1 4202560 333 0 0 0 75751 10 0 0 25 0 16 0 29780243 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4109799041 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32234/tid=32250] ppid=32232 vsize=1542316 CPUtime=761.72
/proc/32234/task/32250/stat : 32250 (java) R 32232 32234 31991 0 -1 4202560 144 0 0 0 76155 17 0 0 25 0 16 0 29780243 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4110163393 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32234/tid=32251] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32251/stat : 32251 (java) S 32232 32234 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 29780422 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32252] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32252/stat : 32252 (java) S 32232 32234 31991 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 29780443 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1592.18
Current children cumulated vsize (KiB) 1542316

[startup+882.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/122 32283
/proc/meminfo: memFree=765032/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1542316 CPUtime=1708.66
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 270169 0 2 0 170671 195 0 0 18 0 16 0 29779076 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 385579 226683 1449 10 0 382882 0
[pid=32234/tid=32236] ppid=32232 vsize=1542316 CPUtime=9.12
/proc/32234/task/32236/stat : 32236 (java) S 32232 32234 31991 0 -1 4202560 32052 0 1 0 897 15 0 0 15 0 16 0 29779078 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32237] ppid=32232 vsize=1542316 CPUtime=15.5
/proc/32234/task/32237/stat : 32237 (java) S 32232 32234 31991 0 -1 4202560 106304 0 0 0 1483 67 0 0 15 0 16 0 29779079 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32238] ppid=32232 vsize=1542316 CPUtime=15.19
/proc/32234/task/32238/stat : 32238 (java) S 32232 32234 31991 0 -1 4202560 95155 0 0 0 1456 63 0 0 15 0 16 0 29779079 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32239] ppid=32232 vsize=1542316 CPUtime=31.5
/proc/32234/task/32239/stat : 32239 (java) S 32232 32234 31991 0 -1 4202560 26021 0 0 0 3136 14 0 0 15 0 16 0 29779081 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32240] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32232 32234 31991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29779081 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32241] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32232 32234 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29779081 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32242] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32242/stat : 32242 (java) S 32232 32234 31991 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 29779085 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32243] ppid=32232 vsize=1542316 CPUtime=2.05
/proc/32234/task/32243/stat : 32243 (java) S 32232 32234 31991 0 -1 4202560 7142 0 0 0 203 2 0 0 16 0 16 0 29779085 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32244] ppid=32232 vsize=1542316 CPUtime=2.43
/proc/32234/task/32244/stat : 32244 (java) S 32232 32234 31991 0 -1 4202560 1868 0 1 0 243 0 0 0 15 0 16 0 29779086 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32245] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32245/stat : 32245 (java) S 32232 32234 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29779086 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32246] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32246/stat : 32246 (java) S 32232 32234 31991 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 29779086 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32249] ppid=32232 vsize=1542316 CPUtime=813.86
/proc/32234/task/32249/stat : 32249 (java) R 32232 32234 31991 0 -1 4202560 361 0 0 0 81374 12 0 0 25 0 16 0 29780243 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4109799038 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32234/tid=32250] ppid=32232 vsize=1542316 CPUtime=818.93
/proc/32234/task/32250/stat : 32250 (java) R 32232 32234 31991 0 -1 4202560 145 0 0 0 81876 17 0 0 25 0 16 0 29780243 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4110157494 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32234/tid=32251] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32251/stat : 32251 (java) S 32232 32234 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 29780422 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32252] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32252/stat : 32252 (java) S 32232 32234 31991 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 29780443 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1708.66
Current children cumulated vsize (KiB) 1542316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+929.702 s]
/proc/loadavg: 2.21 2.06 2.01 3/122 32285
/proc/meminfo: memFree=765032/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1542316 CPUtime=1800.18
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 273259 0 2 0 179820 198 0 0 18 0 16 0 29779076 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 385579 226683 1449 10 0 382882 0
[pid=32234/tid=32236] ppid=32232 vsize=1542316 CPUtime=9.12
/proc/32234/task/32236/stat : 32236 (java) S 32232 32234 31991 0 -1 4202560 32052 0 1 0 897 15 0 0 15 0 16 0 29779078 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32237] ppid=32232 vsize=1542316 CPUtime=15.7
/proc/32234/task/32237/stat : 32237 (java) S 32232 32234 31991 0 -1 4202560 106304 0 0 0 1502 68 0 0 15 0 16 0 29779079 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32238] ppid=32232 vsize=1542316 CPUtime=15.41
/proc/32234/task/32238/stat : 32238 (java) S 32232 32234 31991 0 -1 4202560 95155 0 0 0 1478 63 0 0 16 0 16 0 29779079 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32239] ppid=32232 vsize=1542316 CPUtime=33.93
/proc/32234/task/32239/stat : 32239 (java) S 32232 32234 31991 0 -1 4202560 29086 0 0 0 3378 15 0 0 15 0 16 0 29779081 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32240] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32232 32234 31991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 29779081 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32241] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32232 32234 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 29779081 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32242] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32242/stat : 32242 (java) S 32232 32234 31991 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 29779085 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32243] ppid=32232 vsize=1542316 CPUtime=2.05
/proc/32234/task/32243/stat : 32243 (java) S 32232 32234 31991 0 -1 4202560 7142 0 0 0 203 2 0 0 16 0 16 0 29779085 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32244] ppid=32232 vsize=1542316 CPUtime=2.43
/proc/32234/task/32244/stat : 32244 (java) S 32232 32234 31991 0 -1 4202560 1868 0 1 0 243 0 0 0 15 0 16 0 29779086 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32245] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32245/stat : 32245 (java) S 32232 32234 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 29779086 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32246] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32246/stat : 32246 (java) S 32232 32234 31991 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 29779086 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32249] ppid=32232 vsize=1542316 CPUtime=858.01
/proc/32234/task/32249/stat : 32249 (java) R 32232 32234 31991 0 -1 4202560 377 0 0 0 85788 13 0 0 25 0 16 0 29780243 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4110005926 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32234/tid=32250] ppid=32232 vsize=1542316 CPUtime=863.44
/proc/32234/task/32250/stat : 32250 (java) R 32232 32234 31991 0 -1 4202560 152 0 0 0 86327 17 0 0 25 0 16 0 29780243 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4110158060 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32234/tid=32251] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32251/stat : 32251 (java) S 32232 32234 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 16 0 29780422 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32252] ppid=32232 vsize=1542316 CPUtime=0
/proc/32234/task/32252/stat : 32252 (java) S 32232 32234 31991 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 16 0 29780443 1579331584 226683 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 1542316

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

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

[startup+929.817 s]
/proc/loadavg: 2.21 2.06 2.01 3/122 32285
/proc/meminfo: memFree=765032/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=1542964 CPUtime=1800.39
/proc/32234/stat : 32234 (java) S 32232 32234 31991 0 -1 4202496 273275 0 2 0 179841 198 0 0 18 0 18 0 29779076 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 385741 226699 1449 10 0 383044 0
[pid=32234/tid=32236] ppid=32232 vsize=1542964 CPUtime=9.12
/proc/32234/task/32236/stat : 32236 (java) S 32232 32234 31991 0 -1 4202560 32052 0 1 0 897 15 0 0 15 0 18 0 29779078 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32237] ppid=32232 vsize=1542964 CPUtime=15.7
/proc/32234/task/32237/stat : 32237 (java) S 32232 32234 31991 0 -1 4202560 106304 0 0 0 1502 68 0 0 15 0 18 0 29779079 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32238] ppid=32232 vsize=1542964 CPUtime=15.41
/proc/32234/task/32238/stat : 32238 (java) S 32232 32234 31991 0 -1 4202560 95155 0 0 0 1478 63 0 0 16 0 18 0 29779079 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32239] ppid=32232 vsize=1542964 CPUtime=33.93
/proc/32234/task/32239/stat : 32239 (java) S 32232 32234 31991 0 -1 4202560 29086 0 0 0 3378 15 0 0 15 0 18 0 29779081 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 0 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32240] ppid=32232 vsize=1542964 CPUtime=0
/proc/32234/task/32240/stat : 32240 (java) S 32232 32234 31991 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 18 0 29779081 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32241] ppid=32232 vsize=1542964 CPUtime=0
/proc/32234/task/32241/stat : 32241 (java) S 32232 32234 31991 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 29779081 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32242] ppid=32232 vsize=1542964 CPUtime=0
/proc/32234/task/32242/stat : 32242 (java) S 32232 32234 31991 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 18 0 29779085 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32243] ppid=32232 vsize=1542964 CPUtime=2.05
/proc/32234/task/32243/stat : 32243 (java) S 32232 32234 31991 0 -1 4202560 7142 0 0 0 203 2 0 0 16 0 18 0 29779085 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32244] ppid=32232 vsize=1542964 CPUtime=2.43
/proc/32234/task/32244/stat : 32244 (java) S 32232 32234 31991 0 -1 4202560 1868 0 1 0 243 0 0 0 15 0 18 0 29779086 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32245] ppid=32232 vsize=1542964 CPUtime=0
/proc/32234/task/32245/stat : 32245 (java) S 32232 32234 31991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 18 0 29779086 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32246] ppid=32232 vsize=1542964 CPUtime=0
/proc/32234/task/32246/stat : 32246 (java) S 32232 32234 31991 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 18 0 29779086 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
[pid=32234/tid=32249] ppid=32232 vsize=1542964 CPUtime=858.11
/proc/32234/task/32249/stat : 32249 (java) R 32232 32234 31991 0 -1 4202560 377 0 0 0 85798 13 0 0 25 0 18 0 29780243 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4110008652 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32234/tid=32250] ppid=32232 vsize=1542964 CPUtime=863.54
/proc/32234/task/32250/stat : 32250 (java) R 32232 32234 31991 0 -1 4202560 152 0 0 0 86337 17 0 0 25 0 18 0 29780243 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4110157647 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32234/tid=32251] ppid=32232 vsize=1542964 CPUtime=0
/proc/32234/task/32251/stat : 32251 (java) S 32232 32234 31991 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 18 0 29780422 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 0 0 0 0
[pid=32234/tid=32252] ppid=32232 vsize=1542964 CPUtime=0
/proc/32234/task/32252/stat : 32252 (java) S 32232 32234 31991 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 18 0 29780443 1579995136 226699 1992294400 134512640 134550932 4287572976 18446744073709551615 4294960144 0 4 0 16800975 18446604437852345344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 1542964

[startup+929.902 s]
/proc/loadavg: 2.21 2.06 2.01 3/122 32285
/proc/meminfo: memFree=765032/2059040 swapFree=4135896/4192956
[pid=32234] ppid=32232 vsize=0 CPUtime=1800.52
/proc/32234/stat : 32234 (java) Z 32232 32234 31991 0 -1 4203548 273280 0 2 0 179850 202 0 0 16 0 2 0 29779076 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32234/statm: 0 0 0 0 0 0 0
[pid=32234/tid=32250] ppid=32232 vsize=0 CPUtime=863.6
/proc/32234/task/32250/stat : 32250 (java) R 32232 32234 31991 0 -1 4203588 152 0 0 0 86339 21 0 0 25 0 2 0 29780243 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.52
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 929.949
CPU time (s): 1800.58
CPU user time (s): 1798.51
CPU system time (s): 2.07268
CPU usage (%): 193.621
Max. virtual memory (cumulated for all children) (KiB): 1554568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 2.07268
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273280
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26194
involuntary context switches= 51105

runsolver used 3.9524 second user time and 11.5342 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-14 20:56:18
IDJOB=2662161
IDBENCH=2369
IDSOLVER=1166
FILE ID=node015/2662161-1276541776
PBS_JOBID= 11173472
Free space on /tmp= 62564 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-NSR8K.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662161-1276541776/watcher-2662161-1276541776 -o /tmp/evaluation-result-2662161-1276541776/solver-2662161-1276541776 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662161-1276541776.opb

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

MD5SUM BENCH= cc5d7ea426a09a5b1cb030d82bbe1743
RANDOM SEED=586652300

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1670192 kB
Buffers:        152012 kB
Cached:         155260 kB
SwapCached:      11028 kB
Active:          94944 kB
Inactive:       226468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1670192 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:           16864 kB
Writeback:          20 kB
AnonPages:       12328 kB
Mapped:           9276 kB
Slab:            45280 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181356 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= 62564 MiB
End job on node015 at 2010-06-14 21:11:49