Trace number 2660732

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)553 1800.16 1773.72

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1789.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
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@16fd0b7
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-2660732-1276613408.opb
0.22/0.22	c reading problem ... 
0.22/0.29	c ... done. Wall clock time 0.07s.
0.22/0.29	c #vars     120
0.22/0.29	c #constraints  10
0.22/0.29	c constraints type 
0.22/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
4.34/2.41	c SATISFIABLE
4.34/2.41	c OPTIMIZING...
4.34/2.41	c Got one! Elapsed wall clock time (in seconds):2.194
4.34/2.41	o 1904
4.90/2.98	c Got one! Elapsed wall clock time (in seconds):2.765
4.90/2.98	o 1382
5.99/3.88	c Got one! Elapsed wall clock time (in seconds):3.661
5.99/3.88	o 1341
6.71/4.60	c Got one! Elapsed wall clock time (in seconds):4.379
6.71/4.60	o 1334
8.07/5.86	c Got one! Elapsed wall clock time (in seconds):5.643
8.07/5.86	o 1280
11.11/8.80	c Got one! Elapsed wall clock time (in seconds):8.585
11.11/8.80	o 1278
13.36/10.94	c Got one! Elapsed wall clock time (in seconds):10.726
13.36/10.94	o 1230
22.71/20.06	c Got one! Elapsed wall clock time (in seconds):19.843
22.71/20.06	o 1228
28.54/25.84	c Got one! Elapsed wall clock time (in seconds):25.626
28.54/25.84	o 1124
67.09/64.28	c Got one! Elapsed wall clock time (in seconds):64.068
67.09/64.28	o 1098
80.27/77.33	c Got one! Elapsed wall clock time (in seconds):77.118
80.27/77.33	o 763
107.74/104.65	c Got one! Elapsed wall clock time (in seconds):104.436
107.74/104.65	o 600
147.32/143.89	c Got one! Elapsed wall clock time (in seconds):143.674
147.32/143.89	o 598
189.66/185.85	c Got one! Elapsed wall clock time (in seconds):185.638
189.66/185.86	o 596
225.32/221.12	c cleaning 0 clauses out of 5002 with flag 0/5002
280.39/275.95	c Got one! Elapsed wall clock time (in seconds):275.736
280.39/275.95	o 592
343.30/338.24	c Got one! Elapsed wall clock time (in seconds):338.026
343.30/338.24	o 578
369.82/364.48	c Got one! Elapsed wall clock time (in seconds):364.261
369.82/364.48	o 573
415.98/410.02	c Got one! Elapsed wall clock time (in seconds):409.806
415.98/410.02	o 568
585.77/577.66	c Got one! Elapsed wall clock time (in seconds):577.442
585.77/577.66	o 557
1269.98/1252.12	c cleaning 0 clauses out of 11003 with flag 0/11003
1444.38/1425.35	c Got one! Elapsed wall clock time (in seconds):1425.132
1444.38/1425.35	o 553
1800.01/1773.61	c starts		: 55
1800.01/1773.61	c conflicts		: 12339
1800.01/1773.61	c decisions		: 18577
1800.01/1773.61	c propagations		: 112544
1800.01/1773.61	c inspects		: 258385274
1800.01/1773.61	c learnt literals	: 0
1800.01/1773.61	c learnt binary clauses	: 0
1800.01/1773.61	c learnt ternary clauses	: 0
1800.01/1773.61	c learnt clauses	: 12338
1800.01/1773.61	c ignored clauses	: 0
1800.01/1773.61	c root simplifications	: 0
1800.01/1773.61	c removed literals (reason simplification)	: 0
1800.01/1773.61	c reason swapping (by a shorter reason)	: 0
1800.01/1773.61	c Calls to reduceDB	: 2
1800.01/1773.61	c number of reductions to clauses (during analyze)	: 0
1800.01/1773.61	c number of learned constraints concerned by reduction	: 0
1800.01/1773.61	c number of learning phase by resolution	: 0
1800.01/1773.61	c number of learning phase by cutting planes	: 0
1800.01/1773.61	c speed (assignments/second)	: 323.15807306547066
1800.01/1773.61	c non guided choices	337
1800.01/1773.63	c learnt constraints type 
1800.01/1773.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 25
1800.01/1773.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12313
1800.01/1773.63	c constraints type 
1800.01/1773.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11
1800.01/1773.64	s SATISFIABLE
1800.01/1773.64	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 
1800.01/1773.64	c objective function=553
1800.01/1773.64	c Total wall clock time (in seconds): 1773.42

Verifier Data

OK	553

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660732-1276613408/watcher-2660732-1276613408 -o /tmp/evaluation-result-2660732-1276613408/solver-2660732-1276613408 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660732-1276613408.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.00 1.00 1.00 3/106 10406
/proc/meminfo: memFree=1828928/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=248 CPUtime=0
/proc/10406/stat : 10406 (java6) R 10404 10406 9789 0 -1 4194304 108 0 0 0 0 0 0 0 19 0 1 0 36944721 253952 28 1992294400 134512640 134550932 4294748336 18446744073709551615 8045140 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10406/statm: 75 28 21 10 0 23 0

[startup+0.046781 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10406
/proc/meminfo: memFree=1828928/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1520328 CPUtime=0.02
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 3404 0 1 0 1 1 0 0 15 0 4 0 36944721 1556815872 2848 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 380082 2851 947 10 0 377392 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1520328

[startup+0.10178 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10406
/proc/meminfo: memFree=1828928/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1524184 CPUtime=0.08
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 3953 0 1 0 6 2 0 0 15 0 12 0 36944721 1560764416 3393 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 381046 3393 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301778 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10406
/proc/meminfo: memFree=1828928/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1525936 CPUtime=0.36
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 5344 0 1 0 32 4 0 0 15 0 12 0 36944721 1562558464 4780 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 381484 4780 1359 10 0 378786 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525936

[startup+0.701772 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10406
/proc/meminfo: memFree=1828928/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1530636 CPUtime=1.14
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 7928 0 1 0 109 5 0 0 15 0 13 0 36944721 1567371264 6821 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 382659 6821 1400 10 0 379961 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530636

[startup+1.50176 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 10419
/proc/meminfo: memFree=1794292/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1541340 CPUtime=2.72
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 16151 0 1 0 239 33 0 0 15 0 13 0 36944721 1578332160 12606 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 385335 12606 1415 10 0 382637 0
[pid=10406/tid=10408] ppid=10404 vsize=1541340 CPUtime=1.02
/proc/10406/task/10408/stat : 10408 (java) R 10404 10406 9789 0 -1 4202560 7765 0 1 0 97 5 0 0 25 0 13 0 36944723 1578332160 12606 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10406/tid=10409] ppid=10404 vsize=1541340 CPUtime=0
/proc/10406/task/10409/stat : 10409 (java) S 10404 10406 9789 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 36944725 1578332160 12612 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10410] ppid=10404 vsize=1541340 CPUtime=0
/proc/10406/task/10410/stat : 10410 (java) S 10404 10406 9789 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 36944725 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10411] ppid=10404 vsize=1541340 CPUtime=0.38
/proc/10406/task/10411/stat : 10411 (java) S 10404 10406 9789 0 -1 4202560 2 0 0 0 14 24 0 0 18 0 13 0 36944726 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10412] ppid=10404 vsize=1541340 CPUtime=0
/proc/10406/task/10412/stat : 10412 (java) S 10404 10406 9789 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 36944727 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10413] ppid=10404 vsize=1541340 CPUtime=0
/proc/10406/task/10413/stat : 10413 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 36944727 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10414] ppid=10404 vsize=1541340 CPUtime=0
/proc/10406/task/10414/stat : 10414 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 36944731 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10415] ppid=10404 vsize=1541340 CPUtime=0.15
/proc/10406/task/10415/stat : 10415 (java) R 10404 10406 9789 0 -1 4202560 643 0 0 0 15 0 0 0 18 0 13 0 36944731 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 8545031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10406/tid=10416] ppid=10404 vsize=1541340 CPUtime=1.14
/proc/10406/task/10416/stat : 10416 (java) R 10404 10406 9789 0 -1 4202560 6688 0 0 0 111 3 0 0 17 0 13 0 36944731 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 106014597 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10406/tid=10417] ppid=10404 vsize=1541340 CPUtime=0
/proc/10406/task/10417/stat : 10417 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36944731 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10418] ppid=10404 vsize=1541340 CPUtime=0
/proc/10406/task/10418/stat : 10418 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 36944731 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10419] ppid=10404 vsize=1541340 CPUtime=0
/proc/10406/task/10419/stat : 10419 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 36944752 1578332160 12620 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1541340

[startup+3.10174 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 10419
/proc/meminfo: memFree=1773708/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1541456 CPUtime=5.18
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 44327 0 1 0 473 45 0 0 15 0 13 0 36944721 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 385364 37450 1438 10 0 382666 0
[pid=10406/tid=10408] ppid=10404 vsize=1541456 CPUtime=1.99
/proc/10406/task/10408/stat : 10408 (java) R 10404 10406 9789 0 -1 4202560 32030 0 1 0 184 15 0 0 25 0 13 0 36944723 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4109928037 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10406/tid=10409] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10409/stat : 10409 (java) S 10404 10406 9789 0 -1 4202560 227 0 0 0 0 0 0 0 15 0 13 0 36944725 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10410] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10410/stat : 10410 (java) S 10404 10406 9789 0 -1 4202560 160 0 0 0 0 0 0 0 18 0 13 0 36944725 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10411] ppid=10404 vsize=1541456 CPUtime=0.38
/proc/10406/task/10411/stat : 10411 (java) S 10404 10406 9789 0 -1 4202560 9 0 0 0 14 24 0 0 16 0 13 0 36944726 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10412] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10412/stat : 10412 (java) S 10404 10406 9789 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36944727 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10413] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10413/stat : 10413 (java) S 10404 10406 9789 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36944727 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10414] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10414/stat : 10414 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 36944731 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10415] ppid=10404 vsize=1541456 CPUtime=0.84
/proc/10406/task/10415/stat : 10415 (java) S 10404 10406 9789 0 -1 4202560 2162 0 0 0 84 0 0 0 15 0 13 0 36944731 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10416] ppid=10404 vsize=1541456 CPUtime=1.91
/proc/10406/task/10416/stat : 10416 (java) R 10404 10406 9789 0 -1 4202560 8674 0 0 0 187 4 0 0 16 0 13 0 36944731 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 106916468 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10406/tid=10417] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10417/stat : 10417 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36944731 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10418] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10418/stat : 10418 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 36944731 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10419] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10419/stat : 10419 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 36944752 1578450944 37450 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.18
Current children cumulated vsize (KiB) 1541456

[startup+6.30169 s]
/proc/loadavg: 1.08 1.02 1.01 2/119 10419
/proc/meminfo: memFree=1676864/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1541456 CPUtime=8.62
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 48132 0 1 0 814 48 0 0 15 0 13 0 36944721 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 385364 40479 1438 10 0 382666 0
[pid=10406/tid=10408] ppid=10404 vsize=1541456 CPUtime=5.12
/proc/10406/task/10408/stat : 10408 (java) R 10404 10406 9789 0 -1 4202560 32037 0 1 0 497 15 0 0 25 0 13 0 36944723 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4109877057 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10406/tid=10409] ppid=10404 vsize=1541456 CPUtime=0.05
/proc/10406/task/10409/stat : 10409 (java) S 10404 10406 9789 0 -1 4202560 1795 0 0 0 5 0 0 0 16 0 13 0 36944725 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10410] ppid=10404 vsize=1541456 CPUtime=0.05
/proc/10406/task/10410/stat : 10410 (java) S 10404 10406 9789 0 -1 4202560 1736 0 0 0 5 0 0 0 15 0 13 0 36944725 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10411] ppid=10404 vsize=1541456 CPUtime=0.38
/proc/10406/task/10411/stat : 10411 (java) S 10404 10406 9789 0 -1 4202560 29 0 0 0 14 24 0 0 16 0 13 0 36944726 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10412] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10412/stat : 10412 (java) S 10404 10406 9789 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36944727 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10413] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10413/stat : 10413 (java) S 10404 10406 9789 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36944727 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10414] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10414/stat : 10414 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 36944731 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10415] ppid=10404 vsize=1541456 CPUtime=0.85
/proc/10406/task/10415/stat : 10415 (java) S 10404 10406 9789 0 -1 4202560 2162 0 0 0 85 0 0 0 16 0 13 0 36944731 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10416] ppid=10404 vsize=1541456 CPUtime=2.09
/proc/10406/task/10416/stat : 10416 (java) S 10404 10406 9789 0 -1 4202560 9308 0 0 0 205 4 0 0 15 0 13 0 36944731 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10417] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10417/stat : 10417 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36944731 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10418] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10418/stat : 10418 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 36944731 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10419] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10419/stat : 10419 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 36944752 1578450944 40479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 1541456

[startup+12.7006 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 10419
/proc/meminfo: memFree=1641028/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1541456 CPUtime=15.17
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 55983 0 1 0 1465 52 0 0 15 0 13 0 36944721 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 385364 48051 1438 10 0 382666 0
[pid=10406/tid=10408] ppid=10404 vsize=1541456 CPUtime=11.44
/proc/10406/task/10408/stat : 10408 (java) R 10404 10406 9789 0 -1 4202560 36217 0 1 0 1127 17 0 0 25 0 13 0 36944723 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4109916322 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10406/tid=10409] ppid=10404 vsize=1541456 CPUtime=0.11
/proc/10406/task/10409/stat : 10409 (java) S 10404 10406 9789 0 -1 4202560 3669 0 0 0 9 2 0 0 16 0 13 0 36944725 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10410] ppid=10404 vsize=1541456 CPUtime=0.11
/proc/10406/task/10410/stat : 10410 (java) S 10404 10406 9789 0 -1 4202560 3528 0 0 0 10 1 0 0 16 0 13 0 36944725 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10411] ppid=10404 vsize=1541456 CPUtime=0.38
/proc/10406/task/10411/stat : 10411 (java) S 10404 10406 9789 0 -1 4202560 29 0 0 0 14 24 0 0 15 0 13 0 36944726 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10412] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10412/stat : 10412 (java) S 10404 10406 9789 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36944727 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10413] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10413/stat : 10413 (java) S 10404 10406 9789 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36944727 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10414] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10414/stat : 10414 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 36944731 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10415] ppid=10404 vsize=1541456 CPUtime=0.88
/proc/10406/task/10415/stat : 10415 (java) S 10404 10406 9789 0 -1 4202560 2162 0 0 0 88 0 0 0 15 0 13 0 36944731 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10416] ppid=10404 vsize=1541456 CPUtime=2.17
/proc/10406/task/10416/stat : 10416 (java) S 10404 10406 9789 0 -1 4202560 9313 0 0 0 213 4 0 0 15 0 13 0 36944731 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10417] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10417/stat : 10417 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36944731 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10418] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10418/stat : 10418 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 36944731 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10419] ppid=10404 vsize=1541456 CPUtime=0
/proc/10406/task/10419/stat : 10419 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 36944752 1578450944 48051 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.17
Current children cumulated vsize (KiB) 1541456

[startup+25.5014 s]
/proc/loadavg: 1.06 1.01 1.00 2/119 10419
/proc/meminfo: memFree=1633464/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1541624 CPUtime=28.23
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 59523 0 1 0 2769 54 0 0 15 0 13 0 36944721 1578622976 49933 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 385406 49933 1438 10 0 382708 0
[pid=10406/tid=10408] ppid=10404 vsize=1541624 CPUtime=24.12
/proc/10406/task/10408/stat : 10408 (java) R 10404 10406 9789 0 -1 4202560 36228 0 1 0 2395 17 0 0 20 0 13 0 36944723 1578622976 49933 1992294400 134512640 134550932 4287150608 18446744073709551615 4109883953 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10406/tid=10409] ppid=10404 vsize=1541624 CPUtime=0.16
/proc/10406/task/10409/stat : 10409 (java) S 10404 10406 9789 0 -1 4202560 4718 0 0 0 14 2 0 0 16 0 13 0 36944725 1578622976 49933 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10410] ppid=10404 vsize=1541624 CPUtime=0.15
/proc/10406/task/10410/stat : 10410 (java) S 10404 10406 9789 0 -1 4202560 4617 0 0 0 14 1 0 0 16 0 13 0 36944725 1578622976 49933 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10411] ppid=10404 vsize=1541624 CPUtime=0.39

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

[pid=10406/tid=10411] ppid=10404 vsize=1540784 CPUtime=1.43
/proc/10406/task/10411/stat : 10411 (java) S 10404 10406 9789 0 -1 4202560 408 0 0 0 110 33 0 0 16 0 13 0 36944726 1577762816 110099 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10412] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10412/stat : 10412 (java) S 10404 10406 9789 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 110099 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10413] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10413/stat : 10413 (java) S 10404 10406 9789 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 110099 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10414] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10414/stat : 10414 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 36944731 1577762816 110099 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10415] ppid=10404 vsize=1540784 CPUtime=1.33
/proc/10406/task/10415/stat : 10415 (java) S 10404 10406 9789 0 -1 4202560 3886 0 0 0 131 2 0 0 15 0 13 0 36944731 1577762816 110099 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10416] ppid=10404 vsize=1540784 CPUtime=2.3
/proc/10406/task/10416/stat : 10416 (java) S 10404 10406 9789 0 -1 4202560 9313 0 0 0 226 4 0 0 16 0 13 0 36944731 1577762816 110099 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10417] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10417/stat : 10417 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36944731 1577762816 110099 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10418] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10418/stat : 10418 (java) S 10404 10406 9789 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 36944731 1577762816 110099 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10419] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10419/stat : 10419 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 36944752 1577762816 110099 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1563.6
Current children cumulated vsize (KiB) 1540784

[startup+1602.3 s]
/proc/loadavg: 1.02 1.05 1.01 2/119 10473
/proc/meminfo: memFree=1383232/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1540784 CPUtime=1624.99
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 126965 0 1 0 162340 159 0 0 15 0 13 0 36944721 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 385196 111988 1448 10 0 382498 0
[pid=10406/tid=10408] ppid=10404 vsize=1540784 CPUtime=1578.12
/proc/10406/task/10408/stat : 10408 (java) R 10404 10406 9789 0 -1 4202560 37525 0 1 0 157777 35 0 0 25 0 13 0 36944723 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4109883655 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10406/tid=10409] ppid=10404 vsize=1540784 CPUtime=20.91
/proc/10406/task/10409/stat : 10409 (java) S 10404 10406 9789 0 -1 4202560 36925 0 0 0 2054 37 0 0 16 0 13 0 36944725 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10410] ppid=10404 vsize=1540784 CPUtime=20.83
/proc/10406/task/10410/stat : 10410 (java) S 10404 10406 9789 0 -1 4202560 37742 0 0 0 2039 44 0 0 15 0 13 0 36944725 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10411] ppid=10404 vsize=1540784 CPUtime=1.44
/proc/10406/task/10411/stat : 10411 (java) S 10404 10406 9789 0 -1 4202560 413 0 0 0 111 33 0 0 15 0 13 0 36944726 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10412] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10412/stat : 10412 (java) S 10404 10406 9789 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10413] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10413/stat : 10413 (java) S 10404 10406 9789 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10414] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10414/stat : 10414 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 36944731 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10415] ppid=10404 vsize=1540784 CPUtime=1.33
/proc/10406/task/10415/stat : 10415 (java) S 10404 10406 9789 0 -1 4202560 3886 0 0 0 131 2 0 0 15 0 13 0 36944731 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10416] ppid=10404 vsize=1540784 CPUtime=2.3
/proc/10406/task/10416/stat : 10416 (java) S 10404 10406 9789 0 -1 4202560 9313 0 0 0 226 4 0 0 16 0 13 0 36944731 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10417] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10417/stat : 10417 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36944731 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10418] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10418/stat : 10418 (java) S 10404 10406 9789 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 36944731 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10419] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10419/stat : 10419 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 36944752 1577762816 111988 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1624.99
Current children cumulated vsize (KiB) 1540784

[startup+1662.3 s]
/proc/loadavg: 1.00 1.04 1.00 2/119 10475
/proc/meminfo: memFree=1377900/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1540784 CPUtime=1686.34
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 128441 0 1 0 168473 161 0 0 15 0 13 0 36944721 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 385196 113315 1448 10 0 382498 0
[pid=10406/tid=10408] ppid=10404 vsize=1540784 CPUtime=1636.7
/proc/10406/task/10408/stat : 10408 (java) R 10404 10406 9789 0 -1 4202560 37587 0 1 0 163635 35 0 0 25 0 13 0 36944723 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4109876899 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10406/tid=10409] ppid=10404 vsize=1540784 CPUtime=22.28
/proc/10406/task/10409/stat : 10409 (java) S 10404 10406 9789 0 -1 4202560 37348 0 0 0 2190 38 0 0 16 0 13 0 36944725 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10410] ppid=10404 vsize=1540784 CPUtime=22.2
/proc/10406/task/10410/stat : 10410 (java) S 10404 10406 9789 0 -1 4202560 38725 0 0 0 2176 44 0 0 16 0 13 0 36944725 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10411] ppid=10404 vsize=1540784 CPUtime=1.44
/proc/10406/task/10411/stat : 10411 (java) S 10404 10406 9789 0 -1 4202560 417 0 0 0 111 33 0 0 15 0 13 0 36944726 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10412] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10412/stat : 10412 (java) S 10404 10406 9789 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10413] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10413/stat : 10413 (java) S 10404 10406 9789 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10414] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10414/stat : 10414 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 36944731 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10415] ppid=10404 vsize=1540784 CPUtime=1.33
/proc/10406/task/10415/stat : 10415 (java) S 10404 10406 9789 0 -1 4202560 3886 0 0 0 131 2 0 0 15 0 13 0 36944731 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10416] ppid=10404 vsize=1540784 CPUtime=2.3
/proc/10406/task/10416/stat : 10416 (java) S 10404 10406 9789 0 -1 4202560 9313 0 0 0 226 4 0 0 16 0 13 0 36944731 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10417] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10417/stat : 10417 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36944731 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10418] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10418/stat : 10418 (java) S 10404 10406 9789 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 36944731 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10419] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10419/stat : 10419 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 36944752 1577762816 113315 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1686.34
Current children cumulated vsize (KiB) 1540784

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/119 10477
/proc/meminfo: memFree=1372444/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1540784 CPUtime=1747.71
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 129897 0 1 0 174607 164 0 0 15 0 13 0 36944721 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 385196 114601 1448 10 0 382498 0
[pid=10406/tid=10408] ppid=10404 vsize=1540784 CPUtime=1695.24
/proc/10406/task/10408/stat : 10408 (java) R 10404 10406 9789 0 -1 4202560 37650 0 1 0 169488 36 0 0 25 0 13 0 36944723 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4110250194 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10406/tid=10409] ppid=10404 vsize=1540784 CPUtime=23.69
/proc/10406/task/10409/stat : 10409 (java) S 10404 10406 9789 0 -1 4202560 37861 0 0 0 2330 39 0 0 16 0 13 0 36944725 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10410] ppid=10404 vsize=1540784 CPUtime=23.63
/proc/10406/task/10410/stat : 10410 (java) S 10404 10406 9789 0 -1 4202560 39601 0 0 0 2318 45 0 0 15 0 13 0 36944725 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10411] ppid=10404 vsize=1540784 CPUtime=1.46
/proc/10406/task/10411/stat : 10411 (java) S 10404 10406 9789 0 -1 4202560 419 0 0 0 112 34 0 0 16 0 13 0 36944726 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10412] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10412/stat : 10412 (java) S 10404 10406 9789 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10413] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10413/stat : 10413 (java) S 10404 10406 9789 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10414] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10414/stat : 10414 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 36944731 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10415] ppid=10404 vsize=1540784 CPUtime=1.33
/proc/10406/task/10415/stat : 10415 (java) S 10404 10406 9789 0 -1 4202560 3886 0 0 0 131 2 0 0 15 0 13 0 36944731 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10416] ppid=10404 vsize=1540784 CPUtime=2.3
/proc/10406/task/10416/stat : 10416 (java) S 10404 10406 9789 0 -1 4202560 9313 0 0 0 226 4 0 0 16 0 13 0 36944731 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10417] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10417/stat : 10417 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36944731 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10418] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10418/stat : 10418 (java) S 10404 10406 9789 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 36944731 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10419] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10419/stat : 10419 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 36944752 1577762816 114601 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1747.71
Current children cumulated vsize (KiB) 1540784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.6 s]
/proc/loadavg: 1.07 1.04 1.00 2/119 10477
/proc/meminfo: memFree=1364756/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=1540784 CPUtime=1800.01
/proc/10406/stat : 10406 (java) S 10404 10406 9789 0 -1 4202496 131929 0 1 0 179834 167 0 0 15 0 13 0 36944721 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 385196 116479 1448 10 0 382498 0
[pid=10406/tid=10408] ppid=10404 vsize=1540784 CPUtime=1745.45
/proc/10406/task/10408/stat : 10408 (java) R 10404 10406 9789 0 -1 4202560 37695 0 1 0 174509 36 0 0 25 0 13 0 36944723 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4109883969 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10406/tid=10409] ppid=10404 vsize=1540784 CPUtime=24.72
/proc/10406/task/10409/stat : 10409 (java) S 10404 10406 9789 0 -1 4202560 38842 0 0 0 2432 40 0 0 15 0 13 0 36944725 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10410] ppid=10404 vsize=1540784 CPUtime=24.67
/proc/10406/task/10410/stat : 10410 (java) S 10404 10406 9789 0 -1 4202560 40599 0 0 0 2421 46 0 0 16 0 13 0 36944725 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10411] ppid=10404 vsize=1540784 CPUtime=1.47
/proc/10406/task/10411/stat : 10411 (java) S 10404 10406 9789 0 -1 4202560 423 0 0 0 113 34 0 0 15 0 13 0 36944726 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 0 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10412] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10412/stat : 10412 (java) S 10404 10406 9789 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10413] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10413/stat : 10413 (java) S 10404 10406 9789 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36944727 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10414] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10414/stat : 10414 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 36944731 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10415] ppid=10404 vsize=1540784 CPUtime=1.33
/proc/10406/task/10415/stat : 10415 (java) S 10404 10406 9789 0 -1 4202560 3886 0 0 0 131 2 0 0 15 0 13 0 36944731 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10416] ppid=10404 vsize=1540784 CPUtime=2.3
/proc/10406/task/10416/stat : 10416 (java) S 10404 10406 9789 0 -1 4202560 9313 0 0 0 226 4 0 0 16 0 13 0 36944731 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10417] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10417/stat : 10417 (java) S 10404 10406 9789 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36944731 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 0 0 0 0
[pid=10406/tid=10418] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10418/stat : 10418 (java) S 10404 10406 9789 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 36944731 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
[pid=10406/tid=10419] ppid=10404 vsize=1540784 CPUtime=0
/proc/10406/task/10419/stat : 10419 (java) S 10404 10406 9789 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 36944752 1577762816 116479 1992294400 134512640 134550932 4287150608 18446744073709551615 4294960144 0 4 0 16800975 18446604437832960192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1540784

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

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

[startup+1773.72 s]
/proc/loadavg: 1.07 1.04 1.00 2/119 10477
/proc/meminfo: memFree=1364756/2059040 swapFree=4135684/4192956
[pid=10406] ppid=10404 vsize=0 CPUtime=1800.15
/proc/10406/stat : 10406 (java) Z 10404 10406 9789 0 -1 4203548 131952 0 1 0 179844 171 0 0 15 0 2 0 36944721 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10406/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1773.72
CPU time (s): 1800.16
CPU user time (s): 1798.44
CPU system time (s): 1.71974
CPU usage (%): 101.491
Max. virtual memory (cumulated for all children) (KiB): 1547244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.44
system time used= 1.71974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131952
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= 49150
involuntary context switches= 38563

runsolver used 3.71543 second user time and 9.73652 second system time

The end

Launcher Data

Begin job on node002 at 2010-06-15 16:50:08
IDJOB=2660732
IDBENCH=2914
IDSOLVER=1165
FILE ID=node002/2660732-1276613408
PBS_JOBID= 11172283
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_4.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660732-1276613408/watcher-2660732-1276613408 -o /tmp/evaluation-result-2660732-1276613408/solver-2660732-1276613408 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660732-1276613408.opb

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

MD5SUM BENCH= a470052ca6f8034e2c6c08868e52d9e8
RANDOM SEED=761336836

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.242
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1829324 kB
Buffers:         35168 kB
Cached:         102548 kB
SwapCached:      10752 kB
Active:          81008 kB
Inactive:        70004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1829324 kB
SwapTotal:     4192956 kB
SwapFree:      4135684 kB
Dirty:             296 kB
Writeback:           0 kB
AnonPages:       11572 kB
Mapped:           9304 kB
Slab:            56836 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181076 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= 62572 MiB
End job on node002 at 2010-06-15 17:19:43