Trace number 2661125

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)1585 1800.25 1785.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM2dad588c047f66368bead690393575a4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1567
Best CPU time to get the best result obtained on this benchmark0.031994
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1567
Optimality of the best value was proved YES
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

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.v20100526
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.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2661125-1276404453.opb
0.22/0.22	c reading problem ... 
0.35/0.31	c ... done. Wall clock time 0.098s.
0.35/0.31	c #vars     133
0.35/0.31	c #constraints  210
0.35/0.31	c constraints type 
0.35/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58
0.35/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 141
0.35/0.34	c SATISFIABLE
0.35/0.34	c OPTIMIZING...
0.35/0.34	c Got one! Elapsed wall clock time (in seconds):0.127
0.35/0.34	o 1789
0.49/0.43	c Got one! Elapsed wall clock time (in seconds):0.212
0.49/0.43	o 1780
0.68/0.55	c Got one! Elapsed wall clock time (in seconds):0.336
0.68/0.55	o 1757
1.27/0.86	c Got one! Elapsed wall clock time (in seconds):0.64
1.27/0.86	o 1755
1.46/0.90	c Got one! Elapsed wall clock time (in seconds):0.683
1.46/0.90	o 1746
1.87/1.13	c Got one! Elapsed wall clock time (in seconds):0.912
1.87/1.13	o 1723
2.25/1.32	c Got one! Elapsed wall clock time (in seconds):1.101
2.25/1.32	o 1722
2.25/1.36	c Got one! Elapsed wall clock time (in seconds):1.147
2.25/1.36	o 1697
2.42/1.40	c Got one! Elapsed wall clock time (in seconds):1.182
2.42/1.40	o 1689
2.69/1.70	c Got one! Elapsed wall clock time (in seconds):1.479
2.69/1.70	o 1671
3.33/2.04	c Got one! Elapsed wall clock time (in seconds):1.822
3.33/2.04	o 1668
3.98/2.40	c Got one! Elapsed wall clock time (in seconds):2.184
3.98/2.40	o 1653
7.30/5.50	c Got one! Elapsed wall clock time (in seconds):5.287
7.30/5.50	o 1651
15.96/13.95	c Got one! Elapsed wall clock time (in seconds):13.738
15.96/13.95	o 1645
22.61/20.53	c Got one! Elapsed wall clock time (in seconds):20.313
22.61/20.53	o 1644
165.08/162.69	c Got one! Elapsed wall clock time (in seconds):162.47
165.08/162.69	o 1636
188.46/185.89	c Got one! Elapsed wall clock time (in seconds):185.672
188.46/185.89	o 1635
286.69/283.35	c cleaning 0 clauses out of 5000 with flag 0/5000
326.49/322.88	c Got one! Elapsed wall clock time (in seconds):322.664
326.49/322.88	o 1631
522.61/516.97	c Got one! Elapsed wall clock time (in seconds):516.75
522.61/516.97	o 1626
680.48/672.78	c Got one! Elapsed wall clock time (in seconds):672.564
680.48/672.78	o 1594
1028.29/1017.10	c Got one! Elapsed wall clock time (in seconds):1016.887
1028.29/1017.10	o 1585
1800.06/1785.11	c starts		: 49
1800.06/1785.11	c conflicts		: 10266
1800.06/1785.11	c decisions		: 25282
1800.06/1785.11	c propagations		: 187832
1800.06/1785.11	c inspects		: 219243607
1800.06/1785.11	c learnt literals	: 0
1800.06/1785.11	c learnt binary clauses	: 1
1800.06/1785.11	c learnt ternary clauses	: 3
1800.06/1785.11	c learnt clauses	: 10265
1800.06/1785.11	c ignored clauses	: 0
1800.06/1785.11	c root simplifications	: 0
1800.06/1785.11	c removed literals (reason simplification)	: 0
1800.06/1785.11	c reason swapping (by a shorter reason)	: 0
1800.06/1785.11	c Calls to reduceDB	: 1
1800.06/1785.11	c number of reductions to clauses (during analyze)	: 0
1800.06/1785.11	c number of learned constraints concerned by reduction	: 0
1800.06/1785.11	c number of learning phase by resolution	: 0
1800.06/1785.11	c number of learning phase by cutting planes	: 0
1800.06/1785.11	c speed (assignments/second)	: 244.57036905865561
1800.06/1785.11	c non guided choices	0
1800.06/1785.14	c learnt constraints type 
1800.06/1785.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 21
1800.06/1785.14	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 1
1800.06/1785.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10243
1800.06/1785.14	c constraints type 
1800.06/1785.14	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58
1800.06/1785.14	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 141
1800.06/1785.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.06/1785.14	s SATISFIABLE
1800.06/1785.14	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 -x55 x56 x57 -x58 -x59 x60 -x61 x62 x63 x64 -x65 x66 -x67 x68 x69 x70 -x71 -x72 x73 x74 x75 -x76 x77 -x78 -x79 -x80 -x81 x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 
1800.06/1785.14	c objective function=1585
1800.06/1785.14	c Total wall clock time (in seconds): 1784.922

Verifier Data

OK	1585

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661125-1276404453/watcher-2661125-1276404453 -o /tmp/evaluation-result-2661125-1276404453/solver-2661125-1276404453 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661125-1276404453.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.91 0.97 0.99 3/106 21844
/proc/meminfo: memFree=1792684/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1700 CPUtime=0
/proc/21844/stat : 21844 (java6) R 21842 21844 15035 0 -1 4194304 195 0 0 0 0 0 0 0 19 0 1 0 16046641 1740800 98 1992294400 134512640 134550932 4286846048 18446744073709551615 134521816 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21844/statm: 425 104 81 10 0 30 0

[startup+0.0411879 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 21844
/proc/meminfo: memFree=1792684/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1521352 CPUtime=0.02
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 3326 0 1 0 1 1 0 0 15 0 4 0 16046641 1557864448 2768 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 380338 2769 945 10 0 377648 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1521352

[startup+0.100187 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 21844
/proc/meminfo: memFree=1792684/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1525048 CPUtime=0.08
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 3938 0 1 0 6 2 0 0 15 0 12 0 16046641 1561649152 3377 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 381262 3377 1073 10 0 378564 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1525048

[startup+0.30136 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 21844
/proc/meminfo: memFree=1792684/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1526432 CPUtime=0.35
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 5323 0 1 0 32 3 0 0 15 0 12 0 16046641 1563066368 4759 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 381608 4759 1362 10 0 378910 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526432

[startup+0.701433 s]
/proc/loadavg: 0.91 0.97 0.99 3/106 21844
/proc/meminfo: memFree=1792684/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1532408 CPUtime=1.06
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 8061 0 1 0 101 5 0 0 15 0 13 0 16046641 1569185792 7315 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 383102 7315 1404 10 0 380404 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 1532408

[startup+1.50157 s]
/proc/loadavg: 0.91 0.97 0.99 5/119 21857
/proc/meminfo: memFree=1749180/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1541428 CPUtime=2.54
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 19831 0 1 0 244 10 0 0 15 0 13 0 16046641 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 385357 17577 1420 10 0 382659 0
[pid=21844/tid=21846] ppid=21842 vsize=1541428 CPUtime=0.89
/proc/21844/task/21846/stat : 21846 (java) R 21842 21844 15035 0 -1 4202560 12691 0 1 0 83 6 0 0 18 0 13 0 16046643 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4109661806 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=21844/tid=21847] ppid=21842 vsize=1541428 CPUtime=0
/proc/21844/task/21847/stat : 21847 (java) S 21842 21844 15035 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 13 0 16046644 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21848] ppid=21842 vsize=1541428 CPUtime=0
/proc/21844/task/21848/stat : 21848 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 16046644 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21849] ppid=21842 vsize=1541428 CPUtime=0
/proc/21844/task/21849/stat : 21849 (java) S 21842 21844 15035 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 16046646 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21850] ppid=21842 vsize=1541428 CPUtime=0
/proc/21844/task/21850/stat : 21850 (java) S 21842 21844 15035 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 13 0 16046646 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21851] ppid=21842 vsize=1541428 CPUtime=0
/proc/21844/task/21851/stat : 21851 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 16046646 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21852] ppid=21842 vsize=1541428 CPUtime=0
/proc/21844/task/21852/stat : 21852 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16046651 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21853] ppid=21842 vsize=1541428 CPUtime=0.77
/proc/21844/task/21853/stat : 21853 (java) S 21842 21844 15035 0 -1 4202560 1717 0 0 0 76 1 0 0 16 0 13 0 16046651 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21854] ppid=21842 vsize=1541428 CPUtime=0.85
/proc/21844/task/21854/stat : 21854 (java) S 21842 21844 15035 0 -1 4202560 4349 0 0 0 84 1 0 0 16 0 13 0 16046651 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21855] ppid=21842 vsize=1541428 CPUtime=0
/proc/21844/task/21855/stat : 21855 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16046651 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21856] ppid=21842 vsize=1541428 CPUtime=0
/proc/21844/task/21856/stat : 21856 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16046651 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21857] ppid=21842 vsize=1541428 CPUtime=0
/proc/21844/task/21857/stat : 21857 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16046674 1578422272 17577 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1541428

[startup+3.10184 s]
/proc/loadavg: 0.91 0.97 0.99 3/119 21857
/proc/meminfo: memFree=1665232/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1544160 CPUtime=4.86
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 42873 0 1 0 468 18 0 0 15 0 13 0 16046641 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 386040 39314 1436 10 0 383342 0
[pid=21844/tid=21846] ppid=21842 vsize=1544160 CPUtime=2.26
/proc/21844/task/21846/stat : 21846 (java) R 21842 21844 15035 0 -1 4202560 32088 0 1 0 214 12 0 0 19 0 13 0 16046643 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4109690369 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21844/tid=21847] ppid=21842 vsize=1544160 CPUtime=0.02
/proc/21844/task/21847/stat : 21847 (java) S 21842 21844 15035 0 -1 4202560 969 0 0 0 2 0 0 0 16 0 13 0 16046644 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21848] ppid=21842 vsize=1544160 CPUtime=0.01
/proc/21844/task/21848/stat : 21848 (java) S 21842 21844 15035 0 -1 4202560 680 0 0 0 1 0 0 0 15 0 13 0 16046644 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21849] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21849/stat : 21849 (java) S 21842 21844 15035 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 16046646 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21850] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21850/stat : 21850 (java) S 21842 21844 15035 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21851] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21851/stat : 21851 (java) S 21842 21844 15035 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21852] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21852/stat : 21852 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16046651 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21853] ppid=21842 vsize=1544160 CPUtime=1.19
/proc/21844/task/21853/stat : 21853 (java) S 21842 21844 15035 0 -1 4202560 1883 0 0 0 118 1 0 0 15 0 13 0 16046651 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21854] ppid=21842 vsize=1544160 CPUtime=1.32
/proc/21844/task/21854/stat : 21854 (java) S 21842 21844 15035 0 -1 4202560 6170 0 0 0 130 2 0 0 15 0 13 0 16046651 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21855] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21855/stat : 21855 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16046651 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21856] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21856/stat : 21856 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16046651 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21857] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21857/stat : 21857 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16046674 1581219840 39314 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 1544160

[startup+6.30139 s]
/proc/loadavg: 0.92 0.97 0.99 2/119 21857
/proc/meminfo: memFree=1632992/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1544160 CPUtime=8.24
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 46773 0 1 0 804 20 0 0 15 0 13 0 16046641 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 386040 43177 1436 10 0 383342 0
[pid=21844/tid=21846] ppid=21842 vsize=1544160 CPUtime=5.38
/proc/21844/task/21846/stat : 21846 (java) R 21842 21844 15035 0 -1 4202560 32094 0 1 0 525 13 0 0 21 0 13 0 16046643 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4109629254 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21844/tid=21847] ppid=21842 vsize=1544160 CPUtime=0.1
/proc/21844/task/21847/stat : 21847 (java) S 21842 21844 15035 0 -1 4202560 2998 0 0 0 9 1 0 0 16 0 13 0 16046644 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21848] ppid=21842 vsize=1544160 CPUtime=0.1
/proc/21844/task/21848/stat : 21848 (java) S 21842 21844 15035 0 -1 4202560 2522 0 0 0 9 1 0 0 16 0 13 0 16046644 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21849] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21849/stat : 21849 (java) S 21842 21844 15035 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 13 0 16046646 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21850] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21850/stat : 21850 (java) S 21842 21844 15035 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21851] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21851/stat : 21851 (java) S 21842 21844 15035 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21852] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21852/stat : 21852 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16046651 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21853] ppid=21842 vsize=1544160 CPUtime=1.3
/proc/21844/task/21853/stat : 21853 (java) S 21842 21844 15035 0 -1 4202560 1890 0 0 0 129 1 0 0 15 0 13 0 16046651 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21854] ppid=21842 vsize=1544160 CPUtime=1.32
/proc/21844/task/21854/stat : 21854 (java) S 21842 21844 15035 0 -1 4202560 6170 0 0 0 130 2 0 0 15 0 13 0 16046651 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21855] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21855/stat : 21855 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16046651 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21856] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21856/stat : 21856 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16046651 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21857] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21857/stat : 21857 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16046674 1581219840 43177 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.24
Current children cumulated vsize (KiB) 1544160

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/119 21857
/proc/meminfo: memFree=1598148/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1544160 CPUtime=14.75
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 54300 0 1 0 1452 23 0 0 15 0 13 0 16046641 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 386040 49999 1436 10 0 383342 0
[pid=21844/tid=21846] ppid=21842 vsize=1544160 CPUtime=11.66
/proc/21844/task/21846/stat : 21846 (java) R 21842 21844 15035 0 -1 4202560 34817 0 1 0 1152 14 0 0 25 0 13 0 16046643 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4109637732 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21844/tid=21847] ppid=21842 vsize=1544160 CPUtime=0.21
/proc/21844/task/21847/stat : 21847 (java) S 21842 21844 15035 0 -1 4202560 5220 0 0 0 19 2 0 0 16 0 13 0 16046644 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21848] ppid=21842 vsize=1544160 CPUtime=0.21
/proc/21844/task/21848/stat : 21848 (java) S 21842 21844 15035 0 -1 4202560 5104 0 0 0 19 2 0 0 15 0 13 0 16046644 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21849] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21849/stat : 21849 (java) S 21842 21844 15035 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 13 0 16046646 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21850] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21850/stat : 21850 (java) S 21842 21844 15035 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21851] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21851/stat : 21851 (java) S 21842 21844 15035 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21852] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21852/stat : 21852 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16046651 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21853] ppid=21842 vsize=1544160 CPUtime=1.31
/proc/21844/task/21853/stat : 21853 (java) S 21842 21844 15035 0 -1 4202560 1890 0 0 0 130 1 0 0 15 0 13 0 16046651 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21854] ppid=21842 vsize=1544160 CPUtime=1.32
/proc/21844/task/21854/stat : 21854 (java) S 21842 21844 15035 0 -1 4202560 6170 0 0 0 130 2 0 0 15 0 13 0 16046651 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21855] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21855/stat : 21855 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16046651 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21856] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21856/stat : 21856 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 16046651 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21857] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21857/stat : 21857 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16046674 1581219840 49999 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.75
Current children cumulated vsize (KiB) 1544160

[startup+25.5017 s]
/proc/loadavg: 0.94 0.97 0.99 2/119 21857
/proc/meminfo: memFree=1588352/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1544160 CPUtime=27.66
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 56737 0 1 0 2741 25 0 0 15 0 13 0 16046641 1581219840 52183 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 386040 52183 1436 10 0 383342 0
[pid=21844/tid=21846] ppid=21842 vsize=1544160 CPUtime=24.36
/proc/21844/task/21846/stat : 21846 (java) R 21842 21844 15035 0 -1 4202560 34829 0 1 0 2422 14 0 0 25 0 13 0 16046643 1581219840 52183 1992294400 134512640 134550932 4289228704 18446744073709551615 4110011776 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21844/tid=21847] ppid=21842 vsize=1544160 CPUtime=0.28
/proc/21844/task/21847/stat : 21847 (java) S 21842 21844 15035 0 -1 4202560 6383 0 0 0 26 2 0 0 16 0 13 0 16046644 1581219840 52183 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21848] ppid=21842 vsize=1544160 CPUtime=0.29
/proc/21844/task/21848/stat : 21848 (java) S 21842 21844 15035 0 -1 4202560 6366 0 0 0 26 3 0 0 15 0 13 0 16046644 1581219840 52183 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21849] ppid=21842 vsize=1544160 CPUtime=0

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

[pid=21844/tid=21850] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21850/stat : 21850 (java) S 21842 21844 15035 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 120448 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21851] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21851/stat : 21851 (java) S 21842 21844 15035 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 120448 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21852] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21852/stat : 21852 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16046651 1581219840 120448 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21853] ppid=21842 vsize=1544160 CPUtime=1.49
/proc/21844/task/21853/stat : 21853 (java) S 21842 21844 15035 0 -1 4202560 1904 0 0 0 148 1 0 0 16 0 13 0 16046651 1581219840 120448 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21854] ppid=21842 vsize=1544160 CPUtime=1.34
/proc/21844/task/21854/stat : 21854 (java) S 21842 21844 15035 0 -1 4202560 6174 0 0 0 132 2 0 0 15 0 13 0 16046651 1581219840 120448 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21855] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21855/stat : 21855 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16046651 1581219840 120448 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21856] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21856/stat : 21856 (java) S 21842 21844 15035 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 16046651 1581219840 120448 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21857] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21857/stat : 21857 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16046674 1581219840 120448 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1617
Current children cumulated vsize (KiB) 1544160

[startup+1662.3 s]
/proc/loadavg: 1.00 1.05 1.01 2/119 21913
/proc/meminfo: memFree=1310840/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1544160 CPUtime=1677.04
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 132027 0 1 0 167622 82 0 0 15 0 13 0 16046641 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 386040 120929 1446 10 0 383342 0
[pid=21844/tid=21846] ppid=21842 vsize=1544160 CPUtime=1646.59
/proc/21844/task/21846/stat : 21846 (java) R 21842 21844 15035 0 -1 4202560 35834 0 1 0 164642 17 0 0 25 0 13 0 16046643 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4110040838 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21844/tid=21847] ppid=21842 vsize=1544160 CPUtime=13.6
/proc/21844/task/21847/stat : 21847 (java) S 21842 21844 15035 0 -1 4202560 43387 0 0 0 1333 27 0 0 15 0 13 0 16046644 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21848] ppid=21842 vsize=1544160 CPUtime=13.54
/proc/21844/task/21848/stat : 21848 (java) S 21842 21844 15035 0 -1 4202560 43232 0 0 0 1329 25 0 0 16 0 13 0 16046644 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21849] ppid=21842 vsize=1544160 CPUtime=0.42
/proc/21844/task/21849/stat : 21849 (java) S 21842 21844 15035 0 -1 4202560 323 0 0 0 35 7 0 0 15 0 13 0 16046646 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21850] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21850/stat : 21850 (java) S 21842 21844 15035 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21851] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21851/stat : 21851 (java) S 21842 21844 15035 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21852] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21852/stat : 21852 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16046651 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21853] ppid=21842 vsize=1544160 CPUtime=1.49
/proc/21844/task/21853/stat : 21853 (java) S 21842 21844 15035 0 -1 4202560 1904 0 0 0 148 1 0 0 16 0 13 0 16046651 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21854] ppid=21842 vsize=1544160 CPUtime=1.34
/proc/21844/task/21854/stat : 21854 (java) S 21842 21844 15035 0 -1 4202560 6174 0 0 0 132 2 0 0 15 0 13 0 16046651 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21855] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21855/stat : 21855 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16046651 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21856] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21856/stat : 21856 (java) S 21842 21844 15035 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 16046651 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21857] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21857/stat : 21857 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16046674 1581219840 120929 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1677.04
Current children cumulated vsize (KiB) 1544160

[startup+1722.3 s]
/proc/loadavg: 1.00 1.04 1.01 2/119 21915
/proc/meminfo: memFree=1302532/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1544160 CPUtime=1737.18
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 134208 0 1 0 173634 84 0 0 15 0 13 0 16046641 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 386040 123097 1446 10 0 383342 0
[pid=21844/tid=21846] ppid=21842 vsize=1544160 CPUtime=1706.39
/proc/21844/task/21846/stat : 21846 (java) R 21842 21844 15035 0 -1 4202560 35841 0 1 0 170622 17 0 0 25 0 13 0 16046643 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4110041005 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21844/tid=21847] ppid=21842 vsize=1544160 CPUtime=13.77
/proc/21844/task/21847/stat : 21847 (java) S 21842 21844 15035 0 -1 4202560 44592 0 0 0 1350 27 0 0 15 0 13 0 16046644 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21848] ppid=21842 vsize=1544160 CPUtime=13.7
/proc/21844/task/21848/stat : 21848 (java) S 21842 21844 15035 0 -1 4202560 44195 0 0 0 1345 25 0 0 16 0 13 0 16046644 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21849] ppid=21842 vsize=1544160 CPUtime=0.42
/proc/21844/task/21849/stat : 21849 (java) S 21842 21844 15035 0 -1 4202560 327 0 0 0 35 7 0 0 15 0 13 0 16046646 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21850] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21850/stat : 21850 (java) S 21842 21844 15035 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21851] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21851/stat : 21851 (java) S 21842 21844 15035 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21852] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21852/stat : 21852 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16046651 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21853] ppid=21842 vsize=1544160 CPUtime=1.49
/proc/21844/task/21853/stat : 21853 (java) S 21842 21844 15035 0 -1 4202560 1904 0 0 0 148 1 0 0 16 0 13 0 16046651 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21854] ppid=21842 vsize=1544160 CPUtime=1.34
/proc/21844/task/21854/stat : 21854 (java) S 21842 21844 15035 0 -1 4202560 6174 0 0 0 132 2 0 0 15 0 13 0 16046651 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21855] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21855/stat : 21855 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16046651 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21856] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21856/stat : 21856 (java) S 21842 21844 15035 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 16046651 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21857] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21857/stat : 21857 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16046674 1581219840 123097 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1737.18
Current children cumulated vsize (KiB) 1544160

[startup+1782.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/119 21917
/proc/meminfo: memFree=1296704/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1544160 CPUtime=1797.25
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 135613 0 1 0 179641 84 0 0 15 0 13 0 16046641 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 386040 124478 1446 10 0 383342 0
[pid=21844/tid=21846] ppid=21842 vsize=1544160 CPUtime=1766.26
/proc/21844/task/21846/stat : 21846 (java) R 21842 21844 15035 0 -1 4202560 35845 0 1 0 176609 17 0 0 25 0 13 0 16046643 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4109677974 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21844/tid=21847] ppid=21842 vsize=1544160 CPUtime=13.87
/proc/21844/task/21847/stat : 21847 (java) S 21842 21844 15035 0 -1 4202560 44904 0 0 0 1360 27 0 0 15 0 13 0 16046644 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21848] ppid=21842 vsize=1544160 CPUtime=13.81
/proc/21844/task/21848/stat : 21848 (java) S 21842 21844 15035 0 -1 4202560 45276 0 0 0 1355 26 0 0 16 0 13 0 16046644 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21849] ppid=21842 vsize=1544160 CPUtime=0.42
/proc/21844/task/21849/stat : 21849 (java) S 21842 21844 15035 0 -1 4202560 331 0 0 0 35 7 0 0 15 0 13 0 16046646 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21850] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21850/stat : 21850 (java) S 21842 21844 15035 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21851] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21851/stat : 21851 (java) S 21842 21844 15035 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21852] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21852/stat : 21852 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21853] ppid=21842 vsize=1544160 CPUtime=1.49
/proc/21844/task/21853/stat : 21853 (java) S 21842 21844 15035 0 -1 4202560 1904 0 0 0 148 1 0 0 16 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21854] ppid=21842 vsize=1544160 CPUtime=1.34
/proc/21844/task/21854/stat : 21854 (java) S 21842 21844 15035 0 -1 4202560 6174 0 0 0 132 2 0 0 15 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21855] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21855/stat : 21855 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21856] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21856/stat : 21856 (java) S 21842 21844 15035 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21857] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21857/stat : 21857 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16046674 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1797.25
Current children cumulated vsize (KiB) 1544160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.1 s]
/proc/loadavg: 1.00 1.03 1.00 2/119 21917
/proc/meminfo: memFree=1296704/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=1544160 CPUtime=1800.06
/proc/21844/stat : 21844 (java) S 21842 21844 15035 0 -1 4202496 135613 0 1 0 179922 84 0 0 15 0 13 0 16046641 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 386040 124478 1446 10 0 383342 0
[pid=21844/tid=21846] ppid=21842 vsize=1544160 CPUtime=1769.07
/proc/21844/task/21846/stat : 21846 (java) R 21842 21844 15035 0 -1 4202560 35845 0 1 0 176890 17 0 0 25 0 13 0 16046643 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4109678048 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21844/tid=21847] ppid=21842 vsize=1544160 CPUtime=13.87
/proc/21844/task/21847/stat : 21847 (java) S 21842 21844 15035 0 -1 4202560 44904 0 0 0 1360 27 0 0 15 0 13 0 16046644 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21848] ppid=21842 vsize=1544160 CPUtime=13.81
/proc/21844/task/21848/stat : 21848 (java) S 21842 21844 15035 0 -1 4202560 45276 0 0 0 1355 26 0 0 16 0 13 0 16046644 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21849] ppid=21842 vsize=1544160 CPUtime=0.42
/proc/21844/task/21849/stat : 21849 (java) S 21842 21844 15035 0 -1 4202560 331 0 0 0 35 7 0 0 15 0 13 0 16046646 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 0 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21850] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21850/stat : 21850 (java) S 21842 21844 15035 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21851] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21851/stat : 21851 (java) S 21842 21844 15035 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 16046646 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21852] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21852/stat : 21852 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21853] ppid=21842 vsize=1544160 CPUtime=1.49
/proc/21844/task/21853/stat : 21853 (java) S 21842 21844 15035 0 -1 4202560 1904 0 0 0 148 1 0 0 16 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21854] ppid=21842 vsize=1544160 CPUtime=1.34
/proc/21844/task/21854/stat : 21854 (java) S 21842 21844 15035 0 -1 4202560 6174 0 0 0 132 2 0 0 15 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21855] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21855/stat : 21855 (java) S 21842 21844 15035 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
[pid=21844/tid=21856] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21856/stat : 21856 (java) S 21842 21844 15035 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 13 0 16046651 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 1 0 0 0
[pid=21844/tid=21857] ppid=21842 vsize=1544160 CPUtime=0
/proc/21844/task/21857/stat : 21857 (java) S 21842 21844 15035 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 16046674 1581219840 124478 1992294400 134512640 134550932 4289228704 18446744073709551615 4294960144 0 4 0 16800975 18446604437837065280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1544160

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

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

[startup+1785.22 s]
/proc/loadavg: 1.00 1.03 1.00 2/109 21920
/proc/meminfo: memFree=1548820/2059040 swapFree=4165864/4192956
[pid=21844] ppid=21842 vsize=0 CPUtime=1800.21
/proc/21844/stat : 21844 (java) Z 21842 21844 15035 0 -1 4203548 135636 0 1 0 179933 88 0 0 15 0 2 0 16046641 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21844/statm: 0 0 0 0 0 0 0
[pid=21844/tid=21919] ppid=21842 vsize=0 CPUtime=0.02
/proc/21844/task/21919/stat : 21919 (java) R 21842 21844 15035 0 -1 4203588 10 0 0 0 0 2 0 0 19 0 2 0 16225153 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1785.24
CPU time (s): 1800.25
CPU user time (s): 1799.34
CPU system time (s): 0.907861
CPU usage (%): 100.84
Max. virtual memory (cumulated for all children) (KiB): 1545524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 0.907861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135636
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= 43711
involuntary context switches= 41506

runsolver used 3.66544 second user time and 9.44256 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-13 06:47:33
IDJOB=2661125
IDBENCH=2023
IDSOLVER=1165
FILE ID=node014/2661125-1276404453
PBS_JOBID= 11173259
Free space on /tmp= 62464 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cc.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661125-1276404453/watcher-2661125-1276404453 -o /tmp/evaluation-result-2661125-1276404453/solver-2661125-1276404453 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661125-1276404453.opb

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

MD5SUM BENCH= 2dad588c047f66368bead690393575a4
RANDOM SEED=1890304217

node014.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.258
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.51
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.258
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:       1793080 kB
Buffers:         22340 kB
Cached:         132508 kB
SwapCached:       1640 kB
Active:         104420 kB
Inactive:        84892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1793080 kB
SwapTotal:     4192956 kB
SwapFree:      4165864 kB
Dirty:             296 kB
Writeback:           0 kB
AnonPages:       32864 kB
Mapped:          15104 kB
Slab:            54804 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183016 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= 62464 MiB
End job on node014 at 2010-06-13 07:17:20