Trace number 2658410

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-26OPT3 66.8058 65.1404

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=19-P2=137-P3=191-P4=223-B.opb
MD5SUM9b762ab9d310cdc754a8481e0a3342a1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark1.89785
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables96
Total number of constraints9
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 constraints9
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658410-1276649361.opb
0.22/0.21	c reading problem ... 
0.37/0.34	c ... done. Wall clock time 0.125s.
0.37/0.34	c #vars     352
0.37/0.34	c #constraints  525
0.37/0.34	c constraints type 
0.37/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
0.37/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
2.50/1.79	c cleaning 2501 clauses out of 5001 with flag 5001/5001
3.96/2.91	c cleaning 4250 clauses out of 8500 with flag 11001/11001
5.16/4.15	c cleaning 5618 clauses out of 11252 with flag 18003/18003
7.10/6.05	c cleaning 6814 clauses out of 13631 with flag 26000/26000
8.92/7.84	c cleaning 7903 clauses out of 15818 with flag 35001/35001
11.13/10.06	c cleaning 8951 clauses out of 17915 with flag 45001/45001
13.03/11.95	c cleaning 9477 clauses out of 18963 with flag 55000/55000
13.73/12.65	c SATISFIABLE
13.73/12.65	c OPTIMIZING...
13.73/12.65	c Got one! Elapsed wall clock time (in seconds):12.442
13.73/12.65	o 3
14.58/13.49	c cleaning 9737 clauses out of 19487 with flag 65001/65001
16.92/15.41	c cleaning 9866 clauses out of 19749 with flag 75000/75000
18.92/17.46	c cleaning 9939 clauses out of 19883 with flag 85000/85000
21.71/20.28	c cleaning 9967 clauses out of 19945 with flag 95001/95001
23.92/22.48	c cleaning 9980 clauses out of 19978 with flag 105001/105001
26.73/25.29	c cleaning 9995 clauses out of 19997 with flag 115000/115000
29.22/27.74	c cleaning 9995 clauses out of 20004 with flag 125002/125002
31.03/29.55	c cleaning 10002 clauses out of 20011 with flag 135004/135004
33.44/31.93	c cleaning 9996 clauses out of 20005 with flag 145000/145000
36.15/34.65	c cleaning 10002 clauses out of 20009 with flag 155000/155000
38.88/37.31	c cleaning 9997 clauses out of 20008 with flag 165001/165001
40.69/39.16	c cleaning 9999 clauses out of 20010 with flag 175000/175000
42.80/41.22	c cleaning 10000 clauses out of 20012 with flag 185001/185001
44.70/43.14	c cleaning 10001 clauses out of 20012 with flag 195001/195001
46.50/44.95	c cleaning 10006 clauses out of 20011 with flag 205001/205001
48.80/47.30	c cleaning 9999 clauses out of 20005 with flag 215001/215001
50.50/48.96	c cleaning 9992 clauses out of 20006 with flag 225001/225001
52.40/50.80	c cleaning 10004 clauses out of 20014 with flag 235001/235001
54.35/52.72	c cleaning 9999 clauses out of 20008 with flag 245000/245000
56.26/54.65	c cleaning 9999 clauses out of 20009 with flag 255000/255000
58.47/56.89	c cleaning 9999 clauses out of 20009 with flag 265000/265000
60.77/59.12	c cleaning 10001 clauses out of 20010 with flag 275001/275001
62.87/61.28	c cleaning 10001 clauses out of 20009 with flag 285001/285001
64.98/63.34	c cleaning 9999 clauses out of 20006 with flag 295000/295000
66.68/65.09	c starts		: 121
66.68/65.09	c conflicts		: 303117
66.68/65.09	c decisions		: 313278
66.68/65.09	c propagations		: 5884748
66.68/65.09	c inspects		: 205172728
66.68/65.09	c learnt literals	: 12
66.68/65.09	c learnt binary clauses	: 56
66.68/65.09	c learnt ternary clauses	: 165
66.68/65.09	c learnt clauses	: 303104
66.68/65.09	c ignored clauses	: 0
66.68/65.09	c root simplifications	: 0
66.68/65.09	c removed literals (reason simplification)	: 9956894
66.68/65.09	c reason swapping (by a shorter reason)	: 0
66.68/65.09	c Calls to reduceDB	: 31
66.68/65.09	c number of reductions to clauses (during analyze)	: 0
66.68/65.09	c number of learned constraints concerned by reduction	: 0
66.68/65.09	c number of learning phase by resolution	: 0
66.68/65.09	c number of learning phase by cutting planes	: 0
66.68/65.09	c speed (assignments/second)	: 112222.96807658568
66.68/65.09	c non guided choices	1037
66.68/65.09	c learnt constraints type 
66.68/65.09	c constraints type 
66.68/65.09	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 256
66.68/65.09	c org.sat4j.pb.constraints.pb.MaxWatchPb => 269
66.68/65.09	s OPTIMUM FOUND
66.68/65.09	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 
66.68/65.09	c objective function=3
66.68/65.09	c Total wall clock time (in seconds): 64.882

Verifier Data

OK	3

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.01 1.48 1.60 3/106 12285
/proc/meminfo: memFree=1791528/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1832 CPUtime=0
/proc/12285/stat : 12285 (java6) S 12283 12285 11743 0 -1 4194304 250 0 0 0 0 0 0 0 16 0 1 0 6231130 1875968 153 1992294400 134512640 134550932 4293700416 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/12285/statm: 458 153 116 10 0 63 0

[startup+0.0333581 s]
/proc/loadavg: 1.01 1.48 1.60 3/106 12285
/proc/meminfo: memFree=1791528/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1518368 CPUtime=0.01
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 2794 0 1 0 0 1 0 0 15 0 4 0 6231130 1554808832 2238 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 379592 2238 519 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.10143 s]
/proc/loadavg: 1.01 1.48 1.60 3/106 12285
/proc/meminfo: memFree=1791528/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1524184 CPUtime=0.08
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 3959 0 1 0 6 2 0 0 15 0 12 0 6231130 1560764416 3399 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300441 s]
/proc/loadavg: 1.01 1.48 1.60 3/106 12285
/proc/meminfo: memFree=1791528/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1526264 CPUtime=0.37
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 5277 0 1 0 34 3 0 0 15 0 12 0 6231130 1562894336 4715 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 381566 4715 1357 10 0 378868 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526264

[startup+0.700474 s]
/proc/loadavg: 1.01 1.48 1.60 3/106 12285
/proc/meminfo: memFree=1791528/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1531004 CPUtime=1.13
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 6875 0 1 0 110 3 0 0 15 0 13 0 6231130 1567748096 6250 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 382751 6250 1409 10 0 380053 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1531004

[startup+1.50152 s]
/proc/loadavg: 1.16 1.51 1.61 2/119 12298
/proc/meminfo: memFree=1768112/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1531004 CPUtime=2.3
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 11076 0 1 0 225 5 0 0 15 0 13 0 6231130 1567748096 10450 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 382751 10451 1419 10 0 380053 0
[pid=12285/tid=12287] ppid=12283 vsize=1531004 CPUtime=1.46
/proc/12285/task/12287/stat : 12287 (java) R 12283 12285 11743 0 -1 4202560 8282 0 1 0 143 3 0 0 25 0 13 0 6231132 1567748096 10451 1992294400 134512640 134550932 4287302752 18446744073709551615 4109570479 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1531004 CPUtime=0
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 6231133 1567748096 10451 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1531004 CPUtime=0
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6231133 1567748096 10451 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1531004 CPUtime=0
/proc/12285/task/12290/stat : 12290 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6231135 1567748096 10451 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12291] ppid=12283 vsize=1531004 CPUtime=0
/proc/12285/task/12291/stat : 12291 (java) S 12283 12285 11743 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 6231136 1567748096 10451 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12292] ppid=12283 vsize=1531004 CPUtime=0
/proc/12285/task/12292/stat : 12292 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 6231136 1567748096 10451 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12293] ppid=12283 vsize=1531004 CPUtime=0
/proc/12285/task/12293/stat : 12293 (java) S 12283 12285 11743 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6231140 1567748096 10451 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12294] ppid=12283 vsize=1531004 CPUtime=0.45
/proc/12285/task/12294/stat : 12294 (java) S 12283 12285 11743 0 -1 4202560 895 0 0 0 45 0 0 0 19 0 13 0 6231140 1567748096 10451 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12295] ppid=12283 vsize=1531004 CPUtime=0.36
/proc/12285/task/12295/stat : 12295 (java) S 12283 12285 11743 0 -1 4202560 833 0 0 0 36 0 0 0 19 0 13 0 6231140 1567748096 10452 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12296] ppid=12283 vsize=1531004 CPUtime=0
/proc/12285/task/12296/stat : 12296 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6231140 1567748096 10452 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12297] ppid=12283 vsize=1531004 CPUtime=0
/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6231140 1567748096 10452 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1531004 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1567748096 10452 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 1531004

[startup+3.10163 s]
/proc/loadavg: 1.16 1.51 1.61 2/119 12298
/proc/meminfo: memFree=1744304/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1533248 CPUtime=4.17
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 15906 0 1 0 410 7 0 0 15 0 13 0 6231130 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 383312 14801 1438 10 0 380614 0
[pid=12285/tid=12287] ppid=12283 vsize=1533248 CPUtime=2.93
/proc/12285/task/12287/stat : 12287 (java) R 12283 12285 11743 0 -1 4202560 10440 0 1 0 288 5 0 0 25 0 13 0 6231132 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4109631038 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1533248 CPUtime=0.01
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 657 0 0 0 1 0 0 0 15 0 13 0 6231133 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 211 0 0 0 0 0 0 0 18 0 13 0 6231133 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1533248 CPUtime=0.04
/proc/12285/task/12290/stat : 12290 (java) S 12283 12285 11743 0 -1 4202560 702 0 0 0 4 0 0 0 16 0 13 0 6231135 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12291] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12291/stat : 12291 (java) S 12283 12285 11743 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6231136 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12292] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12292/stat : 12292 (java) S 12283 12285 11743 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6231136 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12293] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12293/stat : 12293 (java) S 12283 12285 11743 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6231140 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12294] ppid=12283 vsize=1533248 CPUtime=0.54
/proc/12285/task/12294/stat : 12294 (java) S 12283 12285 11743 0 -1 4202560 1083 0 0 0 54 0 0 0 16 0 13 0 6231140 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12295] ppid=12283 vsize=1533248 CPUtime=0.6
/proc/12285/task/12295/stat : 12295 (java) S 12283 12285 11743 0 -1 4202560 1749 0 0 0 60 0 0 0 16 0 13 0 6231140 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12296] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12296/stat : 12296 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6231140 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12297] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6231140 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1570045952 14801 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 1533248

[startup+6.30185 s]
/proc/loadavg: 1.16 1.51 1.61 2/119 12298
/proc/meminfo: memFree=1731284/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1533248 CPUtime=7.42
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 19436 0 1 0 734 8 0 0 15 0 13 0 6231130 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 383312 18328 1440 10 0 380614 0
[pid=12285/tid=12287] ppid=12283 vsize=1533248 CPUtime=6.05
/proc/12285/task/12287/stat : 12287 (java) R 12283 12285 11743 0 -1 4202560 13691 0 1 0 599 6 0 0 25 0 13 0 6231132 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4109613055 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1533248 CPUtime=0.02
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 693 0 0 0 2 0 0 0 15 0 13 0 6231133 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1533248 CPUtime=0.01
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 242 0 0 0 1 0 0 0 16 0 13 0 6231133 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1533248 CPUtime=0.1
/proc/12285/task/12290/stat : 12290 (java) S 12283 12285 11743 0 -1 4202560 905 0 0 0 10 0 0 0 16 0 13 0 6231135 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12291] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12291/stat : 12291 (java) S 12283 12285 11743 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6231136 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12292] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12292/stat : 12292 (java) S 12283 12285 11743 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6231136 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12293] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12293/stat : 12293 (java) S 12283 12285 11743 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6231140 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12294] ppid=12283 vsize=1533248 CPUtime=0.55
/proc/12285/task/12294/stat : 12294 (java) S 12283 12285 11743 0 -1 4202560 1083 0 0 0 55 0 0 0 15 0 13 0 6231140 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12295] ppid=12283 vsize=1533248 CPUtime=0.66
/proc/12285/task/12295/stat : 12295 (java) S 12283 12285 11743 0 -1 4202560 1758 0 0 0 66 0 0 0 15 0 13 0 6231140 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12296] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12296/stat : 12296 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6231140 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12297] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6231140 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1533248 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1570045952 18328 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 1533248

[startup+12.7013 s]
/proc/loadavg: 1.14 1.49 1.60 3/119 12298
/proc/meminfo: memFree=1711940/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1530780 CPUtime=13.83
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 22614 0 1 0 1374 9 0 0 15 0 13 0 6231130 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 382695 20935 1440 10 0 379997 0
[pid=12285/tid=12287] ppid=12283 vsize=1530780 CPUtime=12.33
/proc/12285/task/12287/stat : 12287 (java) R 12283 12285 11743 0 -1 4202560 16207 0 1 0 1227 6 0 0 25 0 13 0 6231132 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4109593473 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1530780 CPUtime=0.03
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 751 0 0 0 3 0 0 0 16 0 13 0 6231133 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1530780 CPUtime=0.02
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 292 0 0 0 2 0 0 0 15 0 13 0 6231133 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1530780 CPUtime=0.18
/proc/12285/task/12290/stat : 12290 (java) S 12283 12285 11743 0 -1 4202560 1459 0 0 0 18 0 0 0 16 0 13 0 6231135 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12291] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12291/stat : 12291 (java) S 12283 12285 11743 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12292] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12292/stat : 12292 (java) S 12283 12285 11743 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12293] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12293/stat : 12293 (java) S 12283 12285 11743 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6231140 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12294] ppid=12283 vsize=1530780 CPUtime=0.55
/proc/12285/task/12294/stat : 12294 (java) S 12283 12285 11743 0 -1 4202560 1083 0 0 0 55 0 0 0 15 0 13 0 6231140 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12295] ppid=12283 vsize=1530780 CPUtime=0.66
/proc/12285/task/12295/stat : 12295 (java) S 12283 12285 11743 0 -1 4202560 1758 0 0 0 66 0 0 0 15 0 13 0 6231140 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12296] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12296/stat : 12296 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6231140 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12297] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 6231140 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1567518720 20935 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 1530780

[startup+25.5022 s]
/proc/loadavg: 1.12 1.47 1.60 2/119 12298
/proc/meminfo: memFree=1689496/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1532280 CPUtime=27.03
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 29764 0 1 0 2691 12 0 0 15 0 13 0 6231130 1569054720 26588 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 383070 26588 1440 10 0 380372 0
[pid=12285/tid=12287] ppid=12283 vsize=1532280 CPUtime=24.87
/proc/12285/task/12287/stat : 12287 (java) R 12283 12285 11743 0 -1 4202560 21317 0 1 0 2479 8 0 0 25 0 13 0 6231132 1569054720 26588 1992294400 134512640 134550932 4287302752 18446744073709551615 4109619485 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1532280 CPUtime=0.06
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 755 0 0 0 6 0 0 0 15 0 13 0 6231133 1569054720 26588 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1532280 CPUtime=0.06
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 294 0 0 0 6 0 0 0 16 0 13 0 6231133 1569054720 26588 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1532280 CPUtime=0.38

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

/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6231140 1567518720 31821 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1567518720 31821 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 59.17
Current children cumulated vsize (KiB) 1530780

[startup+60.7006 s]
/proc/loadavg: 1.06 1.42 1.57 2/119 12300
/proc/meminfo: memFree=1668540/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1530780 CPUtime=62.37
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 35337 0 1 0 6221 16 0 0 15 0 13 0 6231130 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 382695 31822 1440 10 0 379997 0
[pid=12285/tid=12287] ppid=12283 vsize=1530780 CPUtime=59.42
/proc/12285/task/12287/stat : 12287 (java) R 12283 12285 11743 0 -1 4202560 26631 0 1 0 5930 12 0 0 25 0 13 0 6231132 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4109629983 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1530780 CPUtime=0.14
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 756 0 0 0 14 0 0 0 16 0 13 0 6231133 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1530780 CPUtime=0.14
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 301 0 0 0 14 0 0 0 16 0 13 0 6231133 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1530780 CPUtime=0.9
/proc/12285/task/12290/stat : 12290 (java) S 12283 12285 11743 0 -1 4202560 1904 0 0 0 90 0 0 0 15 0 13 0 6231135 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12291] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12291/stat : 12291 (java) S 12283 12285 11743 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12292] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12292/stat : 12292 (java) S 12283 12285 11743 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12293] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12293/stat : 12293 (java) S 12283 12285 11743 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6231140 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12294] ppid=12283 vsize=1530780 CPUtime=0.55
/proc/12285/task/12294/stat : 12294 (java) S 12283 12285 11743 0 -1 4202560 1083 0 0 0 55 0 0 0 15 0 13 0 6231140 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12295] ppid=12283 vsize=1530780 CPUtime=1.16
/proc/12285/task/12295/stat : 12295 (java) S 12283 12285 11743 0 -1 4202560 3594 0 0 0 115 1 0 0 15 0 13 0 6231140 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12296] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12296/stat : 12296 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6231140 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12297] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6231140 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1567518720 31822 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 62.37
Current children cumulated vsize (KiB) 1530780

[startup+62.3005 s]
/proc/loadavg: 1.06 1.41 1.57 2/119 12300
/proc/meminfo: memFree=1668540/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1530780 CPUtime=63.97
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 35339 0 1 0 6381 16 0 0 15 0 13 0 6231130 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 382695 31823 1440 10 0 379997 0
[pid=12285/tid=12287] ppid=12283 vsize=1530780 CPUtime=60.98
/proc/12285/task/12287/stat : 12287 (java) R 12283 12285 11743 0 -1 4202560 26632 0 1 0 6086 12 0 0 25 0 13 0 6231132 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4109613055 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1530780 CPUtime=0.14
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 757 0 0 0 14 0 0 0 16 0 13 0 6231133 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1530780 CPUtime=0.15
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 301 0 0 0 15 0 0 0 15 0 13 0 6231133 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1530780 CPUtime=0.93
/proc/12285/task/12290/stat : 12290 (java) S 12283 12285 11743 0 -1 4202560 1904 0 0 0 93 0 0 0 16 0 13 0 6231135 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12291] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12291/stat : 12291 (java) S 12283 12285 11743 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12292] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12292/stat : 12292 (java) S 12283 12285 11743 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12293] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12293/stat : 12293 (java) S 12283 12285 11743 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6231140 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12294] ppid=12283 vsize=1530780 CPUtime=0.55
/proc/12285/task/12294/stat : 12294 (java) S 12283 12285 11743 0 -1 4202560 1083 0 0 0 55 0 0 0 15 0 13 0 6231140 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12295] ppid=12283 vsize=1530780 CPUtime=1.16
/proc/12285/task/12295/stat : 12295 (java) S 12283 12285 11743 0 -1 4202560 3594 0 0 0 115 1 0 0 15 0 13 0 6231140 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12296] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12296/stat : 12296 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6231140 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12297] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6231140 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1567518720 31823 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.97
Current children cumulated vsize (KiB) 1530780

[startup+63.9014 s]
/proc/loadavg: 1.06 1.41 1.57 2/119 12300
/proc/meminfo: memFree=1668416/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1530780 CPUtime=65.58
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 35383 0 1 0 6542 16 0 0 15 0 13 0 6231130 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 382695 31866 1440 10 0 379997 0
[pid=12285/tid=12287] ppid=12283 vsize=1530780 CPUtime=62.55
/proc/12285/task/12287/stat : 12287 (java) R 12283 12285 11743 0 -1 4202560 26633 0 1 0 6243 12 0 0 25 0 13 0 6231132 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4109629979 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1530780 CPUtime=0.15
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 757 0 0 0 15 0 0 0 15 0 13 0 6231133 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1530780 CPUtime=0.15
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 301 0 0 0 15 0 0 0 16 0 13 0 6231133 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1530780 CPUtime=0.96
/proc/12285/task/12290/stat : 12290 (java) S 12283 12285 11743 0 -1 4202560 1947 0 0 0 96 0 0 0 16 0 13 0 6231135 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12291] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12291/stat : 12291 (java) S 12283 12285 11743 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12292] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12292/stat : 12292 (java) S 12283 12285 11743 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12293] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12293/stat : 12293 (java) S 12283 12285 11743 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12294] ppid=12283 vsize=1530780 CPUtime=0.55
/proc/12285/task/12294/stat : 12294 (java) S 12283 12285 11743 0 -1 4202560 1083 0 0 0 55 0 0 0 15 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12295] ppid=12283 vsize=1530780 CPUtime=1.16
/proc/12285/task/12295/stat : 12295 (java) S 12283 12285 11743 0 -1 4202560 3594 0 0 0 115 1 0 0 15 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12296] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12296/stat : 12296 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12297] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 65.58
Current children cumulated vsize (KiB) 1530780

[startup+64.7014 s]
/proc/loadavg: 1.06 1.41 1.57 2/119 12300
/proc/meminfo: memFree=1668416/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1530780 CPUtime=66.38
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 35383 0 1 0 6622 16 0 0 15 0 13 0 6231130 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 382695 31866 1440 10 0 379997 0
[pid=12285/tid=12287] ppid=12283 vsize=1530780 CPUtime=63.35
/proc/12285/task/12287/stat : 12287 (java) R 12283 12285 11743 0 -1 4202560 26633 0 1 0 6323 12 0 0 25 0 13 0 6231132 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4109551500 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1530780 CPUtime=0.15
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 757 0 0 0 15 0 0 0 15 0 13 0 6231133 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1530780 CPUtime=0.15
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 301 0 0 0 15 0 0 0 16 0 13 0 6231133 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1530780 CPUtime=0.96
/proc/12285/task/12290/stat : 12290 (java) S 12283 12285 11743 0 -1 4202560 1947 0 0 0 96 0 0 0 15 0 13 0 6231135 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12291] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12291/stat : 12291 (java) S 12283 12285 11743 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12292] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12292/stat : 12292 (java) S 12283 12285 11743 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6231136 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12293] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12293/stat : 12293 (java) S 12283 12285 11743 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12294] ppid=12283 vsize=1530780 CPUtime=0.55
/proc/12285/task/12294/stat : 12294 (java) S 12283 12285 11743 0 -1 4202560 1083 0 0 0 55 0 0 0 15 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12295] ppid=12283 vsize=1530780 CPUtime=1.16
/proc/12285/task/12295/stat : 12295 (java) S 12283 12285 11743 0 -1 4202560 3594 0 0 0 115 1 0 0 15 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12296] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12296/stat : 12296 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12297] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6231140 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1530780 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1567518720 31866 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.38
Current children cumulated vsize (KiB) 1530780

[startup+65.1014 s]
/proc/loadavg: 1.06 1.41 1.57 2/119 12300
/proc/meminfo: memFree=1668292/2059040 swapFree=4192956/4192956
[pid=12285] ppid=12283 vsize=1531104 CPUtime=66.77
/proc/12285/stat : 12285 (java) S 12283 12285 11743 0 -1 4202496 35394 0 1 0 6661 16 0 0 15 0 13 0 6231130 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12285/statm: 382776 31877 1441 10 0 380078 0
[pid=12285/tid=12287] ppid=12283 vsize=1531104 CPUtime=63.73
/proc/12285/task/12287/stat : 12287 (java) S 12283 12285 11743 0 -1 4202560 26638 0 1 0 6361 12 0 0 18 0 13 0 6231132 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12288] ppid=12283 vsize=1531104 CPUtime=0.15
/proc/12285/task/12288/stat : 12288 (java) S 12283 12285 11743 0 -1 4202560 757 0 0 0 15 0 0 0 15 0 13 0 6231133 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12289] ppid=12283 vsize=1531104 CPUtime=0.15
/proc/12285/task/12289/stat : 12289 (java) S 12283 12285 11743 0 -1 4202560 301 0 0 0 15 0 0 0 16 0 13 0 6231133 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12290] ppid=12283 vsize=1531104 CPUtime=0.96
/proc/12285/task/12290/stat : 12290 (java) S 12283 12285 11743 0 -1 4202560 1947 0 0 0 96 0 0 0 15 0 13 0 6231135 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 0 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12291] ppid=12283 vsize=1531104 CPUtime=0
/proc/12285/task/12291/stat : 12291 (java) S 12283 12285 11743 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6231136 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12292] ppid=12283 vsize=1531104 CPUtime=0
/proc/12285/task/12292/stat : 12292 (java) S 12283 12285 11743 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6231136 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12293] ppid=12283 vsize=1531104 CPUtime=0
/proc/12285/task/12293/stat : 12293 (java) S 12283 12285 11743 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 13 0 6231140 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12294] ppid=12283 vsize=1531104 CPUtime=0.55
/proc/12285/task/12294/stat : 12294 (java) S 12283 12285 11743 0 -1 4202560 1083 0 0 0 55 0 0 0 15 0 13 0 6231140 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12295] ppid=12283 vsize=1531104 CPUtime=1.17
/proc/12285/task/12295/stat : 12295 (java) S 12283 12285 11743 0 -1 4202560 3594 0 0 0 116 1 0 0 15 0 13 0 6231140 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12296] ppid=12283 vsize=1531104 CPUtime=0
/proc/12285/task/12296/stat : 12296 (java) S 12283 12285 11743 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 6231140 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
[pid=12285/tid=12297] ppid=12283 vsize=1531104 CPUtime=0
/proc/12285/task/12297/stat : 12297 (java) S 12283 12285 11743 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 6231140 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 1 0 0 0
[pid=12285/tid=12298] ppid=12283 vsize=1531104 CPUtime=0
/proc/12285/task/12298/stat : 12298 (java) S 12283 12285 11743 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 6231165 1567850496 31877 1992294400 134512640 134550932 4287302752 18446744073709551615 4294960144 0 4 0 16800975 18446604437828893632 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 66.77
Current children cumulated vsize (KiB) 1531104

Child status: 30
Real time (s): 65.1404
CPU time (s): 66.8058
CPU user time (s): 66.6219
CPU system time (s): 0.183972
CPU usage (%): 102.557
Max. virtual memory (cumulated for all children) (KiB): 1536784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.6219
system time used= 0.183972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35395
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= 1874
involuntary context switches= 1209

runsolver used 0.12998 second user time and 0.373943 second system time

The end

Launcher Data

Begin job on node034 at 2010-06-16 02:49:21
IDJOB=2658410
IDBENCH=48024
IDSOLVER=1164
FILE ID=node034/2658410-1276649361
PBS_JOBID= 11172421
Free space on /tmp= 62516 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=149-P1=19-P2=137-P3=191-P4=223-B.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658410-1276649361/watcher-2658410-1276649361 -o /tmp/evaluation-result-2658410-1276649361/solver-2658410-1276649361 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658410-1276649361.opb

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

MD5SUM BENCH= 9b762ab9d310cdc754a8481e0a3342a1
RANDOM SEED=87117853

node034.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1791800 kB
Buffers:         33156 kB
Cached:         110344 kB
SwapCached:          0 kB
Active:         115372 kB
Inactive:        87828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1791800 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             252 kB
Writeback:           0 kB
AnonPages:       59688 kB
Mapped:          15420 kB
Slab:            42032 kB
PageTables:       3992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182316 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= 62516 MiB
End job on node034 at 2010-06-16 02:50:26