Trace number 2658549

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-26OPT5 97.2392 95.036

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_1.opb
MD5SUM27fb9f28c418482a39889bf496c3dc4e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark11.4833
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
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 constraints50
Minimum length of a constraint11
Maximum length of a constraint19
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)610
Sum of products size (including duplicates)1220
Number of different products610
Sum of products size1220

Quality of the solution as a function of time


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

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.14	c version 2.2.0.v20100526
0.09/0.14	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.14	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.14	c java.vm.version	11.2-b01
0.09/0.14	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version		1.6.0_12
0.09/0.14	c os.name		Linux
0.09/0.14	c os.version		2.6.18-164.el5
0.09/0.14	c os.arch		i386
0.09/0.14	c Free memory 		1393557488
0.09/0.14	c Max memory 		1395916800
0.09/0.14	c Total memory 		1395916800
0.09/0.14	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658549-1276658499.opb
0.09/0.20	c reading problem ... 
0.39/0.39	c ... done. Wall clock time 0.196s.
0.39/0.39	c #vars     660
0.39/0.39	c #constraints  1270
0.39/0.39	c constraints type 
0.39/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 660
0.39/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 610
0.53/0.42	c SATISFIABLE
0.53/0.42	c OPTIMIZING...
0.53/0.42	c Got one! Elapsed wall clock time (in seconds):0.227
0.53/0.42	o 6
3.79/2.56	c cleaning 2499 clauses out of 5001 with flag 5001/5001
5.20/3.88	c cleaning 4247 clauses out of 8501 with flag 11000/11000
6.71/5.37	c cleaning 5624 clauses out of 11254 with flag 18000/18000
8.53/7.19	c cleaning 6813 clauses out of 13632 with flag 26002/26002
10.89/9.41	c cleaning 7907 clauses out of 15820 with flag 35003/35003
13.31/11.89	c cleaning 8952 clauses out of 17911 with flag 45001/45001
15.91/14.41	c cleaning 9477 clauses out of 18958 with flag 55000/55000
18.12/16.70	c cleaning 9738 clauses out of 19481 with flag 65000/65000
20.84/19.33	c cleaning 9867 clauses out of 19743 with flag 75000/75000
23.15/21.69	c cleaning 9935 clauses out of 19877 with flag 85001/85001
25.45/23.97	c cleaning 9968 clauses out of 19944 with flag 95003/95003
28.07/26.53	c cleaning 9984 clauses out of 19973 with flag 105000/105000
30.77/29.23	c cleaning 9990 clauses out of 19989 with flag 115000/115000
33.30/31.77	c cleaning 10000 clauses out of 20004 with flag 125005/125005
35.63/34.08	c cleaning 9995 clauses out of 19999 with flag 135000/135000
37.95/36.38	c cleaning 10000 clauses out of 20004 with flag 145000/145000
40.44/38.84	c cleaning 9998 clauses out of 20004 with flag 155000/155000
42.95/41.37	c cleaning 10001 clauses out of 20007 with flag 165001/165001
45.67/44.03	c cleaning 9999 clauses out of 20005 with flag 175000/175000
48.16/46.54	c cleaning 9999 clauses out of 20006 with flag 185000/185000
50.67/49.03	c cleaning 9998 clauses out of 20008 with flag 195001/195001
53.30/51.68	c cleaning 10000 clauses out of 20010 with flag 205001/205001
56.00/54.32	c cleaning 9999 clauses out of 20009 with flag 215000/215000
58.60/56.96	c cleaning 10000 clauses out of 20010 with flag 225000/225000
61.12/59.47	c cleaning 10002 clauses out of 20012 with flag 235002/235002
63.83/62.15	c cleaning 9996 clauses out of 20008 with flag 245000/245000
66.54/64.81	c cleaning 10002 clauses out of 20012 with flag 255000/255000
69.04/67.38	c cleaning 10003 clauses out of 20013 with flag 265003/265003
71.45/69.77	c cleaning 10000 clauses out of 20008 with flag 275001/275001
74.06/72.32	c cleaning 10000 clauses out of 20009 with flag 285002/285002
76.67/74.93	c cleaning 10001 clauses out of 20009 with flag 295002/295002
79.17/77.48	c cleaning 10000 clauses out of 20008 with flag 305002/305002
81.77/80.08	c cleaning 9999 clauses out of 20007 with flag 315001/315001
84.38/82.62	c cleaning 9999 clauses out of 20007 with flag 325000/325000
86.90/85.14	c cleaning 10000 clauses out of 20008 with flag 335000/335000
88.61/86.84	c Got one! Elapsed wall clock time (in seconds):86.64
88.61/86.84	o 5
89.51/87.72	c cleaning 10002 clauses out of 20012 with flag 345004/345004
92.21/90.46	c cleaning 9999 clauses out of 20006 with flag 355000/355000
95.55/93.62	c cleaning 10006 clauses out of 20013 with flag 365006/365006
97.14/94.97	c starts		: 137
97.14/94.97	c conflicts		: 369155
97.14/94.97	c decisions		: 518219
97.14/94.97	c propagations		: 26374360
97.14/94.97	c inspects		: 264517100
97.14/94.97	c learnt literals	: 5
97.14/94.97	c learnt binary clauses	: 8
97.14/94.97	c learnt ternary clauses	: 18
97.14/94.97	c learnt clauses	: 369149
97.14/94.97	c ignored clauses	: 0
97.14/94.97	c root simplifications	: 0
97.14/94.97	c removed literals (reason simplification)	: 990347
97.14/94.97	c reason swapping (by a shorter reason)	: 0
97.14/94.97	c Calls to reduceDB	: 38
97.14/94.97	c number of reductions to clauses (during analyze)	: 0
97.14/94.97	c number of learned constraints concerned by reduction	: 0
97.14/94.97	c number of learning phase by resolution	: 0
97.14/94.97	c number of learning phase by cutting planes	: 0
97.14/94.97	c speed (assignments/second)	: 3243280.8657156914
97.14/94.97	c non guided choices	0
97.14/94.97	c learnt constraints type 
97.14/94.97	c constraints type 
97.14/94.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 660
97.14/94.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
97.14/94.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 610
97.14/94.97	s OPTIMUM FOUND
97.14/94.97	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 
97.14/94.97	c objective function=5
97.14/94.97	c Total wall clock time (in seconds): 94.774

Verifier Data

OK	5

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658549-1276658499/watcher-2658549-1276658499 -o /tmp/evaluation-result-2658549-1276658499/solver-2658549-1276658499 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658549-1276658499.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: 2.03 2.04 1.69 3/106 15304
/proc/meminfo: memFree=1492492/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=13164 CPUtime=0
/proc/15304/stat : 15304 (java) R 15302 15304 14970 0 -1 4194304 752 0 0 0 0 0 0 0 19 0 1 0 7142624 13479936 333 1992294400 134512640 134550932 4294789872 18446744073709551615 5101189 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15304/statm: 3291 339 142 10 0 1121 0

[startup+0.027385 s]
/proc/loadavg: 2.03 2.04 1.69 3/106 15304
/proc/meminfo: memFree=1492492/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1518368 CPUtime=0.01
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 2792 0 1 0 0 1 0 0 19 0 4 0 7142624 1554808832 2235 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 379592 2235 519 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.101834 s]
/proc/loadavg: 2.03 2.04 1.69 3/106 15304
/proc/meminfo: memFree=1492492/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1524184 CPUtime=0.09
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 4007 0 1 0 7 2 0 0 19 0 12 0 7142624 1560764416 3446 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 381046 3446 1079 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300112 s]
/proc/loadavg: 2.03 2.04 1.69 3/106 15304
/proc/meminfo: memFree=1492492/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1526256 CPUtime=0.39
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 5321 0 1 0 36 3 0 0 19 0 12 0 7142624 1562886144 4758 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 381564 4758 1365 10 0 378866 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 1526256

[startup+0.70109 s]
/proc/loadavg: 2.03 2.04 1.69 3/106 15304
/proc/meminfo: memFree=1492492/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1538880 CPUtime=1.11
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 9729 0 1 0 106 5 0 0 19 0 13 0 7142624 1575813120 7995 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384720 7995 1408 10 0 382022 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1538880

[startup+1.50105 s]
/proc/loadavg: 2.03 2.04 1.69 4/119 15317
/proc/meminfo: memFree=1461204/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1538476 CPUtime=2.7
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 18158 0 1 0 261 9 0 0 19 0 13 0 7142624 1575399424 15856 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384619 15859 1421 10 0 381921 0
[pid=15304/tid=15306] ppid=15302 vsize=1538476 CPUtime=1.48
/proc/15304/task/15306/stat : 15306 (java) R 15302 15304 14970 0 -1 4202560 11798 0 1 0 142 6 0 0 18 0 13 0 7142625 1575399424 15861 1992294400 134512640 134550932 4294789872 18446744073709551615 4109179329 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 19 0 13 0 7142627 1575399424 15863 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 7142627 1575399424 15865 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15309/stat : 15309 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 7142628 1575399424 15866 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15310] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15310/stat : 15310 (java) S 15302 15304 14970 0 -1 4202560 10 0 0 0 0 0 0 0 22 0 13 0 7142629 1575399424 15868 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15311] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15311/stat : 15311 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 7142629 1575399424 15870 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15312] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15312/stat : 15312 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 7142633 1575399424 15872 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15313] ppid=15302 vsize=1538476 CPUtime=0.58
/proc/15304/task/15313/stat : 15313 (java) S 15302 15304 14970 0 -1 4202560 3194 0 0 0 57 1 0 0 25 0 13 0 7142633 1575399424 15875 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15314] ppid=15302 vsize=1538476 CPUtime=0.61
/proc/15304/task/15314/stat : 15314 (java) R 15302 15304 14970 0 -1 4202560 2105 0 0 0 60 1 0 0 25 0 13 0 7142633 1575399424 15876 1992294400 134512640 134550932 4294789872 18446744073709551615 104164131 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15304/tid=15315] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15315/stat : 15315 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7142633 1575399424 15876 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15316] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7142633 1575399424 15876 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1575399424 15877 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 1538476

[startup+3.10196 s]
/proc/loadavg: 2.03 2.04 1.69 2/119 15319
/proc/meminfo: memFree=1370312/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1538476 CPUtime=4.45
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 39512 0 1 0 425 20 0 0 19 0 13 0 7142624 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384619 37148 1440 10 0 381921 0
[pid=15304/tid=15306] ppid=15302 vsize=1538476 CPUtime=3.04
/proc/15304/task/15306/stat : 15306 (java) R 15302 15304 14970 0 -1 4202560 32064 0 1 0 289 15 0 0 20 0 13 0 7142625 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4109181015 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1538476 CPUtime=0.01
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 411 0 0 0 1 0 0 0 15 0 13 0 7142627 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 288 0 0 0 0 0 0 0 15 0 13 0 7142627 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1538476 CPUtime=0.02
/proc/15304/task/15309/stat : 15309 (java) S 15302 15304 14970 0 -1 4202560 310 0 0 0 2 0 0 0 16 0 13 0 7142628 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15310] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15310/stat : 15310 (java) S 15302 15304 14970 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7142629 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15311] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15311/stat : 15311 (java) S 15302 15304 14970 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7142629 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15312] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15312/stat : 15312 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 7142633 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15313] ppid=15302 vsize=1538476 CPUtime=0.64
/proc/15304/task/15313/stat : 15313 (java) S 15302 15304 14970 0 -1 4202560 3259 0 0 0 63 1 0 0 15 0 13 0 7142633 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15314] ppid=15302 vsize=1538476 CPUtime=0.69
/proc/15304/task/15314/stat : 15314 (java) S 15302 15304 14970 0 -1 4202560 2115 0 0 0 68 1 0 0 16 0 13 0 7142633 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15315] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15315/stat : 15315 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7142633 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15316] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7142633 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1575399424 37148 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1538476

[startup+6.30179 s]
/proc/loadavg: 1.95 2.03 1.68 2/119 15319
/proc/meminfo: memFree=1347868/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1538476 CPUtime=7.73
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 39810 0 1 0 753 20 0 0 19 0 13 0 7142624 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384619 37440 1440 10 0 381921 0
[pid=15304/tid=15306] ppid=15302 vsize=1538476 CPUtime=6.17
/proc/15304/task/15306/stat : 15306 (java) R 15302 15304 14970 0 -1 4202560 32070 0 1 0 602 15 0 0 25 0 13 0 7142625 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4109218359 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1538476 CPUtime=0.02
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 422 0 0 0 2 0 0 0 16 0 13 0 7142627 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1538476 CPUtime=0.01
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 303 0 0 0 1 0 0 0 16 0 13 0 7142627 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1538476 CPUtime=0.06
/proc/15304/task/15309/stat : 15309 (java) S 15302 15304 14970 0 -1 4202560 570 0 0 0 6 0 0 0 15 0 13 0 7142628 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15310] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15310/stat : 15310 (java) S 15302 15304 14970 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7142629 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15311] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15311/stat : 15311 (java) S 15302 15304 14970 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7142629 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15312] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15312/stat : 15312 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 7142633 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15313] ppid=15302 vsize=1538476 CPUtime=0.68
/proc/15304/task/15313/stat : 15313 (java) S 15302 15304 14970 0 -1 4202560 3263 0 0 0 67 1 0 0 15 0 13 0 7142633 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15314] ppid=15302 vsize=1538476 CPUtime=0.72
/proc/15304/task/15314/stat : 15314 (java) S 15302 15304 14970 0 -1 4202560 2117 0 0 0 71 1 0 0 15 0 13 0 7142633 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15315] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15315/stat : 15315 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7142633 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15316] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7142633 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1538476 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1575399424 37440 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 1538476

[startup+12.7004 s]
/proc/loadavg: 1.87 2.01 1.68 2/119 15319
/proc/meminfo: memFree=1310048/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1539500 CPUtime=14.21
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 49263 0 1 0 1397 24 0 0 19 0 13 0 7142624 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384875 46777 1440 10 0 382177 0
[pid=15304/tid=15306] ppid=15302 vsize=1539500 CPUtime=12.44
/proc/15304/task/15306/stat : 15306 (java) R 15302 15304 14970 0 -1 4202560 39536 0 1 0 1225 19 0 0 25 0 13 0 7142625 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4109116614 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1539500 CPUtime=0.06
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 1272 0 0 0 6 0 0 0 15 0 13 0 7142627 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1539500 CPUtime=0.05
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 1126 0 0 0 5 0 0 0 15 0 13 0 7142627 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1539500 CPUtime=0.14
/proc/15304/task/15309/stat : 15309 (java) S 15302 15304 14970 0 -1 4202560 672 0 0 0 14 0 0 0 16 0 13 0 7142628 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15310] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15310/stat : 15310 (java) S 15302 15304 14970 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15311] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15311/stat : 15311 (java) S 15302 15304 14970 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15312] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15312/stat : 15312 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15313] ppid=15302 vsize=1539500 CPUtime=0.73
/proc/15304/task/15313/stat : 15313 (java) S 15302 15304 14970 0 -1 4202560 3474 0 0 0 72 1 0 0 15 0 13 0 7142633 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15314] ppid=15302 vsize=1539500 CPUtime=0.72
/proc/15304/task/15314/stat : 15314 (java) S 15302 15304 14970 0 -1 4202560 2118 0 0 0 71 1 0 0 15 0 13 0 7142633 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15315] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15315/stat : 15315 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15316] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 7142633 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1576448000 46777 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.21
Current children cumulated vsize (KiB) 1539500

[startup+25.5017 s]
/proc/loadavg: 1.68 1.96 1.67 2/119 15319
/proc/meminfo: memFree=1307692/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1539500 CPUtime=27.05
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 49917 0 1 0 2680 25 0 0 19 0 13 0 7142624 1576448000 47341 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384875 47341 1440 10 0 382177 0
[pid=15304/tid=15306] ppid=15302 vsize=1539500 CPUtime=25.04
/proc/15304/task/15306/stat : 15306 (java) R 15302 15304 14970 0 -1 4202560 39549 0 1 0 2485 19 0 0 25 0 13 0 7142625 1576448000 47341 1992294400 134512640 134550932 4294789872 18446744073709551615 4109232905 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1539500 CPUtime=0.1
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 1619 0 0 0 10 0 0 0 15 0 13 0 7142627 1576448000 47341 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1539500 CPUtime=0.11
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 1412 0 0 0 10 1 0 0 16 0 13 0 7142627 1576448000 47341 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1539500 CPUtime=0.28

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

/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7142633 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 91.31
Current children cumulated vsize (KiB) 1539500

[startup+92.7011 s]
/proc/loadavg: 1.23 1.77 1.62 2/119 15321
/proc/meminfo: memFree=1305212/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1539500 CPUtime=94.52
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 50579 0 1 0 9420 32 0 0 19 0 13 0 7142624 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384875 47858 1440 10 0 382177 0
[pid=15304/tid=15306] ppid=15302 vsize=1539500 CPUtime=91.1
/proc/15304/task/15306/stat : 15306 (java) R 15302 15304 14970 0 -1 4202560 39626 0 1 0 9087 23 0 0 25 0 13 0 7142625 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4108913421 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1539500 CPUtime=0.43
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 1911 0 0 0 41 2 0 0 15 0 13 0 7142627 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1539500 CPUtime=0.44
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 1691 0 0 0 42 2 0 0 16 0 13 0 7142627 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1539500 CPUtime=1
/proc/15304/task/15309/stat : 15309 (java) S 15302 15304 14970 0 -1 4202560 685 0 0 0 100 0 0 0 16 0 13 0 7142628 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15310] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15310/stat : 15310 (java) S 15302 15304 14970 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15311] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15311/stat : 15311 (java) S 15302 15304 14970 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15312] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15312/stat : 15312 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15313] ppid=15302 vsize=1539500 CPUtime=0.73
/proc/15304/task/15313/stat : 15313 (java) S 15302 15304 14970 0 -1 4202560 3474 0 0 0 72 1 0 0 15 0 13 0 7142633 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15314] ppid=15302 vsize=1539500 CPUtime=0.77
/proc/15304/task/15314/stat : 15314 (java) S 15302 15304 14970 0 -1 4202560 2121 0 0 0 76 1 0 0 15 0 13 0 7142633 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15315] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15315/stat : 15315 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15316] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7142633 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1576448000 47858 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 94.52
Current children cumulated vsize (KiB) 1539500

[startup+94.301 s]
/proc/loadavg: 1.23 1.77 1.62 3/119 15321
/proc/meminfo: memFree=1305212/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1539500 CPUtime=96.52
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 50724 0 1 0 9620 32 0 0 19 0 13 0 7142624 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384875 48001 1440 10 0 382177 0
[pid=15304/tid=15306] ppid=15302 vsize=1539500 CPUtime=92.65
/proc/15304/task/15306/stat : 15306 (java) R 15302 15304 14970 0 -1 4202560 39630 0 1 0 9242 23 0 0 25 0 13 0 7142625 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4109200570 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1539500 CPUtime=0.43
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 1911 0 0 0 41 2 0 0 15 0 13 0 7142627 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1539500 CPUtime=0.44
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 1691 0 0 0 42 2 0 0 15 0 13 0 7142627 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1539500 CPUtime=1.02
/proc/15304/task/15309/stat : 15309 (java) S 15302 15304 14970 0 -1 4202560 685 0 0 0 102 0 0 0 16 0 13 0 7142628 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15310] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15310/stat : 15310 (java) S 15302 15304 14970 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15311] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15311/stat : 15311 (java) S 15302 15304 14970 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15312] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15312/stat : 15312 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15313] ppid=15302 vsize=1539500 CPUtime=0.73
/proc/15304/task/15313/stat : 15313 (java) S 15302 15304 14970 0 -1 4202560 3474 0 0 0 72 1 0 0 15 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15314] ppid=15302 vsize=1539500 CPUtime=1.18
/proc/15304/task/15314/stat : 15314 (java) S 15302 15304 14970 0 -1 4202560 2262 0 0 0 117 1 0 0 16 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15315] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15315/stat : 15315 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15316] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.52
Current children cumulated vsize (KiB) 1539500

[startup+94.702 s]
/proc/loadavg: 1.23 1.77 1.62 2/119 15321
/proc/meminfo: memFree=1304840/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1539500 CPUtime=96.92
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 50725 0 1 0 9660 32 0 0 19 0 13 0 7142624 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384875 48001 1440 10 0 382177 0
[pid=15304/tid=15306] ppid=15302 vsize=1539500 CPUtime=93.05
/proc/15304/task/15306/stat : 15306 (java) R 15302 15304 14970 0 -1 4202560 39631 0 1 0 9282 23 0 0 25 0 13 0 7142625 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4109147304 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1539500 CPUtime=0.44
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 1911 0 0 0 42 2 0 0 15 0 13 0 7142627 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1539500 CPUtime=0.45
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 1691 0 0 0 43 2 0 0 16 0 13 0 7142627 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1539500 CPUtime=1.03
/proc/15304/task/15309/stat : 15309 (java) S 15302 15304 14970 0 -1 4202560 685 0 0 0 103 0 0 0 15 0 13 0 7142628 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15310] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15310/stat : 15310 (java) S 15302 15304 14970 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15311] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15311/stat : 15311 (java) S 15302 15304 14970 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15312] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15312/stat : 15312 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15313] ppid=15302 vsize=1539500 CPUtime=0.73
/proc/15304/task/15313/stat : 15313 (java) S 15302 15304 14970 0 -1 4202560 3474 0 0 0 72 1 0 0 15 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15314] ppid=15302 vsize=1539500 CPUtime=1.18
/proc/15304/task/15314/stat : 15314 (java) S 15302 15304 14970 0 -1 4202560 2262 0 0 0 117 1 0 0 16 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15315] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15315/stat : 15315 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15316] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.92
Current children cumulated vsize (KiB) 1539500

[startup+94.902 s]
/proc/loadavg: 1.23 1.77 1.62 2/119 15321
/proc/meminfo: memFree=1304840/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1539500 CPUtime=97.14
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 50725 0 1 0 9682 32 0 0 19 0 13 0 7142624 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384875 48001 1440 10 0 382177 0
[pid=15304/tid=15306] ppid=15302 vsize=1539500 CPUtime=93.24
/proc/15304/task/15306/stat : 15306 (java) R 15302 15304 14970 0 -1 4202560 39631 0 1 0 9301 23 0 0 25 0 13 0 7142625 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4109119340 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1539500 CPUtime=0.44
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 1911 0 0 0 42 2 0 0 15 0 13 0 7142627 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1539500 CPUtime=0.45
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 1691 0 0 0 43 2 0 0 16 0 13 0 7142627 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1539500 CPUtime=1.03
/proc/15304/task/15309/stat : 15309 (java) S 15302 15304 14970 0 -1 4202560 685 0 0 0 103 0 0 0 15 0 13 0 7142628 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15310] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15310/stat : 15310 (java) S 15302 15304 14970 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15311] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15311/stat : 15311 (java) S 15302 15304 14970 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7142629 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15312] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15312/stat : 15312 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15313] ppid=15302 vsize=1539500 CPUtime=0.73
/proc/15304/task/15313/stat : 15313 (java) S 15302 15304 14970 0 -1 4202560 3474 0 0 0 72 1 0 0 15 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15314] ppid=15302 vsize=1539500 CPUtime=1.2
/proc/15304/task/15314/stat : 15314 (java) S 15302 15304 14970 0 -1 4202560 2262 0 0 0 119 1 0 0 16 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15315] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15315/stat : 15315 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15316] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7142633 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1539500 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1576448000 48001 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.14
Current children cumulated vsize (KiB) 1539500

[startup+95.002 s]
/proc/loadavg: 1.23 1.77 1.62 2/119 15321
/proc/meminfo: memFree=1304840/2059040 swapFree=4192956/4192956
[pid=15304] ppid=15302 vsize=1539824 CPUtime=97.21
/proc/15304/stat : 15304 (java) S 15302 15304 14970 0 -1 4202496 50737 0 1 0 9689 32 0 0 19 0 13 0 7142624 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15304/statm: 384956 48013 1441 10 0 382258 0
[pid=15304/tid=15306] ppid=15302 vsize=1539824 CPUtime=93.31
/proc/15304/task/15306/stat : 15306 (java) S 15302 15304 14970 0 -1 4202560 39636 0 1 0 9308 23 0 0 25 0 13 0 7142625 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15307] ppid=15302 vsize=1539824 CPUtime=0.44
/proc/15304/task/15307/stat : 15307 (java) S 15302 15304 14970 0 -1 4202560 1911 0 0 0 42 2 0 0 15 0 13 0 7142627 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15308] ppid=15302 vsize=1539824 CPUtime=0.45
/proc/15304/task/15308/stat : 15308 (java) S 15302 15304 14970 0 -1 4202560 1691 0 0 0 43 2 0 0 16 0 13 0 7142627 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15309] ppid=15302 vsize=1539824 CPUtime=1.03
/proc/15304/task/15309/stat : 15309 (java) S 15302 15304 14970 0 -1 4202560 685 0 0 0 103 0 0 0 15 0 13 0 7142628 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 0 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15310] ppid=15302 vsize=1539824 CPUtime=0
/proc/15304/task/15310/stat : 15310 (java) S 15302 15304 14970 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 7142629 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15311] ppid=15302 vsize=1539824 CPUtime=0
/proc/15304/task/15311/stat : 15311 (java) S 15302 15304 14970 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 7142629 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15312] ppid=15302 vsize=1539824 CPUtime=0
/proc/15304/task/15312/stat : 15312 (java) S 15302 15304 14970 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 7142633 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15313] ppid=15302 vsize=1539824 CPUtime=0.73
/proc/15304/task/15313/stat : 15313 (java) S 15302 15304 14970 0 -1 4202560 3474 0 0 0 72 1 0 0 15 0 13 0 7142633 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15314] ppid=15302 vsize=1539824 CPUtime=1.2
/proc/15304/task/15314/stat : 15314 (java) S 15302 15304 14970 0 -1 4202560 2262 0 0 0 119 1 0 0 15 0 13 0 7142633 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
[pid=15304/tid=15315] ppid=15302 vsize=1539824 CPUtime=0
/proc/15304/task/15315/stat : 15315 (java) S 15302 15304 14970 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 7142633 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15316] ppid=15302 vsize=1539824 CPUtime=0
/proc/15304/task/15316/stat : 15316 (java) S 15302 15304 14970 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 7142633 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 0 0 0 0
[pid=15304/tid=15317] ppid=15302 vsize=1539824 CPUtime=0
/proc/15304/task/15317/stat : 15317 (java) S 15302 15304 14970 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 7142665 1576779776 48013 1992294400 134512640 134550932 4294789872 18446744073709551615 4294960144 0 4 0 16800975 18446604435773840192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.21
Current children cumulated vsize (KiB) 1539824

Child status: 30
Real time (s): 95.036
CPU time (s): 97.2392
CPU user time (s): 96.8963
CPU system time (s): 0.342947
CPU usage (%): 102.318
Max. virtual memory (cumulated for all children) (KiB): 1540444

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

runsolver used 0.209968 second user time and 0.539917 second system time

The end

Launcher Data

Begin job on node039 at 2010-06-16 05:21:39
IDJOB=2658549
IDBENCH=48163
IDSOLVER=1164
FILE ID=node039/2658549-1276658499
PBS_JOBID= 11172476
Free space on /tmp= 62552 MiB

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

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

MD5SUM BENCH= 27fb9f28c418482a39889bf496c3dc4e
RANDOM SEED=2067317563

node039.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.267
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.53
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.267
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:       1492748 kB
Buffers:        113008 kB
Cached:         311052 kB
SwapCached:          0 kB
Active:         154008 kB
Inactive:       329396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1492748 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             584 kB
Writeback:           0 kB
AnonPages:       59376 kB
Mapped:          15444 kB
Slab:            60996 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182448 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= 62552 MiB
End job on node039 at 2010-06-16 05:23:14