Trace number 2669994

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 CuttingPlanes 2.2.0 2010-05-26SAT (TO)3 1800.32 1769.48

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=6-P0=31-P1=31-P2=37-P3=37-B.opb
MD5SUM1faefeca557086bb8f2ad91e3f4c80d3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.122981
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables54
Total number of constraints7
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 constraints7
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)108
Sum of products size (including duplicates)216
Number of different products108
Sum of products size216

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.20	c No reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2669994-1276698891.opb
0.24/0.20	c reading problem ... 
0.24/0.27	c ... done. Wall clock time 0.064s.
0.24/0.27	c #vars     162
0.24/0.27	c #constraints  226
0.24/0.27	c constraints type 
0.24/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
0.24/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 118
4.52/2.44	c SATISFIABLE
4.52/2.44	c OPTIMIZING...
4.52/2.44	c Got one! Elapsed wall clock time (in seconds):2.142
4.52/2.44	o 55
8.22/4.82	c Got one! Elapsed wall clock time (in seconds):4.621
8.22/4.82	o 45
9.35/5.98	c Got one! Elapsed wall clock time (in seconds):5.773
9.35/5.98	o 41
12.01/8.55	c Got one! Elapsed wall clock time (in seconds):8.345
12.01/8.55	o 33
31.80/28.18	c cleaning 0 clauses out of 5001 with flag 0/5001
32.05/28.36	c Got one! Elapsed wall clock time (in seconds):28.155
32.05/28.36	o 11
47.53/43.75	c Got one! Elapsed wall clock time (in seconds):43.55
47.53/43.75	o 7
54.07/50.21	c Got one! Elapsed wall clock time (in seconds):50.011
54.07/50.21	o 5
75.52/71.56	c Got one! Elapsed wall clock time (in seconds):71.359
75.52/71.56	o 3
216.22/211.17	c cleaning 0 clauses out of 11000 with flag 0/11000
670.68/660.44	c cleaning 0 clauses out of 18001 with flag 0/18001
1561.72/1535.99	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.05/1769.35	c starts		: 62
1800.05/1769.35	c conflicts		: 27921
1800.05/1769.35	c decisions		: 29528
1800.05/1769.35	c propagations		: 373637
1800.05/1769.35	c inspects		: 1008770350
1800.05/1769.35	c learnt literals	: 0
1800.05/1769.35	c learnt binary clauses	: 0
1800.05/1769.35	c learnt ternary clauses	: 0
1800.05/1769.35	c learnt clauses	: 27920
1800.05/1769.35	c ignored clauses	: 0
1800.05/1769.35	c root simplifications	: 0
1800.05/1769.35	c removed literals (reason simplification)	: 0
1800.05/1769.35	c reason swapping (by a shorter reason)	: 0
1800.05/1769.35	c Calls to reduceDB	: 4
1800.05/1769.35	c number of reductions to clauses (during analyze)	: 0
1800.05/1769.35	c number of learned constraints concerned by reduction	: 0
1800.05/1769.35	c number of learning phase by resolution	: 0
1800.05/1769.35	c number of learning phase by cutting planes	: 0
1800.05/1769.35	c speed (assignments/second)	: 220.07295379220125
1800.05/1769.35	c non guided choices	395
1800.05/1769.40	c learnt constraints type 
1800.05/1769.40	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 223
1800.05/1769.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27698
1800.05/1769.41	c constraints type 
1800.05/1769.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108
1800.05/1769.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 119
1800.05/1769.41	s SATISFIABLE
1800.05/1769.41	v x1 x2 -x3 -x4 -x5 -x6 x7 x8 x9 x10 x11 -x12 x13 x14 -x15 -x16 -x17 x18 x19 x20 x21 x22 -x23 x24 x25 -x26 x27 x28 x29 -x30 x31 x32 x33 -x34 x35 x36 x37 -x38 -x39 -x40 -x41 -x42 x43 x44 x45 x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 x54 
1800.05/1769.41	c objective function=3
1800.05/1769.41	c Total wall clock time (in seconds): 1769.204

Verifier Data

OK	3

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2669994-1276698891/watcher-2669994-1276698891 -o /tmp/evaluation-result-2669994-1276698891/solver-2669994-1276698891 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669994-1276698891.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 0.53 0.25 3/106 18095
/proc/meminfo: memFree=1766348/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=248 CPUtime=0
/proc/18095/stat : 18095 (java) R 18093 18095 17981 0 -1 4194304 282 0 0 0 0 0 0 0 22 0 1 0 11184063 253952 28 1992294400 134512640 134550932 4290428240 18446744073709551615 8794708 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/18095/statm: 62 28 21 10 0 23 0

[startup+0.048213 s]
/proc/loadavg: 0.98 0.53 0.25 3/106 18095
/proc/meminfo: memFree=1766348/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1521340 CPUtime=0.03
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 3501 0 1 0 2 1 0 0 18 0 6 0 11184063 1557852160 2944 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 380335 2944 990 10 0 377645 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521340

[startup+0.10102 s]
/proc/loadavg: 0.98 0.53 0.25 3/106 18095
/proc/meminfo: memFree=1766348/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1524184 CPUtime=0.09
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 3981 0 1 0 7 2 0 0 18 0 12 0 11184063 1560764416 3420 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 381046 3420 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.3005 s]
/proc/loadavg: 0.98 0.53 0.25 3/106 18095
/proc/meminfo: memFree=1766348/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1526416 CPUtime=0.37
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 5396 0 1 0 34 3 0 0 18 0 13 0 11184063 1563049984 4833 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 381604 4833 1365 10 0 378906 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526416

[startup+0.700496 s]
/proc/loadavg: 0.98 0.53 0.25 3/106 18095
/proc/meminfo: memFree=1766348/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1532132 CPUtime=1.14
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 8171 0 1 0 110 4 0 0 18 0 13 0 11184063 1568903168 7135 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 383033 7135 1400 10 0 380335 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1532132

[startup+1.50149 s]
/proc/loadavg: 0.98 0.53 0.25 5/119 18108
/proc/meminfo: memFree=1731216/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1538368 CPUtime=2.73
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 19954 0 1 0 264 9 0 0 18 0 13 0 11184063 1575288832 17703 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 384592 17704 1413 10 0 381894 0
[pid=18095/tid=18097] ppid=18093 vsize=1538368 CPUtime=1.47
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 14049 0 1 0 140 7 0 0 18 0 13 0 11184064 1575288832 17705 1992294400 134512640 134550932 4290428240 18446744073709551615 4109787363 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1538368 CPUtime=0
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 11184065 1575288832 17706 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1538368 CPUtime=0
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 11184065 1575288832 17706 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1538368 CPUtime=0
/proc/18095/task/18100/stat : 18100 (java) S 18093 18095 17981 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11184067 1575288832 17708 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18101] ppid=18093 vsize=1538368 CPUtime=0
/proc/18095/task/18101/stat : 18101 (java) S 18093 18095 17981 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11184067 1575288832 17709 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18102] ppid=18093 vsize=1538368 CPUtime=0
/proc/18095/task/18102/stat : 18102 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11184068 1575288832 17710 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18103] ppid=18093 vsize=1538368 CPUtime=0
/proc/18095/task/18103/stat : 18103 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1575288832 17711 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18104] ppid=18093 vsize=1538368 CPUtime=0.73
/proc/18095/task/18104/stat : 18104 (java) R 18093 18095 17981 0 -1 4202560 1681 0 0 0 73 0 0 0 25 0 13 0 11184072 1575288832 17712 1992294400 134512640 134550932 4290428240 18446744073709551615 105575884 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18095/tid=18105] ppid=18093 vsize=1538368 CPUtime=0.5
/proc/18095/task/18105/stat : 18105 (java) R 18093 18095 17981 0 -1 4202560 3155 0 0 0 49 1 0 0 25 0 13 0 11184072 1575288832 17712 1992294400 134512640 134550932 4290428240 18446744073709551615 9252538 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18095/tid=18106] ppid=18093 vsize=1538368 CPUtime=0
/proc/18095/task/18106/stat : 18106 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1575288832 17713 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18107] ppid=18093 vsize=1538368 CPUtime=0
/proc/18095/task/18107/stat : 18107 (java) S 18093 18095 17981 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 13 0 11184072 1575288832 17713 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18108] ppid=18093 vsize=1538368 CPUtime=0
/proc/18095/task/18108/stat : 18108 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11184090 1575288832 17714 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1538368

[startup+3.10147 s]
/proc/loadavg: 0.98 0.53 0.25 5/119 18108
/proc/meminfo: memFree=1657560/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1547016 CPUtime=5.92
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 42835 0 1 0 573 19 0 0 18 0 13 0 11184063 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 386754 38407 1435 10 0 384056 0
[pid=18095/tid=18097] ppid=18093 vsize=1547016 CPUtime=2.76
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 32090 0 1 0 261 15 0 0 19 0 13 0 11184064 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4109723289 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1547016 CPUtime=0
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 237 0 0 0 0 0 0 0 17 0 13 0 11184065 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1547016 CPUtime=0
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 134 0 0 0 0 0 0 0 18 0 13 0 11184065 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1547016 CPUtime=0
/proc/18095/task/18100/stat : 18100 (java) S 18093 18095 17981 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 11184067 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18101] ppid=18093 vsize=1547016 CPUtime=0
/proc/18095/task/18101/stat : 18101 (java) S 18093 18095 17981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11184067 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18102] ppid=18093 vsize=1547016 CPUtime=0
/proc/18095/task/18102/stat : 18102 (java) S 18093 18095 17981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11184068 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18103] ppid=18093 vsize=1547016 CPUtime=0
/proc/18095/task/18103/stat : 18103 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18104] ppid=18093 vsize=1547016 CPUtime=1.12
/proc/18095/task/18104/stat : 18104 (java) R 18093 18095 17981 0 -1 4202560 3052 0 0 0 112 0 0 0 25 0 13 0 11184072 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 106257816 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18095/tid=18105] ppid=18093 vsize=1547016 CPUtime=1.99
/proc/18095/task/18105/stat : 18105 (java) R 18093 18095 17981 0 -1 4202560 6245 0 0 0 197 2 0 0 20 0 13 0 11184072 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 105635674 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18095/tid=18106] ppid=18093 vsize=1547016 CPUtime=0
/proc/18095/task/18106/stat : 18106 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18107] ppid=18093 vsize=1547016 CPUtime=0
/proc/18095/task/18107/stat : 18107 (java) S 18093 18095 17981 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 11184072 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18108] ppid=18093 vsize=1547016 CPUtime=0
/proc/18095/task/18108/stat : 18108 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11184090 1584144384 38407 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1547016

[startup+6.30044 s]
/proc/loadavg: 1.14 0.57 0.27 2/119 18108
/proc/meminfo: memFree=1610688/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1546564 CPUtime=9.76
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 54088 0 1 0 953 23 0 0 18 0 13 0 11184063 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 386641 47464 1435 10 0 383943 0
[pid=18095/tid=18097] ppid=18093 vsize=1546564 CPUtime=5.67
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 37070 0 1 0 550 17 0 0 25 0 13 0 11184064 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4109980508 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1546564 CPUtime=0.08
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 2322 0 0 0 8 0 0 0 16 0 13 0 11184065 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1546564 CPUtime=0.07
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 2097 0 0 0 7 0 0 0 15 0 13 0 11184065 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1546564 CPUtime=0
/proc/18095/task/18100/stat : 18100 (java) S 18093 18095 17981 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11184067 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18101] ppid=18093 vsize=1546564 CPUtime=0
/proc/18095/task/18101/stat : 18101 (java) S 18093 18095 17981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11184067 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18102] ppid=18093 vsize=1546564 CPUtime=0
/proc/18095/task/18102/stat : 18102 (java) S 18093 18095 17981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11184068 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18103] ppid=18093 vsize=1546564 CPUtime=0
/proc/18095/task/18103/stat : 18103 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18104] ppid=18093 vsize=1546564 CPUtime=1.59
/proc/18095/task/18104/stat : 18104 (java) S 18093 18095 17981 0 -1 4202560 5182 0 0 0 158 1 0 0 19 0 13 0 11184072 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18105] ppid=18093 vsize=1546564 CPUtime=2.3
/proc/18095/task/18105/stat : 18105 (java) S 18093 18095 17981 0 -1 4202560 6321 0 0 0 228 2 0 0 20 0 13 0 11184072 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18106] ppid=18093 vsize=1546564 CPUtime=0
/proc/18095/task/18106/stat : 18106 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18107] ppid=18093 vsize=1546564 CPUtime=0
/proc/18095/task/18107/stat : 18107 (java) S 18093 18095 17981 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 11184072 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18108] ppid=18093 vsize=1546564 CPUtime=0
/proc/18095/task/18108/stat : 18108 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11184090 1583681536 47464 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.76
Current children cumulated vsize (KiB) 1546564

[startup+12.7014 s]
/proc/loadavg: 1.13 0.58 0.27 2/119 18110
/proc/meminfo: memFree=1576340/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1543948 CPUtime=16.25
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 56085 0 1 0 1601 24 0 0 18 0 13 0 11184063 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 385987 48678 1435 10 0 383289 0
[pid=18095/tid=18097] ppid=18093 vsize=1543948 CPUtime=11.98
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 37078 0 1 0 1181 17 0 0 25 0 13 0 11184064 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4109692426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1543948 CPUtime=0.14
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 3511 0 0 0 14 0 0 0 15 0 13 0 11184065 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1543948 CPUtime=0.14
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 2897 0 0 0 13 1 0 0 16 0 13 0 11184065 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18100/stat : 18100 (java) S 18093 18095 17981 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11184067 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18101] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18101/stat : 18101 (java) S 18093 18095 17981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11184067 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18102] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18102/stat : 18102 (java) S 18093 18095 17981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11184068 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18103] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18103/stat : 18103 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18104] ppid=18093 vsize=1543948 CPUtime=1.62
/proc/18095/task/18104/stat : 18104 (java) S 18093 18095 17981 0 -1 4202560 5182 0 0 0 161 1 0 0 18 0 13 0 11184072 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18105] ppid=18093 vsize=1543948 CPUtime=2.3
/proc/18095/task/18105/stat : 18105 (java) S 18093 18095 17981 0 -1 4202560 6321 0 0 0 228 2 0 0 18 0 13 0 11184072 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18106] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18106/stat : 18106 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18107] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18107/stat : 18107 (java) S 18093 18095 17981 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 11184072 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18108] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18108/stat : 18108 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11184090 1581002752 48678 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.25
Current children cumulated vsize (KiB) 1543948

[startup+25.5013 s]
/proc/loadavg: 1.10 0.60 0.28 2/119 18110
/proc/meminfo: memFree=1570636/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1543948 CPUtime=29.14
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 57798 0 1 0 2888 26 0 0 18 0 13 0 11184063 1581002752 50254 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 385987 50254 1435 10 0 383289 0
[pid=18095/tid=18097] ppid=18093 vsize=1543948 CPUtime=24.67
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 37198 0 1 0 2449 18 0 0 25 0 13 0 11184064 1581002752 50254 1992294400 134512640 134550932 4290428240 18446744073709551615 4109673745 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1543948 CPUtime=0.24
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 4284 0 0 0 23 1 0 0 16 0 13 0 11184065 1581002752 50254 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1543948 CPUtime=0.24
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 3717 0 0 0 23 1 0 0 15 0 13 0 11184065 1581002752 50254 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1543948 CPUtime=0

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

[pid=18095] ppid=18093 vsize=1543948 CPUtime=1629.46
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 81525 0 1 0 162812 134 0 0 18 0 13 0 11184063 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 385987 72199 1445 10 0 383289 0
[pid=18095/tid=18097] ppid=18093 vsize=1543948 CPUtime=1575.08
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 38359 0 1 0 157442 66 0 0 25 0 13 0 11184064 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4109673953 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1543948 CPUtime=24.47
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 15259 0 0 0 2422 25 0 0 16 0 13 0 11184065 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1543948 CPUtime=24.47
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 14610 0 0 0 2420 27 0 0 15 0 13 0 11184065 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1543948 CPUtime=1.21
/proc/18095/task/18100/stat : 18100 (java) S 18093 18095 17981 0 -1 4202560 623 0 0 0 112 9 0 0 15 0 13 0 11184067 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18101] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18101/stat : 18101 (java) S 18093 18095 17981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11184067 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18102] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18102/stat : 18102 (java) S 18093 18095 17981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11184068 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18103] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18103/stat : 18103 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18104] ppid=18093 vsize=1543948 CPUtime=1.76
/proc/18095/task/18104/stat : 18104 (java) S 18093 18095 17981 0 -1 4202560 5183 0 0 0 175 1 0 0 15 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18105] ppid=18093 vsize=1543948 CPUtime=2.41
/proc/18095/task/18105/stat : 18105 (java) S 18093 18095 17981 0 -1 4202560 6329 0 0 0 239 2 0 0 16 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18106] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18106/stat : 18106 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18107] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18107/stat : 18107 (java) S 18093 18095 17981 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18108] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18108/stat : 18108 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11184090 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1629.46
Current children cumulated vsize (KiB) 1543948

[startup+1662.3 s]
/proc/loadavg: 1.16 1.04 0.86 2/119 18163
/proc/meminfo: memFree=1479000/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1543948 CPUtime=1690.73
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 81575 0 1 0 168934 139 0 0 18 0 13 0 11184063 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 385987 72199 1445 10 0 383289 0
[pid=18095/tid=18097] ppid=18093 vsize=1543948 CPUtime=1633.74
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 38401 0 1 0 163306 68 0 0 25 0 13 0 11184064 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4109805605 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1543948 CPUtime=25.78
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 15259 0 0 0 2549 29 0 0 16 0 13 0 11184065 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1543948 CPUtime=25.77
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 14610 0 0 0 2550 27 0 0 15 0 13 0 11184065 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1543948 CPUtime=1.22
/proc/18095/task/18100/stat : 18100 (java) S 18093 18095 17981 0 -1 4202560 627 0 0 0 113 9 0 0 15 0 13 0 11184067 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18101] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18101/stat : 18101 (java) S 18093 18095 17981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11184067 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18102] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18102/stat : 18102 (java) S 18093 18095 17981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11184068 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18103] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18103/stat : 18103 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18104] ppid=18093 vsize=1543948 CPUtime=1.76
/proc/18095/task/18104/stat : 18104 (java) S 18093 18095 17981 0 -1 4202560 5183 0 0 0 175 1 0 0 15 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18105] ppid=18093 vsize=1543948 CPUtime=2.41
/proc/18095/task/18105/stat : 18105 (java) S 18093 18095 17981 0 -1 4202560 6329 0 0 0 239 2 0 0 16 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18106] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18106/stat : 18106 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18107] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18107/stat : 18107 (java) S 18093 18095 17981 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18108] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18108/stat : 18108 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11184090 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1690.73
Current children cumulated vsize (KiB) 1543948

[startup+1722.3 s]
/proc/loadavg: 1.12 1.04 0.87 2/119 18163
/proc/meminfo: memFree=1479000/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1543948 CPUtime=1752.04
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 81625 0 1 0 175059 145 0 0 18 0 13 0 11184063 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 385987 72199 1445 10 0 383289 0
[pid=18095/tid=18097] ppid=18093 vsize=1543948 CPUtime=1692.36
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 38443 0 1 0 169167 69 0 0 25 0 13 0 11184064 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4109692426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1543948 CPUtime=27.1
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 15259 0 0 0 2678 32 0 0 16 0 13 0 11184065 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1543948 CPUtime=27.11
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 14610 0 0 0 2684 27 0 0 16 0 13 0 11184065 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1543948 CPUtime=1.22
/proc/18095/task/18100/stat : 18100 (java) S 18093 18095 17981 0 -1 4202560 631 0 0 0 113 9 0 0 15 0 13 0 11184067 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18101] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18101/stat : 18101 (java) S 18093 18095 17981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11184067 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18102] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18102/stat : 18102 (java) S 18093 18095 17981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11184068 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18103] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18103/stat : 18103 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18104] ppid=18093 vsize=1543948 CPUtime=1.76
/proc/18095/task/18104/stat : 18104 (java) S 18093 18095 17981 0 -1 4202560 5183 0 0 0 175 1 0 0 15 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18105] ppid=18093 vsize=1543948 CPUtime=2.41
/proc/18095/task/18105/stat : 18105 (java) S 18093 18095 17981 0 -1 4202560 6329 0 0 0 239 2 0 0 16 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18106] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18106/stat : 18106 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18107] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18107/stat : 18107 (java) S 18093 18095 17981 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18108] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18108/stat : 18108 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11184090 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1752.04
Current children cumulated vsize (KiB) 1543948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1769.3 s]
/proc/loadavg: 1.05 1.03 0.88 2/119 18165
/proc/meminfo: memFree=1479000/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1543948 CPUtime=1800.05
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 81661 0 1 0 179855 150 0 0 18 0 13 0 11184063 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 385987 72199 1445 10 0 383289 0
[pid=18095/tid=18097] ppid=18093 vsize=1543948 CPUtime=1738.3
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 38475 0 1 0 173759 71 0 0 25 0 13 0 11184064 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4109805465 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1543948 CPUtime=28.14
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 15259 0 0 0 2781 33 0 0 15 0 13 0 11184065 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1543948 CPUtime=28.13
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 14610 0 0 0 2784 29 0 0 16 0 13 0 11184065 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1543948 CPUtime=1.24
/proc/18095/task/18100/stat : 18100 (java) S 18093 18095 17981 0 -1 4202560 633 0 0 0 114 10 0 0 15 0 13 0 11184067 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18101] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18101/stat : 18101 (java) S 18093 18095 17981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11184067 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18102] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18102/stat : 18102 (java) S 18093 18095 17981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11184068 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18103] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18103/stat : 18103 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18104] ppid=18093 vsize=1543948 CPUtime=1.76
/proc/18095/task/18104/stat : 18104 (java) S 18093 18095 17981 0 -1 4202560 5183 0 0 0 175 1 0 0 15 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18105] ppid=18093 vsize=1543948 CPUtime=2.41
/proc/18095/task/18105/stat : 18105 (java) S 18093 18095 17981 0 -1 4202560 6329 0 0 0 239 2 0 0 16 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18106] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18106/stat : 18106 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18107] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18107/stat : 18107 (java) S 18093 18095 17981 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 11184072 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18108] ppid=18093 vsize=1543948 CPUtime=0
/proc/18095/task/18108/stat : 18108 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 11184090 1581002752 72199 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1543948

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

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

[startup+1769.42 s]
/proc/loadavg: 1.05 1.03 0.88 2/119 18165
/proc/meminfo: memFree=1479000/2059040 swapFree=4152912/4192956
[pid=18095] ppid=18093 vsize=1544596 CPUtime=1800.24
/proc/18095/stat : 18095 (java) S 18093 18095 17981 0 -1 4202496 81683 0 1 0 179874 150 0 0 18 0 14 0 11184063 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18095/statm: 386149 72220 1448 10 0 383451 0
[pid=18095/tid=18097] ppid=18093 vsize=1544596 CPUtime=1738.37
/proc/18095/task/18097/stat : 18097 (java) R 18093 18095 17981 0 -1 4202560 38475 0 1 0 173766 71 0 0 25 0 14 0 11184064 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4109692936 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=18095/tid=18098] ppid=18093 vsize=1544596 CPUtime=28.18
/proc/18095/task/18098/stat : 18098 (java) S 18093 18095 17981 0 -1 4202560 15259 0 0 0 2785 33 0 0 15 0 14 0 11184065 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
[pid=18095/tid=18099] ppid=18093 vsize=1544596 CPUtime=28.16
/proc/18095/task/18099/stat : 18099 (java) S 18093 18095 17981 0 -1 4202560 14610 0 0 0 2787 29 0 0 16 0 14 0 11184065 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18100] ppid=18093 vsize=1544596 CPUtime=1.24
/proc/18095/task/18100/stat : 18100 (java) S 18093 18095 17981 0 -1 4202560 633 0 0 0 114 10 0 0 15 0 14 0 11184067 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 0 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18101] ppid=18093 vsize=1544596 CPUtime=0
/proc/18095/task/18101/stat : 18101 (java) S 18093 18095 17981 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 11184067 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18102] ppid=18093 vsize=1544596 CPUtime=0
/proc/18095/task/18102/stat : 18102 (java) S 18093 18095 17981 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11184068 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18103] ppid=18093 vsize=1544596 CPUtime=0
/proc/18095/task/18103/stat : 18103 (java) S 18093 18095 17981 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 11184072 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18104] ppid=18093 vsize=1544596 CPUtime=1.79
/proc/18095/task/18104/stat : 18104 (java) S 18093 18095 17981 0 -1 4202560 5185 0 0 0 178 1 0 0 15 0 14 0 11184072 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18105] ppid=18093 vsize=1544596 CPUtime=2.41
/proc/18095/task/18105/stat : 18105 (java) S 18093 18095 17981 0 -1 4202560 6329 0 0 0 239 2 0 0 16 0 14 0 11184072 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18106] ppid=18093 vsize=1544596 CPUtime=0
/proc/18095/task/18106/stat : 18106 (java) S 18093 18095 17981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 11184072 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18107] ppid=18093 vsize=1544596 CPUtime=0
/proc/18095/task/18107/stat : 18107 (java) S 18093 18095 17981 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 14 0 11184072 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 0 0 0 0
[pid=18095/tid=18108] ppid=18093 vsize=1544596 CPUtime=0
/proc/18095/task/18108/stat : 18108 (java) S 18093 18095 17981 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 11184090 1581666304 72220 1992294400 134512640 134550932 4290428240 18446744073709551615 4294960144 0 4 0 16800975 18446604437819798656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1544596

Child status: 143
Real time (s): 1769.48
CPU time (s): 1800.32
CPU user time (s): 1798.78
CPU system time (s): 1.53877
CPU usage (%): 101.743
Max. virtual memory (cumulated for all children) (KiB): 1548472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.78
system time used= 1.53877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81684
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= 49215
involuntary context switches= 70456

runsolver used 4.05738 second user time and 10.1565 second system time

The end

Launcher Data

Begin job on node035 at 2010-06-16 16:34:51
IDJOB=2669994
IDBENCH=47953
IDSOLVER=1165
FILE ID=node035/2669994-1276698891
PBS_JOBID= 11174107
Free space on /tmp= 62460 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=31-P1=31-P2=37-P3=37-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2669994-1276698891/watcher-2669994-1276698891 -o /tmp/evaluation-result-2669994-1276698891/solver-2669994-1276698891 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669994-1276698891.opb

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

MD5SUM BENCH= 1faefeca557086bb8f2ad91e3f4c80d3
RANDOM SEED=344702352

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.219
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1766744 kB
Buffers:         75116 kB
Cached:         117460 kB
SwapCached:       2400 kB
Active:          90988 kB
Inactive:       123668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1766744 kB
SwapTotal:     4192956 kB
SwapFree:      4152912 kB
Dirty:             292 kB
Writeback:           0 kB
AnonPages:       19944 kB
Mapped:          13748 kB
Slab:            55748 kB
PageTables:       4068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182984 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= 62460 MiB
End job on node035 at 2010-06-16 17:04:22