Trace number 1058449

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.11 1817.39

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-20.xml
MD5SUMbe35789960256c589543366605c747b5
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark115.765
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints46582
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension46282
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-1058449-1215115134.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.38/0.46	     nbVariables=700  nbDomainTypes=25  minDomainSize=1  maxDomainSize=45  nbTotalValues=16951
0.38/0.46	       =>  wckTime=0.213  cpuTime=0.14  mem=9M837
0.38/0.46	   
0.38/0.46	   predicates being loaded...
0.48/0.52	   
0.48/0.52	   constraints being loaded...
12.25/12.33	     nbConstraints=46584  nbGlobalConstraints=302  nbSingletonDomainVariables=28  nbConflictsStructures=18
12.25/12.33	     nbSharedConflictsStructures=7371  nbUnbuiltConflictsStructures=273  nbSharedBinaryRepresentations=0
12.25/12.33	     nbEvaluationManagers=291  nbSharedEvaluationManagers=45991  minDegree=202  maxDegree=351  minArity=4  avgArity=4.09
12.25/12.33	     maxArity=20  nbGenerators=2  nbFusions=0  symmetryWckTime=2.418  symmetryCpuTime=0.79
12.25/12.33	       =>  wckTime=12.086  cpuTime=8.87  mem=255M998
13.05/13.16	   
13.05/13.16	   solver IterativeSystematicSolver being built... 
15.91/16.03	   
15.91/16.04	   INFO : Forward propagation technique limited 
16.02/16.12	       =>  wckTime=15.873  cpuTime=10.48  mem=408M796
66.43/67.06	   
66.43/67.06	   INFO : Stopping ESAC
66.43/67.06	   
66.43/67.06	   preprocessing
66.43/67.06	     nbConstraintChecks=53725014  nbValidityChecks=90709646  nbPropagations=11494  nbRevisions=3735724
66.43/67.06	     nbUselessRevisions=3730203  nbSingletonTests=447  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
66.43/67.06	     nbRemovedValues=0  detectedInconsistency=no
66.43/67.06	       =>  wckTime=50.936  cpuTime=50.4  mem=415M973
127.52/128.76	   
127.52/128.76	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=419M52)

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-1058449-1215115134/watcher-1058449-1215115134 -o /tmp/evaluation-result-1058449-1215115134/solver-1058449-1215115134 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1058449-1215115134.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.91 1.96 1.93 3/73 1128
/proc/meminfo: memFree=1464640/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=0 CPUtime=0
/proc/1128/stat : 1128 (java) R 1126 1128 32763 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1990486134 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/1128/statm: 35 3 0 0 0 1 0

[startup+0.00802995 s]
/proc/loadavg: 1.91 1.96 1.93 3/73 1128
/proc/meminfo: memFree=1464640/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=324 CPUtime=0
/proc/1128/stat : 1128 (java) R 1126 1128 32763 0 -1 0 224 0 0 0 0 0 0 0 18 0 1 0 1990486134 331776 44 996147200 134512640 134550740 4294955968 18446744073709551615 1819428 0 0 4096 0 0 0 0 17 0 0 0
/proc/1128/statm: 81 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 324

[startup+0.101056 s]
/proc/loadavg: 1.91 1.96 1.93 3/73 1128
/proc/meminfo: memFree=1464640/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=865884 CPUtime=0.08
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 3696 0 1 0 6 2 0 0 18 0 9 0 1990486134 886665216 3171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 216471 3172 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301097 s]
/proc/loadavg: 1.91 1.96 1.93 3/73 1128
/proc/meminfo: memFree=1464640/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=866284 CPUtime=0.28
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 5889 0 1 0 24 4 0 0 18 0 9 0 1990486134 887074816 5263 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 216571 5263 1954 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701182 s]
/proc/loadavg: 1.91 1.96 1.93 3/73 1128
/proc/meminfo: memFree=1464640/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=867684 CPUtime=0.68
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 9285 0 1 0 61 7 0 0 18 0 9 0 1990486134 888508416 8645 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 216921 8646 2011 9 0 211427 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867684

[startup+1.50234 s]
/proc/loadavg: 1.91 1.96 1.93 3/82 1137
/proc/meminfo: memFree=1418360/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=867596 CPUtime=1.48
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 18483 0 1 0 135 13 0 0 18 0 9 0 1990486134 888418304 17818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 216899 17818 2004 9 0 211427 0
[pid=1128/tid=1130] ppid=1126 vsize=867596 CPUtime=1.23
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 15749 0 1 0 112 11 0 0 25 0 9 0 1990486135 888418304 17818 996147200 134512640 134550740 4294955968 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1131] ppid=1126 vsize=867596 CPUtime=0.05
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 1371 0 0 0 5 0 0 0 16 0 9 0 1990486137 888418304 17818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1132] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990486137 888418304 17818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1133] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990486137 888418304 17818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1134] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1990486139 888418304 17818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=867596 CPUtime=0.16
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 665 0 0 0 16 0 0 0 16 0 9 0 1990486139 888418304 17818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1136] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1990486139 888418304 17818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990486139 888418304 17818 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867596

[startup+3.10286 s]
/proc/loadavg: 1.91 1.96 1.93 3/82 1137
/proc/meminfo: memFree=1389944/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=867596 CPUtime=3.08
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 22735 0 1 0 293 15 0 0 18 0 9 0 1990486134 888418304 22068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 216899 22068 2004 9 0 211427 0
[pid=1128/tid=1130] ppid=1126 vsize=867596 CPUtime=2.61
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 15752 0 1 0 250 11 0 0 25 0 9 0 1990486135 888418304 22068 996147200 134512640 134550740 4294955968 18446744073709551615 4126402989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1131] ppid=1126 vsize=867596 CPUtime=0.27
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 5619 0 0 0 25 2 0 0 17 0 9 0 1990486137 888418304 22068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1132] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990486137 888418304 22068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1133] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990486137 888418304 22068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1134] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1990486139 888418304 22068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=867596 CPUtime=0.16
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 666 0 0 0 16 0 0 0 17 0 9 0 1990486139 888418304 22068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1136] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1990486139 888418304 22068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990486139 888418304 22068 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867596

[startup+6.30235 s]
/proc/loadavg: 1.92 1.96 1.93 4/82 1137
/proc/meminfo: memFree=1339960/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=867600 CPUtime=6.28
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 38976 0 1 0 538 90 0 0 18 0 9 0 1990486134 888422400 38304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 216899 38304 2005 9 0 211427 0
[pid=1128/tid=1130] ppid=1126 vsize=867600 CPUtime=5.25
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 15778 0 1 0 447 78 0 0 25 0 9 0 1990486135 888422400 38304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1131] ppid=1126 vsize=867596 CPUtime=0.75
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 21769 0 0 0 66 9 0 0 17 0 9 0 1990486137 888418304 38304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1132] ppid=1126 vsize=867600 CPUtime=0
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990486137 888422400 38304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1133] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990486137 888418304 38304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1134] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1990486139 888418304 38304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=867596 CPUtime=0.24
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 731 0 0 0 24 0 0 0 15 0 9 0 1990486139 888418304 38304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1136] ppid=1126 vsize=867596 CPUtime=0
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 1990486139 888418304 38304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=867600 CPUtime=0
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990486139 888422400 38304 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 867600

[startup+12.7029 s]
/proc/loadavg: 2.01 1.98 1.94 6/84 1141
/proc/meminfo: memFree=1186208/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=868748 CPUtime=12.64
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 122842 4135 1 0 910 216 131 7 18 0 9 0 1990486134 889597952 69859 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 217187 69859 2066 9 0 211715 0
[pid=1128/tid=1130] ppid=1126 vsize=868748 CPUtime=10.44
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 20633 4135 1 0 723 183 131 7 19 0 9 0 1990486135 889597952 69859 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1126 vsize=868748 CPUtime=3.26
/proc/1128/task/1131/stat : 1131 (java) R 1126 1128 32763 0 -1 64 100428 4135 0 0 159 29 131 7 18 0 9 0 1990486137 889597952 69859 996147200 134512640 134550740 4294955968 18446744073709551615 103735767 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1126 vsize=868748 CPUtime=1.38
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889597952 69859 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1133] ppid=1126 vsize=868748 CPUtime=1.38
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 5 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889597952 69859 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868748 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889597952 69859 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868748 CPUtime=1.65
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 932 4135 0 0 27 0 131 7 15 0 9 0 1990486139 889597952 69859 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868748 CPUtime=1.38
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 4135 0 0 0 0 131 7 25 0 9 0 1990486139 889597952 69859 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=868748 CPUtime=1.38
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 12 4135 0 0 0 0 131 7 15 0 9 0 1990486139 889597952 69859 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 868748

[startup+25.5023 s]
/proc/loadavg: 2.07 2.00 1.94 3/82 1141
/proc/meminfo: memFree=1027624/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=868332 CPUtime=25.32
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 176710 4135 1 0 2155 239 131 7 18 0 9 0 1990486134 889171968 111506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 217083 111506 2637 9 0 211589 0
[pid=1128/tid=1130] ppid=1126 vsize=868332 CPUtime=21.3
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 28904 4135 1 0 1808 184 131 7 25 0 9 0 1990486135 889171968 111506 996147200 134512640 134550740 4294955968 18446744073709551615 4125952048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1126 vsize=868332 CPUtime=4.98
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 145853 4135 0 0 310 50 131 7 17 0 9 0 1990486137 889171968 111506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 16 4135 0 0 0 0 131 7 15 0 9 0 1990486137 889171968 111506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889171968 111506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889171968 111506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868332 CPUtime=1.73
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 1093 4135 0 0 35 0 131 7 15 0 9 0 1990486139 889171968 111506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 4135 0 0 0 0 131 7 25 0 9 0 1990486139 889171968 111506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 12 4135 0 0 0 0 131 7 15 0 9 0 1990486139 889171968 111506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 868332

[startup+51.1019 s]
/proc/loadavg: 2.05 2.00 1.94 4/82 1141
/proc/meminfo: memFree=1027496/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=868332 CPUtime=50.67
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 176715 4135 1 0 4690 239 131 7 18 0 9 0 1990486134 889171968 111508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 217083 111508 2637 9 0 211589 0
[pid=1128/tid=1130] ppid=1126 vsize=868332 CPUtime=46.65
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 28904 4135 1 0 4343 184 131 7 25 0 9 0 1990486135 889171968 111508 996147200 134512640 134550740 4294955968 18446744073709551615 4127339643 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1126 vsize=868332 CPUtime=4.98
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 145853 4135 0 0 310 50 131 7 16 0 9 0 1990486137 889171968 111508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 16 4135 0 0 0 0 131 7 15 0 9 0 1990486137 889171968 111508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889171968 111508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889171968 111508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868332 CPUtime=1.74
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 1098 4135 0 0 36 0 131 7 16 0 9 0 1990486139 889171968 111508 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868332 CPUtime=1.38

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

/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868332 CPUtime=1.84
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 1153 4135 0 0 45 1 131 7 16 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 4135 0 0 0 0 131 7 25 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 12 4135 0 0 0 0 131 7 15 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1527.64
Current children cumulated vsize (KiB) 868332

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1182
/proc/meminfo: memFree=896680/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=868332 CPUtime=1587.07
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 176797 4135 1 0 158328 241 131 7 18 0 9 0 1990486134 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 217083 111551 2637 9 0 211589 0
[pid=1128/tid=1130] ppid=1126 vsize=868332 CPUtime=1582.95
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 28931 4135 1 0 157971 186 131 7 25 0 9 0 1990486135 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4127349237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1126 vsize=868332 CPUtime=4.98
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 145853 4135 0 0 310 50 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 16 4135 0 0 0 0 131 7 15 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868332 CPUtime=1.84
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 1153 4135 0 0 45 1 131 7 16 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 4135 0 0 0 0 131 7 25 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 12 4135 0 0 0 0 131 7 15 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1587.07
Current children cumulated vsize (KiB) 868332

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1182
/proc/meminfo: memFree=896616/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=868332 CPUtime=1646.49
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 176797 4135 1 0 164270 241 131 7 18 0 9 0 1990486134 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 217083 111551 2637 9 0 211589 0
[pid=1128/tid=1130] ppid=1126 vsize=868332 CPUtime=1642.38
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 28931 4135 1 0 163914 186 131 7 25 0 9 0 1990486135 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4126918608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1126 vsize=868332 CPUtime=4.98
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 145853 4135 0 0 310 50 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 16 4135 0 0 0 0 131 7 15 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868332 CPUtime=1.84
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 1153 4135 0 0 45 1 131 7 16 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 4135 0 0 0 0 131 7 25 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 12 4135 0 0 0 0 131 7 15 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1646.49
Current children cumulated vsize (KiB) 868332

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/90 1182
/proc/meminfo: memFree=896616/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=868332 CPUtime=1705.92
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 176797 4135 1 0 170213 241 131 7 18 0 9 0 1990486134 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 217083 111551 2637 9 0 211589 0
[pid=1128/tid=1130] ppid=1126 vsize=868332 CPUtime=1701.8
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 28931 4135 1 0 169856 186 131 7 25 0 9 0 1990486135 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4127345734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1126 vsize=868332 CPUtime=4.98
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 145853 4135 0 0 310 50 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 16 4135 0 0 0 0 131 7 15 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868332 CPUtime=1.84
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 1153 4135 0 0 45 1 131 7 16 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 4135 0 0 0 0 131 7 25 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 12 4135 0 0 0 0 131 7 15 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1705.92
Current children cumulated vsize (KiB) 868332

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 1.96 3/90 1182
/proc/meminfo: memFree=895464/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=868332 CPUtime=1765.35
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 176797 4135 1 0 176156 241 131 7 18 0 9 0 1990486134 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 217083 111551 2637 9 0 211589 0
[pid=1128/tid=1130] ppid=1126 vsize=868332 CPUtime=1761.24
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 28931 4135 1 0 175800 186 131 7 25 0 9 0 1990486135 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4127145576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1126 vsize=868332 CPUtime=4.98
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 145853 4135 0 0 310 50 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 16 4135 0 0 0 0 131 7 15 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868332 CPUtime=1.84
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 1153 4135 0 0 45 1 131 7 16 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 4135 0 0 0 0 131 7 25 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 12 4135 0 0 0 0 131 7 15 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1765.35
Current children cumulated vsize (KiB) 868332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/90 1182
/proc/meminfo: memFree=895272/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=868332 CPUtime=1800.01
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 176797 4135 1 0 179622 241 131 7 18 0 9 0 1990486134 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 217083 111551 2637 9 0 211589 0
[pid=1128/tid=1130] ppid=1126 vsize=868332 CPUtime=1795.91
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 28931 4135 1 0 179266 187 131 7 25 0 9 0 1990486135 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4127349223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1126 vsize=868332 CPUtime=4.98
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 145853 4135 0 0 310 50 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 16 4135 0 0 0 0 131 7 15 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868332 CPUtime=1.84
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 1153 4135 0 0 45 1 131 7 16 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 4135 0 0 0 0 131 7 25 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 12 4135 0 0 0 0 131 7 15 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868332

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

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

[startup+1817.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/90 1182
/proc/meminfo: memFree=895272/2055920 swapFree=4179680/4192956
[pid=1128] ppid=1126 vsize=868332 CPUtime=1800.01
/proc/1128/stat : 1128 (java) S 1126 1128 32763 0 -1 0 176797 4135 1 0 179622 241 131 7 18 0 9 0 1990486134 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1128/statm: 217083 111551 2637 9 0 211589 0
[pid=1128/tid=1130] ppid=1126 vsize=868332 CPUtime=1795.91
/proc/1128/task/1130/stat : 1130 (java) R 1126 1128 32763 0 -1 64 28931 4135 1 0 179266 187 131 7 25 0 9 0 1990486135 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4127349223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1131] ppid=1126 vsize=868332 CPUtime=4.98
/proc/1128/task/1131/stat : 1131 (java) S 1126 1128 32763 0 -1 64 145853 4135 0 0 310 50 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1132] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1132/stat : 1132 (java) S 1126 1128 32763 0 -1 64 16 4135 0 0 0 0 131 7 15 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1133] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1133/stat : 1133 (java) S 1126 1128 32763 0 -1 64 13 4135 0 0 0 0 131 7 16 0 9 0 1990486137 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1134] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1134/stat : 1134 (java) S 1126 1128 32763 0 -1 64 1 4135 0 0 0 0 131 7 24 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1135] ppid=1126 vsize=868332 CPUtime=1.84
/proc/1128/task/1135/stat : 1135 (java) S 1126 1128 32763 0 -1 64 1153 4135 0 0 45 1 131 7 16 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1128/tid=1136] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1136/stat : 1136 (java) S 1126 1128 32763 0 -1 64 2 4135 0 0 0 0 131 7 25 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1128/tid=1137] ppid=1126 vsize=868332 CPUtime=1.38
/proc/1128/task/1137/stat : 1137 (java) S 1126 1128 32763 0 -1 64 12 4135 0 0 0 0 131 7 15 0 9 0 1990486139 889171968 111551 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868332

Child status: 143
Real time (s): 1817.39
CPU time (s): 1800.11
CPU user time (s): 1797.55
CPU system time (s): 2.56161
CPU usage (%): 99.0492
Max. virtual memory (cumulated for all children) (KiB): 893324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.55
system time used= 2.56161
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180962
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= 39081
involuntary context switches= 49054

runsolver used 2.15867 second user time and 6.17506 second system time

The end

Launcher Data (download as text)

Begin job on node54 at 2008-07-03 21:58:55
IDJOB=1058449
IDBENCH=54128
IDSOLVER=364
FILE ID=node54/1058449-1215115134
PBS_JOBID= 7877097
Free space on /tmp= 66536 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-20.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058449-1215115134/watcher-1058449-1215115134 -o /tmp/evaluation-result-1058449-1215115134/solver-1058449-1215115134 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1058449-1215115134.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= be35789960256c589543366605c747b5
RANDOM SEED=101556892

node54.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.279
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.279
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:       1465120 kB
Buffers:         28100 kB
Cached:         403328 kB
SwapCached:       6628 kB
Active:         272200 kB
Inactive:       252708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465120 kB
SwapTotal:     4192956 kB
SwapFree:      4179680 kB
Dirty:            8528 kB
Writeback:           0 kB
Mapped:         100892 kB
Slab:            51024 kB
Committed_AS:  3847284 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node54 at 2008-07-03 22:29:14