Trace number 1044247

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 ACUNSAT 1210.09 1219.29

DiagnosticValue
CHECKS7015920000
NODES4417690

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-57021_ext.xml
MD5SUM957324b5ff6c2ae9da4db29517ba03bc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark276.757
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-1044247-1215022576.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.29/0.38	     nbVariables=26  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=676
0.29/0.38	       =>  wckTime=0.146  cpuTime=0.12  mem=7M919
0.29/0.38	   
0.29/0.38	   relations being loaded...
0.57/0.61	   
0.57/0.61	   constraints being loaded...
0.78/0.83	     nbConstraints=325  nbRelationTypes=325  nbExtensionStructures=325  nbSharedExtensionStructures=0
0.78/0.83	     nbConflictsStructures=325  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=979  minDegree=25
0.78/0.83	     maxDegree=25  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.059  symmetryCpuTime=0.04
0.78/0.83	       =>  wckTime=0.595  cpuTime=0.43  mem=20M678
0.87/0.90	   
0.87/0.90	   solver IterativeSystematicSolver being built... 
0.96/1.04	       =>  wckTime=0.806  cpuTime=0.55  mem=20M936
0.96/1.05	   
0.96/1.05	   preprocessing
0.96/1.05	     nbConstraintChecks=0  nbPropagations=26  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.96/1.05	     detectedInconsistency=no
0.96/1.05	       =>  wckTime=0.0060  cpuTime=0.01  mem=21M944
1.16/1.22	   
1.16/1.22	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M968)
1210.01/1219.25	   
1210.01/1219.25	   search
1210.01/1219.25	     run=28  nbConstraintChecks=7015917944  minDepth=0  maxDepth=11  nbPropagations=236632451  nbRevisions=5185649179
1210.01/1219.25	     nbUselessRevisions=4551749170  nbAssignments=4417691  nbFailedAssignments=2132659  nbInferredBacktracks=2
1210.01/1219.25	     nbBacktracks=2284850  nbVisitedNodes=8209869  nbRestartNogoods=356  nbSEliminables=6.41  nbREliminables=0
1210.01/1219.25	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
1210.01/1219.25	       =>  wckTime=1218.197  cpuTime=1208.96  mem=22M968
1210.01/1219.25	   
1210.01/1219.25	   global
1210.01/1219.25	     nbConstraintChecks=7015917944  nbPropagations=236632477  nbRevisions=5185649179  nbUselessRevisions=4551749170
1210.01/1219.25	     nbRestartNogoods=356  solvingWckTime=1218.202  solvingCpuTime=1208.96  expiredTime=no  totalExploration=yes
1210.01/1219.25	     nbFoundSolutions=0  globalCpuTime=1209.56
1210.01/1219.25	       =>  wckTime=1219.01  cpuTime=1209.51  mem=22M968
1210.01/1219.25	   
1210.01/1219.25	s UNSATISFIABLE
1210.01/1219.25	d NODES 4417691
1210.01/1219.25	d CHECKS 7015917944
1210.01/1219.25	   
1210.01/1219.25	   totalWckTime=1219.068  totalCpuTime=1209.56

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1044247-1215022576/watcher-1044247-1215022576 -o /tmp/evaluation-result-1044247-1215022576/solver-1044247-1215022576 -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-1044247-1215022576.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.03 1.96 4/84 14815
/proc/meminfo: memFree=1512816/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=10616 CPUtime=0
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1981233011 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 2654 472 209 9 0 1184 0
[pid=14815/tid=14816] ppid=14813 vsize=10616 CPUtime=0
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1981233012 10870784 472 996147200 134512640 134550740 4294955984 18446744073709551615 11435992 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0499489 s]
/proc/loadavg: 2.00 2.03 1.96 4/84 14815
/proc/meminfo: memFree=1512816/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=862716 CPUtime=0.03
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 2381 0 1 0 2 1 0 0 18 0 7 0 1981233011 883421184 1964 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 215679 1964 902 9 0 210658 0
[pid=14815/tid=14816] ppid=14813 vsize=862716 CPUtime=0.02
/proc/14815/task/14816/stat : 14816 (java) S 14813 14815 14425 0 -1 64 1686 0 1 0 2 0 0 0 18 0 7 0 1981233012 883421184 1964 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862716

[startup+0.102101 s]
/proc/loadavg: 2.00 2.03 1.96 4/84 14815
/proc/meminfo: memFree=1512816/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=865884 CPUtime=0.09
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 3775 0 1 0 7 2 0 0 18 0 9 0 1981233011 886665216 3226 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216471 3226 1711 9 0 211026 0
[pid=14815/tid=14816] ppid=14813 vsize=865884 CPUtime=0.07
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 2873 0 1 0 6 1 0 0 18 0 9 0 1981233012 886665216 3226 996147200 134512640 134550740 4294955984 18446744073709551615 102719368 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.301121 s]
/proc/loadavg: 2.00 2.03 1.96 4/84 14815
/proc/meminfo: memFree=1512816/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=866196 CPUtime=0.29
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 5619 0 1 0 25 4 0 0 18 0 9 0 1981233011 886984704 5033 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216549 5033 1902 9 0 211097 0
[pid=14815/tid=14816] ppid=14813 vsize=866196 CPUtime=0.24
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 4655 0 1 0 21 3 0 0 19 0 9 0 1981233012 886984704 5033 996147200 134512640 134550740 4294955984 18446744073709551615 10588964 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701159 s]
/proc/loadavg: 2.00 2.03 1.96 4/84 14815
/proc/meminfo: memFree=1512816/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867020 CPUtime=0.68
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 8372 0 1 0 62 6 0 0 18 0 9 0 1981233011 887828480 7732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216755 7732 1977 9 0 211283 0
[pid=14815/tid=14816] ppid=14813 vsize=867020 CPUtime=0.54
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 7196 0 1 0 49 5 0 0 20 0 9 0 1981233012 887828480 7732 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867020

[startup+1.50223 s]
/proc/loadavg: 2.00 2.03 1.96 3/93 14828
/proc/meminfo: memFree=1480808/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=1.46
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17561 288 1 0 136 10 0 0 18 0 9 0 1981233011 888717312 10804 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10804 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=1.14
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12009 288 1 0 107 7 0 0 25 0 9 0 1981233012 888717312 10804 996147200 134512640 134550740 4294955984 18446744073709551615 4126866260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10804 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10804 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10804 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10804 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.23
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 705 288 0 0 22 1 0 0 15 0 9 0 1981233016 888717312 10804 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10804 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10804 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) 867888

[startup+3.10138 s]
/proc/loadavg: 2.00 2.03 1.96 3/93 14828
/proc/meminfo: memFree=1479400/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=3.04
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17582 288 1 0 293 11 0 0 18 0 9 0 1981233011 888717312 10824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10824 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=2.7
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12012 288 1 0 263 7 0 0 25 0 9 0 1981233012 888717312 10824 996147200 134512640 134550740 4294955984 18446744073709551615 4126866633 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 17 0 9 0 1981233014 888717312 10824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.26
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 723 288 0 0 25 1 0 0 15 0 9 0 1981233016 888717312 10824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10824 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) 867888

[startup+6.30169 s]
/proc/loadavg: 2.00 2.03 1.96 3/93 14828
/proc/meminfo: memFree=1479272/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=6.21
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17601 288 1 0 610 11 0 0 18 0 9 0 1981233011 888717312 10827 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10827 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=5.86
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12016 288 1 0 579 7 0 0 25 0 9 0 1981233012 888717312 10827 996147200 134512640 134550740 4294955984 18446744073709551615 4126866331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10827 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10827 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10827 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10827 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.26
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 724 288 0 0 25 1 0 0 16 0 9 0 1981233016 888717312 10827 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10827 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10827 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) 867888

[startup+12.7013 s]
/proc/loadavg: 2.00 2.03 1.96 3/93 14828
/proc/meminfo: memFree=1479080/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=12.55
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17605 288 1 0 1244 11 0 0 18 0 9 0 1981233011 888717312 10829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10829 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=12.21
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12018 288 1 0 1213 8 0 0 25 0 9 0 1981233012 888717312 10829 996147200 134512640 134550740 4294955984 18446744073709551615 4126879916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.26
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 726 288 0 0 25 1 0 0 16 0 9 0 1981233016 888717312 10829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10829 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10829 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) 867888

[startup+25.5025 s]
/proc/loadavg: 2.00 2.03 1.96 3/93 14828
/proc/meminfo: memFree=1479016/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=25.23
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17606 288 1 0 2512 11 0 0 18 0 9 0 1981233011 888717312 10830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10830 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=24.89
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12019 288 1 0 2481 8 0 0 25 0 9 0 1981233012 888717312 10830 996147200 134512640 134550740 4294955984 18446744073709551615 4126866739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.26
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 726 288 0 0 25 1 0 0 16 0 9 0 1981233016 888717312 10830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) R 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10830 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) 867888

[startup+51.103 s]
/proc/loadavg: 2.00 2.03 1.96 3/93 14828
/proc/meminfo: memFree=1479016/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=50.59
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17608 288 1 0 5048 11 0 0 18 0 9 0 1981233011 888717312 10832 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10832 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=50.25
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12021 288 1 0 5017 8 0 0 25 0 9 0 1981233012 888717312 10832 996147200 134512640 134550740 4294955984 18446744073709551615 4126866644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05

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

/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17623 288 1 0 120023 17 0 0 18 0 9 0 1981233011 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10842 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=1200.06
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12031 288 1 0 119992 14 0 0 25 0 9 0 1981233012 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4126863731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.27
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 731 288 0 0 26 1 0 0 16 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.4
Current children cumulated vsize (KiB) 867888

[startup+1215.9 s]
/proc/loadavg: 2.47 2.20 2.05 3/89 15141
/proc/meminfo: memFree=1447448/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=1206.74
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17623 288 1 0 120657 17 0 0 18 0 9 0 1981233011 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10842 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=1206.39
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12031 288 1 0 120625 14 0 0 25 0 9 0 1981233012 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4126874019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.27
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 731 288 0 0 26 1 0 0 16 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1206.74
Current children cumulated vsize (KiB) 867888

[startup+1217.5 s]
/proc/loadavg: 2.47 2.20 2.05 3/89 15141
/proc/meminfo: memFree=1447448/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=1208.33
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17623 288 1 0 120816 17 0 0 18 0 9 0 1981233011 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10842 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=1207.98
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12031 288 1 0 120784 14 0 0 25 0 9 0 1981233012 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4126863605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.27
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 731 288 0 0 26 1 0 0 16 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1208.33
Current children cumulated vsize (KiB) 867888

[startup+1218.3 s]
/proc/loadavg: 2.47 2.20 2.05 3/89 15141
/proc/meminfo: memFree=1447448/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=1209.12
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17623 288 1 0 120895 17 0 0 18 0 9 0 1981233011 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10842 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=1208.77
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12031 288 1 0 120863 14 0 0 25 0 9 0 1981233012 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4126873949 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.27
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 731 288 0 0 26 1 0 0 16 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1209.12
Current children cumulated vsize (KiB) 867888

[startup+1218.7 s]
/proc/loadavg: 2.43 2.19 2.04 3/89 15141
/proc/meminfo: memFree=1447448/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=1209.52
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17623 288 1 0 120935 17 0 0 18 0 9 0 1981233011 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10842 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=1209.17
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12031 288 1 0 120903 14 0 0 25 0 9 0 1981233012 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4126864215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.27
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 731 288 0 0 26 1 0 0 16 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1209.52
Current children cumulated vsize (KiB) 867888

[startup+1219.1 s]
/proc/loadavg: 2.43 2.19 2.04 3/89 15141
/proc/meminfo: memFree=1447448/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=1209.91
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17623 288 1 0 120974 17 0 0 18 0 9 0 1981233011 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10842 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=1209.56
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12031 288 1 0 120942 14 0 0 25 0 9 0 1981233012 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.27
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 731 288 0 0 26 1 0 0 16 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1209.91
Current children cumulated vsize (KiB) 867888

[startup+1219.2 s]
/proc/loadavg: 2.43 2.19 2.04 3/89 15141
/proc/meminfo: memFree=1447448/2055920 swapFree=4180024/4192956
[pid=14815] ppid=14813 vsize=867888 CPUtime=1210.01
/proc/14815/stat : 14815 (java) S 14813 14815 14425 0 -1 0 17623 288 1 0 120984 17 0 0 18 0 9 0 1981233011 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14815/statm: 216972 10842 2633 9 0 211478 0
[pid=14815/tid=14816] ppid=14813 vsize=867888 CPUtime=1209.66
/proc/14815/task/14816/stat : 14816 (java) R 14813 14815 14425 0 -1 64 12031 288 1 0 120952 14 0 0 25 0 9 0 1981233012 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4126892448 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14818] ppid=14813 vsize=867888 CPUtime=0.05
/proc/14815/task/14818/stat : 14818 (java) S 14813 14815 14425 0 -1 64 4011 288 0 0 5 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14819] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14819/stat : 14819 (java) S 14813 14815 14425 0 -1 64 16 288 0 0 0 0 0 0 17 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14820] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14820/stat : 14820 (java) S 14813 14815 14425 0 -1 64 9 288 0 0 0 0 0 0 16 0 9 0 1981233014 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14821] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14821/stat : 14821 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 18 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14822] ppid=14813 vsize=867888 CPUtime=0.27
/proc/14815/task/14822/stat : 14822 (java) S 14813 14815 14425 0 -1 64 731 288 0 0 26 1 0 0 16 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14815/tid=14823] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14823/stat : 14823 (java) S 14813 14815 14425 0 -1 64 1 288 0 0 0 0 0 0 19 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14815/tid=14824] ppid=14813 vsize=867888 CPUtime=0
/proc/14815/task/14824/stat : 14824 (java) S 14813 14815 14425 0 -1 64 15 288 0 0 0 0 0 0 15 0 9 0 1981233016 888717312 10842 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1210.01
Current children cumulated vsize (KiB) 867888

Child status: 0
Real time (s): 1219.29
CPU time (s): 1210.09
CPU user time (s): 1209.9
CPU system time (s): 0.19097
CPU usage (%): 99.2455
Max. virtual memory (cumulated for all children) (KiB): 867888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1209.9
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18030
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= 25761
involuntary context switches= 50321

runsolver used 1.63475 second user time and 3.9284 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-02 20:16:16
IDJOB=1044247
IDBENCH=53515
IDSOLVER=363
FILE ID=node4/1044247-1215022576
PBS_JOBID= 7874461
Free space on /tmp= 66528 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-57021_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-1044247-1215022576/watcher-1044247-1215022576 -o /tmp/evaluation-result-1044247-1215022576/solver-1044247-1215022576 -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-1044247-1215022576.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 957324b5ff6c2ae9da4db29517ba03bc
RANDOM SEED=1106950479

node4.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.213
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.213
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:       1513296 kB
Buffers:         59668 kB
Cached:         361796 kB
SwapCached:       7004 kB
Active:         213716 kB
Inactive:       250712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513296 kB
SwapTotal:     4192956 kB
SwapFree:      4180024 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          60260 kB
Slab:            63188 kB
Committed_AS:  3210276 kB
PageTables:       2128 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 node4 at 2008-07-02 20:36:36