Trace number 1063676

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 1813.26

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-vtp-base.xml
MD5SUM7a5829c10442f057a00aad0acec30b89
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4524
Number of constraints315
Maximum constraint arity1080
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension315
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.37	
0.01/0.37	Abscon 112 (May, 2008)
0.18/0.56	
0.18/0.56	   configuration
0.18/0.56	     name=esac.xml
0.27/0.63	   
0.27/0.63	   instance
0.27/0.63	     name=HOME/instance-1063676-1215138460.xml
0.27/0.66	   
0.27/0.66	   domains being loaded...
0.27/0.67	   
0.27/0.67	   variables being loaded...
0.56/0.96	     nbVariables=4524  nbDomainTypes=3  minDomainSize=1  maxDomainSize=2  nbTotalValues=7904
0.56/0.96	       =>  wckTime=0.393  cpuTime=0.26  mem=21M507
0.56/0.96	   
0.56/0.96	   predicates being loaded...
4.61/5.09	   
4.61/5.09	   constraints being loaded...
13.11/13.67	     nbConstraints=217  nbGlobalConstraints=1  nbMergedConstraints=99  nbSingletonDomainVariables=1144
13.11/13.67	     nbConflictsStructures=6  nbSharedConflictsStructures=40  nbUnbuiltConflictsStructures=76
13.11/13.67	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=82  nbSharedEvaluationManagers=134  minDegree=1  maxDegree=12
13.11/13.67	     minArity=11  avgArity=80.1  maxArity=1080  nbGenerators=1  nbFusions=0  symmetryWckTime=2.041  symmetryCpuTime=1.81
13.11/13.67	       =>  wckTime=13.108  cpuTime=12.22  mem=55M219
13.30/13.81	   
13.30/13.81	   solver IterativeSystematicSolver being built... 
13.50/14.07	   
13.50/14.07	   INFO : Forward propagation technique limited 
13.80/14.35	       =>  wckTime=13.786  cpuTime=12.57  mem=70M875
182.39/183.83	   
182.39/183.83	   INFO : Stopping ESAC
182.39/183.84	   
182.39/183.84	   preprocessing
182.39/183.84	     nbConstraintChecks=1822839  nbValidityChecks=86540  nbPropagations=9224  nbRevisions=58917
182.39/183.84	     nbUselessRevisions=58754  nbSingletonTests=4539  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
182.39/183.84	     nbRemovedValues=0  detectedInconsistency=no
182.39/183.84	       =>  wckTime=169.476  cpuTime=168.52  mem=92M130

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-1063676-1215138460/watcher-1063676-1215138460 -o /tmp/evaluation-result-1063676-1215138460/solver-1063676-1215138460 -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-1063676-1215138460.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: 6.58 6.89 5.26 3/81 25719
/proc/meminfo: memFree=1825704/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=18572 CPUtime=0
/proc/25719/stat : 25719 (runsolver) R 25717 25719 24633 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 669575630 19017728 293 996147200 4194304 4296836 548682068352 18446744073709551615 230266826023 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25719/statm: 4643 293 257 25 0 2626 0

[startup+0.0285589 s]
/proc/loadavg: 6.58 6.89 5.26 3/81 25719
/proc/meminfo: memFree=1825704/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=18572 CPUtime=0
/proc/25719/stat : 25719 (runsolver) D 25717 25719 24633 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 669575630 19017728 293 996147200 4194304 4296836 548682068352 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25719/statm: 4643 293 257 25 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18572

[startup+0.101574 s]
/proc/loadavg: 6.58 6.89 5.26 3/81 25719
/proc/meminfo: memFree=1825704/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=308 CPUtime=0
/proc/25719/stat : 25719 (java) D 25717 25719 24633 0 -1 0 55 0 0 0 0 0 0 0 18 0 1 0 669575630 315392 39 996147200 134512640 134550740 4294956144 18446744073709551615 7934756 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/25719/statm: 77 39 29 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 308

[startup+0.301616 s]
/proc/loadavg: 6.58 6.89 5.26 3/81 25719
/proc/meminfo: memFree=1825704/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=861880 CPUtime=0.01
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 1900 0 1 0 0 1 0 0 18 0 5 0 669575630 882565120 1585 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 215470 1585 703 9 0 210449 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861880

[startup+0.701691 s]
/proc/loadavg: 6.58 6.89 5.26 3/81 25719
/proc/meminfo: memFree=1825704/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=866372 CPUtime=0.36
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 6423 0 2 0 31 5 0 0 18 0 9 0 669575630 887164928 5794 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216593 5794 1963 9 0 211121 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 866372

[startup+1.50184 s]
/proc/loadavg: 6.58 6.89 5.26 3/90 25728
/proc/meminfo: memFree=1792416/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867400 CPUtime=1.14
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 17772 0 2 0 102 12 0 0 18 0 9 0 669575630 888217600 17108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216850 17108 2004 9 0 211378 0
[pid=25719/tid=25721] ppid=25717 vsize=867400 CPUtime=0.92
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 15736 0 2 0 82 10 0 0 25 0 9 0 669575644 888217600 17108 996147200 134512640 134550740 4294955968 18446744073709551615 103825344 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867400 CPUtime=0.02
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 717 0 0 0 2 0 0 0 16 0 9 0 669575659 888217600 17108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 669575659 888217600 17108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 669575659 888217600 17108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 669575663 888217600 17108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867400 CPUtime=0.17
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 623 0 0 0 16 1 0 0 15 0 9 0 669575663 888217600 17108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 669575663 888217600 17108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 669575663 888217600 17108 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 867400

[startup+3.10214 s]
/proc/loadavg: 6.37 6.84 5.25 3/90 25728
/proc/meminfo: memFree=1759840/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867400 CPUtime=2.73
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 19305 0 2 0 259 14 0 0 18 0 9 0 669575630 888217600 18637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216850 18637 2004 9 0 211378 0
[pid=25719/tid=25721] ppid=25717 vsize=867400 CPUtime=2.46
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 15768 0 2 0 236 10 0 0 25 0 9 0 669575644 888217600 18637 996147200 134512640 134550740 4294955968 18446744073709551615 104688860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867400 CPUtime=0.07
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 2218 0 0 0 6 1 0 0 16 0 9 0 669575659 888217600 18637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 669575659 888217600 18637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 669575659 888217600 18637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 669575663 888217600 18637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867400 CPUtime=0.17
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 623 0 0 0 16 1 0 0 16 0 9 0 669575663 888217600 18637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 669575663 888217600 18637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 669575663 888217600 18637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 867400

[startup+6.30173 s]
/proc/loadavg: 6.37 6.84 5.25 3/90 25728
/proc/meminfo: memFree=1756960/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867400 CPUtime=5.9
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 19748 0 2 0 575 15 0 0 18 0 9 0 669575630 888217600 19070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216850 19070 2005 9 0 211378 0
[pid=25719/tid=25721] ppid=25717 vsize=867400 CPUtime=5.53
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 15804 0 2 0 542 11 0 0 25 0 9 0 669575644 888217600 19070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867400 CPUtime=0.14
/proc/25719/task/25722/stat : 25722 (java) R 25717 25719 24633 0 -1 64 2596 0 0 0 12 2 0 0 17 0 9 0 669575659 888217600 19070 996147200 134512640 134550740 4294955968 18446744073709551615 102514362 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 7 0 0 0 0 0 0 0 16 0 9 0 669575659 888217600 19070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 669575659 888217600 19070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 669575663 888217600 19070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867400 CPUtime=0.21
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 652 0 0 0 20 1 0 0 15 0 9 0 669575663 888217600 19070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 669575663 888217600 19070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867400 CPUtime=0
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 669575663 888217600 19070 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 867400

[startup+12.7029 s]
/proc/loadavg: 5.70 6.68 5.21 3/90 25732
/proc/meminfo: memFree=1742816/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867724 CPUtime=12.21
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 37019 602 2 0 1189 22 9 1 18 0 9 0 669575630 888549376 22185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216931 22185 2018 9 0 211459 0
[pid=25719/tid=25721] ppid=25717 vsize=867724 CPUtime=11.57
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 27429 602 2 0 1133 14 9 1 25 0 9 0 669575644 888549376 22185 996147200 134512640 134550740 4294955968 18446744073709551615 4127087443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867724 CPUtime=0.43
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 7928 602 0 0 29 4 9 1 16 0 9 0 669575659 888549376 22185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 14 602 0 0 0 0 9 1 17 0 9 0 669575659 888549376 22185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 21 602 0 0 0 0 9 1 16 0 9 0 669575659 888549376 22185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 22185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.37
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 811 602 0 0 26 1 9 1 15 0 9 0 669575663 888549376 22185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 22 0 9 0 669575663 888549376 22185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 7 602 0 0 0 0 9 1 15 0 9 0 669575663 888549376 22185 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 867724

[startup+25.5013 s]
/proc/loadavg: 5.13 6.52 5.18 3/90 25732
/proc/meminfo: memFree=1702752/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867724 CPUtime=24.9
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 52102 602 2 0 2451 29 9 1 18 0 9 0 669575630 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216931 32839 2615 9 0 211459 0
[pid=25719/tid=25721] ppid=25717 vsize=867724 CPUtime=23.88
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 27764 602 2 0 2363 15 9 1 25 0 9 0 669575644 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4127242215 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867724 CPUtime=0.72
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 22552 602 0 0 52 10 9 1 16 0 9 0 669575659 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 14 602 0 0 0 0 9 1 16 0 9 0 669575659 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 35 602 0 0 0 0 9 1 15 0 9 0 669575659 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.45
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 921 602 0 0 34 1 9 1 16 0 9 0 669575663 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 22 0 9 0 669575663 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 7 602 0 0 0 0 9 1 15 0 9 0 669575663 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 867724

[startup+51.102 s]
/proc/loadavg: 3.98 6.14 5.09 4/92 25773
/proc/meminfo: memFree=1813392/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867724 CPUtime=50.29
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 52102 602 2 0 4989 30 9 1 18 0 9 0 669575630 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216931 32839 2615 9 0 211459 0
[pid=25719/tid=25721] ppid=25717 vsize=867724 CPUtime=49.27
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 27764 602 2 0 4901 16 9 1 25 0 9 0 669575644 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4127232339 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867724 CPUtime=0.72
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 22552 602 0 0 52 10 9 1 16 0 9 0 669575659 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 14 602 0 0 0 0 9 1 16 0 9 0 669575659 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 35 602 0 0 0 0 9 1 15 0 9 0 669575659 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.45
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 921 602 0 0 34 1 9 1 16 0 9 0 669575663 888549376 32839 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1

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

/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 35 602 0 0 0 0 9 1 15 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.49
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 947 602 0 0 38 1 9 1 16 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 22 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 7 602 0 0 0 0 9 1 15 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1471.75
Current children cumulated vsize (KiB) 867724

[startup+1542.3 s]
/proc/loadavg: 2.21 2.24 2.78 3/91 25775
/proc/meminfo: memFree=1687824/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867724 CPUtime=1531.28
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 52139 602 2 0 153084 34 9 1 18 0 9 0 669575630 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216931 32866 2615 9 0 211459 0
[pid=25719/tid=25721] ppid=25717 vsize=867724 CPUtime=1530.22
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 27775 602 2 0 152992 20 9 1 25 0 9 0 669575644 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4127040503 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867724 CPUtime=0.72
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 22552 602 0 0 52 10 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 14 602 0 0 0 0 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 35 602 0 0 0 0 9 1 15 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.49
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 947 602 0 0 38 1 9 1 16 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 22 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 7 602 0 0 0 0 9 1 15 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1531.28
Current children cumulated vsize (KiB) 867724

[startup+1602.3 s]
/proc/loadavg: 2.13 2.21 2.73 3/91 25776
/proc/meminfo: memFree=1687824/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867724 CPUtime=1590.82
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 52139 602 2 0 159038 34 9 1 18 0 9 0 669575630 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216931 32866 2615 9 0 211459 0
[pid=25719/tid=25721] ppid=25717 vsize=867724 CPUtime=1589.76
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 27775 602 2 0 158946 20 9 1 25 0 9 0 669575644 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4127242160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867724 CPUtime=0.72
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 22552 602 0 0 52 10 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 14 602 0 0 0 0 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 35 602 0 0 0 0 9 1 15 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.49
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 947 602 0 0 38 1 9 1 16 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 22 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 7 602 0 0 0 0 9 1 15 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.82
Current children cumulated vsize (KiB) 867724

[startup+1662.3 s]
/proc/loadavg: 2.16 2.20 2.69 3/91 25776
/proc/meminfo: memFree=1687760/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867724 CPUtime=1650.35
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 52140 602 2 0 164991 34 9 1 18 0 9 0 669575630 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216931 32866 2615 9 0 211459 0
[pid=25719/tid=25721] ppid=25717 vsize=867724 CPUtime=1649.28
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 27776 602 2 0 164898 20 9 1 25 0 9 0 669575644 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4127238336 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867724 CPUtime=0.72
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 22552 602 0 0 52 10 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 14 602 0 0 0 0 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 35 602 0 0 0 0 9 1 15 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.49
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 947 602 0 0 38 1 9 1 16 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 22 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 7 602 0 0 0 0 9 1 15 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.35
Current children cumulated vsize (KiB) 867724

[startup+1722.3 s]
/proc/loadavg: 2.22 2.21 2.67 3/91 25776
/proc/meminfo: memFree=1687760/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867724 CPUtime=1709.89
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 52140 602 2 0 170944 35 9 1 18 0 9 0 669575630 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216931 32866 2615 9 0 211459 0
[pid=25719/tid=25721] ppid=25717 vsize=867724 CPUtime=1708.82
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 27776 602 2 0 170852 20 9 1 25 0 9 0 669575644 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4127242820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867724 CPUtime=0.72
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 22552 602 0 0 52 10 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 14 602 0 0 0 0 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 35 602 0 0 0 0 9 1 15 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.49
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 947 602 0 0 38 1 9 1 16 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 22 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 7 602 0 0 0 0 9 1 15 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.89
Current children cumulated vsize (KiB) 867724

[startup+1782.3 s]
/proc/loadavg: 2.24 2.21 2.63 4/91 25776
/proc/meminfo: memFree=1687568/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867724 CPUtime=1769.42
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 52140 602 2 0 176897 35 9 1 18 0 9 0 669575630 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216931 32866 2615 9 0 211459 0
[pid=25719/tid=25721] ppid=25717 vsize=867724 CPUtime=1768.35
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 27776 602 2 0 176805 20 9 1 25 0 9 0 669575644 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4127238336 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867724 CPUtime=0.72
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 22552 602 0 0 52 10 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 14 602 0 0 0 0 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 35 602 0 0 0 0 9 1 15 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.49
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 947 602 0 0 38 1 9 1 16 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 22 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 7 602 0 0 0 0 9 1 15 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.42
Current children cumulated vsize (KiB) 867724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.22 2.20 2.62 3/91 25776
/proc/meminfo: memFree=1687568/2055924 swapFree=4177292/4192956
[pid=25719] ppid=25717 vsize=867724 CPUtime=1800.08
/proc/25719/stat : 25719 (java) S 25717 25719 24633 0 -1 0 52140 602 2 0 179963 35 9 1 18 0 9 0 669575630 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25719/statm: 216931 32866 2615 9 0 211459 0
[pid=25719/tid=25721] ppid=25717 vsize=867724 CPUtime=1799.01
/proc/25719/task/25721/stat : 25721 (java) R 25717 25719 24633 0 -1 64 27776 602 2 0 179871 20 9 1 25 0 9 0 669575644 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4127244856 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25722] ppid=25717 vsize=867724 CPUtime=0.72
/proc/25719/task/25722/stat : 25722 (java) S 25717 25719 24633 0 -1 64 22552 602 0 0 52 10 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25723] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25723/stat : 25723 (java) S 25717 25719 24633 0 -1 64 14 602 0 0 0 0 9 1 16 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25724] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25724/stat : 25724 (java) S 25717 25719 24633 0 -1 64 35 602 0 0 0 0 9 1 15 0 9 0 669575659 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25725] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25725/stat : 25725 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 21 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25726] ppid=25717 vsize=867724 CPUtime=0.49
/proc/25719/task/25726/stat : 25726 (java) S 25717 25719 24633 0 -1 64 947 602 0 0 38 1 9 1 16 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25727] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25727/stat : 25727 (java) S 25717 25719 24633 0 -1 64 1 602 0 0 0 0 9 1 22 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25719/tid=25728] ppid=25717 vsize=867724 CPUtime=0.1
/proc/25719/task/25728/stat : 25728 (java) S 25717 25719 24633 0 -1 64 7 602 0 0 0 0 9 1 15 0 9 0 669575663 888549376 32866 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 867724

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): 1813.26
CPU time (s): 1800.15
CPU user time (s): 1799.76
CPU system time (s): 0.386941
CPU usage (%): 99.277
Max. virtual memory (cumulated for all children) (KiB): 867812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.386941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52773
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39142
involuntary context switches= 101096

runsolver used 1.70474 second user time and 5.11322 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-04 04:27:40
IDJOB=1063676
IDBENCH=54827
IDSOLVER=364
FILE ID=node83/1063676-1215138460
PBS_JOBID= 7877318
Free space on /tmp= 66548 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-vtp-base.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-1063676-1215138460/watcher-1063676-1215138460 -o /tmp/evaluation-result-1063676-1215138460/solver-1063676-1215138460 -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-1063676-1215138460.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7a5829c10442f057a00aad0acec30b89
RANDOM SEED=982876417

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1826376 kB
Buffers:          4996 kB
Cached:          37144 kB
SwapCached:       9472 kB
Active:         180412 kB
Inactive:         4696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1826376 kB
SwapTotal:     4192956 kB
SwapFree:      4177292 kB
Dirty:            3312 kB
Writeback:           0 kB
Mapped:         156496 kB
Slab:            29448 kB
Committed_AS:  1838792 kB
PageTables:       2040 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= 66556 MiB
End job on node83 at 2008-07-04 04:57:56