Trace number 1083509

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.16 1814.36

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-9.xml
MD5SUM047becb47729aa963b371bd5ff63726c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1635
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1083509-1215228640.xml
0.27/0.33	   
0.27/0.33	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.47/0.55	     nbVariables=800  nbDomainTypes=95  minDomainSize=1537  maxDomainSize=1635  nbTotalValues=1266836
0.47/0.56	       =>  wckTime=0.296  cpuTime=0.2  mem=36M292
0.47/0.56	   
0.47/0.56	   predicates being loaded...
0.57/0.61	   
0.57/0.61	   constraints being loaded...
20.87/21.12	   
20.87/21.12	   INFO : Stopping converting binary constraints (cpu=20.25, mem = 66M344)
23.75/24.02	     nbConstraints=12960  nbGlobalConstraints=12065  nbConvertedConstraints=55  nbConvertConstraintsChecks=105625016
23.75/24.02	     nbExtensionStructures=42  nbSharedExtensionStructures=13  nbConflictsStructures=42  nbSharedConflictsStructures=13
23.75/24.02	     nbUnbuiltConflictsStructures=251  nbSharedBinaryRepresentations=63568  nbEvaluationManagers=251
23.75/24.02	     nbSharedEvaluationManagers=589  minDegree=21  maxDegree=44  minArity=2  avgArity=2.03  maxArity=21  nbGenerators=0
23.75/24.02	     nbFusions=0  symmetryWckTime=2.393  symmetryCpuTime=2.17  nbCliques=20
23.75/24.02	       =>  wckTime=23.765  cpuTime=22.72  mem=83M974
24.04/24.30	   
24.04/24.30	   solver IterativeSystematicSolver being built... 
24.14/24.41	   
24.14/24.41	   INFO : Forward propagation technique limited 
24.34/24.61	       =>  wckTime=24.349  cpuTime=22.94  mem=116M110
118.82/119.92	   
118.82/119.92	   preprocessing
118.82/119.92	     nbConstraintChecks=550350484  nbValidityChecks=2689006  nbPropagations=1921  nbRevisions=4665
118.82/119.92	     nbUselessRevisions=3247  nbRemovedValues=797316  detectedInconsistency=no
118.82/119.92	       =>  wckTime=95.269  cpuTime=94.35  mem=156M490
142.88/144.23	   
142.88/144.23	   INFO : Stopping use of transposition table (mapSize=0, nbTooLargekeys=103, mem=166M56)

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-1083509-1215228640/watcher-1083509-1215228640 -o /tmp/evaluation-result-1083509-1215228640/solver-1083509-1215228640 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1083509-1215228640.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/82 11945
/proc/meminfo: memFree=1063328/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=18572 CPUtime=0
/proc/11945/stat : 11945 (runsolver) R 11943 11945 9529 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 645794449 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 234045893927 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/11945/statm: 4643 292 257 25 0 2626 0

[startup+0.0680869 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11945
/proc/meminfo: memFree=1063328/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=864076 CPUtime=0.04
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 2813 0 1 0 3 1 0 0 20 0 9 0 645794449 884813824 2351 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 216019 2351 1120 9 0 210976 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864076

[startup+0.101088 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11945
/proc/meminfo: memFree=1063328/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=865884 CPUtime=0.07
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 3691 0 1 0 6 1 0 0 20 0 9 0 645794449 886665216 3166 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 216471 3166 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.301111 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11945
/proc/meminfo: memFree=1063328/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=866372 CPUtime=0.27
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 5797 0 1 0 23 4 0 0 20 0 9 0 645794449 887164928 5171 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 216593 5171 1951 9 0 211121 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866372

[startup+0.701154 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 11945
/proc/meminfo: memFree=1063328/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=867680 CPUtime=0.66
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 14699 0 1 0 57 9 0 0 20 0 9 0 645794449 888504320 14059 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 216920 14059 2011 9 0 211426 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867680

[startup+1.50223 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 11954
/proc/meminfo: memFree=977112/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=867592 CPUtime=1.46
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 24144 0 1 0 132 14 0 0 20 0 9 0 645794449 888414208 23480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 216898 23480 2005 9 0 211426 0
[pid=11945/tid=11947] ppid=11943 vsize=867592 CPUtime=1.18
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 15765 0 1 0 109 9 0 0 25 0 9 0 645794451 888414208 23480 996147200 134512640 134550740 4294955968 18446744073709551615 4126886406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11948] ppid=11943 vsize=867592 CPUtime=0.08
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 7011 0 0 0 5 3 0 0 17 0 9 0 645794452 888414208 23480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11949] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 645794452 888414208 23480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645794452 888414208 23480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645794454 888414208 23480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=867592 CPUtime=0.17
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 671 0 0 0 17 0 0 0 15 0 9 0 645794454 888414208 23480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 645794454 888414208 23480 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645794454 888414208 23480 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.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 11954
/proc/meminfo: memFree=976728/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=867592 CPUtime=3.05
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 24173 0 1 0 290 15 0 0 20 0 9 0 645794449 888414208 23506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 216898 23506 2006 9 0 211426 0
[pid=11945/tid=11947] ppid=11943 vsize=867592 CPUtime=2.75
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 15777 0 1 0 265 10 0 0 25 0 9 0 645794451 888414208 23506 996147200 134512640 134550740 4294955968 18446744073709551615 4126911654 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11948] ppid=11943 vsize=867592 CPUtime=0.08
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 7011 0 0 0 5 3 0 0 17 0 9 0 645794452 888414208 23506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11949] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 645794452 888414208 23506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645794452 888414208 23506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645794454 888414208 23506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=867592 CPUtime=0.19
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 688 0 0 0 19 0 0 0 15 0 9 0 645794454 888414208 23506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 645794454 888414208 23506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645794454 888414208 23506 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867592

[startup+6.30174 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 11954
/proc/meminfo: memFree=976408/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=867592 CPUtime=6.21
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 24184 0 1 0 605 16 0 0 20 0 9 0 645794449 888414208 23514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 216898 23514 2006 9 0 211426 0
[pid=11945/tid=11947] ppid=11943 vsize=867592 CPUtime=5.91
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 15781 0 1 0 579 12 0 0 25 0 9 0 645794451 888414208 23514 996147200 134512640 134550740 4294955968 18446744073709551615 4126911904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11948] ppid=11943 vsize=867592 CPUtime=0.08
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 7011 0 0 0 5 3 0 0 17 0 9 0 645794452 888414208 23514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11949] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 645794452 888414208 23514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645794452 888414208 23514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645794454 888414208 23514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=867592 CPUtime=0.2
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 695 0 0 0 20 0 0 0 15 0 9 0 645794454 888414208 23514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 645794454 888414208 23514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645794454 888414208 23514 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867592

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 11954
/proc/meminfo: memFree=954328/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=867592 CPUtime=12.56
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 29661 0 1 0 1234 22 0 0 20 0 9 0 645794449 888414208 28989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 216898 28989 2006 9 0 211426 0
[pid=11945/tid=11947] ppid=11943 vsize=867592 CPUtime=12.07
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 15784 0 1 0 1193 14 0 0 25 0 9 0 645794451 888414208 28989 996147200 134512640 134550740 4294955968 18446744073709551615 4126917465 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11948] ppid=11943 vsize=867592 CPUtime=0.24
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 12480 0 0 0 18 6 0 0 16 0 9 0 645794452 888414208 28989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11949] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 645794452 888414208 28989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 645794452 888414208 28989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 645794454 888414208 28989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=867592 CPUtime=0.21
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 700 0 0 0 21 0 0 0 16 0 9 0 645794454 888414208 28989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 645794454 888414208 28989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=867592 CPUtime=0
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 645794454 888414208 28989 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867592

[startup+25.5028 s]
/proc/loadavg: 2.08 2.02 2.01 3/91 11958
/proc/meminfo: memFree=908816/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=868004 CPUtime=25.23
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 69234 888 1 0 2474 35 13 1 20 0 9 0 645794449 888836096 41000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 217001 41000 2638 9 0 211507 0
[pid=11945/tid=11947] ppid=11943 vsize=868004 CPUtime=24.14
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 30255 888 1 0 2379 21 13 1 25 0 9 0 645794451 888836096 41000 996147200 134512640 134550740 4294955968 18446744073709551615 4127238415 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11948] ppid=11943 vsize=868004 CPUtime=0.87
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 37220 888 0 0 62 11 13 1 16 0 9 0 645794452 888836096 41000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11949] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 14 888 0 0 0 0 13 1 16 0 9 0 645794452 888836096 41000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 22 888 0 0 0 0 13 1 15 0 9 0 645794452 888836096 41000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 41000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=868004 CPUtime=0.46
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 898 888 0 0 31 1 13 1 16 0 9 0 645794454 888836096 41000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 41000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 10 888 0 0 0 0 13 1 15 0 9 0 645794454 888836096 41000 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868004

[startup+51.1025 s]
/proc/loadavg: 2.05 2.01 2.00 3/91 11958
/proc/meminfo: memFree=908752/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=868004 CPUtime=50.61
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 69573 888 1 0 5011 36 13 1 20 0 9 0 645794449 888836096 41008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 217001 41008 2638 9 0 211507 0
[pid=11945/tid=11947] ppid=11943 vsize=868004 CPUtime=49.51
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 30582 888 1 0 4915 22 13 1 25 0 9 0 645794451 888836096 41008 996147200 134512640 134550740 4294955968 18446744073709551615 4127251761 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11948] ppid=11943 vsize=868004 CPUtime=0.87
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 37220 888 0 0 62 11 13 1 16 0 9 0 645794452 888836096 41008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11949] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 14 888 0 0 0 0 13 1 16 0 9 0 645794452 888836096 41008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 22 888 0 0 0 0 13 1 15 0 9 0 645794452 888836096 41008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 41008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=868004 CPUtime=0.47
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 909 888 0 0 32 1 13 1 16 0 9 0 645794454 888836096 41008 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=868004 CPUtime=0.14

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

/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 22 888 0 0 0 0 13 1 15 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=868004 CPUtime=0.56
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 967 888 0 0 41 1 13 1 16 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 11 888 0 0 0 0 13 1 15 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.4
Current children cumulated vsize (KiB) 868004

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/91 12215
/proc/meminfo: memFree=1567720/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=868004 CPUtime=1589.12
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 79891 888 1 0 158847 51 13 1 20 0 9 0 645794449 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 217001 49282 2638 9 0 211507 0
[pid=11945/tid=11947] ppid=11943 vsize=868004 CPUtime=1586.92
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 32590 888 1 0 158648 30 13 1 25 0 9 0 645794451 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4126457635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11948] ppid=11943 vsize=868004 CPUtime=1.87
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 45472 888 0 0 156 17 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11949] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 14 888 0 0 0 0 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 22 888 0 0 0 0 13 1 15 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=868004 CPUtime=0.56
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 967 888 0 0 41 1 13 1 16 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 11 888 0 0 0 0 13 1 15 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.12
Current children cumulated vsize (KiB) 868004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/91 12215
/proc/meminfo: memFree=1567720/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=868004 CPUtime=1648.82
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 79897 888 1 0 164817 51 13 1 20 0 9 0 645794449 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 217001 49282 2638 9 0 211507 0
[pid=11945/tid=11947] ppid=11943 vsize=868004 CPUtime=1646.6
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 32596 888 1 0 164616 30 13 1 25 0 9 0 645794451 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4127238403 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11948] ppid=11943 vsize=868004 CPUtime=1.89
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 45472 888 0 0 158 17 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11949] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 14 888 0 0 0 0 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 22 888 0 0 0 0 13 1 15 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=868004 CPUtime=0.56
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 967 888 0 0 41 1 13 1 16 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 11 888 0 0 0 0 13 1 15 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.82
Current children cumulated vsize (KiB) 868004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 12215
/proc/meminfo: memFree=1567720/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=868004 CPUtime=1708.54
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 79902 888 1 0 170789 51 13 1 20 0 9 0 645794449 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 217001 49282 2638 9 0 211507 0
[pid=11945/tid=11947] ppid=11943 vsize=868004 CPUtime=1706.3
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 32601 888 1 0 170586 30 13 1 25 0 9 0 645794451 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4126886240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11948] ppid=11943 vsize=868004 CPUtime=1.9
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 45472 888 0 0 159 17 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11949] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 14 888 0 0 0 0 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 22 888 0 0 0 0 13 1 15 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=868004 CPUtime=0.56
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 967 888 0 0 41 1 13 1 16 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 11 888 0 0 0 0 13 1 15 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.54
Current children cumulated vsize (KiB) 868004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 12215
/proc/meminfo: memFree=1567720/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=868004 CPUtime=1768.24
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 79908 888 1 0 176759 51 13 1 20 0 9 0 645794449 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 217001 49282 2638 9 0 211507 0
[pid=11945/tid=11947] ppid=11943 vsize=868004 CPUtime=1766
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 32607 888 1 0 176555 31 13 1 25 0 9 0 645794451 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4127121633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11948] ppid=11943 vsize=868004 CPUtime=1.92
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 45472 888 0 0 161 17 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11949] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 14 888 0 0 0 0 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 22 888 0 0 0 0 13 1 15 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=868004 CPUtime=0.56
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 967 888 0 0 41 1 13 1 16 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 11 888 0 0 0 0 13 1 15 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.24
Current children cumulated vsize (KiB) 868004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 12215
/proc/meminfo: memFree=1567720/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=868004 CPUtime=1800.09
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 79911 888 1 0 179944 51 13 1 20 0 9 0 645794449 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 217001 49282 2638 9 0 211507 0
[pid=11945/tid=11947] ppid=11943 vsize=868004 CPUtime=1797.84
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 32610 888 1 0 179739 31 13 1 25 0 9 0 645794451 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4127268984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11948] ppid=11943 vsize=868004 CPUtime=1.93
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 45472 888 0 0 162 17 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11949] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 14 888 0 0 0 0 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 22 888 0 0 0 0 13 1 15 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=868004 CPUtime=0.56
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 967 888 0 0 41 1 13 1 16 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 11 888 0 0 0 0 13 1 15 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868004

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

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

[startup+1814.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 12215
/proc/meminfo: memFree=1567720/2055920 swapFree=4180580/4192956
[pid=11945] ppid=11943 vsize=868004 CPUtime=1800.09
/proc/11945/stat : 11945 (java) S 11943 11945 9529 0 -1 0 79911 888 1 0 179944 51 13 1 20 0 9 0 645794449 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11945/statm: 217001 49282 2638 9 0 211507 0
[pid=11945/tid=11947] ppid=11943 vsize=868004 CPUtime=1797.84
/proc/11945/task/11947/stat : 11947 (java) R 11943 11945 9529 0 -1 64 32610 888 1 0 179739 31 13 1 25 0 9 0 645794451 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4127268984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11948] ppid=11943 vsize=868004 CPUtime=1.93
/proc/11945/task/11948/stat : 11948 (java) S 11943 11945 9529 0 -1 64 45472 888 0 0 162 17 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11945/tid=11949] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11949/stat : 11949 (java) S 11943 11945 9529 0 -1 64 14 888 0 0 0 0 13 1 16 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11950] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11950/stat : 11950 (java) S 11943 11945 9529 0 -1 64 22 888 0 0 0 0 13 1 15 0 9 0 645794452 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11951] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11951/stat : 11951 (java) S 11943 11945 9529 0 -1 64 1 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11952] ppid=11943 vsize=868004 CPUtime=0.56
/proc/11945/task/11952/stat : 11952 (java) S 11943 11945 9529 0 -1 64 967 888 0 0 41 1 13 1 16 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11953] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11953/stat : 11953 (java) S 11943 11945 9529 0 -1 64 2 888 0 0 0 0 13 1 25 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11945/tid=11954] ppid=11943 vsize=868004 CPUtime=0.14
/proc/11945/task/11954/stat : 11954 (java) S 11943 11945 9529 0 -1 64 11 888 0 0 0 0 13 1 15 0 9 0 645794454 888836096 49282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868004

Child status: 143
Real time (s): 1814.36
CPU time (s): 1800.16
CPU user time (s): 1799.6
CPU system time (s): 0.562914
CPU usage (%): 99.2174
Max. virtual memory (cumulated for all children) (KiB): 868004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80831
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= 40643
involuntary context switches= 79499

runsolver used 2.47162 second user time and 5.76012 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 05:30:40
IDJOB=1083509
IDBENCH=57482
IDSOLVER=363
FILE ID=node79/1083509-1215228640
PBS_JOBID= 7881808
Free space on /tmp= 66496 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1083509-1215228640/watcher-1083509-1215228640 -o /tmp/evaluation-result-1083509-1215228640/solver-1083509-1215228640 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1083509-1215228640.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 047becb47729aa963b371bd5ff63726c
RANDOM SEED=597881215

node79.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.218
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.218
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:       1063808 kB
Buffers:         43032 kB
Cached:         183600 kB
SwapCached:       6948 kB
Active:         855992 kB
Inactive:        86388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1063808 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            3660 kB
Writeback:           0 kB
Mapped:         731604 kB
Slab:            33568 kB
Committed_AS:  1860912 kB
PageTables:       3200 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= 66496 MiB
End job on node79 at 2008-07-05 06:00:57