Trace number 1044341

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 91.948 92.7743

DiagnosticValue
CHECKS512578000
NODES378497

General information on the benchmark

Namecsp/rand-2-23/
normalized-rand-23-23-253-131-52021_ext.xml
MD5SUM0a9c73d0b855ac0192956966c26a87a3
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 benchmark21.3887
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints253
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension253
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.19/0.25	
0.19/0.25	   configuration
0.19/0.25	     name=mac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-1044341-1215024139.xml
0.28/0.32	   
0.28/0.32	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.35	     nbVariables=23  nbDomainTypes=1  minDomainSize=23  maxDomainSize=23  nbTotalValues=529
0.28/0.35	       =>  wckTime=0.102  cpuTime=0.1  mem=7M919
0.28/0.35	   
0.28/0.35	   relations being loaded...
0.39/0.44	   
0.39/0.44	   constraints being loaded...
0.59/0.63	     nbConstraints=253  nbRelationTypes=253  nbExtensionStructures=253  nbSharedExtensionStructures=0
0.59/0.63	     nbConflictsStructures=253  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=843  minDegree=22
0.59/0.63	     maxDegree=22  minArity=2  maxArity=2  nbGenerators=0  nbFusions=0  symmetryWckTime=0.048  symmetryCpuTime=0.02
0.59/0.63	       =>  wckTime=0.38  cpuTime=0.27  mem=17M745
0.69/0.71	   
0.69/0.71	   solver IterativeSystematicSolver being built... 
0.77/0.83	       =>  wckTime=0.586  cpuTime=0.39  mem=20M151
0.77/0.84	   
0.77/0.84	   preprocessing
0.77/0.84	     nbConstraintChecks=0  nbPropagations=23  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77/0.84	     detectedInconsistency=no
0.77/0.84	       =>  wckTime=0.0050  cpuTime=0.0  mem=21M143
0.87/0.99	   
0.87/0.99	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M135)
91.89/92.72	   
91.89/92.72	   search
91.89/92.72	     run=22  nbConstraintChecks=512577767  minDepth=0  maxDepth=10  nbPropagations=19242552  nbRevisions=373185768
91.89/92.72	     nbUselessRevisions=322629654  nbAssignments=378497  nbFailedAssignments=190484  nbInferredBacktracks=1
91.89/92.72	     nbBacktracks=187908  nbVisitedNodes=709879  nbRestartNogoods=219  nbSEliminables=5.64  nbREliminables=0
91.89/92.72	     nbIEliminables=0  nbDEliminables=0  nbPEliminables=0
91.89/92.72	       =>  wckTime=91.881  cpuTime=90.99  mem=22M135
91.89/92.72	   
91.89/92.72	   global
91.89/92.72	     nbConstraintChecks=512577767  nbPropagations=19242575  nbRevisions=373185768  nbUselessRevisions=322629654
91.89/92.72	     nbRestartNogoods=219  solvingWckTime=91.885  solvingCpuTime=90.99  expiredTime=no  totalExploration=yes
91.89/92.72	     nbFoundSolutions=0  globalCpuTime=91.42
91.89/92.72	       =>  wckTime=92.473  cpuTime=91.39  mem=22M135
91.89/92.72	   
91.89/92.72	s UNSATISFIABLE
91.89/92.72	d NODES 378497
91.89/92.72	d CHECKS 512577767
91.89/92.73	   
91.89/92.73	   totalWckTime=92.541  totalCpuTime=91.43

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-1044341-1215024139/watcher-1044341-1215024139 -o /tmp/evaluation-result-1044341-1215024139/solver-1044341-1215024139 -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-1044341-1215024139.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.25 2.21 2.12 3/72 27641
/proc/meminfo: memFree=1835600/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=1616 CPUtime=0
/proc/27641/stat : 27641 (java) R 27639 27641 27015 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 129799269 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/27641/statm: 404 145 119 9 0 46 0

[startup+0.0694909 s]
/proc/loadavg: 2.25 2.21 2.12 3/72 27641
/proc/meminfo: memFree=1835600/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=864076 CPUtime=0.05
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 2847 0 1 0 4 1 0 0 18 0 9 0 129799269 884813824 2373 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216019 2373 1137 9 0 210976 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864076

[startup+0.101504 s]
/proc/loadavg: 2.25 2.21 2.12 3/72 27641
/proc/meminfo: memFree=1835600/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=865884 CPUtime=0.09
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 3689 0 1 0 7 2 0 0 18 0 9 0 129799269 886665216 3164 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216471 3164 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301526 s]
/proc/loadavg: 2.25 2.21 2.12 3/72 27641
/proc/meminfo: memFree=1835600/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=866284 CPUtime=0.28
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 5867 0 1 0 24 4 0 0 18 0 9 0 129799269 887074816 5242 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216571 5245 1953 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.711571 s]
/proc/loadavg: 2.25 2.21 2.12 3/72 27641
/proc/meminfo: memFree=1835600/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867412 CPUtime=0.69
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 13519 159 1 0 61 8 0 0 18 0 10 0 129799269 888229888 9605 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216853 9605 2627 9 0 211359 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867412

[startup+1.50266 s]
/proc/loadavg: 2.25 2.21 2.12 4/83 27654
/proc/meminfo: memFree=1803320/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=1.46
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16702 282 1 0 137 9 0 0 18 0 9 0 129799269 888365056 10597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10597 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=1.15
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11728 282 1 0 109 6 0 0 21 0 9 0 129799270 888365056 10597 996147200 134512640 134550740 4294955984 18446744073709551615 4126852521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.04
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 4 0 0 0 16 0 9 0 129799272 888365056 10597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.22
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 681 282 0 0 22 0 0 0 16 0 9 0 129799274 888365056 10597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10597 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867544

[startup+3.10284 s]
/proc/loadavg: 2.25 2.21 2.12 3/81 27654
/proc/meminfo: memFree=1803072/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=3.05
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16715 282 1 0 296 9 0 0 18 0 9 0 129799269 888365056 10608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10608 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=2.73
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11733 282 1 0 267 6 0 0 25 0 9 0 129799270 888365056 10608 996147200 134512640 134550740 4294955984 18446744073709551615 4126858717 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.04
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 4 0 0 0 17 0 9 0 129799272 888365056 10608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 689 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 5 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10608 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867544

[startup+6.30104 s]
/proc/loadavg: 2.23 2.21 2.12 4/81 27654
/proc/meminfo: memFree=1802944/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=5.55
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16733 282 1 0 544 11 0 0 18 0 9 0 129799269 888365056 10611 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10611 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=5.22
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11735 282 1 0 514 8 0 0 25 0 9 0 129799270 888365056 10611 996147200 134512640 134550740 4294955984 18446744073709551615 4126860768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 17 0 9 0 129799272 888365056 10611 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10611 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10611 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10611 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10611 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10611 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10611 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 867544

[startup+12.7028 s]
/proc/loadavg: 2.21 2.21 2.12 3/81 27654
/proc/meminfo: memFree=1802752/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=11.95
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16735 282 1 0 1184 11 0 0 18 0 9 0 129799269 888365056 10612 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10612 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=11.62
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11737 282 1 0 1154 8 0 0 25 0 9 0 129799270 888365056 10612 996147200 134512640 134550740 4294955984 18446744073709551615 4126095719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10612 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10612 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10612 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10612 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10612 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10612 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10612 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 867544

[startup+25.5013 s]
/proc/loadavg: 2.25 2.21 2.12 3/81 27654
/proc/meminfo: memFree=1802816/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=24.74
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16737 282 1 0 2463 11 0 0 18 0 9 0 129799269 888365056 10614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10614 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=24.41
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11739 282 1 0 2433 8 0 0 25 0 9 0 129799270 888365056 10614 996147200 134512640 134550740 4294955984 18446744073709551615 4126852512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10614 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 867544

[startup+51.1013 s]
/proc/loadavg: 2.22 2.21 2.12 3/81 27654
/proc/meminfo: memFree=1802816/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=50.31
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16739 282 1 0 5019 12 0 0 18 0 9 0 129799269 888365056 10616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10616 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=49.97
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11741 282 1 0 4989 8 0 0 25 0 9 0 129799270 888365056 10616 996147200 134512640 134550740 4294955984 18446744073709551615 4126849587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10616 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0

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

/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16740 282 1 0 7578 12 0 0 18 0 9 0 129799269 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10617 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=75.56
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11742 282 1 0 7548 8 0 0 25 0 9 0 129799270 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4126852462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 75.9
Current children cumulated vsize (KiB) 867544

[startup+83.1011 s]
/proc/loadavg: 2.35 2.24 2.13 3/81 27654
/proc/meminfo: memFree=1802816/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=82.29
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16740 282 1 0 8217 12 0 0 18 0 9 0 129799269 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10617 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=81.95
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11742 282 1 0 8187 8 0 0 25 0 9 0 129799270 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4125952107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.29
Current children cumulated vsize (KiB) 867544

[startup+89.5028 s]
/proc/loadavg: 2.33 2.23 2.13 3/81 27654
/proc/meminfo: memFree=1802752/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=88.69
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16740 282 1 0 8857 12 0 0 18 0 9 0 129799269 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10617 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=88.35
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11742 282 1 0 8827 8 0 0 25 0 9 0 129799270 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4126860803 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 88.69
Current children cumulated vsize (KiB) 867544

[startup+91.102 s]
/proc/loadavg: 2.30 2.23 2.13 3/81 27654
/proc/meminfo: memFree=1802688/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=90.29
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16740 282 1 0 9017 12 0 0 18 0 9 0 129799269 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10617 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=89.95
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11742 282 1 0 8987 8 0 0 25 0 9 0 129799270 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4126849587 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.29
Current children cumulated vsize (KiB) 867544

[startup+91.9011 s]
/proc/loadavg: 2.30 2.23 2.13 3/81 27654
/proc/meminfo: memFree=1802688/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=91.09
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16740 282 1 0 9097 12 0 0 18 0 9 0 129799269 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10617 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=90.75
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11742 282 1 0 9067 8 0 0 25 0 9 0 129799270 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4126852521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.09
Current children cumulated vsize (KiB) 867544

[startup+92.3011 s]
/proc/loadavg: 2.30 2.23 2.13 3/81 27654
/proc/meminfo: memFree=1802688/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=91.5
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16740 282 1 0 9138 12 0 0 18 0 9 0 129799269 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10617 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=91.16
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11742 282 1 0 9108 8 0 0 25 0 9 0 129799270 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4126858615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.5
Current children cumulated vsize (KiB) 867544

[startup+92.7012 s]
/proc/loadavg: 2.30 2.23 2.13 3/81 27654
/proc/meminfo: memFree=1802688/2055920 swapFree=4192812/4192956
[pid=27641] ppid=27639 vsize=867544 CPUtime=91.89
/proc/27641/stat : 27641 (java) S 27639 27641 27015 0 -1 0 16740 282 1 0 9177 12 0 0 18 0 9 0 129799269 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27641/statm: 216886 10617 2632 9 0 211392 0
[pid=27641/tid=27643] ppid=27639 vsize=867544 CPUtime=91.55
/proc/27641/task/27643/stat : 27643 (java) R 27639 27641 27015 0 -1 64 11742 282 1 0 9147 8 0 0 25 0 9 0 129799270 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4126850032 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27644] ppid=27639 vsize=867544 CPUtime=0.06
/proc/27641/task/27644/stat : 27644 (java) S 27639 27641 27015 0 -1 64 3461 282 0 0 5 1 0 0 16 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27645] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27645/stat : 27645 (java) S 27639 27641 27015 0 -1 64 13 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27646] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27646/stat : 27646 (java) S 27639 27641 27015 0 -1 64 8 282 0 0 0 0 0 0 15 0 9 0 129799272 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27647] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27647/stat : 27647 (java) S 27639 27641 27015 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27648] ppid=27639 vsize=867544 CPUtime=0.23
/proc/27641/task/27648/stat : 27648 (java) S 27639 27641 27015 0 -1 64 691 282 0 0 23 0 0 0 16 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27649] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27649/stat : 27649 (java) S 27639 27641 27015 0 -1 64 2 282 0 0 0 0 0 0 19 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27641/tid=27650] ppid=27639 vsize=867544 CPUtime=0
/proc/27641/task/27650/stat : 27650 (java) S 27639 27641 27015 0 -1 64 19 282 0 0 0 0 0 0 15 0 9 0 129799274 888365056 10617 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.89
Current children cumulated vsize (KiB) 867544

Child status: 0
Real time (s): 92.7743
CPU time (s): 91.948
CPU user time (s): 91.807
CPU system time (s): 0.140978
CPU usage (%): 99.1093
Max. virtual memory (cumulated for all children) (KiB): 867588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.807
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17141
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= 3091
involuntary context switches= 1530

runsolver used 0.121981 second user time and 0.275958 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-02 20:42:19
IDJOB=1044341
IDBENCH=53609
IDSOLVER=363
FILE ID=node28/1044341-1215024139
PBS_JOBID= 7874414
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-2-23/normalized-rand-23-23-253-131-52021_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-1044341-1215024139/watcher-1044341-1215024139 -o /tmp/evaluation-result-1044341-1215024139/solver-1044341-1215024139 -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-1044341-1215024139.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0a9c73d0b855ac0192956966c26a87a3
RANDOM SEED=1174473603

node28.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:       1836080 kB
Buffers:         18916 kB
Cached:         114160 kB
SwapCached:          0 kB
Active:         126300 kB
Inactive:        38696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:          41736 kB
Slab:            40180 kB
Committed_AS:   310164 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node28 at 2008-07-02 20:43:52