Trace number 2659366

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26UNSAT 45.5731 44.1217

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110967142.opb
MD5SUMbf3ef0de19a9022f2739cc274dcb4ec9
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.444931
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2659366-1276276748.opb
0.22/0.21	c reading problem ... 
0.34/0.33	c ... done. Wall clock time 0.117s.
0.34/0.33	c #vars     169
0.34/0.33	c #constraints  101
0.34/0.33	c constraints type 
0.34/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.34/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.34/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.34/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.30/1.44	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.98/2.01	c cleaning 4244 clauses out of 8502 with flag 11000/11000
3.58/2.67	c cleaning 5627 clauses out of 11259 with flag 18001/18001
4.39/3.51	c cleaning 6815 clauses out of 13632 with flag 26001/26001
5.32/4.39	c cleaning 7904 clauses out of 15816 with flag 35000/35000
6.32/5.38	c cleaning 8953 clauses out of 17912 with flag 45000/45000
7.42/6.42	c cleaning 9478 clauses out of 18959 with flag 55000/55000
8.42/7.44	c cleaning 9734 clauses out of 19483 with flag 65002/65002
9.42/8.46	c cleaning 9870 clauses out of 19748 with flag 75001/75001
10.62/9.62	c cleaning 9932 clauses out of 19878 with flag 85001/85001
11.82/10.82	c cleaning 9972 clauses out of 19949 with flag 95004/95004
12.72/11.76	c cleaning 9984 clauses out of 19977 with flag 105004/105004
13.73/12.73	c cleaning 9996 clauses out of 19997 with flag 115008/115008
14.93/13.95	c cleaning 9992 clauses out of 19994 with flag 125001/125001
16.04/15.04	c cleaning 9997 clauses out of 20002 with flag 135001/135001
17.04/16.06	c cleaning 10000 clauses out of 20007 with flag 145003/145003
18.04/17.09	c cleaning 9997 clauses out of 20005 with flag 155001/155001
19.04/18.06	c cleaning 9999 clauses out of 20007 with flag 165000/165000
20.24/19.20	c cleaning 9999 clauses out of 20009 with flag 175001/175001
21.35/20.32	c cleaning 9997 clauses out of 20010 with flag 185001/185001
22.35/21.33	c cleaning 10004 clauses out of 20013 with flag 195001/195001
23.24/22.25	c cleaning 9998 clauses out of 20009 with flag 205001/205001
24.25/23.21	c cleaning 10001 clauses out of 20010 with flag 215000/215000
25.05/24.10	c cleaning 9997 clauses out of 20009 with flag 225000/225000
26.04/25.09	c cleaning 10002 clauses out of 20012 with flag 235000/235000
27.04/26.03	c cleaning 10000 clauses out of 20010 with flag 245000/245000
27.95/26.95	c cleaning 10001 clauses out of 20010 with flag 255000/255000
29.05/28.03	c cleaning 10000 clauses out of 20009 with flag 265000/265000
30.06/29.02	c cleaning 10000 clauses out of 20009 with flag 275000/275000
30.96/29.92	c cleaning 10004 clauses out of 20010 with flag 285001/285001
31.87/30.84	c cleaning 9998 clauses out of 20005 with flag 295000/295000
32.77/31.79	c cleaning 10000 clauses out of 20007 with flag 305000/305000
33.76/32.75	c cleaning 9997 clauses out of 20007 with flag 315000/315000
34.77/33.71	c cleaning 10000 clauses out of 20010 with flag 325000/325000
35.66/34.66	c cleaning 9996 clauses out of 20010 with flag 335000/335000
36.66/35.66	c cleaning 10000 clauses out of 20014 with flag 345000/345000
37.66/36.62	c cleaning 10003 clauses out of 20014 with flag 355000/355000
38.57/37.58	c cleaning 10004 clauses out of 20013 with flag 365002/365002
39.58/38.55	c cleaning 10003 clauses out of 20009 with flag 375002/375002
40.58/39.52	c cleaning 10001 clauses out of 20007 with flag 385003/385003
41.68/40.61	c cleaning 9997 clauses out of 20003 with flag 395000/395000
42.68/41.66	c cleaning 9994 clauses out of 20006 with flag 405000/405000
43.91/42.71	c cleaning 10004 clauses out of 20012 with flag 415000/415000
45.16/43.76	c cleaning 10003 clauses out of 20011 with flag 425003/425003
45.49/44.04	c starts		: 149
45.49/44.04	c conflicts		: 428139
45.49/44.04	c decisions		: 581230
45.49/44.04	c propagations		: 9031402
45.49/44.04	c inspects		: 146373932
45.49/44.04	c learnt literals	: 5
45.49/44.04	c learnt binary clauses	: 15
45.49/44.04	c learnt ternary clauses	: 79
45.49/44.04	c learnt clauses	: 428133
45.49/44.04	c ignored clauses	: 0
45.49/44.04	c root simplifications	: 0
45.49/44.04	c removed literals (reason simplification)	: 5156937
45.49/44.04	c reason swapping (by a shorter reason)	: 0
45.49/44.04	c Calls to reduceDB	: 44
45.49/44.04	c number of reductions to clauses (during analyze)	: 0
45.49/44.04	c number of learned constraints concerned by reduction	: 0
45.49/44.04	c number of learning phase by resolution	: 0
45.49/44.04	c number of learning phase by cutting planes	: 0
45.49/44.04	c speed (assignments/second)	: 206606.77601628806
45.49/44.04	c non guided choices	35
45.49/44.07	c learnt constraints type 
45.49/44.07	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13123
45.49/44.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
45.49/44.07	c constraints type 
45.49/44.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
45.49/44.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
45.49/44.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
45.49/44.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
45.49/44.07	s UNSATISFIABLE
45.49/44.07	c Total wall clock time (in seconds): 43.858

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2659366-1276276748/watcher-2659366-1276276748 -o /tmp/evaluation-result-2659366-1276276748/solver-2659366-1276276748 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659366-1276276748.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.02 1.11 1.09 3/106 4947
/proc/meminfo: memFree=1575888/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=392 CPUtime=0
/proc/4947/stat : 4947 (java6) S 4945 4947 3358 0 -1 4194304 121 0 0 0 0 0 0 0 16 0 1 0 3278501 401408 40 1992294400 134512640 134550932 4293179520 18446744073709551615 8782420 0 2147483391 4096 0 18446744071699391678 0 0 17 1 0 0 0
/proc/4947/statm: 98 40 32 10 0 25 0

[startup+0.031841 s]
/proc/loadavg: 1.02 1.11 1.09 3/106 4947
/proc/meminfo: memFree=1575888/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1517712 CPUtime=0.01
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 2621 0 1 0 0 1 0 0 15 0 3 0 3278501 1554137088 2065 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 379428 2065 419 10 0 377139 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517712

[startup+0.101501 s]
/proc/loadavg: 1.02 1.11 1.09 3/106 4947
/proc/meminfo: memFree=1575888/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1524024 CPUtime=0.08
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 3940 0 1 0 6 2 0 0 15 0 12 0 3278501 1560600576 3379 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 381006 3379 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301523 s]
/proc/loadavg: 1.02 1.11 1.09 3/106 4947
/proc/meminfo: memFree=1575888/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1526264 CPUtime=0.34
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 5310 0 1 0 31 3 0 0 15 0 12 0 3278501 1562894336 4747 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 381566 4748 1361 10 0 378868 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526264

[startup+0.701569 s]
/proc/loadavg: 1.02 1.11 1.09 3/106 4947
/proc/meminfo: memFree=1575888/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1531172 CPUtime=1.11
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 6959 0 1 0 108 3 0 0 15 0 13 0 3278501 1567920128 6047 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 382793 6047 1411 10 0 380095 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1531172

[startup+1.50265 s]
/proc/loadavg: 1.02 1.11 1.09 4/119 4960
/proc/meminfo: memFree=1556256/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1531172 CPUtime=2.44
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 8026 0 1 0 240 4 0 0 15 0 13 0 3278501 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 382793 7111 1440 10 0 380095 0
[pid=4947/tid=4949] ppid=4945 vsize=1531172 CPUtime=1.44
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 3358 0 -1 4202560 4503 0 1 0 142 2 0 0 25 0 13 0 3278502 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4108844174 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 13 0 3278504 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 3278504 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1531172 CPUtime=0.01
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 3358 0 -1 4202560 194 0 0 0 1 0 0 0 15 0 13 0 3278506 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4953] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3278506 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4954] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3278506 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4955] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 3358 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3278510 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4956] ppid=4945 vsize=1531172 CPUtime=0.42
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 3358 0 -1 4202560 1138 0 0 0 42 0 0 0 18 0 13 0 3278510 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4957] ppid=4945 vsize=1531172 CPUtime=0.52
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 3358 0 -1 4202560 929 0 0 0 52 0 0 0 15 0 13 0 3278510 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4958] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 3278510 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4959] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3278510 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1567920128 7111 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 1531172

[startup+3.10181 s]
/proc/loadavg: 1.02 1.11 1.09 2/119 4960
/proc/meminfo: memFree=1551172/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1531172 CPUtime=4.09
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 8521 0 1 0 405 4 0 0 15 0 13 0 3278501 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 382793 7604 1440 10 0 380095 0
[pid=4947/tid=4949] ppid=4945 vsize=1531172 CPUtime=2.98
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 3358 0 -1 4202560 4505 0 1 0 296 2 0 0 25 0 13 0 3278502 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4109186432 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1531172 CPUtime=0.01
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 317 0 0 0 1 0 0 0 16 0 13 0 3278504 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 13 0 3278504 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1531172 CPUtime=0.05
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 3358 0 -1 4202560 387 0 0 0 5 0 0 0 15 0 13 0 3278506 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4953] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3278506 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4954] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3278506 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4955] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 3358 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3278510 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4956] ppid=4945 vsize=1531172 CPUtime=0.45
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 3358 0 -1 4202560 1139 0 0 0 45 0 0 0 15 0 13 0 3278510 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4957] ppid=4945 vsize=1531172 CPUtime=0.55
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 3358 0 -1 4202560 934 0 0 0 55 0 0 0 15 0 13 0 3278510 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4958] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 3278510 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4959] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3278510 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1531172 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1567920128 7604 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 1531172

[startup+6.30216 s]
/proc/loadavg: 1.02 1.11 1.09 2/119 4960
/proc/meminfo: memFree=1550676/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1529080 CPUtime=7.32
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 8834 0 1 0 728 4 0 0 15 0 13 0 3278501 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 382270 7470 1440 10 0 379572 0
[pid=4947/tid=4949] ppid=4945 vsize=1529080 CPUtime=6.09
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 3358 0 -1 4202560 4508 0 1 0 606 3 0 0 25 0 13 0 3278502 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4109279533 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1529080 CPUtime=0.02
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 385 0 0 0 2 0 0 0 16 0 13 0 3278504 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1529080 CPUtime=0.01
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 13 0 3278504 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1529080 CPUtime=0.12
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 3358 0 -1 4202560 566 0 0 0 12 0 0 0 16 0 13 0 3278506 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4953] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3278506 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4954] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3278506 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4955] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 3358 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3278510 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4956] ppid=4945 vsize=1529080 CPUtime=0.46
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 3358 0 -1 4202560 1140 0 0 0 46 0 0 0 15 0 13 0 3278510 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4957] ppid=4945 vsize=1529080 CPUtime=0.57
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 3358 0 -1 4202560 938 0 0 0 57 0 0 0 15 0 13 0 3278510 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4958] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 3278510 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4959] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3278510 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1565777920 7470 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 1529080

[startup+12.7018 s]
/proc/loadavg: 1.02 1.11 1.09 2/119 4960
/proc/meminfo: memFree=1549692/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1529080 CPUtime=13.73
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 9035 0 1 0 1369 4 0 0 15 0 13 0 3278501 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 382270 7665 1440 10 0 379572 0
[pid=4947/tid=4949] ppid=4945 vsize=1529080 CPUtime=12.3
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 3358 0 -1 4202560 4514 0 1 0 1227 3 0 0 25 0 13 0 3278502 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4159315725 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1529080 CPUtime=0.04
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 403 0 0 0 4 0 0 0 15 0 13 0 3278504 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1529080 CPUtime=0.04
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 250 0 0 0 4 0 0 0 15 0 13 0 3278504 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1529080 CPUtime=0.27
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 3358 0 -1 4202560 722 0 0 0 27 0 0 0 16 0 13 0 3278506 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4953] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3278506 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4954] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3278506 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4955] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 3358 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3278510 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4956] ppid=4945 vsize=1529080 CPUtime=0.46
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 3358 0 -1 4202560 1140 0 0 0 46 0 0 0 15 0 13 0 3278510 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4957] ppid=4945 vsize=1529080 CPUtime=0.57
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 3358 0 -1 4202560 938 0 0 0 57 0 0 0 15 0 13 0 3278510 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4958] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 3278510 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4959] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3278510 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1565777920 7665 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.73
Current children cumulated vsize (KiB) 1529080

[startup+25.5022 s]
/proc/loadavg: 1.01 1.10 1.09 2/119 4960
/proc/meminfo: memFree=1549320/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1529080 CPUtime=26.54
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 9149 0 1 0 2649 5 0 0 15 0 13 0 3278501 1565777920 7766 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 382270 7766 1440 10 0 379572 0
[pid=4947/tid=4949] ppid=4945 vsize=1529080 CPUtime=24.72
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 3358 0 -1 4202560 4549 0 1 0 2469 3 0 0 19 0 13 0 3278502 1565777920 7766 1992294400 134512640 134550932 4290350752 18446744073709551615 4109261367 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1529080 CPUtime=0.08
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 404 0 0 0 8 0 0 0 15 0 13 0 3278504 1565777920 7766 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1529080 CPUtime=0.08
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 255 0 0 0 8 0 0 0 16 0 13 0 3278504 1565777920 7766 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1529080 CPUtime=0.58

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

/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3278510 1565777920 7815 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1565777920 7815 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.97
Current children cumulated vsize (KiB) 1529080

[startup+38.3013 s]
/proc/loadavg: 1.01 1.10 1.09 2/119 4960
/proc/meminfo: memFree=1549072/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1529080 CPUtime=39.38
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 9224 0 1 0 3932 6 0 0 15 0 13 0 3278501 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 382270 7824 1440 10 0 379572 0
[pid=4947/tid=4949] ppid=4945 vsize=1529080 CPUtime=37.16
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 3358 0 -1 4202560 4562 0 1 0 3713 3 0 0 25 0 13 0 3278502 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4109317381 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1529080 CPUtime=0.11
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 405 0 0 0 11 0 0 0 16 0 13 0 3278504 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1529080 CPUtime=0.1
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 258 0 0 0 10 0 0 0 15 0 13 0 3278504 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1529080 CPUtime=0.89
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 3358 0 -1 4202560 851 0 0 0 89 0 0 0 15 0 13 0 3278506 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4953] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3278506 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4954] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3278506 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4955] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 3358 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3278510 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4956] ppid=4945 vsize=1529080 CPUtime=0.47
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 3358 0 -1 4202560 1140 0 0 0 47 0 0 0 15 0 13 0 3278510 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4957] ppid=4945 vsize=1529080 CPUtime=0.57
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 3358 0 -1 4202560 938 0 0 0 57 0 0 0 15 0 13 0 3278510 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4958] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 3278510 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4959] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 3278510 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1565777920 7824 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.38
Current children cumulated vsize (KiB) 1529080

[startup+41.5012 s]
/proc/loadavg: 1.01 1.10 1.09 2/119 4960
/proc/meminfo: memFree=1549072/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1529080 CPUtime=42.58
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 9246 0 1 0 4252 6 0 0 15 0 13 0 3278501 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 382270 7839 1440 10 0 379572 0
[pid=4947/tid=4949] ppid=4945 vsize=1529080 CPUtime=40.27
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 3358 0 -1 4202560 4565 0 1 0 4024 3 0 0 25 0 13 0 3278502 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4109231788 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1529080 CPUtime=0.12
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 405 0 0 0 12 0 0 0 15 0 13 0 3278504 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1529080 CPUtime=0.11
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 259 0 0 0 11 0 0 0 15 0 13 0 3278504 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1529080 CPUtime=0.97
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 3358 0 -1 4202560 867 0 0 0 96 1 0 0 16 0 13 0 3278506 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4953] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3278506 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4954] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3278506 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4955] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 3358 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3278510 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4956] ppid=4945 vsize=1529080 CPUtime=0.47
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 3358 0 -1 4202560 1140 0 0 0 47 0 0 0 15 0 13 0 3278510 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4957] ppid=4945 vsize=1529080 CPUtime=0.57
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 3358 0 -1 4202560 938 0 0 0 57 0 0 0 15 0 13 0 3278510 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4958] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 3278510 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4959] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 3278510 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1529080 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1565777920 7839 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.58
Current children cumulated vsize (KiB) 1529080

[startup+43.1012 s]
/proc/loadavg: 1.01 1.10 1.09 3/119 4960
/proc/meminfo: memFree=1544732/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1535832 CPUtime=44.52
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 11679 0 1 0 4445 7 0 0 15 0 13 0 3278501 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 383958 9518 1440 10 0 381260 0
[pid=4947/tid=4949] ppid=4945 vsize=1535832 CPUtime=41.81
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 3358 0 -1 4202560 4568 0 1 0 4178 3 0 0 25 0 13 0 3278502 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4109175197 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1535832 CPUtime=0.13
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 406 0 0 0 13 0 0 0 16 0 13 0 3278504 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1535832 CPUtime=0.11
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 259 0 0 0 11 0 0 0 16 0 13 0 3278504 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1535832 CPUtime=1.02
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 3358 0 -1 4202560 893 0 0 0 101 1 0 0 15 0 13 0 3278506 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4953] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3278506 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4954] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3278506 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4955] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 3358 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4956] ppid=4945 vsize=1535832 CPUtime=0.49
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 3358 0 -1 4202560 1144 0 0 0 49 0 0 0 15 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4957] ppid=4945 vsize=1535832 CPUtime=0.91
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 3358 0 -1 4202560 3337 0 0 0 90 1 0 0 16 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4958] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4959] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 44.52
Current children cumulated vsize (KiB) 1535832

[startup+43.9012 s]
/proc/loadavg: 1.01 1.10 1.09 2/119 4960
/proc/meminfo: memFree=1542128/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1535832 CPUtime=45.37
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 11680 0 1 0 4529 8 0 0 15 0 13 0 3278501 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 383958 9518 1440 10 0 381260 0
[pid=4947/tid=4949] ppid=4945 vsize=1535832 CPUtime=42.59
/proc/4947/task/4949/stat : 4949 (java) R 4945 4947 3358 0 -1 4202560 4569 0 1 0 4256 3 0 0 25 0 13 0 3278502 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4109313863 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1535832 CPUtime=0.13
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 406 0 0 0 13 0 0 0 15 0 13 0 3278504 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1535832 CPUtime=0.11
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 259 0 0 0 11 0 0 0 15 0 13 0 3278504 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1535832 CPUtime=1.05
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 3358 0 -1 4202560 893 0 0 0 104 1 0 0 16 0 13 0 3278506 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4953] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3278506 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4954] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3278506 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4955] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 3358 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4956] ppid=4945 vsize=1535832 CPUtime=0.49
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 3358 0 -1 4202560 1144 0 0 0 49 0 0 0 15 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4957] ppid=4945 vsize=1535832 CPUtime=0.94
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 3358 0 -1 4202560 3337 0 0 0 93 1 0 0 15 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4958] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4959] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 3278510 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1535832 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1572691968 9518 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.37
Current children cumulated vsize (KiB) 1535832

[startup+44.1012 s]
/proc/loadavg: 1.01 1.10 1.09 2/119 4960
/proc/meminfo: memFree=1542128/2059040 swapFree=4192956/4192956
[pid=4947] ppid=4945 vsize=1536156 CPUtime=45.56
/proc/4947/stat : 4947 (java) S 4945 4947 3358 0 -1 4202496 11695 0 1 0 4548 8 0 0 15 0 13 0 3278501 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4947/statm: 384039 9533 1443 10 0 381341 0
[pid=4947/tid=4949] ppid=4945 vsize=1536156 CPUtime=42.72
/proc/4947/task/4949/stat : 4949 (java) S 4945 4947 3358 0 -1 4202560 4575 0 1 0 4269 3 0 0 25 0 13 0 3278502 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4950] ppid=4945 vsize=1536156 CPUtime=0.13
/proc/4947/task/4950/stat : 4950 (java) S 4945 4947 3358 0 -1 4202560 406 0 0 0 13 0 0 0 15 0 13 0 3278504 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4951] ppid=4945 vsize=1536156 CPUtime=0.11
/proc/4947/task/4951/stat : 4951 (java) S 4945 4947 3358 0 -1 4202560 259 0 0 0 11 0 0 0 15 0 13 0 3278504 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4952] ppid=4945 vsize=1536156 CPUtime=1.05
/proc/4947/task/4952/stat : 4952 (java) S 4945 4947 3358 0 -1 4202560 893 0 0 0 104 1 0 0 16 0 13 0 3278506 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 0 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4953] ppid=4945 vsize=1536156 CPUtime=0
/proc/4947/task/4953/stat : 4953 (java) S 4945 4947 3358 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3278506 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4954] ppid=4945 vsize=1536156 CPUtime=0
/proc/4947/task/4954/stat : 4954 (java) S 4945 4947 3358 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3278506 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4955] ppid=4945 vsize=1536156 CPUtime=0
/proc/4947/task/4955/stat : 4955 (java) S 4945 4947 3358 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 13 0 3278510 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4956] ppid=4945 vsize=1536156 CPUtime=0.51
/proc/4947/task/4956/stat : 4956 (java) S 4945 4947 3358 0 -1 4202560 1144 0 0 0 51 0 0 0 16 0 13 0 3278510 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4957] ppid=4945 vsize=1536156 CPUtime=0.96
/proc/4947/task/4957/stat : 4957 (java) S 4945 4947 3358 0 -1 4202560 3340 0 0 0 95 1 0 0 15 0 13 0 3278510 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4958] ppid=4945 vsize=1536156 CPUtime=0
/proc/4947/task/4958/stat : 4958 (java) S 4945 4947 3358 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 13 0 3278510 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
[pid=4947/tid=4959] ppid=4945 vsize=1536156 CPUtime=0
/proc/4947/task/4959/stat : 4959 (java) S 4945 4947 3358 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 3278510 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 1 0 0 0
[pid=4947/tid=4960] ppid=4945 vsize=1536156 CPUtime=0
/proc/4947/task/4960/stat : 4960 (java) S 4945 4947 3358 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3278535 1573023744 9533 1992294400 134512640 134550932 4290350752 18446744073709551615 4294960144 0 4 0 16800975 18446604437852877952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.56
Current children cumulated vsize (KiB) 1536156

Child status: 20
Real time (s): 44.1217
CPU time (s): 45.5731
CPU user time (s): 45.4861
CPU system time (s): 0.086986
CPU usage (%): 103.29
Max. virtual memory (cumulated for all children) (KiB): 1536700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.4861
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11696
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= 1517
involuntary context switches= 1015

runsolver used 0.095985 second user time and 0.252961 second system time

The end

Launcher Data

Begin job on node005 at 2010-06-11 19:19:08
IDJOB=2659366
IDBENCH=1229
IDSOLVER=1164
FILE ID=node005/2659366-1276276748
PBS_JOBID= 11172205
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110967142.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659366-1276276748/watcher-2659366-1276276748 -o /tmp/evaluation-result-2659366-1276276748/solver-2659366-1276276748 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659366-1276276748.opb

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

MD5SUM BENCH= bf3ef0de19a9022f2739cc274dcb4ec9
RANDOM SEED=23832428

node005.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.246
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.49
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.246
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:       1576284 kB
Buffers:         53932 kB
Cached:         302772 kB
SwapCached:          0 kB
Active:         156904 kB
Inactive:       259044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1576284 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             328 kB
Writeback:           4 kB
AnonPages:       59172 kB
Mapped:          15404 kB
Slab:            44980 kB
PageTables:       4076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181416 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= 62532 MiB
End job on node005 at 2010-06-11 19:19:52