Trace number 1056185

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.15 1814.5

General information on the benchmark

Namecsp/largeQueens/
normalized-queens-400.xml
MD5SUM35ecf1acb3b6774e91a99570f293720f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.0939
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints79800
Maximum constraint arity2
Maximum domain size400
Number of constraints which are defined in extension0
Number of constraints which are defined in intension79800
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1056185-1215062215.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.47/0.55	     nbVariables=400  nbDomainTypes=1  minDomainSize=400  maxDomainSize=400  nbTotalValues=160000
0.47/0.55	       =>  wckTime=0.31  cpuTime=0.23  mem=11M826
0.47/0.55	   
0.47/0.55	   predicates being loaded...
0.57/0.61	   
0.57/0.61	   constraints being loaded...
21.37/21.64	   
21.37/21.64	   INFO : Stopping converting binary constraints (cpu=20.11, mem = 76M340)
42.36/42.81	     nbConstraints=79802  nbGlobalConstraints=2  nbConvertedConstraints=283  nbConvertConstraintsChecks=45280000
42.36/42.81	     nbExtensionStructures=283  nbSharedExtensionStructures=0  nbConflictsStructures=283  nbSharedConflictsStructures=0
42.36/42.81	     nbUnbuiltConflictsStructures=400  nbSharedBinaryRepresentations=139887  nbEvaluationManagers=400
42.36/42.81	     nbSharedEvaluationManagers=79117  minDegree=401  maxDegree=401  minArity=2  avgArity=2.01  maxArity=400
42.36/42.81	     nbGenerators=1  nbFusions=1  symmetryWckTime=13.598  symmetryCpuTime=10.64  nbCliques=1
42.36/42.81	       =>  wckTime=42.572  cpuTime=36.91  mem=148M398
43.35/43.81	   
43.35/43.81	   solver IterativeSystematicSolver being built... 
45.33/45.89	   
45.33/45.89	   INFO : Forward propagation technique limited 
45.43/45.98	       =>  wckTime=45.743  cpuTime=38.06  mem=422M856
74.45/75.25	   
74.45/75.25	   preprocessing
74.45/75.25	     nbConstraintChecks=63774732  nbValidityChecks=205433  nbPropagations=401  nbRevisions=159149
74.45/75.25	     nbUselessRevisions=159147  nbRemovedValues=2  detectedInconsistency=no
74.45/75.25	       =>  wckTime=29.266  cpuTime=28.96  mem=423M939

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-1056185-1215062215/watcher-1056185-1215062215 -o /tmp/evaluation-result-1056185-1215062215/solver-1056185-1215062215 -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-1056185-1215062215.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.01 2.00 4/80 28920
/proc/meminfo: memFree=954592/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=10616 CPUtime=0
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1985191121 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 2654 472 209 9 0 1184 0
[pid=28920/tid=28921] ppid=28918 vsize=10616 CPUtime=0
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1985191123 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 7700440 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.103671 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 28920
/proc/meminfo: memFree=954592/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=865884 CPUtime=0.09
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 3769 0 1 0 7 2 0 0 18 0 9 0 1985191121 886665216 3222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 216471 3222 1710 9 0 211026 0
[pid=28920/tid=28921] ppid=28918 vsize=865884 CPUtime=0.07
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 2867 0 1 0 6 1 0 0 18 0 9 0 1985191123 886665216 3222 996147200 134512640 134550740 4294955984 18446744073709551615 102717542 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.201693 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 28920
/proc/meminfo: memFree=954592/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=866048 CPUtime=0.18
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 4725 0 1 0 16 2 0 0 18 0 9 0 1985191121 886833152 4152 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 216512 4152 1852 9 0 211060 0
[pid=28920/tid=28921] ppid=28918 vsize=866048 CPUtime=0.16
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 3823 0 1 0 15 1 0 0 18 0 9 0 1985191123 886833152 4152 996147200 134512640 134550740 4294955984 18446744073709551615 4125950647 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301706 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 28920
/proc/meminfo: memFree=954592/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=866048 CPUtime=0.28
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 5579 0 1 0 25 3 0 0 18 0 9 0 1985191121 886833152 4993 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 216512 4993 1902 9 0 211060 0
[pid=28920/tid=28921] ppid=28918 vsize=866048 CPUtime=0.24
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 4655 0 1 0 22 2 0 0 19 0 9 0 1985191123 886833152 4993 996147200 134512640 134550740 4294955984 18446744073709551615 6853412 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866048

[startup+0.701773 s]
/proc/loadavg: 2.00 2.01 2.00 4/80 28920
/proc/meminfo: memFree=954592/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=867092 CPUtime=0.68
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 8588 0 1 0 62 6 0 0 18 0 9 0 1985191121 887902208 7948 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 216773 7948 2006 9 0 211279 0
[pid=28920/tid=28921] ppid=28918 vsize=867092 CPUtime=0.54
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 7412 0 1 0 50 4 0 0 20 0 9 0 1985191123 887902208 7948 996147200 134512640 134550740 4294955984 18446744073709551615 4125954928 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867092

[startup+1.50191 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 28929
/proc/meminfo: memFree=897112/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=867600 CPUtime=1.46
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 19264 0 1 0 134 12 0 0 18 0 9 0 1985191121 888422400 18599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 216900 18599 2003 9 0 211428 0
[pid=28920/tid=28921] ppid=28918 vsize=867600 CPUtime=1.2
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 15747 0 1 0 110 10 0 0 25 0 9 0 1985191123 888422400 18599 996147200 134512640 134550740 4294955984 18446744073709551615 102307494 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28923] ppid=28918 vsize=867600 CPUtime=0.08
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 2156 0 0 0 7 1 0 0 16 0 9 0 1985191124 888422400 18599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 18599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 18599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985191127 888422400 18599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=867600 CPUtime=0.16
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 663 0 0 0 16 0 0 0 16 0 9 0 1985191127 888422400 18599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28928] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985191127 888422400 18599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985191127 888422400 18599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867600

[startup+3.10219 s]
/proc/loadavg: 2.00 2.01 2.00 4/89 28929
/proc/meminfo: memFree=846944/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=867600 CPUtime=3.05
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 24067 0 1 0 288 17 0 0 18 0 9 0 1985191121 888422400 23400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 216900 23400 2003 9 0 211428 0
[pid=28920/tid=28921] ppid=28918 vsize=867600 CPUtime=2.5
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 15751 0 1 0 239 11 0 0 25 0 9 0 1985191123 888422400 23400 996147200 134512640 134550740 4294955984 18446744073709551615 103825437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28923] ppid=28918 vsize=867600 CPUtime=0.35
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 6955 0 0 0 31 4 0 0 17 0 9 0 1985191124 888422400 23400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 23400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 23400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985191127 888422400 23400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=867600 CPUtime=0.16
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 663 0 0 0 16 0 0 0 17 0 9 0 1985191127 888422400 23400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28928] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985191127 888422400 23400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985191127 888422400 23400 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867600

[startup+6.30172 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 28929
/proc/meminfo: memFree=819040/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=867600 CPUtime=6.21
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 29287 0 1 0 600 21 0 0 18 0 9 0 1985191121 888422400 28614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 216900 28614 2005 9 0 211428 0
[pid=28920/tid=28921] ppid=28918 vsize=867600 CPUtime=5.25
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 15781 0 1 0 513 12 0 0 25 0 9 0 1985191123 888422400 28614 996147200 134512640 134550740 4294955984 18446744073709551615 4126914969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28923] ppid=28918 vsize=867600 CPUtime=0.75
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 12132 0 0 0 68 7 0 0 17 0 9 0 1985191124 888422400 28614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 28614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 28614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985191127 888422400 28614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=867600 CPUtime=0.19
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 676 0 0 0 19 0 0 0 16 0 9 0 1985191127 888422400 28614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28928] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985191127 888422400 28614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985191127 888422400 28614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867600

[startup+12.7028 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 28929
/proc/meminfo: memFree=836640/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=867600 CPUtime=12.55
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 30986 0 1 0 1232 23 0 0 18 0 9 0 1985191121 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 216900 30308 2005 9 0 211428 0
[pid=28920/tid=28921] ppid=28918 vsize=867600 CPUtime=11.42
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 15788 0 1 0 1130 12 0 0 25 0 9 0 1985191123 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4126884245 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28923] ppid=28918 vsize=867600 CPUtime=0.9
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 13806 0 0 0 81 9 0 0 17 0 9 0 1985191124 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985191127 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=867600 CPUtime=0.2
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 694 0 0 0 20 0 0 0 16 0 9 0 1985191127 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28928] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985191127 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985191127 888422400 30308 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867600

[startup+25.502 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 28929
/proc/meminfo: memFree=775904/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=867600 CPUtime=25.23
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 40050 0 1 0 2494 29 0 0 18 0 9 0 1985191121 888422400 39366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 216900 39366 2007 9 0 211428 0
[pid=28920/tid=28921] ppid=28918 vsize=867600 CPUtime=23.42
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 15796 0 1 0 2328 14 0 0 25 0 9 0 1985191123 888422400 39366 996147200 134512640 134550740 4294955984 18446744073709551615 103824377 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28923] ppid=28918 vsize=867600 CPUtime=1.52
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 22831 0 0 0 139 13 0 0 16 0 9 0 1985191124 888422400 39366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 39366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1985191125 888422400 39366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985191127 888422400 39366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=867600 CPUtime=0.26
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 725 0 0 0 26 0 0 0 16 0 9 0 1985191127 888422400 39366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28928] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1985191127 888422400 39366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=867600 CPUtime=0
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985191127 888422400 39366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867600

[startup+51.1013 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 28933
/proc/meminfo: memFree=466512/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=868336 CPUtime=50.58
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 167149 4879 1 0 4725 86 240 7 18 0 9 0 1985191121 889176064 117166 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 217084 117166 2638 9 0 211590 0
[pid=28920/tid=28921] ppid=28918 vsize=868336 CPUtime=45.79
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 40430 4879 1 0 4309 23 240 7 25 0 9 0 1985191123 889176064 117166 996147200 134512640 134550740 4294955984 18446744073709551615 4127357272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28923] ppid=28918 vsize=868336 CPUtime=6.83

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

/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 24 4879 0 0 0 0 240 7 15 0 9 0 1985191125 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 4879 0 0 0 0 240 7 18 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=868336 CPUtime=2.91
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 1060 4879 0 0 43 1 240 7 16 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28928] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 4879 0 0 0 0 240 7 19 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 16 4879 0 0 0 0 240 7 15 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.23
Current children cumulated vsize (KiB) 868336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 29029
/proc/meminfo: memFree=667000/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=868336 CPUtime=1589.05
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 167186 4879 1 0 158569 89 240 7 18 0 9 0 1985191121 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 217084 117189 2638 9 0 211590 0
[pid=28920/tid=28921] ppid=28918 vsize=868336 CPUtime=1584.2
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 40442 4879 1 0 158148 25 240 7 25 0 9 0 1985191123 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4126884416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28923] ppid=28918 vsize=868336 CPUtime=6.83
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 124803 4879 0 0 377 59 240 7 16 0 9 0 1985191124 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 19 4879 0 0 0 0 240 7 16 0 9 0 1985191125 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 24 4879 0 0 0 0 240 7 15 0 9 0 1985191125 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 4879 0 0 0 0 240 7 18 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=868336 CPUtime=2.91
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 1060 4879 0 0 43 1 240 7 16 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28928] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 4879 0 0 0 0 240 7 19 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 16 4879 0 0 0 0 240 7 15 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1589.05
Current children cumulated vsize (KiB) 868336

[startup+1662.3 s]
/proc/loadavg: 2.19 2.06 2.01 4/92 29029
/proc/meminfo: memFree=661304/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=868336 CPUtime=1648.75
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 167186 4879 1 0 164539 89 240 7 18 0 9 0 1985191121 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 217084 117189 2638 9 0 211590 0
[pid=28920/tid=28921] ppid=28918 vsize=868336 CPUtime=1643.89
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 40442 4879 1 0 164117 25 240 7 25 0 9 0 1985191123 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4127362513 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28923] ppid=28918 vsize=868336 CPUtime=6.83
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 124803 4879 0 0 377 59 240 7 16 0 9 0 1985191124 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 19 4879 0 0 0 0 240 7 16 0 9 0 1985191125 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 24 4879 0 0 0 0 240 7 15 0 9 0 1985191125 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 4879 0 0 0 0 240 7 18 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=868336 CPUtime=2.91
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 1060 4879 0 0 43 1 240 7 16 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28928] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 4879 0 0 0 0 240 7 19 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 16 4879 0 0 0 0 240 7 15 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.75
Current children cumulated vsize (KiB) 868336

[startup+1722.3 s]
/proc/loadavg: 2.28 2.12 2.04 3/92 29122
/proc/meminfo: memFree=925040/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=868336 CPUtime=1708.34
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 167186 4879 1 0 170497 90 240 7 18 0 9 0 1985191121 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 217084 117189 2638 9 0 211590 0
[pid=28920/tid=28921] ppid=28918 vsize=868336 CPUtime=1703.49
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 40442 4879 1 0 170075 27 240 7 25 0 9 0 1985191123 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4127372853 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28923] ppid=28918 vsize=868336 CPUtime=6.83
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 124803 4879 0 0 377 59 240 7 16 0 9 0 1985191124 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 19 4879 0 0 0 0 240 7 16 0 9 0 1985191125 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 24 4879 0 0 0 0 240 7 15 0 9 0 1985191125 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 4879 0 0 0 0 240 7 18 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=868336 CPUtime=2.91
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 1060 4879 0 0 43 1 240 7 16 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28928] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 4879 0 0 0 0 240 7 19 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 16 4879 0 0 0 0 240 7 15 0 9 0 1985191127 889176064 117189 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.34
Current children cumulated vsize (KiB) 868336

[startup+1782.3 s]
/proc/loadavg: 2.10 2.09 2.03 3/92 29122
/proc/meminfo: memFree=671600/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=868336 CPUtime=1768.1
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 167190 4879 1 0 176472 91 240 7 18 0 9 0 1985191121 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 217084 117192 2638 9 0 211590 0
[pid=28920/tid=28921] ppid=28918 vsize=868336 CPUtime=1763.25
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 40443 4879 1 0 176051 27 240 7 25 0 9 0 1985191123 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4127362439 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28923] ppid=28918 vsize=868336 CPUtime=6.83
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 124803 4879 0 0 377 59 240 7 16 0 9 0 1985191124 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 19 4879 0 0 0 0 240 7 16 0 9 0 1985191125 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 24 4879 0 0 0 0 240 7 15 0 9 0 1985191125 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 4879 0 0 0 0 240 7 18 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=868336 CPUtime=2.91
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 1063 4879 0 0 43 1 240 7 16 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28928] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 4879 0 0 0 0 240 7 19 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 16 4879 0 0 0 0 240 7 15 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.1
Current children cumulated vsize (KiB) 868336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.4 s]
/proc/loadavg: 2.06 2.08 2.03 3/92 29122
/proc/meminfo: memFree=668656/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=868336 CPUtime=1800.04
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 167190 4879 1 0 179666 91 240 7 18 0 9 0 1985191121 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 217084 117192 2638 9 0 211590 0
[pid=28920/tid=28921] ppid=28918 vsize=868336 CPUtime=1795.18
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 40443 4879 1 0 179244 27 240 7 25 0 9 0 1985191123 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4127186417 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28923] ppid=28918 vsize=868336 CPUtime=6.83
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 124803 4879 0 0 377 59 240 7 16 0 9 0 1985191124 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 19 4879 0 0 0 0 240 7 16 0 9 0 1985191125 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 24 4879 0 0 0 0 240 7 15 0 9 0 1985191125 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 4879 0 0 0 0 240 7 18 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=868336 CPUtime=2.91
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 1063 4879 0 0 43 1 240 7 16 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28928] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 4879 0 0 0 0 240 7 19 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 16 4879 0 0 0 0 240 7 15 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868336

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

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

[startup+1814.4 s]
/proc/loadavg: 2.06 2.08 2.03 3/92 29122
/proc/meminfo: memFree=668656/2055920 swapFree=4180444/4192956
[pid=28920] ppid=28918 vsize=868336 CPUtime=1800.04
/proc/28920/stat : 28920 (java) S 28918 28920 24636 0 -1 0 167190 4879 1 0 179666 91 240 7 18 0 9 0 1985191121 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28920/statm: 217084 117192 2638 9 0 211590 0
[pid=28920/tid=28921] ppid=28918 vsize=868336 CPUtime=1795.18
/proc/28920/task/28921/stat : 28921 (java) R 28918 28920 24636 0 -1 64 40443 4879 1 0 179244 27 240 7 25 0 9 0 1985191123 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4127186417 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28923] ppid=28918 vsize=868336 CPUtime=6.83
/proc/28920/task/28923/stat : 28923 (java) S 28918 28920 24636 0 -1 64 124803 4879 0 0 377 59 240 7 16 0 9 0 1985191124 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28924] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28924/stat : 28924 (java) S 28918 28920 24636 0 -1 64 19 4879 0 0 0 0 240 7 16 0 9 0 1985191125 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28925] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28925/stat : 28925 (java) S 28918 28920 24636 0 -1 64 24 4879 0 0 0 0 240 7 15 0 9 0 1985191125 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28926] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28926/stat : 28926 (java) S 28918 28920 24636 0 -1 64 1 4879 0 0 0 0 240 7 18 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28927] ppid=28918 vsize=868336 CPUtime=2.91
/proc/28920/task/28927/stat : 28927 (java) S 28918 28920 24636 0 -1 64 1063 4879 0 0 43 1 240 7 16 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28920/tid=28928] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28928/stat : 28928 (java) S 28918 28920 24636 0 -1 64 2 4879 0 0 0 0 240 7 19 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28920/tid=28929] ppid=28918 vsize=868336 CPUtime=2.47
/proc/28920/task/28929/stat : 28929 (java) S 28918 28920 24636 0 -1 64 16 4879 0 0 0 0 240 7 15 0 9 0 1985191127 889176064 117192 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868336

Child status: 143
Real time (s): 1814.5
CPU time (s): 1800.15
CPU user time (s): 1799.09
CPU system time (s): 1.05784
CPU usage (%): 99.209
Max. virtual memory (cumulated for all children) (KiB): 894212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.05784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172099
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= 38997
involuntary context switches= 64886

runsolver used 2.22866 second user time and 6.02308 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-03 07:16:56
IDJOB=1056185
IDBENCH=57402
IDSOLVER=363
FILE ID=node68/1056185-1215062215
PBS_JOBID= 7875040
Free space on /tmp= 66464 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/largeQueens/normalized-queens-400.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-1056185-1215062215/watcher-1056185-1215062215 -o /tmp/evaluation-result-1056185-1215062215/solver-1056185-1215062215 -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-1056185-1215062215.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 35ecf1acb3b6774e91a99570f293720f
RANDOM SEED=130979520

node68.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.261
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.261
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:        955072 kB
Buffers:         26688 kB
Cached:         217808 kB
SwapCached:       6560 kB
Active:         975360 kB
Inactive:        65112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        955072 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:           12524 kB
Writeback:           0 kB
Mapped:         812216 kB
Slab:            43472 kB
Committed_AS:  4925272 kB
PageTables:       3956 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= 66532 MiB
End job on node68 at 2008-07-03 07:47:12