Trace number 1067979

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 ESACSAT 71.4371 72.0735

DiagnosticValue
CHECKS14985600
NODES41201

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-03.xml
MD5SUM3c2779849935bf9ee26f9ef7af257926
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark71.4371
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1067979-1215151996.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.44	     nbVariables=307  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=7982
0.38/0.44	       =>  wckTime=0.197  cpuTime=0.17  mem=8M894
0.38/0.44	   
0.38/0.44	   relations being loaded...
0.48/0.58	   
0.48/0.58	   predicates being loaded...
0.58/0.65	   
0.58/0.65	   constraints being loaded...
0.88/0.99	   Too large in ConstraintConflictsSTructure
0.98/1.03	   Too large in ConstraintConflictsSTructure
0.98/1.04	   Too large in ConstraintConflictsSTructure
1.85/1.94	     nbConstraints=1430  nbRelationTypes=7  nbGlobalConstraints=119  nbExtensionStructures=7
1.85/1.95	     nbSharedExtensionStructures=111  nbConflictsStructures=4  nbSharedConflictsStructures=92
1.85/1.95	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=7
1.85/1.95	     nbSharedEvaluationManagers=1304  minDegree=2  maxDegree=63  minArity=3  avgArity=9.9  maxArity=296  nbGenerators=1
1.85/1.95	     nbFusions=0  symmetryWckTime=0.305  symmetryCpuTime=0.17
1.85/1.95	       =>  wckTime=1.707  cpuTime=1.29  mem=40M531
1.96/2.06	   
1.96/2.06	   solver IterativeSystematicSolver being built... 
2.25/2.37	   
2.25/2.38	   INFO : Forward propagation technique limited 
2.34/2.45	       =>  wckTime=2.209  cpuTime=1.55  mem=50M864
3.15/3.26	   
3.15/3.26	   preprocessing
3.15/3.26	     nbConstraintChecks=57404  nbValidityChecks=7194458  nbPropagations=5336  nbRevisions=6311  nbUselessRevisions=6309
3.15/3.26	     nbSingletonTests=355  nbEffectiveSingletonTests=0  nbACRemovals=384  nbFoundSingletons=0  nbRemovedValues=384
3.15/3.26	     detectedInconsistency=no
3.15/3.26	       =>  wckTime=0.808  cpuTime=0.73  mem=51M840
4.44/4.60	   
4.44/4.60	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=53M807)
71.36/72.03	   
71.36/72.03	   search
71.36/72.03	     run=15  nbConstraintChecks=14928244  nbValidityChecks=347487912  minDepth=7  maxDepth=307  nbPropagations=2757280
71.36/72.03	     nbRevisions=29185834  nbUselessRevisions=29183257  nbAssignments=41201  nbFailedAssignments=10823
71.36/72.03	     nbBacktracks=28102  nbVisitedNodes=59873  nbRestartNogoods=261  nbFoundSolutions=1  nbSEliminables=0
71.36/72.03	     nbREliminables=45.5  nbIEliminables=232.79  nbDEliminables=0  nbPEliminables=0
71.36/72.03	       =>  wckTime=69.574  cpuTime=68.84  mem=54M783
71.36/72.03	   
71.36/72.03	   global
71.36/72.03	     nbConstraintChecks=14985648  nbValidityChecks=354682370  nbPropagations=2762616  nbRevisions=29192145
71.36/72.03	     nbUselessRevisions=29189566  nbRestartNogoods=261  solvingWckTime=69.576  solvingCpuTime=68.84  expiredTime=no
71.36/72.03	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=70.39  globalCpuTime=70.44
71.36/72.03	       =>  wckTime=71.79  cpuTime=70.4  mem=54M783
71.36/72.03	   
71.36/72.03	s SATISFIABLE
71.36/72.03	v 0 2 2 4 15 19 18 19 4 0 3 18 22 0 19 7 4 2 17 0 3 11 4 12 0 17 8 4 2 4 17 4 0 11 2 4 13 19 20 12 0 24 4 17 18 0 17 2 0 13 0 14 2 19 18 15 4 11 11 18 15 0 17 4 18 10 8 18 7 14 19 14 18 11 14 15 14 13 24 18 4 4 13 19 4 17 17 4 18 4 17 15 4 13 19 18 0 11 11 4 4 11 12 4 17 14 4 3 8 15 0 11 18 22 0 13 18 14 13 14 11 3 14 11 8 21 8 13 4 2 0 11 3 4 17 18 0 14 0 2 0 3 4 12 8 0 17 8 14 0 1 4 17 13 0 19 7 24 15 4 19 0 19 7 4 13 8 0 13 0 17 4 5 11 4 4 2 4 15 4 0 18 0 13 19 0 8 12 12 20 4 11 11 4 17 18 19 4 0 17 13 18 15 8 11 14 19 2 0 2 0 14 21 4 19 4 17 0 13 13 14 11 0 13 14 13 11 24 0 8 11 4 0 13 20 18 13 0 19 4 0 3 0 18 11 0 8 13 1 8 18 14 13 19 14 19 19 17 8 1 0 11 0 13 19 8 2 11 0 19 4 13 19 4 4 17 8 11 24 13 0 21 4 11 0 12 14 17 0 11 18 22 4 3 4 13 19 4 0 18 4 17 4 6 0 11 4 
71.36/72.03	d NODES 41201
71.36/72.03	d CHECKS 14985648
71.36/72.03	   
71.36/72.03	   totalWckTime=71.847  totalCpuTime=70.45

Verifier Data (download as text)

OK

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-1067979-1215151996/watcher-1067979-1215151996 -o /tmp/evaluation-result-1067979-1215151996/solver-1067979-1215151996 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1067979-1215151996.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: 1.91 1.97 1.95 4/72 27604
/proc/meminfo: memFree=1783056/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=10616 CPUtime=0
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 1994169455 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 2654 472 209 9 0 1184 0
[pid=27604/tid=27605] ppid=27602 vsize=10616 CPUtime=0
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 1994169456 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 6533080 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.116122 s]
/proc/loadavg: 1.91 1.97 1.95 4/72 27604
/proc/meminfo: memFree=1783056/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=865884 CPUtime=0.09
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 3935 0 1 0 7 2 0 0 18 0 9 0 1994169455 886665216 3375 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 216471 3375 1767 9 0 211026 0
[pid=27604/tid=27605] ppid=27602 vsize=865884 CPUtime=0.08
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 3033 0 1 0 7 1 0 0 18 0 9 0 1994169456 886665216 3375 996147200 134512640 134550740 4294955968 18446744073709551615 102717514 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.201132 s]
/proc/loadavg: 1.91 1.97 1.95 4/72 27604
/proc/meminfo: memFree=1783056/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=866048 CPUtime=0.18
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 4725 0 1 0 15 3 0 0 18 0 9 0 1994169455 886833152 4152 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 216512 4152 1852 9 0 211060 0
[pid=27604/tid=27605] ppid=27602 vsize=866048 CPUtime=0.17
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 3823 0 1 0 15 2 0 0 18 0 9 0 1994169456 886833152 4152 996147200 134512640 134550740 4294955968 18446744073709551615 4125978314 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866048

[startup+0.301136 s]
/proc/loadavg: 1.91 1.97 1.95 4/72 27604
/proc/meminfo: memFree=1783056/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=866196 CPUtime=0.28
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 5622 0 1 0 25 3 0 0 18 0 9 0 1994169455 886984704 5036 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 216549 5036 1903 9 0 211097 0
[pid=27604/tid=27605] ppid=27602 vsize=866196 CPUtime=0.24
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 4655 0 1 0 21 3 0 0 19 0 9 0 1994169456 886984704 5036 996147200 134512640 134550740 4294955968 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.701171 s]
/proc/loadavg: 1.91 1.97 1.95 4/72 27604
/proc/meminfo: memFree=1783056/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=867100 CPUtime=0.68
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 9008 0 1 0 62 6 0 0 18 0 9 0 1994169455 887910400 8368 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 216775 8368 2008 9 0 211281 0
[pid=27604/tid=27605] ppid=27602 vsize=867100 CPUtime=0.57
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 7848 0 1 0 52 5 0 0 20 0 9 0 1994169456 887910400 8368 996147200 134512640 134550740 4294955968 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) 867100

[startup+1.50224 s]
/proc/loadavg: 1.91 1.97 1.95 3/81 27613
/proc/meminfo: memFree=1735624/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=867600 CPUtime=1.48
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 19420 0 1 0 133 15 0 0 18 0 9 0 1994169455 888422400 18753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 216900 18753 2007 9 0 211428 0
[pid=27604/tid=27605] ppid=27602 vsize=867600 CPUtime=1.19
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 15773 0 1 0 106 13 0 0 25 0 9 0 1994169456 888422400 18753 996147200 134512640 134550740 4294955968 18446744073709551615 102605638 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=867600 CPUtime=0.04
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 2244 0 0 0 4 0 0 0 16 0 9 0 1994169458 888422400 18753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=867600 CPUtime=0
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1994169458 888422400 18753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=867600 CPUtime=0
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1994169458 888422400 18753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=867600 CPUtime=0
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1994169460 888422400 18753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=867600 CPUtime=0.21
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 707 0 0 0 21 0 0 0 16 0 9 0 1994169460 888422400 18753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=867600 CPUtime=0
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1994169460 888422400 18753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=867600 CPUtime=0
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1994169460 888422400 18753 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867600

[startup+3.10237 s]
/proc/loadavg: 1.91 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1706312/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=3.05
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43151 609 1 0 271 25 8 1 18 0 9 0 1994169455 888971264 26631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26631 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=2.42
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26854 609 1 0 216 17 8 1 25 0 9 0 1994169456 888971264 26631 996147200 134512640 134550740 4294955968 18446744073709551615 4127172545 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.44
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 985 609 0 0 35 0 8 1 15 0 9 0 1994169460 888971264 26631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 8 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26631 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868136

[startup+6.30163 s]
/proc/loadavg: 1.92 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686216/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=6.21
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43230 609 1 0 587 25 8 1 18 0 9 0 1994169455 888971264 26663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26663 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=5.54
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26864 609 1 0 528 17 8 1 25 0 9 0 1994169456 888971264 26663 996147200 134512640 134550740 4294955968 18446744073709551615 4127205463 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 17 0 9 0 1994169458 888971264 26663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.5
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1028 609 0 0 40 1 8 1 16 0 9 0 1994169460 888971264 26663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26663 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26663 996147200 134512640 134550740 4294955968 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) 868136

[startup+12.7022 s]
/proc/loadavg: 1.93 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686024/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=12.56
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43255 609 1 0 1222 25 8 1 18 0 9 0 1994169455 888971264 26669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26669 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=11.87
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26864 609 1 0 1161 17 8 1 25 0 9 0 1994169456 888971264 26669 996147200 134512640 134550740 4294955968 18446744073709551615 4127214171 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.51
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1053 609 0 0 41 1 8 1 16 0 9 0 1994169460 888971264 26669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26669 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868136

[startup+25.5012 s]
/proc/loadavg: 1.94 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686152/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=25.26
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43259 609 1 0 2491 26 8 1 18 0 9 0 1994169455 888971264 26670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26670 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=24.56
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26867 609 1 0 2429 18 8 1 25 0 9 0 1994169456 888971264 26670 996147200 134512640 134550740 4294955968 18446744073709551615 4127172323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.52
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1054 609 0 0 42 1 8 1 16 0 9 0 1994169460 888971264 26670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26670 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 868136

[startup+51.1013 s]
/proc/loadavg: 1.96 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686152/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=50.64
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43260 609 1 0 5029 26 8 1 18 0 9 0 1994169455 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26671 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=49.94
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26867 609 1 0 4967 18 8 1 25 0 9 0 1994169456 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4127162193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32

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

/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43260 609 1 0 5039 26 8 1 18 0 9 0 1994169455 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26671 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=50.04
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26867 609 1 0 4977 18 8 1 25 0 9 0 1994169456 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4127240907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.52
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1055 609 0 0 42 1 8 1 16 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 868136

[startup+64.0024 s]
/proc/loadavg: 1.97 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686152/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=63.43
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43260 609 1 0 6308 26 8 1 18 0 9 0 1994169455 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26671 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=62.73
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26867 609 1 0 6246 18 8 1 25 0 9 0 1994169456 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4127162254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.52
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1055 609 0 0 42 1 8 1 16 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.43
Current children cumulated vsize (KiB) 868136

[startup+67.2067 s]
/proc/loadavg: 1.97 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686152/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=66.6
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43260 609 1 0 6625 26 8 1 18 0 9 0 1994169455 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26671 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=65.91
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26867 609 1 0 6564 18 8 1 25 0 9 0 1994169456 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4127162227 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.52
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1055 609 0 0 42 1 8 1 16 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 66.6
Current children cumulated vsize (KiB) 868136

[startup+70.4029 s]
/proc/loadavg: 1.97 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686152/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=69.78
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43260 609 1 0 6943 26 8 1 18 0 9 0 1994169455 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26671 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=69.08
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26867 609 1 0 6881 18 8 1 25 0 9 0 1994169456 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4127172323 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.52
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1055 609 0 0 42 1 8 1 16 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.78
Current children cumulated vsize (KiB) 868136

[startup+71.203 s]
/proc/loadavg: 1.97 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686152/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=70.57
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43260 609 1 0 7022 26 8 1 18 0 9 0 1994169455 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26671 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=69.87
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26867 609 1 0 6960 18 8 1 25 0 9 0 1994169456 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4127162193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.52
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1055 609 0 0 42 1 8 1 16 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.57
Current children cumulated vsize (KiB) 868136

[startup+71.607 s]
/proc/loadavg: 1.97 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686152/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=70.97
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43260 609 1 0 7062 26 8 1 18 0 9 0 1994169455 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26671 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=70.27
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26867 609 1 0 7000 18 8 1 25 0 9 0 1994169456 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4127209090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.52
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1055 609 0 0 42 1 8 1 16 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 70.97
Current children cumulated vsize (KiB) 868136

[startup+72.0021 s]
/proc/loadavg: 1.97 1.97 1.95 3/81 27617
/proc/meminfo: memFree=1686152/2055920 swapFree=4180796/4192956
[pid=27604] ppid=27602 vsize=868136 CPUtime=71.36
/proc/27604/stat : 27604 (java) S 27602 27604 25205 0 -1 0 43260 609 1 0 7101 26 8 1 18 0 9 0 1994169455 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27604/statm: 217034 26671 2637 9 0 211540 0
[pid=27604/tid=27605] ppid=27602 vsize=868136 CPUtime=70.67
/proc/27604/task/27605/stat : 27605 (java) R 27602 27604 25205 0 -1 64 26867 609 1 0 7040 18 8 1 25 0 9 0 1994169456 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4127210960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27607] ppid=27602 vsize=868136 CPUtime=0.32
/proc/27604/task/27607/stat : 27607 (java) S 27602 27604 25205 0 -1 64 14471 609 0 0 18 5 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27608] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27608/stat : 27608 (java) S 27602 27604 25205 0 -1 64 17 609 0 0 0 0 8 1 16 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27609] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27609/stat : 27609 (java) S 27602 27604 25205 0 -1 64 10 609 0 0 0 0 8 1 15 0 9 0 1994169458 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27610] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27610/stat : 27610 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 18 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27611] ppid=27602 vsize=868136 CPUtime=0.52
/proc/27604/task/27611/stat : 27611 (java) S 27602 27604 25205 0 -1 64 1055 609 0 0 42 1 8 1 16 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27612] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27612/stat : 27612 (java) S 27602 27604 25205 0 -1 64 1 609 0 0 0 0 8 1 19 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27604/tid=27613] ppid=27602 vsize=868136 CPUtime=0.09
/proc/27604/task/27613/stat : 27613 (java) S 27602 27604 25205 0 -1 64 34 609 0 0 0 0 8 1 15 0 9 0 1994169460 888971264 26671 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 71.36
Current children cumulated vsize (KiB) 868136

Child status: 0
Real time (s): 72.0735
CPU time (s): 71.4371
CPU user time (s): 71.1382
CPU system time (s): 0.298954
CPU usage (%): 99.1171
Max. virtual memory (cumulated for all children) (KiB): 868136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.1382
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43903
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= 3121
involuntary context switches= 4711

runsolver used 0.089986 second user time and 0.246962 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-04 08:13:17
IDJOB=1067979
IDBENCH=55464
IDSOLVER=364
FILE ID=node65/1067979-1215151996
PBS_JOBID= 7877370
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-03.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1067979-1215151996/watcher-1067979-1215151996 -o /tmp/evaluation-result-1067979-1215151996/solver-1067979-1215151996 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1067979-1215151996.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3c2779849935bf9ee26f9ef7af257926
RANDOM SEED=158718291

node65.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1783536 kB
Buffers:         36128 kB
Cached:         143152 kB
SwapCached:       5952 kB
Active:         146548 kB
Inactive:        67692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783536 kB
SwapTotal:     4192956 kB
SwapFree:      4180796 kB
Dirty:            2620 kB
Writeback:           0 kB
Mapped:          42772 kB
Slab:            43004 kB
Committed_AS:  3980416 kB
PageTables:       2184 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node65 at 2008-07-04 08:14:29