Trace number 2094393

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 78.1861 78.6515

DiagnosticValue
CHECKS2747
NODES1642

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-29_ext.xml
MD5SUM7290112946d823155516cf23a87cf660
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.5719
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2094393-1247403873.xml
0.27/0.32	   
0.27/0.32	   domains being loaded...
0.27/0.33	   
0.27/0.33	   variables being loaded...
0.27/0.35	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.27/0.35	       =>  wckTime=0.095  cpuTime=0.08  mem=7M892
0.27/0.35	   
0.27/0.35	   relations being loaded...
0.38/0.40	   
0.38/0.40	   constraints being loaded...
1.56/1.65	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.56/1.65	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.56/1.65	     nbSharedBinaryRepresentations=0  minDegree=1908  maxDegree=1977  minArity=15  maxArity=15  nbGenerators=0
1.56/1.65	     nbFusions=0  symmetryWckTime=0.524  symmetryCpuTime=0.26
1.56/1.65	       =>  wckTime=1.401  cpuTime=0.78  mem=110M325
1.75/1.81	   
1.75/1.81	   solver IterativeSystematicSolver being built... 
1.75/1.89	   
1.75/1.89	   INFO : Forward propagation technique limited 
1.85/1.95	       =>  wckTime=1.701  cpuTime=0.9  mem=108M695
6.13/6.20	   
6.13/6.20	   preprocessing
6.13/6.20	     nbConstraintChecks=0  nbValidityChecks=18866202  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.13/6.20	     nbRemovedValues=0  detectedInconsistency=no
6.13/6.20	       =>  wckTime=4.247  cpuTime=4.21  mem=108M695
16.88/17.02	   
16.88/17.02	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=110M648)
78.06/78.57	   
78.06/78.57	   search
78.06/78.57	     run=8  nbConstraintChecks=2747  nbValidityChecks=1267479770  minDepth=0  maxDepth=10  nbPropagations=9816
78.06/78.57	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1642  nbFailedAssignments=528  nbBacktracks=1061
78.06/78.57	     nbVisitedNodes=2700  nbRestartNogoods=26  nbSEliminables=0  nbREliminables=13.38  nbIEliminables=0
78.06/78.57	     nbDEliminables=0  nbPEliminables=0
78.06/78.57	       =>  wckTime=76.614  cpuTime=76.13  mem=110M648
78.06/78.57	   
78.06/78.57	   global
78.06/78.57	     nbConstraintChecks=2747  nbValidityChecks=1286345972  nbPropagations=9837  nbRestartNogoods=26
78.06/78.57	     solvingWckTime=76.617  solvingCpuTime=76.13  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
78.06/78.57	     globalCpuTime=77.08
78.06/78.57	       =>  wckTime=78.319  cpuTime=77.03  mem=110M648
78.06/78.57	   
78.06/78.57	s UNSATISFIABLE
78.06/78.57	d NODES 1642
78.06/78.57	d CHECKS 2747
78.06/78.58	   
78.06/78.58	   totalWckTime=78.389  totalCpuTime=77.09

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094393-1247403873/watcher-2094393-1247403873 -o /tmp/evaluation-result-2094393-1247403873/solver-2094393-1247403873 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094393-1247403873.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 1.99 1.86 4/81 32634
/proc/meminfo: memFree=1549776/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=18576 CPUtime=0
/proc/32634/stat : 32634 (runsolver) R 32632 32634 31494 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27452328 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/32634/statm: 4644 284 249 26 0 2626 0

[startup+0.0130429 s]
/proc/loadavg: 2.02 1.99 1.86 4/81 32634
/proc/meminfo: memFree=1549776/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=1616 CPUtime=0
/proc/32634/stat : 32634 (java) D 32632 32634 31494 0 -1 0 347 0 0 0 0 0 0 0 20 0 1 0 27452328 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 6550308 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/32634/statm: 404 151 125 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.10381 s]
/proc/loadavg: 2.02 1.99 1.86 4/81 32634
/proc/meminfo: memFree=1549776/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=865980 CPUtime=0.09
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 3740 0 1 0 7 2 0 0 20 0 9 0 27452328 886763520 3208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216495 3208 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301847 s]
/proc/loadavg: 2.02 1.99 1.86 4/81 32634
/proc/meminfo: memFree=1549776/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=866472 CPUtime=0.27
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 5938 0 1 0 24 3 0 0 20 0 9 0 27452328 887267328 5304 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216618 5304 1983 9 0 211076 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866472

[startup+0.701926 s]
/proc/loadavg: 2.02 1.99 1.86 4/81 32634
/proc/meminfo: memFree=1549776/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867528 CPUtime=0.68
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 11645 0 1 0 62 6 0 0 20 0 9 0 27452328 888348672 10998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216882 10998 2009 9 0 211340 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867528

[startup+1.50108 s]
/proc/loadavg: 2.02 1.99 1.86 4/90 32643
/proc/meminfo: memFree=1447560/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867852 CPUtime=1.31
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 35939 0 1 0 112 19 0 0 20 0 10 0 27452328 888680448 35265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216963 35265 2030 9 0 211421 0
[pid=32634/tid=32636] ppid=32632 vsize=867852 CPUtime=0.9
/proc/32634/task/32636/stat : 32636 (java) S 32632 32634 31494 0 -1 64 15789 0 1 0 82 8 0 0 25 0 10 0 27452330 888680448 35265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867852 CPUtime=0.17
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 18765 0 0 0 9 8 0 0 17 0 10 0 27452331 888680448 35265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867852 CPUtime=0
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27452331 888680448 35265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867852 CPUtime=0
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27452331 888680448 35265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867852 CPUtime=0
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 27452334 888680448 35265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867852 CPUtime=0.2
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 664 0 0 0 20 0 0 0 15 0 10 0 27452334 888680448 35265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867852 CPUtime=0
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 27452334 888680448 35265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867852 CPUtime=0
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 8 0 0 0 0 0 0 0 15 0 10 0 27452334 888680448 35265 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 867852

[startup+3.10237 s]
/proc/loadavg: 2.02 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389640/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=3.04
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 56929 982 1 0 256 25 21 2 20 0 9 0 27452328 888819712 42480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42480 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=2.44
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 21531 982 1 0 211 10 21 2 25 0 9 0 27452330 888819712 42480 996147200 134512640 134550932 4294955968 18446744073709551615 4127103395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 17 0 9 0 27452331 888819712 42480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.47
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 857 982 0 0 24 0 21 2 15 0 9 0 27452334 888819712 42480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 12 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867988

[startup+6.30196 s]
/proc/loadavg: 2.02 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389448/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=6.23
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 61410 982 1 0 573 27 21 2 20 0 9 0 27452328 888819712 42489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42489 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=5.62
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 25979 982 1 0 527 12 21 2 17 0 9 0 27452330 888819712 42489 996147200 134512640 134550932 4294955968 18446744073709551615 4127145816 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.48
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 865 982 0 0 25 0 21 2 16 0 9 0 27452334 888819712 42489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867988

[startup+12.7022 s]
/proc/loadavg: 2.02 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389384/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=12.6
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66291 982 1 0 1209 28 21 2 20 0 9 0 27452328 888819712 42493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42493 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=11.98
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 30833 982 1 0 1162 13 21 2 25 0 9 0 27452330 888819712 42493 996147200 134512640 134550932 4294955968 18446744073709551615 4127103195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.49
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 890 982 0 0 26 0 21 2 15 0 9 0 27452334 888819712 42493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42493 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867988

[startup+25.5015 s]
/proc/loadavg: 2.01 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389320/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=25.33
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66343 982 1 0 2482 28 21 2 20 0 9 0 27452328 888819712 42504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42504 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=24.69
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 30841 982 1 0 2433 13 21 2 25 0 9 0 27452330 888819712 42504 996147200 134512640 134550932 4294955968 18446744073709551615 4127103398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.51
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 934 982 0 0 28 0 21 2 16 0 9 0 27452334 888819712 42504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867988

[startup+51.1013 s]
/proc/loadavg: 2.01 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389320/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=50.8
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66352 982 1 0 5029 28 21 2 20 0 9 0 27452328 888819712 42506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42506 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=50.15
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 30847 982 1 0 4979 13 21 2 25 0 9 0 27452330 888819712 42506 996147200 134512640 134550932 4294955968 18446744073709551615 4127103237 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.52
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 937 982 0 0 29 0 21 2 16 0 9 0 27452334 888819712 42506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42506 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66363 982 1 0 6940 28 21 2 20 0 9 0 27452328 888819712 42511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42511 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=69.25
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 30851 982 1 0 6889 13 21 2 25 0 9 0 27452330 888819712 42511 996147200 134512640 134550932 4294955968 18446744073709551615 4127103292 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.53
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 944 982 0 0 30 0 21 2 16 0 9 0 27452334 888819712 42511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42511 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 69.91
Current children cumulated vsize (KiB) 867988

[startup+73.5025 s]
/proc/loadavg: 2.00 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389320/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=73.09
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66371 982 1 0 7258 28 21 2 20 0 9 0 27452328 888819712 42518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42518 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=72.41
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 30852 982 1 0 7205 13 21 2 17 0 9 0 27452330 888819712 42518 996147200 134512640 134550932 4294955968 18446744073709551615 4127102969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.54
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 951 982 0 0 31 0 21 2 15 0 9 0 27452334 888819712 42518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 73.09
Current children cumulated vsize (KiB) 867988

[startup+76.7011 s]
/proc/loadavg: 2.00 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389320/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=76.27
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66376 982 1 0 7576 28 21 2 20 0 9 0 27452328 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42520 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=75.59
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 30854 982 1 0 7523 13 21 2 19 0 9 0 27452330 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4127103195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 954 982 0 0 32 0 21 2 16 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.27
Current children cumulated vsize (KiB) 867988

[startup+77.5012 s]
/proc/loadavg: 2.00 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389320/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=77.07
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66376 982 1 0 7656 28 21 2 20 0 9 0 27452328 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42520 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=76.39
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 30854 982 1 0 7603 13 21 2 25 0 9 0 27452330 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4127103221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 954 982 0 0 32 0 21 2 16 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.07
Current children cumulated vsize (KiB) 867988

[startup+78.3014 s]
/proc/loadavg: 2.00 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389320/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=77.86
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66377 982 1 0 7735 28 21 2 20 0 9 0 27452328 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42520 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=77.18
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 30855 982 1 0 7682 13 21 2 25 0 9 0 27452330 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4127122929 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 954 982 0 0 32 0 21 2 16 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 77.86
Current children cumulated vsize (KiB) 867988

[startup+78.5014 s]
/proc/loadavg: 2.00 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389320/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=78.06
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66377 982 1 0 7755 28 21 2 20 0 9 0 27452328 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42520 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=77.38
/proc/32634/task/32636/stat : 32636 (java) R 32632 32634 31494 0 -1 64 30855 982 1 0 7702 13 21 2 25 0 9 0 27452330 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4127093014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 954 982 0 0 32 0 21 2 16 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.06
Current children cumulated vsize (KiB) 867988

[startup+78.6024 s]
/proc/loadavg: 2.00 1.99 1.86 3/90 32647
/proc/meminfo: memFree=1389320/2055920 swapFree=4192812/4192956
[pid=32634] ppid=32632 vsize=867988 CPUtime=78.14
/proc/32634/stat : 32634 (java) S 32632 32634 31494 0 -1 0 66439 982 1 0 7763 28 21 2 20 0 9 0 27452328 888819712 42522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32634/statm: 216997 42522 2660 9 0 211433 0
[pid=32634/tid=32636] ppid=32632 vsize=867988 CPUtime=77.46
/proc/32634/task/32636/stat : 32636 (java) S 32632 32634 31494 0 -1 64 30916 982 1 0 7710 13 21 2 23 0 9 0 27452330 888819712 42522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32637] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32637/stat : 32637 (java) S 32632 32634 31494 0 -1 64 33689 982 0 0 20 12 21 2 16 0 9 0 27452331 888819712 42522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32638] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32638/stat : 32638 (java) S 32632 32634 31494 0 -1 64 22 982 0 0 0 0 21 2 17 0 9 0 27452331 888819712 42522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32639] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32639/stat : 32639 (java) S 32632 32634 31494 0 -1 64 8 982 0 0 0 0 21 2 16 0 9 0 27452331 888819712 42522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32640] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32640/stat : 32640 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32641] ppid=32632 vsize=867988 CPUtime=0.55
/proc/32634/task/32641/stat : 32641 (java) S 32632 32634 31494 0 -1 64 955 982 0 0 32 0 21 2 16 0 9 0 27452334 888819712 42522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32634/tid=32642] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32642/stat : 32642 (java) S 32632 32634 31494 0 -1 64 1 982 0 0 0 0 21 2 25 0 9 0 27452334 888819712 42522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32634/tid=32643] ppid=32632 vsize=867988 CPUtime=0.23
/proc/32634/task/32643/stat : 32643 (java) S 32632 32634 31494 0 -1 64 39 982 0 0 0 0 21 2 15 0 9 0 27452334 888819712 42522 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.14
Current children cumulated vsize (KiB) 867988

Child status: 0
Real time (s): 78.6515
CPU time (s): 78.1861
CPU user time (s): 77.8512
CPU system time (s): 0.334949
CPU usage (%): 99.4083
Max. virtual memory (cumulated for all children) (KiB): 868176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.8512
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67451
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= 3236
involuntary context switches= 3981

runsolver used 0.095985 second user time and 0.273958 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 15:04:34
IDJOB=2094393
IDBENCH=54167
IDSOLVER=773
FILE ID=node82/2094393-1247403873
PBS_JOBID= 9510486
Free space on /tmp= 66188 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-29_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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2094393-1247403873/watcher-2094393-1247403873 -o /tmp/evaluation-result-2094393-1247403873/solver-2094393-1247403873 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2094393-1247403873.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7290112946d823155516cf23a87cf660
RANDOM SEED=1337446016

node82.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.265
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.265
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1550192 kB
Buffers:         31912 kB
Cached:         112656 kB
SwapCached:          0 kB
Active:         395520 kB
Inactive:        53804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:         325144 kB
Slab:            41120 kB
Committed_AS:  1011272 kB
PageTables:       2348 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= 66184 MiB
End job on node82 at 2009-07-12 15:05:52