Trace number 1055414

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.08 1816.86

General information on the benchmark

Namecsp/nengfa/
normalized-block.xml
MD5SUMd774b3d9a6f2ab41cce78f1e9dd6d763
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.83342
Satisfiable
(Un)Satisfiability was proved
Number of variables616
Number of constraints1812
Maximum constraint arity7
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1812
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1055414-1215059535.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.39/0.49	     nbVariables=616  nbDomainTypes=9  minDomainSize=2  maxDomainSize=8  nbTotalValues=3361
0.39/0.49	       =>  wckTime=0.248  cpuTime=0.2  mem=9M870
0.39/0.49	   
0.39/0.49	   predicates being loaded...
0.59/0.60	   
0.59/0.60	   constraints being loaded...
1.28/1.39	     nbConstraints=1659  nbUnaryConstraints=79  nbMergedConstraints=74  nbSingletonDomainVariables=2  nbPurgedValues=20
1.28/1.39	     nbConvertedConstraints=879  nbConvertConstraintsChecks=17883  nbExtensionStructures=47
1.28/1.39	     nbSharedExtensionStructures=835  nbConflictsStructures=99  nbSharedConflictsStructures=1563
1.28/1.39	     nbSharedBinaryRepresentations=531  nbEvaluationManagers=52  nbSharedEvaluationManagers=728  minDegree=1
1.28/1.39	     maxDegree=31  minArity=2  avgArity=2.55  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=0.146
1.28/1.39	     symmetryCpuTime=0.08
1.28/1.39	       =>  wckTime=1.146  cpuTime=0.82  mem=31M431
1.37/1.50	   
1.47/1.50	   solver IterativeSystematicSolver being built... 
1.56/1.70	       =>  wckTime=1.454  cpuTime=1.0  mem=30M252
1.67/1.75	   
1.67/1.75	   preprocessing
1.67/1.75	     nbConstraintChecks=1239  nbValidityChecks=36  nbPropagations=623  nbRevisions=424  nbUselessRevisions=360
1.67/1.75	     nbRemovedValues=92  detectedInconsistency=no
1.67/1.75	       =>  wckTime=0.05  cpuTime=0.04  mem=31M193
2.25/2.32	   
2.25/2.32	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=32M167)

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-1055414-1215059535/watcher-1055414-1215059535 -o /tmp/evaluation-result-1055414-1215059535/solver-1055414-1215059535 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1055414-1215059535.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 3/73 3899
/proc/meminfo: memFree=1487176/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=1616 CPUtime=0
/proc/3899/stat : 3899 (java) R 3897 3899 440 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1535628580 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/3899/statm: 404 145 119 9 0 46 0

[startup+0.0957439 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3899
/proc/meminfo: memFree=1487176/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=865884 CPUtime=0.08
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 3666 0 1 0 6 2 0 0 18 0 9 0 1535628580 886665216 3141 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 216471 3141 1676 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101742 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3899
/proc/meminfo: memFree=1487176/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=865884 CPUtime=0.08
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 3710 0 1 0 6 2 0 0 18 0 9 0 1535628580 886665216 3176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 216471 3176 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301768 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3899
/proc/meminfo: memFree=1487176/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=866196 CPUtime=0.29
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 5620 0 1 0 25 4 0 0 18 0 9 0 1535628580 886984704 5034 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 216549 5034 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701806 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 3899
/proc/meminfo: memFree=1487176/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=867104 CPUtime=0.68
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 8056 0 1 0 62 6 0 0 18 0 9 0 1535628580 887914496 7416 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 216776 7416 2010 9 0 211282 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867104

[startup+1.50188 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 3908
/proc/meminfo: memFree=1457024/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=1.47
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 19397 261 1 0 126 19 2 0 18 0 10 0 1535628580 890392576 13292 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13292 2631 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=1.07
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 12628 261 1 0 90 15 2 0 16 0 10 0 1535628581 890392576 13292 996147200 134512640 134550740 4294955984 18446744073709551615 4125975782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.1
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5083 261 0 0 7 1 2 0 16 0 10 0 1535628583 890392576 13292 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) R 3897 3899 440 0 -1 64 10 261 0 0 0 0 2 0 16 0 10 0 1535628583 890392576 13292 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 4 261 0 0 0 0 2 0 20 0 10 0 1535628583 890392576 13292 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 261 0 0 0 0 2 0 18 0 10 0 1535628585 890392576 13292 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.29
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 857 261 0 0 27 0 2 0 15 0 10 0 1535628585 890392576 13292 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 261 0 0 0 0 2 0 19 0 10 0 1535628585 890392576 13292 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 5 261 0 0 0 0 2 0 15 0 10 0 1535628585 890392576 13292 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 869524

[startup+3.10205 s]
/proc/loadavg: 2.08 2.02 2.01 3/82 3912
/proc/meminfo: memFree=1443456/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=3.05
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22509 386 1 0 282 21 2 0 18 0 9 0 1535628580 890392576 13514 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13514 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=2.52
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15605 386 1 0 234 16 2 0 25 0 9 0 1535628581 890392576 13514 996147200 134512640 134550740 4294955984 18446744073709551615 4126520032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 17 0 9 0 1535628583 890392576 13514 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13514 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13514 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13514 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.43
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 979 386 0 0 40 1 2 0 16 0 9 0 1535628585 890392576 13514 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13514 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 5 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13514 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 869524

[startup+6.30236 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 3912
/proc/meminfo: memFree=1443072/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=6.22
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22554 386 1 0 599 21 2 0 18 0 9 0 1535628580 890392576 13524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13524 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=5.68
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15614 386 1 0 550 16 2 0 25 0 9 0 1535628581 890392576 13524 996147200 134512640 134550740 4294955984 18446744073709551615 4127053380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.43
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 983 386 0 0 40 1 2 0 16 0 9 0 1535628585 890392576 13524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13524 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 869524

[startup+12.703 s]
/proc/loadavg: 2.07 2.02 2.00 3/82 3912
/proc/meminfo: memFree=1442816/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=12.56
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22559 386 1 0 1233 21 2 0 18 0 9 0 1535628580 890392576 13529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13529 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=12.01
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15618 386 1 0 1183 16 2 0 25 0 9 0 1535628581 890392576 13529 996147200 134512640 134550740 4294955984 18446744073709551615 4126095759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 984 386 0 0 41 1 2 0 15 0 9 0 1535628585 890392576 13529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13529 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 869524

[startup+25.5013 s]
/proc/loadavg: 2.13 2.03 2.01 3/82 3912
/proc/meminfo: memFree=1442816/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=25.23
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22562 386 1 0 2500 21 2 0 18 0 9 0 1535628580 890392576 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13532 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=24.7
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15621 386 1 0 2451 17 2 0 25 0 9 0 1535628581 890392576 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4127256851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 984 386 0 0 41 1 2 0 15 0 9 0 1535628585 890392576 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13532 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 869524

[startup+51.1018 s]
/proc/loadavg: 2.08 2.03 2.01 3/82 3912
/proc/meminfo: memFree=1442752/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=50.6
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22565 386 1 0 5037 21 2 0 18 0 9 0 1535628580 890392576 13535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13535 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=50.06
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15624 386 1 0 4987 17 2 0 25 0 9 0 1535628581 890392576 13535 996147200 134512640 134550740 4294955984 18446744073709551615 4127252126 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 984 386 0 0 41 1 2 0 16 0 9 0 1535628585 890392576 13535 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02

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

/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 985 386 0 0 41 1 2 0 16 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1468.66
Current children cumulated vsize (KiB) 869524

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3953
/proc/meminfo: memFree=1580656/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=1528.1
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22584 386 1 0 152779 29 2 0 18 0 9 0 1535628580 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13552 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=1527.55
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15642 386 1 0 152729 24 2 0 25 0 9 0 1535628581 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4127229567 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 985 386 0 0 41 1 2 0 16 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1528.1
Current children cumulated vsize (KiB) 869524

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3953
/proc/meminfo: memFree=1580656/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=1587.54
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22584 386 1 0 158723 29 2 0 18 0 9 0 1535628580 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13552 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=1586.99
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15642 386 1 0 158673 24 2 0 25 0 9 0 1535628581 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4125952133 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 985 386 0 0 41 1 2 0 16 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.54
Current children cumulated vsize (KiB) 869524

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3953
/proc/meminfo: memFree=1580528/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=1646.98
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22584 386 1 0 164667 29 2 0 18 0 9 0 1535628580 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13552 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=1646.43
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15642 386 1 0 164617 24 2 0 25 0 9 0 1535628581 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4127256894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 985 386 0 0 41 1 2 0 16 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13552 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.98
Current children cumulated vsize (KiB) 869524

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3953
/proc/meminfo: memFree=1580528/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=1706.41
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22587 386 1 0 170610 29 2 0 18 0 9 0 1535628580 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13555 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=1705.87
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15645 386 1 0 170560 25 2 0 25 0 9 0 1535628581 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4127298035 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 985 386 0 0 41 1 2 0 16 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1706.41
Current children cumulated vsize (KiB) 869524

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3959
/proc/meminfo: memFree=1580272/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=1765.83
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22587 386 1 0 176552 29 2 0 18 0 9 0 1535628580 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13555 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=1765.29
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15645 386 1 0 176502 25 2 0 25 0 9 0 1535628581 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4127110759 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 985 386 0 0 41 1 2 0 16 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.83
Current children cumulated vsize (KiB) 869524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 3959
/proc/meminfo: memFree=1580272/2055920 swapFree=4122584/4192956
[pid=3899] ppid=3897 vsize=869524 CPUtime=1800.01
/proc/3899/stat : 3899 (java) S 3897 3899 440 0 -1 0 22587 386 1 0 179970 29 2 0 18 0 9 0 1535628580 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3899/statm: 217381 13555 2634 9 0 211887 0
[pid=3899/tid=3901] ppid=3897 vsize=869524 CPUtime=1799.47
/proc/3899/task/3901/stat : 3901 (java) R 3897 3899 440 0 -1 64 15645 386 1 0 179920 25 2 0 25 0 9 0 1535628581 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4126998903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3902] ppid=3897 vsize=869524 CPUtime=0.11
/proc/3899/task/3902/stat : 3902 (java) S 3897 3899 440 0 -1 64 5084 386 0 0 8 1 2 0 16 0 9 0 1535628583 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3899/tid=3903] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3903/stat : 3903 (java) S 3897 3899 440 0 -1 64 15 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3904] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3904/stat : 3904 (java) S 3897 3899 440 0 -1 64 10 386 0 0 0 0 2 0 16 0 9 0 1535628583 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3905] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3905/stat : 3905 (java) S 3897 3899 440 0 -1 64 0 386 0 0 0 0 2 0 18 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3906] ppid=3897 vsize=869524 CPUtime=0.44
/proc/3899/task/3906/stat : 3906 (java) S 3897 3899 440 0 -1 64 985 386 0 0 41 1 2 0 16 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3907] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3907/stat : 3907 (java) S 3897 3899 440 0 -1 64 2 386 0 0 0 0 2 0 19 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3899/tid=3908] ppid=3897 vsize=869524 CPUtime=0.02
/proc/3899/task/3908/stat : 3908 (java) S 3897 3899 440 0 -1 64 37 386 0 0 0 0 2 0 15 0 9 0 1535628585 890392576 13555 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 869524

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): 1816.86
CPU time (s): 1800.08
CPU user time (s): 1799.77
CPU system time (s): 0.312952
CPU usage (%): 99.0766
Max. virtual memory (cumulated for all children) (KiB): 869524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23006
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= 38447
involuntary context switches= 54591

runsolver used 2.39364 second user time and 5.87711 second system time

The end

Launcher Data (download as text)

Begin job on node12 at 2008-07-03 06:32:15
IDJOB=1055414
IDBENCH=56818
IDSOLVER=363
FILE ID=node12/1055414-1215059535
PBS_JOBID= 7875150
Free space on /tmp= 66460 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d774b3d9a6f2ab41cce78f1e9dd6d763
RANDOM SEED=965179389

node12.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.236
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.236
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:       1487656 kB
Buffers:         24104 kB
Cached:         219332 kB
SwapCached:      64468 kB
Active:         416564 kB
Inactive:        87048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487656 kB
SwapTotal:     4192956 kB
SwapFree:      4122584 kB
Dirty:            2268 kB
Writeback:           0 kB
Mapped:         266584 kB
Slab:            49304 kB
Committed_AS:  2995200 kB
PageTables:       2332 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node12 at 2008-07-03 07:02:34