Trace number 1092286

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.11 1807.84

General information on the benchmark

Namecsp/bibd7/
normalized-bibd-7-42-18-3-6_glb.xml
MD5SUM9b402583db7c20021bf06c204661c6c8
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.00185
Satisfiable
(Un)Satisfiability was proved
Number of variables1176
Number of constraints952
Maximum constraint arity42
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension882
Global constraints used (with number of constraints)weightedsum(70)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.22	
0.19/0.22	   configuration
0.19/0.22	     name=mac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-1092286-1215264553.xml
0.29/0.33	   
0.29/0.33	   domains being loaded...
0.29/0.34	   
0.29/0.34	   variables being loaded...
0.48/0.56	     nbVariables=1176  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=2352
0.48/0.56	       =>  wckTime=0.334  cpuTime=0.25  mem=10M779
0.48/0.56	   
0.48/0.56	   predicates being loaded...
0.59/0.62	   
0.59/0.62	   constraints being loaded...
1.68/1.72	     nbConstraints=999  nbGlobalConstraints=117  nbConflictsStructures=1  nbSharedConflictsStructures=881
1.68/1.72	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=881  minDegree=4  maxDegree=12
1.68/1.72	     minArity=3  avgArity=9.45  maxArity=504  nbGenerators=47  nbFusions=0  symmetryWckTime=0.776  symmetryCpuTime=0.59
1.68/1.72	       =>  wckTime=1.488  cpuTime=1.14  mem=20M791
1.68/1.79	   
1.68/1.79	   solver IterativeSystematicSolver being built... 
1.77/1.88	   
1.77/1.88	   INFO : Forward propagation technique limited 
1.88/1.99	       =>  wckTime=1.763  cpuTime=1.32  mem=33M80
1.97/2.01	   
1.97/2.01	   preprocessing
1.97/2.01	     nbConstraintChecks=0  nbPropagations=1176  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.97/2.01	     detectedInconsistency=no
1.97/2.01	       =>  wckTime=0.016  cpuTime=0.01  mem=33M80
4.56/4.68	   
4.56/4.68	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=36M981)

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-1092286-1215264553/watcher-1092286-1215264553 -o /tmp/evaluation-result-1092286-1215264553/solver-1092286-1215264553 -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-1092286-1215264553.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: 2.44 2.10 2.03 3/73 30706
/proc/meminfo: memFree=1690088/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=1520 CPUtime=0
/proc/30706/stat : 30706 (java) R 30704 30706 29156 0 -1 0 69 0 0 0 0 0 0 0 19 0 1 0 639673136 1556480 53 996147200 134512640 134550740 4294956128 18446744073709551615 10368275 0 0 4096 0 0 0 0 17 0 0 0
/proc/30706/statm: 380 53 39 9 0 10 0

[startup+0.0118231 s]
/proc/loadavg: 2.44 2.10 2.03 3/73 30706
/proc/meminfo: memFree=1690088/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=1616 CPUtime=0
/proc/30706/stat : 30706 (java) D 30704 30706 29156 0 -1 0 317 0 0 0 0 0 0 0 18 0 1 0 639673136 1654784 126 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 1 0 0
/proc/30706/statm: 404 151 125 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.103286 s]
/proc/loadavg: 2.44 2.10 2.03 3/73 30706
/proc/meminfo: memFree=1690088/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=865884 CPUtime=0.09
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 3791 0 1 0 7 2 0 0 18 0 9 0 639673136 886665216 3242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 216471 3242 1716 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.302325 s]
/proc/loadavg: 2.44 2.10 2.03 3/73 30706
/proc/meminfo: memFree=1690088/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=866276 CPUtime=0.29
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 5732 0 1 0 25 4 0 0 18 0 9 0 639673136 887066624 5116 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 216569 5116 1943 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866276

[startup+0.702403 s]
/proc/loadavg: 2.44 2.10 2.03 3/73 30706
/proc/meminfo: memFree=1690088/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=867716 CPUtime=0.68
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 8302 0 1 0 63 5 0 0 18 0 9 0 639673136 888541184 7662 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 216929 7662 2007 9 0 211435 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867716

[startup+1.50157 s]
/proc/loadavg: 2.44 2.10 2.03 3/84 30717
/proc/meminfo: memFree=1657744/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868040 CPUtime=1.47
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 19730 480 1 0 124 13 9 1 18 0 9 0 639673136 888872960 16273 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217010 16278 2036 9 0 211516 0
[pid=30706/tid=30708] ppid=30704 vsize=868040 CPUtime=1.24
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 17335 480 1 0 103 11 9 1 23 0 9 0 639673137 888872960 16278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30709/stat : 30709 (java) R 30704 30706 29156 0 -1 64 668 480 0 0 0 0 9 1 16 0 9 0 639673139 888872960 16285 996147200 134512640 134550740 4294955968 18446744073709551615 102514362 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 10 480 0 0 0 0 9 1 19 0 9 0 639673139 888872960 16289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 3 480 0 0 0 0 9 1 20 0 9 0 639673139 888872960 16289 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 888872960 16290 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868040 CPUtime=0.3
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 925 480 0 0 20 0 9 1 16 0 9 0 639673141 888872960 16292 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 888872960 16293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 7 480 0 0 0 0 9 1 15 0 9 0 639673141 888872960 16300 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868040

[startup+3.10188 s]
/proc/loadavg: 2.44 2.10 2.03 3/82 30719
/proc/meminfo: memFree=1623512/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868040 CPUtime=3.07
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27269 480 1 0 281 16 9 1 18 0 9 0 639673136 888872960 19127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217010 19127 2638 9 0 211516 0
[pid=30706/tid=30708] ppid=30704 vsize=868040 CPUtime=2.64
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20778 480 1 0 242 12 9 1 25 0 9 0 639673137 888872960 19127 996147200 134512640 134550740 4294955968 18446744073709551615 4127159931 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868040 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 17 0 9 0 639673139 888872960 19127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 888872960 19127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 888872960 19127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 888872960 19127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868040 CPUtime=0.4
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 989 480 0 0 30 0 9 1 15 0 9 0 639673141 888872960 19127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 888872960 19127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868040 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 7 480 0 0 0 0 9 1 15 0 9 0 639673141 888872960 19127 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 868040

[startup+6.30151 s]
/proc/loadavg: 2.41 2.09 2.03 3/82 30719
/proc/meminfo: memFree=1623320/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=6.25
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27324 480 1 0 599 16 9 1 18 0 9 0 639673136 889008128 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19147 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=5.8
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20780 480 1 0 557 13 9 1 17 0 9 0 639673137 889008128 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4127146403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.44
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1012 480 0 0 33 1 9 1 15 0 9 0 639673141 889008128 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19147 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868172

[startup+12.7018 s]
/proc/loadavg: 2.37 2.09 2.03 3/82 30719
/proc/meminfo: memFree=1623192/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=12.63
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27328 480 1 0 1237 16 9 1 18 0 9 0 639673136 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19149 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=12.17
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20782 480 1 0 1194 13 9 1 25 0 9 0 639673137 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4127251351 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 868172

[startup+25.5023 s]
/proc/loadavg: 2.29 2.09 2.03 3/82 30719
/proc/meminfo: memFree=1623448/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=25.38
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27328 480 1 0 2512 16 9 1 18 0 9 0 639673136 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19149 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=24.92
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20782 480 1 0 2469 13 9 1 25 0 9 0 639673137 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4126375698 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 868172

[startup+51.1024 s]
/proc/loadavg: 2.19 2.08 2.03 3/82 30719
/proc/meminfo: memFree=1623576/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=50.87
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27328 480 1 0 5061 16 9 1 18 0 9 0 639673136 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19149 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=50.41
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20782 480 1 0 5018 13 9 1 25 0 9 0 639673137 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1

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

/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.09
Current children cumulated vsize (KiB) 868172

[startup+1542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/90 30853
/proc/meminfo: memFree=1562568/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=1535.82
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27328 480 1 0 153552 20 9 1 18 0 9 0 639673136 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19149 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=1535.35
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20782 480 1 0 153509 16 9 1 25 0 9 0 639673137 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4126984283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.82
Current children cumulated vsize (KiB) 868172

[startup+1602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/90 30853
/proc/meminfo: memFree=1562440/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=1595.53
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27328 480 1 0 159523 20 9 1 18 0 9 0 639673136 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19149 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=1595.07
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20782 480 1 0 159480 17 9 1 25 0 9 0 639673137 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4127141284 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) R 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.53
Current children cumulated vsize (KiB) 868172

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/90 30853
/proc/meminfo: memFree=1562376/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=1655.25
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27328 480 1 0 165495 20 9 1 18 0 9 0 639673136 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19149 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=1654.79
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20782 480 1 0 165452 17 9 1 25 0 9 0 639673137 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4127123199 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.25
Current children cumulated vsize (KiB) 868172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 30853
/proc/meminfo: memFree=1562312/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=1714.96
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27328 480 1 0 171466 20 9 1 18 0 9 0 639673136 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19149 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=1714.5
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20782 480 1 0 171423 17 9 1 25 0 9 0 639673137 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4127149785 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.96
Current children cumulated vsize (KiB) 868172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 30853
/proc/meminfo: memFree=1562184/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=1774.69
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27328 480 1 0 177438 21 9 1 18 0 9 0 639673136 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19149 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=1774.22
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20782 480 1 0 177395 17 9 1 25 0 9 0 639673137 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4126984192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.69
Current children cumulated vsize (KiB) 868172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 30853
/proc/meminfo: memFree=1562184/2055920 swapFree=4166000/4192956
[pid=30706] ppid=30704 vsize=868172 CPUtime=1800.07
/proc/30706/stat : 30706 (java) S 30704 30706 29156 0 -1 0 27328 480 1 0 179976 21 9 1 18 0 9 0 639673136 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30706/statm: 217043 19149 2638 9 0 211549 0
[pid=30706/tid=30708] ppid=30704 vsize=868172 CPUtime=1799.6
/proc/30706/task/30708/stat : 30708 (java) R 30704 30706 29156 0 -1 64 20782 480 1 0 179933 17 9 1 25 0 9 0 639673137 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4127146387 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30709] ppid=30704 vsize=868172 CPUtime=0.19
/proc/30706/task/30709/stat : 30709 (java) S 30704 30706 29156 0 -1 64 4662 480 0 0 8 1 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30710] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30710/stat : 30710 (java) S 30704 30706 29156 0 -1 64 18 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30711] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30711/stat : 30711 (java) S 30704 30706 29156 0 -1 64 13 480 0 0 0 0 9 1 16 0 9 0 639673139 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30712] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30712/stat : 30712 (java) S 30704 30706 29156 0 -1 64 0 480 0 0 0 0 9 1 18 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30713] ppid=30704 vsize=868172 CPUtime=0.45
/proc/30706/task/30713/stat : 30713 (java) S 30704 30706 29156 0 -1 64 1014 480 0 0 34 1 9 1 16 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30706/tid=30714] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30714/stat : 30714 (java) S 30704 30706 29156 0 -1 64 2 480 0 0 0 0 9 1 19 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30706/tid=30715] ppid=30704 vsize=868172 CPUtime=0.1
/proc/30706/task/30715/stat : 30715 (java) S 30704 30706 29156 0 -1 64 37 480 0 0 0 0 9 1 15 0 9 0 639673141 889008128 19149 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868172

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): 1807.84
CPU time (s): 1800.11
CPU user time (s): 1799.88
CPU system time (s): 0.234964
CPU usage (%): 99.5727
Max. virtual memory (cumulated for all children) (KiB): 870328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27838
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= 38086
involuntary context switches= 31900

runsolver used 2.39364 second user time and 5.83111 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 15:29:13
IDJOB=1092286
IDBENCH=58607
IDSOLVER=363
FILE ID=node77/1092286-1215264553
PBS_JOBID= 7882065
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bibd7/normalized-bibd-7-42-18-3-6_glb.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-1092286-1215264553/watcher-1092286-1215264553 -o /tmp/evaluation-result-1092286-1215264553/solver-1092286-1215264553 -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-1092286-1215264553.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b402583db7c20021bf06c204661c6c8
RANDOM SEED=1811824399

node77.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.274
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.274
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1690576 kB
Buffers:         54560 kB
Cached:         203088 kB
SwapCached:      20880 kB
Active:         170792 kB
Inactive:       133360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690576 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            2824 kB
Writeback:           0 kB
Mapped:          54408 kB
Slab:            46484 kB
Committed_AS:  1250008 kB
PageTables:       1856 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node77 at 2008-07-05 15:59:23