Trace number 1051439

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 1803.27

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-67-11-a4.xml
MD5SUM085bfc51df6ecdce11133d129a5861be
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.17/0.29	
0.17/0.30	   configuration
0.17/0.30	     name=mac.xml
0.26/0.35	   
0.26/0.35	   instance
0.26/0.35	     name=HOME/instance-1051439-1215476041.xml
0.26/0.39	   
0.26/0.39	   domains being loaded...
0.34/0.40	   
0.34/0.40	   variables being loaded...
0.34/0.43	     nbVariables=11  nbDomainTypes=1  minDomainSize=68  maxDomainSize=68  nbTotalValues=748
0.34/0.43	       =>  wckTime=0.129  cpuTime=0.1  mem=7M919
0.34/0.43	   
0.34/0.43	   predicates being loaded...
0.34/0.49	   
0.34/0.49	   constraints being loaded...
0.93/1.03	     nbConstraints=551  nbGlobalConstraints=1  nbMergedConstraints=825  nbConvertedConstraints=55
0.93/1.03	     nbConvertConstraintsChecks=4624  nbExtensionStructures=1  nbSharedExtensionStructures=54  nbConflictsStructures=1
0.93/1.03	     nbSharedConflictsStructures=54  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=1
0.93/1.03	     nbEvaluationManagers=2  nbSharedEvaluationManagers=493  minDegree=176  maxDegree=176  minArity=2  avgArity=3.51
0.93/1.03	     maxArity=11  nbGenerators=0  nbFusions=0  symmetryWckTime=0.083  symmetryCpuTime=0.05  nbCliques=1
0.93/1.03	       =>  wckTime=0.735  cpuTime=0.52  mem=24M572
1.02/1.11	   
1.02/1.11	   solver IterativeSystematicSolver being built... 
1.11/1.24	   
1.11/1.24	   INFO : Forward propagation technique limited 
1.21/1.30	       =>  wckTime=1.003  cpuTime=0.67  mem=28M457
1.30/1.42	   
1.30/1.42	   preprocessing
1.30/1.42	     nbConstraintChecks=120473  nbValidityChecks=103982  nbPropagations=21  nbRevisions=2475  nbUselessRevisions=2365
1.30/1.42	     nbRemovedValues=110  detectedInconsistency=no
1.30/1.42	       =>  wckTime=0.116  cpuTime=0.1  mem=29M422
5.47/5.64	   
5.47/5.64	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M355)

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-1051439-1215476041/watcher-1051439-1215476041 -o /tmp/evaluation-result-1051439-1215476041/solver-1051439-1215476041 -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-1051439-1215476041.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.00 2.00 2.02 4/81 5423
/proc/meminfo: memFree=1886488/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=10616 CPUtime=0
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 4306057 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 2654 472 209 9 0 1184 0
[pid=5423/tid=5424] ppid=5421 vsize=10616 CPUtime=0
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 4306059 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 10874840 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.115053 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 5423
/proc/meminfo: memFree=1886488/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=865884 CPUtime=0.09
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 3820 0 2 0 7 2 0 0 18 0 9 0 4306057 886665216 3270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 216471 3270 1728 9 0 211026 0
[pid=5423/tid=5424] ppid=5421 vsize=865884 CPUtime=0.07
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 2918 0 2 0 6 1 0 0 18 0 9 0 4306059 886665216 3270 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.202071 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 5423
/proc/meminfo: memFree=1886488/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=866048 CPUtime=0.17
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 4358 0 2 0 14 3 0 0 18 0 9 0 4306057 886833152 3794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 216512 3794 1845 9 0 211060 0
[pid=5423/tid=5424] ppid=5421 vsize=866048 CPUtime=0.14
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 3437 0 2 0 12 2 0 0 18 0 9 0 4306059 886833152 3794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 866048

[startup+0.302088 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 5423
/proc/meminfo: memFree=1886488/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=866208 CPUtime=0.26
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 5294 0 2 0 22 4 0 0 18 0 9 0 4306057 886996992 4721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 216552 4721 1863 9 0 211100 0
[pid=5423/tid=5424] ppid=5421 vsize=866208 CPUtime=0.2
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 4327 0 2 0 17 3 0 0 18 0 9 0 4306059 886996992 4721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 866208

[startup+0.70216 s]
/proc/loadavg: 2.00 2.00 2.02 4/81 5423
/proc/meminfo: memFree=1886488/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=867220 CPUtime=0.64
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 7966 0 7 0 58 6 0 0 18 0 9 0 4306057 888033280 7332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 216805 7332 2010 9 0 211311 0
[pid=5423/tid=5424] ppid=5421 vsize=867220 CPUtime=0.47
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 6749 0 7 0 42 5 0 0 19 0 9 0 4306059 888033280 7332 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 867220

[startup+1.5013 s]
/proc/loadavg: 2.00 2.00 2.02 4/90 5436
/proc/meminfo: memFree=1851016/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868324 CPUtime=1.41
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20427 319 7 1 126 15 0 0 18 0 9 0 4306057 889163776 12825 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217081 12825 2633 9 0 211587 0
[pid=5423/tid=5424] ppid=5421 vsize=868324 CPUtime=1.04
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14115 319 7 1 93 11 0 0 20 0 9 0 4306059 889163776 12825 996147200 134512640 134550740 4294955968 18446744073709551615 4127068792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868324 CPUtime=0.05
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4566 319 0 1 5 0 0 0 16 0 9 0 4306060 889163776 12825 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889163776 12825 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889163776 12825 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889163776 12825 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868324 CPUtime=0.27
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 903 319 0 1 26 1 0 0 15 0 9 0 4306063 889163776 12825 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889163776 12825 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 4 319 0 1 0 0 0 0 15 0 9 0 4306063 889163776 12825 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 868324

[startup+3.10257 s]
/proc/loadavg: 2.00 2.00 2.02 3/90 5436
/proc/meminfo: memFree=1843656/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868324 CPUtime=3
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20448 319 7 1 285 15 0 0 18 0 9 0 4306057 889163776 12844 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217081 12844 2633 9 0 211587 0
[pid=5423/tid=5424] ppid=5421 vsize=868324 CPUtime=2.61
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14126 319 7 1 250 11 0 0 25 0 9 0 4306059 889163776 12844 996147200 134512640 134550740 4294955968 18446744073709551615 4127089578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868324 CPUtime=0.05
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 5 0 0 0 17 0 9 0 4306060 889163776 12844 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889163776 12844 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889163776 12844 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889163776 12844 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868324 CPUtime=0.29
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 912 319 0 1 28 1 0 0 15 0 9 0 4306063 889163776 12844 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889163776 12844 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868324 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 4 319 0 1 0 0 0 0 15 0 9 0 4306063 889163776 12844 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 868324

[startup+6.30113 s]
/proc/loadavg: 2.00 2.00 2.02 3/90 5436
/proc/meminfo: memFree=1843272/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=6.16
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20515 319 7 1 601 15 0 0 18 0 9 0 4306057 889298944 12871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12871 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=5.74
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14141 319 7 1 563 11 0 0 25 0 9 0 4306059 889298944 12871 996147200 134512640 134550740 4294955968 18446744073709551615 4126847750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 6 0 0 0 17 0 9 0 4306060 889298944 12871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889298944 12871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.33
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 934 319 0 1 31 2 0 0 15 0 9 0 4306063 889298944 12871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 868456

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.02 3/90 5436
/proc/meminfo: memFree=1843088/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=12.5
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20584 319 7 1 1235 15 0 0 18 0 9 0 4306057 889298944 12885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12885 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=12.05
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14145 319 7 1 1194 11 0 0 25 0 9 0 4306059 889298944 12885 996147200 134512640 134550740 4294955968 18446744073709551615 4127070427 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 6 0 0 0 17 0 9 0 4306060 889298944 12885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889298944 12885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.36
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 999 319 0 1 34 2 0 0 15 0 9 0 4306063 889298944 12885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12885 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 868456

[startup+25.5024 s]
/proc/loadavg: 2.00 2.00 2.01 3/90 5436
/proc/meminfo: memFree=1843280/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=25.18
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20592 319 7 1 2502 16 0 0 18 0 9 0 4306057 889298944 12889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12889 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=24.72
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14146 319 7 1 2461 11 0 0 25 0 9 0 4306059 889298944 12889 996147200 134512640 134550740 4294955968 18446744073709551615 4127089588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 6 0 0 0 16 0 9 0 4306060 889298944 12889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889298944 12889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.36
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 1006 319 0 1 34 2 0 0 16 0 9 0 4306063 889298944 12889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12889 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 868456

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.01 3/90 5436
/proc/meminfo: memFree=1843280/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=50.54
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20601 319 7 1 5038 16 0 0 18 0 9 0 4306057 889298944 12895 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12895 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=50.08
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14150 319 7 1 4997 11 0 0 25 0 9 0 4306059 889298944 12895 996147200 134512640 134550740 4294955968 18446744073709551615 4127092085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06

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

/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.37
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 1016 319 0 1 35 2 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1539.29
Current children cumulated vsize (KiB) 868456

[startup+1602.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/90 5575
/proc/meminfo: memFree=1558296/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=1599.25
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20618 319 7 1 159901 24 0 0 18 0 9 0 4306057 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12907 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=1598.79
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14162 319 7 1 159859 20 0 0 25 0 9 0 4306059 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4126850483 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 6 0 0 0 16 0 9 0 4306060 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.37
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 1016 319 0 1 35 2 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1599.25
Current children cumulated vsize (KiB) 868456

[startup+1662.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/90 5575
/proc/meminfo: memFree=1557848/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=1659.23
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20618 319 7 1 165898 25 0 0 18 0 9 0 4306057 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12907 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=1658.76
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14162 319 7 1 165856 20 0 0 25 0 9 0 4306059 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4126847926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 6 0 0 0 16 0 9 0 4306060 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.37
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 1016 319 0 1 35 2 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1659.23
Current children cumulated vsize (KiB) 868456

[startup+1722.3 s]
/proc/loadavg: 2.12 2.07 2.01 4/90 5575
/proc/meminfo: memFree=1557336/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=1719.2
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20618 319 7 1 171895 25 0 0 18 0 9 0 4306057 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12907 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=1718.73
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14162 319 7 1 171853 20 0 0 25 0 9 0 4306059 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4126847936 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 6 0 0 0 16 0 9 0 4306060 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.37
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 1016 319 0 1 35 2 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.2
Current children cumulated vsize (KiB) 868456

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/90 5575
/proc/meminfo: memFree=1556760/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=1779.17
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20618 319 7 1 177892 25 0 0 18 0 9 0 4306057 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12907 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=1778.7
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14162 319 7 1 177850 20 0 0 25 0 9 0 4306059 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4127069510 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 6 0 0 0 16 0 9 0 4306060 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.37
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 1016 319 0 1 35 2 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) S 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.17
Current children cumulated vsize (KiB) 868456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 2.03 2.05 2.00 3/90 5575
/proc/meminfo: memFree=1556696/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=1800.07
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20618 319 7 1 179982 25 0 0 18 0 9 0 4306057 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12907 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=1799.59
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14162 319 7 1 179939 20 0 0 25 0 9 0 4306059 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4127081824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 6 0 0 0 16 0 9 0 4306060 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.37
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 1016 319 0 1 35 2 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) R 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12907 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) 868456

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

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

[startup+1803.2 s]
/proc/loadavg: 2.03 2.05 2.00 3/90 5575
/proc/meminfo: memFree=1556696/2055920 swapFree=4192812/4192956
[pid=5423] ppid=5421 vsize=868456 CPUtime=1800.07
/proc/5423/stat : 5423 (java) S 5421 5423 2806 0 -1 0 20618 319 7 1 179982 25 0 0 18 0 9 0 4306057 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5423/statm: 217114 12907 2633 9 0 211620 0
[pid=5423/tid=5424] ppid=5421 vsize=868456 CPUtime=1799.59
/proc/5423/task/5424/stat : 5424 (java) R 5421 5423 2806 0 -1 64 14162 319 7 1 179939 20 0 0 25 0 9 0 4306059 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4127081824 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5423/tid=5426] ppid=5421 vsize=868456 CPUtime=0.06
/proc/5423/task/5426/stat : 5426 (java) S 5421 5423 2806 0 -1 64 4567 319 0 1 6 0 0 0 16 0 9 0 4306060 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5427] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5427/stat : 5427 (java) S 5421 5423 2806 0 -1 64 16 319 0 1 0 0 0 0 17 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5428] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5428/stat : 5428 (java) S 5421 5423 2806 0 -1 64 14 319 0 1 0 0 0 0 16 0 9 0 4306061 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5429] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5429/stat : 5429 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 18 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5430] ppid=5421 vsize=868456 CPUtime=0.37
/proc/5423/task/5430/stat : 5430 (java) S 5421 5423 2806 0 -1 64 1016 319 0 1 35 2 0 0 15 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5431] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5431/stat : 5431 (java) S 5421 5423 2806 0 -1 64 1 319 0 1 0 0 0 0 19 0 9 0 4306063 889298944 12907 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5423/tid=5432] ppid=5421 vsize=868456 CPUtime=0
/proc/5423/task/5432/stat : 5432 (java) R 5421 5423 2806 0 -1 64 34 319 0 1 0 0 0 0 15 0 9 0 4306063 889298944 12907 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) 868456

Child status: 143
Real time (s): 1803.27
CPU time (s): 1800.15
CPU user time (s): 1799.88
CPU system time (s): 0.267959
CPU usage (%): 99.8272
Max. virtual memory (cumulated for all children) (KiB): 868456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.267959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20970
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38313
involuntary context switches= 19084

runsolver used 2.37264 second user time and 5.84011 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-08 02:14:01
IDJOB=1051439
IDBENCH=55439
IDSOLVER=363
FILE ID=node25/1051439-1215476041
PBS_JOBID= 7888596
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-67-11-a4.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-1051439-1215476041/watcher-1051439-1215476041 -o /tmp/evaluation-result-1051439-1215476041/solver-1051439-1215476041 -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-1051439-1215476041.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 085bfc51df6ecdce11133d129a5861be
RANDOM SEED=1257743953

node25.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.265
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.265
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:       1886968 kB
Buffers:          4992 kB
Cached:          51380 kB
SwapCached:          0 kB
Active:         117700 kB
Inactive:        17424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1886968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          98892 kB
Slab:            18876 kB
Committed_AS:   217456 kB
PageTables:       2060 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= 66528 MiB
End job on node25 at 2008-07-08 02:44:07