Trace number 2658239

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 NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26SAT 92.6369 91.1803

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_10_4_5.opb
MD5SUM0539c652b1e3f6d8e29192b5bfaa9e11
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.012997
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1228
Sum of products size (including duplicates)2456
Number of different products614
Sum of products size1228

Solver Data

0.08/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.13	c See www.sat4j.org for details.
0.08/0.14	c version 2.2.0.v20100526
0.08/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.14	c java.vm.version	11.2-b01
0.08/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version		1.6.0_12
0.08/0.14	c os.name		Linux
0.08/0.14	c os.version		2.6.18-164.el5
0.08/0.14	c os.arch		i386
0.08/0.14	c Free memory 		1393557488
0.08/0.14	c Max memory 		1395916800
0.08/0.14	c Total memory 		1395916800
0.08/0.14	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-2658239-1276682071.opb
0.08/0.20	c reading problem ... 
0.54/0.47	c ... done. Wall clock time 0.267s.
0.54/0.47	c #vars     714
0.54/0.47	c #constraints  1381
0.54/0.47	c constraints type 
0.54/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 614
0.54/0.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.54/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.54/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
4.05/2.85	c cleaning 2500 clauses out of 5000 with flag 5000/5000
7.20/5.92	c cleaning 4251 clauses out of 8504 with flag 11004/11004
11.41/10.11	c cleaning 5624 clauses out of 11249 with flag 18000/18000
15.87/14.56	c cleaning 6811 clauses out of 13625 with flag 26000/26000
21.87/20.52	c cleaning 7906 clauses out of 15815 with flag 35001/35001
28.38/27.07	c cleaning 8953 clauses out of 17910 with flag 45002/45002
33.00/31.60	c cleaning 9476 clauses out of 18956 with flag 55001/55001
36.81/35.41	c cleaning 9740 clauses out of 19485 with flag 65006/65006
39.72/38.38	c cleaning 9871 clauses out of 19744 with flag 75005/75005
42.62/41.29	c cleaning 9931 clauses out of 19869 with flag 85001/85001
47.63/46.21	c cleaning 9969 clauses out of 19940 with flag 95003/95003
50.43/49.03	c cleaning 9982 clauses out of 19970 with flag 105002/105002
54.24/52.84	c cleaning 9995 clauses out of 19992 with flag 115006/115006
58.64/57.25	c cleaning 10000 clauses out of 20003 with flag 125012/125012
61.93/60.56	c cleaning 9996 clauses out of 19997 with flag 135006/135006
66.14/64.78	c cleaning 9996 clauses out of 19997 with flag 145002/145002
70.94/69.59	c cleaning 9997 clauses out of 19999 with flag 155000/155000
74.14/72.79	c cleaning 9998 clauses out of 20004 with flag 165002/165002
78.85/77.48	c cleaning 10000 clauses out of 20004 with flag 175000/175000
83.45/82.01	c cleaning 10002 clauses out of 20009 with flag 185005/185005
87.16/85.71	c cleaning 10000 clauses out of 20006 with flag 195004/195004
90.25/88.82	c cleaning 10006 clauses out of 20011 with flag 205009/205009
92.45/91.09	c starts		: 119
92.45/91.10	c conflicts		: 213812
92.45/91.10	c decisions		: 469516
92.45/91.10	c propagations		: 2915996
92.45/91.10	c inspects		: 249481923
92.45/91.10	c learnt literals	: 0
92.45/91.10	c learnt binary clauses	: 0
92.45/91.10	c learnt ternary clauses	: 269
92.45/91.10	c learnt clauses	: 213812
92.45/91.10	c ignored clauses	: 0
92.45/91.10	c root simplifications	: 0
92.45/91.10	c removed literals (reason simplification)	: 2854205
92.45/91.10	c reason swapping (by a shorter reason)	: 0
92.45/91.10	c Calls to reduceDB	: 22
92.45/91.10	c number of reductions to clauses (during analyze)	: 0
92.45/91.10	c number of learned constraints concerned by reduction	: 0
92.45/91.10	c number of learning phase by resolution	: 0
92.45/91.10	c number of learning phase by cutting planes	: 0
92.45/91.10	c speed (assignments/second)	: 32174.732428555668
92.45/91.10	c non guided choices	651
92.55/91.13	c learnt constraints type 
92.55/91.13	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18808
92.55/91.13	c constraints type 
92.55/91.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 614
92.55/91.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
92.55/91.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
92.55/91.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 614
92.55/91.13	s SATISFIABLE
92.55/91.13	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 
92.55/91.13	c Total wall clock time (in seconds): 90.93

Verifier Data

OK	0

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658239-1276682071/watcher-2658239-1276682071 -o /tmp/evaluation-result-2658239-1276682071/solver-2658239-1276682071 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658239-1276682071.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.85 0.98 0.99 3/106 15989
/proc/meminfo: memFree=1774768/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=248 CPUtime=0
/proc/15989/stat : 15989 (java) R 15987 15989 14723 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 9502493 253952 28 1992294400 134512640 134550932 4291211248 18446744073709551615 7467486 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15989/statm: 75 30 23 10 0 23 0

[startup+0.0148431 s]
/proc/loadavg: 0.85 0.98 0.99 3/106 15989
/proc/meminfo: memFree=1774768/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=13480 CPUtime=0
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 1112 0 0 0 0 0 0 0 18 0 2 0 9502493 13803520 582 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.101321 s]
/proc/loadavg: 0.85 0.98 0.99 3/106 15989
/proc/meminfo: memFree=1774768/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1524184 CPUtime=0.08
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 3999 0 1 0 7 1 0 0 18 0 12 0 9502493 1560764416 3438 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 381046 3438 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300632 s]
/proc/loadavg: 0.85 0.98 0.99 3/106 15989
/proc/meminfo: memFree=1774768/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1526100 CPUtime=0.4
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 5317 0 1 0 37 3 0 0 18 0 12 0 9502493 1562726400 4754 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 381525 4754 1365 10 0 378827 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 1526100

[startup+0.70061 s]
/proc/loadavg: 0.85 0.98 0.99 3/106 15989
/proc/meminfo: memFree=1774768/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1529756 CPUtime=1.11
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 7185 0 1 0 107 4 0 0 18 0 13 0 9502493 1566470144 6446 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 382439 6447 1419 10 0 379741 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1529756

[startup+1.50157 s]
/proc/loadavg: 0.85 0.98 0.99 4/119 16002
/proc/meminfo: memFree=1746952/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1535640 CPUtime=2.62
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 15014 0 1 0 254 8 0 0 18 0 13 0 9502493 1572495360 13816 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383910 13819 1422 10 0 381212 0
[pid=15989/tid=15991] ppid=15987 vsize=1535640 CPUtime=1.48
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14723 0 -1 4202560 10438 0 1 0 142 6 0 0 18 0 13 0 9502495 1572495360 13820 1992294400 134512640 134550932 4291211248 18446744073709551615 4109216597 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 13 0 9502496 1572495360 13821 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 9502496 1572495360 13823 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 9502498 1572495360 13825 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14723 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 9502498 1572495360 13825 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 9502498 1572495360 13827 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1572495360 13830 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1535640 CPUtime=0.52
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14723 0 -1 4202560 874 0 0 0 52 0 0 0 25 0 13 0 9502502 1572495360 13831 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1535640 CPUtime=0.59
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14723 0 -1 4202560 2639 0 0 0 58 1 0 0 25 0 13 0 9502502 1572495360 13832 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1572495360 13835 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9502502 1572495360 13837 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9502541 1572495360 13839 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1535640

[startup+3.10048 s]
/proc/loadavg: 0.85 0.98 0.99 2/119 16002
/proc/meminfo: memFree=1695244/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1535640 CPUtime=4.36
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 27975 0 1 0 422 14 0 0 18 0 13 0 9502493 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383910 26762 1440 10 0 381212 0
[pid=15989/tid=15991] ppid=15987 vsize=1535640 CPUtime=3.04
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14723 0 -1 4202560 22245 0 1 0 293 11 0 0 21 0 13 0 9502495 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4109234606 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 282 0 0 0 0 0 0 0 18 0 13 0 9502496 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 274 0 0 0 0 0 0 0 17 0 13 0 9502496 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1535640 CPUtime=0.02
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14723 0 -1 4202560 541 0 0 0 2 0 0 0 17 0 13 0 9502498 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14723 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9502498 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9502498 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1535640 CPUtime=0.65
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14723 0 -1 4202560 927 0 0 0 65 0 0 0 15 0 13 0 9502502 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1535640 CPUtime=0.61
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14723 0 -1 4202560 2639 0 0 0 60 1 0 0 15 0 13 0 9502502 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9502502 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1535640 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9502541 1572495360 26762 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 1535640

[startup+6.3013 s]
/proc/loadavg: 0.86 0.98 0.99 2/119 16002
/proc/meminfo: memFree=1662136/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1534768 CPUtime=7.6
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 34387 0 1 0 744 16 0 0 18 0 13 0 9502493 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383692 32961 1440 10 0 380994 0
[pid=15989/tid=15991] ppid=15987 vsize=1534768 CPUtime=6.16
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14723 0 -1 4202560 27752 0 1 0 603 13 0 0 25 0 13 0 9502495 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4109232825 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1534768 CPUtime=0.01
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 567 0 0 0 1 0 0 0 18 0 13 0 9502496 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1534768 CPUtime=0.01
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 544 0 0 0 1 0 0 0 15 0 13 0 9502496 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1534768 CPUtime=0.05
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14723 0 -1 4202560 885 0 0 0 5 0 0 0 16 0 13 0 9502498 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14723 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1534768 CPUtime=0.7
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14723 0 -1 4202560 930 0 0 0 70 0 0 0 16 0 13 0 9502502 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1534768 CPUtime=0.63
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14723 0 -1 4202560 2642 0 0 0 62 1 0 0 16 0 13 0 9502502 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9502502 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9502541 1571602432 32961 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 1534768

[startup+12.7009 s]
/proc/loadavg: 0.87 0.98 0.99 2/119 16002
/proc/meminfo: memFree=1645396/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1534768 CPUtime=14.01
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 34919 0 1 0 1384 17 0 0 18 0 13 0 9502493 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383692 33490 1440 10 0 380994 0
[pid=15989/tid=15991] ppid=15987 vsize=1534768 CPUtime=12.51
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14723 0 -1 4202560 27753 0 1 0 1238 13 0 0 25 0 13 0 9502495 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4109232870 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1534768 CPUtime=0.01
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 710 0 0 0 1 0 0 0 18 0 13 0 9502496 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1534768 CPUtime=0.01
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 649 0 0 0 1 0 0 0 16 0 13 0 9502496 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1534768 CPUtime=0.07
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14723 0 -1 4202560 1168 0 0 0 7 0 0 0 15 0 13 0 9502498 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14723 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1534768 CPUtime=0.71
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14723 0 -1 4202560 930 0 0 0 71 0 0 0 16 0 13 0 9502502 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1534768 CPUtime=0.63
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14723 0 -1 4202560 2642 0 0 0 62 1 0 0 16 0 13 0 9502502 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 9502502 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9502541 1571602432 33490 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.01
Current children cumulated vsize (KiB) 1534768

[startup+25.5019 s]
/proc/loadavg: 0.90 0.98 0.99 3/119 16002
/proc/meminfo: memFree=1627416/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1534768 CPUtime=26.88
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 39504 0 1 0 2670 18 0 0 18 0 13 0 9502493 1571602432 38069 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383692 38069 1440 10 0 380994 0
[pid=15989/tid=15991] ppid=15987 vsize=1534768 CPUtime=25.19
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14723 0 -1 4202560 32056 0 1 0 2505 14 0 0 25 0 13 0 9502495 1571602432 38069 1992294400 134512640 134550932 4291211248 18446744073709551615 4109244159 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1534768 CPUtime=0.04
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 795 0 0 0 4 0 0 0 18 0 13 0 9502496 1571602432 38069 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1534768 CPUtime=0.05
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 716 0 0 0 5 0 0 0 15 0 13 0 9502496 1571602432 38069 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1534768 CPUtime=0.14

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

/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9502541 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.55
Current children cumulated vsize (KiB) 1534768

[startup+86.3016 s]
/proc/loadavg: 0.96 0.98 0.99 2/119 16004
/proc/meminfo: memFree=1608320/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1534768 CPUtime=87.75
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 44166 0 1 0 8753 22 0 0 18 0 13 0 9502493 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383692 42699 1440 10 0 380994 0
[pid=15989/tid=15991] ppid=15987 vsize=1534768 CPUtime=85.31
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14723 0 -1 4202560 34449 0 1 0 8515 16 0 0 25 0 13 0 9502495 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4109234689 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1534768 CPUtime=0.14
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 1604 0 0 0 13 1 0 0 16 0 13 0 9502496 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1534768 CPUtime=0.16
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 1533 0 0 0 15 1 0 0 15 0 13 0 9502496 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1534768 CPUtime=0.66
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14723 0 -1 4202560 1927 0 0 0 66 0 0 0 16 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14723 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1534768 CPUtime=0.79
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14723 0 -1 4202560 939 0 0 0 79 0 0 0 15 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1534768 CPUtime=0.63
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14723 0 -1 4202560 2642 0 0 0 62 1 0 0 16 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9502541 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 87.75
Current children cumulated vsize (KiB) 1534768

[startup+89.5008 s]
/proc/loadavg: 0.96 0.98 0.99 2/119 16004
/proc/meminfo: memFree=1608320/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1534768 CPUtime=90.95
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 44167 0 1 0 9073 22 0 0 18 0 13 0 9502493 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383692 42699 1440 10 0 380994 0
[pid=15989/tid=15991] ppid=15987 vsize=1534768 CPUtime=88.47
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14723 0 -1 4202560 34450 0 1 0 8831 16 0 0 25 0 13 0 9502495 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4108990112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1534768 CPUtime=0.14
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 1604 0 0 0 13 1 0 0 15 0 13 0 9502496 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1534768 CPUtime=0.16
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 1533 0 0 0 15 1 0 0 16 0 13 0 9502496 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1534768 CPUtime=0.7
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14723 0 -1 4202560 1927 0 0 0 70 0 0 0 16 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14723 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1534768 CPUtime=0.79
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14723 0 -1 4202560 939 0 0 0 79 0 0 0 15 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1534768 CPUtime=0.63
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14723 0 -1 4202560 2642 0 0 0 62 1 0 0 16 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9502541 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 90.95
Current children cumulated vsize (KiB) 1534768

[startup+90.3019 s]
/proc/loadavg: 0.96 0.98 0.99 3/119 16004
/proc/meminfo: memFree=1608320/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1534768 CPUtime=91.75
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 44167 0 1 0 9153 22 0 0 18 0 13 0 9502493 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383692 42699 1440 10 0 380994 0
[pid=15989/tid=15991] ppid=15987 vsize=1534768 CPUtime=89.28
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14723 0 -1 4202560 34450 0 1 0 8912 16 0 0 25 0 13 0 9502495 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4109236934 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1534768 CPUtime=0.14
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 1604 0 0 0 13 1 0 0 15 0 13 0 9502496 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1534768 CPUtime=0.16
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 1533 0 0 0 15 1 0 0 16 0 13 0 9502496 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1534768 CPUtime=0.7
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14723 0 -1 4202560 1927 0 0 0 70 0 0 0 15 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14723 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1534768 CPUtime=0.79
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14723 0 -1 4202560 939 0 0 0 79 0 0 0 15 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1534768 CPUtime=0.63
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14723 0 -1 4202560 2642 0 0 0 62 1 0 0 16 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9502541 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.75
Current children cumulated vsize (KiB) 1534768

[startup+90.7019 s]
/proc/loadavg: 0.96 0.98 0.99 3/119 16004
/proc/meminfo: memFree=1608320/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1534768 CPUtime=92.15
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 44167 0 1 0 9193 22 0 0 18 0 13 0 9502493 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383692 42699 1440 10 0 380994 0
[pid=15989/tid=15991] ppid=15987 vsize=1534768 CPUtime=89.68
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14723 0 -1 4202560 34450 0 1 0 8952 16 0 0 25 0 13 0 9502495 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4109244159 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1534768 CPUtime=0.14
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 1604 0 0 0 13 1 0 0 15 0 13 0 9502496 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1534768 CPUtime=0.16
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 1533 0 0 0 15 1 0 0 16 0 13 0 9502496 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1534768 CPUtime=0.7
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14723 0 -1 4202560 1927 0 0 0 70 0 0 0 15 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14723 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 9502498 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1534768 CPUtime=0.79
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14723 0 -1 4202560 939 0 0 0 79 0 0 0 15 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1534768 CPUtime=0.63
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14723 0 -1 4202560 2642 0 0 0 62 1 0 0 16 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 9502502 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1534768 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 9502541 1571602432 42699 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 92.15
Current children cumulated vsize (KiB) 1534768

[startup+91.1019 s]
/proc/loadavg: 0.96 0.98 0.99 3/119 16004
/proc/meminfo: memFree=1608320/2059040 swapFree=4164944/4192956
[pid=15989] ppid=15987 vsize=1535092 CPUtime=92.55
/proc/15989/stat : 15989 (java) S 15987 15989 14723 0 -1 4202496 44174 0 1 0 9233 22 0 0 18 0 14 0 9502493 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 383773 42706 1440 10 0 381075 0
[pid=15989/tid=15991] ppid=15987 vsize=1535092 CPUtime=90.07
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 14723 0 -1 4202560 34453 0 1 0 8991 16 0 0 19 0 14 0 9502495 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1535092 CPUtime=0.14
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14723 0 -1 4202560 1604 0 0 0 13 1 0 0 15 0 14 0 9502496 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1535092 CPUtime=0.16
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14723 0 -1 4202560 1533 0 0 0 15 1 0 0 16 0 14 0 9502496 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1535092 CPUtime=0.7
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14723 0 -1 4202560 1927 0 0 0 70 0 0 0 15 0 14 0 9502498 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 0 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1535092 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14723 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 9502498 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1535092 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14723 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 9502498 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1535092 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 9502502 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1535092 CPUtime=0.79
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14723 0 -1 4202560 939 0 0 0 79 0 0 0 15 0 14 0 9502502 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1535092 CPUtime=0.63
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14723 0 -1 4202560 2642 0 0 0 62 1 0 0 16 0 14 0 9502502 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1535092 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14723 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 9502502 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1535092 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14723 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 14 0 9502502 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 0 0 0 0
[pid=15989/tid=16002] ppid=15987 vsize=1535092 CPUtime=0
/proc/15989/task/16002/stat : 16002 (java) S 15987 15989 14723 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 9502541 1571934208 42706 1992294400 134512640 134550932 4291211248 18446744073709551615 4294960144 0 4 0 16800975 18446604437826139968 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 92.55
Current children cumulated vsize (KiB) 1535092

Child status: 10
Real time (s): 91.1803
CPU time (s): 92.6369
CPU user time (s): 92.391
CPU system time (s): 0.245962
CPU usage (%): 101.597
Max. virtual memory (cumulated for all children) (KiB): 1535640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.391
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44185
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= 2315
involuntary context switches= 1289

runsolver used 0.186971 second user time and 0.514921 second system time

The end

Launcher Data

Begin job on node029 at 2010-06-16 11:54:31
IDJOB=2658239
IDBENCH=48358
IDSOLVER=1164
FILE ID=node029/2658239-1276682071
PBS_JOBID= 11172532
Free space on /tmp= 62576 MiB

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

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

MD5SUM BENCH= 0539c652b1e3f6d8e29192b5bfaa9e11
RANDOM SEED=1711656553

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1775164 kB
Buffers:         75080 kB
Cached:         108156 kB
SwapCached:       1508 kB
Active:          97648 kB
Inactive:       119740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1775164 kB
SwapTotal:     4192956 kB
SwapFree:      4164944 kB
Dirty:             528 kB
Writeback:          12 kB
AnonPages:       32592 kB
Mapped:          15160 kB
Slab:            44844 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181476 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= 62576 MiB
End job on node029 at 2010-06-16 11:56:02