Trace number 1045300

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 ESAC? (TO) 1800.12 1812.45

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-10.xml
MD5SUM543831571f95a2d5d937b4f047616190
Bench CategoryGLOBAL (global constraints)
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 variables300
Number of constraints141
Maximum constraint arity100
Maximum domain size100
Number of constraints which are defined in extension100
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(41)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1045300-1215028930.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.37/0.45	     nbVariables=300  nbDomainTypes=2  minDomainSize=10  maxDomainSize=100  nbTotalValues=12000
0.37/0.45	       =>  wckTime=0.201  cpuTime=0.17  mem=8M895
0.37/0.45	   
0.37/0.45	   relations being loaded...
0.37/0.45	   
0.37/0.45	   constraints being loaded...
0.67/0.74	     nbConstraints=159  nbRelationTypes=1  nbGlobalConstraints=159  nbExtensionStructures=1
0.67/0.74	     nbSharedExtensionStructures=99  nbConflictsStructures=1  nbSharedConflictsStructures=99
0.67/0.74	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=8  minArity=3  avgArity=13.14  maxArity=270
0.67/0.74	     nbGenerators=18  nbFusions=0  symmetryWckTime=0.146  symmetryCpuTime=0.1
0.67/0.74	       =>  wckTime=0.498  cpuTime=0.36  mem=18M679
0.77/0.81	   
0.77/0.81	   solver IterativeSystematicSolver being built... 
0.77/0.88	   
0.77/0.88	   INFO : Forward propagation technique limited 
0.86/0.97	       =>  wckTime=0.724  cpuTime=0.49  mem=22M284
1.36/1.47	   
1.36/1.47	   preprocessing
1.36/1.47	     nbConstraintChecks=0  nbValidityChecks=791703  nbPropagations=25458  nbRevisions=0  nbUselessRevisions=0
1.36/1.47	     nbSingletonTests=1158  nbEffectiveSingletonTests=122  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=1078
1.36/1.47	     detectedInconsistency=no
1.36/1.47	       =>  wckTime=0.498  cpuTime=0.44  mem=23M260
2.25/2.30	   
2.25/2.30	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=25M244)

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-1045300-1215028930/watcher-1045300-1215028930 -o /tmp/evaluation-result-1045300-1215028930/solver-1045300-1215028930 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1045300-1215028930.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.00 4/80 1802
/proc/meminfo: memFree=1721920/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=1616 CPUtime=0
/proc/1802/stat : 1802 (java) D 1800 1802 32713 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1981864845 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/1802/statm: 404 145 119 9 0 46 0

[startup+0.0741051 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1802
/proc/meminfo: memFree=1721920/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=865856 CPUtime=0.05
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 3326 0 1 0 4 1 0 0 18 0 9 0 1981864845 886636544 2850 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216464 2850 1550 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101107 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1802
/proc/meminfo: memFree=1721920/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=865884 CPUtime=0.08
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 3731 0 1 0 6 2 0 0 18 0 9 0 1981864845 886665216 3193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216471 3193 1693 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301141 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1802
/proc/meminfo: memFree=1721920/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=866196 CPUtime=0.28
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 5615 0 1 0 24 4 0 0 18 0 9 0 1981864845 886984704 5029 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216549 5029 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701207 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 1802
/proc/meminfo: memFree=1721920/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867344 CPUtime=0.67
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 9558 315 1 0 59 7 1 0 18 0 9 0 1981864845 888160256 7759 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216836 7759 1997 9 0 211364 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867344

[startup+1.50219 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1815
/proc/meminfo: memFree=1689272/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867560 CPUtime=1.45
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 16789 315 1 0 134 10 1 0 18 0 9 0 1981864845 888381440 11173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216890 11173 2631 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867560 CPUtime=1.16
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 12221 315 1 0 108 7 1 0 25 0 9 0 1981864846 888381440 11173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867560 CPUtime=0.05
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 2973 315 0 0 4 0 1 0 16 0 9 0 1981864847 888381440 11173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888381440 11173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 7 315 0 0 0 0 1 0 15 0 9 0 1981864847 888381440 11173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888381440 11173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867560 CPUtime=0.22
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 760 315 0 0 21 0 1 0 15 0 9 0 1981864850 888381440 11173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888381440 11173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 3 315 0 0 0 0 1 0 15 0 9 0 1981864850 888381440 11173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867560

[startup+3.10261 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1815
/proc/meminfo: memFree=1686264/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867560 CPUtime=3.05
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 17145 315 1 0 293 11 1 0 18 0 9 0 1981864845 888381440 11527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216890 11527 2631 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867560 CPUtime=2.7
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 12551 315 1 0 261 8 1 0 25 0 9 0 1981864846 888381440 11527 996147200 134512640 134550740 4294955968 18446744073709551615 4126841444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867560 CPUtime=0.05
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 2973 315 0 0 4 0 1 0 17 0 9 0 1981864847 888381440 11527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888381440 11527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 7 315 0 0 0 0 1 0 15 0 9 0 1981864847 888381440 11527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888381440 11527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867560 CPUtime=0.27
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 786 315 0 0 26 0 1 0 16 0 9 0 1981864850 888381440 11527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888381440 11527 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 3 315 0 0 0 0 1 0 15 0 9 0 1981864850 888381440 11527 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) 867560

[startup+6.30116 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1815
/proc/meminfo: memFree=1685496/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867560 CPUtime=6.21
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 17246 315 1 0 609 11 1 0 18 0 9 0 1981864845 888381440 11615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216890 11615 2631 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867560 CPUtime=5.86
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 12638 315 1 0 577 8 1 0 25 0 9 0 1981864846 888381440 11615 996147200 134512640 134550740 4294955968 18446744073709551615 4126943683 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867560 CPUtime=0.05
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 2973 315 0 0 4 0 1 0 16 0 9 0 1981864847 888381440 11615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888381440 11615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 7 315 0 0 0 0 1 0 15 0 9 0 1981864847 888381440 11615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888381440 11615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867560 CPUtime=0.27
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 789 315 0 0 26 0 1 0 16 0 9 0 1981864850 888381440 11615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888381440 11615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888381440 11615 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867560

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1815
/proc/meminfo: memFree=1684920/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867560 CPUtime=12.54
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 17329 315 1 0 1242 11 1 0 18 0 9 0 1981864845 888381440 11695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216890 11695 2631 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867560 CPUtime=12.19
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 12721 315 1 0 1210 8 1 0 25 0 9 0 1981864846 888381440 11695 996147200 134512640 134550740 4294955968 18446744073709551615 4126910474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867560 CPUtime=0.05
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 2973 315 0 0 4 0 1 0 16 0 9 0 1981864847 888381440 11695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888381440 11695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 7 315 0 0 0 0 1 0 15 0 9 0 1981864847 888381440 11695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888381440 11695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867560 CPUtime=0.27
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 789 315 0 0 26 0 1 0 16 0 9 0 1981864850 888381440 11695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888381440 11695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888381440 11695 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867560

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1815
/proc/meminfo: memFree=1684408/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867560 CPUtime=25.23
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 17447 315 1 0 2510 12 1 0 18 0 9 0 1981864845 888381440 11813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216890 11813 2631 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867560 CPUtime=24.88
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 12838 315 1 0 2478 9 1 0 25 0 9 0 1981864846 888381440 11813 996147200 134512640 134550740 4294955968 18446744073709551615 4126836571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867560 CPUtime=0.05
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 2973 315 0 0 4 0 1 0 16 0 9 0 1981864847 888381440 11813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888381440 11813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 7 315 0 0 0 0 1 0 15 0 9 0 1981864847 888381440 11813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888381440 11813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867560 CPUtime=0.28
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 790 315 0 0 27 0 1 0 17 0 9 0 1981864850 888381440 11813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888381440 11813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888381440 11813 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867560

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1815
/proc/meminfo: memFree=1683064/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867560 CPUtime=50.59
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 17800 315 1 0 5046 12 1 0 18 0 9 0 1981864845 888381440 12164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216890 12164 2631 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867560 CPUtime=50.23
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 13191 315 1 0 5013 9 1 0 25 0 9 0 1981864846 888381440 12164 996147200 134512640 134550740 4294955968 18446744073709551615 4126857084 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867560 CPUtime=0.05
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 2973 315 0 0 4 0 1 0 16 0 9 0 1981864847 888381440 12164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888381440 12164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 7 315 0 0 0 0 1 0 15 0 9 0 1981864847 888381440 12164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867560 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888381440 12164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867560 CPUtime=0.28
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 790 315 0 0 27 0 1 0 16 0 9 0 1981864850 888381440 12164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867560 CPUtime=0.01

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

/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 8 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867472 CPUtime=0.28
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 791 315 0 0 27 0 1 0 16 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1470.05
Current children cumulated vsize (KiB) 867472

[startup+1542.3 s]
/proc/loadavg: 1.01 1.42 1.75 2/73 1839
/proc/meminfo: memFree=1756824/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867472 CPUtime=1530.04
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 25924 315 1 0 152985 18 1 0 18 0 9 0 1981864845 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216868 20242 2613 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867472 CPUtime=1529.65
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 18947 315 1 0 152951 13 1 0 25 0 9 0 1981864846 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867472 CPUtime=0.09
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 5339 315 0 0 6 2 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 8 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867472 CPUtime=0.28
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 791 315 0 0 27 0 1 0 16 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1530.04
Current children cumulated vsize (KiB) 867472

[startup+1602.3 s]
/proc/loadavg: 1.00 1.34 1.70 2/73 1839
/proc/meminfo: memFree=1756832/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867472 CPUtime=1590.02
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 25924 315 1 0 158983 18 1 0 18 0 9 0 1981864845 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216868 20242 2613 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867472 CPUtime=1589.63
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 18947 315 1 0 158949 13 1 0 25 0 9 0 1981864846 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4126879107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867472 CPUtime=0.09
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 5339 315 0 0 6 2 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 8 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867472 CPUtime=0.28
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 791 315 0 0 27 0 1 0 16 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.02
Current children cumulated vsize (KiB) 867472

[startup+1662.3 s]
/proc/loadavg: 1.00 1.27 1.65 2/73 1839
/proc/meminfo: memFree=1756768/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867472 CPUtime=1650
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 25924 315 1 0 164981 18 1 0 18 0 9 0 1981864845 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216868 20242 2613 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867472 CPUtime=1649.61
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 18947 315 1 0 164947 13 1 0 25 0 9 0 1981864846 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4126828937 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867472 CPUtime=0.09
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 5339 315 0 0 6 2 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 8 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867472 CPUtime=0.28
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 791 315 0 0 27 0 1 0 16 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888291328 20242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650
Current children cumulated vsize (KiB) 867472

[startup+1722.3 s]
/proc/loadavg: 1.00 1.22 1.61 2/73 1839
/proc/meminfo: memFree=1756768/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867472 CPUtime=1709.99
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 25928 315 1 0 170980 18 1 0 18 0 9 0 1981864845 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216868 20245 2613 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867472 CPUtime=1709.59
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 18948 315 1 0 170945 13 1 0 25 0 9 0 1981864846 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4126850574 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867472 CPUtime=0.09
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 5342 315 0 0 6 2 1 0 16 0 9 0 1981864847 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 8 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867472 CPUtime=0.28
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 791 315 0 0 27 0 1 0 16 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1709.99
Current children cumulated vsize (KiB) 867472

[startup+1782.3 s]
/proc/loadavg: 1.00 1.18 1.57 2/73 1839
/proc/meminfo: memFree=1756704/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867472 CPUtime=1769.97
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 25928 315 1 0 176978 18 1 0 18 0 9 0 1981864845 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216868 20245 2613 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867472 CPUtime=1769.57
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 18948 315 1 0 176943 13 1 0 25 0 9 0 1981864846 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4126828949 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867472 CPUtime=0.09
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 5342 315 0 0 6 2 1 0 16 0 9 0 1981864847 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 8 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867472 CPUtime=0.28
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 791 315 0 0 27 0 1 0 16 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.97
Current children cumulated vsize (KiB) 867472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.4 s]
/proc/loadavg: 1.00 1.16 1.55 2/73 1839
/proc/meminfo: memFree=1756768/2055920 swapFree=4180416/4192956
[pid=1802] ppid=1800 vsize=867472 CPUtime=1800.06
/proc/1802/stat : 1802 (java) S 1800 1802 32713 0 -1 0 25928 315 1 0 179987 18 1 0 18 0 9 0 1981864845 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1802/statm: 216868 20245 2613 9 0 211396 0
[pid=1802/tid=1804] ppid=1800 vsize=867472 CPUtime=1799.67
/proc/1802/task/1804/stat : 1804 (java) R 1800 1802 32713 0 -1 64 18948 315 1 0 179953 13 1 0 25 0 9 0 1981864846 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4126829040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1802/tid=1805] ppid=1800 vsize=867472 CPUtime=0.09
/proc/1802/task/1805/stat : 1805 (java) S 1800 1802 32713 0 -1 64 5342 315 0 0 6 2 1 0 16 0 9 0 1981864847 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1806] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1806/stat : 1806 (java) S 1800 1802 32713 0 -1 64 16 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1807] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1807/stat : 1807 (java) S 1800 1802 32713 0 -1 64 8 315 0 0 0 0 1 0 16 0 9 0 1981864847 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1808] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1808/stat : 1808 (java) S 1800 1802 32713 0 -1 64 0 315 0 0 0 0 1 0 18 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1809] ppid=1800 vsize=867472 CPUtime=0.28
/proc/1802/task/1809/stat : 1809 (java) S 1800 1802 32713 0 -1 64 791 315 0 0 27 0 1 0 16 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1810] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1810/stat : 1810 (java) S 1800 1802 32713 0 -1 64 2 315 0 0 0 0 1 0 19 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1802/tid=1811] ppid=1800 vsize=867472 CPUtime=0.01
/proc/1802/task/1811/stat : 1811 (java) S 1800 1802 32713 0 -1 64 14 315 0 0 0 0 1 0 15 0 9 0 1981864850 888291328 20245 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 867472

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

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

Child status: 143
Real time (s): 1812.45
CPU time (s): 1800.12
CPU user time (s): 1799.92
CPU system time (s): 0.200969
CPU usage (%): 99.3197
Max. virtual memory (cumulated for all children) (KiB): 867560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26272
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= 37811
involuntary context switches= 55413

runsolver used 2.31365 second user time and 5.46017 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-02 22:02:10
IDJOB=1045300
IDBENCH=53939
IDSOLVER=364
FILE ID=node51/1045300-1215028930
PBS_JOBID= 7874368
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-10.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1045300-1215028930/watcher-1045300-1215028930 -o /tmp/evaluation-result-1045300-1215028930/solver-1045300-1215028930 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1045300-1215028930.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 543831571f95a2d5d937b4f047616190
RANDOM SEED=338894991

node51.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.263
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.263
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:       1722400 kB
Buffers:         26452 kB
Cached:         137704 kB
SwapCached:       7000 kB
Active:         225804 kB
Inactive:        51768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1722400 kB
SwapTotal:     4192956 kB
SwapFree:      4180416 kB
Dirty:            2036 kB
Writeback:           0 kB
Mapped:         129304 kB
Slab:            40864 kB
Committed_AS:  4517248 kB
PageTables:       2028 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= 66548 MiB
End job on node51 at 2008-07-02 22:32:24