Trace number 2094375

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 91.6791 91.7659

DiagnosticValue
CHECKS2387
NODES1534

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-27_ext.xml
MD5SUM51d18c772f592c5c82271f288223965a
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 benchmark24.7202
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.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2094375-1247403783.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.28/0.38	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.28/0.38	       =>  wckTime=0.14  cpuTime=0.1  mem=7M892
0.28/0.38	   
0.28/0.38	   relations being loaded...
0.48/0.55	   
0.48/0.55	   constraints being loaded...
1.74/1.84	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.74/1.84	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.74/1.84	     nbSharedBinaryRepresentations=0  minDegree=1893  maxDegree=2003  minArity=15  maxArity=15  nbGenerators=0
1.74/1.84	     nbFusions=0  symmetryWckTime=0.555  symmetryCpuTime=0.27
1.74/1.84	       =>  wckTime=1.599  cpuTime=0.92  mem=110M444
1.94/2.00	   
1.94/2.01	   solver IterativeSystematicSolver being built... 
1.94/2.08	   
1.94/2.08	   INFO : Forward propagation technique limited 
2.06/2.15	       =>  wckTime=1.894  cpuTime=1.04  mem=108M782
6.25/6.35	   
6.25/6.35	   preprocessing
6.25/6.35	     nbConstraintChecks=0  nbValidityChecks=18934027  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
6.25/6.35	     nbRemovedValues=0  detectedInconsistency=no
6.25/6.35	       =>  wckTime=4.211  cpuTime=4.2  mem=109M747
21.96/22.04	   
21.96/22.04	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=110M745)
91.62/91.71	   
91.62/91.71	   search
91.62/91.71	     run=7  nbConstraintChecks=2387  nbValidityChecks=1237285772  minDepth=0  maxDepth=10  nbPropagations=7189
91.62/91.71	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1534  nbFailedAssignments=488  nbBacktracks=995
91.62/91.71	     nbVisitedNodes=2525  nbRestartNogoods=25  nbSEliminables=0  nbREliminables=13.55  nbIEliminables=0
91.62/91.71	     nbDEliminables=0  nbPEliminables=0
91.62/91.71	       =>  wckTime=89.567  cpuTime=89.46  mem=110M745
91.62/91.71	   
91.62/91.71	   global
91.62/91.71	     nbConstraintChecks=2387  nbValidityChecks=1256219799  nbPropagations=7210  nbRestartNogoods=25
91.62/91.71	     solvingWckTime=89.57  solvingCpuTime=89.46  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
91.62/91.71	     globalCpuTime=90.55
91.62/91.71	       =>  wckTime=91.465  cpuTime=90.5  mem=110M745
91.62/91.71	   
91.62/91.71	s UNSATISFIABLE
91.62/91.71	d NODES 1534
91.62/91.71	d CHECKS 2387
91.62/91.71	   
91.62/91.71	   totalWckTime=91.523  totalCpuTime=90.55

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-2094375-1247403783/watcher-2094375-1247403783 -o /tmp/evaluation-result-2094375-1247403783/solver-2094375-1247403783 -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-2094375-1247403783.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 2.01 1.87 4/81 27228
/proc/meminfo: memFree=1795688/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=18576 CPUtime=0
/proc/27228/stat : 27228 (runsolver) R 27226 27228 26038 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27443130 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 234211568935 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/27228/statm: 4644 284 249 26 0 2626 0

[startup+0.0727939 s]
/proc/loadavg: 2.02 2.01 1.87 4/81 27228
/proc/meminfo: memFree=1795688/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=864024 CPUtime=0.05
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 2828 0 1 0 4 1 0 0 18 0 9 0 27443130 884760576 2362 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 216006 2362 1118 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.101799 s]
/proc/loadavg: 2.02 2.01 1.87 4/81 27228
/proc/meminfo: memFree=1795688/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=865984 CPUtime=0.08
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 3721 0 1 0 6 2 0 0 18 0 9 0 27443130 886767616 3189 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 216496 3189 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301829 s]
/proc/loadavg: 2.02 2.01 1.87 4/81 27228
/proc/meminfo: memFree=1795688/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=866296 CPUtime=0.28
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 5695 0 1 0 25 3 0 0 18 0 9 0 27443130 887087104 5098 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 216574 5098 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.70188 s]
/proc/loadavg: 2.02 2.01 1.87 4/81 27228
/proc/meminfo: memFree=1795688/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=867124 CPUtime=0.68
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 8364 0 1 0 63 5 0 0 18 0 9 0 27443130 887934976 7726 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 216781 7726 2001 9 0 211239 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867124

[startup+1.502 s]
/proc/loadavg: 2.02 2.01 1.87 4/90 27237
/proc/meminfo: memFree=1712288/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=867884 CPUtime=1.47
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 35925 0 1 0 129 18 0 0 18 0 10 0 27443130 888713216 35258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 216971 35258 2030 9 0 211429 0
[pid=27228/tid=27230] ppid=27226 vsize=867884 CPUtime=1.04
/proc/27228/task/27230/stat : 27230 (java) S 27226 27228 26038 0 -1 64 15791 0 1 0 96 8 0 0 25 0 10 0 27443132 888713216 35258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27231] ppid=27226 vsize=867884 CPUtime=0.17
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 18754 0 0 0 10 7 0 0 16 0 10 0 27443134 888713216 35258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27232] ppid=27226 vsize=867884 CPUtime=0
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 27443134 888713216 35258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=867884 CPUtime=0
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 27443134 888713216 35258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=867884 CPUtime=0
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 27443136 888713216 35258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=867884 CPUtime=0.22
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 667 0 0 0 22 0 0 0 16 0 10 0 27443136 888713216 35258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27236] ppid=27226 vsize=867884 CPUtime=0
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 27443136 888713216 35258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=867884 CPUtime=0
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 27443136 888713216 35258 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867884

[startup+3.10218 s]
/proc/loadavg: 2.10 2.03 1.87 3/90 27241
/proc/meminfo: memFree=1635424/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=3.06
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 56700 982 1 0 258 24 22 2 18 0 9 0 27443130 888832000 42553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42553 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=2.44
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 21229 982 1 0 210 10 22 2 17 0 9 0 27443132 888832000 42553 996147200 134512640 134550932 4294955968 18446744073709551615 4127119563 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 16 0 9 0 27443134 888832000 42553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.49
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 860 982 0 0 25 0 22 2 16 0 9 0 27443136 888832000 42553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 11 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868000

[startup+6.30258 s]
/proc/loadavg: 2.10 2.03 1.87 3/90 27241
/proc/meminfo: memFree=1635168/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=6.25
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 60280 982 1 0 577 24 22 2 18 0 9 0 27443130 888832000 42556 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42556 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=5.64
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 24782 982 1 0 529 11 22 2 25 0 9 0 27443132 888832000 42556 996147200 134512640 134550932 4294955968 18446744073709551615 4127106111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 16 0 9 0 27443134 888832000 42556 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42556 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42556 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42556 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.5
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 865 982 0 0 26 0 22 2 16 0 9 0 27443136 888832000 42556 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42556 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42556 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 868000

[startup+12.7024 s]
/proc/loadavg: 2.09 2.03 1.87 3/90 27241
/proc/meminfo: memFree=1635104/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=12.66
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66381 982 1 0 1216 26 22 2 18 0 9 0 27443130 888832000 42566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42566 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=12.02
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30870 982 1 0 1166 12 22 2 25 0 9 0 27443132 888832000 42566 996147200 134512640 134550932 4294955968 18446744073709551615 4127105947 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 17 0 9 0 27443134 888832000 42566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.51
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 878 982 0 0 27 0 22 2 15 0 9 0 27443136 888832000 42566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42566 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 868000

[startup+25.502 s]
/proc/loadavg: 2.07 2.03 1.88 3/90 27241
/proc/meminfo: memFree=1635040/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=25.45
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66419 982 1 0 2495 26 22 2 18 0 9 0 27443130 888832000 42576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42576 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=24.8
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30883 982 1 0 2444 12 22 2 25 0 9 0 27443132 888832000 42576 996147200 134512640 134550932 4294955968 18446744073709551615 4127105989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 17 0 9 0 27443134 888832000 42576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.53
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 903 982 0 0 29 0 22 2 15 0 9 0 27443136 888832000 42576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42576 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 868000

[startup+51.1012 s]
/proc/loadavg: 2.05 2.02 1.88 3/90 27241
/proc/meminfo: memFree=1634976/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=51.04
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66428 982 1 0 5054 26 22 2 18 0 9 0 27443130 888832000 42579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42579 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=50.37
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30886 982 1 0 5001 12 22 2 25 0 9 0 27443132 888832000 42579 996147200 134512640 134550932 4294955968 18446744073709551615 4127106540 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 16 0 9 0 27443134 888832000 42579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.54
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 909 982 0 0 30 0 22 2 16 0 9 0 27443136 888832000 42579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42579 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66441 982 1 0 7613 26 22 2 18 0 9 0 27443130 888832000 42582 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42582 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=75.96
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30892 982 1 0 7560 12 22 2 25 0 9 0 27443132 888832000 42582 996147200 134512640 134550932 4294955968 18446744073709551615 4127105989 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 16 0 9 0 27443134 888832000 42582 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42582 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42582 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42582 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.54
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 916 982 0 0 30 0 22 2 15 0 9 0 27443136 888832000 42582 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42582 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42582 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 868000

[startup+83.1023 s]
/proc/loadavg: 2.02 2.02 1.88 3/90 27241
/proc/meminfo: memFree=1634848/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=83.02
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66445 982 1 0 8252 26 22 2 18 0 9 0 27443130 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42584 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=82.35
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30893 982 1 0 8199 12 22 2 25 0 9 0 27443132 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4127139056 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 16 0 9 0 27443134 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 919 982 0 0 31 0 22 2 16 0 9 0 27443136 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.02
Current children cumulated vsize (KiB) 868000

[startup+86.3017 s]
/proc/loadavg: 2.02 2.02 1.88 3/90 27241
/proc/meminfo: memFree=1634848/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=86.22
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66445 982 1 0 8572 26 22 2 18 0 9 0 27443130 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42584 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=85.55
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30893 982 1 0 8519 12 22 2 25 0 9 0 27443132 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4127106544 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 16 0 9 0 27443134 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 919 982 0 0 31 0 22 2 16 0 9 0 27443136 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 86.22
Current children cumulated vsize (KiB) 868000

[startup+89.5021 s]
/proc/loadavg: 2.02 2.02 1.88 3/90 27241
/proc/meminfo: memFree=1634848/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=89.42
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66447 982 1 0 8892 26 22 2 18 0 9 0 27443130 888832000 42585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42585 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=88.75
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30893 982 1 0 8839 12 22 2 25 0 9 0 27443132 888832000 42585 996147200 134512640 134550932 4294955968 18446744073709551615 4127106036 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 17 0 9 0 27443134 888832000 42585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.56
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 921 982 0 0 31 1 22 2 15 0 9 0 27443136 888832000 42585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42585 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.42
Current children cumulated vsize (KiB) 868000

[startup+91.1023 s]
/proc/loadavg: 2.02 2.02 1.88 3/90 27241
/proc/meminfo: memFree=1634784/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=91.02
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66452 982 1 0 9052 26 22 2 18 0 9 0 27443130 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42588 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=90.34
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30893 982 1 0 8998 12 22 2 25 0 9 0 27443132 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4126101136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 17 0 9 0 27443134 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.56
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 926 982 0 0 31 1 22 2 16 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.02
Current children cumulated vsize (KiB) 868000

[startup+91.5024 s]
/proc/loadavg: 2.02 2.02 1.88 3/90 27241
/proc/meminfo: memFree=1634784/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=91.42
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66453 982 1 0 9092 26 22 2 18 0 9 0 27443130 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42588 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=90.74
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30893 982 1 0 9038 12 22 2 25 0 9 0 27443132 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4127116019 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 17 0 9 0 27443134 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.56
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 927 982 0 0 31 1 22 2 15 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.42
Current children cumulated vsize (KiB) 868000

[startup+91.7024 s]
/proc/loadavg: 2.02 2.02 1.88 3/90 27241
/proc/meminfo: memFree=1634784/2055920 swapFree=4192812/4192956
[pid=27228] ppid=27226 vsize=868000 CPUtime=91.62
/proc/27228/stat : 27228 (java) S 27226 27228 26038 0 -1 0 66453 982 1 0 9112 26 22 2 18 0 9 0 27443130 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27228/statm: 217000 42588 2660 9 0 211436 0
[pid=27228/tid=27230] ppid=27226 vsize=868000 CPUtime=90.94
/proc/27228/task/27230/stat : 27230 (java) R 27226 27228 26038 0 -1 64 30893 982 1 0 9058 12 22 2 25 0 9 0 27443132 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4127146150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27231] ppid=27226 vsize=868000 CPUtime=0.55
/proc/27228/task/27231/stat : 27231 (java) S 27226 27228 26038 0 -1 64 33767 982 0 0 21 10 22 2 17 0 9 0 27443134 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27232] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27232/stat : 27232 (java) S 27226 27228 26038 0 -1 64 21 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27233] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27233/stat : 27233 (java) S 27226 27228 26038 0 -1 64 9 982 0 0 0 0 22 2 16 0 9 0 27443134 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27234] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27234/stat : 27234 (java) S 27226 27228 26038 0 -1 64 2 982 0 0 0 0 22 2 18 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27235] ppid=27226 vsize=868000 CPUtime=0.56
/proc/27228/task/27235/stat : 27235 (java) S 27226 27228 26038 0 -1 64 927 982 0 0 31 1 22 2 15 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27228/tid=27236] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27236/stat : 27236 (java) S 27226 27228 26038 0 -1 64 0 982 0 0 0 0 22 2 19 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27228/tid=27237] ppid=27226 vsize=868000 CPUtime=0.24
/proc/27228/task/27237/stat : 27237 (java) S 27226 27228 26038 0 -1 64 32 982 0 0 0 0 22 2 15 0 9 0 27443136 888832000 42588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.62
Current children cumulated vsize (KiB) 868000

Child status: 0
Real time (s): 91.7659
CPU time (s): 91.6791
CPU user time (s): 91.3621
CPU system time (s): 0.316951
CPU usage (%): 99.9054
Max. virtual memory (cumulated for all children) (KiB): 868188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 91.3621
system time used= 0.316951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67515
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= 3139
involuntary context switches= 5182

runsolver used 0.146977 second user time and 0.283956 second system time

The end

Launcher Data

Begin job on node54 at 2009-07-12 15:03:03
IDJOB=2094375
IDBENCH=54158
IDSOLVER=773
FILE ID=node54/2094375-1247403783
PBS_JOBID= 9510537
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 51d18c772f592c5c82271f288223965a
RANDOM SEED=1113723759

node54.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1796104 kB
Buffers:         35024 kB
Cached:         123076 kB
SwapCached:          0 kB
Active:         130376 kB
Inactive:        76324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2516 kB
Writeback:           0 kB
Mapped:          68984 kB
Slab:            38180 kB
Committed_AS:   995372 kB
PageTables:       1824 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= 66408 MiB
End job on node54 at 2009-07-12 15:04:35