Trace number 2658576

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 Resolution 2.2.0 2010-05-26OPT-13 83.2963 80.7081

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_5.opb
MD5SUM2b42cb52a84d6f68fde6feb3c17d922a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-13
Best CPU time to get the best result obtained on this benchmark57.0413
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -13
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint25
Maximum length of a constraint39
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3062
Sum of products size (including duplicates)6124
Number of different products1531
Sum of products size3062

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.08/0.20	c Pseudo Boolean Optimization
0.08/0.20	c --- Begin Solver configuration ---
0.08/0.20	c Stops conflict analysis at the first Unique Implication Point
0.08/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.20	c Learn all clauses as in MiniSAT
0.08/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.20	c Expensive reason simplification
0.08/0.20	c Armin Biere (Picosat) restarts strategy
0.08/0.20	c Glucose learned constraints deletion strategy
0.08/0.20	c timeout=2147483s
0.08/0.20	c DB Simplification allowed=false
0.08/0.20	c --- End Solver configuration ---
0.08/0.20	c solving HOME/instance-2658576-1276661422.opb
0.08/0.20	c reading problem ... 
1.11/0.75	c ... done. Wall clock time 0.549s.
1.11/0.75	c #vars     1631
1.11/0.75	c #constraints  4593
1.11/0.75	c constraints type 
1.11/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1531
1.11/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1531
1.24/0.82	c SATISFIABLE
1.24/0.82	c OPTIMIZING...
1.24/0.82	c Got one! Elapsed wall clock time (in seconds):0.614
1.24/0.82	o -10
1.24/0.88	c Got one! Elapsed wall clock time (in seconds):0.672
1.24/0.88	o -11
1.85/1.19	c Got one! Elapsed wall clock time (in seconds):0.982
1.85/1.19	o -12
2.98/1.71	c Got one! Elapsed wall clock time (in seconds):1.509
2.98/1.71	o -13
3.80/2.55	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.45/4.06	c cleaning 4250 clauses out of 8500 with flag 11000/11000
7.80/6.21	c cleaning 5621 clauses out of 11250 with flag 18000/18000
11.17/9.14	c cleaning 6815 clauses out of 13629 with flag 26000/26000
15.29/12.91	c cleaning 7901 clauses out of 15814 with flag 35000/35000
19.92/17.54	c cleaning 8956 clauses out of 17913 with flag 45000/45000
25.47/23.10	c cleaning 9478 clauses out of 18957 with flag 55001/55001
30.60/28.14	c cleaning 9736 clauses out of 19478 with flag 65000/65000
35.80/33.38	c cleaning 9869 clauses out of 19742 with flag 75000/75000
41.62/39.11	c cleaning 9934 clauses out of 19871 with flag 85000/85000
46.54/44.05	c cleaning 9968 clauses out of 19936 with flag 95000/95000
51.53/49.00	c cleaning 9983 clauses out of 19966 with flag 105000/105000
55.84/53.32	c cleaning 9987 clauses out of 19981 with flag 115001/115001
60.35/57.86	c cleaning 9992 clauses out of 19991 with flag 125002/125002
65.26/62.73	c cleaning 9989 clauses out of 19993 with flag 135000/135000
70.77/68.25	c cleaning 9991 clauses out of 19999 with flag 145001/145001
75.88/73.31	c cleaning 10000 clauses out of 20003 with flag 155000/155000
80.69/78.13	c cleaning 9996 clauses out of 19992 with flag 165000/165000
83.20/80.66	c starts		: 82
83.20/80.66	c conflicts		: 171366
83.20/80.66	c decisions		: 175521
83.20/80.66	c propagations		: 1047439
83.20/80.66	c inspects		: 239242656
83.20/80.66	c learnt literals	: 85
83.20/80.66	c learnt binary clauses	: 1092
83.20/80.66	c learnt ternary clauses	: 1855
83.20/80.66	c learnt clauses	: 171280
83.20/80.66	c ignored clauses	: 0
83.20/80.66	c root simplifications	: 0
83.20/80.66	c removed literals (reason simplification)	: 1511599
83.20/80.66	c reason swapping (by a shorter reason)	: 0
83.20/80.66	c Calls to reduceDB	: 18
83.20/80.66	c number of reductions to clauses (during analyze)	: 0
83.20/80.66	c number of learned constraints concerned by reduction	: 0
83.20/80.66	c number of learning phase by resolution	: 0
83.20/80.66	c number of learning phase by cutting planes	: 0
83.20/80.66	c speed (assignments/second)	: 13268.294845648126
83.20/80.66	c non guided choices	0
83.20/80.66	c learnt constraints type 
83.20/80.66	c constraints type 
83.20/80.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1531
83.20/80.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
83.20/80.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1531
83.20/80.66	s OPTIMUM FOUND
83.20/80.66	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 
83.20/80.66	c objective function=-13
83.20/80.66	c Total wall clock time (in seconds): 80.455

Verifier Data

OK	-13

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658576-1276661422/watcher-2658576-1276661422 -o /tmp/evaluation-result-2658576-1276661422/solver-2658576-1276661422 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658576-1276661422.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 14836
/proc/meminfo: memFree=1720796/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1700 CPUtime=0
/proc/14836/stat : 14836 (java6) R 14834 14836 14712 0 -1 4194304 201 0 0 0 0 0 0 0 19 0 1 0 7437288 1740800 105 1992294400 134512640 134550932 4289997072 18446744073709551615 9996448 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14836/statm: 458 110 85 10 0 63 0

[startup+0.101603 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14836
/proc/meminfo: memFree=1720796/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1524184 CPUtime=0.08
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 7437288 1560764416 3402 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 381046 3402 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.210251 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14836
/proc/meminfo: memFree=1720796/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1526204 CPUtime=0.25
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 5097 0 1 0 22 3 0 0 18 0 12 0 7437288 1562832896 4534 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 381551 4534 1348 10 0 378853 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 1526204

[startup+0.300251 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14836
/proc/meminfo: memFree=1720796/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1526204 CPUtime=0.39
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 5307 0 1 0 36 3 0 0 18 0 12 0 7437288 1562832896 4744 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 381551 4745 1365 10 0 378853 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526204

[startup+0.700251 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 14836
/proc/meminfo: memFree=1720796/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1528760 CPUtime=1.11
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 6854 0 1 0 107 4 0 0 18 0 12 0 7437288 1565450240 6222 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 382190 6222 1396 10 0 379492 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528760

[startup+1.50125 s]
/proc/loadavg: 1.00 1.00 1.00 4/119 14849
/proc/meminfo: memFree=1693908/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1531908 CPUtime=2.63
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 12698 0 1 0 258 5 0 0 18 0 13 0 7437288 1568673792 11563 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 382977 11567 1424 10 0 380279 0
[pid=14836/tid=14838] ppid=14834 vsize=1531908 CPUtime=1.47
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 9079 0 1 0 143 4 0 0 20 0 13 0 7437290 1568673792 11569 1992294400 134512640 134550932 4291752560 18446744073709551615 4109638199 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 7437291 1568673792 11571 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 7437291 1568673792 11573 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14841/stat : 14841 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 7437293 1568673792 11575 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14842] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14842/stat : 14842 (java) S 14834 14836 14712 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 7437293 1568673792 11577 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14843] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14843/stat : 14843 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 7437293 1568673792 11579 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14844] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14844/stat : 14844 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1568673792 11580 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14845] ppid=14834 vsize=1531908 CPUtime=0.54
/proc/14836/task/14845/stat : 14845 (java) R 14834 14836 14712 0 -1 4202560 776 0 0 0 54 0 0 0 25 0 13 0 7437298 1568673792 11582 1992294400 134512640 134550932 4291752560 18446744073709551615 106539780 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14836/tid=14846] ppid=14834 vsize=1531908 CPUtime=0.6
/proc/14836/task/14846/stat : 14846 (java) R 14834 14836 14712 0 -1 4202560 1780 0 0 0 60 0 0 0 25 0 13 0 7437298 1568673792 11584 1992294400 134512640 134550932 4291752560 18446744073709551615 104138849 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14836/tid=14847] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14847/stat : 14847 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1568673792 11586 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14848] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14848/stat : 14848 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7437298 1568673792 11587 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14849] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14849/stat : 14849 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7437366 1568673792 11588 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 1531908

[startup+3.10125 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14849
/proc/meminfo: memFree=1626948/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1531908 CPUtime=4.51
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 31609 0 1 0 436 15 0 0 18 0 13 0 7437288 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 382977 30464 1442 10 0 380279 0
[pid=14836/tid=14838] ppid=14834 vsize=1531908 CPUtime=3.02
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 26554 0 1 0 290 12 0 0 24 0 13 0 7437290 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4109654174 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 324 0 0 0 0 0 0 0 18 0 13 0 7437291 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 395 0 0 0 0 0 0 0 18 0 13 0 7437291 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1531908 CPUtime=0.02
/proc/14836/task/14841/stat : 14841 (java) S 14834 14836 14712 0 -1 4202560 688 0 0 0 2 0 0 0 16 0 13 0 7437293 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14842] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14842/stat : 14842 (java) S 14834 14836 14712 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7437293 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14843] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14843/stat : 14843 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7437293 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14844] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14844/stat : 14844 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14845] ppid=14834 vsize=1531908 CPUtime=0.64
/proc/14836/task/14845/stat : 14845 (java) S 14834 14836 14712 0 -1 4202560 782 0 0 0 64 0 0 0 18 0 13 0 7437298 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14846] ppid=14834 vsize=1531908 CPUtime=0.75
/proc/14836/task/14846/stat : 14846 (java) S 14834 14836 14712 0 -1 4202560 1799 0 0 0 75 0 0 0 17 0 13 0 7437298 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14847] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14847/stat : 14847 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14848] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14848/stat : 14848 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7437298 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14849] ppid=14834 vsize=1531908 CPUtime=0
/proc/14836/task/14849/stat : 14849 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7437366 1568673792 30464 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 1531908

[startup+6.30125 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14849
/proc/meminfo: memFree=1590492/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1534180 CPUtime=8
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 38942 0 1 0 783 17 0 0 18 0 13 0 7437288 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 383545 37785 1442 10 0 380847 0
[pid=14836/tid=14838] ppid=14834 vsize=1534180 CPUtime=6.13
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 32070 0 1 0 599 14 0 0 25 0 13 0 7437290 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4109628498 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1534180 CPUtime=0.03
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 735 0 0 0 3 0 0 0 16 0 13 0 7437291 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1534180 CPUtime=0.02
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 730 0 0 0 2 0 0 0 16 0 13 0 7437291 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1534180 CPUtime=0.08
/proc/14836/task/14841/stat : 14841 (java) S 14834 14836 14712 0 -1 4202560 1451 0 0 0 8 0 0 0 16 0 13 0 7437293 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14842] ppid=14834 vsize=1534180 CPUtime=0
/proc/14836/task/14842/stat : 14842 (java) S 14834 14836 14712 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7437293 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14843] ppid=14834 vsize=1534180 CPUtime=0
/proc/14836/task/14843/stat : 14843 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7437293 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14844] ppid=14834 vsize=1534180 CPUtime=0
/proc/14836/task/14844/stat : 14844 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14845] ppid=14834 vsize=1534180 CPUtime=0.73
/proc/14836/task/14845/stat : 14845 (java) S 14834 14836 14712 0 -1 4202560 788 0 0 0 73 0 0 0 15 0 13 0 7437298 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14846] ppid=14834 vsize=1534180 CPUtime=0.95
/proc/14836/task/14846/stat : 14846 (java) R 14834 14836 14712 0 -1 4202560 2101 0 0 0 95 0 0 0 16 0 13 0 7437298 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 103371452 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14836/tid=14847] ppid=14834 vsize=1534180 CPUtime=0
/proc/14836/task/14847/stat : 14847 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14848] ppid=14834 vsize=1534180 CPUtime=0
/proc/14836/task/14848/stat : 14848 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7437298 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14849] ppid=14834 vsize=1534180 CPUtime=0
/proc/14836/task/14849/stat : 14849 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7437366 1571000320 37785 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8
Current children cumulated vsize (KiB) 1534180

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14849
/proc/meminfo: memFree=1569164/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1536848 CPUtime=15.09
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 41413 0 1 0 1490 19 0 0 18 0 13 0 7437288 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 384212 38925 1442 10 0 381514 0
[pid=14836/tid=14838] ppid=14834 vsize=1536848 CPUtime=12.46
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 32075 0 1 0 1232 14 0 0 25 0 13 0 7437290 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4109635508 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1536848 CPUtime=0.05
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 807 0 0 0 5 0 0 0 15 0 13 0 7437291 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1536848 CPUtime=0.04
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 793 0 0 0 4 0 0 0 16 0 13 0 7437291 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1536848 CPUtime=0.13
/proc/14836/task/14841/stat : 14841 (java) S 14834 14836 14712 0 -1 4202560 1451 0 0 0 13 0 0 0 15 0 13 0 7437293 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14842] ppid=14834 vsize=1536848 CPUtime=0
/proc/14836/task/14842/stat : 14842 (java) S 14834 14836 14712 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7437293 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14843] ppid=14834 vsize=1536848 CPUtime=0
/proc/14836/task/14843/stat : 14843 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7437293 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14844] ppid=14834 vsize=1536848 CPUtime=0
/proc/14836/task/14844/stat : 14844 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14845] ppid=14834 vsize=1536848 CPUtime=1.1
/proc/14836/task/14845/stat : 14845 (java) S 14834 14836 14712 0 -1 4202560 1499 0 0 0 109 1 0 0 16 0 13 0 7437298 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14846] ppid=14834 vsize=1536848 CPUtime=1.26
/proc/14836/task/14846/stat : 14846 (java) S 14834 14836 14712 0 -1 4202560 3721 0 0 0 125 1 0 0 15 0 13 0 7437298 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14847] ppid=14834 vsize=1536848 CPUtime=0
/proc/14836/task/14847/stat : 14847 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14848] ppid=14834 vsize=1536848 CPUtime=0
/proc/14836/task/14848/stat : 14848 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 7437298 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14849] ppid=14834 vsize=1536848 CPUtime=0
/proc/14836/task/14849/stat : 14849 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7437366 1573732352 38925 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 1536848

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14849
/proc/meminfo: memFree=1562840/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1535424 CPUtime=27.99
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 43463 0 1 0 2779 20 0 0 18 0 13 0 7437288 1572274176 40609 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 383856 40609 1442 10 0 381158 0
[pid=14836/tid=14838] ppid=14834 vsize=1535424 CPUtime=25.08
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 32081 0 1 0 2494 14 0 0 25 0 13 0 7437290 1572274176 40609 1992294400 134512640 134550932 4291752560 18446744073709551615 4109294352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1535424 CPUtime=0.08
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 995 0 0 0 8 0 0 0 15 0 13 0 7437291 1572274176 40609 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1535424 CPUtime=0.08
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 1640 0 0 0 8 0 0 0 16 0 13 0 7437291 1572274176 40609 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1535424 CPUtime=0.25

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

/proc/14836/statm: 383856 48440 1442 10 0 381158 0
[pid=14836/tid=14838] ppid=14834 vsize=1535424 CPUtime=75.77
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 38016 0 1 0 7560 17 0 0 25 0 13 0 7437290 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4109628627 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1535424 CPUtime=0.23
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 2017 0 0 0 22 1 0 0 15 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1535424 CPUtime=0.21
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 2630 0 0 0 20 1 0 0 16 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1535424 CPUtime=0.66
/proc/14836/task/14841/stat : 14841 (java) S 14834 14836 14712 0 -1 4202560 2580 0 0 0 65 1 0 0 15 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14842] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14842/stat : 14842 (java) S 14834 14836 14712 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14843] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14843/stat : 14843 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14844] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14844/stat : 14844 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14845] ppid=14834 vsize=1535424 CPUtime=1.18
/proc/14836/task/14845/stat : 14845 (java) S 14834 14836 14712 0 -1 4202560 1500 0 0 0 117 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14846] ppid=14834 vsize=1535424 CPUtime=1.26
/proc/14836/task/14846/stat : 14846 (java) S 14834 14836 14712 0 -1 4202560 3721 0 0 0 125 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14847] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14847/stat : 14847 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14848] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14848/stat : 14848 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14849] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14849/stat : 14849 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7437366 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 79.38
Current children cumulated vsize (KiB) 1535424

[startup+78.4013 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14851
/proc/meminfo: memFree=1531220/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1535424 CPUtime=80.99
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 51539 0 1 0 8074 25 0 0 18 0 13 0 7437288 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 383856 48440 1442 10 0 381158 0
[pid=14836/tid=14838] ppid=14834 vsize=1535424 CPUtime=77.32
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 38018 0 1 0 7715 17 0 0 25 0 13 0 7437290 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4109590227 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1535424 CPUtime=0.25
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 2017 0 0 0 24 1 0 0 15 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1535424 CPUtime=0.23
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 2630 0 0 0 22 1 0 0 16 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1535424 CPUtime=0.7
/proc/14836/task/14841/stat : 14841 (java) S 14834 14836 14712 0 -1 4202560 2580 0 0 0 69 1 0 0 16 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14842] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14842/stat : 14842 (java) S 14834 14836 14712 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14843] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14843/stat : 14843 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14844] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14844/stat : 14844 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14845] ppid=14834 vsize=1535424 CPUtime=1.18
/proc/14836/task/14845/stat : 14845 (java) S 14834 14836 14712 0 -1 4202560 1500 0 0 0 117 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14846] ppid=14834 vsize=1535424 CPUtime=1.26
/proc/14836/task/14846/stat : 14846 (java) S 14834 14836 14712 0 -1 4202560 3721 0 0 0 125 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14847] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14847/stat : 14847 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14848] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14848/stat : 14848 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14849] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14849/stat : 14849 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7437366 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 80.99
Current children cumulated vsize (KiB) 1535424

[startup+80.0013 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14851
/proc/meminfo: memFree=1531220/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1535424 CPUtime=82.6
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 51539 0 1 0 8234 26 0 0 18 0 13 0 7437288 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 383856 48440 1442 10 0 381158 0
[pid=14836/tid=14838] ppid=14834 vsize=1535424 CPUtime=78.91
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 38018 0 1 0 7874 17 0 0 25 0 13 0 7437290 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4109742764 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1535424 CPUtime=0.25
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 2017 0 0 0 24 1 0 0 15 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1535424 CPUtime=0.23
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 2630 0 0 0 22 1 0 0 16 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1535424 CPUtime=0.7
/proc/14836/task/14841/stat : 14841 (java) S 14834 14836 14712 0 -1 4202560 2580 0 0 0 69 1 0 0 15 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14842] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14842/stat : 14842 (java) S 14834 14836 14712 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14843] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14843/stat : 14843 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14844] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14844/stat : 14844 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14845] ppid=14834 vsize=1535424 CPUtime=1.18
/proc/14836/task/14845/stat : 14845 (java) S 14834 14836 14712 0 -1 4202560 1500 0 0 0 117 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14846] ppid=14834 vsize=1535424 CPUtime=1.26
/proc/14836/task/14846/stat : 14846 (java) S 14834 14836 14712 0 -1 4202560 3721 0 0 0 125 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14847] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14847/stat : 14847 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14848] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14848/stat : 14848 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14849] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14849/stat : 14849 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7437366 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 82.6
Current children cumulated vsize (KiB) 1535424

[startup+80.4093 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14851
/proc/meminfo: memFree=1531220/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1535424 CPUtime=83.01
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 51539 0 1 0 8275 26 0 0 18 0 13 0 7437288 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 383856 48440 1442 10 0 381158 0
[pid=14836/tid=14838] ppid=14834 vsize=1535424 CPUtime=79.32
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 38018 0 1 0 7915 17 0 0 25 0 13 0 7437290 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4109652832 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1535424 CPUtime=0.25
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 2017 0 0 0 24 1 0 0 15 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1535424 CPUtime=0.23
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 2630 0 0 0 22 1 0 0 16 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1535424 CPUtime=0.7
/proc/14836/task/14841/stat : 14841 (java) S 14834 14836 14712 0 -1 4202560 2580 0 0 0 69 1 0 0 15 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14842] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14842/stat : 14842 (java) S 14834 14836 14712 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14843] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14843/stat : 14843 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14844] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14844/stat : 14844 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14845] ppid=14834 vsize=1535424 CPUtime=1.18
/proc/14836/task/14845/stat : 14845 (java) S 14834 14836 14712 0 -1 4202560 1500 0 0 0 117 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14846] ppid=14834 vsize=1535424 CPUtime=1.26
/proc/14836/task/14846/stat : 14846 (java) S 14834 14836 14712 0 -1 4202560 3721 0 0 0 125 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14847] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14847/stat : 14847 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14848] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14848/stat : 14848 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14849] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14849/stat : 14849 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7437366 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.01
Current children cumulated vsize (KiB) 1535424

[startup+80.6013 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14851
/proc/meminfo: memFree=1531220/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=1535424 CPUtime=83.2
/proc/14836/stat : 14836 (java) S 14834 14836 14712 0 -1 4202496 51539 0 1 0 8294 26 0 0 18 0 13 0 7437288 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 383856 48440 1442 10 0 381158 0
[pid=14836/tid=14838] ppid=14834 vsize=1535424 CPUtime=79.51
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4202560 38018 0 1 0 7934 17 0 0 25 0 13 0 7437290 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4109653853 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14836/tid=14839] ppid=14834 vsize=1535424 CPUtime=0.25
/proc/14836/task/14839/stat : 14839 (java) S 14834 14836 14712 0 -1 4202560 2017 0 0 0 24 1 0 0 15 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14840] ppid=14834 vsize=1535424 CPUtime=0.23
/proc/14836/task/14840/stat : 14840 (java) S 14834 14836 14712 0 -1 4202560 2630 0 0 0 22 1 0 0 16 0 13 0 7437291 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14841] ppid=14834 vsize=1535424 CPUtime=0.7
/proc/14836/task/14841/stat : 14841 (java) S 14834 14836 14712 0 -1 4202560 2580 0 0 0 69 1 0 0 15 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 0 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14842] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14842/stat : 14842 (java) S 14834 14836 14712 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14843] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14843/stat : 14843 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7437293 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14844] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14844/stat : 14844 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14845] ppid=14834 vsize=1535424 CPUtime=1.18
/proc/14836/task/14845/stat : 14845 (java) S 14834 14836 14712 0 -1 4202560 1500 0 0 0 117 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14846] ppid=14834 vsize=1535424 CPUtime=1.26
/proc/14836/task/14846/stat : 14846 (java) S 14834 14836 14712 0 -1 4202560 3721 0 0 0 125 1 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14847] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14847/stat : 14847 (java) S 14834 14836 14712 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 0 0 0 0
[pid=14836/tid=14848] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14848/stat : 14848 (java) S 14834 14836 14712 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 13 0 7437298 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
[pid=14836/tid=14849] ppid=14834 vsize=1535424 CPUtime=0
/proc/14836/task/14849/stat : 14849 (java) S 14834 14836 14712 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7437366 1572274176 48440 1992294400 134512640 134550932 4291752560 18446744073709551615 4294960144 0 4 0 16800975 18446604437862475584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.2
Current children cumulated vsize (KiB) 1535424

[startup+80.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 14851
/proc/meminfo: memFree=1531220/2059040 swapFree=4192956/4192956
[pid=14836] ppid=14834 vsize=0 CPUtime=83.28
/proc/14836/stat : 14836 (java) Z 14834 14836 14712 0 -1 4203548 51553 0 1 0 8301 27 0 0 18 0 2 0 7437288 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/14836/statm: 0 0 0 0 0 0 0
[pid=14836/tid=14838] ppid=14834 vsize=0 CPUtime=79.59
/proc/14836/task/14838/stat : 14838 (java) R 14834 14836 14712 0 -1 4203588 38023 0 1 0 7940 19 0 0 25 0 2 0 7437290 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.28
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 80.7081
CPU time (s): 83.2963
CPU user time (s): 83.0164
CPU system time (s): 0.279957
CPU usage (%): 103.207
Max. virtual memory (cumulated for all children) (KiB): 1539236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.0164
system time used= 0.279957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51553
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= 2224
involuntary context switches= 1433

runsolver used 0.19597 second user time and 0.431934 second system time

The end

Launcher Data

Begin job on node033 at 2010-06-16 06:10:22
IDJOB=2658576
IDBENCH=48190
IDSOLVER=1164
FILE ID=node033/2658576-1276661422
PBS_JOBID= 11172496
Free space on /tmp= 62592 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_5.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658576-1276661422/watcher-2658576-1276661422 -o /tmp/evaluation-result-2658576-1276661422/solver-2658576-1276661422 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658576-1276661422.opb

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

MD5SUM BENCH= 2b42cb52a84d6f68fde6feb3c17d922a
RANDOM SEED=852876516

node033.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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1721192 kB
Buffers:         43768 kB
Cached:         156288 kB
SwapCached:          0 kB
Active:          94164 kB
Inactive:       165644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1721192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             268 kB
Writeback:           0 kB
AnonPages:       59800 kB
Mapped:          15380 kB
Slab:            56184 kB
PageTables:       3908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181708 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= 62588 MiB
End job on node033 at 2010-06-16 06:11:42