Trace number 1081580

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 1813.15

General information on the benchmark

Namecsp/knights/
normalized-knights-80-25.xml
MD5SUMc6b97d84d68df0997e63605d14db7d0f
Bench Category2-ARY-INT (binary 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 variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size6400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.08	
0.05/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1081580-1215217577.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.47	     nbVariables=25  nbDomainTypes=1  minDomainSize=6400  maxDomainSize=6400  nbTotalValues=160000
0.38/0.47	       =>  wckTime=0.234  cpuTime=0.2  mem=11M222
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.49/0.54	   
0.49/0.54	   constraints being loaded...
1.26/1.32	     nbConstraints=303  nbGlobalConstraints=3  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0
1.26/1.32	     nbEvaluationManagers=4  nbSharedEvaluationManagers=296  minDegree=27  maxDegree=27  minArity=2  avgArity=2.22
1.26/1.32	     maxArity=25  nbGenerators=2  nbFusions=2  symmetryWckTime=0.552  symmetryCpuTime=0.51  nbCliques=1
1.26/1.32	       =>  wckTime=1.081  cpuTime=0.91  mem=19M56
1.26/1.37	   
1.26/1.37	   solver IterativeSystematicSolver being built... 
1.36/1.47	   
1.36/1.47	   INFO : Forward propagation technique limited 
1.46/1.55	       =>  wckTime=1.317  cpuTime=1.07  mem=45M7
501.96/506.37	   
501.96/506.37	   preprocessing
501.96/506.37	     nbConstraintChecks=540509816  nbValidityChecks=307880  nbPropagations=27  nbRevisions=624  nbUselessRevisions=620
501.96/506.37	     nbRemovedValues=242  detectedInconsistency=no
501.96/506.37	       =>  wckTime=504.81  cpuTime=500.5  mem=45M7

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-1081580-1215217577/watcher-1081580-1215217577 -o /tmp/evaluation-result-1081580-1215217577/solver-1081580-1215217577 -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-1081580-1215217577.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 2.00 4/72 16588
/proc/meminfo: memFree=1662112/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=1616 CPUtime=0
/proc/16588/stat : 16588 (java) R 16586 16588 15442 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 2000729952 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 10884026 0 0 4096 0 0 0 0 17 0 0 0
/proc/16588/statm: 404 148 122 9 0 46 0

[startup+0.0685529 s]
/proc/loadavg: 1.92 1.99 2.00 4/72 16588
/proc/meminfo: memFree=1662112/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=865856 CPUtime=0.05
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 2962 0 1 0 4 1 0 0 18 0 9 0 2000729952 886636544 2488 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216464 2488 1230 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101563 s]
/proc/loadavg: 1.92 1.99 2.00 4/72 16588
/proc/meminfo: memFree=1662112/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=865884 CPUtime=0.08
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 3784 0 1 0 6 2 0 0 18 0 9 0 2000729952 886665216 3235 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216471 3235 1716 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301599 s]
/proc/loadavg: 1.92 1.99 2.00 4/72 16588
/proc/meminfo: memFree=1662112/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=866196 CPUtime=0.28
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 5627 0 1 0 24 4 0 0 18 0 9 0 2000729952 886984704 5041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216549 5041 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701673 s]
/proc/loadavg: 1.92 1.99 2.00 4/72 16588
/proc/meminfo: memFree=1662112/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867092 CPUtime=0.68
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 8557 0 1 0 61 7 0 0 18 0 9 0 2000729952 887902208 7917 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216773 7917 2007 9 0 211279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867092

[startup+1.50283 s]
/proc/loadavg: 1.92 1.99 2.00 3/81 16601
/proc/meminfo: memFree=1635608/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=1.46
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 19499 298 1 0 135 11 0 0 18 0 9 0 2000729952 888700928 13207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 13207 2628 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=1.22
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 14640 298 1 0 113 9 0 0 25 0 9 0 2000729954 888700928 13207 996147200 134512640 134550740 4294955968 18446744073709551615 4126446416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 13207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 13207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 13207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 13207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.16
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 691 298 0 0 16 0 0 0 16 0 9 0 2000729957 888700928 13207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 13207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 13207 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867872

[startup+3.10212 s]
/proc/loadavg: 1.92 1.99 2.00 3/81 16601
/proc/meminfo: memFree=1606872/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=3.05
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 22622 298 1 0 292 13 0 0 18 0 9 0 2000729952 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16321 2629 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=2.8
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 17756 298 1 0 269 11 0 0 25 0 9 0 2000729954 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 104689631 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 17 0 9 0 2000729955 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.17
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 698 298 0 0 17 0 0 0 16 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867872

[startup+6.30172 s]
/proc/loadavg: 1.93 1.99 2.00 3/81 16601
/proc/meminfo: memFree=1606744/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=6.22
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 22636 298 1 0 609 13 0 0 18 0 9 0 2000729952 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16321 2629 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=5.97
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 17756 298 1 0 586 11 0 0 25 0 9 0 2000729954 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4126780325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.17
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 698 298 0 0 17 0 0 0 16 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867872

[startup+12.7029 s]
/proc/loadavg: 1.93 1.99 2.00 3/81 16601
/proc/meminfo: memFree=1606552/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=12.57
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 22636 298 1 0 1244 13 0 0 18 0 9 0 2000729952 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16321 2629 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=12.32
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 17756 298 1 0 1221 11 0 0 25 0 9 0 2000729954 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4126778952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.17
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 698 298 0 0 17 0 0 0 16 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16321 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867872

[startup+25.5013 s]
/proc/loadavg: 1.95 1.99 2.00 3/81 16601
/proc/meminfo: memFree=1606552/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=25.25
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 22640 298 1 0 2512 13 0 0 18 0 9 0 2000729952 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16323 2630 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=25.01
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 17758 298 1 0 2490 11 0 0 25 0 9 0 2000729954 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4126781872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.17
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 700 298 0 0 17 0 0 0 16 0 9 0 2000729957 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867872

[startup+51.1011 s]
/proc/loadavg: 1.96 1.99 2.00 3/81 16601
/proc/meminfo: memFree=1606424/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=50.63
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 22641 298 1 0 5050 13 0 0 18 0 9 0 2000729952 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16323 2630 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=50.39
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 17759 298 1 0 5028 11 0 0 25 0 9 0 2000729954 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4126779063 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.17
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 700 298 0 0 17 0 0 0 16 0 9 0 2000729957 888700928 16323 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0

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

/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16744 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16744 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.21
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 749 298 0 0 21 0 0 0 16 0 9 0 2000729957 888700928 16744 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16744 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16744 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.5
Current children cumulated vsize (KiB) 867872

[startup+1602.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/82 16641
/proc/meminfo: memFree=1386696/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=1589.45
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 23104 298 1 0 158925 20 0 0 18 0 9 0 2000729952 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16746 2632 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=1589.15
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 18171 298 1 0 158898 17 0 0 25 0 9 0 2000729954 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4126778955 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.21
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 751 298 0 0 21 0 0 0 16 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.45
Current children cumulated vsize (KiB) 867872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16641
/proc/meminfo: memFree=1386760/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=1649.39
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 23105 298 1 0 164919 20 0 0 18 0 9 0 2000729952 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16746 2632 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=1649.09
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 18172 298 1 0 164892 17 0 0 25 0 9 0 2000729954 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4126778998 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.21
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 751 298 0 0 21 0 0 0 16 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.39
Current children cumulated vsize (KiB) 867872

[startup+1722.3 s]
/proc/loadavg: 2.40 2.10 2.03 3/90 16680
/proc/meminfo: memFree=1584464/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=1709.32
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 23105 298 1 0 170905 27 0 0 18 0 9 0 2000729952 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16746 2632 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=1709.03
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 18172 298 1 0 170879 24 0 0 25 0 9 0 2000729954 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4126788087 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.21
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 751 298 0 0 21 0 0 0 16 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.32
Current children cumulated vsize (KiB) 867872

[startup+1782.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/90 16680
/proc/meminfo: memFree=1571792/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=1769.27
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 23105 298 1 0 176900 27 0 0 18 0 9 0 2000729952 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16746 2632 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=1768.98
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 18172 298 1 0 176873 25 0 0 25 0 9 0 2000729954 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4126778952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.21
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 751 298 0 0 21 0 0 0 16 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.27
Current children cumulated vsize (KiB) 867872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.1 s]
/proc/loadavg: 2.09 2.07 2.02 3/90 16680
/proc/meminfo: memFree=1568464/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=1800.04
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 23105 298 1 0 179977 27 0 0 18 0 9 0 2000729952 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16746 2632 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=1799.75
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 18172 298 1 0 179950 25 0 0 25 0 9 0 2000729954 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4126791031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.21
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 751 298 0 0 21 0 0 0 16 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867872

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

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

[startup+1813.1 s]
/proc/loadavg: 2.09 2.07 2.02 3/90 16680
/proc/meminfo: memFree=1568464/2055920 swapFree=4117780/4192956
[pid=16588] ppid=16586 vsize=867872 CPUtime=1800.04
/proc/16588/stat : 16588 (java) S 16586 16588 15442 0 -1 0 23105 298 1 0 179977 27 0 0 18 0 9 0 2000729952 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16588/statm: 216968 16746 2632 9 0 211474 0
[pid=16588/tid=16590] ppid=16586 vsize=867872 CPUtime=1799.75
/proc/16588/task/16590/stat : 16590 (java) R 16586 16588 15442 0 -1 64 18172 298 1 0 179950 25 0 0 25 0 9 0 2000729954 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4126791031 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16591] ppid=16586 vsize=867872 CPUtime=0.04
/proc/16588/task/16591/stat : 16591 (java) S 16586 16588 15442 0 -1 64 3320 298 0 0 4 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16592] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16592/stat : 16592 (java) S 16586 16588 15442 0 -1 64 16 298 0 0 0 0 0 0 17 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16593] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16593/stat : 16593 (java) S 16586 16588 15442 0 -1 64 14 298 0 0 0 0 0 0 16 0 9 0 2000729955 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16594] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16594/stat : 16594 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 18 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16595] ppid=16586 vsize=867872 CPUtime=0.21
/proc/16588/task/16595/stat : 16595 (java) S 16586 16588 15442 0 -1 64 751 298 0 0 21 0 0 0 16 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16588/tid=16596] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16596/stat : 16596 (java) S 16586 16588 15442 0 -1 64 1 298 0 0 0 0 0 0 19 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16588/tid=16597] ppid=16586 vsize=867872 CPUtime=0
/proc/16588/task/16597/stat : 16597 (java) S 16586 16588 15442 0 -1 64 15 298 0 0 0 0 0 0 15 0 9 0 2000729957 888700928 16746 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 867872

Child status: 143
Real time (s): 1813.15
CPU time (s): 1800.11
CPU user time (s): 1799.82
CPU system time (s): 0.293955
CPU usage (%): 99.2807
Max. virtual memory (cumulated for all children) (KiB): 867872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23436
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= 37726
involuntary context switches= 63340

runsolver used 2.38564 second user time and 5.88011 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 02:26:17
IDJOB=1081580
IDBENCH=57113
IDSOLVER=363
FILE ID=node47/1081580-1215217577
PBS_JOBID= 7881744
Free space on /tmp= 66508 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/knights/normalized-knights-80-25.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-1081580-1215217577/watcher-1081580-1215217577 -o /tmp/evaluation-result-1081580-1215217577/solver-1081580-1215217577 -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-1081580-1215217577.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c6b97d84d68df0997e63605d14db7d0f
RANDOM SEED=1726376244

node47.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.281
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.281
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:       1662592 kB
Buffers:         48588 kB
Cached:         192768 kB
SwapCached:      68996 kB
Active:         240652 kB
Inactive:        97160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1662592 kB
SwapTotal:     4192956 kB
SwapFree:      4117780 kB
Dirty:            2068 kB
Writeback:           0 kB
Mapped:         103848 kB
Slab:            40660 kB
Committed_AS:  4068944 kB
PageTables:       1968 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= 66504 MiB
End job on node47 at 2008-07-05 02:56:32