Trace number 1083194

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 1812.28

General information on the benchmark

Namecsp/super-js/super-js-taillard-15/
normalized-super-js-taillard-15-20.xml
MD5SUM303cb267479eea95161f15c5bcd9c03a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark150.792
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Maximum constraint arity2
Maximum domain size1334
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.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1083194-1215225837.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.34	   
0.27/0.34	   variables being loaded...
0.37/0.46	     nbVariables=450  nbDomainTypes=93  minDomainSize=1236  maxDomainSize=1334  nbTotalValues=578038
0.37/0.46	       =>  wckTime=0.208  cpuTime=0.16  mem=20M588
0.37/0.46	   
0.37/0.46	   predicates being loaded...
0.47/0.52	   
0.47/0.52	   constraints being loaded...
20.58/20.70	   
20.58/20.70	   INFO : Stopping converting binary constraints (cpu=20.07, mem = 58M389)
21.76/21.93	     nbConstraints=5595  nbGlobalConstraints=5118  nbConvertedConstraints=119  nbConvertConstraintsChecks=111460741
21.76/21.93	     nbExtensionStructures=68  nbSharedExtensionStructures=51  nbConflictsStructures=68  nbSharedConflictsStructures=51
21.76/21.93	     nbUnbuiltConflictsStructures=149  nbSharedBinaryRepresentations=85516  nbEvaluationManagers=149
21.76/21.93	     nbSharedEvaluationManagers=209  minDegree=16  maxDegree=34  minArity=2  avgArity=2.04  maxArity=16  nbGenerators=0
21.76/21.93	     nbFusions=0  symmetryWckTime=1.122  symmetryCpuTime=0.81  nbCliques=15
21.76/21.93	       =>  wckTime=21.683  cpuTime=20.96  mem=49M828
21.95/22.12	   
21.95/22.12	   solver IterativeSystematicSolver being built... 
22.05/22.21	   
22.05/22.21	   INFO : Forward propagation technique limited 
22.15/22.32	       =>  wckTime=22.065  cpuTime=21.13  mem=83M657
48.22/48.58	   
48.22/48.58	   preprocessing
48.22/48.58	     nbConstraintChecks=152536374  nbValidityChecks=973468  nbPropagations=1025  nbRevisions=2127
48.22/48.58	     nbUselessRevisions=1452  nbRemovedValues=317968  detectedInconsistency=no
48.22/48.58	       =>  wckTime=26.238  cpuTime=26.02  mem=79M231
57.77/58.10	   
57.77/58.10	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=101, mem=91M890)

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-1083194-1215225837/watcher-1083194-1215225837 -o /tmp/evaluation-result-1083194-1215225837/solver-1083194-1215225837 -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-1083194-1215225837.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: 1.92 1.98 1.99 4/82 1972
/proc/meminfo: memFree=888232/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=18572 CPUtime=0
/proc/1972/stat : 1972 (runsolver) R 1970 1972 31749 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 634830917 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 270187162919 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/1972/statm: 4643 292 257 25 0 2626 0

[startup+0.00972494 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 1972
/proc/meminfo: memFree=888232/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=1616 CPUtime=0
/proc/1972/stat : 1972 (java) D 1970 1972 31749 0 -1 0 177 0 0 0 0 0 0 0 20 0 1 0 634830917 1654784 145 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099855350 0 0 17 0 0 0
/proc/1972/statm: 404 145 119 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.102739 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 1972
/proc/meminfo: memFree=888232/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=865884 CPUtime=0.07
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 3692 0 1 0 6 1 0 0 20 0 9 0 634830917 886665216 3167 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 216471 3167 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301764 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 1972
/proc/meminfo: memFree=888232/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=866284 CPUtime=0.27
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 5872 0 1 0 24 3 0 0 20 0 9 0 634830917 887074816 5246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 216571 5246 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866284

[startup+0.701809 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 1972
/proc/meminfo: memFree=888232/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=867708 CPUtime=0.68
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 11693 0 1 0 62 6 0 0 20 0 9 0 634830917 888532992 11053 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 216927 11053 2010 9 0 211433 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867708

[startup+1.5029 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 1982
/proc/meminfo: memFree=839584/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=867708 CPUtime=1.47
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 15097 0 1 0 139 8 0 0 20 0 9 0 634830917 888532992 14454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 216927 14454 2014 9 0 211433 0
[pid=1972/tid=1974] ppid=1970 vsize=867708 CPUtime=1.28
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 13729 0 1 0 121 7 0 0 25 0 9 0 634830919 888532992 14454 996147200 134512640 134550740 4294955968 18446744073709551615 4126648216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 634830920 888532992 14454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 634830920 888532992 14454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 634830920 888532992 14454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634830922 888532992 14454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=867708 CPUtime=0.17
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 671 0 0 0 17 0 0 0 16 0 9 0 634830922 888532992 14454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634830922 888532992 14454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634830922 888532992 14454 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867708

[startup+3.10108 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 1982
/proc/meminfo: memFree=836576/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=867708 CPUtime=3.06
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 16110 0 1 0 297 9 0 0 20 0 9 0 634830917 888532992 15465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 216927 15465 2014 9 0 211433 0
[pid=1972/tid=1974] ppid=1970 vsize=867708 CPUtime=2.86
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 14728 0 1 0 278 8 0 0 25 0 9 0 634830919 888532992 15465 996147200 134512640 134550740 4294955968 18446744073709551615 4126896599 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 634830920 888532992 15465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 634830920 888532992 15465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 634830920 888532992 15465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634830922 888532992 15465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=867708 CPUtime=0.18
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 685 0 0 0 18 0 0 0 16 0 9 0 634830922 888532992 15465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634830922 888532992 15465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=867708 CPUtime=0
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634830922 888532992 15465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867708

[startup+6.30145 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 1982
/proc/meminfo: memFree=809440/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=867620 CPUtime=6.25
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 22178 0 1 0 612 13 0 0 20 0 9 0 634830917 888442880 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 216905 21507 2005 9 0 211433 0
[pid=1972/tid=1974] ppid=1970 vsize=867620 CPUtime=5.93
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 15778 0 1 0 583 10 0 0 25 0 9 0 634830919 888442880 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4126877432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=867620 CPUtime=0.09
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 5010 0 0 0 8 1 0 0 16 0 9 0 634830920 888442880 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 634830920 888442880 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634830920 888442880 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634830922 888442880 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=867620 CPUtime=0.2
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 694 0 0 0 20 0 0 0 16 0 9 0 634830922 888442880 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634830922 888442880 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634830922 888442880 21507 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867620

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 1982
/proc/meminfo: memFree=809312/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=867620 CPUtime=12.61
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 22193 0 1 0 1244 17 0 0 20 0 9 0 634830917 888442880 21521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 216905 21521 2005 9 0 211433 0
[pid=1972/tid=1974] ppid=1970 vsize=867620 CPUtime=12.26
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 15780 0 1 0 1212 14 0 0 25 0 9 0 634830919 888442880 21521 996147200 134512640 134550740 4294955968 18446744073709551615 4126959735 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=867620 CPUtime=0.09
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 5010 0 0 0 8 1 0 0 17 0 9 0 634830920 888442880 21521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 634830920 888442880 21521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 634830920 888442880 21521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634830922 888442880 21521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=867620 CPUtime=0.22
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 707 0 0 0 22 0 0 0 15 0 9 0 634830922 888442880 21521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 634830922 888442880 21521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=867620 CPUtime=0
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 634830922 888442880 21521 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867620

[startup+25.5027 s]
/proc/loadavg: 1.95 1.98 1.99 3/91 1987
/proc/meminfo: memFree=775456/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=868032 CPUtime=25.33
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 53332 600 1 0 2495 32 5 1 20 0 9 0 634830917 888864768 30608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 217008 30608 2638 9 0 211514 0
[pid=1972/tid=1974] ppid=1970 vsize=868032 CPUtime=24.52
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 28439 600 1 0 2423 23 5 1 25 0 9 0 634830919 888864768 30608 996147200 134512640 134550740 4294955968 18446744073709551615 4126877348 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=868032 CPUtime=0.53
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 23122 600 0 0 40 7 5 1 17 0 9 0 634830920 888864768 30608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 17 600 0 0 0 0 5 1 17 0 9 0 634830920 888864768 30608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 15 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 30608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 30608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=868032 CPUtime=0.37
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 920 600 0 0 31 0 5 1 15 0 9 0 634830922 888864768 30608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 30608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1982/stat : 1982 (java) R 1970 1972 31749 0 -1 64 6 600 0 0 0 0 5 1 15 0 9 0 634830922 888864768 30608 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 868032

[startup+51.1026 s]
/proc/loadavg: 1.96 1.98 1.99 3/91 1987
/proc/meminfo: memFree=756000/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=868032 CPUtime=50.81
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 60942 600 1 0 5040 35 5 1 20 0 9 0 634830917 888864768 35453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 217008 35453 2638 9 0 211514 0
[pid=1972/tid=1974] ppid=1970 vsize=868032 CPUtime=49.91
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 29881 600 1 0 4962 23 5 1 25 0 9 0 634830919 888864768 35453 996147200 134512640 134550740 4294955968 18446744073709551615 4127285401 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=868032 CPUtime=0.58
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 29259 600 0 0 43 9 5 1 17 0 9 0 634830920 888864768 35453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 35453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 35453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 35453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=868032 CPUtime=0.4
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 943 600 0 0 34 0 5 1 15 0 9 0 634830922 888864768 35453 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=868032 CPUtime=0.06

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

/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=868032 CPUtime=0.46
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 988 600 0 0 40 0 5 1 16 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 7 600 0 0 0 0 5 1 15 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.26
Current children cumulated vsize (KiB) 868032

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2092
/proc/meminfo: memFree=856040/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=868032 CPUtime=1532.69
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 63285 600 1 0 153221 42 5 1 20 0 9 0 634830917 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 217008 37247 2638 9 0 211514 0
[pid=1972/tid=1974] ppid=1970 vsize=868032 CPUtime=1530.99
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 30248 600 1 0 153065 28 5 1 25 0 9 0 634830919 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4126959728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=868032 CPUtime=1.32
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 31190 600 0 0 115 11 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=868032 CPUtime=0.46
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 988 600 0 0 40 0 5 1 16 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 7 600 0 0 0 0 5 1 15 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.69
Current children cumulated vsize (KiB) 868032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2092
/proc/meminfo: memFree=855976/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=868032 CPUtime=1592.14
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 63300 600 1 0 159165 43 5 1 20 0 9 0 634830917 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 217008 37247 2638 9 0 211514 0
[pid=1972/tid=1974] ppid=1970 vsize=868032 CPUtime=1590.4
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 30263 600 1 0 159006 28 5 1 25 0 9 0 634830919 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4126959239 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=868032 CPUtime=1.34
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 31190 600 0 0 117 11 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=868032 CPUtime=0.46
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 988 600 0 0 40 0 5 1 16 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 7 600 0 0 0 0 5 1 15 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.14
Current children cumulated vsize (KiB) 868032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2092
/proc/meminfo: memFree=855976/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=868032 CPUtime=1651.56
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 63314 600 1 0 165107 43 5 1 20 0 9 0 634830917 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 217008 37247 2638 9 0 211514 0
[pid=1972/tid=1974] ppid=1970 vsize=868032 CPUtime=1649.8
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 30277 600 1 0 164946 28 5 1 25 0 9 0 634830919 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4126874971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=868032 CPUtime=1.37
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 31190 600 0 0 120 11 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=868032 CPUtime=0.46
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 988 600 0 0 40 0 5 1 16 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 7 600 0 0 0 0 5 1 15 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.56
Current children cumulated vsize (KiB) 868032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2092
/proc/meminfo: memFree=855912/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=868032 CPUtime=1711
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 63322 600 1 0 171051 43 5 1 20 0 9 0 634830917 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 217008 37247 2638 9 0 211514 0
[pid=1972/tid=1974] ppid=1970 vsize=868032 CPUtime=1709.22
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 30285 600 1 0 170888 28 5 1 25 0 9 0 634830919 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4127100223 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=868032 CPUtime=1.38
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 31190 600 0 0 121 11 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=868032 CPUtime=0.46
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 988 600 0 0 40 0 5 1 16 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 7 600 0 0 0 0 5 1 15 0 9 0 634830922 888864768 37247 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711
Current children cumulated vsize (KiB) 868032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2092
/proc/meminfo: memFree=855848/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=868032 CPUtime=1770.43
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 63340 600 1 0 176994 43 5 1 20 0 9 0 634830917 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 217008 37255 2638 9 0 211514 0
[pid=1972/tid=1974] ppid=1970 vsize=868032 CPUtime=1768.63
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 30295 600 1 0 176829 28 5 1 25 0 9 0 634830919 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4126959728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=868032 CPUtime=1.4
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 31198 600 0 0 123 11 5 1 16 0 9 0 634830920 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=868032 CPUtime=0.46
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 988 600 0 0 40 0 5 1 16 0 9 0 634830922 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 7 600 0 0 0 0 5 1 15 0 9 0 634830922 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.43
Current children cumulated vsize (KiB) 868032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 2092
/proc/meminfo: memFree=855848/2055920 swapFree=4179952/4192956
[pid=1972] ppid=1970 vsize=868032 CPUtime=1800.05
/proc/1972/stat : 1972 (java) S 1970 1972 31749 0 -1 0 63348 600 1 0 179956 43 5 1 20 0 9 0 634830917 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1972/statm: 217008 37255 2638 9 0 211514 0
[pid=1972/tid=1974] ppid=1970 vsize=868032 CPUtime=1798.24
/proc/1972/task/1974/stat : 1974 (java) R 1970 1972 31749 0 -1 64 30303 600 1 0 179790 28 5 1 25 0 9 0 634830919 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4127211621 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1975] ppid=1970 vsize=868032 CPUtime=1.42
/proc/1972/task/1975/stat : 1975 (java) S 1970 1972 31749 0 -1 64 31198 600 0 0 125 11 5 1 16 0 9 0 634830920 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1977] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1977/stat : 1977 (java) S 1970 1972 31749 0 -1 64 17 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1978] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1978/stat : 1978 (java) S 1970 1972 31749 0 -1 64 22 600 0 0 0 0 5 1 16 0 9 0 634830920 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1979] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1979/stat : 1979 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1980] ppid=1970 vsize=868032 CPUtime=0.46
/proc/1972/task/1980/stat : 1980 (java) S 1970 1972 31749 0 -1 64 988 600 0 0 40 0 5 1 16 0 9 0 634830922 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1981] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1981/stat : 1981 (java) S 1970 1972 31749 0 -1 64 1 600 0 0 0 0 5 1 25 0 9 0 634830922 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1972/tid=1982] ppid=1970 vsize=868032 CPUtime=0.06
/proc/1972/task/1982/stat : 1982 (java) S 1970 1972 31749 0 -1 64 7 600 0 0 0 0 5 1 15 0 9 0 634830922 888864768 37255 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
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

Child status: 143
Real time (s): 1812.28
CPU time (s): 1800.14
CPU user time (s): 1799.67
CPU system time (s): 0.474927
CPU usage (%): 99.3302
Max. virtual memory (cumulated for all children) (KiB): 868032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.474927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63980
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= 41409
involuntary context switches= 70738

runsolver used 2.24566 second user time and 5.98509 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 04:43:57
IDJOB=1083194
IDBENCH=57426
IDSOLVER=363
FILE ID=node88/1083194-1215225837
PBS_JOBID= 7881763
Free space on /tmp= 66496 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 303cb267479eea95161f15c5bcd9c03a
RANDOM SEED=1671055773

node88.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.232
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.232
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:      2055920 kB
MemFree:        888648 kB
Buffers:         20004 kB
Cached:         794304 kB
SwapCached:       7404 kB
Active:         370488 kB
Inactive:       744924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        888648 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            2732 kB
Writeback:           0 kB
Mapped:         316884 kB
Slab:            36348 kB
Committed_AS:  1507952 kB
PageTables:       2488 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= 66492 MiB
End job on node88 at 2008-07-05 05:14:11