Trace number 2669928

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26SAT (TO)3 1800.25 1763.87

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=5-P1=11-P2=11-P3=29-P4=29-P5=23-P6=29-P7=17-P8=29-P9=17-B.opb
MD5SUMe959fdee0b143510a2016bc4f8055563
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1.69974
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints19
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 constraints19
Minimum length of a constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)225
Sum of products size (including duplicates)450
Number of different products225
Sum of products size450

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2669928-1276698658.opb
0.23/0.21	c reading problem ... 
0.37/0.34	c ... done. Wall clock time 0.125s.
0.37/0.34	c #vars     360
0.37/0.34	c #constraints  478
0.37/0.34	c constraints type 
0.37/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 225
0.37/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 253
7.61/4.41	c SATISFIABLE
7.61/4.41	c OPTIMIZING...
7.61/4.41	c Got one! Elapsed wall clock time (in seconds):4.197
7.61/4.41	o 21
12.55/9.13	c cleaning 0 clauses out of 5001 with flag 0/5001
18.35/14.47	c Got one! Elapsed wall clock time (in seconds):14.255
18.35/14.47	o 5
40.97/36.79	c cleaning 0 clauses out of 11001 with flag 0/11001
50.08/45.76	c Got one! Elapsed wall clock time (in seconds):45.553
50.08/45.76	o 3
102.68/97.77	c cleaning 0 clauses out of 18002 with flag 0/18002
239.73/233.25	c cleaning 0 clauses out of 26001 with flag 0/26001
496.74/486.75	c cleaning 0 clauses out of 35001 with flag 0/35001
921.04/903.97	c cleaning 0 clauses out of 45000 with flag 0/45000
1336.64/1311.20	c cleaning 0 clauses out of 55000 with flag 0/55000
1800.01/1763.72	c starts		: 79
1800.01/1763.72	c conflicts		: 61658
1800.01/1763.72	c decisions		: 68562
1800.01/1763.72	c propagations		: 766294
1800.01/1763.72	c inspects		: 1158764110
1800.01/1763.72	c learnt literals	: 0
1800.01/1763.72	c learnt binary clauses	: 1
1800.01/1763.72	c learnt ternary clauses	: 0
1800.01/1763.72	c learnt clauses	: 61657
1800.01/1763.72	c ignored clauses	: 0
1800.01/1763.72	c root simplifications	: 0
1800.01/1763.72	c removed literals (reason simplification)	: 0
1800.01/1763.72	c reason swapping (by a shorter reason)	: 0
1800.01/1763.72	c Calls to reduceDB	: 7
1800.01/1763.72	c number of reductions to clauses (during analyze)	: 0
1800.01/1763.72	c number of learned constraints concerned by reduction	: 0
1800.01/1763.72	c number of learning phase by resolution	: 0
1800.01/1763.72	c number of learning phase by cutting planes	: 0
1800.01/1763.72	c speed (assignments/second)	: 446.0506195454707
1800.01/1763.72	c non guided choices	669
1800.01/1763.78	c learnt constraints type 
1800.01/1763.78	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 809
1800.01/1763.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 60849
1800.01/1763.78	c constraints type 
1800.01/1763.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 225
1800.01/1763.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 254
1800.01/1763.78	s SATISFIABLE
1800.01/1763.78	v x1 x2 -x3 -x4 -x5 x6 x7 x8 -x9 x10 x11 -x12 x13 x14 -x15 x16 -x17 -x18 x19 x20 x21 -x22 -x23 x24 x25 x26 -x27 x28 -x29 -x30 x31 x32 x33 -x34 -x35 x36 x37 x38 x39 x40 x41 x42 -x43 x44 x45 x46 -x47 x48 -x49 x50 x51 -x52 x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 x61 -x62 -x63 x64 x65 x66 -x67 -x68 -x69 x70 x71 -x72 x73 -x74 x75 x76 x77 -x78 -x79 x80 x81 -x82 x83 x84 -x85 x86 x87 x88 x89 x90 -x91 x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 x107 -x108 -x109 x110 -x111 x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 x122 -x123 -x124 x125 -x126 x127 -x128 x129 -x130 -x131 -x132 x133 -x134 x135 
1800.01/1763.78	c objective function=3
1800.01/1763.78	c Total wall clock time (in seconds): 1763.574

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.17 3/105 19841
/proc/meminfo: memFree=1732796/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=392 CPUtime=0
/proc/19841/stat : 19841 (java6) S 19839 19841 19816 0 -1 4194304 121 0 0 0 0 0 0 0 18 0 1 0 11159299 401408 40 1992294400 134512640 134550932 4294207648 18446744073709551615 8925780 0 2147483391 4096 0 18446744071699268798 0 0 17 1 0 0 0
/proc/19841/statm: 98 40 32 10 0 25 0

[startup+0.0624869 s]
/proc/loadavg: 0.00 0.00 0.17 3/105 19841
/proc/meminfo: memFree=1732796/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1521664 CPUtime=0.05
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 3621 0 1 0 3 2 0 0 18 0 7 0 11159299 1558183936 3062 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 380416 3062 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521664

[startup+0.101491 s]
/proc/loadavg: 0.00 0.00 0.17 3/105 19841
/proc/meminfo: memFree=1732796/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1524184 CPUtime=0.09
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 3953 0 1 0 6 3 0 0 18 0 12 0 11159299 1560764416 3392 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 381046 3392 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.301514 s]
/proc/loadavg: 0.00 0.00 0.17 3/105 19841
/proc/meminfo: memFree=1732796/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1526748 CPUtime=0.37
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 5400 0 1 0 34 3 0 0 18 0 12 0 11159299 1563389952 4837 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 381687 4837 1364 10 0 378989 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526748

[startup+0.701555 s]
/proc/loadavg: 0.00 0.00 0.17 3/105 19841
/proc/meminfo: memFree=1732796/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1531068 CPUtime=1.05
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 8069 0 1 0 100 5 0 0 18 0 13 0 11159299 1567813632 7102 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 382767 7102 1403 10 0 380069 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1531068

[startup+1.50265 s]
/proc/loadavg: 0.08 0.02 0.18 5/118 19854
/proc/meminfo: memFree=1694068/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1537588 CPUtime=2.64
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 22846 0 1 0 253 11 0 0 18 0 13 0 11159299 1574490112 20817 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 384397 20818 1415 10 0 381699 0
[pid=19841/tid=19843] ppid=19839 vsize=1537588 CPUtime=1.21
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 17016 0 1 0 112 9 0 0 25 0 13 0 11159301 1574490112 20819 1992294400 134512640 134550932 4289800624 18446744073709551615 4109269834 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1537588 CPUtime=0
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 11159302 1574490112 20819 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1537588 CPUtime=0
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 11159302 1574490112 20820 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1537588 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19816 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 11159304 1574490112 20821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=1537588 CPUtime=0
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19816 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 11159305 1574490112 20822 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=1537588 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 11159305 1574490112 20823 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=1537588 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19816 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11159309 1574490112 20823 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19850] ppid=19839 vsize=1537588 CPUtime=0.33
/proc/19841/task/19850/stat : 19850 (java) R 19839 19841 19816 0 -1 4202560 899 0 0 0 33 0 0 0 25 0 13 0 11159309 1574490112 20824 1992294400 134512640 134550932 4289800624 18446744073709551615 106260606 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19841/tid=19851] ppid=19839 vsize=1537588 CPUtime=1.08
/proc/19841/task/19851/stat : 19851 (java) R 19839 19841 19816 0 -1 4202560 3866 0 0 0 107 1 0 0 16 0 13 0 11159309 1574490112 20824 1992294400 134512640 134550932 4289800624 18446744073709551615 104138083 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19841/tid=19852] ppid=19839 vsize=1537588 CPUtime=0
/proc/19841/task/19852/stat : 19852 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11159309 1574490112 20825 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19853] ppid=19839 vsize=1537588 CPUtime=0
/proc/19841/task/19853/stat : 19853 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11159309 1574490112 20826 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19854] ppid=19839 vsize=1537588 CPUtime=0
/proc/19841/task/19854/stat : 19854 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159334 1574490112 20828 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 1537588

[startup+3.10281 s]
/proc/loadavg: 0.08 0.02 0.18 6/118 19854
/proc/meminfo: memFree=1588172/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1542348 CPUtime=5.83
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 45381 0 1 0 563 20 0 0 18 0 13 0 11159299 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 385587 38371 1429 10 0 382889 0
[pid=19841/tid=19843] ppid=19839 vsize=1542348 CPUtime=2.77
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 32055 0 1 0 262 15 0 0 19 0 13 0 11159301 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4109294001 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1542348 CPUtime=0.01
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 504 0 0 0 1 0 0 0 16 0 13 0 11159302 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1542348 CPUtime=0.01
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 520 0 0 0 1 0 0 0 16 0 13 0 11159302 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1542348 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19816 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 13 0 11159304 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=1542348 CPUtime=0
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159305 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=1542348 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19816 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11159305 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=1542348 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19816 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11159309 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19850] ppid=19839 vsize=1542348 CPUtime=0.33
/proc/19841/task/19850/stat : 19850 (java) R 19839 19841 19816 0 -1 4202560 900 0 0 0 33 0 0 0 25 0 13 0 11159309 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 103148469 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19841/tid=19851] ppid=19839 vsize=1542348 CPUtime=2.67
/proc/19841/task/19851/stat : 19851 (java) R 19839 19841 19816 0 -1 4202560 10324 0 0 0 264 3 0 0 18 0 13 0 11159309 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 105747909 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19841/tid=19852] ppid=19839 vsize=1542348 CPUtime=0
/proc/19841/task/19852/stat : 19852 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11159309 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19853] ppid=19839 vsize=1542348 CPUtime=0
/proc/19841/task/19853/stat : 19853 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11159309 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19854] ppid=19839 vsize=1542348 CPUtime=0
/proc/19841/task/19854/stat : 19854 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159334 1579364352 38371 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 1542348

[startup+6.30113 s]
/proc/loadavg: 0.08 0.02 0.18 2/118 19854
/proc/meminfo: memFree=1559652/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1541520 CPUtime=9.61
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 54617 0 1 0 936 25 0 0 18 0 13 0 11159299 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 385380 46821 1435 10 0 382682 0
[pid=19841/tid=19843] ppid=19839 vsize=1541520 CPUtime=5.86
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 36520 0 1 0 569 17 0 0 25 0 13 0 11159301 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4109245739 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1541520 CPUtime=0.1
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 2672 0 0 0 9 1 0 0 16 0 13 0 11159302 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1541520 CPUtime=0.09
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 2609 0 0 0 9 0 0 0 16 0 13 0 11159302 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1541520 CPUtime=0
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19816 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 11159304 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=1541520 CPUtime=0
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159305 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=1541520 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19816 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11159305 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=1541520 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19816 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11159309 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19850] ppid=19839 vsize=1541520 CPUtime=0.51
/proc/19841/task/19850/stat : 19850 (java) S 19839 19841 19816 0 -1 4202560 1380 0 0 0 51 0 0 0 15 0 13 0 11159309 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19851] ppid=19839 vsize=1541520 CPUtime=2.97
/proc/19841/task/19851/stat : 19851 (java) S 19839 19841 19816 0 -1 4202560 10342 0 0 0 294 3 0 0 15 0 13 0 11159309 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19852] ppid=19839 vsize=1541520 CPUtime=0
/proc/19841/task/19852/stat : 19852 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11159309 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19853] ppid=19839 vsize=1541520 CPUtime=0
/proc/19841/task/19853/stat : 19853 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11159309 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19854] ppid=19839 vsize=1541520 CPUtime=0
/proc/19841/task/19854/stat : 19854 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159334 1578516480 46821 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.61
Current children cumulated vsize (KiB) 1541520

[startup+12.7008 s]
/proc/loadavg: 0.22 0.05 0.18 2/118 19854
/proc/meminfo: memFree=1532124/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1551760 CPUtime=16.62
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 60015 0 1 0 1636 26 0 0 18 0 13 0 11159299 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 387940 51386 1446 10 0 385242 0
[pid=19841/tid=19843] ppid=19839 vsize=1551760 CPUtime=12.09
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 36531 0 1 0 1192 17 0 0 19 0 13 0 11159301 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4109245785 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1551760 CPUtime=0.2
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 3731 0 0 0 19 1 0 0 16 0 13 0 11159302 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1551760 CPUtime=0.2
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 3894 0 0 0 19 1 0 0 16 0 13 0 11159302 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1551760 CPUtime=0.06
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19816 0 -1 4202560 70 0 0 0 6 0 0 0 15 0 13 0 11159304 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=1551760 CPUtime=0
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159305 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=1551760 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19816 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11159305 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=1551760 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19816 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11159309 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19850] ppid=19839 vsize=1551760 CPUtime=1.01
/proc/19841/task/19850/stat : 19850 (java) S 19839 19841 19816 0 -1 4202560 4377 0 0 0 100 1 0 0 16 0 13 0 11159309 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19851] ppid=19839 vsize=1551760 CPUtime=2.99
/proc/19841/task/19851/stat : 19851 (java) S 19839 19841 19816 0 -1 4202560 10346 0 0 0 296 3 0 0 15 0 13 0 11159309 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19852] ppid=19839 vsize=1551760 CPUtime=0
/proc/19841/task/19852/stat : 19852 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11159309 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19853] ppid=19839 vsize=1551760 CPUtime=0
/proc/19841/task/19853/stat : 19853 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 11159309 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19854] ppid=19839 vsize=1551760 CPUtime=0
/proc/19841/task/19854/stat : 19854 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159334 1589002240 51386 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.62
Current children cumulated vsize (KiB) 1551760

[startup+25.5021 s]
/proc/loadavg: 0.42 0.10 0.20 2/118 19854
/proc/meminfo: memFree=1521708/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1551760 CPUtime=29.56
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 62695 0 1 0 2929 27 0 0 18 0 13 0 11159299 1589002240 53875 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 387940 53875 1446 10 0 385242 0
[pid=19841/tid=19843] ppid=19839 vsize=1551760 CPUtime=24.74
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 36706 0 1 0 2457 17 0 0 25 0 13 0 11159301 1589002240 53875 1992294400 134512640 134550932 4289800624 18446744073709551615 4109312692 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1551760 CPUtime=0.35
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 5045 0 0 0 34 1 0 0 16 0 13 0 11159302 1589002240 53875 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1551760 CPUtime=0.34
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 5085 0 0 0 33 1 0 0 16 0 13 0 11159302 1589002240 53875 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1551760 CPUtime=0.06

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

[pid=19841] ppid=19839 vsize=1548688 CPUtime=1635.06
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 109257 0 1 0 163418 88 0 0 18 0 13 0 11159299 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 387172 96584 1445 10 0 384474 0
[pid=19841/tid=19843] ppid=19839 vsize=1548688 CPUtime=1569.42
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 38010 0 1 0 156920 22 0 0 25 0 13 0 11159301 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4109359423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1548688 CPUtime=29.57
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 27572 0 0 0 2937 20 0 0 16 0 13 0 11159302 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1548688 CPUtime=29.58
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 27432 0 0 0 2931 27 0 0 15 0 13 0 11159302 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1548688 CPUtime=2.27
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19816 0 -1 4202560 361 0 0 0 217 10 0 0 16 0 13 0 11159304 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159305 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19816 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11159305 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19816 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11159309 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19850] ppid=19839 vsize=1548688 CPUtime=1.04
/proc/19841/task/19850/stat : 19850 (java) S 19839 19841 19816 0 -1 4202560 4377 0 0 0 103 1 0 0 15 0 13 0 11159309 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19851] ppid=19839 vsize=1548688 CPUtime=3.1
/proc/19841/task/19851/stat : 19851 (java) S 19839 19841 19816 0 -1 4202560 10346 0 0 0 307 3 0 0 16 0 13 0 11159309 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19852] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19852/stat : 19852 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11159309 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19853] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19853/stat : 19853 (java) S 19839 19841 19816 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 11159309 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19854] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19854/stat : 19854 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159334 1585856512 96584 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1635.06
Current children cumulated vsize (KiB) 1548688

[startup+1662.3 s]
/proc/loadavg: 1.00 0.97 0.83 2/118 19901
/proc/meminfo: memFree=1345380/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1548688 CPUtime=1696.37
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 110154 0 1 0 169547 90 0 0 18 0 13 0 11159299 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 387172 97412 1445 10 0 384474 0
[pid=19841/tid=19843] ppid=19839 vsize=1548688 CPUtime=1628.04
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 38056 0 1 0 162782 22 0 0 25 0 13 0 11159301 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4109371612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1548688 CPUtime=30.91
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 28006 0 0 0 3070 21 0 0 16 0 13 0 11159302 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1548688 CPUtime=30.92
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 27840 0 0 0 3064 28 0 0 16 0 13 0 11159302 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1548688 CPUtime=2.29
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19816 0 -1 4202560 366 0 0 0 218 11 0 0 15 0 13 0 11159304 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159305 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19816 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11159305 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19816 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11159309 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19850] ppid=19839 vsize=1548688 CPUtime=1.04
/proc/19841/task/19850/stat : 19850 (java) S 19839 19841 19816 0 -1 4202560 4377 0 0 0 103 1 0 0 15 0 13 0 11159309 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19851] ppid=19839 vsize=1548688 CPUtime=3.1
/proc/19841/task/19851/stat : 19851 (java) S 19839 19841 19816 0 -1 4202560 10346 0 0 0 307 3 0 0 16 0 13 0 11159309 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19852] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19852/stat : 19852 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11159309 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19853] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19853/stat : 19853 (java) S 19839 19841 19816 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 11159309 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19854] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19854/stat : 19854 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159334 1585856512 97412 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1696.37
Current children cumulated vsize (KiB) 1548688

[startup+1722.3 s]
/proc/loadavg: 1.00 0.97 0.84 2/118 19903
/proc/meminfo: memFree=1341660/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1548688 CPUtime=1757.71
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 111163 0 1 0 175677 94 0 0 18 0 13 0 11159299 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 387172 98342 1445 10 0 384474 0
[pid=19841/tid=19843] ppid=19839 vsize=1548688 CPUtime=1686.63
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 38101 0 1 0 168641 22 0 0 25 0 13 0 11159301 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4109359423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1548688 CPUtime=32.27
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 28520 0 0 0 3204 23 0 0 15 0 13 0 11159302 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1548688 CPUtime=32.3
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 28282 0 0 0 3200 30 0 0 16 0 13 0 11159302 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1548688 CPUtime=2.3
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19816 0 -1 4202560 370 0 0 0 219 11 0 0 16 0 13 0 11159304 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159305 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19816 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11159305 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19816 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11159309 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19850] ppid=19839 vsize=1548688 CPUtime=1.04
/proc/19841/task/19850/stat : 19850 (java) S 19839 19841 19816 0 -1 4202560 4377 0 0 0 103 1 0 0 15 0 13 0 11159309 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19851] ppid=19839 vsize=1548688 CPUtime=3.1
/proc/19841/task/19851/stat : 19851 (java) S 19839 19841 19816 0 -1 4202560 10346 0 0 0 307 3 0 0 16 0 13 0 11159309 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19852] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19852/stat : 19852 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11159309 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19853] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19853/stat : 19853 (java) S 19839 19841 19816 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 11159309 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19854] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19854/stat : 19854 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159334 1585856512 98342 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1757.71
Current children cumulated vsize (KiB) 1548688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.7 s]
/proc/loadavg: 1.05 0.99 0.85 2/118 19903
/proc/meminfo: memFree=1339304/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1548688 CPUtime=1800.01
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 111752 0 1 0 179905 96 0 0 18 0 13 0 11159299 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 387172 98884 1445 10 0 384474 0
[pid=19841/tid=19843] ppid=19839 vsize=1548688 CPUtime=1727.09
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 38131 0 1 0 172687 22 0 0 25 0 13 0 11159301 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4109371612 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1548688 CPUtime=33.19
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 28765 0 0 0 3296 23 0 0 15 0 13 0 11159302 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1548688 CPUtime=33.21
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 28592 0 0 0 3290 31 0 0 16 0 13 0 11159302 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1548688 CPUtime=2.3
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19816 0 -1 4202560 372 0 0 0 219 11 0 0 15 0 13 0 11159304 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11159305 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19816 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 11159305 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19816 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 11159309 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19850] ppid=19839 vsize=1548688 CPUtime=1.04
/proc/19841/task/19850/stat : 19850 (java) S 19839 19841 19816 0 -1 4202560 4377 0 0 0 103 1 0 0 15 0 13 0 11159309 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19851] ppid=19839 vsize=1548688 CPUtime=3.1
/proc/19841/task/19851/stat : 19851 (java) S 19839 19841 19816 0 -1 4202560 10346 0 0 0 307 3 0 0 16 0 13 0 11159309 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19852] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19852/stat : 19852 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 11159309 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19853] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19853/stat : 19853 (java) R 19839 19841 19816 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 11159309 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19841/tid=19854] ppid=19839 vsize=1548688 CPUtime=0
/proc/19841/task/19854/stat : 19854 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11159334 1585856512 98884 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1548688

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

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

[startup+1763.82 s]
/proc/loadavg: 1.05 0.99 0.85 2/118 19903
/proc/meminfo: memFree=1339304/2059040 swapFree=4148288/4192956
[pid=19841] ppid=19839 vsize=1549336 CPUtime=1800.19
/proc/19841/stat : 19841 (java) S 19839 19841 19816 0 -1 4202496 111777 0 1 0 179923 96 0 0 18 0 14 0 11159299 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19841/statm: 387334 98909 1448 10 0 384636 0
[pid=19841/tid=19843] ppid=19839 vsize=1549336 CPUtime=1727.19
/proc/19841/task/19843/stat : 19843 (java) R 19839 19841 19816 0 -1 4202560 38131 0 1 0 172697 22 0 0 25 0 14 0 11159301 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4109359423 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19841/tid=19844] ppid=19839 vsize=1549336 CPUtime=33.19
/proc/19841/task/19844/stat : 19844 (java) S 19839 19841 19816 0 -1 4202560 28765 0 0 0 3296 23 0 0 15 0 14 0 11159302 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19845] ppid=19839 vsize=1549336 CPUtime=33.21
/proc/19841/task/19845/stat : 19845 (java) S 19839 19841 19816 0 -1 4202560 28592 0 0 0 3290 31 0 0 16 0 14 0 11159302 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19846] ppid=19839 vsize=1549336 CPUtime=2.3
/proc/19841/task/19846/stat : 19846 (java) S 19839 19841 19816 0 -1 4202560 372 0 0 0 219 11 0 0 15 0 14 0 11159304 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 0 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19847] ppid=19839 vsize=1549336 CPUtime=0
/proc/19841/task/19847/stat : 19847 (java) S 19839 19841 19816 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 11159305 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19848] ppid=19839 vsize=1549336 CPUtime=0
/proc/19841/task/19848/stat : 19848 (java) S 19839 19841 19816 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 11159305 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19849] ppid=19839 vsize=1549336 CPUtime=0
/proc/19841/task/19849/stat : 19849 (java) S 19839 19841 19816 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 14 0 11159309 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19850] ppid=19839 vsize=1549336 CPUtime=1.04
/proc/19841/task/19850/stat : 19850 (java) S 19839 19841 19816 0 -1 4202560 4377 0 0 0 103 1 0 0 15 0 14 0 11159309 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 1 0 0 0
[pid=19841/tid=19851] ppid=19839 vsize=1549336 CPUtime=3.13
/proc/19841/task/19851/stat : 19851 (java) S 19839 19841 19816 0 -1 4202560 10349 0 0 0 310 3 0 0 15 0 14 0 11159309 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19852] ppid=19839 vsize=1549336 CPUtime=0
/proc/19841/task/19852/stat : 19852 (java) S 19839 19841 19816 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 11159309 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19853] ppid=19839 vsize=1549336 CPUtime=0
/proc/19841/task/19853/stat : 19853 (java) S 19839 19841 19816 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 14 0 11159309 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
[pid=19841/tid=19854] ppid=19839 vsize=1549336 CPUtime=0
/proc/19841/task/19854/stat : 19854 (java) S 19839 19841 19816 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 11159334 1586520064 98909 1992294400 134512640 134550932 4289800624 18446744073709551615 4294960144 0 4 0 16800975 18446604437835507584 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 1549336

Child status: 143
Real time (s): 1763.87
CPU time (s): 1800.25
CPU user time (s): 1799.24
CPU system time (s): 1.00885
CPU usage (%): 102.063
Max. virtual memory (cumulated for all children) (KiB): 1552424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 1.00885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111777
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= 51026
involuntary context switches= 40280

runsolver used 3.2725 second user time and 9.72052 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 16:30:58
IDJOB=2669928
IDBENCH=47887
IDSOLVER=1165
FILE ID=node082/2669928-1276698658
PBS_JOBID= 11174084
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=5-P0=5-P1=11-P2=11-P3=29-P4=29-P5=23-P6=29-P7=17-P8=29-P9=17-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2669928-1276698658/watcher-2669928-1276698658 -o /tmp/evaluation-result-2669928-1276698658/solver-2669928-1276698658 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2669928-1276698658.opb

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

MD5SUM BENCH= e959fdee0b143510a2016bc4f8055563
RANDOM SEED=876841006

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1733192 kB
Buffers:         87544 kB
Cached:         138004 kB
SwapCached:       6844 kB
Active:         102072 kB
Inactive:       145068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1733192 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:       18704 kB
Mapped:          13108 kB
Slab:            56936 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182132 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62584 MiB
End job on node082 at 2010-06-16 17:00:24