Trace number 1044276

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.14 1803.67

General information on the benchmark

Namecsp/QCP-25/
normalized-qcp-25-264-0_ext.xml
MD5SUM5c0298c4f51c80f1d84ee4e6bda51630
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark31.5482
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints10142
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension10142
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1044276-1215022965.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.50	     nbVariables=625  nbDomainTypes=26  minDomainSize=1  maxDomainSize=25  nbTotalValues=6961
0.38/0.50	       =>  wckTime=0.259  cpuTime=0.22  mem=9M870
0.38/0.50	   
0.48/0.50	   relations being loaded...
0.48/0.56	   
0.48/0.56	   constraints being loaded...
1.45/1.59	     nbConstraints=10173  nbRelationTypes=26  nbGlobalConstraints=31  nbSingletonDomainVariables=361
1.66/1.71	     nbExtensionStructures=51  nbSharedExtensionStructures=10091  nbConflictsStructures=51
1.66/1.71	     nbSharedConflictsStructures=10091  nbSharedBinaryRepresentations=1323  minDegree=20  maxDegree=49  minArity=2
1.66/1.71	     avgArity=2.02  maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.408  symmetryCpuTime=0.22  nbCliques=31
1.66/1.71	       =>  wckTime=1.354  cpuTime=0.86  mem=27M893
1.66/1.72	   
1.66/1.72	   solver IterativeSystematicSolver being built... 
1.66/1.79	   
1.66/1.79	   INFO : Forward propagation technique limited 
1.75/1.89	       =>  wckTime=1.65  cpuTime=1.0  mem=31M930
1.85/1.96	   
1.85/1.96	   preprocessing
1.85/1.96	     nbConstraintChecks=102550  nbPropagations=625  nbRevisions=7900  nbUselessRevisions=2451  nbRemovedValues=5449
1.85/1.96	     detectedInconsistency=no
1.85/1.96	       =>  wckTime=0.07  cpuTime=0.06  mem=31M930
2.24/2.31	   
2.24/2.31	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=33M952)

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-1044276-1215022965/watcher-1044276-1215022965 -o /tmp/evaluation-result-1044276-1215022965/solver-1044276-1215022965 -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-1044276-1215022965.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.01 2.01 1.91 4/84 15955
/proc/meminfo: memFree=1767368/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=10616 CPUtime=0
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1981270885 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 2654 472 209 9 0 1184 0
[pid=15955/tid=15956] ppid=15953 vsize=10616 CPUtime=0
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1981270886 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 8331224 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.095387 s]
/proc/loadavg: 2.01 2.01 1.91 4/84 15955
/proc/meminfo: memFree=1767368/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=865884 CPUtime=0.07
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 3679 0 1 0 5 2 0 0 18 0 9 0 1981270885 886665216 3154 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216471 3154 1676 9 0 211026 0
[pid=15955/tid=15956] ppid=15953 vsize=865884 CPUtime=0.06
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 2776 0 1 0 5 1 0 0 18 0 9 0 1981270886 886665216 3154 996147200 134512640 134550740 4294955984 18446744073709551615 4125960196 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865884

[startup+0.101387 s]
/proc/loadavg: 2.01 2.01 1.91 4/84 15955
/proc/meminfo: memFree=1767368/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=865884 CPUtime=0.08
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 3752 0 1 0 6 2 0 0 18 0 9 0 1981270885 886665216 3209 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216471 3209 1701 9 0 211026 0
[pid=15955/tid=15956] ppid=15953 vsize=865884 CPUtime=0.07
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 2849 0 1 0 6 1 0 0 18 0 9 0 1981270886 886665216 3209 996147200 134512640 134550740 4294955984 18446744073709551615 4125967219 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301429 s]
/proc/loadavg: 2.01 2.01 1.91 4/84 15955
/proc/meminfo: memFree=1767368/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=866196 CPUtime=0.28
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 5624 0 1 0 24 4 0 0 18 0 9 0 1981270885 886984704 5038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216549 5038 1903 9 0 211097 0
[pid=15955/tid=15956] ppid=15953 vsize=866196 CPUtime=0.23
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 4655 0 1 0 21 2 0 0 19 0 9 0 1981270886 886984704 5038 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701508 s]
/proc/loadavg: 2.01 2.01 1.91 4/84 15955
/proc/meminfo: memFree=1767368/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867448 CPUtime=0.68
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 8014 0 1 0 63 5 0 0 18 0 9 0 1981270885 888266752 7384 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216862 7384 1974 9 0 211390 0
[pid=15955/tid=15956] ppid=15953 vsize=867448 CPUtime=0.52
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 6703 0 1 0 48 4 0 0 19 0 9 0 1981270886 888266752 7384 996147200 134512640 134550740 4294955984 18446744073709551615 4126660872 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867448

[startup+1.50266 s]
/proc/loadavg: 2.09 2.02 1.92 3/93 15964
/proc/meminfo: memFree=1711552/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867772 CPUtime=1.45
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 20277 620 1 0 120 11 13 1 18 0 10 0 1981270885 888598528 18915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216943 18915 2012 9 0 211471 0
[pid=15955/tid=15956] ppid=15953 vsize=867772 CPUtime=1.13
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 16354 620 1 0 91 8 13 1 16 0 10 0 1981270886 888598528 18915 996147200 134512640 134550740 4294955984 18446744073709551615 4125960359 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867772 CPUtime=0.24
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 2446 620 0 0 9 1 13 1 17 0 10 0 1981270888 888598528 18915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867772 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 13 620 0 0 0 0 13 1 16 0 10 0 1981270888 888598528 18915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867772 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 5 620 0 0 0 0 13 1 16 0 10 0 1981270888 888598528 18915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867772 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 620 0 0 0 0 13 1 18 0 10 0 1981270890 888598528 18915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867772 CPUtime=0.33
/proc/15955/task/15962/stat : 15962 (java) R 15953 15955 15383 0 -1 64 652 620 0 0 19 0 13 1 16 0 10 0 1981270890 888598528 18915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867772 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 620 0 0 0 0 13 1 19 0 10 0 1981270890 888598528 18915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867772 CPUtime=0.14
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 7 620 0 0 0 0 13 1 15 0 10 0 1981270890 888598528 18915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867772

[startup+3.10195 s]
/proc/loadavg: 2.09 2.02 1.92 4/93 15968
/proc/meminfo: memFree=1690816/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867924 CPUtime=3.04
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 32277 742 1 0 275 15 13 1 18 0 9 0 1981270885 888754176 21586 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216981 21586 2636 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867924 CPUtime=2.45
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 22638 742 1 0 221 10 13 1 25 0 9 0 1981270886 888754176 21586 996147200 134512640 134550740 4294955984 18446744073709551615 4127105473 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867924 CPUtime=0.36
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 7912 742 0 0 20 2 13 1 17 0 9 0 1981270888 888754176 21586 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888754176 21586 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 8 742 0 0 0 0 13 1 15 0 9 0 1981270888 888754176 21586 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888754176 21586 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867924 CPUtime=0.47
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 889 742 0 0 33 0 13 1 15 0 9 0 1981270890 888754176 21586 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888754176 21586 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 11 742 0 0 0 0 13 1 15 0 9 0 1981270890 888754176 21586 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867924

[startup+6.30255 s]
/proc/loadavg: 2.08 2.02 1.92 3/93 15968
/proc/meminfo: memFree=1690688/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867924 CPUtime=6.21
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 34183 742 1 0 591 16 13 1 18 0 9 0 1981270885 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216981 21589 2636 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867924 CPUtime=5.62
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 24516 742 1 0 537 11 13 1 25 0 9 0 1981270886 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4127092089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867924 CPUtime=0.36
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 7912 742 0 0 20 2 13 1 16 0 9 0 1981270888 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 8 742 0 0 0 0 13 1 15 0 9 0 1981270888 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867924 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 893 742 0 0 34 0 13 1 17 0 9 0 1981270890 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 0 13 1 15 0 9 0 1981270890 888754176 21589 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) 867924

[startup+12.7028 s]
/proc/loadavg: 2.08 2.02 1.92 3/93 15968
/proc/meminfo: memFree=1690568/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867924 CPUtime=12.54
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 38065 742 1 0 1223 17 13 1 18 0 9 0 1981270885 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216981 21589 2636 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867924 CPUtime=11.95
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 28398 742 1 0 1169 12 13 1 25 0 9 0 1981270886 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4127131600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867924 CPUtime=0.36
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 7912 742 0 0 20 2 13 1 16 0 9 0 1981270888 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 8 742 0 0 0 0 13 1 15 0 9 0 1981270888 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867924 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 893 742 0 0 34 0 13 1 17 0 9 0 1981270890 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867924 CPUtime=0.14
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 0 13 1 15 0 9 0 1981270890 888754176 21589 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867924

[startup+25.5012 s]
/proc/loadavg: 2.06 2.02 1.92 3/93 15968
/proc/meminfo: memFree=1686152/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867836 CPUtime=25.21
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 39436 742 1 0 2489 18 13 1 18 0 9 0 1981270885 888664064 22675 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216959 22675 2615 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867836 CPUtime=24.6
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 28658 742 1 0 2434 12 13 1 25 0 9 0 1981270886 888664064 22675 996147200 134512640 134550740 4294955984 18446744073709551615 4127079587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867836 CPUtime=0.37
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 9022 742 0 0 21 2 13 1 16 0 9 0 1981270888 888664064 22675 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 22675 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 22675 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888664064 22675 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867836 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 893 742 0 0 34 0 13 1 17 0 9 0 1981270890 888664064 22675 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888664064 22675 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 0 13 1 15 0 9 0 1981270890 888664064 22675 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 867836

[startup+51.103 s]
/proc/loadavg: 2.04 2.02 1.92 3/93 15968
/proc/meminfo: memFree=1681736/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867836 CPUtime=50.57
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 40551 742 1 0 5025 18 13 1 18 0 9 0 1981270885 888664064 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216959 23784 2615 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867836 CPUtime=49.95
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 28659 742 1 0 4968 13 13 1 25 0 9 0 1981270886 888664064 23784 996147200 134512640 134550740 4294955984 18446744073709551615 4127131636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867836 CPUtime=0.38

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

/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867836 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 896 742 0 0 34 0 13 1 16 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 0 13 1 15 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.91
Current children cumulated vsize (KiB) 867836

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/81 15997
/proc/meminfo: memFree=1720632/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867836 CPUtime=1538.88
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 40647 742 1 0 153851 23 13 1 18 0 9 0 1981270885 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216959 23799 2615 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867836 CPUtime=1538.14
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 28735 742 1 0 153784 16 13 1 25 0 9 0 1981270886 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4127102741 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867836 CPUtime=0.48
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 10153 742 0 0 31 3 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867836 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 896 742 0 0 34 0 13 1 16 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 0 13 1 15 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.88
Current children cumulated vsize (KiB) 867836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/81 15997
/proc/meminfo: memFree=1720568/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867836 CPUtime=1598.85
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 40650 742 1 0 159848 23 13 1 18 0 9 0 1981270885 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216959 23799 2615 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867836 CPUtime=1598.1
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 28738 742 1 0 159780 16 13 1 25 0 9 0 1981270886 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4126095728 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867836 CPUtime=0.49
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 10153 742 0 0 32 3 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867836 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 896 742 0 0 34 0 13 1 16 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 0 13 1 15 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.85
Current children cumulated vsize (KiB) 867836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/81 15997
/proc/meminfo: memFree=1720568/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867836 CPUtime=1658.82
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 40653 742 1 0 165845 23 13 1 18 0 9 0 1981270885 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216959 23799 2615 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867836 CPUtime=1658.07
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 28741 742 1 0 165777 16 13 1 25 0 9 0 1981270886 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4127091957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867836 CPUtime=0.49
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 10153 742 0 0 32 3 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867836 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 896 742 0 0 34 0 13 1 16 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867836 CPUtime=0.15
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 1 13 1 15 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.82
Current children cumulated vsize (KiB) 867836

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/81 15997
/proc/meminfo: memFree=1720568/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867836 CPUtime=1718.79
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 40657 742 1 0 171842 23 13 1 18 0 9 0 1981270885 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216959 23799 2615 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867836 CPUtime=1718.03
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 28745 742 1 0 171773 16 13 1 25 0 9 0 1981270886 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4127088704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867836 CPUtime=0.49
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 10153 742 0 0 32 3 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867836 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 896 742 0 0 34 0 13 1 16 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867836 CPUtime=0.15
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 1 13 1 15 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.79
Current children cumulated vsize (KiB) 867836

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/81 15997
/proc/meminfo: memFree=1720440/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867836 CPUtime=1778.75
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 40660 742 1 0 177838 23 13 1 18 0 9 0 1981270885 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216959 23799 2615 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867836 CPUtime=1777.99
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 28748 742 1 0 177769 16 13 1 25 0 9 0 1981270886 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4127117804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867836 CPUtime=0.5
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 10153 742 0 0 33 3 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867836 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 896 742 0 0 34 0 13 1 16 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867836 CPUtime=0.15
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 1 13 1 15 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.75
Current children cumulated vsize (KiB) 867836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.6 s]
/proc/loadavg: 2.00 2.00 1.97 3/81 15997
/proc/meminfo: memFree=1720440/2055920 swapFree=4180456/4192956
[pid=15955] ppid=15953 vsize=867836 CPUtime=1800.05
/proc/15955/stat : 15955 (java) S 15953 15955 15383 0 -1 0 40661 742 1 0 179968 23 13 1 18 0 9 0 1981270885 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15955/statm: 216959 23799 2615 9 0 211487 0
[pid=15955/tid=15956] ppid=15953 vsize=867836 CPUtime=1799.29
/proc/15955/task/15956/stat : 15956 (java) R 15953 15955 15383 0 -1 64 28749 742 1 0 179899 16 13 1 25 0 9 0 1981270886 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4127095107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15958] ppid=15953 vsize=867836 CPUtime=0.5
/proc/15955/task/15958/stat : 15958 (java) S 15953 15955 15383 0 -1 64 10153 742 0 0 33 3 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15959] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15959/stat : 15959 (java) S 15953 15955 15383 0 -1 64 16 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15960] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15960/stat : 15960 (java) S 15953 15955 15383 0 -1 64 9 742 0 0 0 0 13 1 16 0 9 0 1981270888 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15961] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15961/stat : 15961 (java) S 15953 15955 15383 0 -1 64 0 742 0 0 0 0 13 1 18 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15962] ppid=15953 vsize=867836 CPUtime=0.48
/proc/15955/task/15962/stat : 15962 (java) S 15953 15955 15383 0 -1 64 896 742 0 0 34 0 13 1 16 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15955/tid=15963] ppid=15953 vsize=867836 CPUtime=0.14
/proc/15955/task/15963/stat : 15963 (java) S 15953 15955 15383 0 -1 64 2 742 0 0 0 0 13 1 19 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15955/tid=15964] ppid=15953 vsize=867836 CPUtime=0.15
/proc/15955/task/15964/stat : 15964 (java) S 15953 15955 15383 0 -1 64 35 742 0 0 0 1 13 1 15 0 9 0 1981270890 888664064 23799 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 867836

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

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

Child status: 143
Real time (s): 1803.67
CPU time (s): 1800.14
CPU user time (s): 1799.86
CPU system time (s): 0.272958
CPU usage (%): 99.8042
Max. virtual memory (cumulated for all children) (KiB): 867936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.86
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41432
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= 38398
involuntary context switches= 20945

runsolver used 2.46762 second user time and 5.74813 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-02 20:22:45
IDJOB=1044276
IDBENCH=53544
IDSOLVER=363
FILE ID=node19/1044276-1215022965
PBS_JOBID= 7874432
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/QCP-25/normalized-qcp-25-264-0_ext.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-1044276-1215022965/watcher-1044276-1215022965 -o /tmp/evaluation-result-1044276-1215022965/solver-1044276-1215022965 -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-1044276-1215022965.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5c0298c4f51c80f1d84ee4e6bda51630
RANDOM SEED=722418289

node19.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.263
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	: 5931.00
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.263
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:       1767848 kB
Buffers:         16880 kB
Cached:         173424 kB
SwapCached:       6760 kB
Active:         167492 kB
Inactive:        64248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767848 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:            2752 kB
Writeback:           0 kB
Mapped:          58456 kB
Slab:            41320 kB
Committed_AS:  3361108 kB
PageTables:       2048 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= 66548 MiB
End job on node19 at 2008-07-02 20:52:51