Trace number 1045295

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.15 1804.86

General information on the benchmark

Namecsp/ortholatin/
normalized-ortholatin-8.xml
MD5SUM271809687e5b12084306616b84dfa035
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.538917
Satisfiable
(Un)Satisfiability was proved
Number of variables192
Number of constraints97
Maximum constraint arity64
Maximum domain size64
Number of constraints which are defined in extension64
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(33)

Solver Data (download as text)

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1045295-1215028540.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.38/0.40	     nbVariables=192  nbDomainTypes=2  minDomainSize=8  maxDomainSize=64  nbTotalValues=5120
0.38/0.40	       =>  wckTime=0.171  cpuTime=0.13  mem=8M894
0.38/0.40	   
0.38/0.40	   relations being loaded...
0.38/0.41	   
0.38/0.41	   constraints being loaded...
0.56/0.63	     nbConstraints=111  nbRelationTypes=1  nbGlobalConstraints=111  nbExtensionStructures=1
0.56/0.63	     nbSharedExtensionStructures=63  nbConflictsStructures=1  nbSharedConflictsStructures=63
0.56/0.63	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=8  minArity=3  avgArity=11.75  maxArity=168
0.56/0.63	     nbGenerators=14  nbFusions=0  symmetryWckTime=0.15  symmetryCpuTime=0.06
0.56/0.63	       =>  wckTime=0.397  cpuTime=0.27  mem=15M730
0.56/0.68	   
0.56/0.68	   solver IterativeSystematicSolver being built... 
0.67/0.76	   
0.67/0.76	   INFO : Forward propagation technique limited 
0.77/0.84	       =>  wckTime=0.606  cpuTime=0.39  mem=20M347
0.97/1.08	   
0.97/1.08	   preprocessing
0.97/1.08	     nbConstraintChecks=0  nbValidityChecks=243010  nbPropagations=12864  nbRevisions=0  nbUselessRevisions=0
0.97/1.08	     nbSingletonTests=762  nbEffectiveSingletonTests=42  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=792
0.97/1.08	     detectedInconsistency=no
0.97/1.08	       =>  wckTime=0.237  cpuTime=0.19  mem=21M339
1.27/1.38	   
1.27/1.38	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M314)

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-1045295-1215028540/watcher-1045295-1215028540 -o /tmp/evaluation-result-1045295-1215028540/solver-1045295-1215028540 -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-1045295-1215028540.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/72 9695
/proc/meminfo: memFree=1294120/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=1616 CPUtime=0
/proc/9695/stat : 9695 (java) D 9693 9695 8821 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1981822863 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/9695/statm: 404 145 119 9 0 46 0

[startup+0.0871981 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9695
/proc/meminfo: memFree=1294120/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=865884 CPUtime=0.07
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 3607 0 1 0 5 2 0 0 18 0 9 0 1981822863 886665216 3095 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216471 3095 1659 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.1012 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9695
/proc/meminfo: memFree=1294120/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=865884 CPUtime=0.09
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 3780 0 1 0 7 2 0 0 18 0 9 0 1981822863 886665216 3231 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216471 3231 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301239 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9695
/proc/meminfo: memFree=1294120/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=866196 CPUtime=0.29
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 5596 0 1 0 25 4 0 0 18 0 9 0 1981822863 886984704 5019 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216549 5019 1890 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701311 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 9695
/proc/meminfo: memFree=1294120/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=867276 CPUtime=0.67
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 11922 301 1 0 61 6 0 0 18 0 9 0 1981822863 888090624 8651 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216819 8651 2626 9 0 211325 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867276

[startup+1.50245 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9708
/proc/meminfo: memFree=1263328/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=867396 CPUtime=1.46
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 15809 301 1 0 137 9 0 0 18 0 9 0 1981822863 888213504 10639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216849 10639 2631 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867396 CPUtime=1.18
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 11880 301 1 0 112 6 0 0 25 0 9 0 1981822865 888213504 10639 996147200 134512640 134550740 4294955968 18446744073709551615 4126782807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867396 CPUtime=0.04
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 2482 301 0 0 4 0 0 0 16 0 9 0 1981822866 888213504 10639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888213504 10639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 15 0 9 0 1981822866 888213504 10639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888213504 10639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867396 CPUtime=0.21
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 605 301 0 0 21 0 0 0 16 0 9 0 1981822868 888213504 10639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888213504 10639 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888213504 10639 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) 867396

[startup+3.10173 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9708
/proc/meminfo: memFree=1261536/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=867396 CPUtime=3.05
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 15891 301 1 0 296 9 0 0 18 0 9 0 1981822863 888213504 10719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216849 10719 2631 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867396 CPUtime=2.76
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 11945 301 1 0 269 7 0 0 25 0 9 0 1981822865 888213504 10719 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867396 CPUtime=0.04
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 2482 301 0 0 4 0 0 0 17 0 9 0 1981822866 888213504 10719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888213504 10719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 15 0 9 0 1981822866 888213504 10719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888213504 10719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867396 CPUtime=0.23
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 622 301 0 0 23 0 0 0 16 0 9 0 1981822868 888213504 10719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888213504 10719 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888213504 10719 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) 867396

[startup+6.30231 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9708
/proc/meminfo: memFree=1260832/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=867396 CPUtime=6.24
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 16018 301 1 0 615 9 0 0 18 0 9 0 1981822863 888213504 10843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216849 10843 2631 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867396 CPUtime=5.94
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 12070 301 1 0 587 7 0 0 25 0 9 0 1981822865 888213504 10843 996147200 134512640 134550740 4294955968 18446744073709551615 4126788797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867396 CPUtime=0.04
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 2482 301 0 0 4 0 0 0 17 0 9 0 1981822866 888213504 10843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888213504 10843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 15 0 9 0 1981822866 888213504 10843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888213504 10843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867396 CPUtime=0.23
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 624 301 0 0 23 0 0 0 16 0 9 0 1981822868 888213504 10843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888213504 10843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888213504 10843 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867396

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9708
/proc/meminfo: memFree=1259744/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=867396 CPUtime=12.6
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 16264 301 1 0 1251 9 0 0 18 0 9 0 1981822863 888213504 11087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216849 11087 2631 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867396 CPUtime=12.3
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 12314 301 1 0 1223 7 0 0 25 0 9 0 1981822865 888213504 11087 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867396 CPUtime=0.04
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 2482 301 0 0 4 0 0 0 16 0 9 0 1981822866 888213504 11087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888213504 11087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 15 0 9 0 1981822866 888213504 11087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888213504 11087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867396 CPUtime=0.23
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 626 301 0 0 23 0 0 0 16 0 9 0 1981822868 888213504 11087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888213504 11087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888213504 11087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867396

[startup+25.5028 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9708
/proc/meminfo: memFree=1257760/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=867396 CPUtime=25.35
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 16757 301 1 0 2525 10 0 0 18 0 9 0 1981822863 888213504 11578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216849 11578 2631 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867396 CPUtime=25.03
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 12807 301 1 0 2496 7 0 0 25 0 9 0 1981822865 888213504 11578 996147200 134512640 134550740 4294955968 18446744073709551615 4126785188 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867396 CPUtime=0.04
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 2482 301 0 0 4 0 0 0 16 0 9 0 1981822866 888213504 11578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888213504 11578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 15 0 9 0 1981822866 888213504 11578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888213504 11578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867396 CPUtime=0.23
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 626 301 0 0 23 0 0 0 16 0 9 0 1981822868 888213504 11578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888213504 11578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888213504 11578 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 867396

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 9708
/proc/meminfo: memFree=1253856/2055920 swapFree=4110296/4192956
[pid=9695] ppid=9693 vsize=867396 CPUtime=50.82
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 17755 301 1 0 5072 10 0 0 18 0 9 0 1981822863 888213504 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216849 12574 2631 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867396 CPUtime=50.51
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 13805 301 1 0 5043 8 0 0 25 0 9 0 1981822865 888213504 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4126900480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867396 CPUtime=0.04
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 2482 301 0 0 4 0 0 0 16 0 9 0 1981822866 888213504 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888213504 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 15 0 9 0 1981822866 888213504 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867396 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888213504 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867396 CPUtime=0.23
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 626 301 0 0 23 0 0 0 16 0 9 0 1981822868 888213504 12574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867396 CPUtime=0

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

/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867308 CPUtime=0.24
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 628 301 0 0 24 0 0 0 16 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.8
Current children cumulated vsize (KiB) 867308

[startup+1542.3 s]
/proc/loadavg: 1.00 1.13 1.48 2/73 9736
/proc/meminfo: memFree=1264104/2055920 swapFree=4110316/4192956
[pid=9695] ppid=9693 vsize=867308 CPUtime=1537.76
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 24897 301 1 0 153761 15 0 0 18 0 9 0 1981822863 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216827 19670 2613 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867308 CPUtime=1537.42
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 18776 301 1 0 153730 12 0 0 25 0 9 0 1981822865 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4126901457 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867308 CPUtime=0.06
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 4651 301 0 0 6 0 0 0 16 0 9 0 1981822866 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867308 CPUtime=0.24
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 628 301 0 0 24 0 0 0 16 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.76
Current children cumulated vsize (KiB) 867308

[startup+1602.3 s]
/proc/loadavg: 1.00 1.10 1.45 2/73 9736
/proc/meminfo: memFree=1264104/2055920 swapFree=4110316/4192956
[pid=9695] ppid=9693 vsize=867308 CPUtime=1597.72
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 24897 301 1 0 159757 15 0 0 18 0 9 0 1981822863 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216827 19670 2613 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867308 CPUtime=1597.38
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 18776 301 1 0 159726 12 0 0 25 0 9 0 1981822865 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4126785161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867308 CPUtime=0.06
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 4651 301 0 0 6 0 0 0 16 0 9 0 1981822866 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867308 CPUtime=0.24
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 628 301 0 0 24 0 0 0 16 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888123392 19670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.72
Current children cumulated vsize (KiB) 867308

[startup+1662.3 s]
/proc/loadavg: 1.00 1.08 1.42 2/73 9736
/proc/meminfo: memFree=1264104/2055920 swapFree=4110316/4192956
[pid=9695] ppid=9693 vsize=867308 CPUtime=1657.67
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 24899 301 1 0 165752 15 0 0 18 0 9 0 1981822863 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216827 19671 2613 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867308 CPUtime=1657.33
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 18777 301 1 0 165721 12 0 0 25 0 9 0 1981822865 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4126933598 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867308 CPUtime=0.06
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 4652 301 0 0 6 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867308 CPUtime=0.24
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 628 301 0 0 24 0 0 0 16 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.67
Current children cumulated vsize (KiB) 867308

[startup+1722.3 s]
/proc/loadavg: 1.00 1.06 1.39 2/73 9736
/proc/meminfo: memFree=1264104/2055920 swapFree=4110316/4192956
[pid=9695] ppid=9693 vsize=867308 CPUtime=1717.63
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 24899 301 1 0 171748 15 0 0 18 0 9 0 1981822863 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216827 19671 2613 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867308 CPUtime=1717.29
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 18777 301 1 0 171717 12 0 0 25 0 9 0 1981822865 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4126095810 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867308 CPUtime=0.06
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 4652 301 0 0 6 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867308 CPUtime=0.24
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 628 301 0 0 24 0 0 0 16 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.63
Current children cumulated vsize (KiB) 867308

[startup+1782.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/73 9736
/proc/meminfo: memFree=1264040/2055920 swapFree=4110316/4192956
[pid=9695] ppid=9693 vsize=867308 CPUtime=1777.57
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 24899 301 1 0 177742 15 0 0 18 0 9 0 1981822863 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216827 19671 2613 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867308 CPUtime=1777.23
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 18777 301 1 0 177711 12 0 0 25 0 9 0 1981822865 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4126849150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867308 CPUtime=0.06
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 4652 301 0 0 6 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867308 CPUtime=0.24
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 628 301 0 0 24 0 0 0 16 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.57
Current children cumulated vsize (KiB) 867308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 1.00 1.05 1.35 2/73 9736
/proc/meminfo: memFree=1264040/2055920 swapFree=4110316/4192956
[pid=9695] ppid=9693 vsize=867308 CPUtime=1800.07
/proc/9695/stat : 9695 (java) S 9693 9695 8821 0 -1 0 24899 301 1 0 179992 15 0 0 18 0 9 0 1981822863 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9695/statm: 216827 19671 2613 9 0 211355 0
[pid=9695/tid=9697] ppid=9693 vsize=867308 CPUtime=1799.73
/proc/9695/task/9697/stat : 9697 (java) R 9693 9695 8821 0 -1 64 18777 301 1 0 179961 12 0 0 25 0 9 0 1981822865 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9698] ppid=9693 vsize=867308 CPUtime=0.06
/proc/9695/task/9698/stat : 9698 (java) S 9693 9695 8821 0 -1 64 4652 301 0 0 6 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9695/tid=9699] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9699/stat : 9699 (java) S 9693 9695 8821 0 -1 64 16 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9700] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9700/stat : 9700 (java) S 9693 9695 8821 0 -1 64 9 301 0 0 0 0 0 0 16 0 9 0 1981822866 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9701] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9701/stat : 9701 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 18 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9702] ppid=9693 vsize=867308 CPUtime=0.24
/proc/9695/task/9702/stat : 9702 (java) S 9693 9695 8821 0 -1 64 628 301 0 0 24 0 0 0 16 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9703] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9703/stat : 9703 (java) S 9693 9695 8821 0 -1 64 1 301 0 0 0 0 0 0 19 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9695/tid=9704] ppid=9693 vsize=867308 CPUtime=0
/proc/9695/task/9704/stat : 9704 (java) S 9693 9695 8821 0 -1 64 5 301 0 0 0 0 0 0 15 0 9 0 1981822868 888123392 19671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867308

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): 1804.86
CPU time (s): 1800.15
CPU user time (s): 1799.97
CPU system time (s): 0.176973
CPU usage (%): 99.7387
Max. virtual memory (cumulated for all children) (KiB): 867400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.176973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25228
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= 37590
involuntary context switches= 34022

runsolver used 1.9817 second user time and 5.32319 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-02 21:55:40
IDJOB=1045295
IDBENCH=53934
IDSOLVER=364
FILE ID=node70/1045295-1215028540
PBS_JOBID= 7874330
Free space on /tmp= 66436 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ortholatin/normalized-ortholatin-8.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-1045295-1215028540/watcher-1045295-1215028540 -o /tmp/evaluation-result-1045295-1215028540/solver-1045295-1215028540 -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-1045295-1215028540.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 271809687e5b12084306616b84dfa035
RANDOM SEED=342005305

node70.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.256
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.256
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:       1294600 kB
Buffers:         72432 kB
Cached:         474676 kB
SwapCached:      76996 kB
Active:         198712 kB
Inactive:       483140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1294600 kB
SwapTotal:     4192956 kB
SwapFree:      4110296 kB
Dirty:            2040 kB
Writeback:           0 kB
Mapped:         142204 kB
Slab:            64624 kB
Committed_AS:  4148916 kB
PageTables:       1952 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= 66436 MiB
End job on node70 at 2008-07-02 22:25:47