Trace number 2661122

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)795 1800.69 1796.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cm42a.opb
MD5SUMfbb7284250700e8b461b63d83ddce719
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark694
Best CPU time to get the best result obtained on this benchmark0.020996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 694
Optimality of the best value was proved YES
Number of variables99
Total number of constraints185
Number of constraints which are clauses185
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 constraint2
Maximum length of a constraint20
Number of terms in the objective function 99
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 4087
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 4087
Number of bits of the biggest sum of numbers12
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.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c solving HOME/instance-2661122-1276403363.opb
0.25/0.21	c reading problem ... 
0.25/0.28	c ... done. Wall clock time 0.074s.
0.25/0.28	c #vars     99
0.25/0.28	c #constraints  185
0.25/0.28	c constraints type 
0.25/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 97
0.25/0.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88
0.37/0.30	c SATISFIABLE
0.37/0.30	c OPTIMIZING...
0.37/0.30	c Got one! Elapsed wall clock time (in seconds):0.089
0.37/0.30	o 924
0.54/0.42	c Got one! Elapsed wall clock time (in seconds):0.209
0.54/0.42	o 913
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.408
0.94/0.62	o 897
1.54/0.92	c Got one! Elapsed wall clock time (in seconds):0.711
1.54/0.92	o 894
2.33/1.32	c Got one! Elapsed wall clock time (in seconds):1.114
2.33/1.32	o 893
2.73/1.54	c Got one! Elapsed wall clock time (in seconds):1.333
2.73/1.54	o 889
3.53/1.99	c Got one! Elapsed wall clock time (in seconds):1.784
3.53/1.99	o 887
4.14/2.28	c Got one! Elapsed wall clock time (in seconds):2.07
4.14/2.28	o 882
4.52/2.43	c Got one! Elapsed wall clock time (in seconds):2.224
4.52/2.43	o 872
4.72/2.58	c Got one! Elapsed wall clock time (in seconds):2.366
4.72/2.58	o 862
8.17/5.11	c Got one! Elapsed wall clock time (in seconds):4.903
8.17/5.11	o 857
11.35/8.28	c Got one! Elapsed wall clock time (in seconds):8.066
11.35/8.28	o 852
14.59/11.49	c Got one! Elapsed wall clock time (in seconds):11.275
14.59/11.49	o 849
18.82/15.62	c Got one! Elapsed wall clock time (in seconds):15.409
18.82/15.62	o 836
33.13/29.84	c Got one! Elapsed wall clock time (in seconds):29.627
33.13/29.84	o 831
41.39/38.03	c Got one! Elapsed wall clock time (in seconds):37.815
41.39/38.03	o 811
54.94/51.56	c Got one! Elapsed wall clock time (in seconds):51.351
54.94/51.56	o 802
78.28/74.73	c Got one! Elapsed wall clock time (in seconds):74.517
78.28/74.73	o 797
119.52/115.59	c Got one! Elapsed wall clock time (in seconds):115.383
119.52/115.59	o 795
138.08/133.95	c cleaning 0 clauses out of 5000 with flag 0/5001
1800.47/1796.17	c starts		: 39
1800.47/1796.17	c conflicts		: 5435
1800.47/1796.17	c decisions		: 15847
1800.47/1796.17	c propagations		: 93519
1800.47/1796.17	c inspects		: 59320399
1800.47/1796.17	c learnt literals	: 1
1800.47/1796.17	c learnt binary clauses	: 6
1800.47/1796.17	c learnt ternary clauses	: 4
1800.47/1796.17	c learnt clauses	: 5433
1800.47/1796.17	c ignored clauses	: 0
1800.47/1796.17	c root simplifications	: 0
1800.47/1796.17	c removed literals (reason simplification)	: 0
1800.47/1796.17	c reason swapping (by a shorter reason)	: 0
1800.47/1796.17	c Calls to reduceDB	: 1
1800.47/1796.17	c number of reductions to clauses (during analyze)	: 0
1800.47/1796.17	c number of learned constraints concerned by reduction	: 0
1800.47/1796.17	c number of learning phase by resolution	: 0
1800.47/1796.17	c number of learning phase by cutting planes	: 0
1800.47/1796.17	c speed (assignments/second)	: 55.646893124333936
1800.47/1796.17	c non guided choices	0
1800.47/1796.18	c learnt constraints type 
1800.47/1796.18	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 19
1800.47/1796.18	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 6
1800.47/1796.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5408
1800.47/1796.18	c constraints type 
1800.47/1796.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 97
1800.47/1796.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 88
1800.47/1796.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.47/1796.18	s SATISFIABLE
1800.47/1796.18	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 
1800.47/1796.18	c objective function=795
1800.47/1796.18	c Total wall clock time (in seconds): 1795.975

Verifier Data

OK	795

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661122-1276403363/watcher-2661122-1276403363 -o /tmp/evaluation-result-2661122-1276403363/solver-2661122-1276403363 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661122-1276403363.opb 

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


[startup+0 s]
/proc/loadavg: 1.08 1.04 1.01 3/106 19831
/proc/meminfo: memFree=1772856/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1700 CPUtime=0
/proc/19831/stat : 19831 (java6) R 19829 19831 13161 0 -1 4194304 201 0 0 0 0 0 0 0 23 0 1 0 15940143 1740800 105 1992294400 134512640 134550932 4288039680 18446744073709551615 5294240 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19831/statm: 425 109 85 10 0 30 0

[startup+0.0834321 s]
/proc/loadavg: 1.08 1.04 1.01 3/106 19831
/proc/meminfo: memFree=1772856/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1521796 CPUtime=0.06
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 3784 0 1 0 4 2 0 0 18 0 7 0 15940143 1558319104 3225 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 380449 3225 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101226 s]
/proc/loadavg: 1.08 1.04 1.01 3/106 19831
/proc/meminfo: memFree=1772856/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1524024 CPUtime=0.08
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 3937 0 1 0 6 2 0 0 18 0 12 0 15940143 1560600576 3376 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 381006 3376 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300744 s]
/proc/loadavg: 1.08 1.04 1.01 3/106 19831
/proc/meminfo: memFree=1772856/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1526744 CPUtime=0.37
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 5414 0 1 0 35 2 0 0 18 0 13 0 15940143 1563385856 4851 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 381686 4851 1362 10 0 378988 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526744

[startup+0.700735 s]
/proc/loadavg: 1.08 1.04 1.01 3/106 19831
/proc/meminfo: memFree=1772856/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1529872 CPUtime=1.15
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 7935 0 1 0 111 4 0 0 18 0 13 0 15940143 1566588928 6946 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 382468 6946 1405 10 0 379770 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 1529872

[startup+1.50172 s]
/proc/loadavg: 1.16 1.06 1.01 4/119 19844
/proc/meminfo: memFree=1734312/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1538104 CPUtime=2.73
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 22292 0 1 0 264 9 0 0 18 0 13 0 15940143 1575018496 20327 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 384526 20327 1422 10 0 381828 0
[pid=19831/tid=19833] ppid=19829 vsize=1538104 CPUtime=1.46
/proc/19831/task/19833/stat : 19833 (java) R 19829 19831 13161 0 -1 4202560 16508 0 1 0 140 6 0 0 18 0 13 0 15940145 1575018496 20327 1992294400 134512640 134550932 4287789424 18446744073709551615 4109783590 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1538104 CPUtime=0
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 13161 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 15940146 1575018496 20328 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1538104 CPUtime=0
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 13161 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 15940146 1575018496 20328 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1538104 CPUtime=0
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 13161 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 15940148 1575018496 20328 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1538104 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 13161 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 15940149 1575018496 20329 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1538104 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 15940149 1575018496 20329 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1538104 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1575018496 20329 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1538104 CPUtime=0.86
/proc/19831/task/19840/stat : 19840 (java) R 19829 19831 13161 0 -1 4202560 3336 0 0 0 85 1 0 0 18 0 13 0 15940153 1575018496 20331 1992294400 134512640 134550932 4287789424 18446744073709551615 102095729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1538104 CPUtime=0.38
/proc/19831/task/19841/stat : 19841 (java) R 19829 19831 13161 0 -1 4202560 1377 0 0 0 38 0 0 0 25 0 13 0 15940153 1575018496 20331 1992294400 134512640 134550932 4287789424 18446744073709551615 106119747 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1538104 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1575018496 20333 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1538104 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 13161 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 15940153 1575018496 20334 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1538104 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 15940173 1575018496 20335 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 1538104

[startup+3.10168 s]
/proc/loadavg: 1.16 1.06 1.01 5/119 19844
/proc/meminfo: memFree=1647264/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1546700 CPUtime=5.92
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 41577 0 1 0 576 16 0 0 18 0 13 0 15940143 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 386675 38423 1438 10 0 383977 0
[pid=19831/tid=19833] ppid=19829 vsize=1546700 CPUtime=2.71
/proc/19831/task/19833/stat : 19833 (java) R 19829 19831 13161 0 -1 4202560 32100 0 1 0 259 12 0 0 18 0 13 0 15940145 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4109811889 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1546700 CPUtime=0.01
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 13161 0 -1 4202560 559 0 0 0 1 0 0 0 17 0 13 0 15940146 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1546700 CPUtime=0
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 13161 0 -1 4202560 21 0 0 0 0 0 0 0 18 0 13 0 15940146 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1546700 CPUtime=0
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 13161 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 15940148 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1546700 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 13161 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 15940149 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1546700 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 15940149 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1546700 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1546700 CPUtime=2.4
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 13161 0 -1 4202560 4142 0 0 0 239 1 0 0 21 0 13 0 15940153 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1546700 CPUtime=0.76
/proc/19831/task/19841/stat : 19841 (java) R 19829 19831 13161 0 -1 4202560 3678 0 0 0 75 1 0 0 18 0 13 0 15940153 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 104161362 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1546700 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1546700 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 13161 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 15940153 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1546700 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 15940173 1583820800 38423 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1546700

[startup+6.30061 s]
/proc/loadavg: 1.14 1.06 1.01 2/119 19844
/proc/meminfo: memFree=1617132/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1542588 CPUtime=9.41
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 46477 0 1 0 921 20 0 0 18 0 13 0 15940143 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 385647 41679 1438 10 0 382949 0
[pid=19831/tid=19833] ppid=19829 vsize=1542588 CPUtime=5.8
/proc/19831/task/19833/stat : 19833 (java) R 19829 19831 13161 0 -1 4202560 32107 0 1 0 568 12 0 0 25 0 13 0 15940145 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4109840838 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1542588 CPUtime=0.09
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 13161 0 -1 4202560 2630 0 0 0 8 1 0 0 16 0 13 0 15940146 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1542588 CPUtime=0.08
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 13161 0 -1 4202560 2125 0 0 0 7 1 0 0 16 0 13 0 15940146 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 13161 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 15940148 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 13161 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1542588 CPUtime=2.43
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 13161 0 -1 4202560 4143 0 0 0 242 1 0 0 15 0 13 0 15940153 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1542588 CPUtime=0.96
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 13161 0 -1 4202560 4375 0 0 0 95 1 0 0 15 0 13 0 15940153 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 13161 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 15940153 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 15940173 1579610112 41679 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.41
Current children cumulated vsize (KiB) 1542588

[startup+12.7015 s]
/proc/loadavg: 1.13 1.06 1.01 2/119 19844
/proc/meminfo: memFree=1584892/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1542588 CPUtime=15.91
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 53552 0 1 0 1568 23 0 0 18 0 13 0 15940143 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 385647 48206 1438 10 0 382949 0
[pid=19831/tid=19833] ppid=19829 vsize=1542588 CPUtime=12.09
/proc/19831/task/19833/stat : 19833 (java) R 19829 19831 13161 0 -1 4202560 35314 0 1 0 1196 13 0 0 25 0 13 0 15940145 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4109841130 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1542588 CPUtime=0.19
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 13161 0 -1 4202560 4710 0 0 0 16 3 0 0 15 0 13 0 15940146 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1542588 CPUtime=0.16
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 13161 0 -1 4202560 3913 0 0 0 15 1 0 0 16 0 13 0 15940146 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 13161 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 13 0 15940148 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 13161 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1542588 CPUtime=2.43
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 13161 0 -1 4202560 4143 0 0 0 242 1 0 0 15 0 13 0 15940153 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1542588 CPUtime=0.97
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 13161 0 -1 4202560 4375 0 0 0 96 1 0 0 15 0 13 0 15940153 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 13161 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 15940153 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 15940173 1579610112 48206 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 1542588

[startup+25.5012 s]
/proc/loadavg: 1.10 1.05 1.01 2/119 19844
/proc/meminfo: memFree=1578196/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1542588 CPUtime=28.77
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 55262 0 1 0 2852 25 0 0 18 0 13 0 15940143 1579610112 49760 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 385647 49760 1438 10 0 382949 0
[pid=19831/tid=19833] ppid=19829 vsize=1542588 CPUtime=24.8
/proc/19831/task/19833/stat : 19833 (java) R 19829 19831 13161 0 -1 4202560 35328 0 1 0 2466 14 0 0 25 0 13 0 15940145 1579610112 49760 1992294400 134512640 134550932 4287789424 18446744073709551615 4109841104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1542588 CPUtime=0.25
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 13161 0 -1 4202560 5601 0 0 0 22 3 0 0 16 0 13 0 15940146 1579610112 49760 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1542588 CPUtime=0.24
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 13161 0 -1 4202560 4718 0 0 0 22 2 0 0 15 0 13 0 15940146 1579610112 49760 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1542588 CPUtime=0

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

[pid=19831/tid=19837] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 13161 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1542588 CPUtime=2.45
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 13161 0 -1 4202560 4143 0 0 0 244 1 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1542588 CPUtime=1.4
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 13161 0 -1 4202560 5728 0 0 0 138 2 0 0 16 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 13161 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 15940173 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.57
Current children cumulated vsize (KiB) 1542588

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 19888
/proc/meminfo: memFree=1467340/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1542588 CPUtime=1666.54
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 86838 0 1 0 166599 55 0 0 18 0 13 0 15940143 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 385647 76995 1448 10 0 382949 0
[pid=19831/tid=19833] ppid=19829 vsize=1542588 CPUtime=1659.39
/proc/19831/task/19833/stat : 19833 (java) R 19829 19831 13161 0 -1 4202560 35830 0 1 0 165915 24 0 0 25 0 13 0 15940145 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4109830643 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1542588 CPUtime=1.53
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 13161 0 -1 4202560 20081 0 0 0 140 13 0 0 16 0 13 0 15940146 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1542588 CPUtime=1.51
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 13161 0 -1 4202560 19654 0 0 0 141 10 0 0 15 0 13 0 15940146 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1542588 CPUtime=0.19
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 13161 0 -1 4202560 238 0 0 0 18 1 0 0 15 0 13 0 15940148 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 13161 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1542588 CPUtime=2.45
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 13161 0 -1 4202560 4143 0 0 0 244 1 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1542588 CPUtime=1.4
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 13161 0 -1 4202560 5728 0 0 0 138 2 0 0 16 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 13161 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 15940173 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1666.54
Current children cumulated vsize (KiB) 1542588

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 19890
/proc/meminfo: memFree=1467216/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1542588 CPUtime=1726.52
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 86842 0 1 0 172596 56 0 0 18 0 13 0 15940143 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 385647 76995 1448 10 0 382949 0
[pid=19831/tid=19833] ppid=19829 vsize=1542588 CPUtime=1719.37
/proc/19831/task/19833/stat : 19833 (java) R 19829 19831 13161 0 -1 4202560 35830 0 1 0 171912 25 0 0 25 0 13 0 15940145 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4109830643 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1542588 CPUtime=1.53
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 13161 0 -1 4202560 20081 0 0 0 140 13 0 0 16 0 13 0 15940146 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1542588 CPUtime=1.51
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 13161 0 -1 4202560 19654 0 0 0 141 10 0 0 15 0 13 0 15940146 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1542588 CPUtime=0.19
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 13161 0 -1 4202560 238 0 0 0 18 1 0 0 15 0 13 0 15940148 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 13161 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1542588 CPUtime=2.45
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 13161 0 -1 4202560 4143 0 0 0 244 1 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1542588 CPUtime=1.4
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 13161 0 -1 4202560 5728 0 0 0 138 2 0 0 16 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 13161 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 15940173 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1726.52
Current children cumulated vsize (KiB) 1542588

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 19890
/proc/meminfo: memFree=1467092/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1542588 CPUtime=1786.5
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 86846 0 1 0 178594 56 0 0 18 0 13 0 15940143 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 385647 76995 1448 10 0 382949 0
[pid=19831/tid=19833] ppid=19829 vsize=1542588 CPUtime=1779.35
/proc/19831/task/19833/stat : 19833 (java) R 19829 19831 13161 0 -1 4202560 35830 0 1 0 177910 25 0 0 25 0 13 0 15940145 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4110099517 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1542588 CPUtime=1.53
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 13161 0 -1 4202560 20081 0 0 0 140 13 0 0 16 0 13 0 15940146 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1542588 CPUtime=1.51
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 13161 0 -1 4202560 19654 0 0 0 141 10 0 0 15 0 13 0 15940146 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1542588 CPUtime=0.19
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 13161 0 -1 4202560 238 0 0 0 18 1 0 0 15 0 13 0 15940148 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 13161 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1542588 CPUtime=2.45
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 13161 0 -1 4202560 4143 0 0 0 244 1 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1542588 CPUtime=1.4
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 13161 0 -1 4202560 5728 0 0 0 138 2 0 0 16 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 13161 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 15940173 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.5
Current children cumulated vsize (KiB) 1542588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 19892
/proc/meminfo: memFree=1467092/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=1542588 CPUtime=1800.1
/proc/19831/stat : 19831 (java) S 19829 19831 13161 0 -1 4202496 86846 0 1 0 179954 56 0 0 18 0 13 0 15940143 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 385647 76995 1448 10 0 382949 0
[pid=19831/tid=19833] ppid=19829 vsize=1542588 CPUtime=1792.95
/proc/19831/task/19833/stat : 19833 (java) R 19829 19831 13161 0 -1 4202560 35830 0 1 0 179270 25 0 0 25 0 13 0 15940145 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4109830742 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19831/tid=19834] ppid=19829 vsize=1542588 CPUtime=1.53
/proc/19831/task/19834/stat : 19834 (java) S 19829 19831 13161 0 -1 4202560 20081 0 0 0 140 13 0 0 16 0 13 0 15940146 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19835] ppid=19829 vsize=1542588 CPUtime=1.51
/proc/19831/task/19835/stat : 19835 (java) S 19829 19831 13161 0 -1 4202560 19654 0 0 0 141 10 0 0 15 0 13 0 15940146 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19836] ppid=19829 vsize=1542588 CPUtime=0.19
/proc/19831/task/19836/stat : 19836 (java) S 19829 19831 13161 0 -1 4202560 238 0 0 0 18 1 0 0 15 0 13 0 15940148 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 0 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19837] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19837/stat : 19837 (java) S 19829 19831 13161 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19838] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19838/stat : 19838 (java) S 19829 19831 13161 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 15940149 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19839] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19839/stat : 19839 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19840] ppid=19829 vsize=1542588 CPUtime=2.45
/proc/19831/task/19840/stat : 19840 (java) S 19829 19831 13161 0 -1 4202560 4143 0 0 0 244 1 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19841] ppid=19829 vsize=1542588 CPUtime=1.4
/proc/19831/task/19841/stat : 19841 (java) S 19829 19831 13161 0 -1 4202560 5728 0 0 0 138 2 0 0 16 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19842/stat : 19842 (java) S 19829 19831 13161 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 0 0 0 0
[pid=19831/tid=19843] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19843/stat : 19843 (java) S 19829 19831 13161 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 15940153 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
[pid=19831/tid=19844] ppid=19829 vsize=1542588 CPUtime=0
/proc/19831/task/19844/stat : 19844 (java) S 19829 19831 13161 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 15940173 1579610112 76995 1992294400 134512640 134550932 4287789424 18446744073709551615 4294960144 0 4 0 16800975 18446604437851575552 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1542588

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

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

[startup+1796.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/109 19895
/proc/meminfo: memFree=1528100/2059040 swapFree=4163504/4192956
[pid=19831] ppid=19829 vsize=0 CPUtime=1800.66
/proc/19831/stat : 19831 (java) Z 19829 19831 13161 0 -1 4203548 87363 0 1 0 179993 73 0 0 15 0 2 0 15940143 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19831/statm: 0 0 0 0 0 0 0
[pid=19831/tid=19842] ppid=19829 vsize=0 CPUtime=0.01
/proc/19831/task/19842/stat : 19842 (java) R 19829 19831 13161 0 -1 4203588 1 0 0 0 0 1 0 0 18 0 2 0 15940153 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.66
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.23
CPU time (s): 1800.69
CPU user time (s): 1799.94
CPU system time (s): 0.751885
CPU usage (%): 100.248
Max. virtual memory (cumulated for all children) (KiB): 1546708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.94
system time used= 0.751885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87363
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= 38079
involuntary context switches= 45722

runsolver used 4.08438 second user time and 9.1766 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-13 06:29:23
IDJOB=2661122
IDBENCH=2019
IDSOLVER=1165
FILE ID=node004/2661122-1276403363
PBS_JOBID= 11173261
Free space on /tmp= 62536 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-cm42a.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661122-1276403363/watcher-2661122-1276403363 -o /tmp/evaluation-result-2661122-1276403363/solver-2661122-1276403363 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661122-1276403363.opb

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

MD5SUM BENCH= fbb7284250700e8b461b63d83ddce719
RANDOM SEED=799836191

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1773128 kB
Buffers:         40656 kB
Cached:         147164 kB
SwapCached:       1724 kB
Active:         117356 kB
Inactive:       102236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1773128 kB
SwapTotal:     4192956 kB
SwapFree:      4163504 kB
Dirty:             300 kB
Writeback:          32 kB
AnonPages:       29992 kB
Mapped:          14204 kB
Slab:            44352 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182408 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= 62536 MiB
End job on node004 at 2010-06-13 06:59:21