Trace number 2659376

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 37.9222 36.2867

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110978113.opb
MD5SUM99201112dfecb8b8483aa9e53b3784e0
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.291955
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 1184
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.24/0.20	c Pseudo Boolean Optimization
0.24/0.20	c --- Begin Solver configuration ---
0.24/0.20	c Stops conflict analysis at the first Unique Implication Point
0.24/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.24/0.20	c Learn all clauses as in MiniSAT
0.24/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.20	c Expensive reason simplification
0.24/0.20	c Armin Biere (Picosat) restarts strategy
0.24/0.20	c Glucose learned constraints deletion strategy
0.24/0.20	c timeout=2147483s
0.24/0.20	c DB Simplification allowed=false
0.24/0.20	c --- End Solver configuration ---
0.24/0.20	c solving HOME/instance-2659376-1276277693.opb
0.24/0.20	c reading problem ... 
0.36/0.32	c ... done. Wall clock time 0.108s.
0.36/0.32	c #vars     169
0.36/0.32	c #constraints  101
0.36/0.32	c constraints type 
0.36/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.42/1.46	c cleaning 2497 clauses out of 5001 with flag 5001/5001
3.21/2.11	c cleaning 4248 clauses out of 8503 with flag 11000/11000
3.91/2.80	c cleaning 5624 clauses out of 11256 with flag 18001/18001
4.62/3.57	c cleaning 6814 clauses out of 13632 with flag 26001/26001
5.56/4.46	c cleaning 7907 clauses out of 15818 with flag 35001/35001
6.56/5.47	c cleaning 8952 clauses out of 17912 with flag 45002/45002
7.66/6.56	c cleaning 9474 clauses out of 18958 with flag 55000/55000
8.66/7.60	c cleaning 9739 clauses out of 19484 with flag 65000/65000
9.66/8.50	c cleaning 9867 clauses out of 19745 with flag 75000/75000
10.66/9.58	c cleaning 9938 clauses out of 19878 with flag 85000/85000
11.56/10.49	c cleaning 9968 clauses out of 19942 with flag 95002/95002
12.56/11.40	c cleaning 9982 clauses out of 19972 with flag 105000/105000
13.36/12.25	c cleaning 9993 clauses out of 19990 with flag 115000/115000
14.27/13.16	c cleaning 9989 clauses out of 19998 with flag 125001/125001
15.29/14.16	c cleaning 10002 clauses out of 20010 with flag 135002/135002
16.21/15.00	c cleaning 9994 clauses out of 20007 with flag 145001/145001
17.01/15.84	c cleaning 10003 clauses out of 20013 with flag 155001/155001
17.82/16.68	c cleaning 9998 clauses out of 20009 with flag 165000/165000
18.83/17.68	c cleaning 10002 clauses out of 20011 with flag 175000/175000
19.82/18.69	c cleaning 10002 clauses out of 20012 with flag 185003/185003
20.82/19.67	c cleaning 10001 clauses out of 20007 with flag 195000/195000
21.72/20.54	c cleaning 9998 clauses out of 20006 with flag 205000/205000
22.52/21.39	c cleaning 9998 clauses out of 20009 with flag 215001/215001
23.43/22.29	c cleaning 10003 clauses out of 20012 with flag 225002/225002
24.34/23.16	c cleaning 10001 clauses out of 20010 with flag 235003/235003
25.23/24.07	c cleaning 9998 clauses out of 20007 with flag 245001/245001
26.13/24.97	c cleaning 9998 clauses out of 20009 with flag 255001/255001
27.13/25.94	c cleaning 10000 clauses out of 20011 with flag 265001/265001
28.13/26.90	c cleaning 10000 clauses out of 20010 with flag 275000/275000
29.04/27.81	c cleaning 10004 clauses out of 20010 with flag 285000/285000
29.84/28.64	c cleaning 9999 clauses out of 20007 with flag 295001/295001
30.74/29.53	c cleaning 10000 clauses out of 20007 with flag 305000/305000
31.54/30.39	c cleaning 10000 clauses out of 20007 with flag 315000/315000
32.44/31.22	c cleaning 9999 clauses out of 20007 with flag 325000/325000
33.34/32.11	c cleaning 10001 clauses out of 20009 with flag 335001/335001
34.16/32.97	c cleaning 9999 clauses out of 20007 with flag 345000/345000
35.05/33.81	c cleaning 10002 clauses out of 20009 with flag 355001/355001
35.85/34.67	c cleaning 10000 clauses out of 20007 with flag 365001/365001
36.81/35.57	c cleaning 9999 clauses out of 20006 with flag 375000/375000
37.83/36.22	c starts		: 136
37.83/36.22	c conflicts		: 382285
37.83/36.22	c decisions		: 541357
37.83/36.22	c propagations		: 8208563
37.83/36.22	c inspects		: 118629370
37.83/36.22	c learnt literals	: 4
37.83/36.22	c learnt binary clauses	: 18
37.83/36.22	c learnt ternary clauses	: 208
37.83/36.22	c learnt clauses	: 382280
37.83/36.22	c ignored clauses	: 0
37.83/36.22	c root simplifications	: 0
37.83/36.22	c removed literals (reason simplification)	: 4032457
37.83/36.22	c reason swapping (by a shorter reason)	: 0
37.83/36.22	c Calls to reduceDB	: 39
37.83/36.22	c number of reductions to clauses (during analyze)	: 0
37.83/36.22	c number of learned constraints concerned by reduction	: 0
37.83/36.22	c number of learning phase by resolution	: 0
37.83/36.22	c number of learning phase by cutting planes	: 0
37.83/36.22	c speed (assignments/second)	: 228612.5717150337
37.83/36.22	c non guided choices	48
37.83/36.25	c learnt constraints type 
37.83/36.25	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17269
37.83/36.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
37.83/36.25	c constraints type 
37.83/36.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
37.83/36.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
37.83/36.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
37.83/36.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
37.83/36.25	s UNSATISFIABLE
37.83/36.25	c Total wall clock time (in seconds): 36.044

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-2659376-1276277693/watcher-2659376-1276277693 -o /tmp/evaluation-result-2659376-1276277693/solver-2659376-1276277693 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659376-1276277693.opb 

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


[startup+0 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 5324
/proc/meminfo: memFree=1568288/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1832 CPUtime=0
/proc/5324/stat : 5324 (java6) R 5322 5324 3356 0 -1 4194304 246 0 0 0 0 0 0 0 19 0 1 0 3370951 1875968 150 1992294400 134512640 134550932 4291873248 18446744073709551615 2725024 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5324/statm: 459 154 116 10 0 64 0

[startup+0.069804 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 5324
/proc/meminfo: memFree=1568288/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1521796 CPUtime=0.05
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 3691 0 1 0 4 1 0 0 18 0 7 0 3370951 1558319104 3133 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 380449 3133 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.10181 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 5324
/proc/meminfo: memFree=1568288/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1524184 CPUtime=0.08
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 3963 0 1 0 6 2 0 0 18 0 12 0 3370951 1560764416 3403 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300844 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 5324
/proc/meminfo: memFree=1568288/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1526224 CPUtime=0.36
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 5340 0 1 0 34 2 0 0 18 0 12 0 3370951 1562853376 4778 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 381556 4778 1361 10 0 378858 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526224

[startup+0.700851 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 5324
/proc/meminfo: memFree=1568288/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1530512 CPUtime=1.14
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 6806 0 1 0 112 2 0 0 18 0 13 0 3370951 1567244288 6032 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 382628 6032 1411 10 0 379930 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1530512

[startup+1.50187 s]
/proc/loadavg: 1.14 1.02 1.01 4/119 5337
/proc/meminfo: memFree=1548780/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1529960 CPUtime=2.56
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 8102 0 1 0 253 3 0 0 18 0 13 0 3370951 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 382490 6947 1440 10 0 379792 0
[pid=5324/tid=5326] ppid=5322 vsize=1529960 CPUtime=1.45
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4525 0 1 0 143 2 0 0 20 0 13 0 3370953 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4109515933 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 95 0 0 0 0 0 0 0 18 0 13 0 3370954 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 98 0 0 0 0 0 0 0 17 0 13 0 3370954 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1529960 CPUtime=0.01
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 3356 0 -1 4202560 192 0 0 0 1 0 0 0 16 0 13 0 3370956 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3370956 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5331] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3370956 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5332] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 3356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3370961 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5333] ppid=5322 vsize=1529960 CPUtime=0.6
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 3356 0 -1 4202560 1361 0 0 0 60 0 0 0 25 0 13 0 3370961 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5334] ppid=5322 vsize=1529960 CPUtime=0.46
/proc/5324/task/5334/stat : 5334 (java) S 5322 5324 3356 0 -1 4202560 765 0 0 0 46 0 0 0 24 0 13 0 3370961 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5335] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5335/stat : 5335 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3370961 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5336] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5336/stat : 5336 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3370961 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1566679040 6947 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 1529960

[startup+3.10189 s]
/proc/loadavg: 1.14 1.02 1.01 2/119 5337
/proc/meminfo: memFree=1545556/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1529960 CPUtime=4.22
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 8646 0 1 0 419 3 0 0 18 0 13 0 3370951 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 382490 7488 1440 10 0 379792 0
[pid=5324/tid=5326] ppid=5322 vsize=1529960 CPUtime=3
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4528 0 1 0 298 2 0 0 25 0 13 0 3370953 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4109473136 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 13 0 3370954 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 263 0 0 0 0 0 0 0 15 0 13 0 3370954 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1529960 CPUtime=0.05
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 3356 0 -1 4202560 409 0 0 0 5 0 0 0 16 0 13 0 3370956 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3370956 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5331] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3370956 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5332] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 3356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3370961 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5333] ppid=5322 vsize=1529960 CPUtime=0.61
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 3356 0 -1 4202560 1361 0 0 0 61 0 0 0 15 0 13 0 3370961 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5334] ppid=5322 vsize=1529960 CPUtime=0.52
/proc/5324/task/5334/stat : 5334 (java) S 5322 5324 3356 0 -1 4202560 771 0 0 0 52 0 0 0 15 0 13 0 3370961 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5335] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5335/stat : 5335 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3370961 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5336] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5336/stat : 5336 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3370961 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1529960 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1566679040 7488 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 1529960

[startup+6.30095 s]
/proc/loadavg: 1.14 1.02 1.01 2/119 5337
/proc/meminfo: memFree=1542456/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1529576 CPUtime=7.45
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 8876 0 1 0 741 4 0 0 18 0 13 0 3370951 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 382394 7618 1440 10 0 379696 0
[pid=5324/tid=5326] ppid=5322 vsize=1529576 CPUtime=6.1
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4532 0 1 0 608 2 0 0 25 0 13 0 3370953 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4109516382 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1529576 CPUtime=0.01
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 13 0 3370954 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1529576 CPUtime=0.02
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 311 0 0 0 2 0 0 0 15 0 13 0 3370954 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1529576 CPUtime=0.12
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 3356 0 -1 4202560 560 0 0 0 12 0 0 0 16 0 13 0 3370956 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3370956 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5331] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3370956 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5332] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 3356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3370961 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5333] ppid=5322 vsize=1529576 CPUtime=0.61
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 3356 0 -1 4202560 1361 0 0 0 61 0 0 0 15 0 13 0 3370961 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5334] ppid=5322 vsize=1529576 CPUtime=0.54
/proc/5324/task/5334/stat : 5334 (java) S 5322 5324 3356 0 -1 4202560 774 0 0 0 54 0 0 0 15 0 13 0 3370961 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5335] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5335/stat : 5335 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3370961 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5336] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5336/stat : 5336 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3370961 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1566285824 7618 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 1529576

[startup+12.7011 s]
/proc/loadavg: 1.12 1.02 1.00 2/119 5337
/proc/meminfo: memFree=1541588/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1529576 CPUtime=13.86
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 9049 0 1 0 1382 4 0 0 18 0 13 0 3370951 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 382394 7784 1440 10 0 379696 0
[pid=5324/tid=5326] ppid=5322 vsize=1529576 CPUtime=12.3
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4539 0 1 0 1228 2 0 0 25 0 13 0 3370953 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4109519632 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1529576 CPUtime=0.04
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 278 0 0 0 4 0 0 0 16 0 13 0 3370954 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1529576 CPUtime=0.03
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 323 0 0 0 3 0 0 0 15 0 13 0 3370954 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1529576 CPUtime=0.29
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 3356 0 -1 4202560 708 0 0 0 29 0 0 0 16 0 13 0 3370956 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3370956 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5331] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3370956 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5332] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 3356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3370961 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5333] ppid=5322 vsize=1529576 CPUtime=0.61
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 3356 0 -1 4202560 1361 0 0 0 61 0 0 0 15 0 13 0 3370961 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5334] ppid=5322 vsize=1529576 CPUtime=0.54
/proc/5324/task/5334/stat : 5334 (java) S 5322 5324 3356 0 -1 4202560 774 0 0 0 54 0 0 0 15 0 13 0 3370961 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5335] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5335/stat : 5335 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3370961 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5336] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5336/stat : 5336 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3370961 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1566285824 7784 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.86
Current children cumulated vsize (KiB) 1529576

[startup+25.5022 s]
/proc/loadavg: 1.10 1.01 1.00 2/119 5339
/proc/meminfo: memFree=1541216/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1529576 CPUtime=26.73
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 9174 0 1 0 2668 5 0 0 18 0 13 0 3370951 1566285824 7890 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 382394 7890 1440 10 0 379696 0
[pid=5324/tid=5326] ppid=5322 vsize=1529576 CPUtime=24.71
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4553 0 1 0 2468 3 0 0 25 0 13 0 3370953 1566285824 7890 1992294400 134512640 134550932 4291016128 18446744073709551615 4109389105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1529576 CPUtime=0.08
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 282 0 0 0 8 0 0 0 15 0 13 0 3370954 1566285824 7890 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1529576 CPUtime=0.07
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 324 0 0 0 7 0 0 0 15 0 13 0 3370954 1566285824 7890 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1529576 CPUtime=0.62

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

/proc/5324/task/5336/stat : 5336 (java) S 5322 5324 3356 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 3370961 1566285824 7911 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1566285824 7911 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 33.15
Current children cumulated vsize (KiB) 1529576

[startup+33.5014 s]
/proc/loadavg: 1.08 1.01 1.00 2/119 5339
/proc/meminfo: memFree=1541092/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1529576 CPUtime=34.75
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 9223 0 1 0 3469 6 0 0 18 0 13 0 3370951 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 382394 7926 1440 10 0 379696 0
[pid=5324/tid=5326] ppid=5322 vsize=1529576 CPUtime=32.46
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4562 0 1 0 3243 3 0 0 25 0 13 0 3370953 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4109389112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1529576 CPUtime=0.09
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 283 0 0 0 9 0 0 0 16 0 13 0 3370954 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1529576 CPUtime=0.09
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 325 0 0 0 9 0 0 0 15 0 13 0 3370954 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1529576 CPUtime=0.83
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 3356 0 -1 4202560 844 0 0 0 83 0 0 0 16 0 13 0 3370956 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3370956 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5331] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3370956 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5332] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 3356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3370961 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5333] ppid=5322 vsize=1529576 CPUtime=0.68
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 3356 0 -1 4202560 1367 0 0 0 68 0 0 0 15 0 13 0 3370961 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5334] ppid=5322 vsize=1529576 CPUtime=0.54
/proc/5324/task/5334/stat : 5334 (java) S 5322 5324 3356 0 -1 4202560 774 0 0 0 54 0 0 0 15 0 13 0 3370961 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5335] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5335/stat : 5335 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3370961 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5336] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5336/stat : 5336 (java) S 5322 5324 3356 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 3370961 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1566285824 7926 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.75
Current children cumulated vsize (KiB) 1529576

[startup+35.1014 s]
/proc/loadavg: 1.08 1.01 1.00 2/119 5339
/proc/meminfo: memFree=1541092/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1529576 CPUtime=36.35
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 9243 0 1 0 3629 6 0 0 18 0 13 0 3370951 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 382394 7944 1440 10 0 379696 0
[pid=5324/tid=5326] ppid=5322 vsize=1529576 CPUtime=34.01
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4564 0 1 0 3398 3 0 0 25 0 13 0 3370953 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4109488692 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1529576 CPUtime=0.1
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 283 0 0 0 10 0 0 0 16 0 13 0 3370954 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1529576 CPUtime=0.1
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 326 0 0 0 10 0 0 0 15 0 13 0 3370954 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1529576 CPUtime=0.88
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 3356 0 -1 4202560 861 0 0 0 88 0 0 0 16 0 13 0 3370956 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3370956 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5331] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3370956 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5332] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 3356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3370961 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5333] ppid=5322 vsize=1529576 CPUtime=0.68
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 3356 0 -1 4202560 1367 0 0 0 68 0 0 0 15 0 13 0 3370961 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5334] ppid=5322 vsize=1529576 CPUtime=0.54
/proc/5324/task/5334/stat : 5334 (java) S 5322 5324 3356 0 -1 4202560 774 0 0 0 54 0 0 0 15 0 13 0 3370961 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5335] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5335/stat : 5335 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3370961 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5336] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5336/stat : 5336 (java) S 5322 5324 3356 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 3370961 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1529576 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1566285824 7944 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 36.35
Current children cumulated vsize (KiB) 1529576

[startup+35.9014 s]
/proc/loadavg: 1.08 1.01 1.00 2/119 5339
/proc/meminfo: memFree=1541092/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1536984 CPUtime=37.5
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 11815 0 1 0 3743 7 0 0 18 0 13 0 3370951 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 384246 9767 1440 10 0 381548 0
[pid=5324/tid=5326] ppid=5322 vsize=1536984 CPUtime=34.71
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4566 0 1 0 3468 3 0 0 25 0 13 0 3370953 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4109402657 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1536984 CPUtime=0.1
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 283 0 0 0 10 0 0 0 15 0 13 0 3370954 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1536984 CPUtime=0.1
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 326 0 0 0 10 0 0 0 16 0 13 0 3370954 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1536984 CPUtime=0.9
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 3356 0 -1 4202560 872 0 0 0 90 0 0 0 16 0 13 0 3370956 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3370956 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5331] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3370956 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5332] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 3356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5333] ppid=5322 vsize=1536984 CPUtime=1.03
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 3356 0 -1 4202560 3361 0 0 0 102 1 0 0 16 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5334] ppid=5322 vsize=1536984 CPUtime=0.6
/proc/5324/task/5334/stat : 5334 (java) S 5322 5324 3356 0 -1 4202560 1339 0 0 0 60 0 0 0 15 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5335] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5335/stat : 5335 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5336] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5336/stat : 5336 (java) S 5322 5324 3356 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.5
Current children cumulated vsize (KiB) 1536984

[startup+36.1004 s]
/proc/loadavg: 1.08 1.01 1.00 2/119 5339
/proc/meminfo: memFree=1541092/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1536984 CPUtime=37.7
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 11817 0 1 0 3763 7 0 0 18 0 13 0 3370951 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 384246 9767 1440 10 0 381548 0
[pid=5324/tid=5326] ppid=5322 vsize=1536984 CPUtime=34.9
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4566 0 1 0 3487 3 0 0 25 0 13 0 3370953 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4109487916 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1536984 CPUtime=0.1
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 283 0 0 0 10 0 0 0 15 0 13 0 3370954 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1536984 CPUtime=0.1
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 326 0 0 0 10 0 0 0 16 0 13 0 3370954 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1536984 CPUtime=0.9
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 3356 0 -1 4202560 872 0 0 0 90 0 0 0 16 0 13 0 3370956 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3370956 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5331] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3370956 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5332] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 3356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5333] ppid=5322 vsize=1536984 CPUtime=1.03
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 3356 0 -1 4202560 3361 0 0 0 102 1 0 0 16 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5334] ppid=5322 vsize=1536984 CPUtime=0.6
/proc/5324/task/5334/stat : 5334 (java) S 5322 5324 3356 0 -1 4202560 1339 0 0 0 60 0 0 0 15 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5335] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5335/stat : 5335 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5336] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5336/stat : 5336 (java) S 5322 5324 3356 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.7
Current children cumulated vsize (KiB) 1536984

[startup+36.2005 s]
/proc/loadavg: 1.08 1.01 1.00 2/119 5339
/proc/meminfo: memFree=1533528/2059040 swapFree=4192956/4192956
[pid=5324] ppid=5322 vsize=1536984 CPUtime=37.83
/proc/5324/stat : 5324 (java) S 5322 5324 3356 0 -1 4202496 11818 0 1 0 3776 7 0 0 18 0 13 0 3370951 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5324/statm: 384246 9767 1440 10 0 381548 0
[pid=5324/tid=5326] ppid=5322 vsize=1536984 CPUtime=35.01
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 3356 0 -1 4202560 4566 0 1 0 3498 3 0 0 25 0 13 0 3370953 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4109488708 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=1536984 CPUtime=0.1
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 3356 0 -1 4202560 283 0 0 0 10 0 0 0 15 0 13 0 3370954 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=1536984 CPUtime=0.1
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 3356 0 -1 4202560 326 0 0 0 10 0 0 0 16 0 13 0 3370954 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5329] ppid=5322 vsize=1536984 CPUtime=0.9
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 3356 0 -1 4202560 872 0 0 0 90 0 0 0 16 0 13 0 3370956 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 0 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 3356 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 3370956 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5331] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 3356 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3370956 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5332] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 3356 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5333] ppid=5322 vsize=1536984 CPUtime=1.06
/proc/5324/task/5333/stat : 5333 (java) R 5322 5324 3356 0 -1 4202560 3362 0 0 0 105 1 0 0 15 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5324/tid=5334] ppid=5322 vsize=1536984 CPUtime=0.6
/proc/5324/task/5334/stat : 5334 (java) S 5322 5324 3356 0 -1 4202560 1339 0 0 0 60 0 0 0 15 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5335] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5335/stat : 5335 (java) S 5322 5324 3356 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 0 0 0 0
[pid=5324/tid=5336] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5336/stat : 5336 (java) R 5322 5324 3356 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 3370961 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5324/tid=5337] ppid=5322 vsize=1536984 CPUtime=0
/proc/5324/task/5337/stat : 5337 (java) S 5322 5324 3356 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 3370983 1573871616 9767 1992294400 134512640 134550932 4291016128 18446744073709551615 4294960144 0 4 0 16800975 18446604437826524096 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.83
Current children cumulated vsize (KiB) 1536984

Child status: 20
Real time (s): 36.2867
CPU time (s): 37.9222
CPU user time (s): 37.8402
CPU system time (s): 0.081987
CPU usage (%): 104.507
Max. virtual memory (cumulated for all children) (KiB): 1536984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.8402
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11841
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= 1313
involuntary context switches= 1073

runsolver used 0.083987 second user time and 0.209968 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-11 19:34:53
IDJOB=2659376
IDBENCH=1239
IDSOLVER=1164
FILE ID=node010/2659376-1276277693
PBS_JOBID= 11172201
Free space on /tmp= 62500 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.1110978113.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659376-1276277693/watcher-2659376-1276277693 -o /tmp/evaluation-result-2659376-1276277693/solver-2659376-1276277693 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659376-1276277693.opb

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

MD5SUM BENCH= 99201112dfecb8b8483aa9e53b3784e0
RANDOM SEED=382872714

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1568684 kB
Buffers:         56772 kB
Cached:         307428 kB
SwapCached:          0 kB
Active:         168264 kB
Inactive:       255040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1568684 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             260 kB
Writeback:           0 kB
AnonPages:       59136 kB
Mapped:          15392 kB
Slab:            45252 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181552 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= 62500 MiB
End job on node010 at 2010-06-11 19:35:30