Trace number 1058209

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.15 1808.59

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-14.xml
MD5SUM11f6902a1becd1ad9a2f18db7aea4eb7
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.7261
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints33340
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension32990
Global constraints used (with number of constraints)alldifferent(350)

Solver Data (download as text)

0.08/0.10	
0.08/0.10	Abscon 112 (May, 2008)
0.17/0.27	
0.17/0.27	   configuration
0.17/0.27	     name=esac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1058209-1215113504.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.47/0.51	     nbVariables=700  nbDomainTypes=25  minDomainSize=1  maxDomainSize=45  nbTotalValues=16827
0.47/0.51	       =>  wckTime=0.231  cpuTime=0.17  mem=9M837
0.47/0.51	   
0.47/0.51	   predicates being loaded...
0.47/0.57	   
0.47/0.57	   constraints being loaded...
9.78/9.99	     nbConstraints=33343  nbGlobalConstraints=353  nbSingletonDomainVariables=104  nbConflictsStructures=42
9.78/9.99	     nbSharedConflictsStructures=7542  nbUnbuiltConflictsStructures=212  nbSharedBinaryRepresentations=0
9.78/9.99	     nbEvaluationManagers=254  nbSharedEvaluationManagers=32736  minDegree=44  maxDegree=349  minArity=4  avgArity=4.14
9.78/9.99	     maxArity=20  nbGenerators=3  nbFusions=0  symmetryWckTime=1.915  symmetryCpuTime=0.64
9.78/9.99	       =>  wckTime=9.716  cpuTime=7.19  mem=152M225
10.38/10.60	   
10.48/10.60	   solver IterativeSystematicSolver being built... 
12.48/12.69	   
12.48/12.69	   INFO : Forward propagation technique limited 
12.58/12.77	       =>  wckTime=12.497  cpuTime=8.41  mem=292M304
55.57/55.77	   
55.57/55.77	   INFO : Stopping ESAC
55.57/55.78	   
55.57/55.78	   preprocessing
55.57/55.78	     nbConstraintChecks=30180947  nbValidityChecks=112429063  nbPropagations=22586  nbRevisions=6266017
55.57/55.78	     nbUselessRevisions=6262469  nbSingletonTests=750  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
55.57/55.78	     nbRemovedValues=0  detectedInconsistency=no
55.57/55.78	       =>  wckTime=42.999  cpuTime=42.94  mem=297M416
87.66/87.87	   
87.66/87.87	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=299M526)

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-1058209-1215113504/watcher-1058209-1215113504 -o /tmp/evaluation-result-1058209-1215113504/solver-1058209-1215113504 -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-1058209-1215113504.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21221
/proc/meminfo: memFree=1372944/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=18572 CPUtime=0
/proc/21221/stat : 21221 (runsolver) R 21219 21221 19956 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 123020572 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21221/statm: 4643 292 257 25 0 2626 0

[startup+0.0285411 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21221
/proc/meminfo: memFree=1372944/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=860580 CPUtime=0.01
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 1426 0 1 0 0 1 0 0 20 0 2 0 123020572 881233920 1175 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 215145 1175 442 9 0 210124 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 860580

[startup+0.101551 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21221
/proc/meminfo: memFree=1372944/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=865884 CPUtime=0.08
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 3621 0 1 0 6 2 0 0 20 0 9 0 123020572 886665216 3109 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 216471 3109 1666 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301568 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21221
/proc/meminfo: memFree=1372944/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=866204 CPUtime=0.27
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 5529 0 1 0 23 4 0 0 20 0 9 0 123020572 886992896 4952 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 216551 4952 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866204

[startup+0.701612 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 21221
/proc/meminfo: memFree=1372944/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=867680 CPUtime=0.67
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 8514 0 1 0 61 6 0 0 20 0 9 0 123020572 888504320 7874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 216920 7874 2011 9 0 211426 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867680

[startup+1.50269 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 21230
/proc/meminfo: memFree=1332232/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=867592 CPUtime=1.46
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 18477 0 1 0 135 11 0 0 20 0 9 0 123020572 888414208 17812 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 216898 17812 2004 9 0 211426 0
[pid=21221/tid=21223] ppid=21219 vsize=867592 CPUtime=1.21
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 15750 0 1 0 111 10 0 0 25 0 9 0 123020574 888414208 17812 996147200 134512640 134550740 4294955968 18446744073709551615 4126154688 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=867592 CPUtime=0.06
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 1368 0 0 0 6 0 0 0 16 0 9 0 123020576 888414208 17812 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 123020576 888414208 17812 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21226] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 123020576 888414208 17812 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21227] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123020578 888414208 17812 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=867592 CPUtime=0.17
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 662 0 0 0 17 0 0 0 16 0 9 0 123020578 888414208 17812 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123020578 888414208 17812 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123020578 888414208 17812 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867592

[startup+3.10285 s]
/proc/loadavg: 2.08 2.02 2.01 4/89 21230
/proc/meminfo: memFree=1302856/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=867592 CPUtime=3.06
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 22765 0 1 0 291 15 0 0 20 0 9 0 123020572 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 216898 22098 2005 9 0 211426 0
[pid=21221/tid=21223] ppid=21219 vsize=867592 CPUtime=2.55
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 15774 0 1 0 244 11 0 0 25 0 9 0 123020574 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4125960359 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=867592 CPUtime=0.29
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 5616 0 0 0 27 2 0 0 17 0 9 0 123020576 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 123020576 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21226] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 123020576 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21227] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123020578 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=867592 CPUtime=0.19
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 678 0 0 0 19 0 0 0 16 0 9 0 123020578 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123020578 888414208 22098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=867592 CPUtime=0
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123020578 888414208 22098 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) 867592

[startup+6.30118 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 21230
/proc/meminfo: memFree=1251336/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=867596 CPUtime=6.23
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 38136 0 1 0 513 110 0 0 20 0 9 0 123020572 888418304 37465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 216899 37465 2005 9 0 211427 0
[pid=21221/tid=21223] ppid=21219 vsize=867596 CPUtime=5.26
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 15781 0 1 0 428 98 0 0 25 0 9 0 123020574 888418304 37465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=867596 CPUtime=0.68
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 20933 0 0 0 58 10 0 0 17 0 9 0 123020576 888418304 37465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=867596 CPUtime=0
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 123020576 888418304 37465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21226] ppid=21219 vsize=867596 CPUtime=0
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 123020576 888418304 37465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21227] ppid=21219 vsize=867596 CPUtime=0
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123020578 888418304 37465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=867596 CPUtime=0.25
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 725 0 0 0 25 0 0 0 16 0 9 0 123020578 888418304 37465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=867596 CPUtime=0
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 123020578 888418304 37465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=867596 CPUtime=0
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 123020578 888418304 37465 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867596

[startup+12.7028 s]
/proc/loadavg: 2.15 2.03 2.01 3/89 21234
/proc/meminfo: memFree=1087360/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=868328 CPUtime=12.58
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 136500 3097 1 0 969 193 92 4 20 0 9 0 123020572 889167872 85199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 217082 85199 2637 9 0 211588 0
[pid=21221/tid=21223] ppid=21219 vsize=868328 CPUtime=9.5
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 27739 3097 1 0 704 150 92 4 16 0 9 0 123020574 889167872 85199 996147200 134512640 134550740 4294955968 18446744073709551615 102559782 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21224] ppid=21219 vsize=868328 CPUtime=3.66
/proc/21221/task/21224/stat : 21224 (java) R 21219 21221 19956 0 -1 64 106912 3097 0 0 232 38 92 4 25 0 9 0 123020576 889167872 85199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21225] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 20 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21226] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 12 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.28
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 986 3097 0 0 32 0 92 4 16 0 9 0 123020578 889167872 85199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 11 3097 0 0 0 0 92 4 15 0 9 0 123020578 889167872 85199 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868328

[startup+25.5011 s]
/proc/loadavg: 2.12 2.03 2.01 3/89 21234
/proc/meminfo: memFree=1041088/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=868328 CPUtime=25.37
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 136573 3097 1 0 2248 193 92 4 20 0 9 0 123020572 889167872 85246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 217082 85246 2637 9 0 211588 0
[pid=21221/tid=21223] ppid=21219 vsize=868328 CPUtime=22.25
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 27780 3097 1 0 1979 150 92 4 25 0 9 0 123020574 889167872 85246 996147200 134512640 134550740 4294955968 18446744073709551615 4127131048 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21224] ppid=21219 vsize=868328 CPUtime=3.66
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 106912 3097 0 0 232 38 92 4 16 0 9 0 123020576 889167872 85246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21225] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 20 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21226] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 16 3097 0 0 0 0 92 4 16 0 9 0 123020576 889167872 85246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.33
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 1014 3097 0 0 36 1 92 4 16 0 9 0 123020578 889167872 85246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 11 3097 0 0 0 0 92 4 15 0 9 0 123020578 889167872 85246 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 868328

[startup+51.1017 s]
/proc/loadavg: 2.08 2.03 2.01 3/89 21234
/proc/meminfo: memFree=1040896/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=868328 CPUtime=50.97
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 136586 3097 1 0 4807 194 92 4 20 0 9 0 123020572 889167872 85252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 217082 85252 2637 9 0 211588 0
[pid=21221/tid=21223] ppid=21219 vsize=868328 CPUtime=47.84
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 27787 3097 1 0 4537 151 92 4 25 0 9 0 123020574 889167872 85252 996147200 134512640 134550740 4294955968 18446744073709551615 4127319639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21224] ppid=21219 vsize=868328 CPUtime=3.66
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 106912 3097 0 0 232 38 92 4 16 0 9 0 123020576 889167872 85252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21225] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 20 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21226] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 16 3097 0 0 0 0 92 4 16 0 9 0 123020576 889167872 85252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.34
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 1020 3097 0 0 37 1 92 4 16 0 9 0 123020578 889167872 85252 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96

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

/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 16 3097 0 0 0 0 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.42
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 1059 3097 0 0 45 1 92 4 16 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 11 3097 0 0 0 0 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.18
Current children cumulated vsize (KiB) 868328

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 21274
/proc/meminfo: memFree=1165752/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=868328 CPUtime=1594.88
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 136644 3097 1 0 159195 197 92 4 20 0 9 0 123020572 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 217082 85286 2637 9 0 211588 0
[pid=21221/tid=21223] ppid=21219 vsize=868328 CPUtime=1591.67
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 27806 3097 1 0 158917 154 92 4 25 0 9 0 123020574 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4127327243 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=868328 CPUtime=3.66
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 106912 3097 0 0 232 38 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 20 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21226] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 16 3097 0 0 0 0 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.42
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 1059 3097 0 0 45 1 92 4 16 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 11 3097 0 0 0 0 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.88
Current children cumulated vsize (KiB) 868328

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 21274
/proc/meminfo: memFree=1165304/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=868328 CPUtime=1654.58
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 136644 3097 1 0 165165 197 92 4 20 0 9 0 123020572 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 217082 85286 2637 9 0 211588 0
[pid=21221/tid=21223] ppid=21219 vsize=868328 CPUtime=1651.37
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 27806 3097 1 0 164887 154 92 4 25 0 9 0 123020574 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4127340102 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=868328 CPUtime=3.66
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 106912 3097 0 0 232 38 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 20 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21226] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 16 3097 0 0 0 0 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.42
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 1059 3097 0 0 45 1 92 4 16 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 11 3097 0 0 0 0 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.58
Current children cumulated vsize (KiB) 868328

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 21274
/proc/meminfo: memFree=1165304/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=868328 CPUtime=1714.3
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 136644 3097 1 0 171136 198 92 4 20 0 9 0 123020572 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 217082 85286 2637 9 0 211588 0
[pid=21221/tid=21223] ppid=21219 vsize=868328 CPUtime=1711.09
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 27806 3097 1 0 170858 155 92 4 25 0 9 0 123020574 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4127337717 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=868328 CPUtime=3.66
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 106912 3097 0 0 232 38 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 20 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21226] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 16 3097 0 0 0 0 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.42
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 1059 3097 0 0 45 1 92 4 16 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 11 3097 0 0 0 0 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.3
Current children cumulated vsize (KiB) 868328

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 21280
/proc/meminfo: memFree=1164976/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=868328 CPUtime=1773.98
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 136645 3097 1 0 177104 198 92 4 20 0 9 0 123020572 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 217082 85286 2637 9 0 211588 0
[pid=21221/tid=21223] ppid=21219 vsize=868328 CPUtime=1770.77
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 27807 3097 1 0 176826 155 92 4 25 0 9 0 123020574 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4127365978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=868328 CPUtime=3.66
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 106912 3097 0 0 232 38 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 20 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21226] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 16 3097 0 0 0 0 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.42
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 1059 3097 0 0 45 1 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 11 3097 0 0 0 0 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1773.98
Current children cumulated vsize (KiB) 868328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 21280
/proc/meminfo: memFree=1164976/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=868328 CPUtime=1800.05
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 136645 3097 1 0 179711 198 92 4 20 0 9 0 123020572 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 217082 85286 2637 9 0 211588 0
[pid=21221/tid=21223] ppid=21219 vsize=868328 CPUtime=1796.84
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 27807 3097 1 0 179433 155 92 4 25 0 9 0 123020574 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4127344836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=868328 CPUtime=3.66
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 106912 3097 0 0 232 38 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 20 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21226] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 16 3097 0 0 0 0 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.42
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 1059 3097 0 0 45 1 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 11 3097 0 0 0 0 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868328

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

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

[startup+1808.5 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 21280
/proc/meminfo: memFree=1164976/2055920 swapFree=4192812/4192956
[pid=21221] ppid=21219 vsize=868328 CPUtime=1800.05
/proc/21221/stat : 21221 (java) S 21219 21221 19956 0 -1 0 136645 3097 1 0 179711 198 92 4 20 0 9 0 123020572 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/21221/statm: 217082 85286 2637 9 0 211588 0
[pid=21221/tid=21223] ppid=21219 vsize=868328 CPUtime=1796.84
/proc/21221/task/21223/stat : 21223 (java) R 21219 21221 19956 0 -1 64 27807 3097 1 0 179433 155 92 4 25 0 9 0 123020574 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4127344836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21224] ppid=21219 vsize=868328 CPUtime=3.66
/proc/21221/task/21224/stat : 21224 (java) S 21219 21221 19956 0 -1 64 106912 3097 0 0 232 38 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21225] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21225/stat : 21225 (java) S 21219 21221 19956 0 -1 64 20 3097 0 0 0 0 92 4 15 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21226] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21226/stat : 21226 (java) S 21219 21221 19956 0 -1 64 16 3097 0 0 0 0 92 4 16 0 9 0 123020576 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21221/tid=21227] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21227/stat : 21227 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21228] ppid=21219 vsize=868328 CPUtime=1.42
/proc/21221/task/21228/stat : 21228 (java) S 21219 21221 19956 0 -1 64 1059 3097 0 0 45 1 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21229] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21229/stat : 21229 (java) S 21219 21221 19956 0 -1 64 1 3097 0 0 0 0 92 4 25 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21221/tid=21230] ppid=21219 vsize=868328 CPUtime=0.96
/proc/21221/task/21230/stat : 21230 (java) S 21219 21221 19956 0 -1 64 11 3097 0 0 0 0 92 4 15 0 9 0 123020578 889167872 85286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 868328

Child status: 143
Real time (s): 1808.59
CPU time (s): 1800.15
CPU user time (s): 1798.06
CPU system time (s): 2.08668
CPU usage (%): 99.5335
Max. virtual memory (cumulated for all children) (KiB): 886744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.06
system time used= 2.08668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139775
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= 38779
involuntary context switches= 29365

runsolver used 2.29665 second user time and 5.9381 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-03 21:31:44
IDJOB=1058209
IDBENCH=54113
IDSOLVER=364
FILE ID=node27/1058209-1215113504
PBS_JOBID= 7877150
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-14.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-1058209-1215113504/watcher-1058209-1215113504 -o /tmp/evaluation-result-1058209-1215113504/solver-1058209-1215113504 -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-1058209-1215113504.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 11f6902a1becd1ad9a2f18db7aea4eb7
RANDOM SEED=1132890124

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:       1373360 kB
Buffers:         16964 kB
Cached:         314400 kB
SwapCached:          0 kB
Active:         445872 kB
Inactive:       185580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1373360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6736 kB
Writeback:           0 kB
Mapped:         319196 kB
Slab:            36100 kB
Committed_AS:  1056748 kB
PageTables:       2120 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node27 at 2008-07-03 22:01:55