Trace number 2659336

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 40.5548 39.2424

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110975965.opb
MD5SUM5a91e712d3aef81a2c9052622caecb97
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.248961
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 1171
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.23/0.20	c Pseudo Boolean Optimization
0.23/0.20	c --- Begin Solver configuration ---
0.23/0.20	c Stops conflict analysis at the first Unique Implication Point
0.23/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.23/0.20	c Learn all clauses as in MiniSAT
0.23/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.20	c Expensive reason simplification
0.23/0.20	c Armin Biere (Picosat) restarts strategy
0.23/0.20	c Glucose learned constraints deletion strategy
0.23/0.20	c timeout=2147483s
0.23/0.20	c DB Simplification allowed=false
0.23/0.20	c --- End Solver configuration ---
0.23/0.20	c solving HOME/instance-2659336-1276274016.opb
0.23/0.20	c reading problem ... 
0.36/0.33	c ... done. Wall clock time 0.123s.
0.36/0.33	c #vars     169
0.36/0.33	c #constraints  101
0.36/0.33	c constraints type 
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.36/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.36/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.36/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.05/1.30	c cleaning 2498 clauses out of 5002 with flag 5002/5002
2.61/1.85	c cleaning 4247 clauses out of 8502 with flag 11000/11000
3.20/2.44	c cleaning 5625 clauses out of 11257 with flag 18002/18002
4.01/3.29	c cleaning 6812 clauses out of 13631 with flag 26001/26001
5.05/4.25	c cleaning 7907 clauses out of 15818 with flag 35000/35000
6.05/5.20	c cleaning 8948 clauses out of 17911 with flag 45000/45000
7.15/6.30	c cleaning 9478 clauses out of 18963 with flag 55000/55000
8.05/7.27	c cleaning 9736 clauses out of 19485 with flag 65000/65000
9.05/8.24	c cleaning 9867 clauses out of 19749 with flag 75000/75000
10.16/9.35	c cleaning 9933 clauses out of 19882 with flag 85000/85000
11.07/10.23	c cleaning 9972 clauses out of 19951 with flag 95002/95002
11.97/11.18	c cleaning 9987 clauses out of 19979 with flag 105002/105002
12.88/12.05	c cleaning 9992 clauses out of 19990 with flag 115000/115000
13.87/13.02	c cleaning 9996 clauses out of 19998 with flag 125000/125000
14.77/13.91	c cleaning 9997 clauses out of 20002 with flag 135000/135000
15.57/14.75	c cleaning 9995 clauses out of 20005 with flag 145000/145000
16.47/15.65	c cleaning 10000 clauses out of 20011 with flag 155001/155001
17.28/16.47	c cleaning 10001 clauses out of 20012 with flag 165002/165002
18.38/17.54	c cleaning 10002 clauses out of 20009 with flag 175000/175000
19.38/18.60	c cleaning 10000 clauses out of 20007 with flag 185000/185000
20.37/19.57	c cleaning 9999 clauses out of 20007 with flag 195000/195000
21.38/20.54	c cleaning 9998 clauses out of 20008 with flag 205000/205000
22.28/21.40	c cleaning 10000 clauses out of 20010 with flag 215000/215000
23.08/22.27	c cleaning 10003 clauses out of 20014 with flag 225004/225004
23.99/23.15	c cleaning 9998 clauses out of 20007 with flag 235000/235000
24.78/23.94	c cleaning 9997 clauses out of 20009 with flag 245000/245000
25.68/24.85	c cleaning 10003 clauses out of 20014 with flag 255002/255002
26.78/25.92	c cleaning 10002 clauses out of 20012 with flag 265003/265003
27.79/26.93	c cleaning 10001 clauses out of 20007 with flag 275000/275000
28.69/27.80	c cleaning 10002 clauses out of 20008 with flag 285002/285002
29.50/28.66	c cleaning 9997 clauses out of 20004 with flag 295000/295000
30.39/29.52	c cleaning 9998 clauses out of 20007 with flag 305000/305000
31.19/30.37	c cleaning 9998 clauses out of 20010 with flag 315001/315001
32.09/31.25	c cleaning 10004 clauses out of 20011 with flag 325000/325000
32.89/32.08	c cleaning 9999 clauses out of 20007 with flag 335000/335000
33.80/32.96	c cleaning 10001 clauses out of 20010 with flag 345002/345002
34.69/33.86	c cleaning 9997 clauses out of 20008 with flag 355001/355001
35.49/34.69	c cleaning 10000 clauses out of 20011 with flag 365001/365001
36.40/35.51	c cleaning 10000 clauses out of 20010 with flag 375000/375000
37.22/36.36	c cleaning 10006 clauses out of 20011 with flag 385001/385001
38.32/37.35	c cleaning 9997 clauses out of 20005 with flag 395001/395001
39.56/38.38	c cleaning 10003 clauses out of 20011 with flag 405004/405004
40.38/39.19	c starts		: 148
40.38/39.19	c conflicts		: 414418
40.38/39.19	c decisions		: 585198
40.38/39.19	c propagations		: 8407305
40.38/39.19	c inspects		: 122845308
40.38/39.19	c learnt literals	: 5
40.38/39.19	c learnt binary clauses	: 14
40.38/39.19	c learnt ternary clauses	: 83
40.38/39.19	c learnt clauses	: 414412
40.38/39.19	c ignored clauses	: 0
40.38/39.19	c root simplifications	: 0
40.38/39.19	c removed literals (reason simplification)	: 4418687
40.38/39.19	c reason swapping (by a shorter reason)	: 0
40.38/39.19	c Calls to reduceDB	: 42
40.38/39.19	c number of reductions to clauses (during analyze)	: 0
40.38/39.19	c number of learned constraints concerned by reduction	: 0
40.38/39.19	c number of learning phase by resolution	: 0
40.38/39.19	c number of learning phase by cutting planes	: 0
40.38/39.19	c speed (assignments/second)	: 216337.424733673
40.38/39.19	c non guided choices	44
40.49/39.22	c learnt constraints type 
40.49/39.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19402
40.49/39.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 14
40.49/39.22	c constraints type 
40.49/39.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
40.49/39.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
40.49/39.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
40.49/39.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
40.49/39.22	s UNSATISFIABLE
40.49/39.22	c Total wall clock time (in seconds): 39.015

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-2659336-1276274016/watcher-2659336-1276274016 -o /tmp/evaluation-result-2659336-1276274016/solver-2659336-1276274016 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659336-1276274016.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.00 1.00 1.00 3/106 5927
/proc/meminfo: memFree=1477304/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1832 CPUtime=0
/proc/5927/stat : 5927 (java6) R 5925 5927 2320 0 -1 4194304 245 0 0 0 0 0 0 0 23 0 1 0 1057922 1875968 148 1992294400 134512640 134550932 4287227664 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/5927/statm: 458 148 111 10 0 63 0

[startup+0.0717501 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5927
/proc/meminfo: memFree=1477304/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1521796 CPUtime=0.05
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 3711 0 1 0 3 2 0 0 18 0 7 0 1057922 1558319104 3152 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 380449 3152 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.100749 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5927
/proc/meminfo: memFree=1477304/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1524184 CPUtime=0.08
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 3961 0 1 0 5 3 0 0 18 0 12 0 1057922 1560764416 3400 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300746 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5927
/proc/meminfo: memFree=1477304/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1525476 CPUtime=0.36
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 5336 0 1 0 32 4 0 0 18 0 12 0 1057922 1562087424 4771 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 381369 4772 1361 10 0 378671 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525476

[startup+0.700739 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 5927
/proc/meminfo: memFree=1477304/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1531728 CPUtime=1.11
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 7475 0 1 0 107 4 0 0 18 0 13 0 1057922 1568489472 6249 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 382932 6249 1416 10 0 380234 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1531728

[startup+1.50172 s]
/proc/loadavg: 1.16 1.03 1.01 4/119 5940
/proc/meminfo: memFree=1456308/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1531728 CPUtime=2.26
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 8590 0 1 0 221 5 0 0 18 0 13 0 1057922 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 382932 7310 1440 10 0 380234 0
[pid=5927/tid=5929] ppid=5925 vsize=1531728 CPUtime=1.19
/proc/5927/task/5929/stat : 5929 (java) R 5925 5927 2320 0 -1 4202560 4494 0 1 0 116 3 0 0 18 0 13 0 1057924 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4109900208 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 84 0 0 0 0 0 0 0 18 0 13 0 1057925 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 106 0 0 0 0 0 0 0 17 0 13 0 1057925 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1531728 CPUtime=0.01
/proc/5927/task/5932/stat : 5932 (java) S 5925 5927 2320 0 -1 4202560 188 0 0 0 1 0 0 0 16 0 13 0 1057927 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5933] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5933/stat : 5933 (java) S 5925 5927 2320 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1057927 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5934] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5934/stat : 5934 (java) S 5925 5927 2320 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1057927 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5935] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5935/stat : 5935 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5936] ppid=5925 vsize=1531728 CPUtime=0.59
/proc/5927/task/5936/stat : 5936 (java) S 5925 5927 2320 0 -1 4202560 1544 0 0 0 59 0 0 0 15 0 13 0 1057932 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5937] ppid=5925 vsize=1531728 CPUtime=0.43
/proc/5927/task/5937/stat : 5937 (java) S 5925 5927 2320 0 -1 4202560 1109 0 0 0 43 0 0 0 24 0 13 0 1057932 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5938] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5938/stat : 5938 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5939] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5939/stat : 5939 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1057932 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1057956 1568489472 7310 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 1531728

[startup+3.1017 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 5940
/proc/meminfo: memFree=1451596/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1531728 CPUtime=3.91
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 9085 0 1 0 386 5 0 0 18 0 13 0 1057922 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 382932 7803 1440 10 0 380234 0
[pid=5927/tid=5929] ppid=5925 vsize=1531728 CPUtime=2.73
/proc/5927/task/5929/stat : 5929 (java) R 5925 5927 2320 0 -1 4202560 4496 0 1 0 270 3 0 0 19 0 13 0 1057924 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4109987426 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 196 0 0 0 0 0 0 0 15 0 13 0 1057925 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 289 0 0 0 0 0 0 0 15 0 13 0 1057925 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1531728 CPUtime=0.05
/proc/5927/task/5932/stat : 5932 (java) S 5925 5927 2320 0 -1 4202560 381 0 0 0 5 0 0 0 16 0 13 0 1057927 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5933] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5933/stat : 5933 (java) S 5925 5927 2320 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1057927 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5934] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5934/stat : 5934 (java) S 5925 5927 2320 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1057927 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5935] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5935/stat : 5935 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5936] ppid=5925 vsize=1531728 CPUtime=0.63
/proc/5927/task/5936/stat : 5936 (java) S 5925 5927 2320 0 -1 4202560 1547 0 0 0 63 0 0 0 16 0 13 0 1057932 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5937] ppid=5925 vsize=1531728 CPUtime=0.44
/proc/5927/task/5937/stat : 5937 (java) S 5925 5927 2320 0 -1 4202560 1111 0 0 0 44 0 0 0 15 0 13 0 1057932 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5938] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5938/stat : 5938 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5939] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5939/stat : 5939 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1057932 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1531728 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1057956 1568489472 7803 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 1531728

[startup+6.30186 s]
/proc/loadavg: 1.16 1.03 1.01 2/119 5940
/proc/meminfo: memFree=1450108/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1530228 CPUtime=7.15
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 9455 0 1 0 710 5 0 0 18 0 13 0 1057922 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 382557 7831 1440 10 0 379859 0
[pid=5927/tid=5929] ppid=5925 vsize=1530228 CPUtime=5.83
/proc/5927/task/5929/stat : 5929 (java) R 5925 5927 2320 0 -1 4202560 4500 0 1 0 580 3 0 0 20 0 13 0 1057924 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4109715164 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1530228 CPUtime=0.01
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 270 0 0 0 1 0 0 0 15 0 13 0 1057925 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1530228 CPUtime=0.02
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 352 0 0 0 2 0 0 0 16 0 13 0 1057925 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1530228 CPUtime=0.12
/proc/5927/task/5932/stat : 5932 (java) S 5925 5927 2320 0 -1 4202560 567 0 0 0 12 0 0 0 15 0 13 0 1057927 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5933] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5933/stat : 5933 (java) S 5925 5927 2320 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1057927 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5934] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5934/stat : 5934 (java) S 5925 5927 2320 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1057927 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5935] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5935/stat : 5935 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5936] ppid=5925 vsize=1530228 CPUtime=0.64
/proc/5927/task/5936/stat : 5936 (java) S 5925 5927 2320 0 -1 4202560 1547 0 0 0 64 0 0 0 15 0 13 0 1057932 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5937] ppid=5925 vsize=1530228 CPUtime=0.48
/proc/5927/task/5937/stat : 5937 (java) S 5925 5927 2320 0 -1 4202560 1154 0 0 0 48 0 0 0 15 0 13 0 1057932 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5938] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5938/stat : 5938 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5939] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5939/stat : 5939 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1057932 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1057956 1566953472 7831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 1530228

[startup+12.7025 s]
/proc/loadavg: 1.13 1.03 1.01 2/119 5942
/proc/meminfo: memFree=1449488/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1530228 CPUtime=13.57
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 9625 0 1 0 1351 6 0 0 18 0 13 0 1057922 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 382557 7994 1440 10 0 379859 0
[pid=5927/tid=5929] ppid=5925 vsize=1530228 CPUtime=12.02
/proc/5927/task/5929/stat : 5929 (java) R 5925 5927 2320 0 -1 4202560 4507 0 1 0 1199 3 0 0 19 0 13 0 1057924 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4109985804 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1530228 CPUtime=0.03
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 287 0 0 0 3 0 0 0 16 0 13 0 1057925 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1530228 CPUtime=0.04
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 353 0 0 0 4 0 0 0 16 0 13 0 1057925 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1530228 CPUtime=0.29
/proc/5927/task/5932/stat : 5932 (java) S 5925 5927 2320 0 -1 4202560 712 0 0 0 29 0 0 0 16 0 13 0 1057927 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5933] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5933/stat : 5933 (java) S 5925 5927 2320 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1057927 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5934] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5934/stat : 5934 (java) S 5925 5927 2320 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1057927 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5935] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5935/stat : 5935 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5936] ppid=5925 vsize=1530228 CPUtime=0.64
/proc/5927/task/5936/stat : 5936 (java) S 5925 5927 2320 0 -1 4202560 1547 0 0 0 64 0 0 0 15 0 13 0 1057932 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5937] ppid=5925 vsize=1530228 CPUtime=0.48
/proc/5927/task/5937/stat : 5937 (java) S 5925 5927 2320 0 -1 4202560 1154 0 0 0 48 0 0 0 15 0 13 0 1057932 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5938] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5938/stat : 5938 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5939] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5939/stat : 5939 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 1057932 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1057956 1566953472 7994 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.57
Current children cumulated vsize (KiB) 1530228

[startup+25.5017 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 5942
/proc/meminfo: memFree=1449488/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1530228 CPUtime=26.38
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 9710 0 1 0 2632 6 0 0 18 0 13 0 1057922 1566953472 8065 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 382557 8065 1440 10 0 379859 0
[pid=5927/tid=5929] ppid=5925 vsize=1530228 CPUtime=24.42
/proc/5927/task/5929/stat : 5929 (java) R 5925 5927 2320 0 -1 4202560 4521 0 1 0 2439 3 0 0 25 0 13 0 1057924 1566953472 8065 1992294400 134512640 134550932 4291060784 18446744073709551615 4110001769 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1530228 CPUtime=0.08
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 291 0 0 0 8 0 0 0 16 0 13 0 1057925 1566953472 8065 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1530228 CPUtime=0.07
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 354 0 0 0 7 0 0 0 15 0 13 0 1057925 1566953472 8065 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1530228 CPUtime=0.63

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

/proc/5927/task/5939/stat : 5939 (java) R 5925 5927 2320 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 13 0 1057932 1566953472 8146 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1057956 1566953472 8146 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 36
Current children cumulated vsize (KiB) 1530228

[startup+36.7018 s]
/proc/loadavg: 1.09 1.03 1.01 3/119 5942
/proc/meminfo: memFree=1449116/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1530228 CPUtime=37.61
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 9813 0 1 0 3755 6 0 0 18 0 13 0 1057922 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 382557 8147 1440 10 0 379859 0
[pid=5927/tid=5929] ppid=5925 vsize=1530228 CPUtime=35.25
/proc/5927/task/5929/stat : 5929 (java) R 5925 5927 2320 0 -1 4202560 4534 0 1 0 3522 3 0 0 18 0 13 0 1057924 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4110001464 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1530228 CPUtime=0.1
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 297 0 0 0 10 0 0 0 15 0 13 0 1057925 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1530228 CPUtime=0.11
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 354 0 0 0 11 0 0 0 16 0 13 0 1057925 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1530228 CPUtime=0.95
/proc/5927/task/5932/stat : 5932 (java) S 5925 5927 2320 0 -1 4202560 857 0 0 0 95 0 0 0 16 0 13 0 1057927 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5933] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5933/stat : 5933 (java) S 5925 5927 2320 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1057927 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5934] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5934/stat : 5934 (java) S 5925 5927 2320 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1057927 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5935] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5935/stat : 5935 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5936] ppid=5925 vsize=1530228 CPUtime=0.64
/proc/5927/task/5936/stat : 5936 (java) S 5925 5927 2320 0 -1 4202560 1547 0 0 0 64 0 0 0 15 0 13 0 1057932 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5937] ppid=5925 vsize=1530228 CPUtime=0.5
/proc/5927/task/5937/stat : 5937 (java) S 5925 5927 2320 0 -1 4202560 1155 0 0 0 50 0 0 0 15 0 13 0 1057932 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5938] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5938/stat : 5938 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5939] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5939/stat : 5939 (java) S 5925 5927 2320 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 1057932 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1530228 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1057956 1566953472 8147 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.61
Current children cumulated vsize (KiB) 1530228

[startup+38.302 s]
/proc/loadavg: 1.09 1.03 1.01 4/119 5942
/proc/meminfo: memFree=1447380/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1537396 CPUtime=39.56
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 12322 0 1 0 3949 7 0 0 18 0 13 0 1057922 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 384349 9831 1440 10 0 381651 0
[pid=5927/tid=5929] ppid=5925 vsize=1537396 CPUtime=36.79
/proc/5927/task/5929/stat : 5929 (java) R 5925 5927 2320 0 -1 4202560 4537 0 1 0 3676 3 0 0 20 0 13 0 1057924 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4110204912 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1537396 CPUtime=0.1
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 299 0 0 0 10 0 0 0 15 0 13 0 1057925 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1537396 CPUtime=0.11
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 354 0 0 0 11 0 0 0 15 0 13 0 1057925 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1537396 CPUtime=0.97
/proc/5927/task/5932/stat : 5932 (java) S 5925 5927 2320 0 -1 4202560 857 0 0 0 97 0 0 0 16 0 13 0 1057927 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5933] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5933/stat : 5933 (java) S 5925 5927 2320 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1057927 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5934] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5934/stat : 5934 (java) S 5925 5927 2320 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1057927 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5935] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5935/stat : 5935 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5936] ppid=5925 vsize=1537396 CPUtime=0.66
/proc/5927/task/5936/stat : 5936 (java) S 5925 5927 2320 0 -1 4202560 1548 0 0 0 66 0 0 0 15 0 13 0 1057932 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5937] ppid=5925 vsize=1537396 CPUtime=0.86
/proc/5927/task/5937/stat : 5937 (java) S 5925 5927 2320 0 -1 4202560 3658 0 0 0 85 1 0 0 15 0 13 0 1057932 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5938] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5938/stat : 5938 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5939] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5939/stat : 5939 (java) S 5925 5927 2320 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 1057932 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1057956 1574293504 9831 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.56
Current children cumulated vsize (KiB) 1537396

[startup+38.701 s]
/proc/loadavg: 1.09 1.03 1.01 2/119 5942
/proc/meminfo: memFree=1442172/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1537396 CPUtime=39.98
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 12330 0 1 0 3991 7 0 0 18 0 13 0 1057922 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 384349 9838 1440 10 0 381651 0
[pid=5927/tid=5929] ppid=5925 vsize=1537396 CPUtime=37.15
/proc/5927/task/5929/stat : 5929 (java) R 5925 5927 2320 0 -1 4202560 4538 0 1 0 3712 3 0 0 18 0 13 0 1057924 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4109919200 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1537396 CPUtime=0.11
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 299 0 0 0 11 0 0 0 15 0 13 0 1057925 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1537396 CPUtime=0.11
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 354 0 0 0 11 0 0 0 16 0 13 0 1057925 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1537396 CPUtime=1
/proc/5927/task/5932/stat : 5932 (java) S 5925 5927 2320 0 -1 4202560 857 0 0 0 100 0 0 0 16 0 13 0 1057927 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5933] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5933/stat : 5933 (java) S 5925 5927 2320 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1057927 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5934] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5934/stat : 5934 (java) S 5925 5927 2320 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1057927 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5935] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5935/stat : 5935 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5936] ppid=5925 vsize=1537396 CPUtime=0.68
/proc/5927/task/5936/stat : 5936 (java) S 5925 5927 2320 0 -1 4202560 1555 0 0 0 68 0 0 0 16 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5937] ppid=5925 vsize=1537396 CPUtime=0.87
/proc/5927/task/5937/stat : 5937 (java) S 5925 5927 2320 0 -1 4202560 3658 0 0 0 86 1 0 0 15 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5938] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5938/stat : 5938 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5939] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5939/stat : 5939 (java) S 5925 5927 2320 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1057956 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.98
Current children cumulated vsize (KiB) 1537396

[startup+39.1011 s]
/proc/loadavg: 1.09 1.03 1.01 2/119 5942
/proc/meminfo: memFree=1442172/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1537396 CPUtime=40.38
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 12330 0 1 0 4031 7 0 0 18 0 13 0 1057922 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 384349 9838 1440 10 0 381651 0
[pid=5927/tid=5929] ppid=5925 vsize=1537396 CPUtime=37.55
/proc/5927/task/5929/stat : 5929 (java) R 5925 5927 2320 0 -1 4202560 4538 0 1 0 3752 3 0 0 18 0 13 0 1057924 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4109987281 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1537396 CPUtime=0.11
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 299 0 0 0 11 0 0 0 15 0 13 0 1057925 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1537396 CPUtime=0.11
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 354 0 0 0 11 0 0 0 16 0 13 0 1057925 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1537396 CPUtime=1
/proc/5927/task/5932/stat : 5932 (java) S 5925 5927 2320 0 -1 4202560 857 0 0 0 100 0 0 0 16 0 13 0 1057927 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5933] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5933/stat : 5933 (java) S 5925 5927 2320 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 1057927 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5934] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5934/stat : 5934 (java) S 5925 5927 2320 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 1057927 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5935] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5935/stat : 5935 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5936] ppid=5925 vsize=1537396 CPUtime=0.68
/proc/5927/task/5936/stat : 5936 (java) S 5925 5927 2320 0 -1 4202560 1555 0 0 0 68 0 0 0 16 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5937] ppid=5925 vsize=1537396 CPUtime=0.87
/proc/5927/task/5937/stat : 5937 (java) S 5925 5927 2320 0 -1 4202560 3658 0 0 0 86 1 0 0 15 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5938] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5938/stat : 5938 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5939] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5939/stat : 5939 (java) S 5925 5927 2320 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 1057932 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1537396 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 1057956 1574293504 9838 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.38
Current children cumulated vsize (KiB) 1537396

[startup+39.2011 s]
/proc/loadavg: 1.09 1.03 1.01 2/119 5942
/proc/meminfo: memFree=1442172/2059040 swapFree=4192956/4192956
[pid=5927] ppid=5925 vsize=1537720 CPUtime=40.49
/proc/5927/stat : 5927 (java) S 5925 5927 2320 0 -1 4202496 12338 0 1 0 4042 7 0 0 18 0 14 0 1057922 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/5927/statm: 384430 9846 1440 10 0 381732 0
[pid=5927/tid=5929] ppid=5925 vsize=1537720 CPUtime=37.64
/proc/5927/task/5929/stat : 5929 (java) S 5925 5927 2320 0 -1 4202560 4542 0 1 0 3761 3 0 0 20 0 14 0 1057924 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5930] ppid=5925 vsize=1537720 CPUtime=0.11
/proc/5927/task/5930/stat : 5930 (java) S 5925 5927 2320 0 -1 4202560 299 0 0 0 11 0 0 0 15 0 14 0 1057925 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5931] ppid=5925 vsize=1537720 CPUtime=0.11
/proc/5927/task/5931/stat : 5931 (java) S 5925 5927 2320 0 -1 4202560 354 0 0 0 11 0 0 0 16 0 14 0 1057925 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5932] ppid=5925 vsize=1537720 CPUtime=1
/proc/5927/task/5932/stat : 5932 (java) S 5925 5927 2320 0 -1 4202560 857 0 0 0 100 0 0 0 16 0 14 0 1057927 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 0 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5933] ppid=5925 vsize=1537720 CPUtime=0
/proc/5927/task/5933/stat : 5933 (java) S 5925 5927 2320 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 1057927 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5934] ppid=5925 vsize=1537720 CPUtime=0
/proc/5927/task/5934/stat : 5934 (java) S 5925 5927 2320 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 1057927 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5935] ppid=5925 vsize=1537720 CPUtime=0
/proc/5927/task/5935/stat : 5935 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1057932 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5936] ppid=5925 vsize=1537720 CPUtime=0.69
/proc/5927/task/5936/stat : 5936 (java) S 5925 5927 2320 0 -1 4202560 1555 0 0 0 69 0 0 0 15 0 14 0 1057932 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 1 0 0 0
[pid=5927/tid=5937] ppid=5925 vsize=1537720 CPUtime=0.88
/proc/5927/task/5937/stat : 5937 (java) S 5925 5927 2320 0 -1 4202560 3658 0 0 0 87 1 0 0 15 0 14 0 1057932 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5938] ppid=5925 vsize=1537720 CPUtime=0
/proc/5927/task/5938/stat : 5938 (java) S 5925 5927 2320 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1057932 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5939] ppid=5925 vsize=1537720 CPUtime=0
/proc/5927/task/5939/stat : 5939 (java) S 5925 5927 2320 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 1057932 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
[pid=5927/tid=5940] ppid=5925 vsize=1537720 CPUtime=0
/proc/5927/task/5940/stat : 5940 (java) S 5925 5927 2320 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1057956 1574625280 9846 1992294400 134512640 134550932 4291060784 18446744073709551615 4294960144 0 4 0 16800975 18446604437838484672 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.49
Current children cumulated vsize (KiB) 1537720

Child status: 20
Real time (s): 39.2424
CPU time (s): 40.5548
CPU user time (s): 40.4718
CPU system time (s): 0.082987
CPU usage (%): 103.345
Max. virtual memory (cumulated for all children) (KiB): 1537804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.4718
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12348
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= 1499
involuntary context switches= 892

runsolver used 0.082987 second user time and 0.230964 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-11 18:33:36
IDJOB=2659336
IDBENCH=1199
IDSOLVER=1164
FILE ID=node018/2659336-1276274016
PBS_JOBID= 11172194
Free space on /tmp= 62292 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.1110975965.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659336-1276274016/watcher-2659336-1276274016 -o /tmp/evaluation-result-2659336-1276274016/solver-2659336-1276274016 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659336-1276274016.opb

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

MD5SUM BENCH= 5a91e712d3aef81a2c9052622caecb97
RANDOM SEED=1762798412

node018.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.248
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.248
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1477700 kB
Buffers:         44352 kB
Cached:         397136 kB
SwapCached:          0 kB
Active:         177856 kB
Inactive:       322804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1477700 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             312 kB
Writeback:           0 kB
AnonPages:       59144 kB
Mapped:          15336 kB
Slab:            58772 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181524 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= 62292 MiB
End job on node018 at 2010-06-11 18:34:15