Trace number 1047637

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 77.0343 77.6547

DiagnosticValue
CHECKS4120
NODES1576

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-28_ext.xml
MD5SUM13a097f2e925e8ecf5b03a1e5f78f963
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.5169
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.03/0.14	
0.03/0.14	Abscon 112 (May, 2008)
0.20/0.32	
0.20/0.32	   configuration
0.20/0.32	     name=mac.xml
0.20/0.36	   
0.20/0.36	   instance
0.20/0.36	     name=HOME/instance-1047637-1215041273.xml
0.20/0.39	   
0.20/0.39	   domains being loaded...
0.30/0.40	   
0.30/0.40	   variables being loaded...
0.30/0.42	     nbVariables=21  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=42
0.30/0.42	       =>  wckTime=0.094  cpuTime=0.08  mem=6M878
0.30/0.42	   
0.30/0.42	   relations being loaded...
0.30/0.47	   
0.30/0.47	   constraints being loaded...
1.28/1.70	     nbConstraints=2713  nbRelationTypes=1  nbGlobalConstraints=2713  nbExtensionStructures=1
1.67/1.82	     nbSharedExtensionStructures=2712  nbConflictsStructures=1  nbSharedConflictsStructures=2712
1.67/1.82	     nbSharedBinaryRepresentations=0  minDegree=1890  maxDegree=1966  minArity=15  maxArity=15  nbGenerators=0
1.67/1.82	     nbFusions=0  symmetryWckTime=0.523  symmetryCpuTime=0.26
1.67/1.82	       =>  wckTime=1.372  cpuTime=0.76  mem=107M996
1.67/1.84	   
1.67/1.84	   solver IterativeSystematicSolver being built... 
1.77/1.91	   
1.77/1.91	   INFO : Forward propagation technique limited 
1.77/1.98	       =>  wckTime=1.654  cpuTime=0.87  mem=107M46
5.95/6.10	   
5.95/6.10	   preprocessing
5.95/6.10	     nbConstraintChecks=0  nbValidityChecks=18380575  nbPropagations=21  nbRevisions=0  nbUselessRevisions=0
5.95/6.10	     nbRemovedValues=0  detectedInconsistency=no
5.95/6.10	       =>  wckTime=4.126  cpuTime=4.05  mem=107M46
18.48/18.71	   
18.48/18.71	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=108M43)
76.97/77.61	   
76.97/77.61	   search
76.97/77.61	     run=8  nbConstraintChecks=4120  nbValidityChecks=1243712069  minDepth=0  maxDepth=10  nbPropagations=9804
76.97/77.61	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=1576  nbFailedAssignments=500  nbBacktracks=1016
76.97/77.61	     nbVisitedNodes=2591  nbRestartNogoods=34  nbSEliminables=0  nbREliminables=13.61  nbIEliminables=0
76.97/77.61	     nbDEliminables=0  nbPEliminables=0
76.97/77.61	       =>  wckTime=75.634  cpuTime=75.03  mem=108M43
76.97/77.62	   
76.97/77.62	   global
76.97/77.62	     nbConstraintChecks=4120  nbValidityChecks=1262092644  nbPropagations=9825  nbRestartNogoods=34
76.97/77.62	     solvingWckTime=75.637  solvingCpuTime=75.04  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
76.97/77.62	     globalCpuTime=75.96
76.97/77.62	       =>  wckTime=77.292  cpuTime=75.91  mem=108M43
76.97/77.62	   
76.97/77.62	s UNSATISFIABLE
76.97/77.62	d NODES 1576
76.97/77.62	d CHECKS 4120
76.97/77.62	   
76.97/77.62	   totalWckTime=77.36  totalCpuTime=75.96

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.04 1.72 4/73 12447
/proc/meminfo: memFree=1842136/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=18572 CPUtime=0
/proc/12447/stat : 12447 (runsolver) R 12445 12447 11556 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 237115246 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 269807578407 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12447/statm: 4643 292 257 25 0 2626 0

[startup+0.0581421 s]
/proc/loadavg: 2.08 2.04 1.72 4/73 12447
/proc/meminfo: memFree=1842136/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=10904 CPUtime=0
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 811 0 0 0 0 0 0 0 18 0 2 0 237115246 11165696 564 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 2726 564 277 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10904

[startup+0.103829 s]
/proc/loadavg: 2.08 2.04 1.72 4/73 12447
/proc/meminfo: memFree=1842136/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=861876 CPUtime=0.03
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 2362 0 1 0 1 2 0 0 18 0 5 0 237115246 882561024 1949 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 215469 1949 898 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.301169 s]
/proc/loadavg: 2.08 2.04 1.72 4/73 12447
/proc/meminfo: memFree=1842136/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=866204 CPUtime=0.2
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 5083 0 1 0 16 4 0 0 18 0 9 0 237115246 886992896 4510 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 216551 4510 1861 9 0 211099 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 866204

[startup+0.701212 s]
/proc/loadavg: 2.08 2.04 1.72 4/73 12447
/proc/meminfo: memFree=1842136/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=867324 CPUtime=0.6
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 9401 0 1 0 53 7 0 0 18 0 9 0 237115246 888139776 8761 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 216831 8761 1979 9 0 211359 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 867324

[startup+1.50229 s]
/proc/loadavg: 2.08 2.04 1.72 3/82 12456
/proc/meminfo: memFree=1753936/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=867780 CPUtime=1.28
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 35878 0 1 0 109 19 0 0 18 0 10 0 237115246 888606720 35211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 216945 35211 2005 9 0 211473 0
[pid=12447/tid=12449] ppid=12445 vsize=867780 CPUtime=0.88
/proc/12447/task/12449/stat : 12449 (java) S 12445 12447 11556 0 -1 64 15746 0 1 0 79 9 0 0 25 0 10 0 237115248 888606720 35211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12450] ppid=12445 vsize=867780 CPUtime=0.16
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 18767 0 0 0 10 6 0 0 16 0 10 0 237115254 888606720 35211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=867780 CPUtime=0
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 13 0 0 0 0 0 0 0 16 0 10 0 237115254 888606720 35211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=867780 CPUtime=0
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 237115254 888606720 35211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=867780 CPUtime=0
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 237115256 888606720 35211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=867780 CPUtime=0.18
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 653 0 0 0 18 0 0 0 15 0 10 0 237115256 888606720 35211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12455] ppid=12445 vsize=867780 CPUtime=0
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 0 0 0 0 0 0 0 19 0 10 0 237115256 888606720 35211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=867780 CPUtime=0
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 237115256 888606720 35211 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 867780

[startup+3.10247 s]
/proc/loadavg: 2.08 2.04 1.72 3/82 12460
/proc/meminfo: memFree=1682832/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=2.97
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 56228 983 1 0 250 24 21 2 18 0 9 0 237115246 889057280 41947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41947 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=2.39
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 21415 983 1 0 205 11 21 2 25 0 9 0 237115248 889057280 41947 996147200 134512640 134550740 4294955984 18446744073709551615 4127055840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 17 0 9 0 237115254 889057280 41947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.47
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 846 983 0 0 23 1 21 2 15 0 9 0 237115256 889057280 41947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 10 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41947 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 868220

[startup+6.30181 s]
/proc/loadavg: 2.07 2.04 1.72 3/82 12460
/proc/meminfo: memFree=1682832/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=6.15
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 61682 983 1 0 566 26 21 2 18 0 9 0 237115246 889057280 41954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41954 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=5.55
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 26835 983 1 0 520 12 21 2 25 0 9 0 237115248 889057280 41954 996147200 134512640 134550740 4294955984 18446744073709551615 4127066239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 17 0 9 0 237115254 889057280 41954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.48
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 853 983 0 0 24 1 21 2 16 0 9 0 237115256 889057280 41954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41954 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 868220

[startup+12.7015 s]
/proc/loadavg: 1.98 2.02 1.71 3/82 12488
/proc/meminfo: memFree=1605968/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=12.51
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65555 983 1 0 1202 26 21 2 18 0 9 0 237115246 889057280 41959 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41959 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=11.9
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30683 983 1 0 1154 13 21 2 25 0 9 0 237115248 889057280 41959 996147200 134512640 134550740 4294955984 18446744073709551615 4127066488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 16 0 9 0 237115254 889057280 41959 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41959 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41959 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41959 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.49
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 878 983 0 0 25 1 21 2 15 0 9 0 237115256 889057280 41959 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41959 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41959 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 868220

[startup+25.5029 s]
/proc/loadavg: 1.99 2.02 1.72 3/82 12488
/proc/meminfo: memFree=1605904/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=25.24
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65598 983 1 0 2475 26 21 2 18 0 9 0 237115246 889057280 41969 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41969 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=24.62
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30689 983 1 0 2426 13 21 2 25 0 9 0 237115248 889057280 41969 996147200 134512640 134550740 4294955984 18446744073709551615 4127111459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 17 0 9 0 237115254 889057280 41969 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41969 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41969 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41969 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.51
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 915 983 0 0 27 1 21 2 15 0 9 0 237115256 889057280 41969 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41969 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41969 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868220

[startup+51.1026 s]
/proc/loadavg: 1.99 2.02 1.73 3/82 12515
/proc/meminfo: memFree=1605136/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=50.62
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65609 983 1 0 5012 27 21 2 18 0 9 0 237115246 889057280 41972 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41972 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=50
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30693 983 1 0 4963 14 21 2 25 0 9 0 237115248 889057280 41972 996147200 134512640 134550740 4294955984 18446744073709551615 4127066187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 16 0 9 0 237115254 889057280 41972 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41972 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41972 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41972 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.51
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 922 983 0 0 27 1 21 2 16 0 9 0 237115256 889057280 41972 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23

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

/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65620 983 1 0 6920 27 21 2 18 0 9 0 237115246 889057280 41975 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41975 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=69.06
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30699 983 1 0 6869 14 21 2 25 0 9 0 237115248 889057280 41975 996147200 134512640 134550740 4294955984 18446744073709551615 4127066309 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 16 0 9 0 237115254 889057280 41975 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41975 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41975 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41975 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.52
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 927 983 0 0 28 1 21 2 15 0 9 0 237115256 889057280 41975 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41975 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41975 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 69.7
Current children cumulated vsize (KiB) 868220

[startup+73.502 s]
/proc/loadavg: 2.05 2.03 1.74 3/90 12554
/proc/meminfo: memFree=1523856/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=72.88
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65623 983 1 0 7238 27 21 2 18 0 9 0 237115246 889057280 41976 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41976 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=72.24
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30701 983 1 0 7187 14 21 2 25 0 9 0 237115248 889057280 41976 996147200 134512640 134550740 4294955984 18446744073709551615 4127084957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 16 0 9 0 237115254 889057280 41976 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41976 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41976 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41976 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.52
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 928 983 0 0 28 1 21 2 15 0 9 0 237115256 889057280 41976 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41976 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41976 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 72.88
Current children cumulated vsize (KiB) 868220

[startup+75.1011 s]
/proc/loadavg: 2.05 2.03 1.74 3/90 12554
/proc/meminfo: memFree=1523856/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=74.48
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65630 983 1 0 7397 28 21 2 18 0 9 0 237115246 889057280 41981 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41981 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=73.83
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30703 983 1 0 7346 14 21 2 23 0 9 0 237115248 889057280 41981 996147200 134512640 134550740 4294955984 18446744073709551615 4127106102 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 16 0 9 0 237115254 889057280 41981 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41981 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41981 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41981 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.53
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 933 983 0 0 29 1 21 2 15 0 9 0 237115256 889057280 41981 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41981 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41981 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 74.48
Current children cumulated vsize (KiB) 868220

[startup+76.7023 s]
/proc/loadavg: 2.05 2.03 1.74 3/90 12554
/proc/meminfo: memFree=1523856/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=76.08
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65636 983 1 0 7557 28 21 2 18 0 9 0 237115246 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41982 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=75.42
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30704 983 1 0 7505 14 21 2 25 0 9 0 237115248 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4127066291 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 16 0 9 0 237115254 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.53
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 938 983 0 0 29 1 21 2 15 0 9 0 237115256 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.08
Current children cumulated vsize (KiB) 868220

[startup+77.1024 s]
/proc/loadavg: 2.05 2.03 1.74 3/90 12554
/proc/meminfo: memFree=1523856/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=76.47
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65637 983 1 0 7596 28 21 2 18 0 9 0 237115246 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41982 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=75.82
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30705 983 1 0 7545 14 21 2 25 0 9 0 237115248 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4127066229 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 16 0 9 0 237115254 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.53
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 938 983 0 0 29 1 21 2 15 0 9 0 237115256 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41982 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.47
Current children cumulated vsize (KiB) 868220

[startup+77.5024 s]
/proc/loadavg: 2.05 2.03 1.74 3/90 12554
/proc/meminfo: memFree=1523856/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=76.87
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65643 983 1 0 7636 28 21 2 18 0 9 0 237115246 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41985 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=76.21
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30705 983 1 0 7584 14 21 2 25 0 9 0 237115248 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4127082707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 16 0 9 0 237115254 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.53
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 944 983 0 0 29 1 21 2 16 0 9 0 237115256 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.87
Current children cumulated vsize (KiB) 868220

[startup+77.6024 s]
/proc/loadavg: 2.05 2.03 1.74 3/90 12554
/proc/meminfo: memFree=1523856/2055920 swapFree=4154836/4192956
[pid=12447] ppid=12445 vsize=868220 CPUtime=76.97
/proc/12447/stat : 12447 (java) S 12445 12447 11556 0 -1 0 65643 983 1 0 7646 28 21 2 18 0 9 0 237115246 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12447/statm: 217055 41985 2636 9 0 211561 0
[pid=12447/tid=12449] ppid=12445 vsize=868220 CPUtime=76.31
/proc/12447/task/12449/stat : 12449 (java) R 12445 12447 11556 0 -1 64 30705 983 1 0 7594 14 21 2 25 0 9 0 237115248 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4127111459 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12450] ppid=12445 vsize=868220 CPUtime=0.54
/proc/12447/task/12450/stat : 12450 (java) S 12445 12447 11556 0 -1 64 33129 983 0 0 21 10 21 2 16 0 9 0 237115254 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12451] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12451/stat : 12451 (java) S 12445 12447 11556 0 -1 64 18 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12452] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12452/stat : 12452 (java) S 12445 12447 11556 0 -1 64 9 983 0 0 0 0 21 2 16 0 9 0 237115254 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12453] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12453/stat : 12453 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 18 0 9 0 237115256 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12454] ppid=12445 vsize=868220 CPUtime=0.53
/proc/12447/task/12454/stat : 12454 (java) S 12445 12447 11556 0 -1 64 944 983 0 0 29 1 21 2 16 0 9 0 237115256 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12447/tid=12455] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12455/stat : 12455 (java) S 12445 12447 11556 0 -1 64 1 983 0 0 0 0 21 2 19 0 9 0 237115256 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12447/tid=12456] ppid=12445 vsize=868220 CPUtime=0.23
/proc/12447/task/12456/stat : 12456 (java) S 12445 12447 11556 0 -1 64 37 983 0 0 0 0 21 2 15 0 9 0 237115256 889057280 41985 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 76.97
Current children cumulated vsize (KiB) 868220

Child status: 0
Real time (s): 77.6547
CPU time (s): 77.0343
CPU user time (s): 76.7023
CPU system time (s): 0.331949
CPU usage (%): 99.2011
Max. virtual memory (cumulated for all children) (KiB): 868404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 76.7023
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66713
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= 3308
involuntary context switches= 4388

runsolver used 0.098984 second user time and 0.26196 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-03 01:27:53
IDJOB=1047637
IDBENCH=54155
IDSOLVER=363
FILE ID=node81/1047637-1215041273
PBS_JOBID= 7875015
Free space on /tmp= 126852 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 13a097f2e925e8ecf5b03a1e5f78f963
RANDOM SEED=2136055037

node81.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1842872 kB
Buffers:         15532 kB
Cached:         106204 kB
SwapCached:      30856 kB
Active:          27112 kB
Inactive:       130660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842872 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:          19600 kB
Slab:            40780 kB
Committed_AS:   543512 kB
PageTables:       1564 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= 126848 MiB
End job on node81 at 2008-07-03 01:29:11