Trace number 2659485

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 110.376 108.166

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554420.opb
MD5SUM30c4f9acafc0f3a30de05f75833db699
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 benchmark26.279
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
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.08/0.21	c Pseudo Boolean Optimization
0.08/0.21	c --- Begin Solver configuration ---
0.08/0.21	c Stops conflict analysis at the first Unique Implication Point
0.08/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.08/0.21	c Learn all clauses as in MiniSAT
0.08/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.21	c Expensive reason simplification
0.08/0.21	c Armin Biere (Picosat) restarts strategy
0.08/0.21	c Glucose learned constraints deletion strategy
0.08/0.21	c timeout=2147483s
0.08/0.21	c DB Simplification allowed=false
0.08/0.21	c --- End Solver configuration ---
0.08/0.21	c solving HOME/instance-2659485-1276313041.opb
0.08/0.21	c reading problem ... 
0.93/0.62	c ... done. Wall clock time 0.413s.
0.93/0.62	c #vars     231
0.93/0.62	c #constraints  2707
0.93/0.62	c constraints type 
0.93/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.93/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.93/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.93/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.35/1.97	c cleaning 2497 clauses out of 5000 with flag 5000/5000
4.13/2.60	c cleaning 4250 clauses out of 8504 with flag 11001/11001
4.94/3.42	c cleaning 5619 clauses out of 11253 with flag 18000/18000
5.86/4.33	c cleaning 6810 clauses out of 13634 with flag 26000/26000
7.12/5.53	c cleaning 7905 clauses out of 15827 with flag 35003/35003
8.41/6.89	c cleaning 8954 clauses out of 17919 with flag 45000/45000
9.81/8.22	c cleaning 9478 clauses out of 18965 with flag 55000/55000
11.32/9.76	c cleaning 9740 clauses out of 19489 with flag 65002/65002
12.73/11.10	c cleaning 9862 clauses out of 19749 with flag 75002/75002
14.24/12.62	c cleaning 9934 clauses out of 19887 with flag 85002/85002
15.64/14.09	c cleaning 9968 clauses out of 19954 with flag 95003/95003
17.15/15.52	c cleaning 9980 clauses out of 19985 with flag 105002/105002
18.55/16.90	c cleaning 10002 clauses out of 20005 with flag 115002/115002
20.05/18.47	c cleaning 9990 clauses out of 20002 with flag 125001/125001
21.46/19.81	c cleaning 9990 clauses out of 20011 with flag 135000/135000
22.76/21.15	c cleaning 10004 clauses out of 20023 with flag 145002/145002
24.16/22.51	c cleaning 10004 clauses out of 20019 with flag 155002/155002
25.36/23.79	c cleaning 10002 clauses out of 20015 with flag 165002/165002
26.66/25.01	c cleaning 9993 clauses out of 20011 with flag 175000/175000
28.07/26.41	c cleaning 10001 clauses out of 20020 with flag 185002/185002
29.17/27.59	c cleaning 10004 clauses out of 20019 with flag 195002/195002
30.47/28.85	c cleaning 10003 clauses out of 20014 with flag 205001/205001
31.78/30.16	c cleaning 9996 clauses out of 20010 with flag 215000/215000
33.18/31.52	c cleaning 9997 clauses out of 20015 with flag 225001/225001
34.48/32.88	c cleaning 10004 clauses out of 20021 with flag 235004/235004
35.78/34.14	c cleaning 10000 clauses out of 20015 with flag 245002/245002
37.08/35.40	c cleaning 9996 clauses out of 20013 with flag 255000/255000
38.28/36.60	c cleaning 10007 clauses out of 20017 with flag 265000/265000
39.48/37.87	c cleaning 9992 clauses out of 20010 with flag 275000/275000
40.79/39.13	c cleaning 9997 clauses out of 20018 with flag 285000/285000
41.99/40.30	c cleaning 10005 clauses out of 20021 with flag 295000/295000
43.29/41.61	c cleaning 9997 clauses out of 20016 with flag 305000/305000
44.88/43.00	c cleaning 10003 clauses out of 20023 with flag 315004/315004
46.35/44.34	c cleaning 9989 clauses out of 20017 with flag 325001/325001
47.55/45.59	c cleaning 10009 clauses out of 20028 with flag 335001/335001
48.85/46.82	c cleaning 9997 clauses out of 20019 with flag 345001/345001
50.25/48.21	c cleaning 10005 clauses out of 20023 with flag 355002/355002
51.56/49.52	c cleaning 10006 clauses out of 20017 with flag 365001/365001
52.75/50.78	c cleaning 9997 clauses out of 20010 with flag 375000/375000
54.05/52.03	c cleaning 10002 clauses out of 20014 with flag 385001/385001
55.16/53.14	c cleaning 9993 clauses out of 20012 with flag 395001/395001
56.37/54.37	c cleaning 10000 clauses out of 20018 with flag 405000/405000
57.57/55.52	c cleaning 10002 clauses out of 20020 with flag 415002/415002
58.58/56.58	c cleaning 9998 clauses out of 20016 with flag 425000/425000
59.88/57.82	c cleaning 10008 clauses out of 20019 with flag 435001/435001
61.07/59.01	c cleaning 9997 clauses out of 20010 with flag 445000/445000
62.17/60.11	c cleaning 10000 clauses out of 20013 with flag 455000/455000
63.37/61.34	c cleaning 10004 clauses out of 20014 with flag 465001/465001
64.48/62.49	c cleaning 10000 clauses out of 20011 with flag 475002/475002
65.68/63.64	c cleaning 10003 clauses out of 20009 with flag 485000/485000
66.88/64.82	c cleaning 9996 clauses out of 20006 with flag 495000/495000
68.08/66.02	c cleaning 9996 clauses out of 20010 with flag 505000/505000
69.28/67.28	c cleaning 9998 clauses out of 20014 with flag 515000/515000
70.68/68.63	c cleaning 10003 clauses out of 20017 with flag 525001/525001
71.98/69.93	c cleaning 9994 clauses out of 20013 with flag 535000/535000
73.28/71.22	c cleaning 10006 clauses out of 20020 with flag 545001/545001
74.44/72.38	c cleaning 9994 clauses out of 20013 with flag 555000/555000
75.94/73.88	c cleaning 10004 clauses out of 20020 with flag 565001/565001
77.14/75.08	c cleaning 10005 clauses out of 20018 with flag 575003/575003
78.45/76.33	c cleaning 10003 clauses out of 20012 with flag 585002/585002
79.75/77.63	c cleaning 9991 clauses out of 20007 with flag 595000/595000
80.95/78.80	c cleaning 10005 clauses out of 20016 with flag 605000/605000
82.05/79.99	c cleaning 9998 clauses out of 20012 with flag 615001/615001
83.35/81.26	c cleaning 9996 clauses out of 20014 with flag 625001/625001
84.95/82.81	c cleaning 10007 clauses out of 20018 with flag 635001/635001
86.25/84.17	c cleaning 10000 clauses out of 20011 with flag 645001/645001
87.86/85.72	c cleaning 9997 clauses out of 20011 with flag 655001/655001
89.37/87.25	c cleaning 9997 clauses out of 20013 with flag 665000/665000
90.77/88.61	c cleaning 9999 clauses out of 20016 with flag 675000/675000
92.17/90.02	c cleaning 9991 clauses out of 20017 with flag 685000/685000
93.47/91.34	c cleaning 10010 clauses out of 20027 with flag 695001/695001
94.87/92.79	c cleaning 10000 clauses out of 20018 with flag 705002/705002
96.27/94.16	c cleaning 10001 clauses out of 20018 with flag 715002/715002
97.60/95.42	c cleaning 10006 clauses out of 20017 with flag 725002/725002
98.79/96.64	c cleaning 10001 clauses out of 20009 with flag 735000/735000
100.00/97.85	c cleaning 9994 clauses out of 20008 with flag 745000/745000
101.20/99.03	c cleaning 9999 clauses out of 20017 with flag 755003/755003
102.30/100.11	c cleaning 10000 clauses out of 20016 with flag 765001/765001
103.59/101.49	c cleaning 10003 clauses out of 20015 with flag 775000/775000
104.89/102.76	c cleaning 9997 clauses out of 20012 with flag 785000/785000
106.39/104.27	c cleaning 10002 clauses out of 20015 with flag 795000/795000
107.82/105.63	c cleaning 10005 clauses out of 20012 with flag 805000/805000
109.12/106.98	c cleaning 9999 clauses out of 20010 with flag 815003/815003
110.23/108.08	c starts		: 171
110.23/108.08	c conflicts		: 823296
110.23/108.08	c decisions		: 1431234
110.23/108.08	c propagations		: 30369044
110.23/108.08	c inspects		: 435904013
110.23/108.08	c learnt literals	: 7
110.23/108.08	c learnt binary clauses	: 62
110.23/108.08	c learnt ternary clauses	: 671
110.23/108.08	c learnt clauses	: 823288
110.23/108.08	c ignored clauses	: 0
110.23/108.08	c root simplifications	: 0
110.23/108.08	c removed literals (reason simplification)	: 4084637
110.23/108.08	c reason swapping (by a shorter reason)	: 0
110.23/108.08	c Calls to reduceDB	: 83
110.23/108.08	c number of reductions to clauses (during analyze)	: 0
110.23/108.08	c number of learned constraints concerned by reduction	: 0
110.23/108.08	c number of learning phase by resolution	: 0
110.23/108.08	c number of learning phase by cutting planes	: 0
110.23/108.08	c speed (assignments/second)	: 282613.1511846489
110.23/108.08	c non guided choices	129
110.33/108.11	c learnt constraints type 
110.33/108.11	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18235
110.33/108.11	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
110.33/108.11	c constraints type 
110.33/108.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
110.33/108.11	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
110.33/108.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
110.33/108.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
110.33/108.11	s UNSATISFIABLE
110.33/108.11	c Total wall clock time (in seconds): 107.9

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-2659485-1276313041/watcher-2659485-1276313041 -o /tmp/evaluation-result-2659485-1276313041/solver-2659485-1276313041 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659485-1276313041.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 7704
/proc/meminfo: memFree=1541584/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1744 CPUtime=0
/proc/7704/stat : 7704 (java6) R 7702 7704 6883 0 -1 4194304 134 0 0 0 0 0 0 0 19 0 1 0 6905867 1785856 54 1992294400 134512640 134550932 4291413872 18446744073709551615 11229171 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7704/statm: 438 61 48 10 0 30 0

[startup+0.0630791 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 7704
/proc/meminfo: memFree=1541584/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1521664 CPUtime=0.04
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 3618 0 1 0 3 1 0 0 15 0 7 0 6905867 1558183936 3060 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 380416 3060 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101082 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 7704
/proc/meminfo: memFree=1541584/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1524024 CPUtime=0.08
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 3932 0 1 0 6 2 0 0 15 0 12 0 6905867 1560600576 3372 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 381006 3372 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.301764 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 7704
/proc/meminfo: memFree=1541584/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1526180 CPUtime=0.36
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 5303 0 1 0 33 3 0 0 15 0 12 0 6905867 1562808320 4741 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 381545 4741 1361 10 0 378847 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526180

[startup+0.700761 s]
/proc/loadavg: 0.97 0.98 0.99 3/106 7704
/proc/meminfo: memFree=1541584/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1528272 CPUtime=1.13
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 7097 0 1 0 110 3 0 0 15 0 13 0 6905867 1564950528 6460 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 382068 6460 1408 10 0 379370 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1528272

[startup+1.50176 s]
/proc/loadavg: 1.13 1.02 1.01 4/119 7717
/proc/meminfo: memFree=1516060/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533204 CPUtime=2.72
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 9232 0 1 0 268 4 0 0 15 0 13 0 6905867 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383301 7820 1423 10 0 380603 0
[pid=7704/tid=7706] ppid=7702 vsize=1533204 CPUtime=1.46
/proc/7704/task/7706/stat : 7706 (java) R 7702 7704 6883 0 -1 4202560 5132 0 1 0 144 2 0 0 20 0 13 0 6905869 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 106408566 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 6905870 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 13 0 6905870 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7709/stat : 7709 (java) S 7702 7704 6883 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6905872 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7710] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7710/stat : 7710 (java) S 7702 7704 6883 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 13 0 6905873 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7711/stat : 7711 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 6905873 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7712] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7712/stat : 7712 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 6905877 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7713] ppid=7702 vsize=1533204 CPUtime=0.7
/proc/7704/task/7713/stat : 7713 (java) R 7702 7704 6883 0 -1 4202560 2103 0 0 0 70 0 0 0 25 0 13 0 6905877 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 103978427 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=1533204 CPUtime=0.52
/proc/7704/task/7714/stat : 7714 (java) R 7702 7704 6883 0 -1 4202560 933 0 0 0 52 0 0 0 25 0 13 0 6905877 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 105573882 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7704/tid=7715] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7715/stat : 7715 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6905877 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7716] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7716/stat : 7716 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6905877 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6905930 1570000896 7820 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1533204

[startup+3.10175 s]
/proc/loadavg: 1.13 1.02 1.01 2/119 7717
/proc/meminfo: memFree=1511720/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533204 CPUtime=4.64
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 10560 0 1 0 460 4 0 0 15 0 13 0 6905867 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383301 9142 1442 10 0 380603 0
[pid=7704/tid=7706] ppid=7702 vsize=1533204 CPUtime=3.01
/proc/7704/task/7706/stat : 7706 (java) R 7702 7704 6883 0 -1 4202560 5588 0 1 0 299 2 0 0 25 0 13 0 6905869 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4109248983 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 250 0 0 0 0 0 0 0 15 0 13 0 6905870 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 244 0 0 0 0 0 0 0 16 0 13 0 6905870 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533204 CPUtime=0.04
/proc/7704/task/7709/stat : 7709 (java) S 7702 7704 6883 0 -1 4202560 349 0 0 0 4 0 0 0 16 0 13 0 6905872 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7710] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7710/stat : 7710 (java) S 7702 7704 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6905873 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7711/stat : 7711 (java) S 7702 7704 6883 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6905873 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7712] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7712/stat : 7712 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 6905877 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7713] ppid=7702 vsize=1533204 CPUtime=0.84
/proc/7704/task/7713/stat : 7713 (java) S 7702 7704 6883 0 -1 4202560 2120 0 0 0 84 0 0 0 19 0 13 0 6905877 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=1533204 CPUtime=0.7
/proc/7704/task/7714/stat : 7714 (java) S 7702 7704 6883 0 -1 4202560 944 0 0 0 70 0 0 0 15 0 13 0 6905877 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7715] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7715/stat : 7715 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6905877 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7716] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7716/stat : 7716 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6905877 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6905930 1570000896 9142 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 1533204

[startup+6.30072 s]
/proc/loadavg: 1.13 1.02 1.01 2/119 7717
/proc/meminfo: memFree=1508992/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533204 CPUtime=7.91
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 10899 0 1 0 787 4 0 0 15 0 13 0 6905867 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383301 9477 1442 10 0 380603 0
[pid=7704/tid=7706] ppid=7702 vsize=1533204 CPUtime=6.09
/proc/7704/task/7706/stat : 7706 (java) R 7702 7704 6883 0 -1 4202560 5591 0 1 0 607 2 0 0 25 0 13 0 6905869 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4109235588 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533204 CPUtime=0.01
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 358 0 0 0 1 0 0 0 16 0 13 0 6905870 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533204 CPUtime=0.01
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 291 0 0 0 1 0 0 0 15 0 13 0 6905870 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533204 CPUtime=0.11
/proc/7704/task/7709/stat : 7709 (java) S 7702 7704 6883 0 -1 4202560 520 0 0 0 11 0 0 0 15 0 13 0 6905872 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7710] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7710/stat : 7710 (java) S 7702 7704 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6905873 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7711/stat : 7711 (java) S 7702 7704 6883 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6905873 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7712] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7712/stat : 7712 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 6905877 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7713] ppid=7702 vsize=1533204 CPUtime=0.85
/proc/7704/task/7713/stat : 7713 (java) S 7702 7704 6883 0 -1 4202560 2121 0 0 0 85 0 0 0 16 0 13 0 6905877 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=1533204 CPUtime=0.79
/proc/7704/task/7714/stat : 7714 (java) S 7702 7704 6883 0 -1 4202560 953 0 0 0 79 0 0 0 16 0 13 0 6905877 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7715] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7715/stat : 7715 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6905877 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7716] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7716/stat : 7716 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6905877 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6905930 1570000896 9477 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 1533204

[startup+12.7015 s]
/proc/loadavg: 1.11 1.02 1.00 2/119 7717
/proc/meminfo: memFree=1507628/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533204 CPUtime=14.34
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 11096 0 1 0 1430 4 0 0 15 0 13 0 6905867 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383301 9669 1442 10 0 380603 0
[pid=7704/tid=7706] ppid=7702 vsize=1533204 CPUtime=12.34
/proc/7704/task/7706/stat : 7706 (java) R 7702 7704 6883 0 -1 4202560 5596 0 1 0 1232 2 0 0 25 0 13 0 6905869 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4109248983 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533204 CPUtime=0.04
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 363 0 0 0 4 0 0 0 16 0 13 0 6905870 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533204 CPUtime=0.02
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 296 0 0 0 2 0 0 0 15 0 13 0 6905870 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533204 CPUtime=0.24
/proc/7704/task/7709/stat : 7709 (java) S 7702 7704 6883 0 -1 4202560 702 0 0 0 24 0 0 0 16 0 13 0 6905872 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7710] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7710/stat : 7710 (java) S 7702 7704 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6905873 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7711/stat : 7711 (java) S 7702 7704 6883 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6905873 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7712] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7712/stat : 7712 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 6905877 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7713] ppid=7702 vsize=1533204 CPUtime=0.85
/proc/7704/task/7713/stat : 7713 (java) S 7702 7704 6883 0 -1 4202560 2121 0 0 0 85 0 0 0 16 0 13 0 6905877 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=1533204 CPUtime=0.8
/proc/7704/task/7714/stat : 7714 (java) S 7702 7704 6883 0 -1 4202560 953 0 0 0 80 0 0 0 15 0 13 0 6905877 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7715] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7715/stat : 7715 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6905877 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7716] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7716/stat : 7716 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 6905877 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=1533204 CPUtime=0
/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6905930 1570000896 9669 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.34
Current children cumulated vsize (KiB) 1533204

[startup+25.5019 s]
/proc/loadavg: 1.09 1.01 1.00 2/119 7717
/proc/meminfo: memFree=1507256/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533204 CPUtime=27.16
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 11207 0 1 0 2711 5 0 0 15 0 13 0 6905867 1570000896 9771 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383301 9771 1442 10 0 380603 0
[pid=7704/tid=7706] ppid=7702 vsize=1533204 CPUtime=24.86
/proc/7704/task/7706/stat : 7706 (java) R 7702 7704 6883 0 -1 4202560 5605 0 1 0 2484 2 0 0 25 0 13 0 6905869 1570000896 9771 1992294400 134512640 134550932 4294896416 18446744073709551615 4109248948 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533204 CPUtime=0.07
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 365 0 0 0 7 0 0 0 15 0 13 0 6905870 1570000896 9771 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533204 CPUtime=0.05
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 299 0 0 0 5 0 0 0 15 0 13 0 6905870 1570000896 9771 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533204 CPUtime=0.47

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

/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6905930 1569865728 10074 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 53.15
Current children cumulated vsize (KiB) 1533072

[startup+102.309 s]
/proc/loadavg: 1.09 1.03 1.01 2/119 7719
/proc/meminfo: memFree=1504404/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533072 CPUtime=104.5
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 12843 0 1 0 10442 8 0 0 15 0 13 0 6905867 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383268 10309 1442 10 0 380570 0
[pid=7704/tid=7706] ppid=7702 vsize=1533072 CPUtime=99.72
/proc/7704/task/7706/stat : 7706 (java) R 7702 7704 6883 0 -1 4202560 5669 0 1 0 9970 2 0 0 23 0 13 0 6905869 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4109349463 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533072 CPUtime=0.28
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 376 0 0 0 27 1 0 0 16 0 13 0 6905870 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533072 CPUtime=0.18
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 310 0 0 0 18 0 0 0 15 0 13 0 6905870 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533072 CPUtime=2.1
/proc/7704/task/7709/stat : 7709 (java) S 7702 7704 6883 0 -1 4202560 1172 0 0 0 210 0 0 0 16 0 13 0 6905872 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7710] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7710/stat : 7710 (java) S 7702 7704 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6905873 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7711/stat : 7711 (java) S 7702 7704 6883 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6905873 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7712] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7712/stat : 7712 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 6905877 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7713] ppid=7702 vsize=1533072 CPUtime=0.88
/proc/7704/task/7713/stat : 7713 (java) S 7702 7704 6883 0 -1 4202560 2130 0 0 0 88 0 0 0 15 0 13 0 6905877 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=1533072 CPUtime=1.27
/proc/7704/task/7714/stat : 7714 (java) S 7702 7704 6883 0 -1 4202560 2115 0 0 0 126 1 0 0 15 0 13 0 6905877 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7715] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7715/stat : 7715 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6905877 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7716] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7716/stat : 7716 (java) S 7702 7704 6883 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 6905877 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6905930 1569865728 10309 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 104.5
Current children cumulated vsize (KiB) 1533072

Solver just ended. Dumping a history of the last processes samples

[startup+105.502 s]
/proc/loadavg: 1.09 1.03 1.01 3/119 7719
/proc/meminfo: memFree=1504404/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533072 CPUtime=107.71
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 12846 0 1 0 10763 8 0 0 15 0 13 0 6905867 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383268 10310 1442 10 0 380570 0
[pid=7704/tid=7706] ppid=7702 vsize=1533072 CPUtime=102.85
/proc/7704/task/7706/stat : 7706 (java) R 7702 7704 6883 0 -1 4202560 5672 0 1 0 10283 2 0 0 25 0 13 0 6905869 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4109349587 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533072 CPUtime=0.29
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 376 0 0 0 28 1 0 0 16 0 13 0 6905870 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533072 CPUtime=0.19
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 310 0 0 0 19 0 0 0 15 0 13 0 6905870 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533072 CPUtime=2.15
/proc/7704/task/7709/stat : 7709 (java) S 7702 7704 6883 0 -1 4202560 1172 0 0 0 215 0 0 0 15 0 13 0 6905872 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7710] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7710/stat : 7710 (java) S 7702 7704 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6905873 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7711/stat : 7711 (java) S 7702 7704 6883 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6905873 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7712] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7712/stat : 7712 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 6905877 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7713] ppid=7702 vsize=1533072 CPUtime=0.88
/proc/7704/task/7713/stat : 7713 (java) S 7702 7704 6883 0 -1 4202560 2130 0 0 0 88 0 0 0 15 0 13 0 6905877 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=1533072 CPUtime=1.28
/proc/7704/task/7714/stat : 7714 (java) S 7702 7704 6883 0 -1 4202560 2115 0 0 0 127 1 0 0 15 0 13 0 6905877 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7715] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7715/stat : 7715 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6905877 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7716] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7716/stat : 7716 (java) S 7702 7704 6883 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 6905877 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6905930 1569865728 10310 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 107.71
Current children cumulated vsize (KiB) 1533072

[startup+107.101 s]
/proc/loadavg: 1.08 1.03 1.01 2/119 7719
/proc/meminfo: memFree=1504404/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533072 CPUtime=109.32
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 12865 0 1 0 10924 8 0 0 15 0 13 0 6905867 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383268 10323 1442 10 0 380570 0
[pid=7704/tid=7706] ppid=7702 vsize=1533072 CPUtime=104.39
/proc/7704/task/7706/stat : 7706 (java) R 7702 7704 6883 0 -1 4202560 5674 0 1 0 10437 2 0 0 25 0 13 0 6905869 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4109342956 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533072 CPUtime=0.29
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 376 0 0 0 28 1 0 0 15 0 13 0 6905870 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533072 CPUtime=0.19
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 310 0 0 0 19 0 0 0 15 0 13 0 6905870 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533072 CPUtime=2.21
/proc/7704/task/7709/stat : 7709 (java) S 7702 7704 6883 0 -1 4202560 1187 0 0 0 221 0 0 0 15 0 13 0 6905872 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7710] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7710/stat : 7710 (java) S 7702 7704 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6905873 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7711/stat : 7711 (java) S 7702 7704 6883 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6905873 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7712] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7712/stat : 7712 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7713] ppid=7702 vsize=1533072 CPUtime=0.88
/proc/7704/task/7713/stat : 7713 (java) S 7702 7704 6883 0 -1 4202560 2130 0 0 0 88 0 0 0 15 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=1533072 CPUtime=1.29
/proc/7704/task/7714/stat : 7714 (java) S 7702 7704 6883 0 -1 4202560 2115 0 0 0 128 1 0 0 15 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7715] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7715/stat : 7715 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7716] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7716/stat : 7716 (java) S 7702 7704 6883 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6905930 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 109.32
Current children cumulated vsize (KiB) 1533072

[startup+107.901 s]
/proc/loadavg: 1.08 1.03 1.01 2/119 7719
/proc/meminfo: memFree=1504404/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533072 CPUtime=110.13
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 12865 0 1 0 11005 8 0 0 15 0 13 0 6905867 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383268 10323 1442 10 0 380570 0
[pid=7704/tid=7706] ppid=7702 vsize=1533072 CPUtime=105.18
/proc/7704/task/7706/stat : 7706 (java) R 7702 7704 6883 0 -1 4202560 5674 0 1 0 10516 2 0 0 25 0 13 0 6905869 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4109248992 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533072 CPUtime=0.29
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 376 0 0 0 28 1 0 0 15 0 13 0 6905870 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533072 CPUtime=0.19
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 310 0 0 0 19 0 0 0 15 0 13 0 6905870 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533072 CPUtime=2.21
/proc/7704/task/7709/stat : 7709 (java) S 7702 7704 6883 0 -1 4202560 1187 0 0 0 221 0 0 0 15 0 13 0 6905872 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7710] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7710/stat : 7710 (java) S 7702 7704 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6905873 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7711/stat : 7711 (java) S 7702 7704 6883 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 6905873 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7712] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7712/stat : 7712 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7713] ppid=7702 vsize=1533072 CPUtime=0.88
/proc/7704/task/7713/stat : 7713 (java) S 7702 7704 6883 0 -1 4202560 2130 0 0 0 88 0 0 0 15 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=1533072 CPUtime=1.3
/proc/7704/task/7714/stat : 7714 (java) S 7702 7704 6883 0 -1 4202560 2115 0 0 0 129 1 0 0 15 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7715] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7715/stat : 7715 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7716] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7716/stat : 7716 (java) S 7702 7704 6883 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 6905877 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=1533072 CPUtime=0
/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 6905930 1569865728 10323 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.13
Current children cumulated vsize (KiB) 1533072

[startup+108.101 s]
/proc/loadavg: 1.08 1.03 1.01 2/119 7719
/proc/meminfo: memFree=1504404/2059040 swapFree=4192956/4192956
[pid=7704] ppid=7702 vsize=1533396 CPUtime=110.33
/proc/7704/stat : 7704 (java) S 7702 7704 6883 0 -1 4202496 12876 0 1 0 11025 8 0 0 15 0 14 0 6905867 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 383349 10333 1444 10 0 380651 0
[pid=7704/tid=7706] ppid=7702 vsize=1533396 CPUtime=105.36
/proc/7704/task/7706/stat : 7706 (java) S 7702 7704 6883 0 -1 4202560 5679 0 1 0 10534 2 0 0 25 0 14 0 6905869 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7707] ppid=7702 vsize=1533396 CPUtime=0.29
/proc/7704/task/7707/stat : 7707 (java) S 7702 7704 6883 0 -1 4202560 376 0 0 0 28 1 0 0 15 0 14 0 6905870 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7708] ppid=7702 vsize=1533396 CPUtime=0.19
/proc/7704/task/7708/stat : 7708 (java) S 7702 7704 6883 0 -1 4202560 310 0 0 0 19 0 0 0 15 0 14 0 6905870 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7709] ppid=7702 vsize=1533396 CPUtime=2.21
/proc/7704/task/7709/stat : 7709 (java) S 7702 7704 6883 0 -1 4202560 1187 0 0 0 221 0 0 0 16 0 14 0 6905872 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 0 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7710] ppid=7702 vsize=1533396 CPUtime=0
/proc/7704/task/7710/stat : 7710 (java) S 7702 7704 6883 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 6905873 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=1533396 CPUtime=0
/proc/7704/task/7711/stat : 7711 (java) S 7702 7704 6883 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 6905873 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7712] ppid=7702 vsize=1533396 CPUtime=0
/proc/7704/task/7712/stat : 7712 (java) S 7702 7704 6883 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 14 0 6905877 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7713] ppid=7702 vsize=1533396 CPUtime=0.88
/proc/7704/task/7713/stat : 7713 (java) S 7702 7704 6883 0 -1 4202560 2130 0 0 0 88 0 0 0 15 0 14 0 6905877 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 1 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=1533396 CPUtime=1.3
/proc/7704/task/7714/stat : 7714 (java) R 7702 7704 6883 0 -1 4202560 2117 0 0 0 129 1 0 0 15 0 14 0 6905877 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 106829216 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7704/tid=7715] ppid=7702 vsize=1533396 CPUtime=0
/proc/7704/task/7715/stat : 7715 (java) S 7702 7704 6883 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6905877 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7716] ppid=7702 vsize=1533396 CPUtime=0
/proc/7704/task/7716/stat : 7716 (java) S 7702 7704 6883 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 14 0 6905877 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=1533396 CPUtime=0
/proc/7704/task/7717/stat : 7717 (java) S 7702 7704 6883 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 6905930 1570197504 10333 1992294400 134512640 134550932 4294896416 18446744073709551615 4294960144 0 4 0 16800975 18446604437842008768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 110.33
Current children cumulated vsize (KiB) 1533396

Child status: 20
Real time (s): 108.166
CPU time (s): 110.376
CPU user time (s): 110.288
CPU system time (s): 0.087986
CPU usage (%): 102.043
Max. virtual memory (cumulated for all children) (KiB): 1536596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.288
system time used= 0.087986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12884
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= 3347
involuntary context switches= 1574

runsolver used 0.25996 second user time and 0.553915 second system time

The end

Launcher Data

Begin job on node009 at 2010-06-12 05:24:01
IDJOB=2659485
IDBENCH=1362
IDSOLVER=1164
FILE ID=node009/2659485-1276313041
PBS_JOBID= 11173144
Free space on /tmp= 62444 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554420.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659485-1276313041/watcher-2659485-1276313041 -o /tmp/evaluation-result-2659485-1276313041/solver-2659485-1276313041 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659485-1276313041.opb

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

MD5SUM BENCH= 30c4f9acafc0f3a30de05f75833db699
RANDOM SEED=1242471851

node009.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.199
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.39
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.199
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1541980 kB
Buffers:         80976 kB
Cached:         308616 kB
SwapCached:          0 kB
Active:         173392 kB
Inactive:       275332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1541980 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             380 kB
Writeback:           0 kB
AnonPages:       59088 kB
Mapped:          15452 kB
Slab:            46476 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181244 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= 62444 MiB
End job on node009 at 2010-06-12 05:25:49