Trace number 1058858

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.07 1804.25

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-18_ext.xml
MD5SUM50cb290946b949c13ae47b53f318496d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.17/0.22	
0.17/0.22	   configuration
0.17/0.22	     name=esac.xml
0.27/0.30	   
0.27/0.30	   instance
0.27/0.30	     name=HOME/instance-1058858-1215118663.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.34	   
0.27/0.34	   variables being loaded...
0.27/0.36	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=784
0.27/0.36	       =>  wckTime=0.134  cpuTime=0.11  mem=7M919
0.27/0.36	   
0.27/0.36	   relations being loaded...
1.34/1.65	   
1.34/1.65	   constraints being loaded...
2.13/2.46	     nbConstraints=91  nbRelationTypes=93  nbGlobalConstraints=91  nbMergedConstraints=2  nbExtensionStructures=91
2.13/2.46	     nbSharedExtensionStructures=0  nbConflictsStructures=91  nbSharedConflictsStructures=0
2.13/2.46	     nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=18  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
2.13/2.46	     symmetryWckTime=0.052  symmetryCpuTime=0.02
2.13/2.46	       =>  wckTime=2.231  cpuTime=1.55  mem=60M916
2.31/2.68	   
2.31/2.69	   solver IterativeSystematicSolver being built... 
2.42/2.76	   
2.42/2.76	   INFO : Forward propagation technique limited 
2.52/2.83	       =>  wckTime=2.598  cpuTime=1.67  mem=64M494
2.92/3.22	   
2.92/3.22	   preprocessing
2.92/3.22	     nbConstraintChecks=0  nbValidityChecks=5693483  nbPropagations=268  nbRevisions=0  nbUselessRevisions=0
2.92/3.22	     nbSingletonTests=39  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
2.92/3.22	     detectedInconsistency=no
2.92/3.22	       =>  wckTime=0.394  cpuTime=0.36  mem=64M494
4.51/4.81	   
4.51/4.81	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=65M504)

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-1058858-1215118663/watcher-1058858-1215118663 -o /tmp/evaluation-result-1058858-1215118663/solver-1058858-1215118663 -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-1058858-1215118663.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.99 2.01 2.04 3/91 21226
/proc/meminfo: memFree=1147580/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=18572 CPUtime=0
/proc/21226/stat : 21226 (runsolver) R 21224 21226 20509 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 667592944 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 256364834087 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21226/statm: 4643 292 257 25 0 2626 0

[startup+0.0442001 s]
/proc/loadavg: 1.99 2.01 2.04 3/91 21226
/proc/meminfo: memFree=1147580/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=861876 CPUtime=0.02
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 2249 0 1 0 1 1 0 0 18 0 5 0 667592944 882561024 1860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 215469 1860 854 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101917 s]
/proc/loadavg: 1.99 2.01 2.04 3/91 21226
/proc/meminfo: memFree=1147580/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=866908 CPUtime=0.08
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 3786 0 1 0 6 2 0 0 18 0 9 0 667592944 887713792 3237 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 216727 3237 1716 9 0 211282 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866908

[startup+0.301935 s]
/proc/loadavg: 1.99 2.01 2.04 3/91 21226
/proc/meminfo: memFree=1147580/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=867300 CPUtime=0.27
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 5754 0 1 0 23 4 0 0 18 0 9 0 667592944 888115200 5131 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 216825 5131 1948 9 0 211353 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 867300

[startup+0.702984 s]
/proc/loadavg: 1.99 2.01 2.04 3/91 21226
/proc/meminfo: memFree=1147580/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=867432 CPUtime=0.67
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 13543 0 1 0 59 8 0 0 18 0 9 0 667592944 888250368 12913 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 216858 12913 1969 9 0 211386 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867432

[startup+1.50207 s]
/proc/loadavg: 1.99 2.01 2.04 3/100 21235
/proc/meminfo: memFree=1094964/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=867564 CPUtime=1.24
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 19348 0 1 0 111 13 0 0 18 0 9 0 667592944 888385536 18715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 216891 18715 1983 9 0 211419 0
[pid=21226/tid=21228] ppid=21224 vsize=867564 CPUtime=1.08
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 15656 0 1 0 97 11 0 0 25 0 9 0 667592946 888385536 18715 996147200 134512640 134550740 4294955968 18446744073709551615 4126419061 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21229] ppid=21224 vsize=867564 CPUtime=0.07
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 2666 0 0 0 6 1 0 0 16 0 9 0 667592947 888385536 18715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21230] ppid=21224 vsize=867564 CPUtime=0
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 667592947 888385536 18715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21231] ppid=21224 vsize=867564 CPUtime=0
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 667592947 888385536 18715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21232] ppid=21224 vsize=867564 CPUtime=0
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 667592949 888385536 18715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=867564 CPUtime=0.06
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 328 0 0 0 6 0 0 0 16 0 9 0 667592949 888385536 18715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21234] ppid=21224 vsize=867564 CPUtime=0
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 667592949 888385536 18715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=867564 CPUtime=0
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 667592949 888385536 18715 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 867564

[startup+3.10123 s]
/proc/loadavg: 1.99 2.01 2.04 4/100 21235
/proc/meminfo: memFree=1056756/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868300 CPUtime=2.82
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 46289 276 1 0 257 24 0 1 18 0 9 0 667592944 889139200 31250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217075 31250 2633 9 0 211581 0
[pid=21226/tid=21228] ppid=21224 vsize=868300 CPUtime=2.12
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 19641 276 1 0 199 12 0 1 25 0 9 0 667592946 889139200 31250 996147200 134512640 134550740 4294955968 18446744073709551615 4126825333 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868300 CPUtime=0.5
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 40 9 0 1 18 0 9 0 667592947 889139200 31250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868300 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889139200 31250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868300 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889139200 31250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868300 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889139200 31250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868300 CPUtime=0.18
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 545 276 0 0 16 1 0 1 16 0 9 0 667592949 889139200 31250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868300 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889139200 31250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868300 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889139200 31250 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 868300

[startup+6.30256 s]
/proc/loadavg: 2.15 2.04 2.05 3/100 21239
/proc/meminfo: memFree=1031916/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=6
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 46470 276 1 0 575 24 0 1 18 0 9 0 667592944 889270272 31278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31278 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=5.27
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 19798 276 1 0 514 12 0 1 17 0 9 0 667592946 889270272 31278 996147200 134512640 134550740 4294955968 18446744073709551615 4126825906 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.5
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 40 9 0 1 16 0 9 0 667592947 889270272 31278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.22
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 569 276 0 0 20 1 0 1 15 0 9 0 667592949 889270272 31278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31278 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 868428

[startup+12.7012 s]
/proc/loadavg: 2.38 2.09 2.06 3/100 21239
/proc/meminfo: memFree=1031724/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=11.54
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 46494 276 1 0 1128 25 0 1 18 0 9 0 667592944 889270272 31288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31288 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=10.76
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 19808 276 1 0 1062 13 0 1 25 0 9 0 667592946 889270272 31288 996147200 134512640 134550740 4294955968 18446744073709551615 4126825484 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.52
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 42 9 0 1 17 0 9 0 667592947 889270272 31288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.24
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 583 276 0 0 22 1 0 1 16 0 9 0 667592949 889270272 31288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.54
Current children cumulated vsize (KiB) 868428

[startup+25.5026 s]
/proc/loadavg: 2.43 2.12 2.07 3/100 21239
/proc/meminfo: memFree=1031732/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=24.28
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 46525 276 1 0 2402 25 0 1 18 0 9 0 667592944 889270272 31293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31293 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=23.49
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 19832 276 1 0 2335 13 0 1 25 0 9 0 667592946 889270272 31293 996147200 134512640 134550740 4294955968 18446744073709551615 4126825474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.52
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 42 9 0 1 16 0 9 0 667592947 889270272 31293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.25
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 590 276 0 0 23 1 0 1 16 0 9 0 667592949 889270272 31293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31293 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 868428

[startup+51.1022 s]
/proc/loadavg: 2.28 2.11 2.07 4/100 21239
/proc/meminfo: memFree=1031860/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=49.74
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 46563 276 1 0 4948 25 0 1 18 0 9 0 667592944 889270272 31294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31294 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=48.95
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 19867 276 1 0 4881 13 0 1 25 0 9 0 667592946 889270272 31294 996147200 134512640 134550740 4294955968 18446744073709551615 4126871651 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.52
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 42 9 0 1 16 0 9 0 667592947 889270272 31294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.25
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 593 276 0 0 23 1 0 1 16 0 9 0 667592949 889270272 31294 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01

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

/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.26
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 598 276 0 0 24 1 0 1 16 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.21
Current children cumulated vsize (KiB) 868428

[startup+1602.3 s]
/proc/loadavg: 2.19 2.08 2.01 3/97 21289
/proc/meminfo: memFree=1377812/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=1598.19
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 49140 276 1 0 159786 32 0 1 18 0 9 0 667592944 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31297 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=1597.37
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 22439 276 1 0 159717 19 0 1 25 0 9 0 667592946 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4126825474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.52
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 42 9 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.26
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 598 276 0 0 24 1 0 1 16 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.19
Current children cumulated vsize (KiB) 868428

[startup+1662.3 s]
/proc/loadavg: 2.36 2.14 2.04 3/97 21289
/proc/meminfo: memFree=1377748/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=1658.16
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 49253 276 1 0 165783 32 0 1 18 0 9 0 667592944 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31297 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=1657.35
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 22552 276 1 0 165715 19 0 1 25 0 9 0 667592946 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4126825291 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.52
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 42 9 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.26
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 598 276 0 0 24 1 0 1 16 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.16
Current children cumulated vsize (KiB) 868428

[startup+1722.3 s]
/proc/loadavg: 2.28 2.16 2.05 3/97 21289
/proc/meminfo: memFree=1377684/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=1718.13
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 49363 276 1 0 171780 32 0 1 18 0 9 0 667592944 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31297 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=1717.32
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 22662 276 1 0 171712 19 0 1 25 0 9 0 667592946 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4126825474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.52
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 42 9 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.26
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 598 276 0 0 24 1 0 1 16 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.13
Current children cumulated vsize (KiB) 868428

[startup+1782.31 s]
/proc/loadavg: 2.10 2.13 2.04 3/97 21289
/proc/meminfo: memFree=1377684/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=1778.12
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 49469 276 1 0 177779 32 0 1 18 0 9 0 667592944 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31297 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=1777.3
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 22768 276 1 0 177710 19 0 1 25 0 9 0 667592946 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4126825480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.52
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 42 9 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.26
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 598 276 0 0 24 1 0 1 16 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.12
Current children cumulated vsize (KiB) 868428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.2 s]
/proc/loadavg: 2.06 2.11 2.04 3/97 21289
/proc/meminfo: memFree=1377684/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=1800.01
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 49508 276 1 0 179968 32 0 1 18 0 9 0 667592944 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31297 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=1799.2
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 22807 276 1 0 179900 19 0 1 25 0 9 0 667592946 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.52
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 42 9 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.26
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 598 276 0 0 24 1 0 1 16 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868428

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

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

[startup+1804.2 s]
/proc/loadavg: 2.06 2.11 2.04 3/97 21289
/proc/meminfo: memFree=1377684/2055920 swapFree=4025352/4192956
[pid=21226] ppid=21224 vsize=868428 CPUtime=1800.01
/proc/21226/stat : 21226 (java) S 21224 21226 20509 0 -1 0 49508 276 1 0 179968 32 0 1 18 0 9 0 667592944 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21226/statm: 217107 31297 2634 9 0 211613 0
[pid=21226/tid=21228] ppid=21224 vsize=868428 CPUtime=1799.2
/proc/21226/task/21228/stat : 21228 (java) R 21224 21226 20509 0 -1 64 22807 276 1 0 179900 19 0 1 25 0 9 0 667592946 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4126095725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21229] ppid=21224 vsize=868428 CPUtime=0.52
/proc/21226/task/21229/stat : 21229 (java) S 21224 21226 20509 0 -1 64 25257 276 0 0 42 9 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21230] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21230/stat : 21230 (java) S 21224 21226 20509 0 -1 64 19 276 0 0 0 0 0 1 17 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21231] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21231/stat : 21231 (java) S 21224 21226 20509 0 -1 64 8 276 0 0 0 0 0 1 16 0 9 0 667592947 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21232] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21232/stat : 21232 (java) S 21224 21226 20509 0 -1 64 0 276 0 0 0 0 0 1 18 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21233] ppid=21224 vsize=868428 CPUtime=0.26
/proc/21226/task/21233/stat : 21233 (java) S 21224 21226 20509 0 -1 64 598 276 0 0 24 1 0 1 16 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21226/tid=21234] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21234/stat : 21234 (java) S 21224 21226 20509 0 -1 64 2 276 0 0 0 0 0 1 19 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21226/tid=21235] ppid=21224 vsize=868428 CPUtime=0.01
/proc/21226/task/21235/stat : 21235 (java) S 21224 21226 20509 0 -1 64 5 276 0 0 0 0 0 1 15 0 9 0 667592949 889270272 31297 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868428

Child status: 143
Real time (s): 1804.25
CPU time (s): 1800.07
CPU user time (s): 1799.71
CPU system time (s): 0.358945
CPU usage (%): 99.7681
Max. virtual memory (cumulated for all children) (KiB): 868428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.71
system time used= 0.358945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49819
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= 37684
involuntary context switches= 28507

runsolver used 2.74758 second user time and 6.18206 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-03 22:57:44
IDJOB=1058858
IDBENCH=54188
IDSOLVER=364
FILE ID=node90/1058858-1215118663
PBS_JOBID= 7877027
Free space on /tmp= 65528 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-18_ext.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-1058858-1215118663/watcher-1058858-1215118663 -o /tmp/evaluation-result-1058858-1215118663/solver-1058858-1215118663 -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-1058858-1215118663.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 50cb290946b949c13ae47b53f318496d
RANDOM SEED=1917169005

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1148060 kB
Buffers:         15600 kB
Cached:         236432 kB
SwapCached:     159368 kB
Active:         568116 kB
Inactive:       286284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148060 kB
SwapTotal:     4192956 kB
SwapFree:      4025352 kB
Dirty:            7888 kB
Writeback:           0 kB
Mapped:         439120 kB
Slab:            37300 kB
Committed_AS:  1572572 kB
PageTables:       3092 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65528 MiB
End job on node90 at 2008-07-03 23:27:50