Trace number 1044097

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 211.813 211.958

DiagnosticValue
CHECKS1196000000
NODES829442

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-57021_ext.xml
MD5SUM8b34465813a216ac0e5d9d1889796917
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.6852
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.07/0.10	
0.07/0.10	Abscon 112 (May, 2008)
0.24/0.31	
0.24/0.31	   configuration
0.24/0.31	     name=mac.xml
0.24/0.38	   
0.24/0.38	   instance
0.24/0.38	     name=HOME/instance-1044097-1215019117.xml
0.30/0.41	   
0.30/0.41	   domains being loaded...
0.30/0.42	   
0.30/0.42	   variables being loaded...
0.30/0.45	     nbVariables=24  nbDomainTypes=1  minDomainSize=24  maxDomainSize=24  nbTotalValues=576
0.30/0.45	       =>  wckTime=0.136  cpuTime=0.1  mem=7M919
0.30/0.45	   
0.30/0.45	   relations being loaded...
0.40/0.54	   
0.40/0.54	   constraints being loaded...
0.60/0.74	     nbConstraints=276  nbRelationTypes=276  nbExtensionStructures=276  nbSharedExtensionStructures=0
0.60/0.74	     nbConflictsStructures=276  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=888  minDegree=23
0.60/0.74	     maxDegree=23  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.051  symmetryCpuTime=0.04
0.60/0.74	       =>  wckTime=0.426  cpuTime=0.3  mem=18M687
0.69/0.81	   
0.69/0.81	   solver IterativeSystematicSolver being built... 
0.79/0.95	       =>  wckTime=0.64  cpuTime=0.42  mem=20M455
0.79/0.97	   
0.79/0.97	   preprocessing
0.79/0.97	     nbConstraintChecks=0  nbPropagations=24  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.79/0.97	     detectedInconsistency=no
0.79/0.97	       =>  wckTime=0.0040  cpuTime=0.0  mem=21M561
1.00/1.12	   
1.00/1.12	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M536)
211.75/211.92	   
211.75/211.92	   search
211.75/211.92	     run=24  nbConstraintChecks=1196000109  minDepth=0  maxDepth=10  nbPropagations=44079747  nbRevisions=895537598
211.75/211.92	     nbUselessRevisions=778652595  nbAssignments=829442  nbFailedAssignments=412134  nbBacktracks=417182
211.75/211.92	     nbVisitedNodes=1551697  nbRestartNogoods=282  nbSEliminables=5.76  nbREliminables=0  nbIEliminables=0
211.75/211.92	     nbDEliminables=0  nbPEliminables=0
211.75/211.92	       =>  wckTime=210.967  cpuTime=210.84  mem=22M536
211.75/211.93	   
211.75/211.93	   global
211.75/211.93	     nbConstraintChecks=1196000109  nbPropagations=44079771  nbRevisions=895537598  nbUselessRevisions=778652595
211.75/211.93	     nbRestartNogoods=282  solvingWckTime=210.97  solvingCpuTime=210.84  expiredTime=no  totalExploration=yes
211.75/211.93	     nbFoundSolutions=0  globalCpuTime=211.29
211.75/211.93	       =>  wckTime=211.613  cpuTime=211.26  mem=22M536
211.75/211.93	   
211.75/211.93	s UNSATISFIABLE
211.75/211.93	d NODES 829442
211.75/211.93	d CHECKS 1196000109
211.75/211.93	   
211.75/211.93	   totalWckTime=211.686  totalCpuTime=211.29

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-1044097-1215019117/watcher-1044097-1215019117 -o /tmp/evaluation-result-1044097-1215019117/solver-1044097-1215019117 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044097-1215019117.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: 0.00 0.00 0.00 4/72 11162
/proc/meminfo: memFree=1846480/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=144 CPUtime=0
/proc/11162/stat : 11162 (java) R 11160 11162 11112 0 -1 0 29 0 0 0 0 0 0 0 18 0 1 0 1980884688 147456 14 996147200 134512640 134550740 4294956144 18446744073709551615 11898300 0 0 4096 0 0 0 0 17 1 0 0
/proc/11162/statm: 37 20 14 9 0 3 0

[startup+0.0457449 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 11162
/proc/meminfo: memFree=1846480/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=861876 CPUtime=0.02
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 2198 0 1 0 1 1 0 0 18 0 5 0 1980884688 882561024 1824 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 215469 1824 837 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.102751 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 11162
/proc/meminfo: memFree=1846480/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=865856 CPUtime=0.07
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 3582 0 1 0 5 2 0 0 18 0 9 0 1980884688 886636544 3071 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216464 3071 1644 9 0 211026 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.302769 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 11162
/proc/meminfo: memFree=1846480/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=866204 CPUtime=0.24
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 5260 0 7 0 20 4 0 0 18 0 9 0 1980884688 886992896 4693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216551 4693 1862 9 0 211099 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 866204

[startup+0.701799 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 11162
/proc/meminfo: memFree=1846480/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867012 CPUtime=0.6
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 8883 0 15 0 52 8 0 0 18 0 9 0 1980884688 887820288 8256 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216753 8256 1987 9 0 211281 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 867012

[startup+1.50188 s]
/proc/loadavg: 0.00 0.00 0.00 5/83 11175
/proc/meminfo: memFree=1813240/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=1.39
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 16983 284 15 0 128 11 0 0 18 0 9 0 1980884688 888377344 10670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10670 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=1.08
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11815 284 15 0 100 8 0 0 20 0 9 0 1980884690 888377344 10670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 17 0 9 0 1980884691 888377344 10670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.23
/proc/11162/task/11169/stat : 11169 (java) R 11160 11162 11112 0 -1 64 705 284 0 0 22 1 0 0 16 0 9 0 1980884694 888377344 10670 996147200 134512640 134550740 4294955984 18446744073709551615 102020872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10670 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 867556

[startup+3.10202 s]
/proc/loadavg: 0.00 0.00 0.00 3/81 11175
/proc/meminfo: memFree=1812864/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=2.99
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 16996 284 15 0 288 11 0 0 18 0 9 0 1980884688 888377344 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10681 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=2.67
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11821 284 15 0 259 8 0 0 25 0 9 0 1980884690 888377344 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4126878752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 17 0 9 0 1980884691 888377344 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 712 284 0 0 23 1 0 0 15 0 9 0 1980884694 888377344 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 5 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10681 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 867556

[startup+6.3023 s]
/proc/loadavg: 0.16 0.03 0.01 3/81 11175
/proc/meminfo: memFree=1812608/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=6.19
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17014 284 15 0 608 11 0 0 18 0 9 0 1980884688 888377344 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10685 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=5.86
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11825 284 15 0 578 8 0 0 17 0 9 0 1980884690 888377344 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4126095741 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10685 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 867556

[startup+12.7019 s]
/proc/loadavg: 0.31 0.07 0.02 3/81 11175
/proc/meminfo: memFree=1812544/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=12.59
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17016 284 15 0 1248 11 0 0 18 0 9 0 1980884688 888377344 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10687 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=12.26
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11827 284 15 0 1218 8 0 0 25 0 9 0 1980884690 888377344 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4126917919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 867556

[startup+25.503 s]
/proc/loadavg: 0.68 0.16 0.05 3/81 11175
/proc/meminfo: memFree=1812544/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=25.38
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17018 284 15 0 2527 11 0 0 18 0 9 0 1980884688 888377344 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10689 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=25.06
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11829 284 15 0 2498 8 0 0 25 0 9 0 1980884690 888377344 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4126377943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10689 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 867556

[startup+51.1022 s]
/proc/loadavg: 1.13 0.31 0.10 3/81 11175
/proc/meminfo: memFree=1812544/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=50.98
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17019 284 15 0 5087 11 0 0 18 0 9 0 1980884688 888377344 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10690 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=50.65
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11830 284 15 0 5057 8 0 0 25 0 9 0 1980884690 888377344 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4126864416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10690 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0

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

/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17022 284 15 0 19164 12 0 0 18 0 9 0 1980884688 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10693 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=191.43
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11833 284 15 0 19134 9 0 0 25 0 9 0 1980884690 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4126874350 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 191.76
Current children cumulated vsize (KiB) 867556

[startup+204.703 s]
/proc/loadavg: 1.93 0.99 0.39 3/81 11175
/proc/meminfo: memFree=1812160/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=204.55
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17022 284 15 0 20443 12 0 0 18 0 9 0 1980884688 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10693 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=204.22
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11833 284 15 0 20413 9 0 0 25 0 9 0 1980884690 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4126861557 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.55
Current children cumulated vsize (KiB) 867556

[startup+207.907 s]
/proc/loadavg: 1.93 0.99 0.39 3/81 11175
/proc/meminfo: memFree=1812160/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=207.76
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17022 284 15 0 20764 12 0 0 18 0 9 0 1980884688 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10693 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=207.43
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11833 284 15 0 20734 9 0 0 25 0 9 0 1980884690 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4126889325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 207.76
Current children cumulated vsize (KiB) 867556

[startup+209.501 s]
/proc/loadavg: 1.94 1.00 0.40 3/81 11175
/proc/meminfo: memFree=1812160/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=209.35
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17022 284 15 0 20923 12 0 0 18 0 9 0 1980884688 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10693 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=209.02
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11833 284 15 0 20893 9 0 0 25 0 9 0 1980884690 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4126894605 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 209.35
Current children cumulated vsize (KiB) 867556

[startup+211.102 s]
/proc/loadavg: 1.94 1.00 0.40 3/81 11175
/proc/meminfo: memFree=1812160/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=210.96
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17022 284 15 0 21084 12 0 0 18 0 9 0 1980884688 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10693 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=210.63
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11833 284 15 0 21054 9 0 0 25 0 9 0 1980884690 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4126861677 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 210.96
Current children cumulated vsize (KiB) 867556

[startup+211.502 s]
/proc/loadavg: 1.94 1.00 0.40 3/81 11175
/proc/meminfo: memFree=1812160/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=211.35
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17022 284 15 0 21123 12 0 0 18 0 9 0 1980884688 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10693 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=211.02
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11833 284 15 0 21093 9 0 0 25 0 9 0 1980884690 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4126864446 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.35
Current children cumulated vsize (KiB) 867556

[startup+211.902 s]
/proc/loadavg: 1.94 1.00 0.40 3/81 11175
/proc/meminfo: memFree=1812160/2055920 swapFree=4180688/4192956
[pid=11162] ppid=11160 vsize=867556 CPUtime=211.75
/proc/11162/stat : 11162 (java) S 11160 11162 11112 0 -1 0 17022 284 15 0 21163 12 0 0 18 0 9 0 1980884688 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11162/statm: 216889 10693 2632 9 0 211395 0
[pid=11162/tid=11164] ppid=11160 vsize=867556 CPUtime=211.42
/proc/11162/task/11164/stat : 11164 (java) R 11160 11162 11112 0 -1 64 11833 284 15 0 21133 9 0 0 25 0 9 0 1980884690 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4126950191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11165] ppid=11160 vsize=867556 CPUtime=0.05
/proc/11162/task/11165/stat : 11165 (java) S 11160 11162 11112 0 -1 64 3630 284 0 0 5 0 0 0 16 0 9 0 1980884691 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11166] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11166/stat : 11166 (java) S 11160 11162 11112 0 -1 64 16 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11167] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11167/stat : 11167 (java) S 11160 11162 11112 0 -1 64 7 284 0 0 0 0 0 0 16 0 9 0 1980884692 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11168] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11168/stat : 11168 (java) S 11160 11162 11112 0 -1 64 0 284 0 0 0 0 0 0 22 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11169] ppid=11160 vsize=867556 CPUtime=0.24
/proc/11162/task/11169/stat : 11169 (java) S 11160 11162 11112 0 -1 64 714 284 0 0 23 1 0 0 16 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11162/tid=11170] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11170/stat : 11170 (java) S 11160 11162 11112 0 -1 64 2 284 0 0 0 0 0 0 23 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11162/tid=11171] ppid=11160 vsize=867556 CPUtime=0
/proc/11162/task/11171/stat : 11171 (java) S 11160 11162 11112 0 -1 64 17 284 0 0 0 0 0 0 15 0 9 0 1980884694 888377344 10693 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 211.75
Current children cumulated vsize (KiB) 867556

Child status: 0
Real time (s): 211.958
CPU time (s): 211.813
CPU user time (s): 211.669
CPU system time (s): 0.143978
CPU usage (%): 99.9313
Max. virtual memory (cumulated for all children) (KiB): 867568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 211.669
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17425
page faults= 15
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5597
involuntary context switches= 1554

runsolver used 0.19597 second user time and 0.631903 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-02 19:18:37
IDJOB=1044097
IDBENCH=53365
IDSOLVER=363
FILE ID=node41/1044097-1215019117
PBS_JOBID= 7874388
Free space on /tmp= 66196 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-57021_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1044097-1215019117/watcher-1044097-1215019117 -o /tmp/evaluation-result-1044097-1215019117/solver-1044097-1215019117 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1044097-1215019117.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8b34465813a216ac0e5d9d1889796917
RANDOM SEED=387234901

node41.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.232
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.232
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:       1848304 kB
Buffers:         13096 kB
Cached:         124196 kB
SwapCached:       6596 kB
Active:          88828 kB
Inactive:        65192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848304 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            5372 kB
Writeback:           0 kB
Mapped:          23828 kB
Slab:            39156 kB
Committed_AS:  3506908 kB
PageTables:       1684 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= 66192 MiB
End job on node41 at 2008-07-02 19:22:09