Trace number 1047998

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 ESACUNSAT 154.915 156.279

DiagnosticValue
CHECKS208352000
NODES202754

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-30-9-mod.xml
MD5SUM50062f1989033f156236dffc97d03049
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints210
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.08	
0.06/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1047998-1215041750.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.39	     nbVariables=30  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9  nbTotalValues=270
0.29/0.39	       =>  wckTime=0.151  cpuTime=0.11  mem=7M919
0.29/0.39	   
0.29/0.39	   predicates being loaded...
0.38/0.46	   
0.38/0.46	   constraints being loaded...
0.68/0.75	     nbConstraints=210  nbConflictsStructures=1  nbSharedConflictsStructures=209  nbSharedBinaryRepresentations=0
0.68/0.75	     nbEvaluationManagers=1  nbSharedEvaluationManagers=209  minDegree=14  maxDegree=28  minArity=3  maxArity=3
0.68/0.75	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.052  symmetryCpuTime=0.02
0.68/0.75	       =>  wckTime=0.516  cpuTime=0.36  mem=16M755
0.77/0.81	   
0.77/0.81	   solver IterativeSystematicSolver being built... 
0.87/0.97	       =>  wckTime=0.731  cpuTime=0.49  mem=22M516
0.97/1.06	   
0.97/1.06	   preprocessing
0.97/1.06	     nbConstraintChecks=56402  nbValidityChecks=36467  nbPropagations=855  nbRevisions=8947  nbUselessRevisions=8043
0.97/1.06	     nbSingletonTests=35  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
0.97/1.06	     detectedInconsistency=no
0.97/1.06	       =>  wckTime=0.095  cpuTime=0.08  mem=22M516
1.26/1.36	   
1.26/1.36	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=23M508)
154.86/156.23	   
154.86/156.23	   search
154.86/156.23	     run=21  nbConstraintChecks=208295789  nbValidityChecks=172636708  minDepth=0  maxDepth=6  nbPropagations=8878658
154.86/156.23	     nbRevisions=188541589  nbUselessRevisions=166395230  nbAssignments=202754  nbFailedAssignments=121831
154.86/156.23	     nbBacktracks=80811  nbVisitedNodes=386123  nbRestartNogoods=173  nbSEliminables=0  nbREliminables=0.04
154.86/156.23	     nbIEliminables=24.7  nbDEliminables=0  nbPEliminables=0
154.86/156.23	       =>  wckTime=155.265  cpuTime=153.87  mem=23M508
154.86/156.24	   
154.86/156.24	   global
154.86/156.24	     nbConstraintChecks=208352191  nbValidityChecks=172673175  nbPropagations=8879513  nbRevisions=188550536
154.86/156.24	     nbUselessRevisions=166403273  nbRestartNogoods=173  solvingWckTime=155.267  solvingCpuTime=153.87  expiredTime=no
154.86/156.24	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=154.42
154.86/156.24	       =>  wckTime=156.0  cpuTime=154.36  mem=23M508
154.86/156.24	   
154.86/156.24	s UNSATISFIABLE
154.86/156.24	d NODES 202754
154.86/156.24	d CHECKS 208352191
154.86/156.24	   
154.86/156.24	   totalWckTime=156.057  totalCpuTime=154.42

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-1047998-1215041750/watcher-1047998-1215041750 -o /tmp/evaluation-result-1047998-1215041750/solver-1047998-1215041750 -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-1047998-1215041750.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.07 2.06 1.85 4/72 18042
/proc/meminfo: memFree=1337752/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=1616 CPUtime=0
/proc/18042/stat : 18042 (java) D 18040 18042 17506 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1983144852 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/18042/statm: 404 145 119 9 0 46 0

[startup+0.0752549 s]
/proc/loadavg: 2.07 2.06 1.85 4/72 18042
/proc/meminfo: memFree=1337752/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=865856 CPUtime=0.06
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 3360 0 1 0 4 2 0 0 18 0 9 0 1983144852 886636544 2874 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216464 2874 1561 9 0 211026 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865856

[startup+0.10225 s]
/proc/loadavg: 2.07 2.06 1.85 4/72 18042
/proc/meminfo: memFree=1337752/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=865884 CPUtime=0.08
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 3775 0 1 0 6 2 0 0 18 0 9 0 1983144852 886665216 3226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216471 3226 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302269 s]
/proc/loadavg: 2.07 2.06 1.85 4/72 18042
/proc/meminfo: memFree=1337752/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=866196 CPUtime=0.29
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 5624 0 1 0 25 4 0 0 18 0 9 0 1983144852 886984704 5038 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216549 5038 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.702313 s]
/proc/loadavg: 2.07 2.06 1.85 4/72 18042
/proc/meminfo: memFree=1337752/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867092 CPUtime=0.68
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 8323 0 1 0 61 7 0 0 18 0 9 0 1983144852 887902208 7683 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216773 7683 2008 9 0 211279 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867092

[startup+1.50137 s]
/proc/loadavg: 2.07 2.06 1.85 4/81 18055
/proc/meminfo: memFree=1292944/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=1.45
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16703 285 1 0 135 10 0 0 18 0 9 0 1983144852 888688640 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11024 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=1.17
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12296 285 1 0 109 8 0 0 23 0 9 0 1983144853 888688640 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4126850928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.21
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 700 285 0 0 21 0 0 0 15 0 9 0 1983144857 888688640 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 7 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11024 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867860

[startup+3.10149 s]
/proc/loadavg: 2.07 2.06 1.85 3/81 18055
/proc/meminfo: memFree=1291536/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=3.04
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16723 285 1 0 294 10 0 0 18 0 9 0 1983144852 888688640 11043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11043 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=2.74
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12299 285 1 0 266 8 0 0 25 0 9 0 1983144853 888688640 11043 996147200 134512640 134550740 4294955968 18446744073709551615 4126692177 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 17 0 9 0 1983144855 888688640 11043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.23
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 717 285 0 0 23 0 0 0 15 0 9 0 1983144857 888688640 11043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11043 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 7 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11043 996147200 134512640 134550740 4294955968 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) 867860

[startup+6.30276 s]
/proc/loadavg: 2.06 2.06 1.85 3/81 18055
/proc/meminfo: memFree=1280912/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=6.21
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16747 285 1 0 611 10 0 0 18 0 9 0 1983144852 888688640 11050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11050 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=5.9
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12305 285 1 0 582 8 0 0 25 0 9 0 1983144853 888688640 11050 996147200 134512640 134550740 4294955968 18446744073709551615 4126870082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.24
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 722 285 0 0 24 0 0 0 16 0 9 0 1983144857 888688640 11050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11050 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11050 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) 867860

[startup+12.7013 s]
/proc/loadavg: 2.06 2.06 1.85 3/81 18055
/proc/meminfo: memFree=1272080/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=12.56
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16750 285 1 0 1246 10 0 0 18 0 9 0 1983144852 888688640 11052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11052 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=12.24
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12306 285 1 0 1216 8 0 0 25 0 9 0 1983144853 888688640 11052 996147200 134512640 134550740 4294955968 18446744073709551615 4126692170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.24
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 724 285 0 0 24 0 0 0 16 0 9 0 1983144857 888688640 11052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11052 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11052 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) 867860

[startup+25.5024 s]
/proc/loadavg: 2.04 2.05 1.85 3/81 18055
/proc/meminfo: memFree=1247888/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=25.26
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16755 285 1 0 2515 11 0 0 18 0 9 0 1983144852 888688640 11054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11054 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=24.93
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12309 285 1 0 2485 8 0 0 25 0 9 0 1983144853 888688640 11054 996147200 134512640 134550740 4294955968 18446744073709551615 4126695607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.25
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 726 285 0 0 25 0 0 0 17 0 9 0 1983144857 888688640 11054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11054 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11054 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) 867860

[startup+51.1025 s]
/proc/loadavg: 2.03 2.05 1.85 3/81 18055
/proc/meminfo: memFree=1221904/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=50.64
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16757 285 1 0 5053 11 0 0 18 0 9 0 1983144852 888688640 11056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11056 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=50.31
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12311 285 1 0 5023 8 0 0 25 0 9 0 1983144853 888688640 11056 996147200 134512640 134550740 4294955968 18446744073709551615 4126863587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.25
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 726 285 0 0 25 0 0 0 17 0 9 0 1983144857 888688640 11056 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0

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

/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16759 285 1 0 14572 11 0 0 18 0 9 0 1983144852 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11058 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=145.51
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12313 285 1 0 14542 9 0 0 25 0 9 0 1983144853 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4126692200 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.25
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 726 285 0 0 25 0 0 0 17 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 145.83
Current children cumulated vsize (KiB) 867860

[startup+150.302 s]
/proc/loadavg: 2.00 2.03 1.86 4/81 18055
/proc/meminfo: memFree=1183504/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=149
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16759 285 1 0 14889 11 0 0 18 0 9 0 1983144852 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11058 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=148.68
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12313 285 1 0 14859 9 0 0 25 0 9 0 1983144853 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4126694644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.25
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 726 285 0 0 25 0 0 0 17 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 149
Current children cumulated vsize (KiB) 867860

[startup+153.503 s]
/proc/loadavg: 2.00 2.03 1.86 3/81 18055
/proc/meminfo: memFree=1183440/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=152.18
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16759 285 1 0 15207 11 0 0 18 0 9 0 1983144852 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11058 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=151.86
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12313 285 1 0 15177 9 0 0 25 0 9 0 1983144853 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4126095813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.25
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 726 285 0 0 25 0 0 0 17 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.18
Current children cumulated vsize (KiB) 867860

[startup+155.106 s]
/proc/loadavg: 2.00 2.03 1.86 3/81 18055
/proc/meminfo: memFree=1181712/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=153.76
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16759 285 1 0 15365 11 0 0 18 0 9 0 1983144852 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11058 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=153.45
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12313 285 1 0 15336 9 0 0 25 0 9 0 1983144853 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4126693508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.25
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 726 285 0 0 25 0 0 0 17 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 153.76
Current children cumulated vsize (KiB) 867860

[startup+155.901 s]
/proc/loadavg: 2.00 2.03 1.86 3/81 18055
/proc/meminfo: memFree=1181712/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=154.56
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16759 285 1 0 15445 11 0 0 18 0 9 0 1983144852 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11058 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=154.24
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12313 285 1 0 15415 9 0 0 25 0 9 0 1983144853 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4126695588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.25
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 726 285 0 0 25 0 0 0 17 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.56
Current children cumulated vsize (KiB) 867860

[startup+156.101 s]
/proc/loadavg: 2.00 2.03 1.86 3/81 18055
/proc/meminfo: memFree=1181712/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=154.76
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16759 285 1 0 15465 11 0 0 18 0 9 0 1983144852 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11058 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=154.44
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12313 285 1 0 15435 9 0 0 25 0 9 0 1983144853 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4126697952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.25
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 726 285 0 0 25 0 0 0 17 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.76
Current children cumulated vsize (KiB) 867860

[startup+156.206 s]
/proc/loadavg: 2.00 2.03 1.86 3/81 18055
/proc/meminfo: memFree=1181712/2055920 swapFree=4180772/4192956
[pid=18042] ppid=18040 vsize=867860 CPUtime=154.86
/proc/18042/stat : 18042 (java) S 18040 18042 17506 0 -1 0 16759 285 1 0 15475 11 0 0 18 0 9 0 1983144852 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18042/statm: 216965 11058 2631 9 0 211471 0
[pid=18042/tid=18044] ppid=18040 vsize=867860 CPUtime=154.54
/proc/18042/task/18044/stat : 18044 (java) R 18040 18042 17506 0 -1 64 12313 285 1 0 15445 9 0 0 25 0 9 0 1983144853 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4126692104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18045] ppid=18040 vsize=867860 CPUtime=0.04
/proc/18042/task/18045/stat : 18045 (java) S 18040 18042 17506 0 -1 64 2864 285 0 0 4 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18046] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18046/stat : 18046 (java) S 18040 18042 17506 0 -1 64 16 285 0 0 0 0 0 0 16 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18047] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18047/stat : 18047 (java) S 18040 18042 17506 0 -1 64 11 285 0 0 0 0 0 0 15 0 9 0 1983144855 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18048] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18048/stat : 18048 (java) S 18040 18042 17506 0 -1 64 0 285 0 0 0 0 0 0 18 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18049] ppid=18040 vsize=867860 CPUtime=0.25
/proc/18042/task/18049/stat : 18049 (java) S 18040 18042 17506 0 -1 64 726 285 0 0 25 0 0 0 17 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18050] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18050/stat : 18050 (java) S 18040 18042 17506 0 -1 64 2 285 0 0 0 0 0 0 19 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18042/tid=18051] ppid=18040 vsize=867860 CPUtime=0
/proc/18042/task/18051/stat : 18051 (java) S 18040 18042 17506 0 -1 64 20 285 0 0 0 0 0 0 15 0 9 0 1983144857 888688640 11058 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 154.86
Current children cumulated vsize (KiB) 867860

Child status: 0
Real time (s): 156.279
CPU time (s): 154.915
CPU user time (s): 154.787
CPU system time (s): 0.12798
CPU usage (%): 99.1274
Max. virtual memory (cumulated for all children) (KiB): 867860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 154.787
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17161
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= 4280
involuntary context switches= 7681

runsolver used 0.207968 second user time and 0.52292 second system time

The end

Launcher Data (download as text)

Begin job on node65 at 2008-07-03 01:35:51
IDJOB=1047998
IDBENCH=54342
IDSOLVER=364
FILE ID=node65/1047998-1215041750
PBS_JOBID= 7875045
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-30-9-mod.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-1047998-1215041750/watcher-1047998-1215041750 -o /tmp/evaluation-result-1047998-1215041750/solver-1047998-1215041750 -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-1047998-1215041750.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 50062f1989033f156236dffc97d03049
RANDOM SEED=1781581536

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:       1338232 kB
Buffers:         31128 kB
Cached:         156576 kB
SwapCached:       5824 kB
Active:         602140 kB
Inactive:        52784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1338232 kB
SwapTotal:     4192956 kB
SwapFree:      4180772 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         473936 kB
Slab:            46584 kB
Committed_AS:  4553652 kB
PageTables:       3436 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 node65 at 2008-07-03 01:38:27