Trace number 1083047

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.14 1816.74

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-7.xml
MD5SUMd0fce622b9724ec444e77d1363782aa5
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1235
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5580
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.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.30	   
0.18/0.30	   instance
0.18/0.30	     name=HOME/instance-1083047-1215224714.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.48	     nbVariables=450  nbDomainTypes=89  minDomainSize=1137  maxDomainSize=1235  nbTotalValues=533094
0.38/0.48	       =>  wckTime=0.227  cpuTime=0.18  mem=19M629
0.38/0.48	   
0.38/0.48	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
20.69/20.96	   
20.69/20.96	   INFO : Stopping converting binary constraints (cpu=20.25, mem = 54M150)
21.96/22.24	     nbConstraints=5595  nbGlobalConstraints=5136  nbConvertedConstraints=117  nbConvertConstraintsChecks=100894663
21.96/22.24	     nbExtensionStructures=72  nbSharedExtensionStructures=45  nbConflictsStructures=72  nbSharedConflictsStructures=45
21.96/22.24	     nbUnbuiltConflictsStructures=143  nbSharedBinaryRepresentations=85901  nbEvaluationManagers=143
21.96/22.24	     nbSharedEvaluationManagers=199  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.96/22.24	     nbFusions=0  symmetryWckTime=1.165  symmetryCpuTime=0.82  nbCliques=15
21.96/22.24	       =>  wckTime=21.98  cpuTime=21.13  mem=43M572
22.15/22.41	   
22.15/22.41	   solver IterativeSystematicSolver being built... 
22.25/22.50	   
22.25/22.50	   INFO : Forward propagation technique limited 
22.34/22.61	       =>  wckTime=22.35  cpuTime=21.3  mem=79M725
45.82/46.36	   
45.82/46.36	   preprocessing
45.82/46.36	     nbConstraintChecks=123329025  nbValidityChecks=636309  nbPropagations=849  nbRevisions=1738
45.82/46.36	     nbUselessRevisions=1156  nbRemovedValues=323484  detectedInconsistency=no
45.82/46.36	       =>  wckTime=23.738  cpuTime=23.43  mem=76M757
53.06/53.68	   
53.06/53.68	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=101, mem=66M506)

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-1083047-1215224714/watcher-1083047-1215224714 -o /tmp/evaluation-result-1083047-1215224714/solver-1083047-1215224714 -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-1083047-1215224714.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.03 2.04 2.00 4/80 28632
/proc/meminfo: memFree=1686184/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=10616 CPUtime=0
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2001446607 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 2654 472 209 9 0 1184 0
[pid=28632/tid=28633] ppid=28630 vsize=10616 CPUtime=0
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2001446608 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 11263960 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0187249 s]
/proc/loadavg: 2.03 2.04 2.00 4/80 28632
/proc/meminfo: memFree=1686184/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=10984 CPUtime=0
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 858 0 1 0 0 0 0 0 18 0 2 0 2001446607 11247616 610 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 2783 627 327 9 0 1198 0
[pid=28632/tid=28633] ppid=28630 vsize=11132 CPUtime=0
/proc/28632/task/28633/stat : 28633 (java) D 28630 28632 25147 0 -1 64 199 0 1 0 0 0 0 0 17 0 2 0 2001446608 11399168 627 996147200 134512640 134550740 4294955968 18446744073709551615 10416932 0 2147483391 0 16784584 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10984

[startup+0.102668 s]
/proc/loadavg: 2.03 2.04 2.00 4/80 28632
/proc/meminfo: memFree=1686184/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=865884 CPUtime=0.08
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 3693 0 1 0 7 1 0 0 18 0 9 0 2001446607 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 216471 3168 1685 9 0 211026 0
[pid=28632/tid=28633] ppid=28630 vsize=865884 CPUtime=0.06
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 2775 0 1 0 6 0 0 0 20 0 9 0 2001446608 886665216 3168 996147200 134512640 134550740 4294955968 18446744073709551615 4125959079 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302689 s]
/proc/loadavg: 2.03 2.04 2.00 4/80 28632
/proc/meminfo: memFree=1686184/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=866284 CPUtime=0.28
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 5780 0 1 0 25 3 0 0 18 0 9 0 2001446607 887074816 5154 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 216571 5154 1951 9 0 211099 0
[pid=28632/tid=28633] ppid=28630 vsize=866284 CPUtime=0.22
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 4808 0 1 0 20 2 0 0 18 0 9 0 2001446608 887074816 5154 996147200 134512640 134550740 4294955968 18446744073709551615 10850889 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702733 s]
/proc/loadavg: 2.03 2.04 2.00 4/80 28632
/proc/meminfo: memFree=1686184/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=867708 CPUtime=0.68
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 11023 0 1 0 62 6 0 0 18 0 9 0 2001446607 888532992 10383 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 216927 10383 2010 9 0 211433 0
[pid=28632/tid=28633] ppid=28630 vsize=867708 CPUtime=0.51
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 9676 0 1 0 46 5 0 0 19 0 9 0 2001446608 888532992 10383 996147200 134512640 134550740 4294955968 18446744073709551615 4126531586 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.50281 s]
/proc/loadavg: 2.03 2.04 2.00 3/89 28641
/proc/meminfo: memFree=1638432/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=867708 CPUtime=1.47
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 14836 0 1 0 139 8 0 0 18 0 9 0 2001446607 888532992 14193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 216927 14193 2014 9 0 211433 0
[pid=28632/tid=28633] ppid=28630 vsize=867708 CPUtime=1.28
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 13468 0 1 0 121 7 0 0 25 0 9 0 2001446608 888532992 14193 996147200 134512640 134550740 4294955968 18446744073709551615 4126880792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28635] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2001446610 888532992 14193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28636] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2001446610 888532992 14193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001446610 888532992 14193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001446612 888532992 14193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=867708 CPUtime=0.17
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 671 0 0 0 17 0 0 0 15 0 9 0 2001446612 888532992 14193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001446612 888532992 14193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001446612 888532992 14193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867708

[startup+3.10198 s]
/proc/loadavg: 2.03 2.04 2.00 3/89 28641
/proc/meminfo: memFree=1635488/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=867708 CPUtime=3.06
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 15791 0 1 0 296 10 0 0 18 0 9 0 2001446607 888532992 15146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 216927 15146 2014 9 0 211433 0
[pid=28632/tid=28633] ppid=28630 vsize=867708 CPUtime=2.85
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 14409 0 1 0 276 9 0 0 25 0 9 0 2001446608 888532992 15146 996147200 134512640 134550740 4294955968 18446744073709551615 4126896334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28635] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 2001446610 888532992 15146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28636] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2001446610 888532992 15146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2001446610 888532992 15146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001446612 888532992 15146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=867708 CPUtime=0.19
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 685 0 0 0 19 0 0 0 15 0 9 0 2001446612 888532992 15146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001446612 888532992 15146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=867708 CPUtime=0
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001446612 888532992 15146 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867708

[startup+6.30132 s]
/proc/loadavg: 2.03 2.04 2.00 3/89 28641
/proc/meminfo: memFree=1627744/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=867620 CPUtime=6.23
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 22049 0 1 0 608 15 0 0 18 0 9 0 2001446607 888442880 21377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 216905 21377 2005 9 0 211433 0
[pid=28632/tid=28633] ppid=28630 vsize=867620 CPUtime=5.89
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 15779 0 1 0 578 11 0 0 25 0 9 0 2001446608 888442880 21377 996147200 134512640 134550740 4294955968 18446744073709551615 4126896409 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28635] ppid=28630 vsize=867620 CPUtime=0.09
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 4877 0 0 0 8 1 0 0 16 0 9 0 2001446610 888442880 21377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28636] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001446610 888442880 21377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001446610 888442880 21377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001446612 888442880 21377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=867620 CPUtime=0.2
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 695 0 0 0 20 0 0 0 16 0 9 0 2001446612 888442880 21377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001446612 888442880 21377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001446612 888442880 21377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867620

[startup+12.702 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 28641
/proc/meminfo: memFree=1607392/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=867620 CPUtime=12.56
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 22066 0 1 0 1238 18 0 0 18 0 9 0 2001446607 888442880 21392 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 216905 21392 2005 9 0 211433 0
[pid=28632/tid=28633] ppid=28630 vsize=867620 CPUtime=12.22
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 15782 0 1 0 1207 15 0 0 25 0 9 0 2001446608 888442880 21392 996147200 134512640 134550740 4294955968 18446744073709551615 4126874977 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28635] ppid=28630 vsize=867620 CPUtime=0.09
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 4877 0 0 0 8 1 0 0 17 0 9 0 2001446610 888442880 21392 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28636] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2001446610 888442880 21392 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001446610 888442880 21392 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001446612 888442880 21392 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=867620 CPUtime=0.22
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 709 0 0 0 22 0 0 0 15 0 9 0 2001446612 888442880 21392 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2001446612 888442880 21392 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=867620 CPUtime=0
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001446612 888442880 21392 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867620

[startup+25.5023 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 28645
/proc/meminfo: memFree=1575520/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=868032 CPUtime=25.22
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 61982 599 1 0 2484 32 5 1 18 0 9 0 2001446607 888864768 29966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 217008 29966 2638 9 0 211514 0
[pid=28632/tid=28633] ppid=28630 vsize=868032 CPUtime=24.4
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 27922 599 1 0 2412 22 5 1 25 0 9 0 2001446608 888864768 29966 996147200 134512640 134550740 4294955968 18446744073709551615 4126457613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28635] ppid=28630 vsize=868032 CPUtime=0.54
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 32291 599 0 0 41 7 5 1 17 0 9 0 2001446610 888864768 29966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28636] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 29966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 17 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 29966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001446612 888864768 29966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=868032 CPUtime=0.37
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 922 599 0 0 30 1 5 1 15 0 9 0 2001446612 888864768 29966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001446612 888864768 29966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 9 599 0 0 0 0 5 1 15 0 9 0 2001446612 888864768 29966 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868032

[startup+51.103 s]
/proc/loadavg: 2.01 2.03 2.00 3/89 28645
/proc/meminfo: memFree=1552224/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=868032 CPUtime=50.58
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 71036 599 1 0 5017 35 5 1 18 0 9 0 2001446607 888864768 35755 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 217008 35755 2638 9 0 211514 0
[pid=28632/tid=28633] ppid=28630 vsize=868032 CPUtime=49.64
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 29733 599 1 0 4936 22 5 1 25 0 9 0 2001446608 888864768 35755 996147200 134512640 134550740 4294955968 18446744073709551615 4127279549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28635] ppid=28630 vsize=868032 CPUtime=0.6

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

/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 24 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=868032 CPUtime=0.47
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 984 599 0 0 40 1 5 1 16 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 10 599 0 0 0 0 5 1 15 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.76
Current children cumulated vsize (KiB) 868032

[startup+1602.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/89 28647
/proc/meminfo: memFree=1549344/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=868032 CPUtime=1587.21
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 72563 599 1 0 158665 50 5 1 18 0 9 0 2001446607 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 217008 36043 2638 9 0 211514 0
[pid=28632/tid=28633] ppid=28630 vsize=868032 CPUtime=1582.31
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 30957 599 1 0 158199 26 5 1 25 0 9 0 2001446608 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4126638104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28635] ppid=28630 vsize=868032 CPUtime=4.5
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 39767 599 0 0 425 19 5 1 16 0 9 0 2001446610 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28636] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 24 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=868032 CPUtime=0.47
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 984 599 0 0 40 1 5 1 16 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 10 599 0 0 0 0 5 1 15 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.21
Current children cumulated vsize (KiB) 868032

[startup+1662.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/89 28647
/proc/meminfo: memFree=1549280/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=868032 CPUtime=1646.64
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 72602 599 1 0 164608 50 5 1 18 0 9 0 2001446607 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 217008 36043 2638 9 0 211514 0
[pid=28632/tid=28633] ppid=28630 vsize=868032 CPUtime=1641.62
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 30996 599 1 0 164130 26 5 1 25 0 9 0 2001446608 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4127225168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28635] ppid=28630 vsize=868032 CPUtime=4.63
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 39767 599 0 0 437 20 5 1 16 0 9 0 2001446610 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28636] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 24 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=868032 CPUtime=0.47
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 984 599 0 0 40 1 5 1 16 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 10 599 0 0 0 0 5 1 15 0 9 0 2001446612 888864768 36043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.64
Current children cumulated vsize (KiB) 868032

[startup+1722.3 s]
/proc/loadavg: 2.31 2.13 2.03 3/89 28647
/proc/meminfo: memFree=1549216/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=868032 CPUtime=1706.08
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 72646 599 1 0 170552 50 5 1 18 0 9 0 2001446607 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 217008 36050 2638 9 0 211514 0
[pid=28632/tid=28633] ppid=28630 vsize=868032 CPUtime=1700.94
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 31033 599 1 0 170062 26 5 1 25 0 9 0 2001446608 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4126878716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28635] ppid=28630 vsize=868032 CPUtime=4.75
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 39774 599 0 0 449 20 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28636] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 24 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=868032 CPUtime=0.47
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 984 599 0 0 40 1 5 1 16 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 10 599 0 0 0 0 5 1 15 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.08
Current children cumulated vsize (KiB) 868032

[startup+1782.3 s]
/proc/loadavg: 2.13 2.13 2.04 3/90 28720
/proc/meminfo: memFree=1624280/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=868032 CPUtime=1765.69
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 72684 599 1 0 176511 52 5 1 18 0 9 0 2001446607 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 217008 36050 2638 9 0 211514 0
[pid=28632/tid=28633] ppid=28630 vsize=868032 CPUtime=1760.43
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 31071 599 1 0 176009 28 5 1 25 0 9 0 2001446608 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4127211328 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28632/tid=28635] ppid=28630 vsize=868032 CPUtime=4.86
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 39774 599 0 0 460 20 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28632/tid=28636] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 24 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=868032 CPUtime=0.47
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 984 599 0 0 40 1 5 1 16 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 10 599 0 0 0 0 5 1 15 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1765.69
Current children cumulated vsize (KiB) 868032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 2.12 2.13 2.04 3/91 28721
/proc/meminfo: memFree=1531856/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=868032 CPUtime=1800.08
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 72711 599 1 0 179949 53 5 1 18 0 9 0 2001446607 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 217008 36050 2638 9 0 211514 0
[pid=28632/tid=28633] ppid=28630 vsize=868032 CPUtime=1794.75
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 31098 599 1 0 179440 29 5 1 25 0 9 0 2001446608 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4127250774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28632/tid=28635] ppid=28630 vsize=868032 CPUtime=4.94
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 39774 599 0 0 468 20 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28632/tid=28636] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 24 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=868032 CPUtime=0.47
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 984 599 0 0 40 1 5 1 16 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 10 599 0 0 0 0 5 1 15 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868032

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

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

[startup+1816.7 s]
/proc/loadavg: 2.12 2.13 2.04 3/91 28721
/proc/meminfo: memFree=1531856/2055920 swapFree=4180056/4192956
[pid=28632] ppid=28630 vsize=868032 CPUtime=1800.08
/proc/28632/stat : 28632 (java) S 28630 28632 25147 0 -1 0 72711 599 1 0 179949 53 5 1 18 0 9 0 2001446607 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28632/statm: 217008 36050 2638 9 0 211514 0
[pid=28632/tid=28633] ppid=28630 vsize=868032 CPUtime=1794.75
/proc/28632/task/28633/stat : 28633 (java) R 28630 28632 25147 0 -1 64 31098 599 1 0 179440 29 5 1 25 0 9 0 2001446608 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4127250774 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28632/tid=28635] ppid=28630 vsize=868032 CPUtime=4.94
/proc/28632/task/28635/stat : 28635 (java) S 28630 28632 25147 0 -1 64 39774 599 0 0 468 20 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28632/tid=28636] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28636/stat : 28636 (java) S 28630 28632 25147 0 -1 64 21 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28637] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28637/stat : 28637 (java) S 28630 28632 25147 0 -1 64 24 599 0 0 0 0 5 1 16 0 9 0 2001446610 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28638] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28638/stat : 28638 (java) S 28630 28632 25147 0 -1 64 1 599 0 0 0 0 5 1 18 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28639] ppid=28630 vsize=868032 CPUtime=0.47
/proc/28632/task/28639/stat : 28639 (java) S 28630 28632 25147 0 -1 64 984 599 0 0 40 1 5 1 16 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28640] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28640/stat : 28640 (java) S 28630 28632 25147 0 -1 64 2 599 0 0 0 0 5 1 19 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28632/tid=28641] ppid=28630 vsize=868032 CPUtime=0.06
/proc/28632/task/28641/stat : 28641 (java) S 28630 28632 25147 0 -1 64 10 599 0 0 0 0 5 1 15 0 9 0 2001446612 888864768 36050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 868032

Child status: 143
Real time (s): 1816.74
CPU time (s): 1800.14
CPU user time (s): 1799.57
CPU system time (s): 0.569913
CPU usage (%): 99.086
Max. virtual memory (cumulated for all children) (KiB): 868032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.569913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73342
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= 47649
involuntary context switches= 88399

runsolver used 2.15767 second user time and 6.12807 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 04:25:14
IDJOB=1083047
IDBENCH=57404
IDSOLVER=363
FILE ID=node7/1083047-1215224714
PBS_JOBID= 7881781
Free space on /tmp= 66516 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-15/normalized-super-js-taillard-15-7.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-1083047-1215224714/watcher-1083047-1215224714 -o /tmp/evaluation-result-1083047-1215224714/solver-1083047-1215224714 -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-1083047-1215224714.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d0fce622b9724ec444e77d1363782aa5
RANDOM SEED=1589311099

node7.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:       1686664 kB
Buffers:         37100 kB
Cached:         178760 kB
SwapCached:       7384 kB
Active:         243152 kB
Inactive:        72684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686664 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            2784 kB
Writeback:           0 kB
Mapped:         113208 kB
Slab:            38596 kB
Committed_AS:  4283660 kB
PageTables:       2032 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= 66520 MiB
End job on node7 at 2008-07-05 04:55:33