Trace number 1047338

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 75.4485 76.2347

DiagnosticValue
CHECKS3377
NODES1579

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-10_ext.xml
MD5SUM5fa95b10a03befc81c1499700971a062
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 benchmark20.1609
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 (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.24	     name=mac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-1047338-1215039656.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.27/0.36	   
0.27/0.36	   variables being loaded...
0.27/0.38	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.27/0.38	       =>  wckTime=0.143  cpuTime=0.1  mem=6M878
0.27/0.38	   
0.27/0.38	   relations being loaded...
0.47/0.55	   
0.47/0.55	   constraints being loaded...
1.74/1.85	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.74/1.86	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.74/1.86	     nbSharedBinaryRepresentations=0  minDegree=1891  maxDegree=2005  minArity=15  maxArity=15  nbGenerators=0
1.74/1.86	     nbFusions=0  symmetryWckTime=0.565  symmetryCpuTime=0.28
1.74/1.86	       =>  wckTime=1.612  cpuTime=0.92  mem=107M715
1.94/2.01	   
1.94/2.01	   solver IterativeSystematicSolver being built... 
1.94/2.08	   
1.94/2.08	   INFO : Forward propagation technique limited 
2.04/2.15	       =>  wckTime=1.915  cpuTime=1.05  mem=106M406
6.39/6.59	   
6.39/6.59	   preprocessing
6.39/6.59	     nbConstraintChecks=0  nbValidityChecks=18223221  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.39/6.59	     nbRemovedValues=0  detectedInconsistency=no
6.39/6.59	       =>  wckTime=4.433  cpuTime=4.35  mem=106M406
18.08/18.34	   
18.08/18.34	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=107M396)
75.33/76.16	   
75.33/76.17	   search
75.33/76.17	     run=8  nbConstraintChecks=3377  nbValidityChecks=1224997459  minDepth=0  maxDepth=10  nbPropagations=9753
75.33/76.17	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1579  nbFailedAssignments=505  nbBacktracks=1018
75.33/76.17	     nbVisitedNodes=2594  nbRestartNogoods=26  nbSEliminables=0  nbREliminables=13.44  nbIEliminables=0
75.33/76.17	     nbDEliminables=0  nbPEliminables=0
75.33/76.17	       =>  wckTime=74.009  cpuTime=73.21  mem=107M396
75.33/76.17	   
75.33/76.17	   global
75.33/76.17	     nbConstraintChecks=3377  nbValidityChecks=1243220680  nbPropagations=9774  nbRestartNogoods=26
75.33/76.17	     solvingWckTime=74.012  solvingCpuTime=73.21  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
75.33/76.17	     globalCpuTime=74.32
75.33/76.17	       =>  wckTime=75.928  cpuTime=74.26  mem=107M396
75.33/76.17	   
75.33/76.17	s UNSATISFIABLE
75.33/76.17	d NODES 1579
75.33/76.17	d CHECKS 3377
75.33/76.17	   
75.33/76.17	   totalWckTime=75.986  totalCpuTime=74.32

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-1047338-1215039656/watcher-1047338-1215039656 -o /tmp/evaluation-result-1047338-1215039656/solver-1047338-1215039656 -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-1047338-1215039656.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 0.78 0.29 4/80 32719
/proc/meminfo: memFree=1729408/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=18572 CPUtime=0
/proc/32719/stat : 32719 (runsolver) R 32717 32719 32596 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 625154941 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/32719/statm: 4643 292 257 25 0 2626 0

[startup+0.014083 s]
/proc/loadavg: 1.83 0.78 0.29 4/80 32719
/proc/meminfo: memFree=1729408/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=1616 CPUtime=0
/proc/32719/stat : 32719 (java) D 32717 32719 32596 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 625154941 1654784 151 996147200 134512640 134550740 4294955984 18446744073709551615 2859812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/32719/statm: 404 151 125 9 0 46 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1616

[startup+0.104847 s]
/proc/loadavg: 1.83 0.78 0.29 4/80 32719
/proc/meminfo: memFree=1729408/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=865884 CPUtime=0.08
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 3762 0 1 0 7 1 0 0 18 0 9 0 625154941 886665216 3217 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 216471 3217 1706 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301867 s]
/proc/loadavg: 1.83 0.78 0.29 4/80 32719
/proc/meminfo: memFree=1729408/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=866196 CPUtime=0.27
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 5621 0 1 0 24 3 0 0 18 0 9 0 625154941 886984704 5035 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 216549 5035 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866196

[startup+0.70191 s]
/proc/loadavg: 1.83 0.78 0.29 4/80 32719
/proc/meminfo: memFree=1729408/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=867024 CPUtime=0.67
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 8229 0 1 0 62 5 0 0 18 0 9 0 625154941 887832576 7599 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 216756 7599 1970 9 0 211284 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867024

[startup+1.50205 s]
/proc/loadavg: 1.83 0.78 0.29 4/89 32728
/proc/meminfo: memFree=1646008/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=867788 CPUtime=1.46
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 35876 0 1 0 130 16 0 0 18 0 10 0 625154941 888614912 35222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 216947 35222 2005 9 0 211475 0
[pid=32719/tid=32721] ppid=32717 vsize=867788 CPUtime=1.05
/proc/32719/task/32721/stat : 32721 (java) S 32717 32719 32596 0 -1 64 15746 0 1 0 97 8 0 0 25 0 10 0 625154943 888614912 35222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=867788 CPUtime=0.17
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 18776 0 0 0 11 6 0 0 16 0 10 0 625154944 888614912 35222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=867788 CPUtime=0
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 625154945 888614912 35222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=867788 CPUtime=0
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 625154945 888614912 35222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=867788 CPUtime=0
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 625154947 888614912 35222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=867788 CPUtime=0.21
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 655 0 0 0 21 0 0 0 16 0 10 0 625154947 888614912 35222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=867788 CPUtime=0
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 625154947 888614912 35222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=867788 CPUtime=0
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 625154947 888614912 35222 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867788

[startup+3.10115 s]
/proc/loadavg: 1.83 0.78 0.29 4/91 32732
/proc/meminfo: memFree=1570856/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=3.04
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 55617 982 1 0 257 22 23 2 18 0 9 0 625154941 889778176 41791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41791 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=2.43
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 20974 982 1 0 209 9 23 2 25 0 9 0 625154943 889778176 41791 996147200 134512640 134550740 4294955984 18446744073709551615 4127067277 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 17 0 9 0 625154944 889778176 41791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.5
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 843 982 0 0 25 0 23 2 15 0 9 0 625154947 889778176 41791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 11 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41791 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868924

[startup+6.30247 s]
/proc/loadavg: 1.85 0.80 0.30 3/89 32738
/proc/meminfo: memFree=1571504/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=6.19
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 59447 982 1 0 571 23 23 2 18 0 9 0 625154941 889778176 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41794 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=5.58
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 24772 982 1 0 523 10 23 2 25 0 9 0 625154943 889778176 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4127067396 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 16 0 9 0 625154944 889778176 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.5
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 849 982 0 0 25 0 23 2 15 0 9 0 625154947 889778176 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41794 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 868924

[startup+12.7021 s]
/proc/loadavg: 1.86 0.82 0.31 3/89 32738
/proc/meminfo: memFree=1571376/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=12.53
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65347 982 1 0 1204 24 23 2 18 0 9 0 625154941 889778176 41830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41830 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=11.9
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 30641 982 1 0 1154 11 23 2 25 0 9 0 625154943 889778176 41830 996147200 134512640 134550740 4294955984 18446744073709551615 4127067762 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 16 0 9 0 625154944 889778176 41830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.52
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 880 982 0 0 27 0 23 2 15 0 9 0 625154947 889778176 41830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41830 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 868924

[startup+25.5024 s]
/proc/loadavg: 1.89 0.88 0.34 3/89 32738
/proc/meminfo: memFree=1571248/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=25.21
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65415 982 1 0 2472 24 23 2 18 0 9 0 625154941 889778176 41891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41891 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=24.57
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 30646 982 1 0 2421 11 23 2 25 0 9 0 625154943 889778176 41891 996147200 134512640 134550740 4294955984 18446744073709551615 4126944232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 16 0 9 0 625154944 889778176 41891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.53
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 943 982 0 0 28 0 23 2 15 0 9 0 625154947 889778176 41891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 868924

[startup+51.103 s]
/proc/loadavg: 1.93 0.97 0.38 3/89 32738
/proc/meminfo: memFree=1571248/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=50.57
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65424 982 1 0 5008 24 23 2 18 0 9 0 625154941 889778176 41894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41894 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=49.91
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 30648 982 1 0 4955 11 23 2 25 0 9 0 625154943 889778176 41894 996147200 134512640 134550740 4294955984 18446744073709551615 4127067147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 17 0 9 0 625154944 889778176 41894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.54
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 950 982 0 0 29 0 23 2 16 0 9 0 625154947 889778176 41894 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25

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

/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65431 982 1 0 6276 24 23 2 18 0 9 0 625154941 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41896 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=62.59
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 30652 982 1 0 6223 11 23 2 25 0 9 0 625154943 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4127126708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 17 0 9 0 625154944 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.55
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 953 982 0 0 30 0 23 2 15 0 9 0 625154947 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.25
Current children cumulated vsize (KiB) 868924

[startup+70.302 s]
/proc/loadavg: 1.95 1.04 0.41 3/89 32738
/proc/meminfo: memFree=1571184/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=69.59
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65432 982 1 0 6910 24 23 2 18 0 9 0 625154941 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41896 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=68.93
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 30653 982 1 0 6857 11 23 2 25 0 9 0 625154943 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4127067147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 16 0 9 0 625154944 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.55
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 953 982 0 0 30 0 23 2 15 0 9 0 625154947 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41896 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.59
Current children cumulated vsize (KiB) 868924

[startup+73.5023 s]
/proc/loadavg: 1.95 1.04 0.41 3/89 32738
/proc/meminfo: memFree=1571184/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=72.76
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65448 982 1 0 7227 24 23 2 18 0 9 0 625154941 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41907 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=72.08
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 30658 982 1 0 7172 11 23 2 25 0 9 0 625154943 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4127099051 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 17 0 9 0 625154944 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.56
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 964 982 0 0 31 0 23 2 15 0 9 0 625154947 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.76
Current children cumulated vsize (KiB) 868924

[startup+75.1024 s]
/proc/loadavg: 1.95 1.05 0.42 3/89 32738
/proc/meminfo: memFree=1571184/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=74.34
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65448 982 1 0 7385 24 23 2 18 0 9 0 625154941 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41907 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=73.67
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 30658 982 1 0 7331 11 23 2 25 0 9 0 625154943 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4127077089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 16 0 9 0 625154944 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.56
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 964 982 0 0 31 0 23 2 15 0 9 0 625154947 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41907 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.34
Current children cumulated vsize (KiB) 868924

[startup+75.9075 s]
/proc/loadavg: 1.95 1.05 0.42 3/89 32738
/proc/meminfo: memFree=1571120/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=75.14
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65453 982 1 0 7465 24 23 2 18 0 9 0 625154941 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41912 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=74.46
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 30658 982 1 0 7410 11 23 2 25 0 9 0 625154943 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4127067388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 16 0 9 0 625154944 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.56
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 969 982 0 0 31 0 23 2 15 0 9 0 625154947 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.14
Current children cumulated vsize (KiB) 868924

[startup+76.1025 s]
/proc/loadavg: 1.95 1.05 0.42 3/89 32738
/proc/meminfo: memFree=1571120/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=75.33
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65453 982 1 0 7484 24 23 2 18 0 9 0 625154941 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41912 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=74.65
/proc/32719/task/32721/stat : 32721 (java) R 32717 32719 32596 0 -1 64 30658 982 1 0 7429 11 23 2 25 0 9 0 625154943 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4127099029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 16 0 9 0 625154944 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.56
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 969 982 0 0 31 0 23 2 15 0 9 0 625154947 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.33
Current children cumulated vsize (KiB) 868924

[startup+76.2025 s]
/proc/loadavg: 1.95 1.05 0.42 3/89 32738
/proc/meminfo: memFree=1571120/2055920 swapFree=4179840/4192956
[pid=32719] ppid=32717 vsize=868924 CPUtime=75.41
/proc/32719/stat : 32719 (java) S 32717 32719 32596 0 -1 0 65539 982 1 0 7491 25 23 2 18 0 9 0 625154941 889778176 41915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32719/statm: 217231 41915 2636 9 0 211737 0
[pid=32719/tid=32721] ppid=32717 vsize=868924 CPUtime=74.72
/proc/32719/task/32721/stat : 32721 (java) S 32717 32719 32596 0 -1 64 30743 982 1 0 7436 11 23 2 24 0 9 0 625154943 889778176 41915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32722] ppid=32717 vsize=868924 CPUtime=0.57
/proc/32719/task/32722/stat : 32722 (java) S 32717 32719 32596 0 -1 64 32958 982 0 0 22 10 23 2 16 0 9 0 625154944 889778176 41915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32723] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32723/stat : 32723 (java) S 32717 32719 32596 0 -1 64 18 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32724] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32724/stat : 32724 (java) S 32717 32719 32596 0 -1 64 9 982 0 0 0 0 23 2 16 0 9 0 625154945 889778176 41915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32725] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32725/stat : 32725 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 18 0 9 0 625154947 889778176 41915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32726] ppid=32717 vsize=868924 CPUtime=0.56
/proc/32719/task/32726/stat : 32726 (java) S 32717 32719 32596 0 -1 64 970 982 0 0 31 0 23 2 15 0 9 0 625154947 889778176 41915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32727] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32727/stat : 32727 (java) S 32717 32719 32596 0 -1 64 1 982 0 0 0 0 23 2 19 0 9 0 625154947 889778176 41915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32719/tid=32728] ppid=32717 vsize=868924 CPUtime=0.25
/proc/32719/task/32728/stat : 32728 (java) S 32717 32719 32596 0 -1 64 37 982 0 0 0 0 23 2 15 0 9 0 625154947 889778176 41915 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 75.41
Current children cumulated vsize (KiB) 868924

Child status: 0
Real time (s): 76.2347
CPU time (s): 75.4485
CPU user time (s): 75.1496
CPU system time (s): 0.298954
CPU usage (%): 98.9688
Max. virtual memory (cumulated for all children) (KiB): 868968

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

runsolver used 0.099984 second user time and 0.26096 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-03 01:00:57
IDJOB=1047338
IDBENCH=54142
IDSOLVER=363
FILE ID=node17/1047338-1215039656
PBS_JOBID= 7875140
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-10_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-1047338-1215039656/watcher-1047338-1215039656 -o /tmp/evaluation-result-1047338-1215039656/solver-1047338-1215039656 -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-1047338-1215039656.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5fa95b10a03befc81c1499700971a062
RANDOM SEED=698860448

node17.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.234
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.234
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:       1729888 kB
Buffers:         35296 kB
Cached:         139668 kB
SwapCached:       6936 kB
Active:         203424 kB
Inactive:        56492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729888 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          98420 kB
Slab:            51072 kB
Committed_AS:  1657208 kB
PageTables:       2024 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node17 at 2008-07-03 01:02:13