Trace number 1127506

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
AbsconMax 112 pc-dMSAT (TO) 3600.15 3612.98

General information on the benchmark

Namemaxcsp/cnf/3-40-1100-2000/
normalized-cnf-3-40-1600-616125_ext.xml
MD5SUMc8728d8fea45126a11597e0a1ff36b8b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints122
Best CPU time to get the best result obtained on this benchmark232.084
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1496
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension1496
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.03/0.10	
0.03/0.10	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mrdac-ddeg.xml
0.28/0.33	   
0.28/0.33	   instance
0.28/0.33	     name=HOME/instance-1127506-1216771285.xml
0.28/0.37	   
0.28/0.37	   domains being loaded...
0.28/0.38	   
0.28/0.38	   variables being loaded...
0.37/0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=80
0.37/0.40	       =>  wckTime=0.149  cpuTime=0.1  mem=6M867
0.37/0.40	   
0.37/0.40	   relations being loaded...
0.37/0.41	   
0.37/0.41	   constraints being loaded...
0.78/0.81	     nbConstraints=1496  nbRelationTypes=36  nbExtensionStructures=36  nbSharedExtensionStructures=1460
0.78/0.81	     nbConflictsStructures=36  nbSharedConflictsStructures=1460  nbSharedBinaryRepresentations=0  minDegree=89
0.78/0.81	     maxDegree=135  minArity=3  maxArity=3
0.78/0.81	       =>  wckTime=0.562  cpuTime=0.41  mem=14M692
0.87/0.90	   
0.87/0.90	   solver LocalSearchSolver being built... 
0.87/0.95	       =>  wckTime=0.699  cpuTime=0.46  mem=6M704
0.87/0.96	
0.87/0.96	s SATISFIABLE
0.87/0.96	o 175
0.87/0.96	o 163
0.87/0.96	o 157
0.87/0.96	o 154
0.87/0.96	o 149
0.87/0.96	o 142
0.97/1.05	o 139
0.97/1.08	o 138
1.08/1.11	o 133
1.08/1.11	o 130
1.08/1.11	o 129
1.08/1.11	o 128
1.08/1.11	o 126
1.08/1.11	o 125
1.08/1.12	o 123
1.76/1.81	o 122
5.33/5.45	   
5.33/5.45	   search
5.33/5.45	     run=0  nbConstraintChecks=33094480  nbAssignments=10000
5.33/5.45	       =>  wckTime=4.507  cpuTime=4.45  mem=7M745
9.89/10.04	   
9.89/10.04	   search
9.89/10.04	     run=1  nbConstraintChecks=67144650  nbAssignments=20000
9.89/10.04	       =>  wckTime=9.095  cpuTime=8.99  mem=7M745
14.25/14.48	   
14.25/14.48	   search
14.25/14.48	     run=2  nbConstraintChecks=100224859  nbAssignments=30000
14.25/14.48	       =>  wckTime=13.533  cpuTime=13.39  mem=7M745
18.72/18.98	   
18.72/18.98	   search
18.72/18.98	     run=3  nbConstraintChecks=134210244  nbAssignments=40000
18.72/18.98	       =>  wckTime=18.03  cpuTime=17.85  mem=7M745
23.07/23.38	   
23.07/23.38	   search
23.07/23.38	     run=4  nbConstraintChecks=167316111  nbAssignments=50000
23.07/23.38	       =>  wckTime=22.435  cpuTime=22.21  mem=7M745
27.64/27.93	   
27.64/27.93	   search
27.64/27.93	     run=5  nbConstraintChecks=201333949  nbAssignments=60000
27.64/27.93	       =>  wckTime=26.984  cpuTime=26.73  mem=7M745
31.70/32.09	   
31.70/32.09	   search
31.70/32.09	     run=6  nbConstraintChecks=232269496  nbAssignments=69366
31.70/32.09	       =>  wckTime=31.144  cpuTime=30.85  mem=7M745
31.70/32.09	   
31.70/32.09	   global
31.70/32.09	     nbConstraintChecks=232269496  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
31.70/32.09	     solvingWckTime=31.143  solvingCpuTime=30.84  expiredTime=no  totalExploration=no  nbFoundSolutions=0
31.70/32.09	     globalCpuTime=31.36
31.70/32.09	       =>  wckTime=31.843  cpuTime=31.3  mem=7M745
31.70/32.09	   
31.70/32.09	   solver DecomposerSolver being built... 
31.91/32.27	       =>  wckTime=32.019  cpuTime=31.44  mem=28M535
31.91/32.29	   
31.91/32.29	   preprocessing
31.91/32.29	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.91/32.29	     detectedInconsistency=no
31.91/32.29	       =>  wckTime=0.015  cpuTime=0.0  mem=28M535
3600.08/3612.91	v 1 1 0 1 0 1 0 0 1 1 1 1 1 1 1 1 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 

Verifier Data (download as text)

OK	122	1374
122 unsatisfied constraints, 1374 satisfied constraints

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-1127506-1216771285/watcher-1127506-1216771285 -o /tmp/evaluation-result-1127506-1216771285/solver-1127506-1216771285 -C 3600 -W 4000 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax HOME/instance-1127506-1216771285.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.42 2.61 2.56 3/73 4400
/proc/meminfo: memFree=1416672/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=10616 CPUtime=0
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 4219660 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 2654 472 209 9 0 1184 0
[pid=4400/tid=4401] ppid=4398 vsize=10616 CPUtime=0
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 4219662 10870784 472 996147200 134512640 134550740 4294955952 18446744073709551615 9510872 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0501829 s]
/proc/loadavg: 2.42 2.61 2.56 3/73 4400
/proc/meminfo: memFree=1416672/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=861876 CPUtime=0.03
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 2249 0 1 0 1 2 0 0 18 0 5 0 4219660 882561024 1860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 215469 1860 854 9 0 210448 0
[pid=4400/tid=4401] ppid=4398 vsize=861876 CPUtime=0.02
/proc/4400/task/4401/stat : 4401 (java) D 4398 4400 4363 0 -1 64 1557 0 1 0 1 1 0 0 17 0 5 0 4219662 882561024 1860 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 2147483391 0 16800971 18446744072099781622 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.101679 s]
/proc/loadavg: 2.42 2.61 2.56 3/73 4400
/proc/meminfo: memFree=1416672/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=865984 CPUtime=0.08
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 3648 0 1 0 5 3 0 0 18 0 9 0 4219660 886767616 3133 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 216496 3133 1672 9 0 211051 0
[pid=4400/tid=4401] ppid=4398 vsize=865984 CPUtime=0.07
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 2746 0 1 0 5 2 0 0 18 0 9 0 4219662 886767616 3133 996147200 134512640 134550740 4294955952 18446744073709551615 104114385 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301708 s]
/proc/loadavg: 2.42 2.61 2.56 3/73 4400
/proc/meminfo: memFree=1416672/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=866156 CPUtime=0.28
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 5577 0 1 0 23 5 0 0 18 0 9 0 4219660 886943744 4996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 216539 4996 1897 9 0 211087 0
[pid=4400/tid=4401] ppid=4398 vsize=866156 CPUtime=0.25
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 4653 0 1 0 21 4 0 0 19 0 9 0 4219662 886943744 4996 996147200 134512640 134550740 4294955952 18446744073709551615 9124987 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866156

[startup+0.701754 s]
/proc/loadavg: 2.42 2.61 2.56 3/73 4400
/proc/meminfo: memFree=1416672/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868388 CPUtime=0.67
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 7674 0 1 0 61 6 0 0 18 0 9 0 4219660 889229312 7035 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217097 7035 1977 9 0 211625 0
[pid=4400/tid=4401] ppid=4398 vsize=868388 CPUtime=0.53
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 6428 0 1 0 48 5 0 0 19 0 9 0 4219662 889229312 7035 996147200 134512640 134550740 4294955952 18446744073709551615 4125975782 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 868388

[startup+1.50283 s]
/proc/loadavg: 2.42 2.61 2.56 3/82 4409
/proc/meminfo: memFree=1389528/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=1.47
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 10164 0 1 0 133 14 0 0 18 0 9 0 4219660 889421824 9331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 9331 2632 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=1.2
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 7454 0 1 0 108 12 0 0 25 0 9 0 4219662 889421824 9331 996147200 134512640 134550740 4294955952 18446744073709551615 4126905118 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 9331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 9331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.19
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 592 0 0 0 19 0 0 0 16 0 9 0 4219666 889421824 9331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 9331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 9331 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 868576

[startup+3.10301 s]
/proc/loadavg: 2.42 2.61 2.56 3/82 4409
/proc/meminfo: memFree=1389336/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=3.06
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 10172 0 1 0 279 27 0 0 18 0 9 0 4219660 889421824 9338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 9338 2634 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=2.78
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 7455 0 1 0 253 25 0 0 25 0 9 0 4219662 889421824 9338 996147200 134512640 134550740 4294955952 18446744073709551615 4126905112 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 9338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 9338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.2
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 599 0 0 0 20 0 0 0 16 0 9 0 4219666 889421824 9338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 9338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 9338 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868576

[startup+6.30137 s]
/proc/loadavg: 2.38 2.60 2.56 3/82 4409
/proc/meminfo: memFree=1389272/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=6.22
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 10177 0 1 0 567 55 0 0 18 0 9 0 4219660 889421824 9342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 9342 2635 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=5.95
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 7456 0 1 0 541 54 0 0 25 0 9 0 4219662 889421824 9342 996147200 134512640 134550740 4294955952 18446744073709551615 4126905052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 9342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 9342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.21
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 603 0 0 0 21 0 0 0 17 0 9 0 4219666 889421824 9342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 9342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 9342 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868576

[startup+12.7011 s]
/proc/loadavg: 2.35 2.59 2.56 3/82 4409
/proc/meminfo: memFree=1389144/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=12.57
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 10178 0 1 0 1147 110 0 0 18 0 9 0 4219660 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 9343 2635 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=12.29
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 7456 0 1 0 1120 109 0 0 25 0 9 0 4219662 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4126905140 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.21
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 604 0 0 0 21 0 0 0 16 0 9 0 4219666 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868576

[startup+25.5015 s]
/proc/loadavg: 2.27 2.56 2.55 3/82 4409
/proc/meminfo: memFree=1389208/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=25.25
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 10178 0 1 0 2304 221 0 0 18 0 9 0 4219660 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 9343 2635 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=24.98
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 7456 0 1 0 2278 220 0 0 25 0 9 0 4219662 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4126905118 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.21
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 604 0 0 0 21 0 0 0 16 0 9 0 4219666 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 9343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868576

[startup+51.1024 s]
/proc/loadavg: 2.18 2.51 2.53 3/82 4409
/proc/meminfo: memFree=1376600/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=50.63
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 13311 0 1 0 4780 283 0 0 18 0 9 0 4219660 889421824 12471 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 12471 2636 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=50.26
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 10539 0 1 0 4745 281 0 0 25 0 9 0 4219662 889421824 12471 996147200 134512640 134550740 4294955952 18446744073709551615 4127029689 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04

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

/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.3
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 654 0 0 0 30 0 0 0 16 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3329.59
Current children cumulated vsize (KiB) 868576

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 4445
/proc/meminfo: memFree=1482280/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=3389.57
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 13315 0 1 0 338668 289 0 0 18 0 9 0 4219660 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 12475 2636 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=3389.19
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 10543 0 1 0 338632 287 0 0 25 0 9 0 4219662 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4127056520 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.3
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 654 0 0 0 30 0 0 0 16 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3389.57
Current children cumulated vsize (KiB) 868576

[startup+3462.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 4445
/proc/meminfo: memFree=1482088/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=3449.54
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 13315 0 1 0 344665 289 0 0 18 0 9 0 4219660 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 12475 2636 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=3449.16
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 10543 0 1 0 344629 287 0 0 25 0 9 0 4219662 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4127036953 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.3
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 654 0 0 0 30 0 0 0 16 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3449.54
Current children cumulated vsize (KiB) 868576

[startup+3522.3 s]
/proc/loadavg: 2.09 2.03 2.00 3/82 4445
/proc/meminfo: memFree=1482024/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=3509.51
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 13315 0 1 0 350662 289 0 0 18 0 9 0 4219660 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 12475 2636 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=3509.14
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 10543 0 1 0 350627 287 0 0 25 0 9 0 4219662 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4126851121 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.3
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 654 0 0 0 30 0 0 0 16 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3509.51
Current children cumulated vsize (KiB) 868576

[startup+3582.3 s]
/proc/loadavg: 2.09 2.04 2.00 3/82 4450
/proc/meminfo: memFree=1481808/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=3569.48
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 13315 0 1 0 356659 289 0 0 18 0 9 0 4219660 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 12475 2636 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=3569.1
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 10543 0 1 0 356623 287 0 0 25 0 9 0 4219662 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4126991984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.3
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 654 0 0 0 30 0 0 0 16 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3569.48
Current children cumulated vsize (KiB) 868576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.9 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 4450
/proc/meminfo: memFree=1481824/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=3600.08
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 13315 0 1 0 359719 289 0 0 18 0 9 0 4219660 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 12475 2636 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=3599.7
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 10543 0 1 0 359683 287 0 0 25 0 9 0 4219662 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4126991971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.3
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 654 0 0 0 30 0 0 0 16 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 868576

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

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

[startup+3612.9 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 4450
/proc/meminfo: memFree=1481824/2055920 swapFree=4192956/4192956
[pid=4400] ppid=4398 vsize=868576 CPUtime=3600.08
/proc/4400/stat : 4400 (java) S 4398 4400 4363 0 -1 0 13315 0 1 0 359719 289 0 0 18 0 9 0 4219660 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4400/statm: 217144 12475 2636 9 0 211650 0
[pid=4400/tid=4401] ppid=4398 vsize=868576 CPUtime=3599.7
/proc/4400/task/4401/stat : 4401 (java) R 4398 4400 4363 0 -1 64 10543 0 1 0 359683 287 0 0 25 0 9 0 4219662 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4126991971 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4403] ppid=4398 vsize=868576 CPUtime=0.04
/proc/4400/task/4403/stat : 4403 (java) S 4398 4400 4363 0 -1 64 1420 0 0 0 4 0 0 0 16 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4400/tid=4404] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4404/stat : 4404 (java) S 4398 4400 4363 0 -1 64 12 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4405] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4405/stat : 4405 (java) S 4398 4400 4363 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 4219664 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4406] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4406/stat : 4406 (java) S 4398 4400 4363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4407] ppid=4398 vsize=868576 CPUtime=0.3
/proc/4400/task/4407/stat : 4407 (java) S 4398 4400 4363 0 -1 64 654 0 0 0 30 0 0 0 16 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4408] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4408/stat : 4408 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4400/tid=4409] ppid=4398 vsize=868576 CPUtime=0
/proc/4400/task/4409/stat : 4409 (java) S 4398 4400 4363 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 4219666 889421824 12475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3600.08
Current children cumulated vsize (KiB) 868576

Child status: 143
Real time (s): 3612.98
CPU time (s): 3600.15
CPU user time (s): 3597.25
CPU system time (s): 2.90256
CPU usage (%): 99.6451
Max. virtual memory (cumulated for all children) (KiB): 868580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.25
system time used= 2.90256
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13337
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= 73809
involuntary context switches= 84328

runsolver used 4.74528 second user time and 11.6922 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-23 02:01:25
IDJOB=1127506
IDBENCH=63544
IDSOLVER=360
FILE ID=node9/1127506-1216771285
PBS_JOBID= 7974137
Free space on /tmp= 66556 MiB

SOLVER NAME= AbsconMax 112 pc-d
BENCH NAME= CPAI08/maxcsp/cnf/3-40-1100-2000/normalized-cnf-3-40-1600-616125_ext.xml
COMMAND LINE=  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127506-1216771285/watcher-1127506-1216771285 -o /tmp/evaluation-result-1127506-1216771285/solver-1127506-1216771285 -C 3600 -W 4000 -M 900 --output-limit 1,15   java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp absconMax112V3.jar abscon.Resolution mrdac-ddeg.xml 1 XSax HOME/instance-1127506-1216771285.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c8728d8fea45126a11597e0a1ff36b8b
RANDOM SEED=285858747

node9.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1417152 kB
Buffers:         29148 kB
Cached:         435496 kB
SwapCached:          0 kB
Active:         298324 kB
Inactive:       293988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1417152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2324 kB
Writeback:           0 kB
Mapped:         138924 kB
Slab:            31440 kB
Committed_AS:   196772 kB
PageTables:       2052 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= 66552 MiB
End job on node9 at 2008-07-23 03:01:40