Trace number 1076659

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
Abscon 112v4 AC? (TO) 1800.15 1802.64

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg10-12_ext.xml
MD5SUMccd3962fadde28be4037bce110f3708a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints22
Maximum constraint arity12
Maximum domain size26
Number of constraints which are defined in extension22
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1076659-1215189159.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.37	     nbVariables=120  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=3120
0.28/0.37	       =>  wckTime=0.119  cpuTime=0.1  mem=7M919
0.28/0.37	   
0.28/0.37	   relations being loaded...
0.77/0.88	   
0.77/0.88	   constraints being loaded...
0.99/1.01	   Too large in ConstraintConflictsSTructure
1.09/1.11	   Too large in ConstraintConflictsSTructure
1.17/1.20	     nbConstraints=22  nbRelationTypes=2  nbGlobalConstraints=22  nbExtensionStructures=2
1.17/1.20	     nbSharedExtensionStructures=20  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
1.17/1.20	     maxDegree=2  minArity=10  avgArity=10.91  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.066
1.17/1.20	     symmetryCpuTime=0.03
1.17/1.20	       =>  wckTime=0.947  cpuTime=0.79  mem=52M298
1.26/1.32	   
1.26/1.33	   solver IterativeSystematicSolver being built... 
1.26/1.39	   
1.26/1.40	   INFO : Forward propagation technique limited 
1.36/1.47	       =>  wckTime=1.22  cpuTime=0.93  mem=43M427
1.87/1.91	   
1.87/1.91	   preprocessing
1.87/1.91	     nbConstraintChecks=0  nbValidityChecks=3912713  nbPropagations=124  nbRevisions=0  nbUselessRevisions=0
1.87/1.91	     nbRemovedValues=101  detectedInconsistency=no
1.87/1.91	       =>  wckTime=0.437  cpuTime=0.42  mem=44M277
29.99/30.32	   
29.99/30.32	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=45M111)

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076659-1215189159/watcher-1076659-1215189159 -o /tmp/evaluation-result-1076659-1215189159/solver-1076659-1215189159 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1076659-1215189159.xml 

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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.93 3/73 30129
/proc/meminfo: memFree=1535624/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=1616 CPUtime=0
/proc/30129/stat : 30129 (java) R 30127 30129 28816 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1548588087 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/30129/statm: 404 145 119 9 0 46 0

[startup+0.045989 s]
/proc/loadavg: 1.92 1.98 1.93 3/73 30129
/proc/meminfo: memFree=1535624/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=861876 CPUtime=0.03
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 2358 0 1 0 2 1 0 0 18 0 5 0 1548588087 882561024 1945 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 215469 1947 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.101993 s]
/proc/loadavg: 1.92 1.98 1.93 3/73 30129
/proc/meminfo: memFree=1535624/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=865884 CPUtime=0.08
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 3697 0 1 0 6 2 0 0 18 0 9 0 1548588087 886665216 3172 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216471 3172 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302017 s]
/proc/loadavg: 1.92 1.98 1.93 3/73 30129
/proc/meminfo: memFree=1535624/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866284 CPUtime=0.28
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 5895 0 1 0 25 3 0 0 18 0 9 0 1548588087 887074816 5269 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216571 5269 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701064 s]
/proc/loadavg: 1.92 1.98 1.93 3/73 30129
/proc/meminfo: memFree=1535624/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866400 CPUtime=0.67
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 16170 0 1 0 59 8 0 0 18 0 9 0 1548588087 887193600 15541 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216600 15542 1969 9 0 211128 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866400

[startup+1.50215 s]
/proc/loadavg: 1.92 1.98 1.93 3/82 30138
/proc/meminfo: memFree=1464000/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=1.47
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 34769 149 1 0 131 16 0 0 18 0 10 0 1548588087 887746560 24682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24682 2632 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=1.14
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20256 149 1 0 104 10 0 0 17 0 10 0 1548588088 887746560 24682 996147200 134512640 134550740 4294955968 18446744073709551615 4125960482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.16
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 149 0 0 12 4 0 0 16 0 10 0 1548588090 887746560 24682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 149 0 0 0 0 0 0 16 0 10 0 1548588090 887746560 24682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 149 0 0 0 0 0 0 16 0 10 0 1548588090 887746560 24682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 149 0 0 0 0 0 0 23 0 10 0 1548588092 887746560 24682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.14
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 519 149 0 0 14 0 0 0 16 0 10 0 1548588092 887746560 24682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 149 0 0 0 0 0 0 24 0 10 0 1548588092 887746560 24682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 149 0 0 0 0 0 0 15 0 10 0 1548588092 887746560 24682 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866940

[startup+3.10133 s]
/proc/loadavg: 1.92 1.98 1.93 3/82 30142
/proc/meminfo: memFree=1446848/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=3.06
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35047 272 1 0 289 16 0 1 18 0 9 0 1548588087 887746560 24704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24704 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=2.69
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20511 272 1 0 258 10 0 1 22 0 9 0 1548588088 887746560 24704 996147200 134512640 134550740 4294955968 18446744073709551615 4126783498 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.19
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 539 272 0 0 18 0 0 1 16 0 9 0 1548588092 887746560 24704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24704 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 866940

[startup+6.30169 s]
/proc/loadavg: 2.01 2.00 1.94 3/82 30142
/proc/meminfo: memFree=1446720/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=6.22
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35062 272 1 0 605 16 0 1 18 0 9 0 1548588087 887746560 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24709 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=5.85
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20523 272 1 0 574 10 0 1 17 0 9 0 1548588088 887746560 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4126783556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.19
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 542 272 0 0 18 0 0 1 16 0 9 0 1548588092 887746560 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24709 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 866940

[startup+12.7014 s]
/proc/loadavg: 2.01 2.00 1.94 3/82 30142
/proc/meminfo: memFree=1446592/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=12.56
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35075 272 1 0 1239 16 0 1 18 0 9 0 1548588087 887746560 24712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24712 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=12.19
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20533 272 1 0 1208 10 0 1 25 0 9 0 1548588088 887746560 24712 996147200 134512640 134550740 4294955968 18446744073709551615 4126783426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.19
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 545 272 0 0 18 0 0 1 16 0 9 0 1548588092 887746560 24712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24712 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 866940

[startup+25.5029 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 30142
/proc/meminfo: memFree=1446592/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=25.23
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35092 272 1 0 2506 16 0 1 18 0 9 0 1548588087 887746560 24715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24715 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=24.85
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20545 272 1 0 2474 10 0 1 18 0 9 0 1548588088 887746560 24715 996147200 134512640 134550740 4294955968 18446744073709551615 4126783426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.2
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 550 272 0 0 19 0 0 1 16 0 9 0 1548588092 887746560 24715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 866940

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 1.94 3/82 30142
/proc/meminfo: memFree=1446336/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=50.6
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35100 272 1 0 5042 17 0 1 18 0 9 0 1548588087 887746560 24716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24716 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=50.22
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20551 272 1 0 5010 11 0 1 25 0 9 0 1548588088 887746560 24716 996147200 134512640 134550740 4294955968 18446744073709551615 4126783426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.2
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 552 272 0 0 19 0 0 1 15 0 9 0 1548588092 887746560 24716 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01

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

/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.24
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 580 272 0 0 23 0 0 1 15 0 9 0 1548588092 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1480.09
Current children cumulated vsize (KiB) 866940

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 30184
/proc/meminfo: memFree=1360128/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=1540.03
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35283 272 1 0 153982 20 0 1 18 0 9 0 1548588087 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24733 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=1539.61
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20706 272 1 0 153946 14 0 1 25 0 9 0 1548588088 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4126783239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.24
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 580 272 0 0 23 0 0 1 15 0 9 0 1548588092 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24733 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1540.03
Current children cumulated vsize (KiB) 866940

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 30184
/proc/meminfo: memFree=1360128/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=1599.98
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35285 272 1 0 159977 20 0 1 18 0 9 0 1548588087 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24734 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=1599.55
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20707 272 1 0 159940 14 0 1 25 0 9 0 1548588088 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4126783426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.24
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 581 272 0 0 23 0 0 1 16 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.98
Current children cumulated vsize (KiB) 866940

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/90 30184
/proc/meminfo: memFree=1360064/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=1659.93
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35290 272 1 0 165971 21 0 1 18 0 9 0 1548588087 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24734 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=1659.5
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20712 272 1 0 165935 14 0 1 25 0 9 0 1548588088 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4126783830 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.24
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 581 272 0 0 23 0 0 1 16 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.93
Current children cumulated vsize (KiB) 866940

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/90 30190
/proc/meminfo: memFree=1359872/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=1719.86
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35293 272 1 0 171964 21 0 1 18 0 9 0 1548588087 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24734 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=1719.43
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20715 272 1 0 171928 14 0 1 25 0 9 0 1548588088 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4126783441 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.24
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 581 272 0 0 23 0 0 1 16 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.86
Current children cumulated vsize (KiB) 866940

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/90 30190
/proc/meminfo: memFree=1359872/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=1779.81
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35298 272 1 0 177959 21 0 1 18 0 9 0 1548588087 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24734 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=1779.38
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20720 272 1 0 177923 14 0 1 25 0 9 0 1548588088 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4126783588 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.24
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 581 272 0 0 23 0 0 1 16 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.81
Current children cumulated vsize (KiB) 866940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.01 2.02 1.96 3/90 30190
/proc/meminfo: memFree=1359872/2055920 swapFree=4097948/4192956
[pid=30129] ppid=30127 vsize=866940 CPUtime=1800.1
/proc/30129/stat : 30129 (java) S 30127 30129 28816 0 -1 0 35300 272 1 0 179988 21 0 1 18 0 9 0 1548588087 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30129/statm: 216735 24734 2634 9 0 211241 0
[pid=30129/tid=30131] ppid=30127 vsize=866940 CPUtime=1799.68
/proc/30129/task/30131/stat : 30131 (java) R 30127 30129 28816 0 -1 64 20722 272 1 0 179952 15 0 1 25 0 9 0 1548588088 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4126783426 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30132] ppid=30127 vsize=866940 CPUtime=0.17
/proc/30129/task/30132/stat : 30132 (java) S 30127 30129 28816 0 -1 64 13162 272 0 0 12 4 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30133] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30133/stat : 30133 (java) S 30127 30129 28816 0 -1 64 13 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30134] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30134/stat : 30134 (java) S 30127 30129 28816 0 -1 64 8 272 0 0 0 0 0 1 16 0 9 0 1548588090 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30129/tid=30135] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30135/stat : 30135 (java) S 30127 30129 28816 0 -1 64 1 272 0 0 0 0 0 1 23 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30136] ppid=30127 vsize=866940 CPUtime=0.24
/proc/30129/task/30136/stat : 30136 (java) S 30127 30129 28816 0 -1 64 581 272 0 0 23 0 0 1 16 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30137] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30137/stat : 30137 (java) S 30127 30129 28816 0 -1 64 2 272 0 0 0 0 0 1 24 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30129/tid=30138] ppid=30127 vsize=866940 CPUtime=0.01
/proc/30129/task/30138/stat : 30138 (java) S 30127 30129 28816 0 -1 64 4 272 0 0 0 0 0 1 15 0 9 0 1548588092 887746560 24734 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 866940

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 143
Real time (s): 1802.64
CPU time (s): 1800.15
CPU user time (s): 1799.91
CPU system time (s): 0.242963
CPU usage (%): 99.8616
Max. virtual memory (cumulated for all children) (KiB): 866940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.242963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35605
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= 37604
involuntary context switches= 43373

runsolver used 2.73658 second user time and 5.46917 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 18:32:39
IDJOB=1076659
IDBENCH=56596
IDSOLVER=363
FILE ID=node32/1076659-1215189159
PBS_JOBID= 7881634
Free space on /tmp= 66440 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg10-12_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076659-1215189159/watcher-1076659-1215189159 -o /tmp/evaluation-result-1076659-1215189159/solver-1076659-1215189159 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1076659-1215189159.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ccd3962fadde28be4037bce110f3708a
RANDOM SEED=1052545160

node32.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.218
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.218
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1536104 kB
Buffers:         54840 kB
Cached:         276360 kB
SwapCached:      88292 kB
Active:         285516 kB
Inactive:       177428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536104 kB
SwapTotal:     4192956 kB
SwapFree:      4097948 kB
Dirty:            5240 kB
Writeback:           0 kB
Mapped:         138816 kB
Slab:            41704 kB
Committed_AS:  3279648 kB
PageTables:       2080 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66436 MiB
End job on node32 at 2008-07-04 19:02:44